diff --git a/providers/cloudflare/exclusions.json b/providers/cloudflare/exclusions.json index c9f8397..d0d1e35 100644 --- a/providers/cloudflare/exclusions.json +++ b/providers/cloudflare/exclusions.json @@ -1090,34 +1090,6 @@ "reason": "Cloudflare OpenAPI does not declare an API token permission group; OAuth authority cannot be proven.", "permissionGroups": null }, - { - "method": "GET", - "path": "/accounts/{account_id}/containers/applications", - "operationId": "listApplications", - "reason": "Cloudflare OpenAPI does not declare an API token permission group; OAuth authority cannot be proven.", - "permissionGroups": null - }, - { - "method": "POST", - "path": "/accounts/{account_id}/containers/applications", - "operationId": "createApplication", - "reason": "Cloudflare OpenAPI does not declare an API token permission group; OAuth authority cannot be proven.", - "permissionGroups": null - }, - { - "method": "POST", - "path": "/accounts/{account_id}/containers/applications/{application_id}/rollouts", - "operationId": "createApplicationRollout", - "reason": "Cloudflare OpenAPI does not declare an API token permission group; OAuth authority cannot be proven.", - "permissionGroups": null - }, - { - "method": "POST", - "path": "/accounts/{account_id}/containers/registries/{domain}/credentials", - "operationId": "generateImageRegistryCredentials", - "reason": "Cloudflare OpenAPI does not declare an API token permission group; OAuth authority cannot be proven.", - "permissionGroups": null - }, { "method": "DELETE", "path": "/accounts/{account_id}/custom_ns/{custom_ns_id}", diff --git a/providers/cloudflare/wrangler-compatibility-operations.json b/providers/cloudflare/wrangler-compatibility-operations.json index 9e60a63..4aad821 100644 --- a/providers/cloudflare/wrangler-compatibility-operations.json +++ b/providers/cloudflare/wrangler-compatibility-operations.json @@ -3,6 +3,52 @@ "version": "4.120.0", "source": "https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler", "operations": [ + { + "method": "GET", + "path": "/accounts/{account_id}/containers/me", + "operationId": "wrangler-containers-get-account", + "scopes": ["containers.read", "containers.write"] + }, + { + "method": "GET", + "path": "/accounts/{account_id}/containers/applications", + "operationId": "wrangler-containers-list-applications", + "officialOperationId": "listApplications", + "scopes": ["containers.read", "containers.write"] + }, + { + "method": "POST", + "path": "/accounts/{account_id}/containers/applications", + "operationId": "wrangler-containers-create-application", + "officialOperationId": "createApplication", + "scopes": ["containers.write"] + }, + { + "method": "POST", + "path": "/accounts/{account_id}/containers/applications/{application_id}/rollouts", + "operationId": "wrangler-containers-create-application-rollout", + "officialOperationId": "createApplicationRollout", + "scopes": ["containers.write"] + }, + { + "method": "GET", + "path": "/accounts/{account_id}/containers/dash/applications", + "operationId": "wrangler-containers-list-dash-applications", + "scopes": ["containers.read", "containers.write"] + }, + { + "method": "GET", + "path": "/accounts/{account_id}/containers/dash/applications/{application_id}/instances", + "operationId": "wrangler-containers-list-dash-application-instances", + "scopes": ["containers.read", "containers.write"] + }, + { + "method": "POST", + "path": "/accounts/{account_id}/containers/registries/{domain}/credentials", + "operationId": "wrangler-containers-generate-registry-credentials", + "officialOperationId": "generateImageRegistryCredentials", + "scopes": ["containers.write"] + }, { "method": "GET", "path": "/accounts/{account_id}/workers/services/{service_name}", diff --git a/public/cloudflare/openapi.json b/public/cloudflare/openapi.json index 0e61d86..7cd07c1 100644 --- a/public/cloudflare/openapi.json +++ b/public/cloudflare/openapi.json @@ -1 +1 @@ -{"openapi":"3.0.3","info":{"title":"Cloudflare REST API through Realmroot","version":"4.0.0"},"servers":[{"url":"https://adapters.realmroot.dev/cloudflare"}],"paths":{"/accounts/{account_identifier}/custom_pages":{"get":{"operationId":"custom-pages-for-an-account-list-custom-pages","summary":"List custom pages","parameters":[{"name":"account_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result_list"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result_list"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-custom-pages.read"]},{"realmrootOidc":["account-custom-pages.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Custom pages for an account"],"x-api-token-group":["Zero Trust: PII Read","Account Custom Pages Write","Account Custom Pages Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_identifier}/custom_pages/preview_tokens":{"post":{"operationId":"custom-pages-for-an-account-create-preview-token","summary":"Create a preview token","parameters":[{"name":"account_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_preview_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_preview_token_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_preview_token_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-custom-pages.read"]},{"realmrootOidc":["account-custom-pages.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Custom pages for an account"],"x-api-token-group":["Zero Trust: PII Read","Account Custom Pages Write","Account Custom Pages Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/accounts/{account_identifier}/custom_pages/{identifier}":{"get":{"operationId":"custom-pages-for-an-account-get-a-custom-page","summary":"Get a custom page","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_error_page_type"}},{"name":"account_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-custom-pages.read"]},{"realmrootOidc":["account-custom-pages.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Custom pages for an account"],"x-api-token-group":["Zero Trust: PII Read","Account Custom Pages Write","Account Custom Pages Read","Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"custom-pages-for-an-account-update-a-custom-page","summary":"Update a custom page","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_error_page_type"}},{"name":"account_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"state":{"$ref":"#/components/schemas/custom-pages_state"},"url":{"$ref":"#/components/schemas/custom-pages_url"}},"required":["url","state"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-custom-pages.write"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Custom pages for an account"],"x-api-token-group":["Account Custom Pages Write","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.account-custom-pages","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}":{"get":{"operationId":"accounts-account-details","summary":"Account Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_response_single_account"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Accounts"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"accounts-update-account","summary":"Update Account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_components-schemas-account"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_response_single_account"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Accounts"],"x-api-token-group":["Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"account-deletion","summary":"Delete a specific account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Accounts"],"x-api-token-group":["Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":false,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"accounts","x-fern-sdk-method-name":"delete","x-forge-require-confirmation":"Are you sure? This action cannot be undone."}},"/accounts/{account_id}/abuse-reports":{"get":{"operationId":"ListAbuseReports","summary":"List abuse reports","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"sort","in":"query","schema":{"type":"string"}},{"name":"domain","in":"query","schema":{"type":"string"}},{"name":"created_before","in":"query","schema":{"type":"string"}},{"name":"created_after","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_ReportStatus"}},{"name":"type","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_ReportType"}},{"name":"mitigation_status","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_MitigationStatus"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"object","properties":{"reports":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_AbuseReport"}}},"required":["reports"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"success":{"type":"boolean"}},"required":["success"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_id}/appeals/eligibility":{"get":{"operationId":"CheckAppealEligibility","summary":"Check whether a report can be appealed","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"$ref":"#/components/schemas/abuse-reports_AppealEligibility"},"success":{"type":"boolean"}},"required":["success"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports.appeals","x-fern-sdk-method-name":"eligibility","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_id}/emails":{"get":{"operationId":"ListEmails","summary":"List abuse report emails","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"object","properties":{"emails":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_EmailListItem"}}},"required":["emails"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"success":{"type":"boolean"}},"required":["success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports.emails","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_id}/mitigations":{"get":{"operationId":"ListMitigations","summary":"List abuse report mitigations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"sort","in":"query","schema":{"type":"string","enum":["type,asc","type,desc","effective_date,asc","effective_date,desc","status,asc","status,desc","entity_type,asc","entity_type,desc"]}},{"name":"type","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_MitigationType"}},{"name":"effective_before","in":"query","schema":{"type":"string"}},{"name":"effective_after","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_MitigationStatus"}},{"name":"entity_type","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_MitigatedEntityType"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"object","properties":{"mitigations":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_MitigationListItem"}}},"required":["mitigations"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"success":{"type":"boolean"}},"required":["success"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports.mitigations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_id}/mitigations/appeal":{"post":{"operationId":"RequestReview","summary":"Request review on mitigations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_MitigationAppealRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_MitigationAppealResult"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports.mitigations","x-fern-sdk-method-name":"review","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_param}":{"get":{"operationId":"GetAbuseReport","summary":"Abuse Report Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_param","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_ErrorMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"$ref":"#/components/schemas/abuse-reports_AbuseReport"},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_ErrorMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"$ref":"#/components/schemas/abuse-reports_AbuseReport"},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_ErrorMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"$ref":"#/components/schemas/abuse-reports_AbuseReport"},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/access/ai-controls/mcp/portals":{"get":{"operationId":"mcp-portals-api-list-portals","summary":"List MCP Portals","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"default_disabled":{"type":"boolean","default":false},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"on_behalf":{"type":"boolean","default":true},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts","server_id"],"type":"object"},"x-stainless-collection-type":"set"}},"required":["id","name","hostname","servers"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"mcp-portals-api-create-portals","summary":"Create a new MCP Portal","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"default_disabled":{"type":"boolean","default":false},"on_behalf":{"type":"boolean","default":true},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["server_id"],"type":"object"},"maxItems":80,"x-stainless-collection-type":"set"}},"required":["id","name","hostname"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"default_disabled":{"type":"boolean","default":false},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"on_behalf":{"type":"boolean","default":true},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts","server_id"],"type":"object"},"x-stainless-collection-type":"set"}},"required":["id","name","hostname","servers"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/portals/{id}":{"get":{"operationId":"mcp-portals-api-fetch-gateways","summary":"Read details of an MCP Portal","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"default_disabled":{"type":"boolean","default":false},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"on_behalf":{"type":"boolean","default":true},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts","server_id"],"type":"object"},"x-stainless-collection-type":"set"}},"required":["id","name","hostname","servers"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"mcp-portals-api-update-portals","summary":"Update a MCP Portal","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"default_disabled":{"type":"boolean","default":false},"on_behalf":{"type":"boolean","default":true},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["server_id"],"type":"object"},"maxItems":80,"x-stainless-collection-type":"set"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"default_disabled":{"type":"boolean","default":false},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"on_behalf":{"type":"boolean","default":true},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts","server_id"],"type":"object"},"x-stainless-collection-type":"set"}},"required":["id","name","hostname","servers"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"mcp-portals-api-delete-portals","summary":"Delete a MCP Portal","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false}},"required":["id","name","hostname"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/portals/{portal_id}/servers/{server_id}/effective-redirect-uri":{"get":{"operationId":"mcp-portals-api-effective-redirect-uri","summary":"Resolve the OAuth redirect_uri the admin must register at the upstream","parameters":[{"name":"portal_id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"server_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"redirect_uri":{"type":"string","format":"uri"},"source":{"type":"string","enum":["per_portal","shared_mcp22"]}},"required":["redirect_uri","source"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/servers":{"get":{"operationId":"mcp-portals-api-list-servers","summary":"List MCP Servers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"mcp-portals-api-create-servers","summary":"Create a new MCP Server","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"auth_credentials":{"type":"string","x-sensitive":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"client_secret":{"type":"string","writeOnly":true,"x-sensitive":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}":{"get":{"operationId":"mcp-portals-api-fetch-servers","summary":"Read the details of a MCP Server","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"mcp-portals-api-update-servers","summary":"Update a MCP Server","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"auth_credentials":{"type":"string","x-sensitive":true},"client_secret":{"type":"string","writeOnly":true,"x-sensitive":true},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"mcp-portals-api-delete-servers","summary":"Delete a MCP Server","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}/sync":{"post":{"operationId":"mcp-portals-api-sync-server","summary":"Sync MCP Server Capabilities","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"error":{"type":"string"},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"status":{"type":"string","enum":["waiting","ready","stale","error"]}}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/apps":{"get":{"operationId":"access-applications-list-access-applications","summary":"List Access applications","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"domain","in":"query","schema":{"type":"string"}},{"name":"aud","in":"query","schema":{"type":"string"}},{"name":"target_attributes","in":"query","schema":{"type":"string"}},{"name":"exact","in":"query","schema":{"type":"boolean"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"$ref":"#/components/parameters/access_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-7"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.revoke"]},{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"access-applications-add-an-application","summary":"Add an Access application","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-8"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/access/apps/ca":{"get":{"operationId":"access-short-lived-certificate-c-as-list-short-lived-certificate-c-as","summary":"List short-lived certificate CAs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.cas","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}":{"get":{"operationId":"access-applications-get-an-access-application","summary":"Get an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-8"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"put":{"operationId":"access-applications-update-an-access-application","summary":"Update an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-8"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"access-applications-delete-an-access-application","summary":"Delete an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/ca":{"get":{"operationId":"access-short-lived-certificate-c-as-get-a-short-lived-certificate-ca","summary":"Get a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-5"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.cas","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"access-short-lived-certificate-c-as-create-a-short-lived-certificate-ca","summary":"Create a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-5"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.cas","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"access-short-lived-certificate-c-as-delete-a-short-lived-certificate-ca","summary":"Delete a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.cas","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/policies":{"get":{"operationId":"access-policies-list-access-app-policies","summary":"List Access application policies","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":200,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-8"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-policies-create-an-access-policy","summary":"Create an Access application policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_policy_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-9"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}":{"get":{"operationId":"access-policies-get-an-access-policy","summary":"Get an Access application policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-9"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-policies-update-an-access-policy","summary":"Update an Access application policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_policy_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-9"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-policies-delete-an-access-policy","summary":"Delete an Access application policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}/make_reusable":{"put":{"operationId":"access-policies-convert-reusable","summary":"Convert an Access application policy to a reusable policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-8"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies.make.reusable","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/revoke_tokens":{"post":{"operationId":"access-applications-revoke-service-tokens","summary":"Revoke application tokens","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_empty_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.revoke"]},{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"revoke-tokens","x-forge-hidden":true,"x-forge-require-confirmation":"This operation invalidates every service token for the app."}},"/accounts/{account_id}/access/apps/{app_id}/settings":{"put":{"operationId":"access-applications-put-update-access-application-settings","summary":"Update Access application settings","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_settings_request"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response_update"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/user_policy_checks":{"get":{"operationId":"access-applications-test-access-policies","summary":"Test Access policies","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_check_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.user-policy-checks","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/bookmarks":{"get":{"operationId":"access-bookmark-applications-(-deprecated)-list-bookmark-applications","summary":"List Bookmark applications","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-14"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.revoke"]},{"realmrootOidc":["access.write"]}],"tags":["Access Bookmark applications (Deprecated)"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfDeprecation":{"display":true,"eol":"2023-03-19","id":"bookmarks_deprecation"},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.bookmarks","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/bookmarks/{bookmark_id}":{"get":{"operationId":"access-bookmark-applications-(-deprecated)-get-a-bookmark-application","summary":"Get a Bookmark application","parameters":[{"name":"bookmark_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-13"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access Bookmark applications (Deprecated)"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfDeprecation":{"display":true,"eol":"2023-03-19","id":"bookmarks_deprecation"},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.bookmarks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-bookmark-applications-(-deprecated)-update-a-bookmark-application","summary":"Update a Bookmark application","parameters":[{"name":"bookmark_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-3"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-13"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["access.write"]}],"tags":["Access Bookmark applications (Deprecated)"],"x-api-token-group":["Access: Apps and Policies Write"],"x-cfDeprecation":{"display":true,"eol":"2023-03-19","id":"bookmarks_deprecation"},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.bookmarks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-bookmark-applications-(-deprecated)-delete-a-bookmark-application","summary":"Delete a Bookmark application","parameters":[{"name":"bookmark_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-3"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["access.write"]}],"tags":["Access Bookmark applications (Deprecated)"],"x-api-token-group":["Access: Apps and Policies Write"],"x-cfDeprecation":{"display":true,"eol":"2023-03-19","id":"bookmarks_deprecation"},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.bookmarks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/certificates":{"get":{"operationId":"access-mtls-authentication-list-mtls-certificates","summary":"List mTLS certificates","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-5"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-mtls-authentication-add-an-mtls-certificate","summary":"Add an mTLS certificate","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames"},"certificate":{"type":"string"},"name":{"$ref":"#/components/schemas/access_name-7"}},"required":["name","certificate"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/certificates/settings":{"get":{"operationId":"access-mtls-authentication-list-mtls-certificates-hostname-settings","summary":"List all mTLS hostname settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection_hostnames"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-mtls-authentication-update-an-mtls-certificate-settings","summary":"Update an mTLS certificate's hostname settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"settings":{"type":"array","items":{"$ref":"#/components/schemas/access_settings"}}},"required":["settings"]}}}},"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection_hostnames"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/certificates/{certificate_id}":{"get":{"operationId":"access-mtls-authentication-get-an-mtls-certificate","summary":"Get an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-mtls-authentication-update-an-mtls-certificate","summary":"Update an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames"},"name":{"$ref":"#/components/schemas/access_name-7"}},"required":["associated_hostnames"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-mtls-authentication-delete-an-mtls-certificate","summary":"Delete an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/custom_pages":{"get":{"operationId":"access-custom-pages-list-custom-pages","summary":"List custom pages","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-10"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.read"]},{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write","Access: Custom Pages Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-custom-pages-create-a-custom-page","summary":"Create a custom page","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_custom_page"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response_without_html"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/custom_pages/{custom_page_id}":{"get":{"operationId":"access-custom-pages-get-a-custom-page","summary":"Get a custom page","parameters":[{"name":"custom_page_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-11"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.read"]},{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write","Access: Custom Pages Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-custom-pages-update-a-custom-page","summary":"Update a custom page","parameters":[{"name":"custom_page_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_custom_page"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response_without_html"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-custom-pages-delete-a-custom-page","summary":"Delete a custom page","parameters":[{"name":"custom_page_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/gateway_ca":{"get":{"operationId":"access-gateway-ca-list-SSH-ca","summary":"List SSH Certificate Authorities (CA)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-ssh-auditing.read"]},{"realmrootOidc":["access-ssh-auditing.write"]}],"tags":["Gateway CA"],"x-api-token-group":["Access: SSH Auditing Write","Access: SSH Auditing Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.gateway-ca","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-gateway-ca-add-an-SSH-ca","summary":"Add a new SSH Certificate Authority (CA)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-7"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-ssh-auditing.write"]}],"tags":["Gateway CA"],"x-api-token-group":["Access: SSH Auditing Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.gateway-ca","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/gateway_ca/{certificate_id}":{"delete":{"operationId":"access-gateway-ca-delete-an-SSH-ca","summary":"Delete an SSH Certificate Authority (CA)","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-ssh-auditing.write"]}],"tags":["Gateway CA"],"x-api-token-group":["Access: SSH Auditing Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.gateway-ca","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/groups":{"get":{"operationId":"access-groups-list-access-groups","summary":"List Access groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"$ref":"#/components/parameters/access_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-groups-create-an-access-group","summary":"Create an Access group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"exclude":{"$ref":"#/components/schemas/access_exclude"},"include":{"$ref":"#/components/schemas/access_include"},"is_default":{"$ref":"#/components/schemas/access_is_default"},"name":{"$ref":"#/components/schemas/access_name-6"},"require":{"$ref":"#/components/schemas/access_require"}},"required":["name","include"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/groups/{group_id}":{"get":{"operationId":"access-groups-get-an-access-group","summary":"Get an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-groups-update-an-access-group","summary":"Update an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"exclude":{"$ref":"#/components/schemas/access_exclude"},"include":{"$ref":"#/components/schemas/access_include"},"is_default":{"$ref":"#/components/schemas/access_is_default"},"name":{"$ref":"#/components/schemas/access_name-6"},"require":{"$ref":"#/components/schemas/access_require"}},"required":["name","include"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-groups-delete-an-access-group","summary":"Delete an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/identity_providers":{"get":{"operationId":"access-identity-providers-list-access-identity-providers","summary":"List Access identity providers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"scim_enabled","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":200,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-identity-providers-add-an-access-identity-provider","summary":"Add an Access identity provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_identity-providers"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/identity_providers/{identity_provider_id}":{"get":{"operationId":"access-identity-providers-get-an-access-identity-provider","summary":"Get an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-identity-providers-update-an-access-identity-provider","summary":"Update an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_identity-providers"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-identity-providers-delete-an-access-identity-provider","summary":"Delete an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/groups":{"get":{"operationId":"access-identity-providers-list-scim-group-resources","summary":"List SCIM Group resources","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"cf_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_cf_resource_id"},"explode":true,"style":"form"},{"name":"idp_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_idp_resource_id"},"explode":true,"style":"form"},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/access_name-4"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":100}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_scim_groups_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers.scim.groups","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/users":{"get":{"operationId":"access-identity-providers-list-scim-user-resources","summary":"List SCIM User resources","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"cf_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_cf_resource_id-2"},"explode":true,"style":"form"},{"name":"idp_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_idp_resource_id-2"},"explode":true,"style":"form"},{"name":"username","in":"query","schema":{"$ref":"#/components/schemas/access_username"}},{"name":"email","in":"query","schema":{"$ref":"#/components/schemas/access_email"}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/access_name-5"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":100}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_scim_users_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers.scim.users","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/keys":{"get":{"operationId":"access-key-configuration-get-the-access-key-configuration","summary":"Get the Access key configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-12"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access key configuration"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.keys","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-key-configuration-update-the-access-key-configuration","summary":"Update the Access key configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"key_rotation_interval_days":{"$ref":"#/components/schemas/access_key_rotation_interval_days"}},"required":["key_rotation_interval_days"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-12"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access key configuration"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.keys","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/keys/rotate":{"post":{"operationId":"access-key-configuration-rotate-access-keys","summary":"Rotate Access keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-12"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access key configuration"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.keys","x-fern-sdk-method-name":"rotate","x-forge-hidden":true}},"/accounts/{account_id}/access/logs/access_requests":{"get":{"operationId":"access-authentication-logs-get-access-authentication-logs","summary":"Get Access authentication logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"limit","in":"query","schema":{"type":"integer","default":25}},{"name":"direction","in":"query","schema":{"default":"desc","enum":["desc","asc"]}},{"name":"since","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"until","in":"query","schema":{"type":"string","format":"date-time"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":25}},{"name":"email","in":"query","schema":{"$ref":"#/components/schemas/access_email-3"}},{"name":"email_exact","in":"query","schema":{"type":"boolean","default":false}},{"name":"user_id","in":"query","schema":{"$ref":"#/components/schemas/access_user_id"},"deprecated":true},{"name":"allowedOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"country_codeOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"app_typeOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"app_uidOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"ray_idOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"emailOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq","contains"]}},{"name":"idpOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"non_identityOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"user_idOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]},"deprecated":true},{"name":"fields","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-11"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Access authentication logs"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.logs.access-requests","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/logs/scim/updates":{"get":{"operationId":"access-scim-update-logs-list-access-scim-update-logs","summary":"List Access SCIM update logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/access_limit"}},{"name":"direction","in":"query","schema":{"$ref":"#/components/schemas/access_direction"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/access_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/access_until"}},{"name":"idp_id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/access_idp_id"},"explode":true,"style":"form"},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/access_status-2"},"explode":true,"style":"form"},{"name":"resource_type","in":"query","schema":{"$ref":"#/components/schemas/access_resource_type"},"explode":true,"style":"form"},{"name":"request_method","in":"query","schema":{"$ref":"#/components/schemas/access_request_method"},"explode":true,"style":"form"},{"name":"resource_user_email","in":"query","schema":{"$ref":"#/components/schemas/access_resource_user_email"},"explode":true,"style":"form"},{"name":"resource_group_name","in":"query","schema":{"$ref":"#/components/schemas/access_resource_group_name"},"explode":true,"style":"form"},{"name":"cf_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_cf_resource_id-3"},"explode":true,"style":"form"},{"name":"idp_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_idp_resource_id-3"},"explode":true,"style":"form"},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_scim_update_logs_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-scim-log.read"]}],"tags":["Access SCIM update logs"],"x-api-token-group":["Access: SCIM Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.logs.scim.updates","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/organizations":{"get":{"operationId":"zero-trust-organization-get-your-zero-trust-organization","summary":"Get your Zero Trust organization","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.revoke"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Revoke","Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"zero-trust-organization-update-your-zero-trust-organization","summary":"Update your Zero Trust organization","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp"},"auth_domain":{"$ref":"#/components/schemas/access_auth_domain"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages"},"deny_unmatched_requests":{"$ref":"#/components/schemas/access_deny_unmatched_requests"},"deny_unmatched_requests_exempted_zone_names":{"$ref":"#/components/schemas/access_deny_unmatched_requests_exempted_zone_names"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only"},"login_design":{"$ref":"#/components/schemas/access_login_design"},"mfa_config":{"$ref":"#/components/schemas/access_org_mfa_config"},"mfa_piv_key_requirements":{"$ref":"#/components/schemas/access_mfa_piv_key_requirements"},"mfa_required_for_all_apps":{"$ref":"#/components/schemas/access_mfa_required_for_all_apps"},"name":{"$ref":"#/components/schemas/access_name"},"session_duration":{"$ref":"#/components/schemas/access_session_duration"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time"},"warp_auth_non_browser_401":{"$ref":"#/components/schemas/access_warp_auth_non_browser_401"},"warp_auth_session_duration":{"$ref":"#/components/schemas/access_warp_auth_session_duration"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"zero-trust-organization-create-your-zero-trust-organization","summary":"Create your Zero Trust organization","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp"},"auth_domain":{"$ref":"#/components/schemas/access_auth_domain"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity"},"deny_unmatched_requests":{"$ref":"#/components/schemas/access_deny_unmatched_requests"},"deny_unmatched_requests_exempted_zone_names":{"$ref":"#/components/schemas/access_deny_unmatched_requests_exempted_zone_names"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only"},"login_design":{"$ref":"#/components/schemas/access_login_design"},"mfa_config":{"$ref":"#/components/schemas/access_org_mfa_config"},"mfa_piv_key_requirements":{"$ref":"#/components/schemas/access_mfa_piv_key_requirements"},"mfa_required_for_all_apps":{"$ref":"#/components/schemas/access_mfa_required_for_all_apps"},"name":{"$ref":"#/components/schemas/access_name"},"session_duration":{"$ref":"#/components/schemas/access_session_duration"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time"},"warp_auth_non_browser_401":{"$ref":"#/components/schemas/access_warp_auth_non_browser_401"},"warp_auth_session_duration":{"$ref":"#/components/schemas/access_warp_auth_session_duration"}},"required":["name","auth_domain"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/organizations/doh":{"get":{"operationId":"zero-trust-organization-get-your-zero-trust-organization-doh-settings","summary":"Get your Zero Trust organization DoH settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-2"},{"properties":{"result":{"type":"object","properties":{"doh_jwt_duration":{"type":"string"}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.revoke"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Revoke","Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations.doh","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zero-trust-organization-update-your-zero-trust-organization-doh-settings","summary":"Update your Zero Trust organization DoH settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"properties":{"doh_jwt_duration":{"$ref":"#/components/schemas/access_doh_jwt_duration"},"service_token_id":{"type":"string"}}}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-2"},{"properties":{"result":{"type":"object","properties":{"doh_jwt_duration":{"$ref":"#/components/schemas/access_doh_jwt_duration"}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations.doh","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/organizations/revoke_user":{"post":{"operationId":"zero-trust-organization-revoke-all-access-tokens-for-a-user","summary":"Revoke all Access tokens for a user","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"devices","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"devices":{"type":"boolean"},"email":{"type":"string"},"user_uid":{"type":"string"},"warp_session_reauth":{"type":"boolean"}},"required":["email"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_empty_response"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations","x-fern-sdk-method-name":"revoke-users","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes all access tokens for a user destructively."}},"/accounts/{account_id}/access/policies":{"get":{"operationId":"access-policies-list-access-reusable-policies","summary":"List Access reusable policies","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-9"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-policies-create-an-access-reusable-policy","summary":"Create an Access reusable policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_req"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-10"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/policies/{policy_id}":{"get":{"operationId":"access-policies-get-an-access-reusable-policy","summary":"Get an Access reusable policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-10"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-policies-update-an-access-reusable-policy","summary":"Update an Access reusable policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_req"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-10"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-policies-delete-an-access-reusable-policy","summary":"Delete an Access reusable policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid-2"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-5"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/policy-tests":{"post":{"operationId":"access-policy-tests","summary":"Start Access policy test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_init_req"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_init_resp"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-policy-test.write"]}],"tags":["Access policy tester"],"x-api-token-group":["Access: Policy Test Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policy-tests","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/policy-tests/{policy_test_id}":{"get":{"operationId":"access-policy-tests-get-an-update","summary":"Get the current status of a given Access policy test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_policy_test_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_update_resp"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-policy-test.read"]},{"realmrootOidc":["access-policy-test.write"]}],"tags":["Access policy tester"],"x-api-token-group":["Access: Policy Test Write","Access: Policy Test Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policy-tests","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/access/policy-tests/{policy_test_id}/users":{"get":{"operationId":"access-policy-tests-get-a-user-page","summary":"Get an Access policy test users page","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_policy_test_id"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":25,"maximum":1000}},{"name":"status","in":"query","schema":{"type":"string","enum":["success","fail","error"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_users_resp"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-policy-test.read"]},{"realmrootOidc":["access-policy-test.write"]}],"tags":["Access policy tester"],"x-api-token-group":["Access: Policy Test Write","Access: Policy Test Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policy-tests.users","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/seats":{"patch":{"operationId":"zero-trust-seats-update-a-user-seat","summary":"Update a user seat","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_seats_definition"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-13"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-seats.write"]}],"tags":["Zero Trust seats"],"x-api-token-group":["Zero Trust: Seats Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.seats","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/access/service_tokens":{"get":{"operationId":"access-service-tokens-list-service-tokens","summary":"List service tokens","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"$ref":"#/components/parameters/access_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.read"]},{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write","Access: Service Tokens Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-service-tokens-create-a-service-token","summary":"Create a service token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"client_secret_version":{"$ref":"#/components/schemas/access_client_secret_version"},"duration":{"$ref":"#/components/schemas/access_duration"},"name":{"$ref":"#/components/schemas/access_name-2"},"previous_client_secret_expires_at":{"$ref":"#/components/schemas/access_previous_client_secret_expires_at"}},"required":["name"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_create_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/service_tokens/{service_token_id}":{"get":{"operationId":"access-service-tokens-get-a-service-token","summary":"Get a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.read"]},{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write","Access: Service Tokens Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-service-tokens-update-a-service-token","summary":"Update a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"client_secret_version":{"$ref":"#/components/schemas/access_client_secret_version"},"duration":{"$ref":"#/components/schemas/access_duration"},"name":{"$ref":"#/components/schemas/access_name-2"},"previous_client_secret_expires_at":{"$ref":"#/components/schemas/access_previous_client_secret_expires_at"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-service-tokens-delete-a-service-token","summary":"Delete a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/service_tokens/{service_token_id}/refresh":{"post":{"operationId":"access-service-tokens-refresh-a-service-token","summary":"Refresh a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"refresh","x-forge-hidden":true}},"/accounts/{account_id}/access/users":{"get":{"operationId":"zero-trust-users-get-users","summary":"Get users","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"email","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"$ref":"#/components/parameters/access_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-24"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}":{"get":{"operationId":"zero-trust-users-get-user","summary":"Get a user","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_user_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zero-trust-users-update-user","summary":"Update a user","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"email":{"$ref":"#/components/schemas/access_email-2"},"name":{"$ref":"#/components/schemas/access_name-10"}},"required":["name","email"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_user_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-seats.write"]}],"tags":["Zero Trust users"],"x-api-token-group":["Zero Trust: Seats Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}/active_sessions":{"get":{"operationId":"zero-trust-users-get-active-sessions","summary":"Get active sessions","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_active_sessions_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users.active-sessions","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}/active_sessions/{nonce}":{"get":{"operationId":"zero-trust-users-get-active-session","summary":"Get single active session","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"nonce","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_nonce"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_active_session_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users.active-sessions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}/failed_logins":{"get":{"operationId":"zero-trust-users-get-failed-logins","summary":"Get failed logins","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_failed_login_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users.failed-logins","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}/last_seen_identity":{"get":{"operationId":"zero-trust-users-get-last-seen-identity","summary":"Get last seen identity","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_last_seen_identity_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users.last-seen-identity","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/addressing/address_maps":{"get":{"operationId":"ip-address-management-address-maps-list-address-maps","summary":"List Address Maps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_components-schemas-response_collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.read"]},{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write","Address Maps Read"]},"post":{"operationId":"ip-address-management-address-maps-create-address-map","summary":"Create Address Map","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"enabled":{"$ref":"#/components/schemas/addressing_enabled"},"ips":{"type":"array","items":{"$ref":"#/components/schemas/addressing_ip_address"}},"memberships":{"$ref":"#/components/schemas/addressing_membership_requests"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_full_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_full_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/address_maps/{address_map_id}":{"get":{"operationId":"ip-address-management-address-maps-address-map-details","summary":"Address Map Details","parameters":[{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_full_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_full_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.read"]},{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write","Address Maps Read"]},"delete":{"operationId":"ip-address-management-address-maps-delete-address-map","summary":"Delete Address Map","parameters":[{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]},"patch":{"operationId":"ip-address-management-address-maps-update-address-map","summary":"Update Address Map","parameters":[{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"default_sni":{"$ref":"#/components/schemas/addressing_default_sni"},"enabled":{"$ref":"#/components/schemas/addressing_enabled"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_components-schemas-single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/address_maps/{address_map_id}/accounts/{account_id_2}":{"delete":{"operationId":"ip-address-management-address-maps-remove-an-account-membership-from-an-address-map","summary":"Remove an account membership from an Address Map","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id_2","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/address_maps/{address_map_id}/ips/{ip_address}":{"put":{"operationId":"ip-address-management-address-maps-add-an-ip-to-an-address-map","summary":"Add an IP to an Address Map","parameters":[{"name":"ip_address","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_ip_address"}},{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]},"delete":{"operationId":"ip-address-management-address-maps-remove-an-ip-from-an-address-map","summary":"Remove an IP from an Address Map","parameters":[{"name":"ip_address","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_ip_address"}},{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/address_maps/{address_map_id}/zones/{zone_id}":{"delete":{"operationId":"ip-address-management-address-maps-remove-a-zone-membership-from-an-address-map","summary":"Remove a zone membership from an Address Map","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_zone_identifier"}},{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/loa_documents":{"post":{"operationId":"ip-address-management-prefixes-upload-loa-document","summary":"Upload LOA Document","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"loa_document":{"type":"string"}},"required":["loa_document"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_loa_upload_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_loa_upload_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Write"]}},"/accounts/{account_id}/addressing/loa_documents/{loa_document_id}/download":{"get":{"operationId":"ip-address-management-prefixes-download-loa-document","summary":"Download LOA Document","parameters":[{"name":"loa_document_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_loa_document_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/pdf":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write"]}},"/accounts/{account_id}/addressing/prefixes":{"get":{"operationId":"ip-address-management-prefixes-list-prefixes","summary":"List Prefixes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_response_collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}":{"get":{"operationId":"ip-address-management-prefixes-prefix-details","summary":"Prefix Details","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]},"delete":{"operationId":"ip-address-management-prefixes-delete-prefix","summary":"Delete Prefix","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Write"]},"patch":{"operationId":"ip-address-management-prefixes-update-prefix-description","summary":"Update Prefix Description","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{},"required":["description"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Write","IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes":{"get":{"operationId":"ip-address-management-prefixes-list-bgp-prefixes","summary":"List BGP Prefixes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_response_collection_bgp"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_response_collection_bgp"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management BGP Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id}":{"get":{"operationId":"ip-address-management-prefixes-fetch-bgp-prefix","summary":"Fetch BGP Prefix","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"bgp_prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_bgp_prefix_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response_bgp"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response_bgp"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management BGP Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]},"patch":{"operationId":"ip-address-management-prefixes-update-bgp-prefix","summary":"Update BGP Prefix","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"bgp_prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_bgp_prefix_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_bgp_prefix_update_advertisement"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response_bgp"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response_bgp"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management BGP Prefixes"],"x-api-token-group":["Magic Transit Write","IP Prefixes: Write","IP Prefixes: BGP On Demand Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/status":{"get":{"operationId":"ip-address-management-dynamic-advertisement-get-advertisement-status","summary":"Get Advertisement Status","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_advertised_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_advertised_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Dynamic Advertisement"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]},"patch":{"operationId":"ip-address-management-dynamic-advertisement-update-prefix-dynamic-advertisement-status","summary":"Update Prefix Dynamic Advertisement Status","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"advertised":{"$ref":"#/components/schemas/addressing_components-schemas-advertised"}},"required":["advertised"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_advertised_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_advertised_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Dynamic Advertisement"],"x-api-token-group":["Magic Transit Write","IP Prefixes: Write","IP Prefixes: BGP On Demand Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings":{"get":{"operationId":"ip-address-management-service-bindings-list-service-bindings","summary":"List Service Bindings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/addressing_service_binding"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write","IP Prefixes: Read"]},"post":{"operationId":"ip-address-management-service-bindings-create-service-binding","summary":"Create Service Binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_create_binding_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_service_binding"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings/{binding_id}":{"get":{"operationId":"ip-address-management-service-bindings-get-service-binding","summary":"Get Service Binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_service_binding_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_service_binding"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write","IP Prefixes: Read"]},"delete":{"operationId":"ip-address-management-service-bindings-delete-service-binding","summary":"Delete Service Binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_service_binding_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations":{"post":{"operationId":"ip-address-management-prefix-delegation-create-prefix-delegation","summary":"Create Prefix Delegation","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"delegated_account_id":{"$ref":"#/components/schemas/addressing_delegated_account_identifier"}},"required":["cidr","delegated_account_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_schemas-single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Prefix Delegation"],"x-api-token-group":["IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations/{delegation_id}":{"delete":{"operationId":"ip-address-management-prefix-delegation-delete-prefix-delegation","summary":"Delete Prefix Delegation","parameters":[{"name":"delegation_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_delegation_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_id_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Prefix Delegation"],"x-api-token-group":["IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/validate":{"post":{"operationId":"ip-address-management-prefixes-validate-prefix","summary":"Validate Prefix","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Write","IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/regional_hostnames/regions":{"get":{"operationId":"dls-account-regional-hostnames-list-regions","summary":"List Regions","parameters":[{"$ref":"#/components/parameters/dls_account_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"key":{"$ref":"#/components/schemas/dls_region_key"},"label":{"type":"string"}},"type":"object"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Read","DNS Write"]}},"/accounts/{account_id}/addressing/services":{"get":{"operationId":"ip-address-management-service-bindings-list-services","summary":"List Services","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/addressing_service_identifier"},"name":{"$ref":"#/components/schemas/addressing_service_name"}}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write","IP Prefixes: Read"]}},"/accounts/{account_id}/ai-gateway/billing/credit-balance":{"get":{"operationId":"aig-billing-get-credit-balance","summary":"Get credit balance","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetCreditBalanceResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing","x-fern-sdk-method-name":"credit_balance","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/invoice-history":{"get":{"operationId":"aig-billing-get-invoice-history","summary":"Get invoice history","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","schema":{"type":"string","default":"all","enum":["auto","all","manual"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetInvoiceHistoryResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing","x-fern-sdk-method-name":"invoice_history","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/invoice-preview":{"get":{"operationId":"aig-billing-get-invoice-preview","summary":"Get invoice preview","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetInvoicePreviewResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing","x-fern-sdk-method-name":"invoice_preview","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/spending-limit":{"get":{"operationId":"aig-billing-get-spending-limit","summary":"Get spending limit","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetSpendingLimitResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.spending_limit","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"aig-billing-set-spending-limit","summary":"Set spending limit (deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","minimum":100},"duration":{"type":"string","enum":["daily","weekly","monthly"]},"strategy":{"type":"string","enum":["fixed","sliding"]}},"additionalProperties":false,"required":["amount","strategy","duration"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_SetSpendingLimitResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"deprecated":true,"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.spending_limit","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"aig-billing-delete-spending-limit","summary":"Delete spending limit","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_DeleteSpendingLimitResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.spending_limit","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/topup":{"post":{"operationId":"aig-billing-create-topup","summary":"Create a top-up","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","minimum":1000}},"additionalProperties":false,"required":["amount"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_CreateTopupResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"402":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/topup/config":{"get":{"operationId":"aig-billing-get-topup-config","summary":"Get auto top-up configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetTopupConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup.config","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"aig-billing-set-topup-config","summary":"Set auto top-up configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","minimum":1000},"threshold":{"type":"integer","minimum":500}},"additionalProperties":false,"required":["threshold","amount"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_SetTopupConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup.config","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"aig-billing-delete-topup-config","summary":"Delete auto top-up configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_DeleteTopupConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup.config","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/topup/limits":{"get":{"operationId":"aig-billing-get-topup-limits","summary":"Get account top-up limits","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetTopupLimitsResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/billing/topup/status":{"post":{"operationId":"aig-billing-check-topup-status","summary":"Check top-up status","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"payment_intent_id":{"type":"string"}},"additionalProperties":false,"required":["payment_intent_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_TopupStatusResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup","x-fern-sdk-method-name":"status","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/usage-history":{"get":{"operationId":"aig-billing-get-usage-history","summary":"Get usage history","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"value_grouping_window","in":"query","required":true,"schema":{"type":"string","enum":["day","hour"]}},{"name":"start_time","in":"query","schema":{"type":"number","nullable":true}},{"name":"end_time","in":"query","schema":{"type":"number","nullable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetUsageHistoryResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing","x-fern-sdk-method-name":"usage_history","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/custom-providers":{"get":{"operationId":"aig-config-list-account-provider","summary":"List Account Providers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"beta","in":"query","schema":{"type":"boolean"}},{"name":"enable","in":"query","schema":{"type":"boolean"}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-account-provider","summary":"Create a new Account Provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"js_example":{"type":"string"},"link":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["name","slug","base_url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/custom-providers/costs":{"get":{"operationId":"aig-config-list-account-provider-cost","summary":"List Account Provider Costs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"enable","in":"query","schema":{"type":"boolean"}},{"name":"account_provider_id","in":"query","schema":{"type":"string","format":"uuid"}},{"name":"model_rule","in":"query","schema":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]}},{"name":"cost_type","in":"query","schema":{"type":"string","default":"tokens"}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-account-provider-cost","summary":"Create a new Account Provider Cost","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"enable":{"type":"boolean"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"token_pricing":{"type":"object","properties":{"input_audio_tokens":{"type":"number"},"input_cache_creation_tokens":{"type":"number"},"input_cached_tokens":{"type":"number"},"input_image_count":{"type":"number"},"input_image_tokens":{"type":"number"},"input_text_tokens":{"type":"number"},"input_tokens":{"type":"number"},"input_video_tokens":{"type":"number"},"output_image_count":{"type":"number"},"output_reasoning_tokens":{"type":"number"},"output_tokens":{"type":"number"},"total_tokens":{"type":"number"}}}},"required":["account_provider_id","model"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/custom-providers/costs/{id}":{"get":{"operationId":"aig-config-fetch-account-provider-cost","summary":"Fetch a Account Provider Cost","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-account-provider-cost","summary":"Delete a Account Provider Cost","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"aig-config-update-account-provider-cost","summary":"Update a Account Provider Cost","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"enable":{"type":"boolean"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"token_pricing":{"type":"object","properties":{"input_audio_tokens":{"type":"number"},"input_cache_creation_tokens":{"type":"number"},"input_cached_tokens":{"type":"number"},"input_image_count":{"type":"number"},"input_image_tokens":{"type":"number"},"input_text_tokens":{"type":"number"},"input_tokens":{"type":"number"},"input_video_tokens":{"type":"number"},"output_image_count":{"type":"number"},"output_reasoning_tokens":{"type":"number"},"output_tokens":{"type":"number"},"total_tokens":{"type":"number"}}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/custom-providers/{id}":{"get":{"operationId":"aig-config-fetch-account-provider","summary":"Fetch a Account Provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-account-provider","summary":"Delete a Account Provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"aig-config-update-account-provider","summary":"Update a Account Provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/evaluation-types":{"get":{"operationId":"aig-config-list-evaluators","summary":"List Evaluators","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":5}},{"name":"order_by","in":"query","schema":{"type":"string","default":"mandatory"}},{"name":"order_by_direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string"},"mandatory":{"type":"boolean"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"type":{"type":"string"}},"required":["name","type","mandatory","description","enable","id","created_at","modified_at"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.evaluation-types","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways":{"get":{"operationId":"aig-config-list-gateway","summary":"List Gateways","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"884d0761","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-gateway","summary":"Create a new Gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"store_id":{"type":"string","nullable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"a63dee3a","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains":{"get":{"operationId":"aig-config-list-custom-domain","summary":"List Custom Domains","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"status","in":"query","schema":{"type":"string","enum":["initializing","pending_dcv","active","error"],"x-auditable":true}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"integer"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"hostname":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true},"modified_at":{"type":"integer"},"ssl_hostname_id":{"type":"string","nullable":true,"x-auditable":true},"status":{"type":"string","enum":["initializing","pending_dcv","active","error"],"x-auditable":true}},"required":["hostname","gateway_id","ssl_hostname_id","status","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Custom Domains"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-custom-domain","summary":"Create a custom domain for a gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true},"minTLS":{"type":"string","enum":["1.0","1.1","1.2","1.3"],"x-auditable":true},"zone_id":{"type":"string","pattern":"^[0-9a-f]{32}$","x-auditable":true}},"required":["domain","zone_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"cname_target":{"type":"string"},"created_at":{"type":"integer"},"gateway_id":{"type":"string"},"hostname":{"type":"string"},"modified_at":{"type":"integer"},"status":{"type":"string","enum":["initializing","pending_dcv","active","error"]}},"required":["hostname","gateway_id","status","cname_target","created_at","modified_at"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Custom Domains"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains/{hostname}":{"get":{"operationId":"aig-config-fetch-custom-domain","summary":"Fetch a Custom Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"hostname","in":"path","required":true,"schema":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"integer"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"hostname":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true},"modified_at":{"type":"integer"},"ssl_hostname_id":{"type":"string","nullable":true,"x-auditable":true},"status":{"type":"string","enum":["initializing","pending_dcv","active","error"],"x-auditable":true}},"required":["hostname","gateway_id","ssl_hostname_id","status","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Custom Domains"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-custom-domain","summary":"Delete a Custom Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"hostname","in":"path","required":true,"schema":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"integer"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"hostname":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true},"modified_at":{"type":"integer"},"ssl_hostname_id":{"type":"string","nullable":true,"x-auditable":true},"status":{"type":"string","enum":["initializing","pending_dcv","active","error"],"x-auditable":true}},"required":["hostname","gateway_id","ssl_hostname_id","status","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Custom Domains"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets":{"get":{"operationId":"aig-config-list-dataset","summary":"List Datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"name","in":"query","schema":{"type":"string","x-auditable":true}},{"name":"enable","in":"query","schema":{"type":"boolean","x-auditable":true}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-dataset","summary":"Create a new Dataset","parameters":[{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name","filters","enable"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}":{"get":{"operationId":"aig-config-fetch-dataset","summary":"Fetch a Dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"aig-config-update-dataset","summary":"Update a Dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name","filters","enable"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-dataset","summary":"Delete a Dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations":{"get":{"operationId":"aig-config-list-evaluations","summary":"List Evaluations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"name","in":"query","schema":{"type":"string","x-auditable":true}},{"name":"processed","in":"query","schema":{"type":"boolean","x-auditable":true}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"datasets":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","account_id","account_tag","created_at","modified_at"],"type":"object"}},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"processed":{"type":"boolean","x-auditable":true},"results":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"evaluation_id":{"type":"string"},"evaluation_type_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"result":{"type":"string"},"status":{"type":"number"},"status_description":{"type":"string"},"total_logs":{"type":"number"}},"required":["evaluation_id","evaluation_type_id","result","total_logs","status","status_description","id","created_at","modified_at"],"type":"object"}},"total_logs":{"type":"number","x-auditable":true}},"required":["id","gateway_id","name","created_at","modified_at","datasets","results","processed","total_logs"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-evaluations","summary":"Create a new Evaluation","parameters":[{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"dataset_ids":{"type":"array","items":{"type":"string"},"maxItems":5,"minItems":1},"evaluation_type_ids":{"type":"array","items":{"type":"string"}},"name":{"type":"string","x-auditable":true}},"required":["name","dataset_ids","evaluation_type_ids"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"datasets":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","account_id","account_tag","created_at","modified_at"],"type":"object"}},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"processed":{"type":"boolean","x-auditable":true},"results":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"evaluation_id":{"type":"string"},"evaluation_type_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"result":{"type":"string"},"status":{"type":"number"},"status_description":{"type":"string"},"total_logs":{"type":"number"}},"required":["evaluation_id","evaluation_type_id","result","total_logs","status","status_description","id","created_at","modified_at"],"type":"object"}},"total_logs":{"type":"number","x-auditable":true}},"required":["id","gateway_id","name","created_at","modified_at","datasets","results","processed","total_logs"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id}":{"get":{"operationId":"aig-config-fetch-evaluations","summary":"Fetch a Evaluation","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"datasets":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","account_id","account_tag","created_at","modified_at"],"type":"object"}},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"processed":{"type":"boolean","x-auditable":true},"results":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"evaluation_id":{"type":"string"},"evaluation_type_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"result":{"type":"string"},"status":{"type":"number"},"status_description":{"type":"string"},"total_logs":{"type":"number"}},"required":["evaluation_id","evaluation_type_id","result","total_logs","status","status_description","id","created_at","modified_at"],"type":"object"}},"total_logs":{"type":"number","x-auditable":true}},"required":["id","gateway_id","name","created_at","modified_at","datasets","results","processed","total_logs"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-evaluations","summary":"Delete a Evaluation","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"datasets":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","account_id","account_tag","created_at","modified_at"],"type":"object"}},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"processed":{"type":"boolean","x-auditable":true},"results":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"evaluation_id":{"type":"string"},"evaluation_type_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"result":{"type":"string"},"status":{"type":"number"},"status_description":{"type":"string"},"total_logs":{"type":"number"}},"required":["evaluation_id","evaluation_type_id","result","total_logs","status","status_description","id","created_at","modified_at"],"type":"object"}},"total_logs":{"type":"number","x-auditable":true}},"required":["id","gateway_id","name","created_at","modified_at","datasets","results","processed","total_logs"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs":{"get":{"operationId":"aig-config-list-gateway-logs","summary":"List Gateway Logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","default":"created_at","enum":["created_at","provider","model","model_type","success","cached"]}},{"name":"order_by_direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"filters","in":"query","schema":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["id","created_at","request_content_type","response_content_type","request_type","success","cached","provider","model","model_type","cost","tokens","tokens_in","tokens_out","duration","feedback","event_id","metadata.key","metadata.value","authentication","wholesale","compatibilityMode","dlp_action","user_agent"]},"operator":{"type":"string","enum":["eq","neq","contains","lt","gt"]},"value":{"type":"array","items":{"anyOf":[{"nullable":true,"type":"string"},{"type":"number"},{"type":"boolean"}]}}},"required":["key","operator","value"],"type":"object"}}},{"name":"meta_info","in":"query","schema":{"type":"boolean"}},{"name":"direction","in":"query","schema":{"type":"string","deprecated":true,"enum":["asc","desc"]}},{"name":"start_date","in":"query","schema":{"type":"string","format":"date-time","deprecated":true}},{"name":"end_date","in":"query","schema":{"type":"string","format":"date-time","deprecated":true}},{"name":"min_cost","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_cost","in":"query","schema":{"type":"number","deprecated":true}},{"name":"min_tokens_in","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_tokens_in","in":"query","schema":{"type":"number","deprecated":true}},{"name":"min_tokens_out","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_tokens_out","in":"query","schema":{"type":"number","deprecated":true}},{"name":"min_total_tokens","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_total_tokens","in":"query","schema":{"type":"number","deprecated":true}},{"name":"min_duration","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_duration","in":"query","schema":{"type":"number","deprecated":true}},{"name":"feedback","in":"query","schema":{"anyOf":[{"enum":[-1],"type":"number"},{"enum":[0],"type":"number"},{"enum":[1],"type":"number"}],"deprecated":true}},{"name":"success","in":"query","schema":{"type":"boolean","deprecated":true}},{"name":"cached","in":"query","schema":{"type":"boolean","deprecated":true}},{"name":"model","in":"query","schema":{"type":"string","deprecated":true}},{"name":"model_type","in":"query","schema":{"type":"string","deprecated":true}},{"name":"provider","in":"query","schema":{"type":"string","deprecated":true}},{"name":"request_content_type","in":"query","schema":{"type":"string","deprecated":true}},{"name":"response_content_type","in":"query","schema":{"type":"string","deprecated":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"cached":{"type":"boolean"},"cost":{"type":"number"},"created_at":{"type":"string","format":"date-time"},"custom_cost":{"type":"boolean"},"duration":{"type":"integer"},"id":{"type":"string"},"metadata":{"type":"string"},"model":{"type":"string"},"model_type":{"type":"string"},"path":{"type":"string"},"provider":{"type":"string"},"request_content_type":{"type":"string"},"request_type":{"type":"string"},"response_content_type":{"type":"string"},"status_code":{"type":"integer"},"step":{"type":"integer"},"success":{"type":"boolean"},"tokens_in":{"type":"integer","nullable":true},"tokens_out":{"type":"integer","nullable":true}},"required":["id","created_at","provider","model","path","duration","success","cached","tokens_in","tokens_out"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"max_cost":{"type":"number"},"max_duration":{"type":"number"},"max_tokens_in":{"type":"number"},"max_tokens_out":{"type":"number"},"max_total_tokens":{"type":"number"},"min_cost":{"type":"number"},"min_duration":{"type":"number"},"min_tokens_in":{"type":"number"},"min_tokens_out":{"type":"number"},"min_total_tokens":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"delete":{"operationId":"aig-config-delete-gateway-logs","summary":"Delete Gateway Logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"order_by","in":"query","schema":{"type":"string","default":"created_at","enum":["created_at","provider","model","model_type","success","cached","cost","tokens_in","tokens_out","duration","feedback"]}},{"name":"order_by_direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}},{"name":"filters","in":"query","schema":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["id","created_at","request_content_type","response_content_type","request_type","success","cached","provider","model","model_type","cost","tokens","tokens_in","tokens_out","duration","feedback","event_id","metadata.key","metadata.value","authentication","wholesale","compatibilityMode","dlp_action","user_agent"]},"operator":{"type":"string","enum":["eq","neq","contains","lt","gt"]},"value":{"type":"array","items":{"anyOf":[{"nullable":true,"type":"string"},{"type":"number"},{"type":"boolean"}]}}},"required":["key","operator","value"],"type":"object"}}},{"name":"limit","in":"query","schema":{"type":"integer","default":10000,"maximum":10000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}":{"get":{"operationId":"aig-config-get-gateway-log-detail","summary":"Get Gateway Log Detail","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"cached":{"type":"boolean"},"cost":{"type":"number"},"created_at":{"type":"string","format":"date-time"},"custom_cost":{"type":"boolean"},"duration":{"type":"integer"},"id":{"type":"string"},"metadata":{"type":"string"},"model":{"type":"string"},"model_type":{"type":"string"},"path":{"type":"string"},"provider":{"type":"string"},"request_content_type":{"type":"string"},"request_head":{"type":"string"},"request_head_complete":{"type":"boolean"},"request_size":{"type":"integer"},"request_type":{"type":"string"},"response_content_type":{"type":"string"},"response_head":{"type":"string"},"response_head_complete":{"type":"boolean"},"response_size":{"type":"integer"},"status_code":{"type":"integer"},"step":{"type":"integer"},"success":{"type":"boolean"},"tokens_in":{"type":"integer","nullable":true},"tokens_out":{"type":"integer","nullable":true}},"required":["id","created_at","provider","model","path","duration","success","cached","tokens_in","tokens_out"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"aig-config-patch-gateway-log","summary":"Patch Gateway Log","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"feedback":{"type":"number","maximum":1,"minimum":-1,"nullable":true},"metadata":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"nullable":true},"score":{"type":"number","maximum":100,"minimum":0,"nullable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object"},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/request":{"get":{"operationId":"aig-config-get-gateway-log-request","summary":"Get Gateway Log Request","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"request","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/response":{"get":{"operationId":"aig-config-get-gateway-log-response","summary":"Get Gateway Log Response","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"response","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs":{"post":{"operationId":"aig-config-create-providers","summary":"Create a new Provider Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"alias":{"type":"string"},"default_config":{"type":"boolean"},"provider_slug":{"type":"string"},"rate_limit":{"type":"number"},"rate_limit_period":{"type":"number","default":60},"secret":{"type":"string"},"secret_id":{"type":"string"}},"required":["provider_slug","default_config","alias"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"alias":{"type":"string"},"default_config":{"type":"boolean"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"provider_slug":{"type":"string"},"rate_limit":{"type":"number"},"rate_limit_period":{"type":"number","default":60},"secret_id":{"type":"string"},"secret_preview":{"type":"string"}},"required":["id","provider_slug","secret_preview","default_config","gateway_id","modified_at","alias","secret_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["AI Gateway Provider Configs"],"x-api-token-group":["Secrets Store Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs/{id}":{"put":{"operationId":"aig-config-update-providers","summary":"Update a Provider Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"secret":{"type":"string"}},"required":["secret"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"alias":{"type":"string"},"default_config":{"type":"boolean"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"provider_slug":{"type":"string"},"rate_limit":{"type":"number"},"rate_limit_period":{"type":"number","default":60},"secret_id":{"type":"string"},"secret_preview":{"type":"string"}},"required":["id","provider_slug","secret_preview","default_config","gateway_id","modified_at","alias","secret_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["AI Gateway Provider Configs"],"x-api-token-group":["Secrets Store Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-providers","summary":"Delete a Provider Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"alias":{"type":"string"},"default_config":{"type":"boolean"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"provider_slug":{"type":"string"},"rate_limit":{"type":"number"},"rate_limit_period":{"type":"number","default":60},"secret_id":{"type":"string"},"secret_preview":{"type":"string"}},"required":["id","provider_slug","secret_preview","default_config","gateway_id","modified_at","alias","secret_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["AI Gateway Provider Configs"],"x-api-token-group":["Secrets Store Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes":{"get":{"operationId":"aig-config-list-gateway-dynamic-routes","summary":"List all AI Gateway Dynamic Routes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"order_by":{"type":"string"},"order_by_direction":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"routes":{"type":"array","items":{"properties":{"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"deployment":{"type":"object","properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"]},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"]}},"required":["id","name","elements","created_at","modified_at","account_tag","gateway_id","version","deployment"],"type":"object"}}},"required":["routes","page","per_page","order_by","order_by_direction"]},"success":{"type":"boolean"}},"required":["success","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"aig-config-post-gateway-dynamic-route","summary":"Create a new AI Gateway Dynamic Route.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"name":{"type":"string"}},"required":["name","elements"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"deployment":{"type":"object","properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"]},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"]}},"required":["id","name","elements","created_at","modified_at","gateway_id","version","deployment"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}":{"get":{"operationId":"aig-config-get-gateway-dynamic-route","summary":"Get an AI Gateway Dynamic Route.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"deployment":{"type":"object","properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"]},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"]}},"required":["id","name","elements","created_at","modified_at","gateway_id","version","deployment"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"aig-config-delete-gateway-dynamic-route","summary":"Delete an AI Gateway Dynamic Route.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","gateway_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"aig-config-update-gateway-dynamic-route","summary":"Update an AI Gateway Dynamic Route.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"route":{"type":"object","properties":{"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"deployment":{"type":"object","properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"]},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"]}},"required":["id","name","elements","created_at","modified_at","account_tag","gateway_id","version","deployment"]},"success":{"type":"boolean"}},"required":["success","route"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"route":{"type":"object","properties":{"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","account_tag","gateway_id"]},"success":{"type":"boolean"}},"required":["success","route"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/deployments":{"get":{"operationId":"aig-config-list-gateway-dynamic-route-deployments","summary":"List all AI Gateway Dynamic Route Deployments.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"deployments":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"],"type":"object"}},"order_by":{"type":"string"},"order_by_direction":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"}},"required":["deployments","page","per_page","order_by","order_by_direction"]},"success":{"type":"boolean"}},"required":["success","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"list-deployments","x-forge-hidden":true},"post":{"operationId":"aig-config-post-gateway-dynamic-route-deployment","summary":"Create a new AI Gateway Dynamic Route Deployment.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"version_id":{"type":"string"}},"required":["version_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","gateway_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"create-deployment","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions":{"get":{"operationId":"aig-config-list-gateway-dynamic-route-versions","summary":"List all AI Gateway Dynamic Route Versions.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"order_by":{"type":"string"},"order_by_direction":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"versions":{"type":"array","items":{"properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"],"type":"object"}}},"required":["versions","page","per_page","order_by","order_by_direction"]},"success":{"type":"boolean"}},"required":["success","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"list-versions","x-forge-hidden":true},"post":{"operationId":"aig-config-post-gateway-dynamic-route-version","summary":"Create a new AI Gateway Dynamic Route Version.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}}},"required":["elements"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","gateway_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"create-version","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions/{version_id}":{"get":{"operationId":"aig-config-get-gateway-dynamic-route-version","summary":"Get an AI Gateway Dynamic Route Version.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"is_valid":{"type":"boolean"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version_id":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","gateway_id","version_id","data","active"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"get-version","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/url/{provider}":{"get":{"operationId":"aig-config-get-gateway-url","summary":"Get Gateway URL","parameters":[{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"provider","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.urls","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{id}":{"get":{"operationId":"aig-config-fetch-gateway","summary":"Fetch a Gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"4799196d","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"aig-config-update-gateway","summary":"Update a Gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"4a6d1f72","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"a8ba4157","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-gateway","summary":"Delete a Gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"ddf7501e","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/authors/search":{"get":{"operationId":"workers-ai-search-author","summary":"Author Search","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/finetunes":{"get":{"operationId":"workers-ai-list-finetunes","summary":"List Finetunes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid","x-auditable":true},"model":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["id","model","name","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI Finetune"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"workers-ai-create-finetune","summary":"Create a new Finetune","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"model":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"public":{"type":"boolean","default":false,"x-auditable":true}},"required":["model","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid","x-auditable":true},"model":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"public":{"type":"boolean","x-auditable":true}},"required":["id","created_at","modified_at","public","name","model"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["errors","success"]}}}}},"security":[{"realmrootOidc":["ai.write"]}],"tags":["Workers AI Finetune"],"x-api-token-group":["Workers AI Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/finetunes/public":{"get":{"operationId":"workers-ai-list-public-finetunes","summary":"List Public Finetunes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number","default":20}},{"name":"offset","in":"query","schema":{"type":"number","default":0}},{"name":"orderBy","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid","x-auditable":true},"model":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"public":{"type":"boolean","x-auditable":true}},"required":["id","model","name","public","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI Finetune"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/finetunes/{finetune_id}/finetune-assets":{"post":{"operationId":"workers-ai-upload-finetune-asset","summary":"Upload a Finetune Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"finetune_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"file_name":{"type":"string"}},"required":["file_name","file"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["ai.write"]}],"tags":["Workers AI Finetune"],"x-api-token-group":["Workers AI Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/models/schema":{"get":{"operationId":"workers-ai-get-model-schema","summary":"Get Model Schema","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"model","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"input":{"type":"object","properties":{"additionalProperties":{"type":"boolean"},"type":{"type":"string"}},"required":["type","description","additionalProperties"]},"output":{"type":"object","properties":{"additionalProperties":{"type":"boolean"},"type":{"type":"string"}},"required":["type","description","additionalProperties"]}},"required":["input","output"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/models/search":{"get":{"operationId":"workers-ai-search-model","summary":"Model Search","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"integer","default":100}},{"name":"page","in":"query","schema":{"type":"integer","default":1}},{"name":"task","in":"query","schema":{"type":"string","default":""}},{"name":"author","in":"query","schema":{"type":"string","default":""}},{"name":"source","in":"query","schema":{"type":"number"}},{"name":"hide_experimental","in":"query","schema":{"type":"boolean","default":false}},{"name":"search","in":"query","schema":{"type":"string","default":""}},{"name":"include_deprecated","in":"query","schema":{"type":"boolean","default":false}},{"name":"format","in":"query","schema":{"type":"string","enum":["openrouter"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"anyOf":[{"properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","result","errors","messages"],"type":"object"},{"properties":{"data":{"type":"array","items":{"type":"object"}}},"required":["data"],"type":"object"}]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/run":{"post":{"operationId":"workers-ai-post-run-generic","summary":"Execute AI Model (Generic)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"type":"object"},"model":{"type":"string"},"options":{"type":"object","properties":{"extraHeaders":{"type":"object","additionalProperties":{"type":"string"}},"gateway":{"type":"object","properties":{"cacheTtl":{"type":"number"},"id":{"type":"string"},"skipCache":{"type":"boolean"}}}}}},"required":["model","input"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/run/{model_name}":{"post":{"operationId":"workers-ai-post-run-model","summary":"Execute AI model","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"model_name","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","oneOf":[{"properties":{"text":{"type":"string","minLength":1}},"required":["text"],"title":"Text Classification","type":"object"},{"properties":{"guidance":{"type":"number","default":7.5},"height":{"type":"integer","maximum":2048,"minimum":256},"image":{"type":"array","items":{"type":"number"}},"image_b64":{"type":"string"},"mask":{"type":"array","items":{"type":"number"}},"negative_prompt":{"type":"string"},"num_steps":{"type":"integer","default":20,"maximum":20},"prompt":{"type":"string","minLength":1},"seed":{"type":"integer"},"strength":{"type":"number","default":1},"width":{"type":"integer","maximum":2048,"minimum":256}},"required":["prompt"],"title":"Text To Image","type":"object"},{"properties":{"lang":{"type":"string","default":"en"},"prompt":{"type":"string","minLength":1}},"required":["prompt"],"title":"Text To Speech","type":"object"},{"properties":{"text":{"oneOf":[{"minLength":1,"type":"string"},{"items":{"minLength":1,"type":"string"},"maxItems":100,"type":"array"}]}},"required":["text"],"title":"Text Embeddings","type":"object"},{"oneOf":[{"format":"binary","type":"string"},{"properties":{"audio":{"type":"array","items":{"type":"number"}},"source_lang":{"type":"string"},"target_lang":{"type":"string"}},"required":["audio"],"type":"object"}],"title":"Automatic Speech Recognition","type":"object"},{"oneOf":[{"format":"binary","type":"string"},{"properties":{"image":{"type":"array","items":{"type":"number"}}},"required":["image"],"type":"object"}],"title":"Image Classification","type":"object"},{"oneOf":[{"format":"binary","type":"string"},{"properties":{"image":{"type":"array","items":{"type":"number"}}},"type":"object"}],"title":"Object Detection","type":"object"},{"oneOf":[{"properties":{"frequency_penalty":{"type":"number","maximum":2,"minimum":-2},"lora":{"type":"string"},"max_tokens":{"type":"integer","default":256},"presence_penalty":{"type":"number","maximum":2,"minimum":-2},"prompt":{"type":"string","minLength":1},"raw":{"type":"boolean","default":false},"repetition_penalty":{"type":"number","maximum":2,"minimum":0},"response_format":{"type":"object","properties":{"json_schema":{},"type":{"type":"string","enum":["json_object","json_schema"]}},"title":"JSON Mode"},"seed":{"type":"integer","maximum":9999999999,"minimum":1},"stream":{"type":"boolean","default":false},"temperature":{"type":"number","default":0.6,"maximum":5,"minimum":0},"top_k":{"type":"integer","maximum":50,"minimum":1},"top_p":{"type":"number","maximum":1,"minimum":0.001}},"required":["prompt"],"title":"Prompt"},{"properties":{"frequency_penalty":{"type":"number","maximum":2,"minimum":-2},"functions":{"type":"array","items":{"properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["name","code"],"type":"object"}},"max_tokens":{"type":"integer","default":256},"messages":{"type":"array","items":{"properties":{"content":{"oneOf":[{"type":"string"},{"items":{"properties":{"text":{"type":"string"},"type":{"type":"string"}},"type":"object"},"type":"array"}]},"role":{"type":"string"}},"required":["role","content"],"type":"object"}},"presence_penalty":{"type":"number","maximum":2,"minimum":-2},"raw":{"type":"boolean","default":false},"repetition_penalty":{"type":"number","maximum":2,"minimum":0},"response_format":{"type":"object","properties":{"json_schema":{},"type":{"type":"string","enum":["json_object","json_schema"]}},"title":"JSON Mode"},"seed":{"type":"integer","maximum":9999999999,"minimum":1},"stream":{"type":"boolean","default":false},"temperature":{"type":"number","default":0.6,"maximum":5,"minimum":0},"tools":{"type":"array","items":{"oneOf":[{"properties":{"name":{"type":"string"},"parameters":{"required":["type","properties"],"properties":{"properties":{"type":"object","additionalProperties":{"properties":{"type":{"type":"string"}},"required":["type","description"],"type":"object"}},"required":{"type":"array","items":{"type":"string"}},"type":{"type":"string"}},"type":"object"}},"required":["name","description","parameters"]},{"properties":{"function":{"type":"object","properties":{"name":{"type":"string"},"parameters":{"required":["type","properties"],"properties":{"properties":{"type":"object","additionalProperties":{"properties":{"type":{"type":"string"}},"required":["type","description"],"type":"object"}},"required":{"type":"array","items":{"type":"string"}},"type":{"type":"string"}},"type":"object"}},"required":["name","description","parameters"]},"type":{"type":"string"}},"required":["type","function"]}],"type":"object"}},"top_k":{"type":"integer","maximum":50,"minimum":1},"top_p":{"type":"number","maximum":1,"minimum":0.001}},"required":["messages"],"title":"Messages"}],"title":"Text Generation","type":"object"},{"properties":{"source_lang":{"type":"string","default":"en"},"target_lang":{"type":"string"},"text":{"type":"string","minLength":1}},"required":["text","target_lang"],"title":"Translation","type":"object"},{"properties":{"input_text":{"type":"string","minLength":1},"max_length":{"type":"integer","default":1024}},"required":["input_text"],"title":"Summarization","type":"object"},{"oneOf":[{"format":"binary","type":"string"},{"properties":{"frequency_penalty":{"type":"number"},"image":{"oneOf":[{"items":{"type":"number"},"type":"array"},{"format":"binary","type":"string"}]},"max_tokens":{"type":"integer","default":512},"presence_penalty":{"type":"number"},"prompt":{"type":"string"},"raw":{"type":"boolean","default":false},"repetition_penalty":{"type":"number"},"seed":{"type":"number"},"temperature":{"type":"number"},"top_k":{"type":"number"},"top_p":{"type":"number"}},"required":["image"],"type":"object"}],"title":"Image To Text","type":"object"},{"oneOf":[{"properties":{"frequency_penalty":{"type":"number"},"ignore_eos":{"type":"boolean"},"image":{"type":"string"},"max_tokens":{"type":"integer","default":512},"presence_penalty":{"type":"number"},"prompt":{"type":"string","minLength":1},"repetition_penalty":{"type":"number"},"seed":{"type":"number"},"temperature":{"type":"number"},"top_k":{"type":"number"},"top_p":{"type":"number"}},"required":["prompt","image"],"type":"object"},{"properties":{"frequency_penalty":{"type":"number"},"ignore_eos":{"type":"boolean"},"image":{"type":"string"},"max_tokens":{"type":"integer","default":512},"messages":{"type":"array","items":{"properties":{"content":{"anyOf":[{"type":"string"},{"items":{"properties":{"image_url":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]},"text":{"type":"string"},"type":{"type":"string"}},"required":["type"],"type":"object"},"type":"array"}]},"role":{"type":"string"}},"required":["role","content"],"type":"object"}},"presence_penalty":{"type":"number"},"repetition_penalty":{"type":"number"},"seed":{"type":"number"},"temperature":{"type":"number"},"top_k":{"type":"number"},"top_p":{"type":"number"}},"required":["messages","image"],"type":"object"}],"title":"Image Text To Text","type":"object"},{"properties":{"image":{"type":"string","minLength":1},"text":{"type":"array","items":{"minLength":1,"type":"string"}}},"title":"Multimodal Embeddings","type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","oneOf":[{"items":{"properties":{"label":{"type":"string"},"score":{"type":"number"}},"type":"object"},"title":"Text Classification","type":"array"},{"format":"binary","title":"Text To Image","type":"string"},{"oneOf":[{"properties":{"audio":{"type":"string"}},"type":"object"},{"format":"binary","type":"string"}],"title":"Text To Speech","type":"object"},{"properties":{"data":{"type":"array","items":{"items":{"type":"number"},"type":"array"}},"shape":{"type":"array","items":{"type":"number"}}},"title":"Text Embeddings","type":"object"},{"properties":{"text":{"type":"string"},"vtt":{"type":"string"},"word_count":{"type":"number"},"words":{"type":"array","items":{"properties":{"end":{"type":"number"},"start":{"type":"number"},"word":{"type":"string"}},"type":"object"}}},"required":["text"],"title":"Automatic Speech Recognition","type":"object"},{"items":{"properties":{"label":{"type":"string"},"score":{"type":"number"}},"type":"object"},"title":"Image Classification","type":"array"},{"items":{"properties":{"box":{"type":"object","properties":{"xmax":{"type":"number"},"xmin":{"type":"number"},"ymax":{"type":"number"},"ymin":{"type":"number"}}},"label":{"type":"string"},"score":{"type":"number"}},"type":"object"},"title":"Object Detection","type":"array"},{"oneOf":[{"properties":{"response":{"type":"string"},"tool_calls":{"type":"array","items":{"properties":{"arguments":{"type":"object"},"name":{"type":"string"}},"type":"object"}},"usage":{"type":"object","properties":{"completion_tokens":{"type":"number","default":0},"prompt_tokens":{"type":"number","default":0},"total_tokens":{"type":"number","default":0}}}},"required":["response"],"type":"object"},{"format":"binary","type":"string"}],"title":"Text Generation","type":"object"},{"properties":{"translated_text":{"type":"string"}},"title":"Translation","type":"object"},{"properties":{"summary":{"type":"string"}},"title":"Summarization","type":"object"},{"properties":{},"title":"Image To Text","type":"object"},{"properties":{},"title":"Image Text To Text","type":"object"},{"properties":{"data":{"type":"array","items":{"items":{"type":"number"},"type":"array"}},"shape":{"type":"array","items":{"type":"number"}}},"title":"Multimodal Embeddings","type":"object"}]}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/tasks/search":{"get":{"operationId":"workers-ai-search-task","summary":"Task Search","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean","x-auditable":true}},"required":["success","result","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/tomarkdown":{"post":{"operationId":"workers-ai-post-to-markdown","summary":"Convert Files into Markdown","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"}}},"required":["files"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"data":{"type":"string","x-auditable":true},"format":{"type":"string","x-auditable":true},"mimeType":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"tokens":{"type":"string","x-auditable":true}},"required":["name","mimeType","format","tokens","data"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/tomarkdown/supported":{"get":{"operationId":"workers-ai-get-to-markdown-supported","summary":"Get all converted formats supported","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"extension":{"type":"string","x-auditable":true},"mimeType":{"type":"string","x-auditable":true}},"required":["extension","mimeType"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/alerting/v3/available_alerts":{"get":{"operationId":"notification-alert-types-get-alert-types","summary":"Get Alert Types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_alerts-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification Alert Types"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.available-alerts","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/pagerduty":{"get":{"operationId":"notification-destinations-with-pager-duty-list-pager-duty-services","summary":"List PagerDuty services","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification destinations with PagerDuty"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.pagerduty","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"notification-destinations-with-pager-duty-delete-pager-duty-services","summary":"Delete PagerDuty Services","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification destinations with PagerDuty"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.pagerduty","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect":{"post":{"operationId":"notification-destinations-with-pager-duty-connect-pager-duty","summary":"Create PagerDuty integration token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_sensitive_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification destinations with PagerDuty"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.pagerduty","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect/{token_id}":{"get":{"operationId":"notification-destinations-with-pager-duty-connect-pager-duty-token","summary":"Connect PagerDuty","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_integration-token"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification destinations with PagerDuty"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.pagerduty","x-fern-sdk-method-name":"link","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/webhooks":{"get":{"operationId":"notification-webhooks-list-webhooks","summary":"List webhooks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_webhooks_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_webhooks_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification webhooks"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"notification-webhooks-create-a-webhook","summary":"Create a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"name":{"$ref":"#/components/schemas/aaa_components-schemas-name"},"secret":{"$ref":"#/components/schemas/aaa_secret"},"url":{"$ref":"#/components/schemas/aaa_url"}},"required":["name","url"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification webhooks"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id}":{"get":{"operationId":"notification-webhooks-get-a-webhook","summary":"Get a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_webhook-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_schemas-single_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification webhooks"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"notification-webhooks-update-a-webhook","summary":"Update a webhook","parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_webhook-id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"name":{"$ref":"#/components/schemas/aaa_components-schemas-name"},"secret":{"$ref":"#/components/schemas/aaa_secret"},"url":{"$ref":"#/components/schemas/aaa_url"}},"required":["name","url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification webhooks"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"notification-webhooks-delete-a-webhook","summary":"Delete a webhook","parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_webhook-id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification webhooks"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/history":{"get":{"operationId":"notification-history-list-history","summary":"List History","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/aaa_per_page"}},{"name":"before","in":"query","schema":{"$ref":"#/components/schemas/aaa_before"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"since","in":"query","schema":{"type":"string","format":"date-time"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_history_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_history_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification History"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.history","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/policies":{"get":{"operationId":"notification-policies-list-notification-policies","summary":"List Notification policies","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_policies_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification policies"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"notification-policies-create-a-notification-policy","summary":"Create a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"alert_interval":{"$ref":"#/components/schemas/aaa_alert_interval"},"alert_type":{"$ref":"#/components/schemas/aaa_alert_type"},"enabled":{"$ref":"#/components/schemas/aaa_enabled"},"filters":{"$ref":"#/components/schemas/aaa_filters"},"mechanisms":{"$ref":"#/components/schemas/aaa_mechanisms"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"}},"required":["name","alert_type","enabled","mechanisms"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification policies"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/policies/{policy_id}":{"get":{"operationId":"notification-policies-get-a-notification-policy","summary":"Get a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_single_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification policies"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"notification-policies-update-a-notification-policy","summary":"Update a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"alert_interval":{"$ref":"#/components/schemas/aaa_alert_interval"},"alert_type":{"$ref":"#/components/schemas/aaa_alert_type"},"enabled":{"$ref":"#/components/schemas/aaa_enabled"},"filters":{"$ref":"#/components/schemas/aaa_filters"},"mechanisms":{"$ref":"#/components/schemas/aaa_mechanisms"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification policies"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"notification-policies-delete-a-notification-policy","summary":"Delete a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification policies"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/policies/{policy_id}/email/unsubscribe":{"get":{"operationId":"notification-policies-show-email-unsubscribe-details","summary":"Show email unsubscribe details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}},{"name":"email","in":"query","required":true,"schema":{"type":"string","format":"email"}},{"name":"token","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_unsubscribe_email_single_response"}},"text/html":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification policies"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"]}},"/accounts/{account_id}/alerting/v3/policies/{policy_id}/test":{"post":{"operationId":"notification-policies-test-a-notification-policy","summary":"Test a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"severity":{"type":"integer","enum":[0,1,2,3,4]},"source":{"type":"string"},"state_correlation_id":{"type":"string"},"state_event":{"type":"integer","enum":[0,1,2]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification policies"],"x-api-token-group":["Notifications Write","Account Settings Write"]}},"/accounts/{account_id}/alerting/v3/silences":{"get":{"operationId":"notification-silences-list-silences","summary":"List Silences","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification Silences"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"notification-silences-update-silences","summary":"Update Silences","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/aaa_silence_update_request"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification Silences"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"notification-silences-create-silences","summary":"Create Silences","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/aaa_silence_create_request"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification Silences"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/silences/{silence_id}":{"get":{"operationId":"notification-silences-get-silence","summary":"Get Silence","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"silence_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_silence-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_silence_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silence_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification Silences"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"notification-silences-delete-silences","summary":"Delete Silence","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"silence_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_silence-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silence_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification Silences"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/analytics/query/data-security/content-findings/top-n":{"post":{"operationId":"data-security-content-findings-top-n","summary":"Top integrations by content findings","parameters":[{"$ref":"#/components/parameters/art_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_DataSecurityContentFindingsTopNQuery"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_TopNResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["Data Security"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/data-security/findings/summary":{"post":{"operationId":"data-security-findings-summary","summary":"Data security findings summary","parameters":[{"$ref":"#/components/parameters/art_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_DataSecurityFindingsSummaryQuery"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_SummaryResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["Data Security"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/data-security/findings/timeseries":{"post":{"operationId":"data-security-findings-timeseries","summary":"Data security findings timeseries","parameters":[{"$ref":"#/components/parameters/art_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_DataSecurityFindingsTimeseriesQuery"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_DataSecurityFindingsTimeseriesResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["Data Security"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/{dataset}/summary":{"post":{"operationId":"art-analytics-query-summary","summary":"Query analytics summary","parameters":[{"$ref":"#/components/parameters/art_account_id"},{"name":"dataset","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_QuerySummary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_SummaryResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["ART Analytics"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/{dataset}/timeseries":{"post":{"operationId":"art-analytics-query-timeseries","summary":"Query analytics timeseries","parameters":[{"$ref":"#/components/parameters/art_account_id"},{"name":"dataset","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_QueryTimeseries"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_TimeseriesResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["ART Analytics"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/{dataset}/top-n":{"post":{"operationId":"art-analytics-query-top-n","summary":"Query analytics top-N","parameters":[{"$ref":"#/components/parameters/art_account_id"},{"name":"dataset","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_QueryTopN"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_TopNResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["ART Analytics"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics_engine/sql":{"parameters":[{"$ref":"#/components/parameters/analytics-engine_AccountId"}],"get":{"operationId":"analytics-engine-sql-query-get","summary":"Execute an Analytics Engine SQL query via query parameter","parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/analytics-engine_QuerySuccess"},"400":{"$ref":"#/components/responses/analytics-engine_BadRequest"},"403":{"$ref":"#/components/responses/analytics-engine_Forbidden"},"422":{"$ref":"#/components/responses/analytics-engine_UnprocessableQuery"},"429":{"$ref":"#/components/responses/analytics-engine_TooManyRequests"},"500":{"$ref":"#/components/responses/analytics-engine_InternalServerError"},"503":{"$ref":"#/components/responses/analytics-engine_ServiceUnavailable"},"504":{"$ref":"#/components/responses/analytics-engine_GatewayTimeout"}},"security":[{"realmrootOidc":["account-analytics.read"]}],"tags":["Analytics Engine"],"x-api-token-group":["Account Analytics Read"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"analytics_engine.sql","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"analytics-engine-sql-query-post","summary":"Execute an Analytics Engine SQL query via request body","requestBody":{"required":true,"content":{"text/plain":{"schema":{"type":"string"}}}},"responses":{"200":{"$ref":"#/components/responses/analytics-engine_QuerySuccess"},"400":{"$ref":"#/components/responses/analytics-engine_BadRequest"},"403":{"$ref":"#/components/responses/analytics-engine_Forbidden"},"422":{"$ref":"#/components/responses/analytics-engine_UnprocessableQuery"},"429":{"$ref":"#/components/responses/analytics-engine_TooManyRequests"},"500":{"$ref":"#/components/responses/analytics-engine_InternalServerError"},"503":{"$ref":"#/components/responses/analytics-engine_ServiceUnavailable"},"504":{"$ref":"#/components/responses/analytics-engine_GatewayTimeout"}},"security":[{"realmrootOidc":["account-analytics.read"]}],"tags":["Analytics Engine"],"x-api-token-group":["Account Analytics Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"analytics_engine.sql","x-fern-sdk-method-name":"query","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_namespaces_list","summary":"List namespaces","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":100,"maximum":200,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_namespaces_get","summary":"Get a namespace","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_list","summary":"List repositories","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"limit","in":"query","schema":{"type":"integer","default":50,"maximum":200,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"sort","in":"query","schema":{"type":"string","default":"created_at","enum":["created_at","updated_at","last_push_at","name"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"artifacts_repos_create","summary":"Create a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"201":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_get","summary":"Get a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"artifacts_repos_delete","summary":"Delete a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"responses":{"202":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/blob/{hash}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_blob_get","summary":"Read a Git blob","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"hash","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{40}$"}}],"responses":{"200":{"headers":{"cache-control":{"schema":{"type":"string"}},"content-length":{"schema":{"type":"integer"}}},"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"413":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/commit/{hash}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_commit_get","summary":"Read a Git commit","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"hash","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{40}$"}}],"responses":{"200":{"headers":{"cache-control":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/file":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_file_get","summary":"Read a file","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"ref","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"path","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"headers":{"content-length":{"schema":{"type":"integer"}}},"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"413":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/fork":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"artifacts_repos_fork","summary":"Fork a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"201":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/import":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"artifacts_repos_import","summary":"Import a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"201":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"413":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"502":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"504":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/log":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_log_get","summary":"Read commit history","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"ref","in":"query","schema":{"type":"string","minLength":1}},{"name":"limit","in":"query","schema":{"type":"integer","maximum":1000,"minimum":1}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/raw/{ref}/{path}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_raw_get","summary":"Read a raw file with content type","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"ref","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"path","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"headers":{"content-length":{"schema":{"type":"integer"}},"content-security-policy":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{}},"application/octet-stream":{"schema":{"type":"string","format":"binary"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"413":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/tokens":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repo_tokens_list","summary":"List repository tokens","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"state","in":"query","schema":{"type":"string","default":"active","enum":["active","expired","revoked","all"]}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":30,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/tree/{hash}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_tree_get","summary":"Read a Git tree","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"hash","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{40}$"}}],"responses":{"200":{"headers":{"cache-control":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/tokens":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"artifacts_tokens_create","summary":"Create a repository token","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"201":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/tokens/{id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"delete":{"operationId":"artifacts_tokens_revoke","summary":"Revoke a token","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9a-z]{16}$"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/audit_logs":{"get":{"operationId":"audit-logs-get-account-audit-logs","summary":"Get account audit logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_identifier"}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"boolean"}},{"name":"action.type","in":"query","schema":{"type":"string"}},{"name":"actor.ip","in":"query","schema":{"type":"string"}},{"name":"actor.email","in":"query","schema":{"type":"string","format":"email"}},{"name":"since","in":"query","schema":{"oneOf":[{"format":"date","type":"string"},{"format":"date-time","type":"string"}]}},{"name":"before","in":"query","schema":{"oneOf":[{"format":"date","type":"string"},{"format":"date-time","type":"string"}]}},{"name":"zone.name","in":"query","schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["desc","asc"]}},{"name":"per_page","in":"query","schema":{"type":"number","default":100,"maximum":1000,"minimum":1}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"hide_user_logs","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit_logs_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_audit_logs_response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"audit-logs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/autorag/rags/{id}/ai-search":{"post":{"operationId":"autorag-config-ai-search","summary":"AI Search","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"filters":{"anyOf":[{"properties":{"key":{"type":"string"},"type":{"type":"string","enum":["eq","ne","gt","gte","lt","lte"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value"],"type":"object"},{"properties":{"filters":{"type":"array","items":{"properties":{"key":{"type":"string"},"type":{"type":"string","enum":["eq","ne","gt","gte","lt","lte"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value"],"type":"object"}},"type":{"type":"string","enum":["and","or"]}},"required":["type","filters"],"type":"object"}]},"max_num_results":{"type":"integer","default":10,"maximum":50,"minimum":1},"model":{"anyOf":[{"enum":["@cf/meta/llama-3.3-70b-instruct-fp8-fast","@cf/meta/llama-3.1-8b-instruct-fast","@cf/meta/llama-3.1-8b-instruct-fp8","@cf/meta/llama-4-scout-17b-16e-instruct","@cf/qwen/qwen3-30b-a3b-fp8","@cf/deepseek-ai/deepseek-r1-distill-qwen-32b","@cf/moonshotai/kimi-k2-instruct","anthropic/claude-3-7-sonnet","anthropic/claude-sonnet-4","anthropic/claude-opus-4","anthropic/claude-3-5-haiku","cerebras/qwen-3-235b-a22b-instruct","cerebras/qwen-3-235b-a22b-thinking","cerebras/llama-3.3-70b","cerebras/llama-4-maverick-17b-128e-instruct","cerebras/llama-4-scout-17b-16e-instruct","cerebras/gpt-oss-120b","google-ai-studio/gemini-2.5-flash","google-ai-studio/gemini-2.5-pro","grok/grok-4","groq/llama-3.3-70b-versatile","groq/llama-3.1-8b-instant","openai/gpt-5","openai/gpt-5-mini","openai/gpt-5-nano"],"type":"string"},{"enum":[""],"type":"string"}]},"query":{"type":"string"},"ranking_options":{"type":"object","default":{},"properties":{"ranker":{"type":"string"},"score_threshold":{"type":"number","default":0.4,"maximum":1,"minimum":0}}},"reranking":{"type":"object","properties":{"enabled":{"type":"boolean","default":false},"model":{"anyOf":[{"enum":["@cf/baai/bge-reranker-base"],"type":"string"},{"enum":[""],"type":"string"}]}}},"rewrite_query":{"type":"boolean","default":false},"stream":{"type":"boolean","default":false},"system_prompt":{"type":"string"}},"required":["query"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"attributes":{"type":"object"},"content":{"items":{"properties":{"text":{"type":"string"},"type":{"type":"string"}},"type":"object"},"type":"array"},"file_id":{"type":"string"},"filename":{"type":"string"},"score":{"type":"number"}},"required":["score"],"type":"object"}},"has_more":{"type":"boolean","default":false},"next_page":{"type":"string","nullable":true},"object":{"type":"string"},"response":{"type":"string"},"search_query":{"type":"string"}},"required":["search_query","response"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG RAG Search"],"x-api-token-group":["Auto Rag Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag","x-fern-sdk-method-name":"ai-search"}},"/accounts/{account_id}/autorag/rags/{id}/files":{"get":{"operationId":"autorag-config-files","summary":"Files","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":0}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"type":"string","enum":["completed","queued","running","error"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"error":{"type":"string"},"key":{"type":"string"}},"required":["key","error"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer","default":20,"maximum":50,"minimum":5},"total_count":{"type":"integer"}},"required":["count","page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.read"]},{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG RAG"],"x-api-token-group":["Auto Rag Write","Auto Rag Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag","x-fern-sdk-method-name":"files"}},"/accounts/{account_id}/autorag/rags/{id}/jobs":{"get":{"operationId":"autorag-config-list-jobs","summary":"List Jobs","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"end_reason":{"type":"string"},"ended_at":{"type":"string"},"id":{"type":"string"},"last_seen_at":{"type":"string"},"source":{"type":"string","enum":["user","schedule"]},"started_at":{"type":"string"}},"required":["id","source"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}},"required":["count","page","per_page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.read"]},{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG Jobs"],"x-api-token-group":["Auto Rag Write","Auto Rag Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag.jobs","x-fern-sdk-method-name":"list"}},"/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}":{"get":{"operationId":"autorag-config-get-job","summary":"Get a Job Details","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"job_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"end_reason":{"type":"string"},"ended_at":{"type":"string"},"id":{"type":"string"},"last_seen_at":{"type":"string"},"source":{"type":"string","enum":["user","schedule"]},"started_at":{"type":"string"}},"required":["id","source"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.read"]},{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG Jobs"],"x-api-token-group":["Auto Rag Write","Auto Rag Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag.jobs","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}/logs":{"get":{"operationId":"autorag-config-list-job-logs","summary":"List Job Logs","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"job_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":500,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"number"},"id":{"type":"integer"},"message":{"type":"string"},"message_type":{"type":"integer"}},"required":["id","message","message_type","created_at"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}},"required":["count","page","per_page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.read"]},{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG Jobs"],"x-api-token-group":["Auto Rag Write","Auto Rag Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag.jobs","x-fern-sdk-method-name":"logs"}},"/accounts/{account_id}/autorag/rags/{id}/search":{"post":{"operationId":"autorag-config-search","summary":"Search","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"filters":{"anyOf":[{"properties":{"key":{"type":"string"},"type":{"type":"string","enum":["eq","ne","gt","gte","lt","lte"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value"],"type":"object"},{"properties":{"filters":{"type":"array","items":{"properties":{"key":{"type":"string"},"type":{"type":"string","enum":["eq","ne","gt","gte","lt","lte"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value"],"type":"object"}},"type":{"type":"string","enum":["and","or"]}},"required":["type","filters"],"type":"object"}]},"max_num_results":{"type":"integer","default":10,"maximum":50,"minimum":1},"query":{"type":"string"},"ranking_options":{"type":"object","default":{},"properties":{"ranker":{"type":"string"},"score_threshold":{"type":"number","default":0.4,"maximum":1,"minimum":0}}},"reranking":{"type":"object","properties":{"enabled":{"type":"boolean","default":false},"model":{"anyOf":[{"enum":["@cf/baai/bge-reranker-base"],"type":"string"},{"enum":[""],"type":"string"}]}}},"rewrite_query":{"type":"boolean","default":false}},"required":["query"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"attributes":{"type":"object"},"content":{"items":{"properties":{"text":{"type":"string"},"type":{"type":"string"}},"type":"object"},"type":"array"},"file_id":{"type":"string"},"filename":{"type":"string"},"score":{"type":"number"}},"required":["score"],"type":"object"}},"has_more":{"type":"boolean","default":false},"next_page":{"type":"string","nullable":true},"object":{"type":"string"},"search_query":{"type":"string"}},"required":["search_query"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG RAG Search"],"x-api-token-group":["Auto Rag Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag","x-fern-sdk-method-name":"search"}},"/accounts/{account_id}/autorag/rags/{id}/sync":{"patch":{"operationId":"autorag-config-sync","summary":"Sync","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"job_id":{"type":"string"}},"required":["job_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG RAG"],"x-api-token-group":["Auto Rag Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag","x-fern-sdk-method-name":"sync"}},"/accounts/{account_id}/botnet_feed/asn/{asn_id}/day_report":{"get":{"operationId":"botnet-threat-feed-get-day-report","summary":"Get daily report","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"asn_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_asn"}},{"name":"date","in":"query","schema":{"$ref":"#/components/schemas/dos_timestamp"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"type":"object","properties":{"cidr":{"type":"string"},"date":{"type":"string","format":"date-time"},"offense_count":{"type":"integer"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]}],"tags":["Botnet Threat Feed"],"x-api-token-group":["DDoS Botnet Feed Write","DDoS Botnet Feed Read"]}},"/accounts/{account_id}/botnet_feed/asn/{asn_id}/full_report":{"get":{"operationId":"botnet-threat-feed-get-full-report","summary":"Get full report","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"asn_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_asn"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"type":"object","properties":{"cidr":{"type":"string"},"date":{"type":"string","format":"date-time"},"offense_count":{"type":"integer"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]}],"tags":["Botnet Threat Feed"],"x-api-token-group":["DDoS Botnet Feed Write","DDoS Botnet Feed Read"]}},"/accounts/{account_id}/botnet_feed/configs/asn":{"get":{"operationId":"botnet-threat-feed-list-asn","summary":"Get list of ASNs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"type":"object","properties":{"asn":{"type":"integer"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]}],"tags":["Botnet Threat Feed"],"x-api-token-group":["DDoS Botnet Feed Write","DDoS Botnet Feed Read"]}},"/accounts/{account_id}/botnet_feed/configs/asn/{asn_id}":{"delete":{"operationId":"botnet-threat-feed-delete-asn","summary":"Delete an ASN","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"asn_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_asn"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"type":"object","properties":{"asn":{"type":"integer"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-botnet-feed.write"]}],"tags":["Botnet Threat Feed"],"x-api-token-group":["DDoS Botnet Feed Write"]}},"/accounts/{account_id}/brand-protection/alerts":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionAlerts","summary":"Read all alerts on submitted domains","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"patchAccountsAccountIdBrandProtectionAlerts","summary":"Update alerts on submitted domains by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/alerts/clear":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionAlertsClear","summary":"Update verification statuses of tracked URLs to awaiting by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts.clear","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/alerts/refute":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionAlertsRefute","summary":"Update verification statuses of tracked URLs to disproven by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts.refute","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/alerts/verify":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionAlertsVerify","summary":"Update verification statuses of tracked URLs to confirmed by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts.verify","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/brands":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionBrands","summary":"Read all brands","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"postAccountsAccountIdBrandProtectionBrands","summary":"Create new brands","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteAccountsAccountIdBrandProtectionBrands","summary":"Delete brands by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/brands/patterns":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionBrandsPatterns","summary":"Read patterns for brands by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands.patterns","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"postAccountsAccountIdBrandProtectionBrandsPatterns","summary":"Create new patterns for brands by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands.patterns","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteAccountsAccountIdBrandProtectionBrandsPatterns","summary":"Delete patterns for brands by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands.patterns","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/clear":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionClear","summary":"Update verification statuses of submitted URLs to awaiting by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"clear","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/domain-info":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionDomainInfo","summary":"Read submitted domains by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"domain-info","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/logo-matches":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionLogoMatches","summary":"Read matches for logo queries by ID","parameters":[{"name":"logo_id","in":"query","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"name":"offset","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_LogoMatch"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logo-matches","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/logo-matches/download":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionLogoMatchesDownload","summary":"Download matches for logo queries by ID","parameters":[{"name":"logo_id","in":"query","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"name":"offset","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_LogoMatch"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logo-matches.download","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/logos":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionLogos","summary":"Read all saved logo queries","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logos","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"postAccountsAccountIdBrandProtectionLogos","summary":"Create new saved logo queries from image files","parameters":[{"name":"tag","in":"query","schema":{"type":"string"}},{"name":"match_type","in":"query","schema":{"type":"string"}},{"name":"threshold","in":"query","schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/brand-protection-api_ImageFile"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_Logo"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logos","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/logos/{logo_id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"logo_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionLogosLogoId","summary":"Read saved logo queries by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logos","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteAccountsAccountIdBrandProtectionLogosLogoId","summary":"Delete saved logo queries by ID","responses":{"204":{},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logos","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/matches":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionMatches","summary":"Read matches for string queries by ID","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","schema":{"type":"integer"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"include_domain_id","in":"query","schema":{"type":"boolean"}},{"name":"include_dismissed","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_QueryMatch"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"matches","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/matches/download":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionMatchesDownload","summary":"Download matches for string queries by ID","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","schema":{"type":"integer"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"include_domain_id","in":"query","schema":{"type":"boolean"}},{"name":"include_dismissed","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_QueryMatch"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"matches.download","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/queries":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionQueries","summary":"Read string queries by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"postAccountsAccountIdBrandProtectionQueries","summary":"Create new saved string queries","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"tag","in":"query","schema":{"type":"string"}},{"name":"scan","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_Query"}}}},"responses":{"204":{},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteAccountsAccountIdBrandProtectionQueries","summary":"Delete saved string queries by ID","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"tag","in":"query","schema":{"type":"string"}},{"name":"scan","in":"query","schema":{"type":"boolean"}}],"responses":{"204":{},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"patchAccountsAccountIdBrandProtectionQueries","summary":"Update saved string queries by ID","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"integer"},"scan":{"type":"boolean"},"string_matches":{"type":"array","items":{"properties":{"max_edit_distance":{"type":"number"},"pattern":{"type":"string"}},"required":["pattern"],"type":"object"}},"tag":{"type":"string"}}}}}},"responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/queries/bulk":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionQueriesBulk","summary":"Create new saved string queries in bulk","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_QueryBulk"}}}},"responses":{"204":{},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries.bulk","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/queries/{query_id}/matches/{domain_id}/dismiss":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer","minimum":0}},{"name":"domain_id","in":"path","required":true,"schema":{"type":"integer","minimum":0}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionQueriesQueryIdMatchesDomainIdDismiss","summary":"Dismiss a match for a saved string query","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries.matches","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/queries/{query_id}/matches/{domain_id}/undismiss":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer","minimum":0}},{"name":"domain_id","in":"path","required":true,"schema":{"type":"integer","minimum":0}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionQueriesQueryIdMatchesDomainIdUndismiss","summary":"Undismiss a match for a saved string query","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries.matches","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/recent-submissions":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionRecentSubmissions","summary":"Read recent URL submissions","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"recent-submissions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/refute":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionRefute","summary":"Update verification statuses of submitted URLs to disproven by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"refute","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/scan-logo":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionScanLogo","summary":"Create new logo queries from image files","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scan-logo","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/scan-page":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionScanPage","summary":"Create new logo queries from URLs","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scan-page","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/search":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionSearch","summary":"Create new string queries","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"search","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/submission-info":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionSubmissionInfo","summary":"Read URL submissions by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"submission-info","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/submit":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionSubmit","summary":"Create new URL submissions","responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_URLSubmit"}}}},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"submit","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/total-queries":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionTotalQueries","summary":"Read the total number of saved string queries","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"total-queries","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/tracked-domains":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionTrackedDomains","summary":"Read submitted domains by pattern","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"tracked-domains","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/url-info":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionUrlInfo","summary":"Read submitted URLs by ID","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_URLInfo"}}}},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-info","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/verify":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionVerify","summary":"Update verification statuses of submitted URLs to confirmed by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"verify","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/accessibilityTree":{"post":{"operationId":"brapi-post_AccessibilityTree","summary":"Get accessibility tree page","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"interestingOnly":{"type":"boolean"},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"root":{"type":"string"},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"meta":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"status":{"type":"number"},"title":{"type":"string"}}},"result":{"type":"object","properties":{"accessibilityTree":{"allOf":[{"$ref":"#/components/schemas/brapi_SerializedAXNode"},{"nullable":true}]}},"required":["accessibilityTree"]},"success":{"type":"boolean"}},"required":["success","result","meta"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"accessibility-tree","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/content":{"post":{"operationId":"brapi-post_Content","summary":"Get HTML content.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"meta":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"status":{"type":"number"},"title":{"type":"string"}}},"result":{"type":"string"},"success":{"type":"boolean"}},"required":["success","meta"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"content","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/crawl":{"post":{"operationId":"brapi-post_Crawl","summary":"Crawl websites.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"additionalProperties":false,"properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"crawlPurposes":{"type":"array","items":{"anyOf":[{"enum":["search"],"type":"string"},{"enum":["ai-input"],"type":"string"},{"enum":["ai-train"],"type":"string"}]},"default":["search","ai-input","ai-train"],"maxItems":3,"minItems":1},"depth":{"type":"number","default":100000,"maximum":100000,"minimum":1},"emulateMediaType":{"type":"string"},"formats":{"type":"array","items":{"anyOf":[{"enum":["html"],"type":"string"},{"enum":["markdown"],"type":"string"},{"enum":["json"],"type":"string"}]},"default":["html"]},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"jsonOptions":{"type":"object","additionalProperties":false,"properties":{"custom_ai":{"type":"array","items":{"properties":{"authorization":{"type":"string"},"model":{"type":"string"}},"required":["model"],"type":"object"}},"prompt":{"type":"string"},"response_format":{"type":"object","properties":{"json_schema":{"type":"object","additionalProperties":{},"nullable":true},"type":{"type":"string"}},"required":["type"]}}},"limit":{"type":"number","default":10,"maximum":100000,"minimum":1},"maxAge":{"type":"number","default":86400,"maximum":604800,"minimum":0},"modifiedSince":{"type":"integer","exclusiveMinimum":true,"minimum":0},"options":{"type":"object","default":{"includeExternalLinks":false,"includeSubdomains":false},"properties":{"excludePatterns":{"type":"array","items":{"maxLength":500,"minLength":1,"type":"string"},"maxItems":100},"includeExternalLinks":{"type":"boolean","default":false},"includePatterns":{"type":"array","items":{"maxLength":500,"minLength":1,"type":"string"},"maxItems":100},"includeSubdomains":{"type":"boolean","default":false}}},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"render":{"type":"boolean","default":true,"enum":[true]},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"source":{"default":"all","anyOf":[{"enum":["sitemaps"],"type":"string"},{"enum":["links"],"type":"string"},{"enum":["all"],"type":"string"}]},"url":{"type":"string","format":"uri"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"required":["url"],"type":"object"},{"additionalProperties":false,"properties":{"crawlPurposes":{"type":"array","items":{"anyOf":[{"enum":["search"],"type":"string"},{"enum":["ai-input"],"type":"string"},{"enum":["ai-train"],"type":"string"}]},"default":["search","ai-input","ai-train"],"maxItems":3,"minItems":1},"depth":{"type":"number","default":100000,"maximum":100000,"minimum":1},"formats":{"type":"array","items":{"anyOf":[{"enum":["html"],"type":"string"},{"enum":["markdown"],"type":"string"},{"enum":["json"],"type":"string"}]},"default":["html"]},"jsonOptions":{"type":"object","additionalProperties":false,"properties":{"custom_ai":{"type":"array","items":{"properties":{"authorization":{"type":"string"},"model":{"type":"string"}},"required":["model"],"type":"object"}},"prompt":{"type":"string"},"response_format":{"type":"object","properties":{"json_schema":{"type":"object","additionalProperties":{},"nullable":true},"type":{"type":"string"}},"required":["type"]}}},"limit":{"type":"number","default":10,"maximum":100000,"minimum":1},"maxAge":{"type":"number","default":86400,"maximum":604800,"minimum":0},"modifiedSince":{"type":"integer","exclusiveMinimum":true,"minimum":0},"options":{"type":"object","default":{"includeExternalLinks":false,"includeSubdomains":false},"properties":{"excludePatterns":{"type":"array","items":{"maxLength":500,"minLength":1,"type":"string"},"maxItems":100},"includeExternalLinks":{"type":"boolean","default":false},"includePatterns":{"type":"array","items":{"maxLength":500,"minLength":1,"type":"string"},"maxItems":100},"includeSubdomains":{"type":"boolean","default":false}}},"render":{"type":"boolean","enum":[false]},"source":{"default":"all","anyOf":[{"enum":["sitemaps"],"type":"string"},{"enum":["links"],"type":"string"},{"enum":["all"],"type":"string"}]},"url":{"type":"string","format":"uri"}},"required":["url","render"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"string"},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.crawl","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/crawl/{job_id}":{"get":{"operationId":"brapi-get_CrawlResult","summary":"Get crawl result.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"job_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}},{"name":"status","in":"query","schema":{"type":"string","enum":["queued","errored","completed","disallowed","skipped","cancelled"]}},{"name":"cursor","in":"query","schema":{"type":"number","default":0}},{"name":"limit","in":"query","schema":{"type":"number","default":50}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"object","additionalProperties":false,"properties":{"browserSecondsUsed":{"type":"number"},"cursor":{"type":"string"},"finished":{"type":"number"},"id":{"type":"string"},"records":{"type":"array","items":{"additionalProperties":false,"properties":{"html":{"type":"string"},"json":{"type":"object","additionalProperties":{"nullable":true,"type":"object"}},"markdown":{"type":"string"},"metadata":{"type":"object","properties":{"status":{"type":"number"},"title":{"type":"string"},"url":{"type":"string"}},"required":["url","status"]},"status":{"type":"string","enum":["queued","errored","completed","disallowed","skipped","cancelled"]},"url":{"type":"string"}},"required":["url","status"],"type":"object"}},"skipped":{"type":"number"},"status":{"type":"string"},"total":{"type":"number"}},"required":["id","status","browserSecondsUsed","total","finished","skipped","records"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.crawl","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser":{"get":{"operationId":"brapi-get_DevtoolsBrowserAcquire","summary":"Acquire and connect to browser session.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"keep_alive","in":"query","schema":{"type":"number","default":60000,"maximum":1200000,"minimum":10000}},{"name":"lab","in":"query","schema":{"type":"boolean","default":false}},{"name":"recording","in":"query","schema":{"type":"boolean","default":false}},{"name":"cf-brapi-guardrails","in":"header","schema":{"type":"string","nullable":true}}],"responses":{"101":{},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"launch","x-forge-hidden":true},"post":{"operationId":"brapi-post_DevtoolsAcquire","summary":"Get a browser session ID.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"keep_alive","in":"query","schema":{"type":"number","default":60000,"maximum":1200000,"minimum":10000}},{"name":"lab","in":"query","schema":{"type":"boolean","default":false}},{"name":"targets","in":"query","schema":{"type":"boolean","default":false}},{"name":"liveViewUrlExpiresInMs","in":"query","schema":{"type":"number","default":300000,"maximum":3600000,"minimum":60000}},{"name":"recording","in":"query","schema":{"type":"boolean","default":false}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"guardrails":{"type":"object","additionalProperties":false,"properties":{"allowedDomainSets":{"type":"array","items":{"type":"string"},"maxItems":4},"allowedDomains":{"type":"array","items":{"type":"string"},"maxItems":50}}}},"additionalProperties":false}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"sessionId":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["sessionId"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"status":{"type":"boolean"}},"required":["status"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}":{"get":{"operationId":"brapi-get_DevtoolsBrowser","summary":"Connect to browser session.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"keep_alive","in":"query","schema":{"type":"number","default":60000,"maximum":1200000,"minimum":10000}},{"name":"lab","in":"query","schema":{"type":"boolean","default":false}},{"name":"recording","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"101":{},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"connect","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json":{"get":{"operationId":"brapi-get_DevtoolsJson","summary":"List targets.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"liveViewUrlExpiresInMs","in":"query","schema":{"type":"number","default":300000,"maximum":3600000,"minimum":60000}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"devtoolsFrontendUrl":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["id","type","url"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.json","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/activate/{target_id}":{"get":{"operationId":"brapi-get_DevtoolsJsonActivate","summary":"Activate a browser target.","parameters":[{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"target_id","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9]+$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.targets","x-fern-sdk-method-name":"activate","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/close/{target_id}":{"get":{"operationId":"brapi-get_DevtoolsJsonClose","summary":"Close a browser target.","parameters":[{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"target_id","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9]+$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.targets","x-fern-sdk-method-name":"close","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/list":{"get":{"operationId":"brapi-get_DevtoolsJsonList","summary":"List targets.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"liveViewUrlExpiresInMs","in":"query","schema":{"type":"number","default":300000,"maximum":3600000,"minimum":60000}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"devtoolsFrontendUrl":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["id","type","url"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.targets","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/list/{target_id}":{"get":{"operationId":"brapi-get_DevtoolsJsonTarget","summary":"Get a target by ID.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"target_id","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9]+$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"devtoolsFrontendUrl":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["id","type","url"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.targets","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/protocol":{"get":{"operationId":"brapi-get_DevtoolsJsonProtocol","summary":"Get Chrome DevTools Protocol schema.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"domains":{"type":"array","items":{"properties":{"commands":{"type":"array","items":{"additionalProperties":{"nullable":true,"type":"object"},"type":"object"}},"dependencies":{"type":"array","items":{"type":"string"}},"domain":{"type":"string"},"events":{"type":"array","items":{"additionalProperties":{"nullable":true,"type":"object"},"type":"object"}},"experimental":{"type":"boolean"},"types":{"type":"array","items":{"additionalProperties":{"nullable":true,"type":"object"},"type":"object"}}},"required":["domain"],"type":"object"}},"version":{"type":"object","properties":{"major":{"type":"string"},"minor":{"type":"string"}},"required":["major","minor"]}},"required":["domains"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"protocol","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/version":{"get":{"operationId":"brapi-get_DevtoolsJsonVersion","summary":"Get browser version metadata.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"Browser":{"type":"string"},"Protocol-Version":{"type":"string"},"User-Agent":{"type":"string"},"V8-Version":{"type":"string"},"WebKit-Version":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["Browser","Protocol-Version","User-Agent","V8-Version","WebKit-Version","webSocketDebuggerUrl"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"version","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/page/{target_id}":{"get":{"operationId":"brapi-get_DevtoolsPage","summary":"Connect to a specific Chrome DevTools page.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"target_id","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9]+$"}}],"responses":{"101":{},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.page","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/session":{"get":{"operationId":"brapi-get_DevtoolsSessionList","summary":"List sessions.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number","default":200,"maximum":200,"minimum":1}},{"name":"offset","in":"query","schema":{"type":"number","default":0,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"closeReason":{"type":"string"},"closeReasonText":{"type":"string"},"connectionEndTime":{"type":"number"},"connectionId":{"type":"string"},"connectionStartTime":{"type":"number"},"devtoolsFrontendUrl":{"type":"string"},"endTime":{"type":"number"},"lastUpdated":{"type":"number"},"sessionId":{"type":"string","format":"uuid"},"startTime":{"type":"number"},"webSocketDebuggerUrl":{"type":"string"}},"required":["sessionId"],"type":"object"}}}}},"500":{}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.session","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/session/{session_id}":{"get":{"operationId":"brapi-get_DevtoolsSessionDetails","summary":"Get session details.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"closeReason":{"type":"string"},"closeReasonText":{"type":"string"},"connectionEndTime":{"type":"number"},"connectionId":{"type":"string"},"connectionStartTime":{"type":"number"},"devtoolsFrontendUrl":{"type":"string"},"endTime":{"type":"number"},"lastUpdated":{"type":"number"},"sessionId":{"type":"string","format":"uuid"},"startTime":{"type":"number"},"webSocketDebuggerUrl":{"type":"string"}},"nullable":true,"required":["sessionId"]}}}},"404":{}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.session","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/json":{"post":{"operationId":"brapi-post_Json","summary":"Get json.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"custom_ai":{"type":"array","items":{"properties":{"authorization":{"type":"string"},"model":{"type":"string"}},"required":["model"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"prompt":{"type":"string"},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"response_format":{"type":"object","properties":{"json_schema":{"type":"object","additionalProperties":{},"nullable":true},"type":{"type":"string"}},"required":["type"]},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"object","additionalProperties":{"nullable":true,"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"rawAiResponse":{"type":"string"},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"json","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/links":{"post":{"operationId":"brapi-post_Links","summary":"Get Links.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"excludeExternalLinks":{"type":"boolean","default":false},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"visibleLinksOnly":{"type":"boolean","default":false},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"array","items":{"type":"string"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"links","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/markdown":{"post":{"operationId":"brapi-post_Markdown","summary":"Get markdown.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"string"},"success":{"type":"boolean"}},"required":["success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"markdown","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/pdf":{"post":{"operationId":"brapi-post_Pdf","summary":"Get PDF.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"pdfOptions":{"type":"object","default":{},"additionalProperties":false,"properties":{"displayHeaderFooter":{"type":"boolean","default":false},"footerTemplate":{"type":"string"},"format":{"type":"string","default":"letter","enum":["letter","legal","tabloid","ledger","a0","a1","a2","a3","a4","a5","a6"]},"headerTemplate":{"type":"string"},"height":{"anyOf":[{"type":"string"},{"type":"number"}]},"landscape":{"type":"boolean","default":false},"margin":{"type":"object","properties":{"bottom":{"anyOf":[{"type":"string"},{"type":"number"}]},"left":{"anyOf":[{"type":"string"},{"type":"number"}]},"right":{"anyOf":[{"type":"string"},{"type":"number"}]},"top":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"omitBackground":{"type":"boolean","default":false},"outline":{"type":"boolean","default":false},"pageRanges":{"type":"string"},"preferCSSPageSize":{"type":"boolean","default":false},"printBackground":{"type":"boolean","default":false},"scale":{"type":"number","default":1,"maximum":2,"minimum":0.1},"tagged":{"type":"boolean","default":true},"timeout":{"type":"number","default":30000},"width":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/pdf":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"pdf","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/scrape":{"post":{"operationId":"brapi-post_Scrape","summary":"Scrape elements.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"elements":{"type":"array","items":{"properties":{"selector":{"type":"string"}},"required":["selector"],"type":"object"},"minItems":1},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}],"required":["elements"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"array","items":{"properties":{"results":{"type":"object","properties":{"attributes":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"height":{"type":"number"},"html":{"type":"string"},"left":{"type":"number"},"text":{"type":"string"},"top":{"type":"number"},"width":{"type":"number"}},"required":["attributes","height","html","left","text","top","width"]},"selector":{"type":"string"}},"required":["results","selector"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"scrape","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/screenshot":{"post":{"operationId":"brapi-post_Screenshot","summary":"Get screenshot.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"screenshotOptions":{"type":"object","default":{},"additionalProperties":false,"properties":{"captureBeyondViewport":{"type":"boolean"},"clip":{"type":"object","properties":{"height":{"type":"number"},"scale":{"type":"number"},"width":{"type":"number"},"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y","width","height"]},"encoding":{"default":"binary","anyOf":[{"enum":["binary"],"type":"string"},{"enum":["base64"],"type":"string"}]},"fromSurface":{"type":"boolean"},"fullPage":{"type":"boolean"},"omitBackground":{"type":"boolean"},"optimizeForSpeed":{"type":"boolean"},"quality":{"type":"number"},"type":{"default":"png","anyOf":[{"enum":["png"],"type":"string"},{"enum":["jpeg"],"type":"string"},{"enum":["webp"],"type":"string"}]}}},"scrollPage":{"type":"boolean"},"selector":{"type":"string"},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}},"image/jpg":{"schema":{"type":"string"}},"image/png":{"schema":{"type":"string"}},"image/webp":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"screenshot","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/snapshot":{"post":{"operationId":"brapi-post_Snapshot","summary":"Get HTML content and screenshot.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"formats":{"type":"array","items":{"enum":["content","screenshot","markdown","accessibilityTree"],"type":"string"},"default":["content","screenshot"]},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"screenshotOptions":{"type":"object","default":{},"additionalProperties":false,"properties":{"captureBeyondViewport":{"type":"boolean"},"clip":{"type":"object","properties":{"height":{"type":"number"},"scale":{"type":"number"},"width":{"type":"number"},"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y","width","height"]},"fromSurface":{"type":"boolean"},"fullPage":{"type":"boolean"},"omitBackground":{"type":"boolean"},"optimizeForSpeed":{"type":"boolean"},"quality":{"type":"number"},"type":{"default":"png","anyOf":[{"enum":["png"],"type":"string"},{"enum":["jpeg"],"type":"string"},{"enum":["webp"],"type":"string"}]}}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"meta":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"status":{"type":"number"},"title":{"type":"string"}}},"result":{"type":"object","properties":{"accessibilityTree":{"$ref":"#/components/schemas/brapi_SerializedAXNode"},"content":{"type":"string"},"markdown":{"type":"string"},"screenshot":{"type":"string"}}},"success":{"type":"boolean"}},"required":["success","meta"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"snapshot","x-forge-hidden":true}},"/accounts/{account_id}/builds/account/limits":{"get":{"operationId":"getAccountLimits","summary":"Get account limits","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_GetAccountLimitResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Account"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds","x-fern-sdk-method-name":"get-account-limits","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds":{"get":{"operationId":"getBuildsByVersionIds","summary":"Get builds by version IDs","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"version_ids","in":"query","required":true,"schema":{"$ref":"#/components/schemas/builds_version_ids"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_BuildsByVersionResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds","x-fern-sdk-method-name":"get-builds-by-version","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds/latest":{"get":{"operationId":"getLatestBuildsByScripts","summary":"Get latest builds by script IDs","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"external_script_ids","in":"query","required":true,"schema":{"$ref":"#/components/schemas/builds_external_script_ids"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_LatestBuildsResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds","x-fern-sdk-method-name":"get-latest-builds","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds/{build_uuid}":{"get":{"operationId":"getBuildByUuid","summary":"Get build by UUID","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_BuildUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_BuildResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.builds","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds/{build_uuid}/cancel":{"put":{"operationId":"cancelBuildByUuid","summary":"Cancel build","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_BuildUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_CanceledBuildResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.builds","x-fern-sdk-method-name":"cancel","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds/{build_uuid}/logs":{"get":{"operationId":"getBuildLogs","summary":"Get build logs","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_BuildUuid"},{"name":"cursor","in":"query","schema":{"$ref":"#/components/schemas/builds_cursor"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_BuildLogsResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.builds.logs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/builds/repos/connections":{"put":{"operationId":"upsertRepoConnection","summary":"Create or update repository connection","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_UpsertRepoConnectionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_UpsertRepoConnectionResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Repository Connections"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.repos.connections","x-fern-sdk-method-name":"upsert","x-forge-hidden":true}},"/accounts/{account_id}/builds/repos/connections/{repo_connection_uuid}":{"delete":{"operationId":"deleteRepoConnection","summary":"Delete repository connection","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_RepoConnectionUuid"}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Repository Connections"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.repos.connections","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/builds/repos/{provider_type}/{provider_account_id}/{repo_id}/config_autofill":{"get":{"operationId":"getWorkerConfigAutofill","summary":"Get repository configuration autofill","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"provider_type","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_SCMProviderType"}},{"name":"provider_account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_provider_account_id"}},{"name":"repo_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_repo_id"}},{"name":"branch","in":"query","required":true,"schema":{"$ref":"#/components/schemas/builds_branch"}},{"name":"root_directory","in":"query","schema":{"$ref":"#/components/schemas/builds_root_directory"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_ConfigAutofillResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["GitHub Integration"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.repos.config-autofill","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/builds/tokens":{"get":{"operationId":"listBuildTokens","summary":"List build tokens","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_Page"},{"$ref":"#/components/parameters/builds_PerPage"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/builds_ListTokensResponse"}},"result_info":{"$ref":"#/components/schemas/builds_PaginationInfo"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Build Tokens"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.tokens","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createBuildToken","summary":"Create build token","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateBuildTokenRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_CreateBuildTokenResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Build Tokens"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.tokens","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/builds/tokens/{build_token_uuid}":{"delete":{"operationId":"deleteBuildToken","summary":"Delete build token","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"build_token_uuid","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_build_token_uuid"}}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Build Tokens"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.tokens","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers":{"post":{"operationId":"createTrigger","summary":"Create trigger","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateTriggerRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_TriggerResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}":{"delete":{"operationId":"deleteTrigger","summary":"Delete trigger","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"updateTrigger","summary":"Update trigger","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_UpdateTriggerRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_TriggerResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}/builds":{"post":{"operationId":"createManualBuild","summary":"Create manual build","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateBuildRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_InsertBuildResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"create-build","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables":{"get":{"operationId":"listEnvironmentVariables","summary":"List environment variables","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_EnvironmentVariablesResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Environment Variables"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers.environment-variables","x-fern-sdk-method-name":"list","x-forge-hidden":true},"patch":{"operationId":"upsertEnvironmentVariables","summary":"Upsert environment variables","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_EnvironmentVariablesRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_EnvironmentVariablesResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Environment Variables"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers.environment-variables","x-fern-sdk-method-name":"upsert","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables/{environment_variable_key}":{"delete":{"operationId":"deleteEnvironmentVariable","summary":"Delete environment variable","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"},{"name":"environment_variable_key","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_environment_variable_key"}}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Environment Variables"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers.environment-variables","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}/purge_build_cache":{"post":{"operationId":"purgeBuildCache","summary":"Purge build cache","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"purge-cache","x-forge-hidden":true,"x-forge-require-confirmation":"This operation wipes the workers-build cache."}},"/accounts/{account_id}/builds/workers":{"post":{"operationId":"createWorkerBuild","summary":"Create worker build configuration","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateWorkerRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_WorkerResponse"}},"type":"object"}]}}}},"400":{"$ref":"#/components/responses/builds_BadRequest"},"401":{"$ref":"#/components/responses/builds_Unauthorized"},"404":{"$ref":"#/components/responses/builds_NotFound"},"409":{"$ref":"#/components/responses/builds_Conflict"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write"]}},"/accounts/{account_id}/builds/workers/{external_script_id}/builds":{"get":{"operationId":"listBuildsByScript","summary":"List builds by script","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"external_script_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_external_script_id"}},{"$ref":"#/components/parameters/builds_Page"},{"$ref":"#/components/parameters/builds_PerPage"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/builds_BuildResponse"}},"result_info":{"$ref":"#/components/schemas/builds_PaginationInfo"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.builds","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/builds/workers/{external_script_id}/triggers":{"get":{"operationId":"listTriggersByScript","summary":"List triggers by script","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"external_script_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_external_script_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/builds_TriggerResponse"}}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks":{"get":{"operationId":"listDeployHooks","summary":"List deploy hooks","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/builds_DetailedDeployHookResponse"}}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write","Workers CI Read"]},"post":{"operationId":"createDeployHook","summary":"Create deploy hook","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateDeployHookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_DeployHookResponse"}},"type":"object"}]}}}},"400":{"$ref":"#/components/responses/builds_BadRequest"},"404":{"$ref":"#/components/responses/builds_NotFound"},"409":{"$ref":"#/components/responses/builds_Conflict"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write"]}},"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks/{deploy_hook_uuid}":{"get":{"operationId":"getDeployHook","summary":"Get deploy hook","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"},{"$ref":"#/components/parameters/builds_DeployHookUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_DeployHookResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write","Workers CI Read"]},"put":{"operationId":"updateDeployHook","summary":"Update deploy hook","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"},{"$ref":"#/components/parameters/builds_DeployHookUuid"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateDeployHookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_DeployHookResponse"}},"type":"object"}]}}}},"400":{"$ref":"#/components/responses/builds_BadRequest"},"404":{"$ref":"#/components/responses/builds_NotFound"},"409":{"$ref":"#/components/responses/builds_Conflict"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write"]},"delete":{"operationId":"deleteDeployHook","summary":"Delete deploy hook","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"},{"$ref":"#/components/parameters/builds_DeployHookUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_DeployHookResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write"]}},"/accounts/{account_id}/builds/workers/{script_tag}":{"get":{"operationId":"getWorkerBuild","summary":"Get worker build configuration","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptTag"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_WorkerResponse"}},"type":"object"}]}}}},"401":{"$ref":"#/components/responses/builds_Unauthorized"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write","Workers CI Read"]},"delete":{"operationId":"deleteWorkerBuild","summary":"Delete worker build configuration","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptTag"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"string"}},"type":"object"}]}}}},"401":{"$ref":"#/components/responses/builds_Unauthorized"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write"]},"patch":{"operationId":"updateWorkerBuild","summary":"Update worker build configuration","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptTag"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_UpdateWorkerRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_WorkerResponse"}},"type":"object"}]}}}},"400":{"$ref":"#/components/responses/builds_BadRequest"},"401":{"$ref":"#/components/responses/builds_Unauthorized"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write"]}},"/accounts/{account_id}/calls/apps":{"get":{"operationId":"calls-apps-list","summary":"List apps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.read"]},{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write","Calls Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"calls-apps-create-a-new-app","summary":"Create a new app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_editable_fields"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_single_with_secret"}}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/calls/apps/{app_id}":{"get":{"operationId":"calls-apps-retrieve-app-details","summary":"Retrieve app details","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.read"]},{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write","Calls Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"calls-apps-update-app-details","summary":"Edit app details","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_editable_fields"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"calls-apps-delete-app","summary":"Delete app","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_single"}}}},"4XX":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/calls/turn_keys":{"get":{"operationId":"calls-turn-key-list","summary":"List TURN Keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.read"]},{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write","Calls Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"calls-turn-key-create","summary":"Create a new TURN key","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_editable_fields"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_single_with_secret"}}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/calls/turn_keys/{key_id}":{"get":{"operationId":"calls-retrieve-turn-key-details","summary":"Retrieve TURN key details","parameters":[{"name":"key_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.read"]},{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write","Calls Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"calls-update-turn-key","summary":"Edit TURN key details","parameters":[{"name":"key_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_editable_fields"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"calls-delete-turn-key","summary":"Delete TURN key","parameters":[{"name":"key_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_response_single"}}}},"4XX":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel":{"get":{"operationId":"cloudflare-tunnel-list-cloudflare-tunnels","summary":"List Cloudflare Tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_name"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"uuid","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"was_active_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"was_inactive_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"include_prefix","in":"query","schema":{"type":"string"}},{"name":"exclude_prefix","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/tunnel_status"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-tunnel-create-a-cloudflare-tunnel","summary":"Create a Cloudflare Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config_src":{"$ref":"#/components/schemas/tunnel_config_src"},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"tunnel_secret":{"$ref":"#/components/schemas/tunnel_tunnel_secret"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}":{"get":{"operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel","summary":"Get a Cloudflare Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-tunnel-delete-a-cloudflare-tunnel","summary":"Delete a Cloudflare Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"cloudflare-tunnel-update-a-cloudflare-tunnel","summary":"Update a Cloudflare Tunnel","parameters":[{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"tunnel_secret":{"$ref":"#/components/schemas/tunnel_tunnel_secret"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations":{"get":{"operationId":"cloudflare-tunnel-configuration-get-configuration","summary":"Get configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_identifier"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_configuration_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel Configuration"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.configurations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"cloudflare-tunnel-configuration-put-configuration","summary":"Put configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_identifier"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/tunnel_config"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_configuration_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel Configuration"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.configurations","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections":{"get":{"operationId":"cloudflare-tunnel-list-cloudflare-tunnel-connections","summary":"List Cloudflare Tunnel connections","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_connections_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_connections_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.connections","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-tunnel-clean-up-cloudflare-tunnel-connections","summary":"Clean up Cloudflare Tunnel connections","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"client_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_client_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_empty_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_empty_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.connections","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connectors/{connector_id}":{"get":{"operationId":"cloudflare-tunnel-get-cloudflare-tunnel-connector","summary":"Get Cloudflare Tunnel connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_client_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_client_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_client_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.connectors","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/management":{"post":{"operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel-management-token","summary":"Get a Cloudflare Tunnel management token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"resources":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_management-resources"}}},"required":["resources"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_response_token"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_response_token"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.management","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/token":{"get":{"operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel-token","summary":"Get a Cloudflare Tunnel token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_response_token"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_response_token"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.token","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/challenges/widgets":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":25,"maximum":1000,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["id","sitekey","name","created_on","modified_on"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"filter","in":"query","schema":{"type":"string"}}],"get":{"operationId":"accounts-turnstile-widgets-list","summary":"List Turnstile Widgets","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/turnstile_result_info"}},"type":"object"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/turnstile_widget_list"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.read"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Turnstile Sites Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"accounts-turnstile-widget-create","summary":"Create a Turnstile Widget","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bot_fight_mode":{"$ref":"#/components/schemas/turnstile_bot_fight_mode"},"clearance_level":{"$ref":"#/components/schemas/turnstile_clearance_level"},"domains":{"$ref":"#/components/schemas/turnstile_domains"},"ephemeral_id":{"$ref":"#/components/schemas/turnstile_ephemeral_id"},"mode":{"$ref":"#/components/schemas/turnstile_widget_mode"},"name":{"$ref":"#/components/schemas/turnstile_name"},"offlabel":{"$ref":"#/components/schemas/turnstile_offlabel"},"region":{"$ref":"#/components/schemas/turnstile_region"}},"required":["name","mode","domains"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/turnstile_result_info"}},"type":"object"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/challenges/widgets/{sitekey}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_identifier"}},{"name":"sitekey","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_sitekey"}}],"get":{"operationId":"accounts-turnstile-widget-get","summary":"Turnstile Widget Details","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.read"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Turnstile Sites Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"accounts-turnstile-widget-update","summary":"Update a Turnstile Widget","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bot_fight_mode":{"$ref":"#/components/schemas/turnstile_bot_fight_mode"},"clearance_level":{"$ref":"#/components/schemas/turnstile_clearance_level"},"domains":{"$ref":"#/components/schemas/turnstile_domains"},"ephemeral_id":{"$ref":"#/components/schemas/turnstile_ephemeral_id"},"mode":{"$ref":"#/components/schemas/turnstile_widget_mode"},"name":{"$ref":"#/components/schemas/turnstile_name"},"offlabel":{"$ref":"#/components/schemas/turnstile_offlabel"},"region":{"$ref":"#/components/schemas/turnstile_region"}},"required":["name","mode","domains"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"accounts-turnstile-widget-delete","summary":"Delete a Turnstile Widget","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/challenges/widgets/{sitekey}/rotate_secret":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_identifier"}},{"name":"sitekey","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_sitekey"}}],"post":{"operationId":"accounts-turnstile-widget-rotate-secret","summary":"Rotate Secret for a Turnstile Widget","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"invalidate_immediately":{"$ref":"#/components/schemas/turnstile_invalidate_immediately"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"rotate-secret","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/binary":{"post":{"operationId":"post_BinDBPost","summary":"Posts a file to Binary Storage","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"content_type":{"type":"string"},"md5":{"type":"string"},"sha1":{"type":"string"},"sha256":{"type":"string"}},"required":["md5","sha1","sha256","content_type"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["BinDB"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/binary/{hash}":{"get":{"operationId":"get_BinDBGetBinary","summary":"Retrieves a file from Binary Storage","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"number"}},{"name":"hash","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["BinDB"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events":{"get":{"operationId":"get_EventListGet","summary":"Filter and list events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string"},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"items":{"anyOf":[{"type":"string"},{"type":"number"}]},"type":"array"}]}},"type":"object"},"default":[]}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"orderBy","in":"query","schema":{"type":"string"}},{"name":"order","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"datasetId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"forceRefresh","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["json","stix2","taxii"]}},{"name":"source","in":"query","schema":{"type":"string","enum":["do","r2catalog"]}},{"name":"cache","in":"query","schema":{"type":"string","enum":["from-graph"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/aggregate":{"get":{"operationId":"get_EventAggregate","summary":"Aggregate events by single or multiple columns with optional date filtering","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"aggregateBy","in":"query","required":true,"schema":{"type":"string"}},{"name":"datasetId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}},{"name":"groupByDate","in":"query","schema":{"type":"boolean"}},{"name":"limit","in":"query","schema":{"type":"number","default":100}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"aggregateBy":{"type":"string"},"aggregations":{"type":"array","items":{"allOf":[{"additionalProperties":{"nullable":true,"type":"string"},"type":"object"},{"properties":{"count":{"type":"number"},"date":{"type":"string"}},"required":["count"],"type":"object"}]}},"dateRange":{"type":"object","properties":{"endDate":{"type":"string"},"startDate":{"type":"string"}}},"total":{"type":"number"}},"required":["aggregations","total","aggregateBy"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/attackers":{"get":{"operationId":"get_AttackerList","summary":"Lists attackers across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Attacker"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/categories":{"get":{"operationId":"get_CategoryList","summary":"Lists categories across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/categories/catalog":{"get":{"operationId":"get_CategoryListComplete","summary":"Lists categories","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/categories/create":{"post":{"operationId":"post_CategoryCreate","summary":"Creates a new category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"}},"required":["name","killChain"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}":{"get":{"operationId":"get_CategoryRead","summary":"Reads a category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_CategoryUpdate","summary":"Updates a category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_CategoryDelete","summary":"Deletes a category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string"}},"required":["uuid"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_CategoryUpdate","summary":"Updates a category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/countries":{"get":{"operationId":"get_CountryRead","summary":"Retrieves countries information for all countries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"result":{"type":"array","items":{"properties":{"alpha2":{"type":"string"},"alpha3":{"type":"string"},"name":{"type":"string"}},"required":["name","alpha3","alpha2"],"type":"object"}},"success":{"type":"string"}},"required":["success","result"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Country"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/create":{"post":{"operationId":"post_EventCreate","summary":"Creates a new event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"number"},"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicators":{"type":"array","items":{"properties":{"indicatorType":{"type":"string"},"value":{"type":"string"}},"required":["value","indicatorType"],"type":"object"}},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["data"]},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["date","category","event","tlp","raw"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/create/bulk":{"post":{"operationId":"post_EventCreateBulk","summary":"Creates bulk events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"accountId":{"type":"number"},"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicators":{"type":"array","items":{"properties":{"indicatorType":{"type":"string"},"value":{"type":"string"}},"required":["value","indicatorType"],"type":"object"}},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["data"]},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["date","category","event","tlp","raw"],"type":"object"}},"datasetId":{"type":"string"},"includeCreatedEvents":{"type":"boolean"}},"required":["data","datasetId"]}}}},"responses":{"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"createBulkEventsRequestId":{"type":"string","format":"uuid"},"createdEvents":{"type":"array","items":{"properties":{"eventIndex":{"type":"number"},"shardId":{"type":"string"},"uuid":{"type":"string","format":"uuid"}},"required":["eventIndex","uuid","shardId"],"type":"object"}},"createdEventsCount":{"type":"number"},"createdTagsCount":{"type":"number"},"errorCount":{"type":"number"},"errors":{"type":"array","items":{"properties":{"error":{"type":"string"},"eventIndex":{"type":"number"}},"required":["eventIndex","error"],"type":"object"}},"queuedIndicatorsCount":{"type":"number"}},"required":["createdEventsCount","queuedIndicatorsCount","createdTagsCount","errorCount"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/create/bulk/relationships":{"post":{"operationId":"post_DOSEventCreateBulkWithRelationships","summary":"Creates bulk DOS event with relationships and indicators","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"accountId":{"type":"number"},"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicators":{"type":"array","items":{"properties":{"indicatorType":{"type":"string"},"value":{"type":"string"}},"required":["value","indicatorType"],"type":"object"}},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["data"]},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["date","category","event","tlp","raw"],"type":"object"}},"datasetId":{"type":"string"}},"required":["data","datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdEventsCount":{"type":"number"},"createdIndicatorsCount":{"type":"number"},"createdRelationshipsCount":{"type":"number"},"errorCount":{"type":"number"},"errors":{"type":"array","items":{"properties":{"error":{"type":"string"},"eventIndex":{"type":"number"}},"required":["eventIndex","error"],"type":"object"}}},"required":["createdEventsCount","createdIndicatorsCount","createdRelationshipsCount","errorCount"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset":{"get":{"operationId":"get_DatasetList","summary":"Lists all datasets in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"includeDeleted","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups":{"get":{"operationId":"get_GroupList","summary":"List groups for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"name":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","name","description","createdAt","updatedAt"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_GroupCreate","summary":"Create a group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name","description"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"name":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","name","description","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}":{"get":{"operationId":"get_GroupRead","summary":"Read a group for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"members":{"type":"array","items":{"properties":{"accountId":{"type":"string"},"accountTag":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","accountId"],"type":"object"}},"name":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","name","description","createdAt","updatedAt","members"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"put":{"operationId":"put_GroupUpdate","summary":"Update a group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name","description"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"name":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","name","description","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write"]},"delete":{"operationId":"delete_GroupDelete","summary":"Delete a group for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members":{"get":{"operationId":"get_GroupMemberList","summary":"List group members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"accountId":{"type":"string"},"accountTag":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","accountId"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_GroupMemberCreate","summary":"Create a group member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"string"},"accountTag":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"string"},"accountTag":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","accountId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members/{member_id}":{"delete":{"operationId":"delete_GroupMemberDelete","summary":"Delete a group member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"member_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/create":{"post":{"operationId":"post_DatasetCreate","summary":"Creates a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"isPublic":{"type":"boolean"},"name":{"type":"string","minLength":1}},"required":["name","isPublic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}":{"get":{"operationId":"get_DatasetRead","summary":"Reads a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_DatasetUpdate","summary":"Updates an existing dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"isPublic":{"type":"boolean"},"name":{"type":"string","minLength":1}},"required":["name","isPublic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_DatasetDelete","summary":"Delete a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_DatasetUpdate","summary":"Updates an existing dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"isPublic":{"type":"boolean"},"name":{"type":"string","minLength":1}},"required":["name","isPublic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/copy":{"post":{"operationId":"post_EventCopyToNewDS","summary":"Copies specified events from one dataset to another dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"keepRawData","in":"query","schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"destDatasetId":{"type":"string"},"eventIds":{"type":"array","items":{"type":"string"}}},"required":["destDatasetId","eventIds"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"copied":{"type":"number"},"indicatorsCopied":{"type":"number"},"insertFailures":{"type":"array","items":{"properties":{"index":{"type":"number"},"reason":{"type":"string"}},"required":["index","reason"],"type":"object"}},"relationshipsCopied":{"type":"number"}},"required":["copied","indicatorsCopied","relationshipsCopied"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/events/{event_id}":{"get":{"operationId":"get_EventRead","summary":"Reads an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicatorTypes/create":{"post":{"operationId":"post_IndicatorTypeCreate","summary":"Create a new indicator type","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicatorType":{"type":"string","maxLength":50,"minLength":1}},"required":["indicatorType"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"durableObjectId":{"type":"string"},"indicatorType":{"type":"string"},"message":{"type":"string"}},"required":["indicatorType","message","durableObjectId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"content":{"properties":{"application/json":{"type":"object","properties":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}},"required":["schema"]}},"required":["application/json"],"type":"object"}},"required":["description","content"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"content":{"properties":{"application/json":{"type":"object","properties":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}},"required":["schema"]}},"required":["application/json"],"type":"object"}},"required":["description","content"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicators"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators":{"get":{"operationId":"get_IndicatorListLegacy","summary":"Lists indicators","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"indicatorType","in":"query","schema":{"type":"string"}},{"name":"relatedEvent","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicators":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"],"type":"object"}},"pagination":{"type":"object","properties":{"page":{"type":"number"},"pageSize":{"type":"number"},"totalCount":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","pageSize","totalCount","totalPages"]}},"required":["indicators","pagination"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/bulk":{"post":{"operationId":"post_IndicatorCreateBulk","summary":"Creates multiple indicators in bulk","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"autoCreateType":{"type":"boolean"},"indicators":{"type":"array","items":{"properties":{"autoCreateType":{"type":"boolean"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"anyOf":[{"type":"string"},{"properties":{"categoryName":{"type":"string"},"value":{"type":"string"}},"required":["value"],"type":"object"}]}},"value":{"type":"string"}},"required":["indicatorType","value"],"type":"object"}}},"required":["indicators"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"number"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/create":{"post":{"operationId":"post_IndicatorCreate","summary":"Creates a new indicator","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"autoCreateType":{"type":"boolean"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"anyOf":[{"type":"string"},{"properties":{"categoryName":{"type":"string"},"value":{"type":"string"}},"required":["value"],"type":"object"}]}},"value":{"type":"string"}},"required":["indicatorType","value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/tags":{"get":{"operationId":"get_IndicatorTagsList","summary":"List mirrored tags for an indicator dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id}":{"get":{"operationId":"get_IndicatorRead","summary":"Reads an indicator","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"indicator_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_IndicatorDelete","summary":"Deletes an indicator","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"indicator_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_IndicatorUpdate","summary":"Updates an indicator","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"indicator_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"anyOf":[{"type":"string"},{"properties":{"categoryName":{"type":"string"},"value":{"type":"string"}},"required":["value"],"type":"object"}]}},"value":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/move":{"post":{"operationId":"post_EventMoveToNewDS","summary":"Moves specified events from one dataset to another dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"keepRawData","in":"query","schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"destDatasetId":{"type":"string"},"eventIds":{"type":"array","items":{"type":"string"}}},"required":["destDatasetId","eventIds"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletionFailures":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"reason":{"type":"string"}},"required":["datasetId","reason"],"type":"object"}},"indicatorsCopied":{"type":"number"},"insertFailures":{"type":"array","items":{"properties":{"index":{"type":"number"},"reason":{"type":"string"}},"required":["index","reason"],"type":"object"}},"moved":{"type":"number"},"relationshipsCopied":{"type":"number"}},"required":["moved","indicatorsCopied","relationshipsCopied"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions":{"get":{"operationId":"get_PermissionList","summary":"List permissions for dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"resourceId":{"type":"string"},"resourceType":{"type":"string","enum":["dataset"]},"role":{"type":"string","enum":["read","write"]},"subjectId":{"type":"string"},"subjectType":{"type":"string","enum":["account","group"]},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","subjectType","subjectId","role","resourceType","createdAt","updatedAt"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Permissions"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_PermissionCreate","summary":"Create a permission for dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"role":{"type":"string","enum":["read","write"]},"subjectId":{"type":"string"},"subjectType":{"type":"string","enum":["account","group"]}},"required":["subjectType","subjectId","role"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"resourceId":{"type":"string"},"resourceType":{"type":"string","enum":["dataset"]},"role":{"type":"string","enum":["read","write"]},"subjectId":{"type":"string"},"subjectType":{"type":"string","enum":["account","group"]},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","subjectType","subjectId","role","resourceType","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Permissions"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions/{grant_id}":{"put":{"operationId":"put_PermissionUpdate","summary":"Update a permission for dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"grant_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"role":{"type":"string","enum":["read","write"]}},"required":["role"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Permissions"],"x-api-token-group":["Cloudforce One Write"]},"delete":{"operationId":"delete_PermissionDelete","summary":"Delete a permission for dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"grant_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Permissions"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/tags/{tag_uuid}/indicators":{"get":{"operationId":"get_DatasetTagIndicatorsList","summary":"List indicators related to a tag within a dataset (deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"tag_uuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"indicatorType","in":"query","schema":{"type":"string"}},{"name":"relatedEvent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["value","indicatorType","uuid"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]}},"required":["field","op","value"],"type":"object"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicators":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"],"type":"object"}},"pagination":{"type":"object","properties":{"page":{"type":"number"},"pageSize":{"type":"number"},"totalCount":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","pageSize","totalCount","totalPages"]}},"required":["indicators","pagination"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/targetIndustries":{"get":{"operationId":"get_TargetIndustryListByDataset","summary":"Lists all target industries for a specific dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Target Industry"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/datasets/populate":{"post":{"operationId":"post_DatasetPopulate","summary":"Populate dataset-specific lookup tables from existing Events data with batch processing","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"properties":{"type":"object","properties":{"accountId":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"datasets":{"properties":{"items":{"type":"object","properties":{"properties":{"type":"object","properties":{"attackers":{"properties":{"properties":{"type":"object","properties":{"created":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"found":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["found","created","errors"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"categories":{"properties":{"properties":{"type":"object","properties":{"created":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"found":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["found","created","errors"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"datasetId":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"indicatorTypes":{"properties":{"properties":{"type":"object","properties":{"created":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"found":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["found","created","errors"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"processingTimeMs":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"targetIndustries":{"properties":{"properties":{"type":"object","properties":{"created":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"found":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["found","created","errors"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"totalProcessed":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["datasetId","indicatorTypes","targetIndustries","categories","attackers","totalProcessed","processingTimeMs"]},"type":{"type":"string"}},"required":["type","properties"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"summary":{"properties":{"properties":{"type":"object","properties":{"failedDatasets":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"successfulDatasets":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"totalDatasets":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"totalIndicatorTypes":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"totalProcessingTimeMs":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["totalDatasets","successfulDatasets","failedDatasets","totalIndicatorTypes","totalProcessingTimeMs"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"}},"required":["accountId","datasets","summary","errors"]},"type":{"type":"string"}},"required":["type","properties"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Datasets"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}":{"delete":{"operationId":"delete_EventTagDelete","summary":"Removes a tag from an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"}}},"required":["tags"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}/create":{"post":{"operationId":"post_EventTagCreate","summary":"Adds a tag to an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"}}},"required":["tags"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/graph":{"get":{"operationId":"get_EventGraph","summary":"Query graph neighborhood from R2 Data Catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"seeds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string"}},{"name":"hydration","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number"}},{"name":"max_nodes","in":"query","schema":{"type":"number"}},{"name":"relationshipTypes","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"expand","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"additionalProperties":true,"type":"object"}},"messages":{"type":"array","items":{"additionalProperties":true,"type":"object"}},"result":{"type":"object","properties":{"edges":{"type":"array","items":{"properties":{"id":{"type":"string"},"relationshipType":{"type":"string"},"source":{"type":"string"},"sourceId":{"type":"string"},"sourceType":{"type":"string"},"target":{"type":"string"},"targetId":{"type":"string"},"targetType":{"type":"string"}},"required":["sourceType","sourceId","targetType","targetId","relationshipType","id","source","target"],"type":"object"}},"node":{"type":"object","additionalProperties":true,"nullable":true},"nodes":{"type":"array","items":{"additionalProperties":true,"type":"object"}}},"required":["node","nodes","edges"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string","nullable":true},"depth_reached":{"type":"number"},"edge_count":{"type":"number"},"has_more":{"type":"boolean"},"query_time_ms":{"type":"number"},"seeds":{"type":"array","items":{"type":"string"}},"total_count":{"type":"number"},"truncated":{"type":"boolean"}},"required":["count","total_count","edge_count","query_time_ms"]},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Events","R2 Catalog"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/graphql":{"post":{"operationId":"post_EventGraphQL","summary":"GraphQL endpoint for event aggregation","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","nullable":true},"errors":{"type":"array","items":{"type":"object"},"nullable":true}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/indicator-types":{"get":{"operationId":"get_IndicatorTypesList","summary":"Lists indicator types across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator Types"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/indicatorTypes":{"get":{"operationId":"get_LegacyIndicatorTypesList","summary":"Lists all indicator types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator Types"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/indicators":{"get":{"operationId":"get_IndicatorList","summary":"Lists indicators across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"search","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["value","indicatorType","uuid"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]}},"required":["field","op","value"],"type":"object"}}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"indicatorType","in":"query","schema":{"type":"string"}},{"name":"relatedEvents","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tags","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tagSearch","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["value","categoryId","actorCategory","aliasGroupNames","attributionConfidence","attributionOrganization","motive","opsecLevel","originCountryISO","sophisticationLevel","priority","analyticPriority"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"items":{"anyOf":[{"type":"string"},{"type":"number"}]},"type":"array"}]}},"required":["field","op"],"type":"object"}}},{"name":"createdAfter","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"createdBefore","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"relatedEventsLimit","in":"query","schema":{"type":"number"}},{"name":"includeTags","in":"query","schema":{"type":"boolean"}},{"name":"includeTotalCount","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["json","stix2","taxii"]}},{"name":"source","in":"query","schema":{"type":"string","enum":["do","r2catalog"]}},{"name":"cache","in":"query","schema":{"type":"string","enum":["from-graph"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"properties":{"type":"object","properties":{"completeness":{"properties":{"properties":{"type":"object","properties":{"complete":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"failedDatasets":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"failedShards":{"properties":{"items":{"type":"object","properties":{"properties":{"type":"object","properties":{"datasetId":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"shardId":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["datasetId","shardId"]},"type":{"type":"string"}},"required":["type","properties"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"warnings":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["complete","failedDatasets","failedShards","warnings"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"indicators":{"properties":{"items":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"pagination":{"properties":{"properties":{"type":"object","properties":{"count":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"page":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"per_page":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"total_count":{"properties":{"nullable":{"type":"boolean"},"type":{"type":"string"}},"required":["type","nullable","description"],"type":"object"},"total_count_is_exact":{"properties":{"type":{"type":"string"}},"required":["type","description"],"type":"object"}},"required":["count","page","per_page","total_count","total_count_is_exact"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"}},"required":["indicators","pagination","completeness"]},"type":{"type":"string"}},"required":["type","properties"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/indicators/aggregate":{"get":{"operationId":"get_IndicatorAggregate","summary":"Aggregate indicators by column(s)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"aggregateBy","in":"query","required":true,"schema":{"type":"string"}},{"name":"measure","in":"query","schema":{"type":"string","default":"indicators","enum":["indicators","relationships"]}},{"name":"tagUuid","in":"query","schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"createdAfter","in":"query","schema":{"type":"string"}},{"name":"createdBefore","in":"query","schema":{"type":"string"}},{"name":"eventDateAfter","in":"query","schema":{"type":"string"}},{"name":"eventDateBefore","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number","default":10,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"aggregateBy":{"type":"string"},"aggregations":{"type":"array","items":{"allOf":[{"additionalProperties":{"nullable":true,"type":"string"},"type":"object"},{"properties":{"count":{"type":"number"}},"required":["count"],"type":"object"}]}},"failedDatasets":{"type":"number"},"total":{"type":"number"}},"required":["aggregations","total","aggregateBy","failedDatasets"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/queries":{"get":{"operationId":"get_EventQueryList","summary":"List all saved event queries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"],"type":"object"}}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/queries/create":{"post":{"operationId":"post_EventQueryCreate","summary":"Create a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_scope":{"type":"string"}},"required":["name","query_json","alert_enabled","alert_rollup_enabled","rule_enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}":{"get":{"operationId":"get_EventQueryRead","summary":"Read a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_EventQueryUpdate","summary":"Update a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_scope":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_EventQueryDelete","summary":"Delete a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_EventQueryUpdate","summary":"Update a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_scope":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/raw/{dataset_id}/{event_id}":{"get":{"operationId":"get_EventRawReadDS","summary":"Reads raw data for an event by UUID","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"number"},"created":{"type":"string"},"data":{"type":"string"},"id":{"type":"number"},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["id","accountId","created","data","source","tlp"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/relate/{event_id}":{"delete":{"operationId":"delete_EventReferenceDelete","summary":"Removes an event reference","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"events":{"type":"array","items":{"type":"string"}}},"required":["events"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/relate/{event_id}/create":{"post":{"operationId":"post_EventReferenceCreate","summary":"Creates event references for a event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"events":{"type":"array","items":{"type":"string"}}},"required":["events"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/relationships/create":{"post":{"operationId":"post_CreateEventRelationship","summary":"Create a relationship between two events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"childIds":{"type":"array","items":{"format":"uuid","type":"string"},"minItems":1},"datasetId":{"type":"string"},"parentId":{"type":"string","format":"uuid"},"relationshipType":{"type":"string","enum":["related_to","caused_by","attributed_to"]}},"required":["parentId","childIds","relationshipType","datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"childIds":{"type":"array","items":{"format":"uuid","type":"string"}},"errors":{"type":"array","items":{"properties":{"childId":{"type":"string","format":"uuid"},"error":{"type":"string"},"errorType":{"type":"string"}},"required":["childId","error"],"type":"object"}},"message":{"type":"string"},"relationships":{"type":"array","items":{"properties":{"childDatasetId":{"type":"string"},"childId":{"type":"string","format":"uuid"},"parentDatasetId":{"type":"string"},"parentId":{"type":"string","format":"uuid"},"relationshipType":{"type":"string","enum":["related_to","caused_by","attributed_to"]}},"required":["parentId","childId","relationshipType","parentDatasetId","childDatasetId"],"type":"object"}},"relationshipsCreated":{"type":"number"},"success":{"type":"boolean"}},"required":["success","message","relationships"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags":{"get":{"operationId":"get_TagList","summary":"Lists all tags (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"categoryUuid","in":"query","schema":{"type":"string"}},{"name":"filters","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["uuid","value","actorCategory","actorCategoryConfidence","aliasGroupNames","attributionConfidence","attributionConfidenceScore","attributionOrganization","categoryName","motive","motiveConfidence","opsecLevel","originCountryISO","originCountryConfidence","sophisticationLevel","priority","analyticPriority"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"items":{"anyOf":[{"type":"string"},{"type":"number"}]},"type":"array"}]}},"required":["field","op"],"type":"object"}}},{"name":"cache","in":"query","schema":{"type":"string","enum":["from-graph"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"pagination":{"type":"object","properties":{"page":{"type":"number"},"pageSize":{"type":"number"},"totalCount":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","pageSize","totalCount","totalPages"]},"tags":{"type":"array","items":{"properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryName":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryISOAlpha3":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","value"],"type":"object"}}},"required":["tags","pagination"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags/categories":{"get":{"operationId":"get_TagCategoryList","summary":"Lists all tag categories (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"categories":{"type":"array","items":{"properties":{"createdAt":{"type":"string"},"name":{"type":"string"},"updatedAt":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name"],"type":"object"}}},"required":["categories"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["TagCategory"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags/categories/create":{"post":{"operationId":"post_TagCategoryCreate","summary":"Creates a new tag category (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string"},"name":{"type":"string"},"updatedAt":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["TagCategory"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags/categories/{category_uuid}":{"delete":{"operationId":"delete_TagCategoryDelete","summary":"Deletes a tag category (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_uuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string"}},"required":["uuid"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["TagCategory"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_TagCategoryUpdate","summary":"Updates a tag category (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_uuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string"},"name":{"type":"string"},"updatedAt":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["TagCategory"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/tags/create":{"post":{"operationId":"post_TagCreate","summary":"Creates a new tag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"value":{"type":"string"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryName":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryISOAlpha3":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","value"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}":{"delete":{"operationId":"delete_TagDelete","summary":"Deletes a tag (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"tag_uuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string"}},"required":["uuid"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_TagUpdate","summary":"Updates a tag (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"tag_uuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"value":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryName":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryISOAlpha3":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","value"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}/indicators":{"get":{"operationId":"get_TagIndicatorsList","summary":"List indicators related to a tag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"tag_uuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"indicatorType","in":"query","schema":{"type":"string"}},{"name":"relatedEvent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["value","indicatorType","uuid"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]}},"required":["field","op","value"],"type":"object"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicators":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"],"type":"object"}},"pagination":{"type":"object","properties":{"page":{"type":"number"},"pageSize":{"type":"number"},"totalCount":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","pageSize","totalCount","totalPages"]}},"required":["indicators","pagination"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/targetIndustries":{"get":{"operationId":"get_TargetIndustryList","summary":"Lists target industries across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Target Industry"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/targetIndustries/catalog":{"get":{"operationId":"get_TargetIndustryListComplete","summary":"Lists all target industries from industry map catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Target Industry"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/update/bulk":{"patch":{"operationId":"patch_EventUpdateBulk","summary":"Bulk update events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"datasetId":{"type":"string"},"eventIds":{"type":"array","items":{"type":"string"},"maxItems":100,"minItems":1},"updates":{"type":"object","properties":{"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}}}},"required":["eventIds","datasetId","updates"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"failedCount":{"type":"number"},"failures":{"type":"array","items":{"properties":{"error":{"type":"string"},"eventId":{"type":"string"}},"required":["eventId","error"],"type":"object"}},"updatedCount":{"type":"number"}},"required":["updatedCount","failedCount"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/{dataset_id}/delete":{"delete":{"operationId":"delete_EventDelete","summary":"Deletes one or more events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"eventIds","in":"query","required":true,"schema":{"type":"array","items":{"minLength":1,"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"number"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/{event_id}":{"get":{"operationId":"get_EventReadDeprecated","summary":"Reads an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_EventUpdate","summary":"Updates an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"patch":{"operationId":"patch_EventUpdate","summary":"Updates an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id}":{"get":{"operationId":"get_EventRawRead","summary":"Reads data for a raw event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"raw_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"number"},"created":{"type":"string"},"data":{"type":"object"},"id":{"type":"string"},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["accountId","created","data","id","source","tlp"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_EventRawUpdate","summary":"Updates a raw event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"raw_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object"},"source":{"type":"string"},"tlp":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object"},"id":{"type":"string"}},"required":["id","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"patch":{"operationId":"patch_EventRawUpdate","summary":"Updates a raw event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"raw_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object"},"source":{"type":"string"},"tlp":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object"},"id":{"type":"string"}},"required":["id","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/{event_id}/relationships":{"get":{"operationId":"get_EventRelationships","summary":"Filter and list events related to specific event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","default":"both","enum":["ancestors","descendants","both"]}},{"name":"maxDepth","in":"query","schema":{"type":"number"}},{"name":"relationshipTypes","in":"query","schema":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]}},{"name":"indicatorTypeIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"datasetId","in":"query","required":true,"schema":{"type":"string"}},{"name":"includeParent","in":"query","schema":{"type":"boolean","default":true}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/requests":{"post":{"operationId":"cloudforce-one-request-list","summary":"List Requests","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-list"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-list-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/constants":{"get":{"operationId":"cloudforce-one-request-constants","summary":"Get Request Priority, Status, and TLP constants","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-constants"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"constants","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/new":{"post":{"operationId":"cloudforce-one-request-new","summary":"Create a New Request.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/priority":{"post":{"operationId":"cloudforce-one-priority-list","summary":"List Priority Intelligence Requirements","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-list"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/priority/new":{"post":{"operationId":"cloudforce-one-priority-new","summary":"Create a New Priority Intelligence Requirement","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/priority/quota":{"get":{"operationId":"cloudforce-one-priority-quota","summary":"Get Priority Intelligence Requirement Quota","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_quota"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"quota","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/priority/{priority_id}":{"get":{"operationId":"cloudforce-one-priority-get","summary":"Get a Priority Intelligence Requirement","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"priority_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"cloudforce-one-priority-update","summary":"Update a Priority Intelligence Requirement","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"priority_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"cloudforce-one-priority-delete","summary":"Delete a Priority Intelligence Requirement","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"priority_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/quota":{"get":{"operationId":"cloudforce-one-request-quota","summary":"Get Request Quota","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_quota"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"quota","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/types":{"get":{"operationId":"cloudforce-one-request-types","summary":"Get Request Types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-types"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"types","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}":{"get":{"operationId":"cloudforce-one-request-get","summary":"Get a Request","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"cloudforce-one-request-update","summary":"Update a Request","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"cloudforce-one-request-delete","summary":"Delete a Request","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset":{"post":{"operationId":"cloudforce-one-request-asset-list","summary":"List Request Assets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-list"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.assets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/new":{"post":{"operationId":"cloudforce-one-request-asset-new","summary":"Create a New Request Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.asset-new","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id}":{"get":{"operationId":"cloudforce-one-request-asset-get","summary":"Get a Request Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"asset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.assets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"cloudforce-one-request-asset-update","summary":"Update a Request Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"asset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.assets","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"cloudforce-one-request-asset-delete","summary":"Delete a Request Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"asset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.assets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message":{"post":{"operationId":"cloudforce-one-request-message-list","summary":"List Request Messages","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-list"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.message","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/new":{"post":{"operationId":"cloudforce-one-request-message-new","summary":"Create a New Request Message","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.message","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/{message_id}":{"put":{"operationId":"cloudforce-one-request-message-update","summary":"Update a Request Message","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"message_id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.message","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"cloudforce-one-request-message-delete","summary":"Delete a Request Message","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"message_id","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.message","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/scans/config":{"get":{"operationId":"get_ConfigFetch","summary":"List Scan Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_scan-config"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_ConfigCreate","summary":"Create a new Scan Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"frequency":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_frequency"},"ips":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ips"},"ports":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ports"}},"required":["ips"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_scan-config"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/scans/config/{config_id}":{"delete":{"operationId":"delete_DeleteScans","summary":"Delete a Scan Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"config_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["success","result","messages","errors"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"post_ConfigUpdate","summary":"Update an existing Scan Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"config_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"frequency":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_frequency"},"ips":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ips"},"ports":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ports"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_scan-config"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/scans/results/{config_id}":{"get":{"operationId":"get_GetOpenPorts","summary":"Get the Latest Scan Result","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"config_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","properties":{"1.1.1.1":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_port"}}},"required":["1.1.1.1"]},"success":{"type":"boolean"}},"required":["success","result","messages","errors"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/matches":{"get":{"operationId":"get_DomainMatchList","summary":"List saved query matches","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"offset","in":"query","schema":{"type":"string","default":"0"}},{"name":"limit","in":"query","schema":{"type":"string","default":"50"}},{"name":"query_id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"include_domain_id","in":"query","schema":{"type":"string","default":"false"}},{"name":"include_dismissed","in":"query","schema":{"type":"string"}},{"name":"domain_search","in":"query","schema":{"type":"string"}},{"name":"orderBy","in":"query","schema":{"type":"string","enum":["domain","first_seen","registrar"]}},{"name":"order","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"matches":{"type":"array","items":{"properties":{"dismissed":{"type":"boolean"},"domain":{"type":"string"},"first_seen":{"type":"string"},"match_details":{"type":"array","items":{"properties":{"dismissed":{"type":"boolean"},"match_id":{"type":"integer"},"query_id":{"type":"integer"},"query_tag":{"type":"string","nullable":true}},"required":["query_id","query_tag","match_id","dismissed"],"type":"object"}},"public_scans":{"type":"object","nullable":true,"properties":{"submission_id":{"type":"string"}},"required":["submission_id"]},"registrar":{"type":"string","nullable":true},"scan_status":{"type":"string"},"scan_submission_id":{"type":"integer","nullable":true},"source":{"type":"string","nullable":true}},"required":["domain","first_seen","public_scans","scan_status","scan_submission_id","source","registrar"],"type":"object"}},"total":{"type":"integer","minimum":0}},"required":["matches","total"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries":{"get":{"operationId":"get_GetDomainQueries","summary":"Get queries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","exclusiveMinimum":true,"maximum":1000000,"minimum":0}},{"name":"per_page","in":"query","schema":{"type":"integer","exclusiveMinimum":true,"maximum":100,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"anyOf":[{"type":"string"},{"type":"number"}]},"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"anyOf":[{"type":"string"},{"type":"number"}]},"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"anyOf":[{"items":{"properties":{"created":{"type":"string"},"parameters":{"required":["string_matches"],"nullable":true,"properties":{"max_time":{"type":"string"},"min_time":{"type":"string"},"string_matches":{"type":"array","items":{"properties":{"pattern":{"type":"string","maxLength":200,"minLength":1}},"required":["pattern"],"type":"object"}}},"type":"object"},"query_id":{"type":"integer"},"query_tag":{"type":"string"},"scan":{"type":"boolean"},"updated":{"type":"string"}},"required":["query_id","query_tag","scan","parameters","created","updated"],"type":"object"},"type":"array"},{"properties":{"created":{"type":"string"},"parameters":{"required":["string_matches"],"nullable":true,"properties":{"max_time":{"type":"string"},"min_time":{"type":"string"},"string_matches":{"type":"array","items":{"properties":{"pattern":{"type":"string","maxLength":200,"minLength":1}},"required":["pattern"],"type":"object"}}},"type":"object"},"query_id":{"type":"integer"},"query_tag":{"type":"string"},"scan":{"type":"boolean"},"updated":{"type":"string"}},"required":["query_id","query_tag","scan","parameters","created","updated"],"type":"object"}]},"result_info":{"type":"object","properties":{"count":{"type":"integer","minimum":0},"page":{"type":"integer","exclusiveMinimum":true,"minimum":0},"per_page":{"type":"integer","exclusiveMinimum":true,"minimum":0},"total_count":{"type":"integer","minimum":0}},"required":["count","page","per_page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_InsertDomainQuery","summary":"Insert query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"max_time":{"type":"string"},"min_time":{"type":"string"},"scan":{"type":"boolean"},"scan_matches":{"type":"boolean"},"search_lookback":{"type":"boolean","default":true},"string_matches":{"type":"array","items":{"properties":{"pattern":{"type":"string","maxLength":200,"minLength":1}},"required":["pattern"],"type":"object"},"maxItems":100,"minItems":1},"tag":{"type":"string","minLength":1}},"required":["tag","string_matches"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"query_id":{"type":"integer"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries/{query_id}":{"delete":{"operationId":"delete_DeleteDomainQuery","summary":"Delete domain query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_UpdateDomainQuery","summary":"Update domain query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"max_time":{"type":"string"},"min_time":{"type":"string"},"scan":{"type":"boolean"},"scan_matches":{"type":"boolean"},"search_lookback":{"type":"boolean","default":true},"string_matches":{"type":"array","items":{"properties":{"pattern":{"type":"string","maxLength":200,"minLength":1}},"required":["pattern"],"type":"object"},"maxItems":100,"minItems":1},"tag":{"type":"string","minLength":1}},"required":["tag","string_matches"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"query_id":{"type":"integer"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/generate":{"post":{"operationId":"post_LetterGenerate","summary":"Generate takedown letter","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"createNotice":{"type":"boolean","default":false},"fields":{"type":"object","properties":{"discoveryDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"domain":{"type":"string","maxLength":500},"generationDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"jurisdiction":{"type":"string","maxLength":500},"registrantEmail":{"type":"string","maxLength":500},"registrar":{"type":"string","maxLength":500},"registrarEmail":{"type":"string","maxLength":500},"resolutionByDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"senderCompany":{"type":"string","maxLength":500},"senderEmail":{"type":"string","maxLength":500},"senderName":{"type":"string","maxLength":500},"senderTitle":{"type":"string","maxLength":500},"trademarkName":{"type":"string","maxLength":500},"trademarkNumber":{"type":"string","maxLength":500},"trademarkOwner":{"type":"string","maxLength":500}}},"format":{"type":"string","default":"text","enum":["text","pdf"]},"noticeParams":{"type":"object","properties":{"domain":{"type":"string","maxLength":253,"minLength":1},"queryId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"status":{"type":"string","default":"sent","enum":["draft","sent","resolved","expired"]}},"required":["domain"]},"templateId":{"type":"string","minLength":1}},"required":["templateId","fields"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"letter":{"type":"string"},"letterId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"notice":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]}},"required":["letter"]}},"application/pdf":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates":{"get":{"operationId":"get_LetterTemplateList","summary":"List letter templates","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"templates":{"type":"array","items":{"properties":{"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","createdAt","updatedAt"],"type":"object"}}},"required":["templates"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_LetterTemplateCreate","summary":"Create letter template","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string","minLength":1},"category":{"type":"string","maxLength":100,"minLength":1},"name":{"type":"string","maxLength":255,"minLength":1}},"required":["name","category","body"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","body","createdAt","updatedAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/examples":{"get":{"operationId":"get_LetterTemplateExamples","summary":"List example letter templates","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"templates":{"type":"array","items":{"properties":{"body":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","body","createdAt","updatedAt"],"type":"object"}}},"required":["templates"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/{template_id}":{"get":{"operationId":"get_LetterTemplateGet","summary":"Get letter template","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","body","createdAt","updatedAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"put":{"operationId":"put_LetterTemplateUpdate","summary":"Update letter template","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string","minLength":1},"category":{"type":"string","maxLength":100,"minLength":1},"name":{"type":"string","maxLength":255,"minLength":1}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","body","createdAt","updatedAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]},"delete":{"operationId":"delete_LetterTemplateDelete","summary":"Delete letter template","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/matches":{"get":{"operationId":"get_LogoMatchList","summary":"List logo matches","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"offset","in":"query","schema":{"type":"string","default":"0"}},{"name":"limit","in":"query","schema":{"type":"string","default":"50"}},{"name":"query_id","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"download","in":"query","schema":{"type":"string"}},{"name":"orderBy","in":"query","schema":{"type":"string","enum":["matchedAt","domain","similarityScore","registrar"]}},{"name":"order","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"matches":{"type":"array","items":{"properties":{"content_type":{"type":"string"},"domain":{"type":"string","nullable":true},"id":{"type":"integer"},"image_data":{"type":"string"},"matched_at":{"type":"string","nullable":true},"query_id":{"type":"integer"},"registrar":{"type":"string","nullable":true},"similarity_score":{"type":"number"},"url_scan_id":{"type":"string","nullable":true}},"required":["id","query_id","url_scan_id","similarity_score","matched_at","domain","registrar"],"type":"object"}},"total":{"type":"integer","minimum":0}},"required":["matches","total"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries":{"get":{"operationId":"get_GetLogoQueries","summary":"Get logo queries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"download","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"content_type":{"type":"string"},"id":{"type":"integer"},"image_data":{"type":"string"},"r2_path":{"type":"string"},"similarity_threshold":{"type":"number"},"tag":{"type":"string"},"uploaded_at":{"type":"string","nullable":true}},"required":["id","tag","r2_path","similarity_threshold","uploaded_at"],"type":"object"}}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_InsertLogoQuery","summary":"Insert logo query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"image_data":{"type":"string","minLength":1},"search_lookback":{"type":"boolean","default":true},"similarity_threshold":{"type":"number","maximum":1,"minimum":0},"tag":{"type":"string","minLength":1}},"required":["tag","image_data","similarity_threshold"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"query_id":{"type":"integer"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries/{query_id}":{"delete":{"operationId":"delete_DeleteLogoQuery","summary":"Delete logo query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/search":{"post":{"operationId":"post_SearchLogoSimilarity","summary":"Search scanned images","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"showHistoric","in":"query","schema":{"type":"string","default":"false"}},{"name":"download","in":"query","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"image_data":{"type":"string","minLength":1},"score_threshold":{"type":"number","default":0,"maximum":1,"minimum":0},"top_k":{"type":"integer","default":10,"maximum":100,"minimum":1}},"required":["image_data"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"matches":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"content_type":{"type":"string"},"domain":{"type":"string"},"image_data":{"type":"string"},"query_id":{"type":"integer"},"r2_path":{"type":"string"},"similarity_score":{"type":"number"},"similarity_threshold":{"type":"number"},"tag":{"type":"string"},"timestamp":{"type":"number"},"url_scan_id":{"type":"string"},"vector_id":{"type":"string"}},"required":["similarity_score"],"type":"object"}}},"required":["matches"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices":{"get":{"operationId":"get_TakedownNoticeList","summary":"List takedown notices","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"notices":{"type":"array","items":{"properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"],"type":"object"}}},"required":["notices"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_TakedownNoticeCreate","summary":"Create takedown notice","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","maxLength":253,"minLength":1},"matchId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"matchType":{"type":"string","enum":["logo","domain"]},"queryId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"status":{"type":"string","default":"draft","enum":["draft","sent","resolved","expired"]}},"required":["domain"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]}}}},"409":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/lookup":{"post":{"operationId":"post_TakedownNoticeLookup","summary":"Lookup takedown notices by domains","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domains":{"type":"array","items":{"maxLength":253,"minLength":1,"type":"string"},"maxItems":100,"minItems":1},"queryId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"queryIds":{"type":"array","items":{"exclusiveMinimum":true,"minimum":0,"type":"integer"},"maxItems":100}},"required":["domains"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"notices":{"type":"array","items":{"properties":{"domain":{"type":"string"},"notice":{"type":"object","nullable":true,"properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]},"queryId":{"type":"number","nullable":true}},"required":["domain","queryId","notice"],"type":"object"}}},"required":["notices"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}":{"get":{"operationId":"get_TakedownNoticeGet","summary":"Get takedown notice","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"put":{"operationId":"put_TakedownNoticeUpdate","summary":"Update takedown notice","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","maxLength":253,"minLength":1},"matchId":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]}}}},"409":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]},"delete":{"operationId":"delete_TakedownNoticeDelete","summary":"Delete takedown notice","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters":{"get":{"operationId":"get_TakedownLetterList","summary":"List takedown letters","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"letters":{"type":"array","items":{"properties":{"createdAt":{"type":"string","nullable":true},"id":{"type":"number"},"letterType":{"type":"string"},"takedownNoticeId":{"type":"number"},"templateId":{"type":"string"}},"required":["id","takedownNoticeId","templateId","letterType","createdAt"],"type":"object"}}},"required":["letters"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_TakedownLetterCreate","summary":"Create takedown letter","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"type":"object","properties":{"discoveryDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"domain":{"type":"string","maxLength":500},"generationDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"jurisdiction":{"type":"string","maxLength":500},"registrantEmail":{"type":"string","maxLength":500},"registrar":{"type":"string","maxLength":500},"registrarEmail":{"type":"string","maxLength":500},"resolutionByDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"senderCompany":{"type":"string","maxLength":500},"senderEmail":{"type":"string","maxLength":500},"senderName":{"type":"string","maxLength":500},"senderTitle":{"type":"string","maxLength":500},"trademarkName":{"type":"string","maxLength":500},"trademarkNumber":{"type":"string","maxLength":500},"trademarkOwner":{"type":"string","maxLength":500}}},"templateId":{"type":"string","minLength":1}},"required":["templateId","fields"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"id":{"type":"number"},"letterText":{"type":"string"},"letterType":{"type":"string"},"takedownNoticeId":{"type":"number"},"templateId":{"type":"string"}},"required":["id","takedownNoticeId","templateId","letterType","letterText","createdAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}":{"get":{"operationId":"get_TakedownLetterGet","summary":"Get takedown letter","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}},{"name":"letter_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"id":{"type":"number"},"letterText":{"type":"string"},"letterType":{"type":"string"},"takedownNoticeId":{"type":"number"},"templateId":{"type":"string"}},"required":["id","takedownNoticeId","templateId","letterType","letterText","createdAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_TakedownLetterDelete","summary":"Delete takedown letter","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}},{"name":"letter_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}/pdf":{"get":{"operationId":"get_TakedownLetterPdfGet","summary":"Download takedown letter PDF","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}},{"name":"letter_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/pdf":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/total-queries":{"get":{"operationId":"get_TotalQueries","summary":"Get total queries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"total_queries":{"type":"integer","minimum":0}},"required":["total_queries"],"type":"object"}}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/collections":{"get":{"operationId":"get_CollectionList","summary":"List collections","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"limit","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"pagination":{"type":"object","properties":{"limit":{"type":"number"},"page":{"type":"number"},"total":{"type":"number"}},"required":["page","limit","total"]},"result":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"created_by":{"type":"string"},"id":{"type":"string"},"item_count":{"type":"number"},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string"},"status":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","name","status","item_count","created_at","created_by","updated_at"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["success","result","pagination"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_CollectionCreate","summary":"Create a new collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"properties":{"columns":{"type":"array","items":{"properties":{"default":{"type":"object","nullable":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"required":{"type":"boolean","default":false},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["name","type"],"type":"object"},"maxItems":100,"minItems":1},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"project_id":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}}},"required":["name","columns"],"type":"object"},{"properties":{"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"project_id":{"type":"string"},"rows":{"type":"array","items":{"additionalProperties":true,"type":"object"},"maxItems":1000,"minItems":1},"tags":{"type":"array","items":{"type":"string"}}},"required":["name","rows"],"type":"object"},{"properties":{"columns":{"type":"array","items":{"properties":{"default":{"type":"object","nullable":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"required":{"type":"boolean","default":false},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["name","type"],"type":"object"},"maxItems":100,"minItems":1},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"project_id":{"type":"string"},"rows":{"type":"array","items":{"additionalProperties":true,"type":"object"},"maxItems":1000,"minItems":1},"tags":{"type":"array","items":{"type":"string"}}},"required":["name","columns","rows"],"type":"object"}]}},"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"metadata":{"type":"string"},"name":{"type":"string"},"project_id":{"type":"string"},"tags":{"type":"string"}},"required":["name","file"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"columns":{"type":"array","items":{"properties":{"default_value":{"type":"string","nullable":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"position":{"type":"integer","minimum":0},"required":{"type":"boolean"},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["id","name","type","required","default_value","position"],"type":"object"}},"created_at":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"id":{"type":"string","format":"uuid"},"item_count":{"type":"integer","minimum":0},"name":{"type":"string"},"project_id":{"type":"string"},"status":{"type":"string","enum":["ready","processing","failed"]},"tags":{"type":"array","items":{"type":"string"}},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_by","status","columns","item_count","created_at","updated_at"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"]}}}},"400":{},"409":{},"413":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}":{"get":{"operationId":"get_CollectionGet","summary":"Get collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"columns":{"type":"array","items":{"properties":{"default":{"type":"object","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string"}},"required":["id","name","type","required","position"],"type":"object"}},"created_at":{"type":"string"},"created_by":{"type":"string"},"id":{"type":"string"},"item_count":{"type":"number"},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string"},"status":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","name","status","item_count","created_at","created_by","updated_at","columns"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_CollectionDelete","summary":"Delete collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_CollectionUpdate","summary":"Update collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"metadata":{"type":"object","properties":{"project_id":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}}}},"name":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"created_by":{"type":"string"},"id":{"type":"string"},"item_count":{"type":"number"},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string"},"status":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","name","status","item_count","created_at","created_by","updated_at"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns":{"post":{"operationId":"post_ColumnAdd","summary":"Add column to collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"default":{"type":"object","nullable":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"required":{"type":"boolean","default":false},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["name","type"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["id","name","type","required","position"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{},"409":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns/{column_id}":{"delete":{"operationId":"delete_ColumnDelete","summary":"Delete column","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"column_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string"}},"required":["id","name","type","required","position"]}},"required":["result"]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_ColumnUpdate","summary":"Update column","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"column_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string","enum":["text","number","boolean","date"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string"}},"required":["id","name","type","required","position"]}},"required":["result"]}}}},"400":{},"404":{},"409":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/export":{"get":{"operationId":"get_CollectionExportEndpoint","summary":"Export collection to CSV, JSONL, or Markdown","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"include_ids","in":"query","schema":{"type":"boolean"}},{"name":"accept","in":"header","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/x-ndjson":{"schema":{"type":"string"}},"text/csv":{"schema":{"type":"string"}},"text/markdown":{"schema":{"type":"string"}}}},"404":{},"406":{}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items":{"get":{"operationId":"get_ItemQuery","summary":"Query collection items","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number"}},{"name":"q","in":"query","schema":{"type":"string","maxLength":500,"minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"pagination":{"type":"object","properties":{"cursors":{"type":"object","properties":{"current":{"type":"string"},"first":{"type":"string"},"next":{"type":"string","nullable":true},"prev":{"type":"string","nullable":true}},"required":["first","current","prev","next"]},"limit":{"type":"number"},"page":{"type":"number"},"total":{"type":"number"}},"required":["page","limit","total","cursors"]},"result":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["success","result","pagination"]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_ItemCreate","summary":"Create item(s)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"properties":{"data":{"type":"object","additionalProperties":true}},"required":["data"],"type":"object"},{"properties":{"data":{"type":"array","items":{"additionalProperties":true,"type":"object"},"maxItems":1000,"minItems":1}},"required":["data"],"type":"object"}]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"anyOf":[{"properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"],"type":"object"},{"properties":{"result":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"data":{"type":"object","additionalProperties":true},"error":{"type":"string"},"index":{"type":"number"}},"required":["index","error","data"],"type":"object"}},"failed":{"type":"number"},"inserted":{"type":"number"}},"required":["inserted"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"],"type":"object"}]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections - Items"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items/{item_id}":{"get":{"operationId":"get_ItemGet","summary":"Get collection item","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"item_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_ItemDelete","summary":"Delete collection item","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"item_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_ItemUpdate","summary":"Update collection item","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"item_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true}},"required":["data"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/search":{"post":{"operationId":"post_ItemSearch","summary":"Search items (advanced filtering)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"cursor":{"type":"string"},"filter":{"type":"object","oneOf":[{"properties":{"field":{"type":"string"},"op":{"type":"string","enum":["eq","neq","gt","lt","gte","lte","contains","is_empty","is_not_empty"]},"value":{}},"required":["field","op"],"type":"object"},{"properties":{"and":{"type":"array","items":{"type":"object"},"minItems":1}},"required":["and"],"type":"object"},{"properties":{"or":{"type":"array","items":{"type":"object"},"minItems":1}},"required":["or"],"type":"object"}]},"limit":{"type":"integer","default":20,"maximum":100,"minimum":1},"q":{"type":"string","maxLength":500,"minLength":1},"sort":{"type":"object","properties":{"field":{"type":"string"},"order":{"type":"string","default":"asc","enum":["asc","desc"]}},"required":["field"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"pagination":{"type":"object","properties":{"cursors":{"type":"object","properties":{"current":{"type":"string"},"first":{"type":"string"},"next":{"type":"string","nullable":true},"prev":{"type":"string","nullable":true}},"required":["first","current","prev","next"]},"limit":{"type":"number"},"page":{"type":"number"},"total":{"type":"number"}},"required":["page","limit","total","cursors"]},"result":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["success","result","pagination"]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections - Items"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/events/graphql":{"post":{"operationId":"post_EventGraphQLV2","summary":"GraphQL endpoint for event aggregation","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","nullable":true},"errors":{"type":"array","items":{"type":"object"},"nullable":true}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cni/cnis":{"get":{"operationId":"list_cnis","summary":"List existing CNI objects","parameters":[{"name":"slot","in":"query","schema":{"type":"string","nullable":true}},{"name":"tunnel_id","in":"query","schema":{"type":"string","nullable":true}},{"name":"cursor","in":"query","schema":{"type":"integer","format":"int32","nullable":true}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":0,"nullable":true}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_CniList"}}}},"400":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"create_cni","summary":"Create a new CNI object","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_CniCreate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Cni"}}}},"400":{},"409":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cni/cnis/{cni}":{"get":{"operationId":"get_cni","summary":"Get information about a CNI object","parameters":[{"name":"cni","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Cni"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"update_cni","summary":"Modify stored information about a CNI object","parameters":[{"name":"cni","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Cni"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Cni"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"delete_cni","summary":"Delete a specified CNI object","parameters":[{"name":"cni","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects":{"get":{"operationId":"list_interconnects","summary":"List existing interconnects","parameters":[{"name":"site","in":"query","schema":{"type":"string","nullable":true}},{"name":"type","in":"query","schema":{"type":"string","nullable":true}},{"name":"cursor","in":"query","schema":{"type":"integer","format":"int32","nullable":true}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":0,"nullable":true}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_InterconnectList"}}}},"400":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"create_interconnect","summary":"Create a new interconnect","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_InterconnectCreate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Interconnect"}}}},"400":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects/{icon}":{"get":{"operationId":"get_interconnect","summary":"Get information about an interconnect object","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Interconnect"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"delete_interconnect","summary":"Delete an interconnect object","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects/{icon}/loa":{"get":{"operationId":"get_interconnect_loa","summary":"Generate the Letter of Authorization (LOA) for a given interconnect","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"name","in":"query","schema":{"type":"string","nullable":true}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"loa","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects/{icon}/loa/default":{"get":{"operationId":"get_interconnect_loa_default_name","summary":"Get the default customer name for LOA generation","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_DefaultNameResponse"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"loa-default-name","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects/{icon}/status":{"get":{"operationId":"get_interconnect_status","summary":"Get the current status of an interconnect object","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_StatusInfo"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"status","x-forge-hidden":true}},"/accounts/{account_id}/cni/settings":{"get":{"operationId":"get_settings","summary":"Get the current settings for the active account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Settings"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Settings"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"update_settings","summary":"Update the current settings for the active account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_SettingsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Settings"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Settings"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/cni/slots":{"get":{"operationId":"list_slots","summary":"Retrieve a list of all slots matching the specified parameters","parameters":[{"name":"address_contains","in":"query","schema":{"type":"string","nullable":true}},{"name":"site","in":"query","schema":{"type":"string","nullable":true}},{"name":"speed","in":"query","schema":{"type":"string","nullable":true}},{"name":"occupied","in":"query","schema":{"type":"boolean","nullable":true}},{"name":"cursor","in":"query","schema":{"type":"integer","format":"int32","nullable":true}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":0,"nullable":true}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_SlotList"}}}},"400":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Slots"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.slots","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/cni/slots/{slot}":{"get":{"operationId":"get_slot","summary":"Get information about the specified slot","parameters":[{"name":"slot","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_SlotInfo"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Slots"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.slots","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/containers/applications/{application_id}":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"get":{"operationId":"getApplication","summary":"Get a single application by id","parameters":[{"name":"application_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_ApplicationID"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_Application"}},"required":["result"],"type":"object"}]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"tags":["Applications"],"x-api-token-group":["Workers Containers Write","Workers Containers Read"]},"delete":{"operationId":"deleteApplication","summary":"Delete a single application by id","parameters":[{"name":"application_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_ApplicationID"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_ContainersDeleteApplicationResponseBody"}},"required":["result"],"type":"object"}]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.write"]}],"tags":["Applications"],"x-api-token-group":["Workers Containers Write"]},"patch":{"operationId":"modifyApplication","summary":"Modify an application","parameters":[{"name":"application_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_ApplicationID"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_ContainersModifyApplicationRequestBody"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_Application"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.write"]}],"tags":["Applications"],"x-api-token-group":["Workers Containers Write"]}},"/accounts/{account_id}/containers/applications/{application_id}/versions":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"get":{"operationId":"listApplicationVersions","summary":"List all application versions","parameters":[{"name":"application_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_ApplicationID"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cc_ApplicationVersion"}}},"required":["result"],"type":"object"}]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"tags":["Applications"],"x-api-token-group":["Workers Containers Write","Workers Containers Read"]}},"/accounts/{account_id}/containers/instances/{instance_id}/ssh":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"get":{"operationId":"containerWranglerSsh","summary":"Get credentials to SSH into a Container","parameters":[{"name":"instance_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_InstanceID"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_WranglerSSHResponse"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"tags":["Deployments"],"x-api-token-group":["Workers Containers Write","Workers Containers Read"]}},"/accounts/{account_id}/containers/registries":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"get":{"operationId":"listImageRegistries","summary":"Get the list of configured registries in the account","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cc_CustomerImageRegistry"}}},"required":["result"],"type":"object"}]}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"tags":["Image Registries"],"x-api-token-group":["Workers Containers Write","Workers Containers Read"]},"post":{"operationId":"createImageRegistry","summary":"Add a new image registry configuration","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_ContainersCreateImageRegistryRequestBody"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_CustomerImageRegistry"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.write"]}],"tags":["Image Registries"],"x-api-token-group":["Workers Containers Write"]}},"/accounts/{account_id}/containers/registries/{domain}":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"delete":{"operationId":"deleteImageRegistry","summary":"Delete a registry from the account","parameters":[{"name":"domain","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_ContainersDeleteImageRegistryResponseBody"}},"required":["result"],"type":"object"}]}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.write"]}],"tags":["Image Registries"],"x-api-token-group":["Workers Containers Write"]}},"/accounts/{account_id}/custom_csrs":{"get":{"operationId":"custom-csrs-for-an-account-list-custom-csrs","summary":"List Custom CSRs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","default":"created_at","enum":["name","account_tag","created_at"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_collection-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_collection-2"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["Custom CSRs for an Account"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-csrs-for-an-account-create-custom-csr","summary":"Create Custom CSR","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_create_request-2"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single-2"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["Custom CSRs for an Account"],"x-api-token-group":["Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/custom_csrs/{custom_csr_id}":{"get":{"operationId":"custom-csrs-for-an-account-custom-csr-details","summary":"Custom CSR Details","parameters":[{"name":"custom_csr_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single-2"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["Custom CSRs for an Account"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-csrs-for-an-account-delete-custom-csr","summary":"Delete Custom CSR","parameters":[{"name":"custom_csr_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_id_only"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_id_only"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["Custom CSRs for an Account"],"x-api-token-group":["Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/custom_ns":{"get":{"operationId":"account-level-custom-nameservers-list-account-custom-nameservers","summary":"List Account Custom Nameservers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_acns_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_acns_response_collection"},{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Account-Level Custom Nameservers"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"account-level-custom-nameservers-add-account-custom-nameserver","summary":"Add Account Custom Nameserver","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_CustomNSInput"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_acns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_acns_response_single"},{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Account-Level Custom Nameservers"],"x-api-token-group":["Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/d1/database":{"get":{"operationId":"d1-list-databases","summary":"List D1 Databases","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":1000,"maximum":10000,"minimum":10}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/d1_database-response"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"list","x-forge-epilogue":"This command acts on remote D1 Databases.","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true},"post":{"operationId":"d1-create-database","summary":"Create D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"jurisdiction":{"$ref":"#/components/schemas/d1_jurisdiction"},"name":{"$ref":"#/components/schemas/d1_database-name"},"primary_location_hint":{"$ref":"#/components/schemas/d1_primary-location-hint"},"read_replication":{"$ref":"#/components/schemas/d1_read-replication-details-for-request"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/d1_database-details-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"create","x-forge-epilogue":"This command acts on remote D1 Databases.","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/d1/database/{database_id}":{"get":{"operationId":"d1-get-database","summary":"Get D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"oneOf":[{"$ref":"#/components/schemas/d1_database-identifier"},{"$ref":"#/components/schemas/d1_database-name"}]}},{"name":"fields","in":"query","schema":{"type":"array","items":{"enum":["uuid","name","created_at","version","jurisdiction","num_tables","file_size","running_in_region","read_replication"],"type":"string"}},"explode":false,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/d1_database-details-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"get","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true},"put":{"operationId":"d1-update-database","summary":"Update D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_database-update-request-body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/d1_database-details-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"update","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true},"delete":{"operationId":"d1-delete-database","summary":"Delete D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"delete","x-forge-epilogue":"This command acts on remote D1 Databases.","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true},"patch":{"operationId":"d1-update-partial-database","summary":"Update D1 Database partially","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_database-update-partial-request-body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/d1_database-details-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"edit","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/d1/database/{database_id}/query":{"post":{"operationId":"d1-query-database","summary":"Query D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_batch-query"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/d1_query-result-response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"query","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/d1/database/{database_id}/raw":{"post":{"operationId":"d1-raw-database-query","summary":"Raw D1 Database query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_batch-query"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/d1_raw-result-response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"raw","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/d1/database/{database_id}/time_travel/bookmark":{"get":{"operationId":"d1-time-travel-get-bookmark","summary":"Get D1 database bookmark","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}},{"name":"timestamp","in":"query","schema":{"$ref":"#/components/schemas/d1_time-travel-timestamp"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"object","properties":{"bookmark":{"$ref":"#/components/schemas/d1_time-travel-bookmark"}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1.time-travel","x-fern-sdk-method-name":"get-bookmark","x-forge-epilogue":"This command acts on remote D1 Databases.","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/content":{"get":{"operationId":"ListContentAssets","summary":"List DLP content findings","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_Direction"},{"name":"dlp_profile_id","in":"query","schema":{"type":"string","format":"uuid"}},{"$ref":"#/components/parameters/posture-api_IntegrationId"},{"$ref":"#/components/parameters/posture-api_MaxAfflictionDate"},{"$ref":"#/components/parameters/posture-api_MinAfflictionDate"},{"name":"order","in":"query","schema":{"type":"string","enum":["asset_name","dlp_profile_count","integration_name","latest_affliction_date"]}},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_Search"},{"$ref":"#/components/parameters/posture-api_Vendor"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_PaginatedContentAssetList"}}}},"400":{},"429":{"headers":{"Retry-After":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_api-response-common"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["content"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/data-security/posture/content/export":{"post":{"operationId":"CreateContentExport","summary":"Create a content export","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_ContentExportRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/exports":{"get":{"operationId":"ListExportJobs","summary":"List all export jobs","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/posture-api_StatusEnum"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_PaginatedExportJobList"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/exports/{id}":{"get":{"operationId":"GetExportJob","summary":"Get a single export job","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[\\da-f]{8}-([\\da-f]{4}-){3}[\\da-f]{12}$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/finding_types":{"get":{"operationId":"ListFindingTypes","summary":"List all finding types","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_FindingTypeVendors"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_paginated-finding-type-list"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["finding_types"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}":{"get":{"operationId":"GetFindingType","summary":"Get finding by ID","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingTypeId"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-type-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["finding_types"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}/remediation_types":{"get":{"operationId":"GetRemediationTypesForFindingType","summary":"List remediation types for a finding type","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingTypeIdParam"},{"$ref":"#/components/parameters/posture-api_IntegrationId"},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_PaginatedRemediationTypeList"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["finding_types"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/findings":{"get":{"operationId":"ListFindings","summary":"List posture findings","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/posture-api_Direction"},{"$ref":"#/components/parameters/posture-api_Ignored"},{"$ref":"#/components/parameters/posture-api_IntegrationId"},{"$ref":"#/components/parameters/posture-api_MaxAfflictionDate"},{"$ref":"#/components/parameters/posture-api_MinAfflictionDate"},{"$ref":"#/components/parameters/posture-api_Observation"},{"$ref":"#/components/parameters/posture-api_FindingOrder"},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_Product"},{"$ref":"#/components/parameters/posture-api_Search"},{"$ref":"#/components/parameters/posture-api_Severity"},{"$ref":"#/components/parameters/posture-api_Type"},{"$ref":"#/components/parameters/posture-api_Vendor"},{"$ref":"#/components/parameters/posture-api_FindingTypeIds"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_paginated-finding-list"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/data-security/posture/findings/export":{"post":{"operationId":"CreateFindingExportCSV","summary":"Create new findings export request","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingExportFilterRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/findings/ignore":{"post":{"operationId":"IgnoreFinding","summary":"Mark a finding as ignored","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingBulkActionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/unignore":{"post":{"operationId":"UnIgnoreFinding","summary":"Remove ignore marker from a finding","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingBulkActionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}":{"get":{"operationId":"GetFinding","summary":"Get a finding type","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances":{"get":{"operationId":"ListFindingInstances","summary":"List instances of a finding","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_Archived"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/posture-api_Direction"},{"$ref":"#/components/parameters/posture-api_MaxAfflictionDate"},{"$ref":"#/components/parameters/posture-api_MinAfflictionDate"},{"$ref":"#/components/parameters/posture-api_FindingInstanceOrder"},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_Search"},{"$ref":"#/components/parameters/posture-api_RemediationStatuses"},{"$ref":"#/components/parameters/posture-api_FindingInstanceIds"},{"$ref":"#/components/parameters/posture-api_AssetIds"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_paginated-finding-instance-list"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/archive":{"post":{"operationId":"ArchiveFindingInstance","summary":"Archive a finding","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingInstanceBulkActionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-instance-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/unarchive":{"post":{"operationId":"UnarchiveFindingInstance","summary":"Remove the archive marking from a finding instance","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingInstanceBulkActionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-instance-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/{instance_id}":{"get":{"operationId":"GetFindingInstance","summary":"Get a finding instance using an instance ID","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"},{"$ref":"#/components/parameters/posture-api_FindingInstanceId"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-instance-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/reset_finding_severity":{"post":{"operationId":"ResetFindingSeverity","summary":"Reset severity for a finding back to the default","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{},"404":{},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/tune_finding_severity":{"post":{"operationId":"ChangeFindingSeverity","summary":"Update the severity for a finding","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_TuneFindingSeverityRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{},"404":{},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{storage_namespace_id}/instances/export":{"post":{"operationId":"CreateFindingInstancesExportCSV","summary":"Create a finding instances export","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_StorageNamespaceId"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingInstanceExportFilterRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/remediations/jobs":{"get":{"operationId":"ListRemediationJobs","summary":"List remediation jobs","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_Search"},{"name":"min_updated_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"max_updated_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/posture-api_RemediationJobStatusEnum"}},{"name":"triggered_by_actor","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobActorTypeEnum"}},"explode":false,"style":"form"},{"$ref":"#/components/parameters/posture-api_IntegrationId"},{"name":"order","in":"query","schema":{"type":"string","enum":["created_at","affliction_date","integration_name","status","last_updated_at","asset_name","finding_type_name"]}},{"$ref":"#/components/parameters/posture-api_Direction"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_PaginatedRemediationJobList"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["remediations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"CreateRemediationJobs","summary":"Creates remediation jobs","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_RemediationJobsCreateRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateRemediationJobResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateRemediationJobResponse"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["remediations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/remediations/jobs/export":{"post":{"operationId":"CreateRemediationJobsExportCSV","summary":"Create a remediation jobs export","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_RemediationJobsExportFilterRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks":{"get":{"operationId":"ListWebhooks","summary":"List webhook configurations","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_webhook-list-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"CreateWebhook","summary":"Create a new webhook configuration","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateWebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_Webhook"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks/evaluate":{"post":{"operationId":"EvaluateNewWebhook","summary":"Test a webhook configuration before creating it","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_EvaluateNewWebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_EvaluateNewWebhookResponse"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks/jobs":{"post":{"operationId":"CreateWebhookJobs","summary":"Create webhook jobs","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateWebhookJobsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateWebhookJobsResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}":{"get":{"operationId":"GetWebhookConfigByID","summary":"Get webhook configuration by ID","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_WebhookId"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_webhook-response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"UpdateWebhook","summary":"Update an existing webhook configuration","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_WebhookId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_UpdateWebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_Webhook"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"DeleteWebhook","summary":"Delete a webhook configuration","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_WebhookId"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_api-response-common"}}}},"400":{},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}/evaluate":{"post":{"operationId":"EvaluateExistingWebhook","summary":"Test an existing webhook configuration","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_WebhookId"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_EvaluateNewWebhookResponse"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/ip-profiles":{"get":{"operationId":"list-ip-profiles","summary":"List IP profiles","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_ip_profile"}},"result_info":{"$ref":"#/components/schemas/teams-devices_pagination_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"create-ip-profile","summary":"Create IP profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_ip_profile_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_ip_profile"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/ip-profiles/{profile_id}":{"get":{"operationId":"get-ip-profile","summary":"Get IP profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_ip_profile"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"delete-ip-profile","summary":"Delete IP profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"type":"object","properties":{"id":{"type":"string","x-auditable":true}}},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"update-ip-profile","summary":"Update IP profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_ip_profile_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_ip_profile"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/networks":{"post":{"operationId":"device-managed-networks-create-device-managed-network","summary":"Create a device managed network","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_schemas-config_request"},"name":{"$ref":"#/components/schemas/teams-devices_device-managed-networks_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_components-schemas-type"}},"required":["name","type","config"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_components-schemas-single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Managed Networks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.networks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/networks/{network_id}":{"put":{"operationId":"device-managed-networks-update-device-managed-network","summary":"Update a device managed network","parameters":[{"name":"network_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_schemas-config_request"},"name":{"$ref":"#/components/schemas/teams-devices_device-managed-networks_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_components-schemas-type"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_components-schemas-single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Managed Networks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.networks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"device-managed-networks-delete-device-managed-network","summary":"Delete a device managed network","parameters":[{"name":"network_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_components-schemas-response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Managed Networks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.networks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/physical-devices/{device_id}":{"delete":{"operationId":"delete-device","summary":"Delete device","parameters":[{"name":"device_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"success":{"type":"boolean"}},"required":["success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Physical Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.devices","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/physical-devices/{device_id}/revoke":{"post":{"operationId":"revoke-device","summary":"Revoke device registrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"device_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"success":{"type":"boolean"}},"required":["success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Physical Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.devices","x-fern-sdk-method-name":"revoke","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes a device's session destructively."}},"/accounts/{account_id}/devices/policy":{"post":{"operationId":"devices-create-device-settings-policy","summary":"Create a device settings profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"enabled":{"type":"boolean","default":true},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude_request"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include_request"},"lan_allow_minutes":{"$ref":"#/components/schemas/teams-devices_lan_allow_minutes"},"lan_allow_subnet_size":{"$ref":"#/components/schemas/teams-devices_lan_allow_subnet_size"},"match":{"$ref":"#/components/schemas/teams-devices_schemas-match"},"name":{"type":"string","maxLength":100},"precedence":{"$ref":"#/components/schemas/teams-devices_precedence"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}},"required":["name","precedence","match"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_device_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_device_settings_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom","x-fern-sdk-method-name":"create","x-forge-hidden":true},"patch":{"operationId":"devices-update-default-device-settings-policy","summary":"Update the default device settings profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude_request"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include_request"},"lan_allow_minutes":{"$ref":"#/components/schemas/teams-devices_lan_allow_minutes"},"lan_allow_subnet_size":{"$ref":"#/components/schemas/teams-devices_lan_allow_subnet_size"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_default_device_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_default_device_settings_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/exclude":{"put":{"operationId":"devices-set-split-tunnel-exclude-list","summary":"Set the Split Tunnel exclude list","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_split_tunnel_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_split_tunnel_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.excludes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/fallback_domains":{"put":{"operationId":"devices-set-local-domain-fallback-list","summary":"Set your Local Domain Fallback list","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_fallback_domain"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_fallback_domain_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_fallback_domain_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.fallback-domains","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/include":{"put":{"operationId":"devices-set-split-tunnel-include-list","summary":"Set the Split Tunnel include list","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_split_tunnel_include_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.includes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/{policy_id}":{"delete":{"operationId":"devices-delete-device-settings-policy","summary":"Delete a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_device_settings_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_device_settings_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"devices-update-device-settings-policy","summary":"Update a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"enabled":{"type":"boolean"},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude_request"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include_request"},"lan_allow_minutes":{"$ref":"#/components/schemas/teams-devices_lan_allow_minutes"},"lan_allow_subnet_size":{"$ref":"#/components/schemas/teams-devices_lan_allow_subnet_size"},"match":{"$ref":"#/components/schemas/teams-devices_schemas-match"},"name":{"type":"string","maxLength":100},"precedence":{"$ref":"#/components/schemas/teams-devices_precedence"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_device_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_device_settings_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/{policy_id}/exclude":{"put":{"operationId":"devices-set-split-tunnel-exclude-list-for-a-device-settings-policy","summary":"Set the Split Tunnel exclude list for a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_split_tunnel_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_split_tunnel_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom.excludes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/{policy_id}/fallback_domains":{"put":{"operationId":"devices-set-local-domain-fallback-list-for-a-device-settings-policy","summary":"Set the Local Domain Fallback list for a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_fallback_domain"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_fallback_domain_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_fallback_domain_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom.fallback-domains","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/{policy_id}/include":{"put":{"operationId":"devices-set-split-tunnel-include-list-for-a-device-settings-policy","summary":"Set the Split Tunnel include list for a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_split_tunnel_include_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom.includes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/posture":{"post":{"operationId":"device-posture-rules-create-device-posture-rule","summary":"Create a device posture rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"expiration":{"$ref":"#/components/schemas/teams-devices_expiration"},"input":{"$ref":"#/components/schemas/teams-devices_input"},"match":{"$ref":"#/components/schemas/teams-devices_match"},"name":{"$ref":"#/components/schemas/teams-devices_name"},"schedule":{"$ref":"#/components/schemas/teams-devices_schedule"},"type":{"$ref":"#/components/schemas/teams-devices_type"}},"required":["name","type"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device posture rules"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/posture/integration":{"post":{"operationId":"device-posture-integrations-create-device-posture-integration","summary":"Create a device posture integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_config_request"},"interval":{"$ref":"#/components/schemas/teams-devices_interval"},"name":{"$ref":"#/components/schemas/teams-devices_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_schemas-type"}},"required":["name","type","interval","config"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_schemas-single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Posture Integrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture.integrations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/posture/integration/{integration_id}":{"delete":{"operationId":"device-posture-integrations-delete-device-posture-integration","summary":"Delete a device posture integration","parameters":[{"name":"integration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_schemas-id_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Posture Integrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture.integrations","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"device-posture-integrations-update-device-posture-integration","summary":"Update a device posture integration","parameters":[{"name":"integration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_config_request"},"interval":{"$ref":"#/components/schemas/teams-devices_interval"},"name":{"$ref":"#/components/schemas/teams-devices_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_schemas-type"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_schemas-single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Posture Integrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture.integrations","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/devices/posture/{rule_id}":{"put":{"operationId":"device-posture-rules-update-device-posture-rule","summary":"Update a device posture rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"expiration":{"$ref":"#/components/schemas/teams-devices_expiration"},"input":{"$ref":"#/components/schemas/teams-devices_input"},"match":{"$ref":"#/components/schemas/teams-devices_match"},"name":{"$ref":"#/components/schemas/teams-devices_name"},"schedule":{"$ref":"#/components/schemas/teams-devices_schedule"},"type":{"$ref":"#/components/schemas/teams-devices_type"}},"required":["name","type"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device posture rules"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"device-posture-rules-delete-device-posture-rule","summary":"Delete a device posture rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_id_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device posture rules"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/registrations":{"delete":{"operationId":"delete-registrations","summary":"Delete registrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"result_info":{"$ref":"#/components/schemas/teams-devices_cursor_result_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Physical Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.registrations","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/registrations/revoke":{"post":{"operationId":"revoke-registrations","summary":"Revoke registrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"result_info":{"$ref":"#/components/schemas/teams-devices_cursor_result_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Registrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.registrations","x-fern-sdk-method-name":"revoke","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes device registrations destructively."}},"/accounts/{account_id}/devices/registrations/unrevoke":{"post":{"operationId":"unrevoke-registrations","summary":"Unrevoke registrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"result_info":{"$ref":"#/components/schemas/teams-devices_cursor_result_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Registrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.registrations","x-fern-sdk-method-name":"unrevoke","x-forge-hidden":true}},"/accounts/{account_id}/devices/registrations/{registration_id}":{"delete":{"operationId":"delete-registration","summary":"Delete registration","parameters":[{"name":"registration_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"success":{"type":"boolean"}},"required":["success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Registrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.registrations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/registrations/{registration_id}/override_codes":{"get":{"operationId":"get-registration-override-codes","summary":"Get override codes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"registration_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_override_codes"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["warp-teams-device-api_other"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.override-codes","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/devices/resilience/disconnect":{"get":{"operationId":"devices-resilience-retrieve-global-warp-override","summary":"Retrieve Global WARP override state","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_global_warp_override_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-resilience.read"]},{"realmrootOidc":["teams-resilience.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Devices Resilience"],"x-api-token-group":["Zero Trust Resilience Read","Zero Trust Resilience Write","Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.resilience.global-warp-override","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"devices-resilience-set-global-warp-override","summary":"Set Global WARP override state","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_global_warp_override_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_global_warp_override_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-resilience.write"]}],"tags":["Devices Resilience"],"x-api-token-group":["Zero Trust Resilience Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.resilience.global-warp-override","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/revoke":{"post":{"operationId":"devices-revoke-devices","summary":"Revoke devices (deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_revoke_devices_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_api-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.revoke","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes sessions for a batch of devices destructively."}},"/accounts/{account_id}/devices/settings":{"put":{"operationId":"zero-trust-accounts-update-device-settings-for-the-zero-trust-account","summary":"Update device settings for a Zero Trust account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zero-trust-accounts-delete-device-settings-for-zero-trust-account","summary":"Reset device settings for a Zero Trust account with defaults. This turns off all proxying.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.settings","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"zero-trust-accounts-patch-device-settings-for-the-zero-trust-account","summary":"Patch device settings for a Zero Trust account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/devices/unrevoke":{"post":{"operationId":"devices-unrevoke-devices","summary":"Unrevoke devices (deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_unrevoke_devices_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_api-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.unrevoke","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/{device_id}/override_codes":{"get":{"operationId":"devices-list-admin-override-code-for-device","summary":"Get override codes (deprecated)\n","parameters":[{"name":"device_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_registration_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_override_codes_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_override_codes_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.override-codes","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/colos":{"get":{"operationId":"dex-endpoints-list-colos","summary":"List Cloudflare colos","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"sortBy","in":"query","schema":{"type":"string","enum":["fleet-status-usage","application-tests-usage"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_colos_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.colos","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/commands":{"get":{"operationId":"get-commands","summary":"List account commands","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","required":true,"schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"number","maximum":50,"minimum":1}},{"name":"from","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"to","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"device_id","in":"query","schema":{"type":"string"}},{"name":"user_email","in":"query","schema":{"type":"string"}},{"name":"command_type","in":"query","schema":{"type":"string","enum":["pcap","speed-test","warp-diag"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["PENDING_EXEC","PENDING_UPLOAD","SUCCESS","FAILED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_get_commands_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"post-commands","summary":"Create account commands","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"commands":{"type":"array","items":{"properties":{"args":{"type":"object","oneOf":[{"additionalProperties":false,"properties":{"test-all-routes":{"type":"boolean","default":true,"x-auditable":true}},"title":"warp-diag args","type":"object"},{"additionalProperties":false,"properties":{"max-file-size-mb":{"type":"number","default":5,"minimum":1,"x-auditable":true},"packet-size-bytes":{"type":"number","default":160,"minimum":1,"x-auditable":true},"time-limit-min":{"type":"number","default":5,"minimum":1,"x-auditable":true}},"title":"pcap args","type":"object"},{"additionalProperties":false,"properties":{"interfaces":{"type":"array","items":{"enum":["default","tunnel"],"type":"string","x-auditable":true}}},"title":"speed-test args","type":"object"}]},"device_id":{"type":"string"},"registration_id":{"type":"string"},"type":{"type":"string","enum":["pcap","speed-test","warp-diag"],"x-auditable":true},"user_email":{"type":"string"}},"required":["device_id","user_email","type"],"type":"object"},"maxItems":20}},"required":["commands"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_post_commands_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/dex/commands/devices":{"get":{"operationId":"get-commands-eligible-devices","summary":"List devices eligible for remote captures","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","required":true,"schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"number","maximum":50,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_commands_devices_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands.eligible-devices","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/commands/quota":{"get":{"operationId":"get-commands-quota","summary":"Returns account commands usage, quota, and reset time","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_get_commands_quota_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands.quota","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/commands/{command_id}/downloads/{filename}":{"get":{"operationId":"get-commands-command-id-downloads-filename","summary":"Download command output file","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"command_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_command_id"}},{"name":"filename","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"headers":{"Accept-Ranges":{"schema":{"type":"string"}},"Content-Disposition":{"schema":{"type":"string"}},"Content-Encoding":{"schema":{"type":"string"}},"Content-Length":{"schema":{"type":"integer"}},"Content-Type":{"schema":{"type":"string"}},"ETag":{"schema":{"type":"string"}},"Last-Modified":{"schema":{"type":"string","format":"date-time"}}},"content":{"application/zip":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands.results","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/dex_tests":{"get":{"operationId":"device-dex-test-details","summary":"List Device DEX tests","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":10,"maximum":50,"minimum":1}},{"name":"testName","in":"query","schema":{"type":"string"}},{"name":"kind","in":"query","schema":{"type":"string","enum":["http","traceroute"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"device-dex-test-create-device-dex-test","summary":"Create Device DEX test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}":{"get":{"operationId":"device-dex-test-get-device-dex-test","summary":"Get Device DEX test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"dex_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-test-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"device-dex-test-update-device-dex-test","summary":"Update Device DEX test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"dex_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"device-dex-test-delete-device-dex-test","summary":"Delete Device DEX test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"dex_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-delete-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_dex-response_collection"},{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/{device_id}/fleet-status/live":{"get":{"operationId":"devices-live-status","summary":"Get the latest status of a device.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"device_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device_id"}},{"name":"since_minutes","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_since_minutes"}},{"name":"time_now","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_time_now"},"deprecated":true,"x-stainless-deprecation-message":"This parameter is deprecated and will be removed in the future."},{"name":"colo","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/{device_id}/fleet-status/over-time":{"get":{"operationId":"dex-device-status-over-time","summary":"Get the status over time for a device","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"device_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device_id"}},{"name":"from","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"to","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"interval","in":"query","required":true,"schema":{"type":"string","enum":["minute","hour"]}},{"name":"colo","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_device_status_over_time_result"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices.over-time","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/{device_id}/isps":{"get":{"operationId":"dex-endpoints-list-device-isps","summary":"List device ISPs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"device_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"integer","maximum":50,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"sort_by","in":"query","schema":{"type":"string","default":"time_start","enum":["time_start"]}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"DESC","enum":["ASC","DESC"]}},{"name":"from","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"to","in":"query","schema":{"type":"string","format":"date-time"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_device_isps_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.isps","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/fleet-status/devices":{"get":{"operationId":"dex-fleet-status-devices","summary":"List details of devices using WARP.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"to","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"from","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"page","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_page"}},{"name":"per_page","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_per_page"}},{"name":"sort_by","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_sort_by"}},{"name":"colo","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"}},{"name":"device_id","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device_id"}},{"name":"mode","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_mode"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_status"}},{"name":"platform","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_platform"}},{"name":"version","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_version"}},{"name":"source","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_source"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_fleet_status_devices_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/fleet-status/live":{"get":{"operationId":"dex-fleet-status-live","summary":"Get live aggregate device details by dimension","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"since_minutes","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_since_minutes"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_fleet_status_live_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices.aggregates.live","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/fleet-status/over-time":{"get":{"operationId":"dex-fleet-status-over-time","summary":"Get over time aggregate details for devices by dimension","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"to","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"from","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"colo","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"}},{"name":"device_id","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_fleet_status_over_time_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices.aggregates.over-time","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/http-tests/{test_id}":{"get":{"operationId":"dex-endpoints-http-test-details","summary":"Get details and aggregate metrics for an http test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","required":true,"schema":{"type":"string","enum":["minute","hour"]}},{"name":"colo","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_http_details_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.http","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/http-tests/{test_id}/percentiles":{"get":{"operationId":"dex-endpoints-http-test-percentiles","summary":"Get percentiles for an http test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"colo","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_http_details_percentiles_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.http.percentiles","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/rules":{"get":{"operationId":"list-dex-rules","summary":"List DEX Rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","required":true,"schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"number","maximum":50,"minimum":1}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"ASC","enum":["ASC","DESC"]}},{"name":"sort_by","in":"query","schema":{"type":"string","default":"name","enum":["name","created_at","updated_at"]}},{"name":"name","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_list_rules_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"create-dex-rule","summary":"Create a DEX Rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_create_rule_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/dex/rules/{rule_id}":{"get":{"operationId":"get-dex-rule","summary":"Get DEX Rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"delete-dex-rule","summary":"Delete a DEX Rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"type":"boolean","nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"update-dex-rule","summary":"Update a DEX Rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_patch_rule_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/dex/tests/overview":{"get":{"operationId":"dex-endpoints-list-tests-overview","summary":"List DEX test analytics","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"colo","in":"query","schema":{"type":"string"}},{"name":"testName","in":"query","schema":{"type":"string"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"registration_id","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":10,"maximum":50,"minimum":1}},{"name":"kind","in":"query","schema":{"type":"string","enum":["http","traceroute"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_tests_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.overview.tests","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/tests/unique-devices":{"get":{"operationId":"dex-endpoints-tests-unique-devices","summary":"Get count of devices targeted","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"testName","in":"query","schema":{"type":"string"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_unique_devices_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.overview.tests.unique-devices","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/traceroute-test-results/{test_result_id}/network-path":{"get":{"operationId":"dex-endpoints-traceroute-test-result-network-path","summary":"Get details for a specific traceroute test run","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_result_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_traceroute_test_result_network_path_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.traceroute.network-path","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/traceroute-tests/{test_id}":{"get":{"operationId":"dex-endpoints-traceroute-test-details","summary":"Get details and aggregate metrics for a traceroute test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","required":true,"schema":{"type":"string","enum":["minute","hour"]}},{"name":"colo","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_traceroute_details_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.traceroute","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/traceroute-tests/{test_id}/network-path":{"get":{"operationId":"dex-endpoints-traceroute-test-network-path","summary":"Get network path breakdown for a traceroute test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","required":true,"schema":{"type":"string","enum":["minute","hour"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_traceroute_test_network_path_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests.network-path","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/traceroute-tests/{test_id}/percentiles":{"get":{"operationId":"dex-endpoints-traceroute-test-percentiles","summary":"Get percentiles for a traceroute test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"colo","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_traceroute_details_percentiles_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.traceroute.percentiles","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/warp-change-events":{"get":{"operationId":"list-warp-change-events","summary":"List WARP change events.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","required":true,"schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"number","maximum":50,"minimum":1}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","schema":{"type":"string","enum":["config","toggle"]}},{"name":"toggle","in":"query","schema":{"type":"string","enum":["on","off"]}},{"name":"config_name","in":"query","schema":{"type":"string"}},{"name":"account_name","in":"query","schema":{"type":"string"}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"ASC","enum":["ASC","DESC"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_warp_events_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["WARP Change Events"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.warp-change-events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/diagnostics/endpoint-healthchecks":{"get":{"operationId":"diagnostics-endpoint-healthcheck-list","summary":"List Endpoint Health Checks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-transit_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["Endpoint Health Checks"],"x-api-token-group":["Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"diagnostics-endpoint-healthcheck-create","summary":"Endpoint Health Check","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-transit_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["Endpoint Health Checks"],"x-api-token-group":["Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}":{"get":{"operationId":"diagnostics-endpoint-healthcheck-get","summary":"Get Endpoint Health Check","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_identifier"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-transit_traceroute_response_collection"},{"$ref":"#/components/schemas/magic-transit_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["Endpoint Health Checks"],"x-api-token-group":["Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/diagnostics/traceroute":{"post":{"operationId":"diagnostics-traceroute","summary":"Traceroute","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"colos":{"$ref":"#/components/schemas/magic-transit_colos"},"options":{"$ref":"#/components/schemas/magic-transit_options"},"targets":{"$ref":"#/components/schemas/magic-transit_targets"}},"required":["targets"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_traceroute_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-transit_traceroute_response_collection"},{"$ref":"#/components/schemas/magic-transit_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["Diagnostics"],"x-api-token-group":["Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/dlp/custom_prompt_topics":{"get":{"operationId":"dlp-custom-prompt-topics-list","summary":"List custom prompt topics","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dlp_CustomPromptTopic"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-custom-prompt-topics-create","summary":"Create custom prompt topic","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid"},"topic":{"type":"string","maxLength":50,"minLength":2}},"required":["name","enabled","topic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomPromptTopic"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}":{"get":{"operationId":"dlp-custom-prompt-topics-get","summary":"Get custom prompt topic","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomPromptTopic"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-custom-prompt-topics-update","summary":"Update custom prompt topic","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"topic":{"type":"string","maxLength":50,"minLength":2}},"required":["name","enabled","topic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomPromptTopic"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Write"],"x-stainless-skip":["terraform"]},"delete":{"operationId":"dlp-custom-prompt-topics-delete","summary":"Delete custom prompt topic","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/data_classes":{"get":{"operationId":"dlp-data-classes-list","summary":"Retrieve all data classes in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataClassArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-data-classes-create","summary":"Creates a new data class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewDataClass"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataClass"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_classes/{data_class_id}":{"get":{"operationId":"dlp-data-classes-read","summary":"Retrieve a specific data class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"data_class_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataClass"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-data-classes-update","summary":"Update the attributes of a single data class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"data_class_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DataClassUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataClass"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-data-classes-delete","summary":"Delete a single data class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"data_class_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_categories":{"get":{"operationId":"dlp-data-tag-categories-list","summary":"Retrieve all data tag categories in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategoryArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-data-tag-categories-create","summary":"Creates a new data tag category.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewDataTagCategory"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategory"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_categories/{category_id}":{"get":{"operationId":"dlp-data-tag-categories-read","summary":"Retrieve a specific data tag category.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategory"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-data-tag-categories-update","summary":"Update the attributes of a single data tag category.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DataTagCategoryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategory"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-data-tag-categories-delete","summary":"Delete a single data tag category.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags":{"get":{"operationId":"dlp-data-tags-list","summary":"Retrieve all data tags in a data tag category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-data-tags-create","summary":"Creates a new data tag.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewDataTag"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTag"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}":{"get":{"operationId":"dlp-data-tags-read","summary":"Retrieve a specific data tag.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"tag_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTag"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-data-tags-update","summary":"Update the attributes of a single data tag.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"tag_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DataTagUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTag"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-data-tags-delete","summary":"Delete a single data tag.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"tag_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_category_templates":{"get":{"operationId":"dlp-data-tag-category-templates-list","summary":"Retrieve all data tag category templates in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategoryTemplateArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Category Templates"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/data_tag_category_templates/{template_id}":{"get":{"operationId":"dlp-data-tag-category-template-read","summary":"Retrieve a specific data tag category template.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategoryTemplate"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Category Templates"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/datasets":{"get":{"operationId":"dlp-datasets-read-all","summary":"Fetch all datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-datasets-create","summary":"Create a new dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"encoding_version":{"type":"integer","format":"int32","minimum":0},"name":{"type":"string"},"secret":{"type":"boolean"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetCreation"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}":{"get":{"operationId":"dlp-datasets-read","summary":"Fetch a specific dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Dataset"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-datasets-update","summary":"Update details about a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"name":{"type":"string","nullable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Dataset"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-datasets-delete","summary":"Delete a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}/upload":{"post":{"operationId":"dlp-datasets-create-version","summary":"Prepare to upload a new version of a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetNewVersion"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}/upload/{version}":{"post":{"operationId":"dlp-datasets-upload-version","summary":"Upload a new version of a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"version","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"required":true,"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Dataset"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}":{"post":{"operationId":"dlp-datasets-define-columns","summary":"Sets the column information for a multi-column upload","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"version","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"allOf":[{"oneOf":[{"properties":{"entry_id":{"type":"string","format":"uuid"}},"required":["entry_id"],"title":"Existing Column","type":"object"},{"properties":{"entry_name":{"type":"string"}},"required":["entry_name"],"title":"New Column","type":"object"}]},{"properties":{"header_name":{"type":"string"},"num_cells":{"type":"integer","format":"int64","minimum":0}},"required":["header_name","num_cells"],"type":"object"}]}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetColumnArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}/entries/{entry_id}":{"post":{"operationId":"dlp-datasets-upload-dataset-column","summary":"Upload a new version of a multi-column dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"version","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetColumn"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/document_fingerprints":{"get":{"operationId":"dlp-document-fingerprints-read-all","summary":"Retrieve data about all document fingerprints.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprintArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-document-fingerprints-create","summary":"Creates a new document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"match_percent":{"type":"integer","format":"int32"},"name":{"type":"string"}},"required":["name","match_percent"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprint"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}":{"get":{"operationId":"dlp-document-fingerprints-read","summary":"Retrieve data about a specific document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"document_fingerprint_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprint"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-document-fingerprints-upload","summary":"Uploads a new version for a document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"document_fingerprint_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprintUpload"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Write"]},"post":{"operationId":"dlp-document-fingerprints-update","summary":"Update the attributes of a single document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"document_fingerprint_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateDocumentFingerprint"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprint"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-document-fingerprints-delete","summary":"Delete a single document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"document_fingerprint_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/email/account_mapping":{"get":{"operationId":"dlp-email-scanner-get-account-mapping","summary":"Get mapping","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_AddinAccountMapping"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-email-scanner-create-account-mapping","summary":"Create mapping","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateAddinAccountMapping"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_AddinAccountMapping"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/email/rules":{"get":{"operationId":"dlp-email-scanner-list-all-rules","summary":"List all email scanner rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRuleArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-email-scanner-create-rule","summary":"Create email scanner rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CreateEmailRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]},"patch":{"operationId":"dlp-email-scanner-update-rule-priorities","summary":"Update email scanner rule priorities","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateEmailRulePriorities"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/email/rules/{rule_id}":{"get":{"operationId":"dlp-email-scanner-get-rule","summary":"Get an email scanner rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"rule_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-email-scanner-update-rule","summary":"Update email scanner rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"rule_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CreateEmailRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-email-scanner-delete-rule","summary":"Delete email scanner rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"rule_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries":{"get":{"operationId":"dlp-entries-list-all-entries","summary":"List all entries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EntryWithUploadStatus"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-entries-create-entry","summary":"Create custom entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewEntry"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/custom/{entry_id}":{"put":{"operationId":"dlp-entries-update-custom-entry","summary":"Update custom entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CustomEntryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/integration":{"post":{"operationId":"dlp-entries-create-integration-entry","summary":"Create integration entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewPredefinedEntry"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_IntegrationEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Integration Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/integration/{entry_id}":{"put":{"operationId":"dlp-entries-update-integration-entry","summary":"Update integration entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedEntryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_IntegrationEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Integration Entries"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-entries-delete-integration-entry","summary":"Delete integration entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Integration Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/predefined":{"post":{"operationId":"dlp-entries-create-predefined-entry","summary":"Create predefined entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewPredefinedEntry"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Predefined Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/predefined/{entry_id}":{"put":{"operationId":"dlp-entries-update-predefined-entry","summary":"Update predefined entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedEntryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-entries-delete-predefined-entry","summary":"Delete predefined entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Predefined Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/{entry_id}":{"get":{"operationId":"dlp-entries-get-dlp-entry","summary":"Get DLP Entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EntryWithSharedProfiles"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-entries-update-entry","summary":"Update entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_EntryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Entry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-entries-delete-entry","summary":"Delete custom entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/limits":{"get":{"operationId":"dlp-limits-get","summary":"Fetch limits associated with DLP for account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Limits"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/dlp/patterns/validate":{"post":{"operationId":"dlp-pattern-validate","summary":"Validate a DLP regex pattern","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_RegexValidationQuery"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RegexValidationResult"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/payload_log":{"get":{"operationId":"dlp-payload-log-get","summary":"Get payload log settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PayloadLogSetting"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-payload-log-put","summary":"Set payload log settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PayloadLogSettingUpdateLegacy"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PayloadLogSetting"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles":{"get":{"operationId":"dlp-profiles-list-all-profiles","summary":"List all profiles","parameters":[{"name":"all","in":"query","schema":{"type":"boolean"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_ProfileArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/custom":{"get":{"operationId":"dlp-profiles-list-all-custom-profiles","summary":"List all custom profiles","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomProfileArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-profiles-create-custom-profiles","summary":"Create custom profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewCustomProfile"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/custom/{profile_id}":{"get":{"operationId":"dlp-profiles-get-custom-profile","summary":"Get custom profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-profiles-update-custom-profile","summary":"Update custom profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CustomProfileUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-profiles-delete-custom-profile","summary":"Delete custom profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/predefined":{"post":{"operationId":"dlp-profiles-create-predefined-profile","summary":"Create predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewPredefinedProfile"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}":{"get":{"operationId":"dlp-profiles-get-predefined-profile","summary":"Get predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-profiles-update-predefined-profile","summary":"Update predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedProfileUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-profiles-delete-predefined-profile","summary":"Delete predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config":{"get":{"operationId":"dlp-profiles-get-predefined-profile-config","summary":"Get predefined profile config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfig"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-profiles-update-predefined-profile-config","summary":"Update predefined profile config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfigUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfig"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]},"post":{"operationId":"dlp-profiles-create-predefined-profile-config","summary":"Create predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfigUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfig"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/{profile_id}":{"get":{"operationId":"dlp-profiles-get-dlp-profile","summary":"Get DLP Profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups":{"get":{"operationId":"dlp-sensitivity-groups-list","summary":"Retrieve all sensitivity groups in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroupArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-sensitivity-groups-create","summary":"Creates a new sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewSensitivityGroup"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroup"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups/templates":{"get":{"operationId":"dlp-sensitivity-group-templates-list","summary":"Retrieve all sensitivity group templates in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroupTemplateArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Group Templates"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/sensitivity_groups/templates/{template_id}":{"get":{"operationId":"dlp-sensitivity-group-template-read","summary":"Retrieve a specific sensitivity group template.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroupTemplate"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Group Templates"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}":{"get":{"operationId":"dlp-sensitivity-groups-read","summary":"Retrieve a specific sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroup"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-sensitivity-groups-update","summary":"Update the attributes of a single sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_SensitivityGroupUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroup"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-sensitivity-groups-delete","summary":"Delete a single sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/level_order":{"get":{"operationId":"dlp-sensitivity-groups-get-level-order","summary":"Retrieve the ordered list of level IDs for a sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevelOrder"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-sensitivity-groups-put-level-order","summary":"Set the ordering of levels within a sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_SensitivityLevelOrder"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevelOrder"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels":{"get":{"operationId":"dlp-sensitivity-levels-list","summary":"Retrieve all sensitivity levels in a sensitivity group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevelArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-sensitivity-levels-create","summary":"Creates a new sensitivity level.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewSensitivityLevel"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels/{sensitivity_level_id}":{"get":{"operationId":"dlp-sensitivity-levels-read","summary":"Retrieve a specific sensitivity level.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"sensitivity_level_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-sensitivity-levels-update","summary":"Update the attributes of a single sensitivity level.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"sensitivity_level_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_SensitivityLevelUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-sensitivity-levels-delete","summary":"Delete a single sensitivity level.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"sensitivity_level_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/settings":{"get":{"operationId":"dlp-settings-get","summary":"Get DLP account-level settings.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DlpSettings"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-settings-update","summary":"Update DLP account-level settings (full replacement).","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DlpSettingsUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DlpSettings"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-settings-delete","summary":"Delete (reset) DLP account-level settings to initial values.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DlpSettings"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]},"patch":{"operationId":"dlp-settings-edit","summary":"Partially update DLP account-level settings.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DlpSettingsUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DlpSettings"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dls/regional_services/prefix_bindings":{"get":{"operationId":"publicListPrefixBindings","summary":"List DLS prefix bindings for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_PrefixBindingPaginatedListResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.read"]},{"realmrootOidc":["dls.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Read","DLS: Write"]},"post":{"operationId":"publicCreatePrefixBinding","summary":"Create a DLS prefix binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_CreatePrefixBindingInput"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_PrefixBindingResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.write"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Write","IP Prefixes: Write"]}},"/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}":{"get":{"operationId":"publicGetPrefixBinding","summary":"Get a DLS prefix binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_PrefixBindingResponse"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.read"]},{"realmrootOidc":["dls.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Read","DLS: Write"]},"delete":{"operationId":"publicDeletePrefixBinding","summary":"Delete a DLS prefix binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_good_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.write"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Write","IP Prefixes: Write"]},"patch":{"operationId":"publicPatchPrefixBinding","summary":"Update a DLS prefix binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_UpdatePrefixBindingInput"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_PrefixBindingResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.write"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Write","IP Prefixes: Write"]}},"/accounts/{account_id}/dls/regions":{"get":{"operationId":"publicListRegions","summary":"List DLS regions for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}},{"name":"type","in":"query","schema":{"type":"string","enum":["managed","custom"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_RegionPublicPaginatedListResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.read"]},{"realmrootOidc":["dls.write"]}],"tags":["Regions"],"x-api-token-group":["DLS: Read","DLS: Write"]}},"/accounts/{account_id}/dls/regions/{region_id}":{"get":{"operationId":"publicGetRegion","summary":"Get a DLS region","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"region_id","in":"path","required":true,"schema":{"type":"string","maxLength":255}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_FetchPublicRegionResponse"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.read"]},{"realmrootOidc":["dls.write"]}],"tags":["Regions"],"x-api-token-group":["DLS: Read","DLS: Write"]}},"/accounts/{account_id}/dns_firewall":{"get":{"operationId":"dns-firewall-list-dns-firewall-clusters","summary":"List DNS Firewall Clusters","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_response_collection"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"dns-firewall-create-dns-firewall-cluster","summary":"Create DNS Firewall Cluster","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster-post"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/dns_firewall/{dns_firewall_id}":{"get":{"operationId":"dns-firewall-dns-firewall-cluster-details","summary":"DNS Firewall Cluster Details","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"dns-firewall-delete-dns-firewall-cluster","summary":"Delete DNS Firewall Cluster","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-firewall_identifier"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-firewall_identifier"}}}},"type":"object"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"dns-firewall-update-dns-firewall-cluster","summary":"Update DNS Firewall Cluster","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report":{"get":{"operationId":"dns-firewall-analytics-table","summary":"Table","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_metrics"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_dimensions"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_until"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_limit"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_sort"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_filters"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common-failure"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall Analytics"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"]}},"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report/bytime":{"get":{"operationId":"dns-firewall-analytics-by-time","summary":"By Time","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_metrics"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_dimensions"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_until"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_limit"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_sort"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_filters"}},{"name":"time_delta","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_time_delta"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report_bytime"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common-failure"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report_bytime"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall Analytics"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"]}},"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/reverse_dns":{"get":{"operationId":"dns-firewall-show-dns-firewall-cluster-reverse-dns","summary":"Show DNS Firewall Cluster Reverse DNS","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_reverse_dns_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_reverse_dns_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall.reverse-dns","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"dns-firewall-update-dns-firewall-cluster-reverse-dns","summary":"Update DNS Firewall Cluster Reverse DNS","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-reverse-dns-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_reverse_dns_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_reverse_dns_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall.reverse-dns","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/dns_records/usage":{"get":{"operationId":"dns-records-for-an-account-get-usage","summary":"Get DNS Record Usage for Account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_account_usage"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_account_usage"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-dns-settings.read"]},{"realmrootOidc":["account-dns-settings.write"]}],"tags":["DNS Records for an Account"],"x-api-token-group":["Account DNS Settings Write","Account DNS Settings Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.usage.account","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/dns_settings":{"get":{"operationId":"dns-settings-for-an-account-list-dns-settings","summary":"Show DNS Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-dns-settings.read"]},{"realmrootOidc":["account-dns-settings.write"]}],"tags":["DNS Settings for an Account"],"x-api-token-group":["Account DNS Settings Write","Account DNS Settings Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account","x-fern-sdk-method-name":"get"},"patch":{"operationId":"dns-settings-for-an-account-update-dns-settings","summary":"Update DNS Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_account_settings_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-dns-settings.write"]}],"tags":["DNS Settings for an Account"],"x-api-token-group":["Account DNS Settings Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account","x-fern-sdk-method-name":"edit"}},"/accounts/{account_id}/dns_settings/views":{"get":{"operationId":"dns-views-for-an-account-list-internal-dns-views","summary":"List Internal DNS Views","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"name.exact","in":"query","schema":{"type":"string"}},{"name":"name.contains","in":"query","schema":{"type":"string"}},{"name":"name.startswith","in":"query","schema":{"type":"string"}},{"name":"name.endswith","in":"query","schema":{"type":"string"}},{"name":"zone_id","in":"query","schema":{"type":"string"}},{"name":"zone_name","in":"query","schema":{"type":"string"}},{"name":"match","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_match"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_page"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_per_page"}},{"name":"order","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_order"}},{"name":"direction","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_direction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_view_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_view_response_collection"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write","DNS View Read"],"x-cfPermissionsRequired":{"enum":["#dns.view:list"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"list"},"post":{"operationId":"dns-views-for-an-account-create-internal-dns-views","summary":"Create Internal DNS View","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns-view-post"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write"],"x-cfPermissionsRequired":{"enum":["#dns.view:create"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/dns_settings/views/{view_id}":{"get":{"operationId":"dns-views-for-an-account-get-internal-dns-view","summary":"DNS Internal View Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}},{"name":"view_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write","DNS View Read"],"x-cfPermissionsRequired":{"enum":["#dns.view:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"get"},"delete":{"operationId":"dns-views-for-an-account-delete-internal-dns-view","summary":"Delete Internal DNS View","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}},{"name":"view_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-settings_identifier"}}}}}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-settings_identifier"}}}},"type":"object"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write"],"x-cfPermissionsRequired":{"enum":["#dns.view:delete"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"dns-views-for-an-account-update-internal-dns-view","summary":"Update Internal DNS View","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}},{"name":"view_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns-view-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write"],"x-cfPermissionsRequired":{"enum":["#dns.view:update"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"edit"}},"/accounts/{account_id}/email-security/investigate":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_investigate","summary":"Search email messages","parameters":[{"name":"start","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"end","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"query","in":"query","schema":{"type":"string"}},{"name":"detections_only","in":"query","schema":{"type":"boolean","default":true}},{"name":"final_disposition","in":"query","schema":{"type":"string","enum":["MALICIOUS","SUSPICIOUS","SPOOF","SPAM","BULK","NONE"]}},{"name":"metric","in":"query","schema":{"type":"string"}},{"name":"message_action","in":"query","schema":{"type":"string","enum":["PREVIEW","QUARANTINE_RELEASED","MOVED"]}},{"name":"recipient","in":"query","schema":{"type":"string"}},{"name":"sender","in":"query","schema":{"type":"string"}},{"name":"alert_id","in":"query","schema":{"type":"string"}},{"name":"domain","in":"query","schema":{"type":"string"}},{"name":"message_id","in":"query","schema":{"type":"string"}},{"name":"subject","in":"query","schema":{"type":"string"}},{"name":"delivery_status","in":"query","schema":{"$ref":"#/components/schemas/email-security_MessageDeliveryStatus"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/email-security_per_page"},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1,"nullable":true},"deprecated":true,"x-stainless-deprecation-message":"Use cursor pagination instead.","x-sunset":"2026-11-01"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MessageDetails"}},"result_info":{"$ref":"#/components/schemas/email-security_CursorResultInfo"}},"required":["result","result_info"],"type":"object"}]}}}},"202":{"headers":{"Location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"type":"string"},"maxItems":0},"result_info":{"$ref":"#/components/schemas/email-security_CursorResultInfo"}},"required":["result","result_info"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/bulk":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_get_bulk_jobs","summary":"List bulk action jobs","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"name":"action_type","in":"query","schema":{"type":"string","enum":["MOVE","RELEASE"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["PENDING","DISCOVERING","PROCESSING","COMPLETED","FAILED","CANCELLED","SKIPPED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_BulkJobDetail"}},"result_info":{"$ref":"#/components/schemas/email-security_CursorResultInfo"}},"required":["result","result_info"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_bulk_job","summary":"Create a bulk action job","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_BulkActionRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BulkJobDetail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/bulk/{job_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"get":{"operationId":"email_security_get_bulk_job","summary":"Get bulk action job details","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BulkJobDetail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/bulk/{job_id}/cancel":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"post":{"operationId":"email_security_cancel_bulk_job","summary":"Cancel a bulk action job","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BulkJobDetail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/bulk/{job_id}/messages":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"get":{"operationId":"email_security_get_bulk_job_messages","summary":"List messages for a bulk action job","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"name":"status","in":"query","schema":{"type":"string","enum":["PENDING","DISCOVERING","PROCESSING","COMPLETED","FAILED","CANCELLED","SKIPPED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_BulkActionMessageDetail"}},"result_info":{"$ref":"#/components/schemas/email-security_CursorResultInfo"}},"required":["result","result_info"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/move":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_post_bulk_move","summary":"Move multiple messages","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"ids":{"type":"array","items":{"$ref":"#/components/schemas/email-security_InvestigateId"},"x-auditable":true},"postfix_ids":{"type":"array","items":{"$ref":"#/components/schemas/email-security_PostfixId"},"deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `ids` instead."}},"required":["destination"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MoveResponseItem"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/preview":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_post_preview","summary":"Preview for non-detection messages","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postfix_id":{"$ref":"#/components/schemas/email-security_PostfixId"}},"required":["postfix_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessagePreview"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/release":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_post_release","summary":"Release messages from quarantine","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/email-security_InvestigateId"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ReleaseResponse"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.release","x-fern-sdk-method-name":"bulk","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}},{"$ref":"#/components/parameters/email-security_submission"}],"get":{"operationId":"email_security_get_message","summary":"Get message details","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessageDetails"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/action_log":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_action_log","summary":"Get action log for a message","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ActionEntry"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.get-action","x-fern-sdk-method-name":"log","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/detections":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_detections","summary":"Get message detection details","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessageDetectionDetails"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.detections","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/move":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"post":{"operationId":"email_security_post_message_move","summary":"Move a message","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"}},"required":["destination"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MoveResponseItem"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/preview":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_preview","summary":"Get email preview","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessagePreview"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.preview","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/raw":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_raw","summary":"Get raw email content","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessageRaw"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.raw","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/reclassify":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"post":{"operationId":"email_security_post_reclassify","summary":"Change email classification","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_ReclassifyRequest"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"object"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.reclassify","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/trace":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_trace","summary":"Get email trace","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessageTrace"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.trace","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/phishguard/reports":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_get_phishguard_reports","summary":"Get PhishGuard reports","parameters":[{"name":"start","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"end","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"from_date","in":"query","schema":{"type":"string","format":"date"},"deprecated":true,"x-stainless-deprecation-message":"Use `start` instead.","x-sunset":"2026-11-01"},{"name":"to_date","in":"query","schema":{"type":"string","format":"date"},"deprecated":true,"x-stainless-deprecation-message":"Use `end` instead.","x-sunset":"2026-11-01"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_PhishGuardReport"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/allow_policies":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_allow_policies","summary":"List email allow policies","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["pattern","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"is_exempt_recipient","in":"query","schema":{"type":"boolean"}},{"name":"is_trusted_sender","in":"query","schema":{"type":"boolean"}},{"name":"is_acceptable_sender","in":"query","schema":{"type":"boolean"}},{"name":"verify_sender","in":"query","schema":{"type":"boolean"}},{"name":"pattern_type","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/email-security_PatternType"}]}},{"name":"pattern","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_AllowPolicyList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"email_security_create_allow_policy","summary":"Create email allow policy","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateAllowPolicy"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_AllowPolicy"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/allow_policies/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_allow_policies","summary":"Batch allow policies operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_AllowPolicyId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateAllowPolicy"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicyId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateAllowPolicy"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicy"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicyId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedAllowPolicy"}},"patches":{"$ref":"#/components/schemas/email-security_AllowPolicyList"},"posts":{"$ref":"#/components/schemas/email-security_AllowPolicyList"},"puts":{"$ref":"#/components/schemas/email-security_AllowPolicyList"}}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.batch.allow.policies.batch","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_AllowPolicyId"}}],"get":{"operationId":"email_security_get_allow_policy","summary":"Get an email allow policy","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_AllowPolicy"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"email_security_delete_allow_policy","summary":"Delete an email allow policy","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedAllowPolicy"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"},"patch":{"operationId":"email_security_update_allow_policy","summary":"Update an email allow policy","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateAllowPolicy"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_AllowPolicy"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/block_senders":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_blocked_senders","summary":"List blocked email senders","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["pattern","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"pattern_type","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/email-security_PatternType"}]}},{"name":"pattern","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BlockedSenderList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_blocked_sender","summary":"Create blocked email sender","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateBlockedSender"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BlockedSender"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/block_senders/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_blocked_senders","summary":"Batch blocked senders operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_BlockedSenderId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateBlockedSender"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSenderId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateBlockedSender"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSender"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSenderId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedBlockedSender"}},"patches":{"$ref":"#/components/schemas/email-security_BlockedSenderList"},"posts":{"$ref":"#/components/schemas/email-security_BlockedSenderList"},"puts":{"$ref":"#/components/schemas/email-security_BlockedSenderList"}}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/block_senders/{pattern_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"pattern_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_BlockedSenderId"}}],"get":{"operationId":"email_security_get_blocked_sender","summary":"Get a blocked email sender","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BlockedSender"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_blocked_sender","summary":"Delete a blocked email sender","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedBlockedSender"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.block-senders","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"},"patch":{"operationId":"email_security_update_blocked_sender","summary":"Update a blocked email sender","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateBlockedSender"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BlockedSender"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.block-senders","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/domains":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_domains","summary":"List protected email domains","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["domain","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"allowed_delivery_mode","in":"query","schema":{"$ref":"#/components/schemas/email-security_DeliveryMode"}},{"name":"domain","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"active_delivery_mode","in":"query","schema":{"$ref":"#/components/schemas/email-security_DeliveryMode"}},{"name":"integration_id","in":"query","schema":{"type":"string","format":"uuid"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/email-security_DomainStatus"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DomainList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_domains","summary":"Add a new email domain","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateDomain"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_Domain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_domains","summary":"Unprotect multiple email domains","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"],"type":"object"},"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedDomain"}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"deprecated":true,"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/domains/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_domains","summary":"Batch domain operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateDomain"},{"properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateDomain"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_ReplaceDomain"},{"properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedDomain"}},"patches":{"$ref":"#/components/schemas/email-security_DomainList"},"posts":{"$ref":"#/components/schemas/email-security_DomainList"},"puts":{"$ref":"#/components/schemas/email-security_DomainList"}},"required":["deletes","patches","puts","posts"]}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/domains/{domain_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"domain_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_DomainId"}}],"get":{"operationId":"email_security_get_domain","summary":"Get an email domain","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_Domain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.domains","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"email_security_delete_domain","summary":"Unprotect an email domain","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"patch":{"operationId":"email_security_update_domain","summary":"Update an email domain","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateDomain"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_Domain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/domains/{domain_id}/verification":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"domain_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_DomainId"}}],"get":{"operationId":"email_security_get_domain_verification","summary":"Get domain verification details","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DomainVerificationInfo"}},"type":"object"}]}}}},"204":{},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/impersonation_registry":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_impersonation_registry","summary":"List entries in impersonation registry","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["name","email","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"provenance","in":"query","schema":{"$ref":"#/components/schemas/email-security_Provenance"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_ImpersonationRegistryList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_impersonation_registry","summary":"Create impersonation registry entry","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateImpersonationRegistry"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/impersonation_registry/{impersonation_registry_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"impersonation_registry_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_ImpersonationRegistryId"}}],"get":{"operationId":"email_security_get_impersonation_registry","summary":"Get an impersonation registry entry","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_impersonation_registry","summary":"Delete an impersonation registry entry","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedImpersonationRegistry"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"patch":{"operationId":"email_security_update_impersonation_registry","summary":"Update an impersonation registry entry","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateImpersonationRegistry"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/sending_domain_restrictions":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_sending_domain_restrictions","summary":"List sending domain restrictions","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["domain","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_sending_domain_restriction","summary":"Create a sending domain restriction","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateSendingDomainRestriction"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_sending_domain_restrictions","summary":"Batch sending domain restrictions operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}},"required":["id"],"type":"object"},"maxItems":1000}},"required":["deletes"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}},"required":["id"],"type":"object"}}},"required":["deletes"]}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"sending_domain_restriction_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}}],"get":{"operationId":"email_security_get_sending_domain_restriction","summary":"Get a sending domain restriction","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_sending_domain_restriction","summary":"Delete a sending domain restriction","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedSendingDomainRestriction"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"patch":{"operationId":"email_security_update_sending_domain_restriction","summary":"Update a sending domain restriction","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateSendingDomainRestriction"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/trusted_domains":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_trusted_domains","summary":"List trusted email domains","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["pattern","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"is_recent","in":"query","schema":{"type":"boolean"}},{"name":"is_similarity","in":"query","schema":{"type":"boolean"}},{"name":"pattern","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_TrustedDomainList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_trusted_domain","summary":"Create trusted email domain","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateTrustedDomain"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_TrustedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.trusted-domains","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/trusted_domains/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_trusted_domains","summary":"Batch trusted domains operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_TrustedDomainId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateTrustedDomain"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomainId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateTrustedDomain"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomain"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomainId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedTrustedDomain"}},"patches":{"$ref":"#/components/schemas/email-security_TrustedDomainList"},"posts":{"$ref":"#/components/schemas/email-security_TrustedDomainList"},"puts":{"$ref":"#/components/schemas/email-security_TrustedDomainList"}}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"trusted_domain_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_TrustedDomainId"}}],"get":{"operationId":"email_security_get_trusted_domain","summary":"Get a trusted email domain","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_TrustedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.trusted-domains","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"email_security_delete_trusted_domain","summary":"Delete a trusted email domain","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedTrustedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.trusted-domains","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"},"patch":{"operationId":"email_security_update_trusted_domain","summary":"Update a trusted email domain","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateTrustedDomain"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_TrustedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.trusted-domains","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/url_ignore_patterns":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_url_ignore_patterns","summary":"List URL ignore patterns","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_url_ignore_pattern","summary":"Create a URL ignore pattern","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateUrlIgnorePattern"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/url_ignore_patterns/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_url_ignore_patterns","summary":"Batch URL ignore patterns","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateUrlIgnorePattern"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateUrlIgnorePattern"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_CreateUrlIgnorePattern"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedUrlIgnorePattern"}},"patches":{"type":"array","items":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"puts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}}},"required":["deletes","patches","puts","posts"]}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"pattern_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}}],"get":{"operationId":"email_security_get_url_ignore_pattern","summary":"Get a URL ignore pattern","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_url_ignore_pattern","summary":"Delete a URL ignore pattern","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedUrlIgnorePattern"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"patch":{"operationId":"email_security_update_url_ignore_pattern","summary":"Update a URL ignore pattern","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateUrlIgnorePattern"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email/routing/addresses":{"get":{"operationId":"email-routing-destination-addresses-list-destination-addresses","summary":"List destination addresses","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}},{"name":"verified","in":"query","schema":{"type":"boolean","default":true,"enum":[true,false]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_addresses_response_collection"}}}}},"security":[{"realmrootOidc":["email-routing-address.read"]},{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write","Email Routing Addresses Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"email-routing-destination-addresses-create-a-destination-address","summary":"Create a destination address","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_create_destination_address_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_address_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}":{"get":{"operationId":"email-routing-destination-addresses-get-a-destination-address","summary":"Get a destination address","parameters":[{"name":"destination_address_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_destination_address_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_address_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-address.read"]},{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write","Email Routing Addresses Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"email-routing-destination-addresses-delete-destination-address","summary":"Delete destination address","parameters":[{"name":"destination_address_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_destination_address_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_address_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"email-routing-destination-addresses-update-destination-address","summary":"Update destination address","parameters":[{"name":"destination_address_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_destination_address_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_destination_address_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_address_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration":{"get":{"operationId":"r2-get-event-notification-configs","summary":"List Event Notification Rules","parameters":[{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_bucket-config"}},"type":"object"}]}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write","Workers R2 Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.event-notifications","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id}":{"get":{"operationId":"r2-get-event-notification-config","summary":"Get Event Notification Rule","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_queue_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"type":"string","default":"default","enum":["default","eu","fedramp"],"x-stainless-param":"jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_queues-config"}},"type":"object"}]}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write","Workers R2 Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.event-notifications","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"r2-put-event-notification-config","summary":"Create Event Notification Rule","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_queue_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"rules":{"type":"array","items":{"$ref":"#/components/schemas/r2_rule"},"minItems":1}},"required":["rules"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.event-notifications","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"r2-event-notification-delete-config","summary":"Delete Event Notification Rules","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_queue_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ruleIds":{"type":"array","items":{"type":"string"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.event-notifications","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/event_subscriptions/subscriptions":{"get":{"operationId":"subscriptions-list","summary":"List Event Subscriptions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"order","in":"query","schema":{"type":"string","default":"name","enum":["created_at","name","enabled","source"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mq_event-subscription"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}},"required":["count","total_count","page","per_page","total_pages"]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"subscriptions-create","summary":"Create Event Subscription","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"$ref":"#/components/schemas/mq_event-destination"},"enabled":{"type":"boolean","x-auditable":true},"events":{"type":"array","items":{"type":"string"},"minItems":1,"x-auditable":true},"name":{"type":"string","x-auditable":true},"source":{"$ref":"#/components/schemas/mq_event-source"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_event-subscription"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}},"405":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id}":{"get":{"operationId":"subscriptions-get","summary":"Get Event Subscription","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"subscription_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_event-subscription"}},"type":"object"}]}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"subscriptions-delete","summary":"Delete Event Subscription","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"subscription_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_event-subscription"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"subscriptions-patch","summary":"Update Event Subscription","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"subscription_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"$ref":"#/components/schemas/mq_event-destination"},"enabled":{"type":"boolean","x-auditable":true},"events":{"type":"array","items":{"type":"string"},"minItems":1,"x-auditable":true},"name":{"type":"string","x-auditable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_event-subscription"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-forge-params":{"enabled":{"default":null}}}},"/accounts/{account_id}/firewall/access_rules/rules":{"get":{"operationId":"ip-access-rules-for-an-account-list-ip-access-rules","summary":"List IP Access rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}},{"name":"mode","in":"query","schema":{"$ref":"#/components/schemas/firewall_schemas-mode"}},{"name":"configuration.target","in":"query","schema":{"type":"string","enum":["ip","ip_range","asn","country"]}},{"name":"configuration.value","in":"query","schema":{"type":"string"}},{"name":"notes","in":"query","schema":{"type":"string"}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"order","in":"query","schema":{"type":"string","enum":["configuration.target","configuration.value","mode"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write","Account Firewall Access Rules Read"],"x-cfPermissionsRequired":{"enum":["#waf:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"ip-access-rules-for-an-account-create-an-ip-access-rule","summary":"Create an IP Access rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"allOf":[{"$ref":"#/components/schemas/firewall_notes"},{"default":""}]}},"required":["mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPermissionsRequired":{"enum":["#waf:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/firewall/access_rules/rules/{rule_id}":{"get":{"operationId":"ip-access-rules-for-an-account-get-an-ip-access-rule","summary":"Get an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write","Account Firewall Access Rules Read"],"x-cfPermissionsRequired":{"enum":["#waf:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"ip-access-rules-for-an-account-delete-an-ip-access-rule","summary":"Delete an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single-id"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPermissionsRequired":{"enum":["#waf:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"ip-access-rules-for-an-account-update-an-ip-access-rule","summary":"Update an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_schemas-rule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPermissionsRequired":{"enum":["#waf:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps":{"get":{"operationId":"flagship_list_apps","summary":"List apps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/flagship_App"}},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"flagship_create_app","summary":"Create app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"}},"additionalProperties":false,"required":["name"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_App"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps/{app_id}":{"get":{"operationId":"flagship_get_app","summary":"Get app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_App"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"flagship_update_app","summary":"Update app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"}},"additionalProperties":false}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_App"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"flagship_delete_app","summary":"Delete app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_DeleteAppResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps/{app_id}/evaluate":{"get":{"operationId":"flagship_evaluate_flag","summary":"Evaluate flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flagKey","in":"query","required":true,"schema":{"type":"string"}},{"name":"targetingKey","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_EvaluationResult"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.evaluate"]},{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Evaluation"],"x-api-token-group":["Flagship Read","Flagship Write","Flagship Evaluate"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.evaluate"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.evaluate","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"flagship_evaluate_flag_post","summary":"Evaluate flag (POST)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"type":"object","default":{},"additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"}},"flagKey":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"}},"additionalProperties":false,"required":["flagKey"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_EvaluationResult"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.evaluate"]},{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Evaluation"],"x-api-token-group":["Flagship Read","Flagship Write","Flagship Evaluate"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.evaluate"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/flagship/apps/{app_id}/flags":{"get":{"operationId":"flagship_list_flags","summary":"List flags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_FlagsPage"},"result_info":{"$ref":"#/components/schemas/flagship_ResultInfo"},"success":{"type":"boolean"}},"required":["success","result","result_info","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"flagship_create_flag","summary":"Create flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_variation":{"type":"string","minLength":1},"enabled":{"type":"boolean"},"key":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"rules":{"type":"array","items":{"additionalProperties":false,"properties":{"conditions":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"$ref":"#/components/schemas/flagship_JsonValue"},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]}},"priority":{"type":"integer","minimum":1},"rollout":{"type":"object","additionalProperties":false,"properties":{"attribute":{"type":"string","minLength":1},"percentage":{"type":"number","maximum":100,"minimum":0}},"required":["percentage"]},"serve_variation":{"type":"string","minLength":1}},"required":["priority","conditions","serve_variation"],"type":"object"}},"type":{"type":"string","enum":["boolean","string","number","json"]},"variations":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"}}},"additionalProperties":false,"required":["key","default_variation","variations","rules","enabled"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_Flag"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}":{"get":{"operationId":"flagship_get_flag","summary":"Get flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flag_key","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_Flag"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"flagship_update_flag","summary":"Update flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flag_key","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_variation":{"type":"string","minLength":1},"enabled":{"type":"boolean"},"key":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"rules":{"type":"array","items":{"additionalProperties":false,"properties":{"conditions":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"$ref":"#/components/schemas/flagship_JsonValue"},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]}},"priority":{"type":"integer","minimum":1},"rollout":{"type":"object","additionalProperties":false,"properties":{"attribute":{"type":"string","minLength":1},"percentage":{"type":"number","maximum":100,"minimum":0}},"required":["percentage"]},"serve_variation":{"type":"string","minLength":1}},"required":["priority","conditions","serve_variation"],"type":"object"}},"type":{"type":"string","enum":["boolean","string","number","json"]},"variations":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"}}},"additionalProperties":false,"required":["key","default_variation","variations","rules","enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_Flag"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"flagship_delete_flag","summary":"Delete flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flag_key","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_DeleteFlagResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}/changelog":{"get":{"operationId":"flagship_get_flag_changelog","summary":"Get flag changelog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flag_key","in":"path","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_ChangelogPage"},"result_info":{"$ref":"#/components/schemas/flagship_ResultInfo"},"success":{"type":"boolean"}},"required":["success","result","result_info","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Changelog"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags.changelog","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/gateway":{"get":{"operationId":"zero-trust-accounts-get-zero-trust-account-information","summary":"Get Zero Trust account information","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_gateway_account"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"type":"object"},{"$ref":"#/components/schemas/zero-trust-gateway_gateway_account"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zero-trust-accounts-create-zero-trust-account","summary":"Create Zero Trust account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_gateway_account"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"type":"object"},{"$ref":"#/components/schemas/zero-trust-gateway_gateway_account"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/gateway/app_types":{"get":{"operationId":"zero-trust-gateway-application-and-application-type-mappings-list-application-and-application-type-mappings","summary":"List application and application type mappings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-7"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-7"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway application and application type mappings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.app-types","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/gateway/categories":{"get":{"operationId":"zero-trust-gateway-categories-list-categories","summary":"List categories","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-8"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-8"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway categories"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/dns_destination_ips":{"get":{"operationId":"zero-trust-dns-destination-ips-list-dns-destination-ips","summary":"List Zero Trust Gateway DNS destination IPv4 address pairs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-2"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway DNS destination IPv4 address pairs"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/egress_cidr_pairs":{"get":{"operationId":"zero-trust-accounts-get-egress-cidr-pairs","summary":"Get gateway egress CIDRs pairs assigned to this account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_gateway-account-egress-cidr-pair-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_gateway-account-egress-cidr-pair-list-response"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/locations":{"get":{"operationId":"zero-trust-gateway-locations-list-zero-trust-gateway-locations","summary":"List Zero Trust Gateway locations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-5"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-5"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"zero-trust-gateway-locations-create-zero-trust-gateway-location","summary":"Create a Zero Trust Gateway location","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"client_default":{"$ref":"#/components/schemas/zero-trust-gateway_client-default"},"dns_destination_ips_id":{"$ref":"#/components/schemas/zero-trust-gateway_dns-destination-ips-id-write"},"ecs_support":{"$ref":"#/components/schemas/zero-trust-gateway_ecs-support"},"endpoints":{"$ref":"#/components/schemas/zero-trust-gateway_endpoints"},"max_ttl":{"$ref":"#/components/schemas/zero-trust-gateway_max-ttl"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-2"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_networks"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.locations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/gateway/locations/{location_id}":{"get":{"operationId":"zero-trust-gateway-locations-zero-trust-gateway-location-details","summary":"Get Zero Trust Gateway location details","parameters":[{"name":"location_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"zero-trust-gateway-locations-update-zero-trust-gateway-location","summary":"Update a Zero Trust Gateway location","parameters":[{"name":"location_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"client_default":{"$ref":"#/components/schemas/zero-trust-gateway_client-default"},"dns_destination_ips_id":{"$ref":"#/components/schemas/zero-trust-gateway_dns-destination-ips-id-write"},"ecs_support":{"$ref":"#/components/schemas/zero-trust-gateway_ecs-support"},"endpoints":{"$ref":"#/components/schemas/zero-trust-gateway_endpoints"},"max_ttl":{"$ref":"#/components/schemas/zero-trust-gateway_max-ttl"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-2"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_networks"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.locations","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zero-trust-gateway-locations-delete-zero-trust-gateway-location","summary":"Delete a Zero Trust Gateway location","parameters":[{"name":"location_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_empty_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_empty_response"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.locations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/gateway/operations":{"get":{"operationId":"zero-trust-gateway-operations-list-zero-trust-gateway-operations","summary":"List Zero Trust Gateway operations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-4"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-4"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway operations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/operations/{operation_id}":{"get":{"operationId":"zero-trust-gateway-operations-zero-trust-gateway-operation-details","summary":"Zero Trust Gateway operation details","parameters":[{"name":"operation_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-2"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway operations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/pacfiles":{"get":{"operationId":"zero-trust-gateway-pacfiles-list","summary":"List PAC files","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-10"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-10"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zero-trust-gateway-pacfiles-create-pacfile","summary":"Create a PAC file","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contents":{"$ref":"#/components/schemas/zero-trust-gateway_contents"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-7"},"slug":{"type":"string","x-auditable":true}},"required":["name","contents"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/gateway/pacfiles/{pacfile_id}":{"get":{"operationId":"zero-trust-gateway-pacfiles-details","summary":"Get a PAC file","parameters":[{"name":"pacfile_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zero-trust-gateway-pacfiles-update","summary":"Update a Zero Trust Gateway PAC file","parameters":[{"name":"pacfile_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contents":{"$ref":"#/components/schemas/zero-trust-gateway_contents"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-7"}},"required":["name","description","contents"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zero-trust-gateway-pacfiles-delete","summary":"Delete a PAC file","parameters":[{"name":"pacfile_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_empty_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_empty_response"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/hyperdrive/configs":{"get":{"operationId":"list-hyperdrive","summary":"List Hyperdrives","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.read"]},{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write","Hyperdrive Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.list"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"list"},"post":{"operationId":"create-hyperdrive","summary":"Create Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"create","x-forge-params":{"mtls.mtls_certificate_id":{"flagName":"mtls-certificate-id"},"mtls.sslmode":{"choices":["require","verify-ca","verify-full"]}}}},"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}":{"get":{"operationId":"get-hyperdrive","summary":"Get Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.read"]},{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write","Hyperdrive Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"get"},"put":{"operationId":"update-hyperdrive","summary":"Replace Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"replace","x-forge-params":{"mtls.mtls_certificate_id":{"flagName":"mtls-certificate-id"},"mtls.sslmode":{"choices":["require","verify-ca","verify-full"]}}},"delete":{"operationId":"delete-hyperdrive","summary":"Delete Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"delete","x-forge-require-confirmation":"This operation deletes an existing Hyperdrive configuration."},"patch":{"operationId":"patch-hyperdrive","summary":"Update Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"update","x-forge-params":{"mtls.mtls_certificate_id":{"flagName":"mtls-certificate-id"},"mtls.sslmode":{"choices":["require","verify-ca","verify-full"]}}}},"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}/restart":{"post":{"operationId":"restart-hyperdrive","summary":"Restart Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"restart"}},"/accounts/{account_id}/hyperdrive/integrationsOperations/{integration}/createDatabaseSignature":{"post":{"operationId":"create-hyperdrive-database-signature","summary":"Create Database Signature","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"integration","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-integration"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database-signature-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-fern-availability":"beta","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"create-database-signature"}},"/accounts/{account_id}/iam/permission_groups":{"get":{"operationId":"account-permission-group-list","summary":"List Account Permission Groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"id","in":"query","schema":{"type":"string","maxLength":32,"minLength":32}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"label","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_collection_permission_groups_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Account Permission Groups"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.permission-group.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.permission-groups","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/iam/permission_groups/{permission_group_id}":{"get":{"operationId":"account-permission-group-details","summary":"Permission Group Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"permission_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_permission_group_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_permission_groups_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Account Permission Groups"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.permission-group.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.permission-groups","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/iam/resource_groups":{"get":{"operationId":"account-resource-group-list","summary":"List Resource Groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"id","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/iam_resource_group_identifier"}]}},{"name":"name","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_resource_group"}}},"type":"object"}],"title":"List of resource groups in the account."}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"account-resource-group-create","summary":"Create Resource Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_request_create_resource_group"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_resource_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/iam/resource_groups/{resource_group_id}":{"get":{"operationId":"account-resource-group-details","summary":"Resource Group Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"resource_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_resource_group_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_resource_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"account-resource-group-update","summary":"Update Resource Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"resource_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_resource_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_request_update_resource_group"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_resource_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"account-resource-group-delete","summary":"Remove Resource Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"resource_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_resource_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure? This action cannot be undone."}},"/accounts/{account_id}/iam/user_groups":{"get":{"operationId":"account-user-group-list","summary":"List User Groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"id","in":"query","schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"fuzzyName","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":100,"maximum":500,"minimum":1}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_groups"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"account-user-group-create","summary":"Create User Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_create_user_group_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/iam/user_groups/{user_group_id}":{"get":{"operationId":"account-user-group-details","summary":"User Group Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"account-user-group-update","summary":"Update User Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_update_user_group_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"account-user-group-delete","summary":"Remove User Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure? This action cannot be undone."}},"/accounts/{account_id}/iam/user_groups/{user_group_id}/members":{"get":{"operationId":"account-user-group-member-list","summary":"List User Group Members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":100,"maximum":500,"minimum":1}},{"name":"fuzzyEmail","in":"query","schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group_member"}}},"type":"object"}],"title":"List of members attached to a user group"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"account-user-group-members-update","summary":"Update User Group Members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/iam_user_group_member_identifier"}},"required":["id"],"type":"object"},"title":"Update User Group Members"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group_member"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"account-user-group-member-create","summary":"Add User Group Members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/iam_user_group_member_identifier"}},"required":["id"],"type":"object"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group_member"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/iam/user_groups/{user_group_id}/members/{member_id}":{"get":{"operationId":"account-user-group-member-get","summary":"Get User Group Member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}},{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_member_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group_member_detailed"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"account-user-group-member-delete","summary":"Remove User Group Member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}},{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_member_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group_member"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure? This action cannot be undone."}},"/accounts/{account_id}/images/v1":{"get":{"operationId":"cloudflare-images-list-images","summary":"List images","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":1000,"maximum":10000,"minimum":10}},{"name":"creator","in":"query","schema":{"type":"string","nullable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_images_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_images_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.v1","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-images-upload-an-image-via-url","summary":"Upload an image","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/images_image_basic_upload"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_response_single"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/direct_upload":{"post":{"operationId":"cloudflare-images-create-authenticated-direct-upload-url-v-1","summary":"Create authenticated direct upload URL V1","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_direct_upload_request_v1"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_direct_upload_response_v1"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_direct_upload_response_v1"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"images.v1.direct-uploads","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/images/v1/keys":{"get":{"operationId":"cloudflare-images-keys-list-signing-keys","summary":"List Signing Keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_key_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_key_response_collection"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Keys"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.keys","x-fern-sdk-method-name":"list","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/stats":{"get":{"operationId":"cloudflare-images-images-usage-statistics","summary":"Images usage statistics","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_images_stats_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_images_stats_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"stats","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/variants":{"get":{"operationId":"cloudflare-images-variants-list-variants","summary":"List variants","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"list","x-forge-hidden":false},"post":{"operationId":"cloudflare-images-variants-create-a-variant","summary":"Create a variant","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_definition"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_simple_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_simple_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/variants/{variant_id}":{"get":{"operationId":"cloudflare-images-variants-variant-details","summary":"Variant details","parameters":[{"name":"variant_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_variant_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_simple_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_simple_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"get","x-forge-hidden":false},"delete":{"operationId":"cloudflare-images-variants-delete-a-variant","summary":"Delete a variant","parameters":[{"name":"variant_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_variant_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_deleted_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"delete","x-forge-hidden":false,"x-forge-require-confirmation":"This operation will delete this variant."},"patch":{"operationId":"cloudflare-images-variants-update-a-variant","summary":"Update a variant","parameters":[{"name":"variant_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_variant_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_patch_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_simple_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_simple_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"edit","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/variants/{variant_id}/flat":{"get":{"operationId":"cloudflare-images-variants-variant-details-flat","summary":"Variant details (flat)","parameters":[{"name":"variant_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_variant_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_flat_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_flat_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.v1.variants-flat","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/images/v1/{image_id}":{"get":{"operationId":"cloudflare-images-image-details","summary":"Image details","parameters":[{"name":"image_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_response_single"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"get","x-forge-hidden":false},"delete":{"operationId":"cloudflare-images-delete-image","summary":"Delete image","parameters":[{"name":"image_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_deleted_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"delete","x-forge-hidden":false,"x-forge-require-confirmation":"This operation will delete this image."},"patch":{"operationId":"cloudflare-images-update-image","summary":"Update image","parameters":[{"name":"image_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_patch_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_response_single"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"edit","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/{image_id}/blob":{"get":{"operationId":"cloudflare-images-base-image","summary":"Download image","parameters":[{"name":"image_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"image/*":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_response_blob"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"get-blob","x-forge-hidden":false}},"/accounts/{account_id}/images/v2":{"get":{"operationId":"cloudflare-images-list-images-v2","summary":"List images V2","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"continuation_token","in":"query","schema":{"$ref":"#/components/schemas/images_images_list_continuation_token"}},{"name":"per_page","in":"query","schema":{"type":"number","default":1000,"maximum":10000,"minimum":10}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"creator","in":"query","schema":{"type":"string","nullable":true}},{"name":"meta.[]","in":"query","schema":{"type":"string"},"explode":true,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_images_list_response_v2"}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_images_list_response_v2"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_images_list_response_v2"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"list","x-forge-hidden":false}},"/accounts/{account_id}/images/v2/direct_upload":{"post":{"operationId":"cloudflare-images-create-authenticated-direct-upload-url-v-2","summary":"Create authenticated direct upload URL V2","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/images_image_direct_upload_request_v2"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_direct_upload_response_v2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_direct_upload_response_v2"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"direct-upload","x-forge-hidden":false}},"/accounts/{account_id}/images/v2/sourcingkit/migrations":{"get":{"operationId":"cloudflare-images-sourcingkit-list-migrations","summary":"List sourcing kit migrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"offset","in":"query","schema":{"type":"integer","default":0,"minimum":0}},{"name":"limit","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-images-sourcingkit-create-migration","summary":"Create a sourcing kit migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_create_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_create_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}":{"get":{"operationId":"cloudflare-images-sourcingkit-get-migration","summary":"Get sourcing kit migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_single_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-images-sourcingkit-delete-migration","summary":"Delete a sourcing kit migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_deleted_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle":{"get":{"operationId":"cloudflare-images-sourcingkit-get-migration-progress","summary":"Get migration progress","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_progress_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_progress_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations.lifecycle","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle/abort":{"patch":{"operationId":"cloudflare-images-sourcingkit-abort-migration","summary":"Abort a migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations.lifecycle","x-fern-sdk-method-name":"abort","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle/start":{"patch":{"operationId":"cloudflare-images-sourcingkit-start-migration","summary":"Start a migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations.lifecycle","x-fern-sdk-method-name":"start","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/logs":{"get":{"operationId":"cloudflare-images-sourcingkit-list-migration-logs","summary":"List migration logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}},{"name":"offset","in":"query","schema":{"type":"integer","default":0,"minimum":0}},{"name":"limit","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_log_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_log_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations.lifecycle","x-fern-sdk-method-name":"logs","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/sources":{"get":{"operationId":"cloudflare-images-sourcingkit-list-sources","summary":"List sourcing kit sources","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"offset","in":"query","schema":{"type":"integer","default":0,"minimum":0}},{"name":"limit","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}},{"name":"name","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_source_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-images-sourcingkit-create-source","summary":"Create a sourcing kit source","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_create_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_source_create_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/sources/connectivity-precheck":{"post":{"operationId":"cloudflare-images-sourcingkit-precheck-source-connectivity","summary":"Precheck source connectivity","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_connectivity_precheck_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_connectivity_check_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_connectivity_check_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"pre-check","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}":{"get":{"operationId":"cloudflare-images-sourcingkit-get-source","summary":"Get sourcing kit source","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"source_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_source_single_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-images-sourcingkit-delete-source","summary":"Delete a sourcing kit source","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"source_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_deleted_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"cloudflare-images-sourcingkit-update-source","summary":"Update a sourcing kit source","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"source_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_update_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_source_update_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}/connectivity":{"get":{"operationId":"cloudflare-images-sourcingkit-get-source-connectivity","summary":"Get source connectivity status","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"source_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_connectivity_check_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_connectivity_check_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"connectivity","x-forge-hidden":true}},"/accounts/{account_id}/intel/asn/{asn}":{"get":{"operationId":"asn-intelligence-get-asn-overview","summary":"Get ASN Overview.","parameters":[{"name":"asn","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_asn"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_asn_components-schemas-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_asn_components-schemas-response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["ASN Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.asn","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/asn/{asn}/subnets":{"get":{"operationId":"asn-intelligence-get-asn-subnets","summary":"Get ASN Subnets","parameters":[{"name":"asn","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_asn"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"asn":{"$ref":"#/components/schemas/intel_asn"},"count":{"$ref":"#/components/schemas/intel_count"},"ip_count_total":{"type":"integer"},"page":{"$ref":"#/components/schemas/intel_page"},"per_page":{"$ref":"#/components/schemas/intel_per_page"},"subnets":{"type":"array","items":{"type":"string"}}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"asn":{"$ref":"#/components/schemas/intel_asn"},"count":{"$ref":"#/components/schemas/intel_count"},"ip_count_total":{"type":"integer"},"page":{"$ref":"#/components/schemas/intel_page"},"per_page":{"$ref":"#/components/schemas/intel_per_page"},"subnets":{"type":"array","items":{"type":"string"}}},"type":"object"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["ASN Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.asn.subnets","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issue-types":{"get":{"operationId":"get-security-center-issue-types","summary":"Retrieves Security Center Issues Types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"items":{"type":"string"},"type":"array"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issue-types","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issues":{"get":{"operationId":"get-security-center-issues","summary":"Retrieves Security Center Issues","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"page","in":"query","schema":{"default":1,"allOf":[{"$ref":"#/components/schemas/security-center_page"}]}},{"name":"per_page","in":"query","schema":{"default":25,"allOf":[{"$ref":"#/components/schemas/security-center_perPage"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"properties":{"count":{"$ref":"#/components/schemas/security-center_count"},"issues":{"type":"array","items":{"$ref":"#/components/schemas/security-center_issue"}},"page":{"$ref":"#/components/schemas/security-center_page"},"per_page":{"$ref":"#/components/schemas/security-center_perPage"}},"type":"object"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issues","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issues/class":{"get":{"operationId":"get-security-center-issue-counts-by-class","summary":"Retrieves Security Center Issue Counts by Class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issues","x-fern-sdk-method-name":"class","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issues/severity":{"get":{"operationId":"get-security-center-issue-counts-by-severity","summary":"Retrieves Security Center Issue Counts by Severity","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issues","x-fern-sdk-method-name":"severity","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issues/type":{"get":{"operationId":"get-security-center-issue-counts-by-type","summary":"Retrieves Security Center Issue Counts by Type","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issues","x-fern-sdk-method-name":"type","x-forge-hidden":true}},"/accounts/{account_id}/intel/dns":{"get":{"operationId":"passive-dns-by-ip-get-passive-dns-by-ip","summary":"Get Passive DNS by IP","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"start_end_params","in":"query","schema":{"$ref":"#/components/schemas/intel_start_end_params"}},{"name":"ipv4","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"per_page","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_components-schemas-single_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Passive DNS by IP"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.dns","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/intel/domain":{"get":{"operationId":"domain-intelligence-get-domain-details","summary":"Get Domain Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"domain","in":"query","schema":{"type":"string"}},{"name":"skip_dns","in":"query","schema":{"type":"boolean"}},{"name":"skip_ranking","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_single_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Domain Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.domains","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/domain-history":{"get":{"operationId":"domain-history-get-domain-history","summary":"Get Domain History","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"domain","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Domain History"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.domain-history","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/domain/bulk":{"get":{"operationId":"domain-intelligence-get-multiple-domain-details","summary":"Get Multiple Domain Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"domain","in":"query","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"name":"include_ranking","in":"query","schema":{"type":"boolean","default":false}},{"name":"skip_ranking","in":"query","schema":{"type":"boolean"},"deprecated":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_collection_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Domain Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.domains.bulks","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/indicator-feeds":{"get":{"operationId":"custom-indicator-feeds-get-indicator-feeds","summary":"Get indicator feeds owned by this account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_response"},{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/indicator-feeds/permissions/view":{"get":{"operationId":"custom-indicator-feeds-view-permissions","summary":"List indicator feed permissions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_permission_list_item_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_permission_list_item_response"},{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/indicator-feeds/{feed_id}":{"get":{"operationId":"custom-indicator-feeds-get-indicator-feed-metadata","summary":"Get indicator feed metadata","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}},{"name":"feed_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_feed_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_metadata_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_metadata_response"},{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/indicator-feeds/{feed_id}/data":{"get":{"operationId":"custom-indicator-feeds-get-indicator-feed-data","summary":"Get indicator feed data","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}},{"name":"feed_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_feed_id"}}],"responses":{"200":{"content":{"text/csv":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/indicator-feeds/{feed_id}/download":{"get":{"operationId":"custom-indicator-feeds-download-indicator-feed-data","summary":"Download indicator feed data","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}},{"name":"feed_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_feed_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_update_feed_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/ip":{"get":{"operationId":"ip-intelligence-get-ip-overview","summary":"Get IP Overview","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"ipv4","in":"query","schema":{"type":"string"}},{"name":"ipv6","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_schemas-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_schemas-response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["IP Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.ips","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/ip-lists":{"get":{"operationId":"ip-list-get-ip-lists","summary":"Get Available IP Lists","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_components-schemas-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_components-schemas-response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["IP List"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.ip-lists","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/sinkholes":{"get":{"operationId":"sinkhole-config-list-sinkholes","summary":"List sinkholes owned by this account","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write","Intel Read"]},"post":{"operationId":"sinkhole-config-create-sinkhole","summary":"Create a new sinkhole for your account","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_create_params"}}}},"responses":{"201":{"headers":{"Location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]}},"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}":{"get":{"operationId":"sinkhole-config-get-sinkhole","summary":"Get a sinkhole","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write","Intel Read"]},"put":{"operationId":"sinkhole-config-update-sinkhole","summary":"Update a sinkhole","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_create_params"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_single_empty"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]},"delete":{"operationId":"sinkhole-config-delete-sinkhole","summary":"Delete a sinkhole","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_single_empty"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]}},"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}/ingresses":{"get":{"operationId":"sinkhole-config-list-sinkhole-ingresses","summary":"List ingresses for a sinkhole","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/url":{"get":{"operationId":"url-intelligence-get-url-intelligence","summary":"Get URL Intelligence","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"url","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_url_intelligence_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_url_intelligence_single_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["URL Intelligence"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/whois":{"get":{"operationId":"whois-record-get-whois-record","summary":"Get WHOIS Record","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-whois_identifier"}},{"name":"domain","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-whois_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_schemas-single_response"},{"$ref":"#/components/schemas/cloudforce-one-whois_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["WHOIS Record"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.whois","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/load_balancers":{"get":{"operationId":"account-load-balancers-list-account-load-balancers","summary":"List Account Load Balancers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write","Load Balancers Account Read"]},"post":{"operationId":"account-load-balancers-create-account-load-balancer","summary":"Create Account Load Balancer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer-editable"},{"required":["name","default_pools","fallback_pool"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write"]}},"/accounts/{account_id}/load_balancers/monitors":{"get":{"operationId":"account-load-balancer-monitors-list-monitors","summary":"List Monitors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"post":{"operationId":"account-load-balancer-monitors-create-monitor","summary":"Create Monitor","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/accounts/{account_id}/load_balancers/monitors/{monitor_id}":{"get":{"operationId":"account-load-balancer-monitors-monitor-details","summary":"Monitor Details","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"put":{"operationId":"account-load-balancer-monitors-update-monitor","summary":"Update Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"delete":{"operationId":"account-load-balancer-monitors-delete-monitor","summary":"Delete Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"account-load-balancer-monitors-patch-monitor","summary":"Patch Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/accounts/{account_id}/load_balancers/monitors/{monitor_id}/references":{"get":{"operationId":"account-load-balancer-monitors-list-monitor-references","summary":"List Monitor References","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-references-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-references-response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/pools":{"get":{"operationId":"account-load-balancer-pools-list-pools","summary":"List Pools","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"monitor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"post":{"operationId":"account-load-balancer-pools-create-pool","summary":"Create Pool","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}},"required":["origins","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"account-load-balancer-pools-patch-pools","summary":"Patch Pools","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"string","properties":{"notification_email":{"$ref":"#/components/schemas/load-balancing_patch_pools_notification_email"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/accounts/{account_id}/load_balancers/pools/{pool_id}":{"get":{"operationId":"account-load-balancer-pools-pool-details","summary":"Pool Details","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"put":{"operationId":"account-load-balancer-pools-update-pool","summary":"Update Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}},"required":["origins","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"delete":{"operationId":"account-load-balancer-pools-delete-pool","summary":"Delete Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"account-load-balancer-pools-patch-pool","summary":"Patch Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/accounts/{account_id}/load_balancers/pools/{pool_id}/health":{"get":{"operationId":"account-load-balancer-pools-pool-health-details","summary":"Pool Health Details","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_health_details"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_health_details"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/pools/{pool_id}/references":{"get":{"operationId":"account-load-balancer-pools-list-pool-references","summary":"List Pool References","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_pools-references-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_pools-references-response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/preview/{preview_id}":{"get":{"operationId":"account-load-balancer-monitors-preview-result","summary":"Preview Result","parameters":[{"name":"preview_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-preview_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_preview_result_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_preview_result_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/regions":{"get":{"operationId":"load-balancer-regions-list-regions","summary":"List Regions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"subdivision_code","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_subdivision_code_a2"}},{"name":"subdivision_code_a2","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_subdivision_code_a2"}},{"name":"country_code_a2","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_region_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_region_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Regions"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/regions/{region_id}":{"get":{"operationId":"load-balancer-regions-get-region","summary":"Get Region","parameters":[{"name":"region_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_region_code"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Regions"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/search":{"get":{"operationId":"account-load-balancer-search-search-resources","summary":"Search Resources","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"query","in":"query","schema":{"type":"string","default":""}},{"name":"references","in":"query","schema":{"type":"string","default":"","enum":["","*","referral","referrer"]}},{"name":"page","in":"query","schema":{"type":"number","minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":25,"maximum":1000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"$ref":"#/components/schemas/load-balancing_search_result"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"$ref":"#/components/schemas/load-balancing_search_result"}]},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Search"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/usage":{"get":{"operationId":"account-load-balancers-list-load-balancer-usage","summary":"List Load Balancer Usage","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-usage_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-usage_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/{load_balancer_id}":{"get":{"operationId":"account-load-balancers-account-load-balancer-details","summary":"Account Load Balancer Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write","Load Balancers Account Read"]},"put":{"operationId":"account-load-balancers-update-account-load-balancer","summary":"Update Account Load Balancer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer-editable"},{"required":["name","default_pools","fallback_pool"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write"]},"delete":{"operationId":"account-load-balancers-delete-account-load-balancer","summary":"Delete Account Load Balancer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_components-schemas-id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write"]},"patch":{"operationId":"account-load-balancers-patch-account-load-balancer","summary":"Patch Account Load Balancer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write"]}},"/accounts/{account_id}/logpush/datasets/{dataset_id}/fields":{"get":{"operationId":"get-accounts-account_id-logpush-datasets-dataset_id-fields","summary":"List fields","parameters":[{"name":"dataset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_dataset"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_field_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.read"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-datasets.fields","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/logpush/datasets/{dataset_id}/jobs":{"get":{"operationId":"get-accounts-account_id-logpush-datasets-dataset_id-jobs","summary":"List Logpush jobs for a dataset","parameters":[{"name":"dataset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_dataset"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-datasets.jobs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/logpush/jobs":{"get":{"operationId":"get-accounts-account_id-logpush-jobs","summary":"List Logpush jobs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"post-accounts-account_id-logpush-jobs","summary":"Create Logpush job","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"dataset":{"$ref":"#/components/schemas/logpush_dataset"},"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"filter":{"$ref":"#/components/schemas/logpush_filter"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logpush/jobs/{job_id}":{"get":{"operationId":"get-accounts-account_id-logpush-jobs-job_id","summary":"Get Logpush job details","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"put-accounts-account_id-logpush-jobs-job_id","summary":"Update Logpush job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"filter":{"$ref":"#/components/schemas/logpush_filter"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"delete-accounts-account_id-logpush-jobs-job_id","summary":"Delete Logpush job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/logpush_id"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/logpush/ownership":{"post":{"operationId":"post-accounts-account_id-logpush-ownership","summary":"Get ownership challenge","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_get_ownership_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-ownership","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logpush/ownership/validate":{"post":{"operationId":"post-accounts-account_id-logpush-ownership-validate","summary":"Validate ownership challenge","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}},"required":["destination_conf","ownership_challenge"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_ownership_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-ownership.validate","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logpush/validate/destination":{"post":{"operationId":"delete-accounts-account_id-logpush-validate-destination","summary":"Validate destination","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-validate.destination","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/logpush/validate/destination/exists":{"post":{"operationId":"delete-accounts-account_id-logpush-validate-destination-exists","summary":"Check destination exists","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_destination_exists_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-validate","x-fern-sdk-method-name":"destination-exists-delete","x-forge-hidden":true}},"/accounts/{account_id}/logpush/validate/origin":{"post":{"operationId":"post-accounts-account_id-logpush-validate-origin","summary":"Validate origin","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"}},"required":["logpull_options"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-validate.origin","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logs/audit":{"get":{"operationId":"audit-logs-v2-get-account-audit-logs","summary":"Get account audit logs (Version 2)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"action_result","in":"query","schema":{"type":"array","items":{"enum":["success","failure"],"type":"string"}}},{"name":"action_type","in":"query","schema":{"type":"array","items":{"enum":["create","delete","view","update"],"type":"string"}}},{"name":"actor_context","in":"query","schema":{"type":"array","items":{"enum":["api_key","api_token","dash","oauth","origin_ca_key"],"type":"string"}}},{"name":"actor_email","in":"query","schema":{"type":"array","items":{"format":"email","type":"string"}}},{"name":"actor_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_ip_address","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_token_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_token_name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_type","in":"query","schema":{"type":"array","items":{"enum":["account","cloudflare_admin","system","user"],"type":"string"}}},{"name":"audit_log_id","in":"query","schema":{"type":"array","items":{"type":"string"},"deprecated":true}},{"name":"id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_cf_ray_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_method","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_status_code","in":"query","schema":{"type":"array","items":{"type":"integer"}}},{"name":"raw_uri","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_product","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_type","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_scope","in":"query","schema":{"type":"array","items":{"enum":["accounts","user","zones","memberships"],"type":"string"}}},{"name":"product_category","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"zone_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"zone_name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"account_name.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"action_result.not","in":"query","schema":{"type":"array","items":{"enum":["success","failure"],"type":"string"}}},{"name":"action_type.not","in":"query","schema":{"type":"array","items":{"enum":["create","delete","view","update"],"type":"string"}}},{"name":"actor_context.not","in":"query","schema":{"type":"array","items":{"enum":["api_key","api_token","dash","oauth","origin_ca_key"],"type":"string"}}},{"name":"actor_email.not","in":"query","schema":{"type":"array","items":{"format":"email","type":"string"}}},{"name":"actor_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_ip_address.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_token_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_token_name.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_type.not","in":"query","schema":{"type":"array","items":{"enum":["account","cloudflare_admin","system","user"],"type":"string"}}},{"name":"audit_log_id.not","in":"query","schema":{"type":"array","items":{"type":"string"},"deprecated":true}},{"name":"id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_cf_ray_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_method.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_status_code.not","in":"query","schema":{"type":"array","items":{"type":"integer"}}},{"name":"raw_uri.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_product.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_type.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_scope.not","in":"query","schema":{"type":"array","items":{"enum":["accounts","user","zones","memberships"],"type":"string"}}},{"name":"zone_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"zone_name.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"since","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"before","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["desc","asc"]}},{"name":"limit","in":"query","schema":{"type":"number","default":100,"maximum":1000,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit-logs-v2-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"accounts.logs.audit","x-fern-sdk-method-name":"list"}},"/accounts/{account_id}/logs/audit/product_categories":{"get":{"operationId":"audit-logs-v2-list-account-product-categories","summary":"List account audit log product categories (Version 2)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit-logs-v2-product-categories-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/logs/audit/{id}/history":{"get":{"operationId":"audit-logs-v2-get-account-audit-log-history","summary":"Get resource change history from an account audit log entry (Version 2)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"action_time","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"since","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"before","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["desc","asc"]}},{"name":"limit","in":"query","schema":{"type":"number","default":100,"maximum":1000,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit-logs-v2-history-response-collection"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit-logs-v2-history-not-found"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/logs/control/cmb/config":{"get":{"operationId":"get-accounts-account_id-logs-control-cmb-config","summary":"Get CMB config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_cmb_config_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Logcontrol CMB config for an account"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read","#analytics:read"]}},"post":{"operationId":"post-accounts-account_id-logs-control-cmb-config","summary":"Update CMB config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_cmb_config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_cmb_config_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logcontrol CMB config for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]}},"delete":{"operationId":"delete-accounts-account_id-logs-control-cmb-config","summary":"Delete CMB config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logcontrol CMB config for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]}}},"/accounts/{account_id}/logs/explorer/datasets":{"get":{"operationId":"accounts-logs-explorer-datasets-list","summary":"List account datasets","parameters":[{"$ref":"#/components/parameters/lex_AccountID"},{"name":"include_zones","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetSummaryListResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"accounts-logs-explorer-datasets-create","summary":"Create an account dataset","parameters":[{"$ref":"#/components/parameters/lex_AccountID"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_CreateDatasetRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"},"409":{"$ref":"#/components/responses/lex_Conflict"}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logs/explorer/datasets/available":{"get":{"operationId":"accounts-logs-explorer-datasets-available-list","summary":"List available account datasets","parameters":[{"$ref":"#/components/parameters/lex_AccountID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_AvailableDestinationListResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets.available","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/logs/explorer/datasets/{dataset_id}":{"get":{"operationId":"accounts-logs-explorer-datasets-get","summary":"Get an account dataset","parameters":[{"$ref":"#/components/parameters/lex_AccountID"},{"$ref":"#/components/parameters/lex_DatasetID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"accounts-logs-explorer-datasets-update","summary":"Update an account dataset","parameters":[{"$ref":"#/components/parameters/lex_AccountID"},{"$ref":"#/components/parameters/lex_DatasetID"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_UpdateDatasetRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/logs/explorer/query/sql":{"get":{"operationId":"accounts-logs-explorer-query-get","summary":"Run a log query","parameters":[{"$ref":"#/components/parameters/lex_AccountID"},{"name":"query","in":"query","required":true,"schema":{"type":"string","maxLength":4096}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_QueryResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest"},"403":{"$ref":"#/components/responses/lex_Forbidden"},"404":{"$ref":"#/components/responses/lex_NotFound"},"507":{"$ref":"#/components/responses/lex_ResourcesExhausted"}},"deprecated":true,"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Queries"],"x-api-token-group":["Logs Write","Logs Read"],"x-auditable":false,"x-fern-ignore":true},"post":{"operationId":"accounts-logs-explorer-query-post","summary":"Run a log query","parameters":[{"$ref":"#/components/parameters/lex_AccountID"}],"requestBody":{"required":true,"content":{"text/plain":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_QueryResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest"},"403":{"$ref":"#/components/responses/lex_Forbidden"},"404":{"$ref":"#/components/responses/lex_NotFound"},"507":{"$ref":"#/components/responses/lex_ResourcesExhausted"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Queries"],"x-api-token-group":["Logs Write","Logs Read"],"x-auditable":false,"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer","x-fern-sdk-method-name":"query","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/logs/list":{"get":{"operationId":"logpull-list-log-files","summary":"List log files","parameters":[{"$ref":"#/components/parameters/logpull_account_id"},{"$ref":"#/components/parameters/logpull_accessKeyIdHeader"},{"$ref":"#/components/parameters/logpull_secretAccessKeyHeader"},{"$ref":"#/components/parameters/logpull_startParam"},{"$ref":"#/components/parameters/logpull_endParam"},{"$ref":"#/components/parameters/logpull_bucketParam"},{"$ref":"#/components/parameters/logpull_prefixParam"},{"$ref":"#/components/parameters/logpull_limitParam"}],"responses":{"200":{"$ref":"#/components/responses/logpull_ListKeysOKResponse"},"400":{"$ref":"#/components/responses/logpull_BadRequestResponse"},"401":{"$ref":"#/components/responses/logpull_UnauthorizedResponse"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Logpull"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logs.list","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/logs/retrieve":{"get":{"operationId":"logpull-retrieve-logs","summary":"Retrieve logs","parameters":[{"$ref":"#/components/parameters/logpull_account_id"},{"$ref":"#/components/parameters/logpull_accessKeyIdHeader"},{"$ref":"#/components/parameters/logpull_secretAccessKeyHeader"},{"$ref":"#/components/parameters/logpull_startParam"},{"$ref":"#/components/parameters/logpull_endParam"},{"$ref":"#/components/parameters/logpull_bucketParam"},{"$ref":"#/components/parameters/logpull_prefixParam"}],"responses":{"200":{"$ref":"#/components/responses/logpull_RetrieveLogsOKResponse"},"400":{"$ref":"#/components/responses/logpull_BadRequestResponse"},"401":{"$ref":"#/components/responses/logpull_UnauthorizedResponse"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Logpull"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logs.retrieve","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules":{"get":{"operationId":"listDnsProtectionRulesForAccount","summary":"List all DNS Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_dns-protection-rule-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createDnsProtectionRule","summary":"Create DNS Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewDnsProtectionRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_dns-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteDnsProtectionRulesForAccount","summary":"Delete all DNS Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id}":{"get":{"operationId":"getDnsProtectionRule","summary":"Get DNS Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_dns-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteDnsProtectionRule","summary":"Delete DNS Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules.delete.protection","x-fern-sdk-method-name":"rule","x-forge-hidden":true},"patch":{"operationId":"updateDnsProtectionRule","summary":"Update DNS Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_DnsProtectionRuleUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_dns-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist":{"get":{"operationId":"listAllowlistPrefixesForAccount","summary":"List all allowlist prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string"},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_infra-prefix-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createAllowlistedPrefix","summary":"Create allowlist prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewInfraPrefix"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_infra-prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteAllowlistPrefixesForAccount","summary":"Delete all allowlist prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id}":{"get":{"operationId":"getAllowlistPrefix","summary":"Get allowlist prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_infra-prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteAllowlistPrefix","summary":"Delete allowlist prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist.delete.allowlist","x-fern-sdk-method-name":"prefix","x-forge-hidden":true},"patch":{"operationId":"updateAllowlistPrefix","summary":"Update allowlist prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_InfraPrefixUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_infra-prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes":{"get":{"operationId":"listPrefixesForAccount","summary":"List all prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createPrefix","summary":"Create prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewPrefix"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deletePrefixesForAccount","summary":"Delete all prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/bulk":{"post":{"operationId":"bulkCreatePrefixes","summary":"Create multiple prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/dos_NewPrefix"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes.bulk","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id}":{"get":{"operationId":"getPrefix","summary":"Get prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deletePrefix","summary":"Delete prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"]},"patch":{"operationId":"updatePrefix","summary":"Update prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_PrefixUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters":{"get":{"operationId":"listSynProtectionFiltersForAccount","summary":"List all SYN Protection filters.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"mode","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createSynProtectionFilter","summary":"Create a SYN Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewExpressionFilter"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteSynProtectionFiltersForAccount","summary":"Delete all SYN Protection filters.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id}":{"get":{"operationId":"getSynProtectionFilter","summary":"Get SYN Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteSynProtectionFilter","summary":"Delete SYN Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters.delete.protection","x-fern-sdk-method-name":"filter","x-forge-hidden":true},"patch":{"operationId":"updateSynProtectionFilter","summary":"Update SYN Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_ExpressionFilterUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules":{"get":{"operationId":"listSynProtectionRulesForAccount","summary":"List all SYN Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_syn-protection-rule-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createSynProtectionRule","summary":"Create SYN Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewSynProtectionRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_syn-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteSynProtectionRulesForAccount","summary":"Delete all SYN Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}":{"get":{"operationId":"getSynProtectionRule","summary":"Get SYN Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_syn-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteSynProtectionRule","summary":"Delete SYN Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules.delete.protection","x-fern-sdk-method-name":"rule","x-forge-hidden":true},"patch":{"operationId":"updateSynProtectionRule","summary":"Update SYN Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_SynProtectionRuleUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_syn-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters":{"get":{"operationId":"listTcpFlowProtectionFiltersForAccount","summary":"List all TCP Flow Protection filters.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"mode","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createTcpFlowProtectionFilter","summary":"Create a TCP Flow Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewExpressionFilter"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteTcpFlowProtectionFiltersForAccount","summary":"Delete all TCP Flow Protection filters.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id}":{"get":{"operationId":"getTcpFlowProtectionFilter","summary":"Get TCP Flow Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteTcpFlowProtectionFilter","summary":"Delete TCP Flow Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters.delete.protection","x-fern-sdk-method-name":"filter","x-forge-hidden":true},"patch":{"operationId":"updateTcpFlowProtectionFilter","summary":"Update TCP Flow Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_ExpressionFilterUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules":{"get":{"operationId":"listTcpFlowProtectionRulesForAccount","summary":"List all TCP Flow Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_tcp-flow-protection-rule-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createTcpFlowProtectionRule","summary":"Create TCP Flow Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewTcpFlowProtectionRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_tcp-flow-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteTcpFlowProtectionRulesForAccount","summary":"Delete all TCP Flow Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}":{"get":{"operationId":"getTcpFlowProtectionRule","summary":"Get TCP Flow Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_tcp-flow-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteTcpFlowProtectionRule","summary":"Delete TCP Flow Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules.delete.protection","x-fern-sdk-method-name":"rule","x-forge-hidden":true},"patch":{"operationId":"updateTcpFlowProtectionRule","summary":"Update TCP Flow Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_TcpFlowProtectionRuleUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_tcp-flow-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_protection_status":{"get":{"operationId":"getProtectionStatus","summary":"Get protection status.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_protection-status-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.protection.status","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"updateProtectionStatus","summary":"Update protection status.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_UpdateProtectionStatus"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_protection-status-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.protection.status","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/apps":{"get":{"operationId":"magic-account-apps-list-apps","summary":"List Apps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_apps_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Account Apps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.apps","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-account-apps-add-app","summary":"Create a new App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_add_single_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Account Apps"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.apps","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/apps/{account_app_id}":{"put":{"operationId":"magic-account-apps-update-app","summary":"Update an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Account Apps"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.apps","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-account-apps-delete-app","summary":"Delete Account App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Account Apps"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.apps","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/cf1_sites":{"get":{"operationId":"magic-cf1-sites-list-cf1-sites","summary":"List CF1 Sites","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_sites_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"magic-cf1-sites-create-cf1-sites","summary":"Create CF1 Sites","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/magic_cf1_site"},"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_sites_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}":{"get":{"operationId":"magic-cf1-sites-get-cf1-site","summary":"Get CF1 Site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"delete":{"operationId":"magic-cf1-sites-delete-cf1-site","summary":"Delete CF1 Site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"patch":{"operationId":"magic-cf1-sites-update-cf1-site","summary":"Update CF1 Site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_update"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps":{"get":{"operationId":"magic-cf1-sites-list-cf1-site-ramps","summary":"List CF1 Site Ramps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_ramps_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Site Ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps/{ramp_id}":{"get":{"operationId":"magic-cf1-sites-get-cf1-site-ramp","summary":"Get CF1 Site Ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"ramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_ramp_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Site Ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"delete":{"operationId":"magic-cf1-sites-delete-cf1-site-ramp","summary":"Delete CF1 Site Ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"ramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_ramp_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Site Ramps"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/cf_interconnects":{"get":{"operationId":"magic-interconnects-list-interconnects","summary":"List interconnects","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_components-schemas-tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_components-schemas-tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.cf-interconnects","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"magic-interconnects-update-multiple-interconnects","summary":"Update multiple interconnects","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_components-schemas-modified_tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_components-schemas-modified_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Interconnects"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.cf-interconnects","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true}},"/accounts/{account_id}/magic/cf_interconnects/{cf_interconnect_id}":{"get":{"operationId":"magic-interconnects-list-interconnect-details","summary":"List interconnect Details","parameters":[{"name":"cf_interconnect_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_components-schemas-tunnel_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_components-schemas-tunnel_single_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.cf-interconnects","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-interconnects-update-interconnect","summary":"Update interconnect","parameters":[{"name":"cf_interconnect_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_interconnect_tunnel_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_components-schemas-tunnel_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_components-schemas-tunnel_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Interconnects"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.cf-interconnects","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/cloud/catalog-syncs":{"get":{"operationId":"catalog-syncs-list","summary":"List Catalog Syncs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_catalog_syncs_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"post":{"operationId":"catalog-syncs-create","summary":"Create Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"forwarded","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_catalog_sync_request"}}}},"responses":{"201":{"headers":{"location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/catalog-syncs/prebuilt-policies":{"get":{"operationId":"catalog-syncs-prebuilt-policies-list","summary":"List Prebuilt Policies","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"destination_type","in":"query","schema":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_type"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_catalog_syncs_prebuilt_policies_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}":{"get":{"operationId":"catalog-syncs-read","summary":"Read Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"put":{"operationId":"catalog-syncs-update","summary":"Update Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_catalog_sync_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]},"delete":{"operationId":"catalog-syncs-delete","summary":"Delete Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}},{"name":"delete_destination","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_delete_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]},"patch":{"operationId":"catalog-syncs-patch","summary":"Patch Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_catalog_sync_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}/refresh":{"post":{"operationId":"catalog-syncs-refresh","summary":"Run Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_refresh_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps":{"get":{"operationId":"onramps-list","summary":"List On-ramps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"order_by","in":"query","schema":{"type":"string"}},{"name":"desc","in":"query","schema":{"type":"boolean"}},{"name":"status","in":"query","schema":{"type":"boolean"}},{"name":"vpcs","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_list_onramps_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"post":{"operationId":"onramps-create","summary":"Create On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"forwarded","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_onramp_request"}}}},"responses":{"201":{"headers":{"location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space":{"get":{"operationId":"onramps-mwan-addr-space-read","summary":"Read Magic WAN Address Space","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_get_magic_wan_address_space_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"put":{"operationId":"onramps-mwan-addr-space-update","summary":"Update Magic WAN Address Space","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_magic_wan_address_space_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_magic_wan_address_space_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]},"patch":{"operationId":"onramps-mwan-addr-space-patch","summary":"Patch Magic WAN Address Space","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_magic_wan_address_space_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_magic_wan_address_space_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}":{"get":{"operationId":"onramps-read","summary":"Read On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}},{"name":"status","in":"query","schema":{"type":"boolean"}},{"name":"vpcs","in":"query","schema":{"type":"boolean"}},{"name":"post_apply_resources","in":"query","schema":{"type":"boolean"}},{"name":"planned_resources","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_get_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"put":{"operationId":"onramps-update","summary":"Update On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_onramp_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]},"delete":{"operationId":"onramps-delete","summary":"Delete On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}},{"name":"destroy","in":"query","schema":{"type":"boolean"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_delete_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]},"patch":{"operationId":"onramps-patch","summary":"Patch On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_onramp_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/apply":{"post":{"operationId":"onramps-apply","summary":"Apply On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_good_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/export":{"post":{"operationId":"onramps-export","summary":"Export as Terraform","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"responses":{"201":{"headers":{"Content-Disposition":{"schema":{"type":"string"}}},"content":{"application/zip":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/plan":{"post":{"operationId":"onramps-plan","summary":"Plan On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_good_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/providers":{"get":{"operationId":"providers-list","summary":"List Cloud Integrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"status","in":"query","schema":{"type":"boolean"}},{"name":"order_by","in":"query","schema":{"type":"string"}},{"name":"desc","in":"query","schema":{"type":"boolean"}},{"name":"cloudflare","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_providers_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"post":{"operationId":"providers-create","summary":"Create Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"forwarded","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_provider_request"}}}},"responses":{"201":{"headers":{"location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/providers/discover":{"post":{"operationId":"providers-discover-all","summary":"Run Discovery for All Integrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_good_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/providers/{provider_id}":{"get":{"operationId":"providers-read","summary":"Read Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}},{"name":"status","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"put":{"operationId":"providers-update","summary":"Update Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_provider_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]},"delete":{"operationId":"providers-delete","summary":"Delete Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_delete_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]},"patch":{"operationId":"providers-patch","summary":"Patch Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_provider_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/providers/{provider_id}/initial_setup":{"get":{"operationId":"providers-initial-setup","summary":"Get Cloud Integration Setup Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_provider_initial_setup_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/cloud/resources":{"get":{"operationId":"resources-catalog-list","summary":"List Resources","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"query","schema":{"type":"string"}},{"name":"resource_type","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_type"}}},{"name":"resource_id","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}}},{"name":"region","in":"query","schema":{"type":"string"}},{"name":"resource_group","in":"query","schema":{"type":"string"}},{"name":"managed","in":"query","schema":{"type":"boolean"}},{"name":"search","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"order_by","in":"query","schema":{"type":"string"}},{"name":"desc","in":"query","schema":{"type":"boolean"}},{"name":"per_page","in":"query","schema":{"type":"integer","minimum":1}},{"name":"page","in":"query","schema":{"type":"integer","minimum":1}},{"name":"cloudflare","in":"query","schema":{"type":"boolean"}},{"name":"v2","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_resources_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Resources"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/cloud/resources/export":{"get":{"operationId":"resources-catalog-export","summary":"Export Resources","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"query","schema":{"type":"string"}},{"name":"resource_type","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_type"}}},{"name":"resource_id","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}}},{"name":"region","in":"query","schema":{"type":"string"}},{"name":"resource_group","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"order_by","in":"query","schema":{"type":"string"}},{"name":"desc","in":"query","schema":{"type":"boolean"}},{"name":"v2","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"headers":{"Content-Disposition":{"schema":{"type":"string"}}},"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Resources"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/cloud/resources/{resource_id}":{"get":{"operationId":"resources-catalog-read","summary":"Read Resource","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"resource_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_resource_id"}},{"name":"v2","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_resource_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Resources"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/connectors":{"get":{"operationId":"mconn-connectors-list","summary":"List Connectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"device_type","in":"query","schema":{"type":"string","enum":["MANAGED","LICENSED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_list_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"mconn-connectors-create","summary":"Create Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_create_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}":{"get":{"operationId":"mconn-connectors-get","summary":"Get Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_get_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"mconn-connectors-update","summary":"Update Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_update_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"mconn-connectors-delete","summary":"Delete Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_delete_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"mconn-connectors-edit","summary":"Edit Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_edit_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_edit_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/interrupts":{"get":{"operationId":"mconn-connector-interrupts-list","summary":"List Interrupts","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_connector_interrupts_list_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-interrupts","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events":{"get":{"operationId":"mconn-connector-telemetry-events-list","summary":"List Events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":true,"schema":{"type":"number"}},{"name":"to","in":"query","required":true,"schema":{"type":"number"}},{"name":"limit","in":"query","schema":{"type":"number"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"k","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_events_list_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-telemetry-events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/latest":{"get":{"operationId":"mconn-connector-telemetry-events-latest-get","summary":"Get latest Events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_events_latest_get_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-ignore":true,"x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/{event_t}.{event_n}":{"get":{"operationId":"mconn-connector-telemetry-events-get","summary":"Get Event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_t","in":"path","required":true,"schema":{"type":"number"}},{"name":"event_n","in":"path","required":true,"schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_events_get_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-telemetry-events","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots":{"get":{"operationId":"mconn-connector-telemetry-snapshots-list","summary":"List Snapshots","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":true,"schema":{"type":"number"}},{"name":"to","in":"query","required":true,"schema":{"type":"number"}},{"name":"limit","in":"query","schema":{"type":"number"}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_snapshots_list_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-telemetry-snapshots","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/latest":{"get":{"operationId":"mconn-connector-telemetry-snapshots-latest-get","summary":"Get latest Snapshots","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_snapshots_latest_get_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-ignore":true,"x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/{snapshot_t}":{"get":{"operationId":"mconn-connector-telemetry-snapshots-get","summary":"Get Snapshot","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"snapshot_t","in":"path","required":true,"schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_snapshots_get_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-telemetry-snapshots","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/magic/gre_tunnels":{"get":{"operationId":"magic-gre-tunnels-list-gre-tunnels","summary":"List GRE tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"magic-gre-tunnels-update-multiple-gre-tunnels","summary":"Update multiple GRE tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_modified_tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_modified_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"magic-gre-tunnels-create-gre-tunnels","summary":"Create a GRE tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_create_gre_tunnel_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_create_gre_tunnel_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}":{"get":{"operationId":"magic-gre-tunnels-list-gre-tunnel-details","summary":"List GRE Tunnel Details","parameters":[{"name":"gre_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_tunnel_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnel_single_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-gre-tunnels-update-gre-tunnel","summary":"Update GRE Tunnel","parameters":[{"name":"gre_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_gre_tunnel_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_tunnel_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnel_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-gre-tunnels-delete-gre-tunnel","summary":"Delete GRE Tunnel","parameters":[{"name":"gre_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_tunnel_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnel_deleted_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/ipsec_tunnels":{"get":{"operationId":"magic-ipsec-tunnels-list-ipsec-tunnels","summary":"List IPsec tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"magic-ipsec-tunnels-update-multiple-ipsec-tunnels","summary":"Update multiple IPsec tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-modified_tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-modified_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"magic-ipsec-tunnels-create-ipsec-tunnels","summary":"Create an IPsec tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_ipsec_tunnel_add_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-create_ipsec_tunnel_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-create_ipsec_tunnel_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/ipsec_tunnels/psk":{"post":{"operationId":"magic-ipsec-tunnels-set-pre-shared-keys-for-ipsec-tunnels","summary":"Set Pre-Shared Keys (PSK) for IPsec tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"validate_only","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_ipsec_tunnels_psk_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_ipsec_tunnels_psk_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}":{"get":{"operationId":"magic-ipsec-tunnels-list-ipsec-tunnel-details","summary":"List IPsec tunnel details","parameters":[{"name":"ipsec_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-tunnel_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-tunnel_single_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-ipsec-tunnels-update-ipsec-tunnel","summary":"Update IPsec Tunnel","parameters":[{"name":"ipsec_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_ipsec_tunnel_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-tunnel_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-tunnel_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-ipsec-tunnels-delete-ipsec-tunnel","summary":"Delete IPsec Tunnel","parameters":[{"name":"ipsec_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-tunnel_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-tunnel_deleted_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}/psk_generate":{"post":{"operationId":"magic-ipsec-tunnels-generate-pre-shared-key-(-psk)-for-ipsec-tunnels","summary":"Generate Pre-Shared Key (PSK) for IPsec tunnels","parameters":[{"name":"ipsec_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_psk_generation_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_psk_generation_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"psk-generate","x-forge-hidden":true}},"/accounts/{account_id}/magic/routes":{"get":{"operationId":"magic-static-routes-list-routes","summary":"List Routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_routes_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_routes_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"magic-static-routes-update-many-routes","summary":"Update Many Routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_update_many_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_multiple_route_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_multiple_route_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"magic-static-routes-create-routes","summary":"Create a Route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_create_route_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_create_route_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_routes_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"magic-static-routes-delete-many-routes","summary":"Delete Many Routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_delete_many_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_multiple_route_delete_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_multiple_route_delete_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"empty","x-forge-hidden":true}},"/accounts/{account_id}/magic/routes/{route_id}":{"get":{"operationId":"magic-static-routes-route-details","summary":"Route Details","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_route_single_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-static-routes-update-route","summary":"Update Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_route_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-static-routes-delete-route","summary":"Delete Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_route_deleted_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites":{"get":{"operationId":"magic-sites-list-sites","summary":"List Sites","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"connectorid","in":"query","schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_sites_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-sites-create-site","summary":"Create a new Site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_sites_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}":{"get":{"operationId":"magic-sites-site-details","summary":"Site Details","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-sites-update-site","summary":"Update Site","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-sites-delete-site","summary":"Delete Site","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-sites-patch-site","summary":"Patch Site","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/acls":{"get":{"operationId":"magic-site-acls-list-acls","summary":"List Site ACLs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acls_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-site-acls-create-acl","summary":"Create a new Site ACL","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acls_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}":{"get":{"operationId":"magic-site-acls-acl-details","summary":"Site ACL Details","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-site-acls-update-acl","summary":"Update Site ACL","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-acls-delete-acl","summary":"Delete Site ACL","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-site-acls-patch-acl","summary":"Patch Site ACL","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/app_configs":{"get":{"operationId":"magic-site-app-configs-list-app-configs","summary":"List App Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_configs_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site App Configs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.app-configuration","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-site-app-configs-add-app-config","summary":"Create a new App Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_add_single_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site App Configs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.app-configuration","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/app_configs/{app_config_id}":{"put":{"operationId":"magic-site-app-configs-update-app-config","summary":"Update an App Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"app_config_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site App Configs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.app-configuration","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-app-configs-delete-app-config","summary":"Delete App Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"app_config_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site App Configs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.app-configuration","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/lans":{"get":{"operationId":"magic-site-lans-list-lans","summary":"List Site LANs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lans_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-site-lans-create-lan","summary":"Create a new Site LAN","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lans_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lans_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}":{"get":{"operationId":"magic-site-lans-lan-details","summary":"Site LAN Details","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"lan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-site-lans-update-lan","summary":"Update Site LAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"lan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-lans-delete-lan","summary":"Delete Site LAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"lan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-site-lans-patch-lan","summary":"Patch Site LAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"lan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/netflow_config":{"get":{"operationId":"magic-site-netflow-config-details","summary":"NetFlow Configuration Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site NetFlow Config"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.netflow-config","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-site-netflow-config-update-netflow-config","summary":"Update NetFlow Configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site NetFlow Config"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.netflow-config","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-netflow-config-delete-netflow-config","summary":"Delete NetFlow Configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site NetFlow Config"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.netflow-config","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-site-netflow-config-patch-netflow-config","summary":"Update NetFlow Configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site NetFlow Config"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.netflow-config","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/wans":{"get":{"operationId":"magic-site-wans-list-wans","summary":"List Site WANs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wans_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-site-wans-create-wan","summary":"Create a new Site WAN","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wans_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wans_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}":{"get":{"operationId":"magic-site-wans-wan-details","summary":"Site WAN Details","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"wan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-site-wans-update-wan","summary":"Update Site WAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"wan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-wans-delete-wan","summary":"Delete Site WAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"wan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-site-wans-patch-wan","summary":"Patch Site WAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"wan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/media/usage":{"get":{"operationId":"usage-analytics-get-account-media-usage","summary":"Get account Media usage","parameters":[{"$ref":"#/components/parameters/usage-analytics_account_id"},{"$ref":"#/components/parameters/usage-analytics_metrics"},{"$ref":"#/components/parameters/usage-analytics_since"},{"$ref":"#/components/parameters/usage-analytics_until"},{"$ref":"#/components/parameters/usage-analytics_time_delta"},{"$ref":"#/components/parameters/usage-analytics_limit"},{"$ref":"#/components/parameters/usage-analytics_filters"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_stream_usage_response"}}}},"400":{"$ref":"#/components/responses/usage-analytics_bad_request"},"401":{"$ref":"#/components/responses/usage-analytics_unauthorized"},"403":{"$ref":"#/components/responses/usage-analytics_forbidden"}},"security":[{"realmrootOidc":["images.read"]}],"tags":["Usage Analytics"],"x-api-token-group":["Images Read"]}},"/accounts/{account_id}/members":{"get":{"operationId":"account-members-list-members","summary":"List Members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"order","in":"query","schema":{"enum":["user.first_name","user.last_name","user.email","status"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["accepted","pending","rejected"]}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_collection_member_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"account-members-add-member","summary":"Add Member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/iam_create-member-with-roles"},{"$ref":"#/components/schemas/iam_create-member-with-policies"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_member_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/members/{member_id}":{"get":{"operationId":"account-members-member-details","summary":"Member Details","parameters":[{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_member_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"account-members-update-member","summary":"Update Member","parameters":[{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/iam_update-member-with-roles"},{"$ref":"#/components/schemas/iam_update-member-with-policies"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_member_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"account-members-remove-member","summary":"Remove Member","parameters":[{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/mnm/config":{"get":{"operationId":"magic-network-monitoring-configuration-list-account-configuration","summary":"List account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.read"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write","Magic Network Monitoring Config Read"]},"put":{"operationId":"magic-network-monitoring-configuration-update-an-entire-account-configuration","summary":"Update an entire account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_sampling":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_default_sampling"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_name"},"router_ips":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ips"},"warp_devices":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_devices"}},"required":["name","default_sampling"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]},"post":{"operationId":"magic-network-monitoring-configuration-create-account-configuration","summary":"Create account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_sampling":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_default_sampling"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_name"},"router_ips":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ips"},"warp_devices":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_devices"}},"required":["name","default_sampling"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin"]},"delete":{"operationId":"magic-network-monitoring-configuration-delete-account-configuration","summary":"Delete account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin"]},"patch":{"operationId":"magic-network-monitoring-configuration-update-account-configuration-fields","summary":"Update account configuration fields","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_sampling":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_default_sampling"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_name"},"router_ips":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ips"},"warp_devices":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_devices"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]}},"/accounts/{account_id}/mnm/config/full":{"get":{"operationId":"magic-network-monitoring-configuration-list-rules-and-account-configuration","summary":"List rules and account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.read"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write","Magic Network Monitoring Config Read"]}},"/accounts/{account_id}/mnm/rules":{"get":{"operationId":"magic-network-monitoring-rules-list-rules","summary":"List rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.read"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write","Magic Network Monitoring Config Read"]},"put":{"operationId":"magic-network-monitoring-rules-update-rules","summary":"Update rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]},"post":{"operationId":"magic-network-monitoring-rules-create-rules","summary":"Create rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin"]}},"/accounts/{account_id}/mnm/rules/bulk":{"put":{"operationId":"magic-network-monitoring-rules-update-rules-bulk","summary":"Update rules in bulk","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"},"maxItems":100,"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]},"post":{"operationId":"magic-network-monitoring-rules-create-rules-bulk","summary":"Create rules in bulk","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"},"maxItems":100,"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin"]}},"/accounts/{account_id}/mnm/rules/{rule_id}":{"get":{"operationId":"magic-network-monitoring-rules-get-rule","summary":"Get rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.read"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write","Magic Network Monitoring Config Read"]},"delete":{"operationId":"magic-network-monitoring-rules-delete-rule","summary":"Delete rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin"]},"patch":{"operationId":"magic-network-monitoring-rules-update-rule","summary":"Update rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]}},"/accounts/{account_id}/mnm/rules/{rule_id}/advertisement":{"patch":{"operationId":"magic-network-monitoring-rules-update-advertisement-for-rule","summary":"Update advertisement for rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_advertisement_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_advertisement_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]}},"/accounts/{account_id}/mnm/vpc-flows/token":{"post":{"operationId":"magic-network-monitoring-vpc-flows-generate-authentication-token","summary":"Generate authentication token for VPC flow logs export.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_vpc_flows_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_vpc_flows_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring VPC Flow logs"],"x-api-token-group":["Magic Network Monitoring Admin"]}},"/accounts/{account_id}/mtls_certificates":{"get":{"operationId":"m-tls-certificate-management-list-m-tls-certificates","summary":"List mTLS certificates","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"type","in":"query","schema":{"type":"array","items":{"enum":["custom","gateway_managed","access_managed"],"type":"string"}},"explode":false,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-5"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-5"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"m-tls-certificate-management-upload-m-tls-certificate","summary":"Upload mTLS certificate","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ca":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ca"},"certificates":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificates-2"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name-2"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-4"}},"required":["certificates","ca"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single_post"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single_post"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}":{"get":{"operationId":"m-tls-certificate-management-get-m-tls-certificate","summary":"Get mTLS certificate","parameters":[{"name":"mtls_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-5"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-5"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"m-tls-certificate-management-delete-m-tls-certificate","summary":"Delete mTLS certificate","parameters":[{"name":"mtls_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-5"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-5"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}/associations":{"get":{"operationId":"m-tls-certificate-management-list-m-tls-certificate-associations","summary":"List mTLS certificate associations","parameters":[{"name":"mtls_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_association_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_association_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates.associations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/organizations":{"get":{"operationId":"Accounts_listAccountOrganizations","summary":"List account organizations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_Organization"}},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Accounts"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"organizations.account-organizations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects":{"get":{"operationId":"pages-project-get-projects","summary":"Get projects","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/pages_project"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"pages-project-create-project","summary":"Create project","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"build_config":{"type":"object","properties":{"build_caching":{"type":"boolean","x-auditable":true},"build_command":{"type":"string","x-auditable":true},"destination_dir":{"type":"string","x-auditable":true},"root_dir":{"type":"string","x-auditable":true},"web_analytics_tag":{"type":"string","nullable":true,"x-auditable":true},"web_analytics_token":{"type":"string","nullable":true,"x-sensitive":true}}},"deployment_configs":{"type":"object","properties":{"preview":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values_request"}]},"production":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values_request"}]}}},"name":{"type":"string","x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"source":{"type":"object","properties":{"config":{"type":"object","properties":{"deployments_enabled":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `production_deployments_enabled` and `preview_deployment_setting` for more granular control."},"owner":{"type":"string","x-auditable":true},"owner_id":{"type":"string","x-auditable":true},"path_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"path_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"pr_comments_enabled":{"type":"boolean","x-auditable":true},"preview_branch_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_branch_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_deployment_setting":{"type":"string","enum":["all","none","custom"],"x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"production_deployments_enabled":{"type":"boolean","x-auditable":true},"repo_id":{"type":"string","x-auditable":true},"repo_name":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["github","gitlab"],"x-auditable":true}},"required":["type","config"]}},"required":["name","production_branch"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}":{"get":{"operationId":"pages-project-get-project","summary":"Get project","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"pages-project-delete-project","summary":"Delete project","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"pages-project-update-project","summary":"Update project","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"build_config":{"type":"object","properties":{"build_caching":{"type":"boolean","x-auditable":true},"build_command":{"type":"string","x-auditable":true},"destination_dir":{"type":"string","x-auditable":true},"root_dir":{"type":"string","x-auditable":true},"web_analytics_tag":{"type":"string","nullable":true,"x-auditable":true},"web_analytics_token":{"type":"string","nullable":true,"x-sensitive":true}}},"deployment_configs":{"type":"object","properties":{"preview":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values_request"}]},"production":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values_request"}]}}},"name":{"type":"string","x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"source":{"type":"object","properties":{"config":{"type":"object","properties":{"deployments_enabled":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `production_deployments_enabled` and `preview_deployment_setting` for more granular control."},"owner":{"type":"string","x-auditable":true},"owner_id":{"type":"string","x-auditable":true},"path_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"path_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"pr_comments_enabled":{"type":"boolean","x-auditable":true},"preview_branch_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_branch_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_deployment_setting":{"type":"string","enum":["all","none","custom"],"x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"production_deployments_enabled":{"type":"boolean","x-auditable":true},"repo_id":{"type":"string","x-auditable":true},"repo_name":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["github","gitlab"],"x-auditable":true}},"required":["type","config"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments":{"get":{"operationId":"pages-deployment-get-deployments","summary":"Get deployments","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"env","in":"query","schema":{"type":"string","enum":["production","preview"]}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/pages_deployment"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"pages-deployment-create-deployment","summary":"Create deployment","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"_headers":{"contentType":"text/plain"},"_redirects":{"contentType":"text/plain"},"_routes.json":{"contentType":"application/json"},"_worker.bundle":{"contentType":"multipart/form-data"},"_worker.js":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript"},"functions-filepath-routing-config.json":{"contentType":"application/json"},"manifest":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"_headers":{"type":"string","format":"binary"},"_redirects":{"type":"string","format":"binary"},"_routes.json":{"type":"string","format":"binary"},"_worker.bundle":{"type":"string","format":"binary"},"_worker.js":{"type":"string","format":"binary"},"branch":{"type":"string","x-auditable":true},"commit_dirty":{"type":"string","enum":["true","false"]},"commit_hash":{"type":"string"},"commit_message":{"type":"string"},"functions-filepath-routing-config.json":{"type":"string","format":"binary"},"manifest":{"type":"string"},"pages_build_output_dir":{"type":"string"},"wrangler_config_hash":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}":{"get":{"operationId":"pages-deployment-get-deployment-info","summary":"Get deployment info","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"pages-deployment-delete-deployment","summary":"Delete deployment","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/history/logs":{"get":{"operationId":"pages-deployment-get-deployment-logs","summary":"Get deployment logs","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment_log"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments.history.logs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/retry":{"post":{"operationId":"pages-deployment-retry-deployment","summary":"Retry deployment","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"retry","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/rollback":{"post":{"operationId":"pages-deployment-rollback-deployment","summary":"Rollback deployment","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"rollback","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/tails":{"post":{"operationId":"pages-deployment-create-tail","summary":"Create deployment tail","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"filters":{"type":"array","items":{"additionalProperties":true,"type":"object"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_tail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments.tails","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/tails/{tail_id}":{"delete":{"operationId":"pages-deployment-delete-tail","summary":"Delete deployment tail","parameters":[{"name":"tail_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments.tails","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/domains":{"get":{"operationId":"pages-domains-get-domains","summary":"Get domains","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/pages_domain"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"pages-domains-add-domain","summary":"Add domain","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/pages_domain_name"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name}":{"get":{"operationId":"pages-domains-get-domain","summary":"Get domain","parameters":[{"name":"domain_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_domain_name"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"pages-domains-delete-domain","summary":"Delete domain","parameters":[{"name":"domain_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_domain_name"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"pages-domains-patch-domain","summary":"Patch domain","parameters":[{"name":"domain_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_domain_name"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/purge_build_cache":{"post":{"operationId":"pages-purge-build-cache","summary":"Purge build cache","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Build Cache"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"purge-build-cache","x-forge-hidden":true,"x-forge-require-confirmation":"This operation purges the build cache for a Pages project."}},"/accounts/{account_id}/pages/projects/{project_name}/source":{"post":{"operationId":"pages-project-connect-project-source","summary":"Connect project source","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_source"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"]},"delete":{"operationId":"pages-project-disconnect-project-source","summary":"Disconnect project source","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"]}},"/accounts/{account_id}/pages/projects/{project_name}/upload-token":{"get":{"operationId":"pages-project-get-upload-token","summary":"Get upload token","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_pages_upload_token_response"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"get-upload-token","x-forge-hidden":true}},"/accounts/{account_id}/pay-per-crawl/crawler/stripe":{"get":{"operationId":"pay-per-crawl.crawlerGetStripeConfig","summary":"Gets the stripe config for a crawler","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getStripeConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_stripe"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.crawler.stripe","x-fern-sdk-method-name":"get"},"post":{"operationId":"pay-per-crawl.crawlerCreateStripeConfig","summary":"Creates the stripe config for a crawler","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_createStripeConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_stripe"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.crawler.stripe","x-fern-sdk-method-name":"create"},"delete":{"operationId":"pay-per-crawl.crawlerDeleteStripeConfig","summary":"Deletes the stripe config for a crawler","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiNoResultResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_stripe"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.crawler.stripe","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/pay-per-crawl/publisher/stripe":{"get":{"operationId":"pay-per-crawl.publisherGetStripeConfig","summary":"Gets the stripe config for a publisher","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getStripeConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_stripe"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.publisher.stripe","x-fern-sdk-method-name":"get"},"post":{"operationId":"pay-per-crawl.publisherCreateStripeConfig","summary":"Creates the stripe config for a publisher","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_createStripeConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_stripe"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.publisher.stripe","x-fern-sdk-method-name":"create"},"delete":{"operationId":"pay-per-crawl.publisherDeleteStripeConfig","summary":"Deletes the stripe config for a publisher","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiNoResultResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_stripe"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.publisher.stripe","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/pay-per-crawl/signature_link":{"get":{"operationId":"pay-per-crawl.getTermsSignatureLink","summary":"Get signed pay-per-crawl terms link","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getTermsSignatureLinkResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_terms"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.terms","x-fern-sdk-method-name":"get-signature-link"}},"/accounts/{account_id}/pay-per-crawl/terms":{"get":{"operationId":"pay-per-crawl.getTerms","summary":"Get pay-per-crawl terms","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getTermsResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_terms"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.terms","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/pay-per-crawl/terms/signature":{"get":{"operationId":"pay-per-crawl.getTermsSignature","summary":"Get pay-per-crawl terms signature status","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true},{"name":"remote","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getTermsSignatureResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_terms"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.terms","x-fern-sdk-method-name":"get-signature"},"post":{"operationId":"pay-per-crawl.sendTermsSignatureEvent","summary":"Record pay-per-crawl terms activity","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true},{"name":"event_type","in":"query","required":true,"schema":{"type":"string","enum":["agreed","displayed"]}},{"name":"vid","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiNoResultResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_terms"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.terms","x-fern-sdk-method-name":"send-signature-event"}},"/accounts/{account_id}/pay-per-crawl/zones_can_be_enabled":{"patch":{"operationId":"pay-per-crawl.setZonesCanBeEnabled","summary":"Set can_be_enabled setting on zones","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"requestBody":{"$ref":"#/components/requestBodies/pay-per-crawl_ZonesCanBeEnabledPayload"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiNoResultResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.zones","x-fern-sdk-method-name":"set-can-be-enabled"}},"/accounts/{account_id}/pay-per-crawl/zones_can_be_enabled/query":{"post":{"operationId":"pay-per-crawl.queryZonesCanBeEnabled","summary":"Gets the can_be_enabled zone setting","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"requestBody":{"$ref":"#/components/requestBodies/pay-per-crawl_ZonesCanBeEnabledQueryPayload"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_queryZonesCanBeEnabledResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_config"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.zones","x-fern-sdk-method-name":"query-can-be-enabled"}},"/accounts/{account_id}/pcaps":{"get":{"operationId":"magic-pcap-collection-list-packet-capture-requests","summary":"List packet capture requests","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_collection_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_collection_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.read"]},{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API","Magic Firewall Packet Captures - Read PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"magic-pcap-collection-create-pcap-request","summary":"Create PCAP request","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_request_pcap"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_single_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_single_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/ownership":{"get":{"operationId":"magic-pcap-collection-list-pca-ps-bucket-ownership","summary":"List PCAPs Bucket Ownership","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_collection"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_collection"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.read"]},{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API","Magic Firewall Packet Captures - Read PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"magic-pcap-collection-add-buckets-for-full-packet-captures","summary":"Add buckets for full packet captures","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_single_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_single_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/ownership/validate":{"post":{"operationId":"magic-pcap-collection-validate-buckets-for-full-packet-captures","summary":"Validate buckets for full packet captures","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_validate_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_single_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_single_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/ownership/{ownership_id}":{"delete":{"operationId":"magic-pcap-collection-delete-buckets-for-full-packet-captures","summary":"Delete buckets for full packet captures","parameters":[{"name":"ownership_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"204":{},"default":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/{pcap_id}":{"get":{"operationId":"magic-pcap-collection-get-pcap-request","summary":"Get PCAP request","parameters":[{"name":"pcap_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_single_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_single_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.read"]},{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API","Magic Firewall Packet Captures - Read PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/{pcap_id}/download":{"get":{"operationId":"magic-pcap-collection-download-simple-pcap","summary":"Download Simple PCAP","parameters":[{"name":"pcap_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"200":{"content":{"application/vnd.tcpdump.pcap":{}}},"default":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["pcaps-api.read"]},{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API","Magic Firewall Packet Captures - Read PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/{pcap_id}/stop":{"put":{"operationId":"magic-pcap-collection-stop-full-pcap","summary":"Stop full PCAP","parameters":[{"name":"pcap_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"204":{},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pipelines":{"get":{"operationId":"getV4AccountsByAccount_idPipelines_deprecated","summary":"[DEPRECATED] List Pipelines","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"string","default":"1"}},{"name":"per_page","in":"query","schema":{"type":"string","default":"25"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline"}},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","results","result_info"]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"results":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}]}},"required":["success","results","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-list","x-forge-hidden":true},"post":{"operationId":"postV4AccountsByAccount_idPipelines_deprecated","summary":"[DEPRECATED] Create Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"type":"object","properties":{"batch":{"type":"object","properties":{"max_bytes":{"type":"integer","default":100000000,"maximum":100000000,"minimum":1000},"max_duration_s":{"type":"number","default":300,"maximum":300,"minimum":0.25},"max_rows":{"type":"integer","default":10000000,"maximum":10000000,"minimum":100}}},"compression":{"type":"object","properties":{"type":{"type":"string","default":"gzip","enum":["none","gzip","deflate"]}}},"credentials":{"type":"object","properties":{"access_key_id":{"type":"string"},"endpoint":{"type":"string"},"secret_access_key":{"type":"string"}},"required":["endpoint","access_key_id","secret_access_key"]},"format":{"type":"string","enum":["json"]},"path":{"type":"object","properties":{"bucket":{"type":"string"},"filename":{"allOf":[{"type":"string"},{"type":"string"}]},"filepath":{"type":"string"},"prefix":{"type":"string"}},"required":["bucket"]},"type":{"type":"string","enum":["r2"]}},"required":["type","format","batch","compression","path","credentials"]},"name":{"type":"string","maxLength":128,"minLength":1},"source":{"type":"array","items":{"discriminator":{"mapping":{"binding":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source","http":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source"}]},"minItems":1}},"required":["name","source","destination"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline"},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"results":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}]}},"required":["success","results","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-create","x-forge-hidden":true}},"/accounts/{account_id}/pipelines/v1/pipelines":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1Pipelines","summary":"List Pipelines","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"page","in":"query","schema":{"type":"number","default":1}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"name","in":"query","schema":{"type":"string","maxLength":128,"minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string"},"name":{"type":"string","maxLength":128,"minLength":1},"sql":{"type":"string"},"status":{"type":"string"}},"required":["id","name","created_at","modified_at","sql","status"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result","result_info"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"list","x-forge-hidden":false},"post":{"operationId":"postV4AccountsByAccount_idPipelinesV1Pipelines","summary":"Create Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":128,"minLength":1},"sql":{"type":"string"}},"required":["name","sql"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string"},"name":{"type":"string","maxLength":128,"minLength":1},"sql":{"type":"string"},"status":{"type":"string"}},"required":["id","name","created_at","modified_at","sql","status"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/pipelines/{pipeline_id}":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1PipelinesByPipeline_id","summary":"Get Pipeline Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"failure_reason":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string"},"name":{"type":"string","maxLength":128,"minLength":1},"sql":{"type":"string"},"status":{"type":"string"},"tables":{"type":"array","items":{"properties":{"id":{"type":"string"},"latest":{"type":"integer"},"name":{"type":"string","maxLength":128,"minLength":1},"type":{"type":"string","enum":["stream","sink"]},"version":{"type":"integer"}},"required":["id","version","latest","type","name"],"type":"object"}}},"required":["id","name","created_at","modified_at","sql","status","tables"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"get","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/sinks":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1Sinks","summary":"List Sinks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_id","in":"query","schema":{"type":"string"}},{"name":"name","in":"query","schema":{"type":"string","maxLength":128,"minLength":1}},{"name":"page","in":"query","schema":{"type":"number","default":1}},{"name":"per_page","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"config":{"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_r2TablePublic"},{"$ref":"#/components/schemas/cloudflare-pipelines_r2_data_catalogTablePublic"}]},"created_at":{"type":"string","format":"date-time"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"type":{"type":"string","enum":["r2","r2_data_catalog"]}},"required":["id","name","created_at","modified_at","type"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result","result_info"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.sinks","x-fern-sdk-method-name":"list","x-forge-hidden":false},"post":{"operationId":"postV4AccountsByAccount_idPipelinesV1Sinks","summary":"Create Sink","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_r2Table"},{"$ref":"#/components/schemas/cloudflare-pipelines_r2_data_catalogTable"}]},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"type":{"type":"string","enum":["r2","r2_data_catalog"]}},"required":["name","type"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"config":{"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_r2Table"},{"$ref":"#/components/schemas/cloudflare-pipelines_r2_data_catalogTable"}]},"created_at":{"type":"string","format":"date-time"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"type":{"type":"string","enum":["r2","r2_data_catalog"]}},"required":["id","name","created_at","modified_at","type"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.sinks","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/sinks/{sink_id}":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1SinksBySink_id","summary":"Get Sink Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"sink_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-sink-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"config":{"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_r2TablePublic"},{"$ref":"#/components/schemas/cloudflare-pipelines_r2_data_catalogTablePublic"}]},"created_at":{"type":"string","format":"date-time"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"type":{"type":"string","enum":["r2","r2_data_catalog"]}},"required":["id","name","created_at","modified_at","type"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.sinks","x-fern-sdk-method-name":"get","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/streams":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1Streams","summary":"List Streams","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_id","in":"query","schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline-id"}},{"name":"name","in":"query","schema":{"type":"string","maxLength":128,"minLength":1}},{"name":"page","in":"query","schema":{"type":"number","default":1}},{"name":"per_page","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"endpoint":{"type":"string","format":"uri"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"http":{"type":"object","properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"enabled":{"type":"boolean"}},"required":["enabled","authentication"]},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"version":{"type":"integer"},"worker_binding":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}},"required":["id","name","version","created_at","modified_at","http","worker_binding"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result","result_info"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.streams","x-fern-sdk-method-name":"list","x-forge-hidden":false},"post":{"operationId":"postV4AccountsByAccount_idPipelinesV1Streams","summary":"Create Stream","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"http":{"type":"object","default":{"authentication":false,"enabled":true},"properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"enabled":{"type":"boolean"}},"required":["enabled","authentication"]},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"worker_binding":{"type":"object","default":{"enabled":true},"properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"endpoint":{"type":"string","format":"uri"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"http":{"type":"object","properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"enabled":{"type":"boolean"}},"required":["enabled","authentication"]},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"version":{"type":"integer"},"worker_binding":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}},"required":["id","name","version","created_at","modified_at","http","worker_binding"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.streams","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/streams/{stream_id}":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1StreamsByStream_id","summary":"Get Stream Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"stream_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-stream-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"endpoint":{"type":"string","format":"uri"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"http":{"type":"object","properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"enabled":{"type":"boolean"}},"required":["enabled","authentication"]},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"version":{"type":"integer"},"worker_binding":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}},"required":["id","name","version","created_at","modified_at","http","worker_binding"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.streams","x-fern-sdk-method-name":"get","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/validate_sql":{"post":{"operationId":"postV4AccountsByAccount_idPipelinesV1Validate_sql","summary":"Validate SQL","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"sql":{"type":"string"}},"required":["sql"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"graph":{"$ref":"#/components/schemas/cloudflare-pipelines_PipelineGraph"},"tables":{"type":"object","additionalProperties":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"version":{"type":"number"}},"required":["id","version","type","name"],"type":"object"}}},"required":["tables"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"validate-sql","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/{pipeline_name}":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","summary":"[DEPRECATED] Get Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_name","in":"path","required":true,"schema":{"type":"string","maxLength":128,"minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline"},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"results":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}]}},"required":["success","results","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-get","x-forge-hidden":true},"put":{"operationId":"putV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","summary":"[DEPRECATED] Update Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_name","in":"path","required":true,"schema":{"type":"string","maxLength":128,"minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"type":"object","properties":{"batch":{"type":"object","properties":{"max_bytes":{"type":"integer","default":100000000,"maximum":100000000,"minimum":1000},"max_duration_s":{"type":"number","default":300,"maximum":300,"minimum":0.25},"max_rows":{"type":"integer","default":10000000,"maximum":10000000,"minimum":100}}},"compression":{"type":"object","properties":{"type":{"type":"string","default":"gzip","enum":["none","gzip","deflate"]}}},"credentials":{"type":"object","properties":{"access_key_id":{"type":"string"},"endpoint":{"type":"string"},"secret_access_key":{"type":"string"}},"required":["endpoint","access_key_id","secret_access_key"]},"format":{"type":"string","enum":["json"]},"path":{"type":"object","properties":{"bucket":{"type":"string"},"filename":{"allOf":[{"type":"string"},{"type":"string"}]},"filepath":{"type":"string"},"prefix":{"type":"string"}},"required":["bucket"]},"type":{"type":"string","enum":["r2"]}},"required":["type","format","batch","compression","path"]},"name":{"type":"string","maxLength":128,"minLength":1},"source":{"type":"array","items":{"discriminator":{"mapping":{"binding":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source","http":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source"}]},"minItems":1}},"required":["name","source","destination"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline"},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"results":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}]}},"required":["success","results","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-update","x-forge-hidden":true,"x-forge-params":{"destination.batch.max_bytes":{"default":null},"destination.batch.max_duration_s":{"default":null},"destination.batch.max_rows":{"default":null},"destination.compression.type":{"default":null}}},"delete":{"operationId":"deleteV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","summary":"[DEPRECATED] Delete Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_name","in":"path","required":true,"schema":{"type":"string","maxLength":128,"minLength":1}}],"responses":{"200":{},"4XX":{}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-delete","x-forge-hidden":true}},"/accounts/{account_id}/profile":{"get":{"operationId":"Accounts_getAccountProfile","summary":"Get account profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"$ref":"#/components/schemas/organizations-api_Profile"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Accounts"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"accounts.account-profile","x-fern-sdk-method-name":"get"},"put":{"operationId":"Accounts_modifyAccountProfile","summary":"Modify account profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_Profile"}}}},"responses":{"204":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Accounts"],"x-api-token-group":["Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"accounts.account-profile","x-fern-sdk-method-name":"update"}},"/accounts/{account_id}/queues":{"get":{"operationId":"queues-list","summary":"List Queues","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mq_queue"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.list"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"queues-create","summary":"Create Queue","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"queue_name":{"$ref":"#/components/schemas/mq_queue-name"}},"required":["queue_name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_queue"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}":{"get":{"operationId":"queues-get","summary":"Get Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_queue"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"queues-update","summary":"Update Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_queue"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_queue"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"queues-delete","summary":"Delete Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-success"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"queues-update-partial","summary":"Update Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_queue"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_queue"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/consumers":{"get":{"operationId":"queues-list-consumers","summary":"List Queue Consumers","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mq_consumer-response"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.list"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"queues-create-consumer","summary":"Create a Queue Consumer","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_consumer-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_consumer-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}":{"get":{"operationId":"queues-get-consumer","summary":"Get Queue Consumer","parameters":[{"name":"consumer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_consumer-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"queues-update-consumer","summary":"Update Queue Consumer","parameters":[{"name":"consumer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_consumer-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_consumer-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"queues-delete-consumer","summary":"Delete Queue Consumer","parameters":[{"name":"consumer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-success"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages":{"post":{"operationId":"queues-push-message","summary":"Push Message","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_queue-message"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"metadata":{"type":"object","properties":{"metrics":{"$ref":"#/components/schemas/mq_queue-metrics"}}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.push"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"push","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/ack":{"post":{"operationId":"queues-ack-messages","summary":"Acknowledge + Retry Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"acks":{"type":"array","items":{"properties":{"lease_id":{"$ref":"#/components/schemas/mq_lease-id"}},"type":"object"}},"retries":{"type":"array","items":{"properties":{"delay_seconds":{"$ref":"#/components/schemas/mq_retry-delay"},"lease_id":{"$ref":"#/components/schemas/mq_lease-id"}},"type":"object"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"ackCount":{"type":"number"},"retryCount":{"type":"number"},"warnings":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.ack"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"ack","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/batch":{"post":{"operationId":"queues-push-messages","summary":"Push Message Batch","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_queue-batch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"metadata":{"type":"object","properties":{"metrics":{"$ref":"#/components/schemas/mq_queue-metrics"}}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.push"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"bulk-push","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/peek":{"post":{"operationId":"queues-peek-messages","summary":"Peek Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"messages":{"$ref":"#/components/schemas/mq_queue-peek-batch"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.peek"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"peek","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/preview":{"post":{"operationId":"queues-preview-messages","summary":"Preview Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"messages":{"$ref":"#/components/schemas/mq_queue-pull-batch"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.peek"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"preview","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/preview/ack":{"post":{"operationId":"queues-ack-preview-messages","summary":"Delete Previewed Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"acks":{"type":"array","items":{"properties":{"lease_id":{"$ref":"#/components/schemas/mq_lease-id"}},"type":"object"}},"retries":{"type":"array","items":{"properties":{"delay_seconds":{"$ref":"#/components/schemas/mq_retry-delay"},"lease_id":{"$ref":"#/components/schemas/mq_lease-id"}},"type":"object"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"warnings":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.ack"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"ack-preview","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/pull":{"post":{"operationId":"queues-pull-messages","summary":"Pull Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"visibility_timeout_ms":{"$ref":"#/components/schemas/mq_visibility-timeout"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"message_backlog_count":{"type":"number"},"messages":{"$ref":"#/components/schemas/mq_queue-pull-batch"},"metadata":{"type":"object","properties":{"metrics":{"$ref":"#/components/schemas/mq_queue-metrics"}}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.pull"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"pull","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/purge":{"post":{"operationId":"queues-purge-messages","summary":"Purge Peeked Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"refs":{"type":"array","items":{"properties":{"ref":{"$ref":"#/components/schemas/mq_ref"}},"required":["ref"],"type":"object"}}},"required":["refs"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"type":"object"}},"warnings":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.ack"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"purge","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/metrics":{"get":{"operationId":"queues-get-metrics","summary":"Get Queue Metrics","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_queue-metrics"}},"type":"object"}]}},"text/event-stream":{"schema":{"$ref":"#/components/schemas/mq_queue-metrics"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"]}},"/accounts/{account_id}/queues/{queue_id}/purge":{"get":{"operationId":"queues-purge-get","summary":"Get Queue Purge Status","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"completed":{"type":"string","readOnly":true,"x-auditable":true},"started_at":{"type":"string","readOnly":true,"x-auditable":true}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.purge","x-fern-sdk-method-name":"status","x-forge-hidden":true},"post":{"operationId":"queues-purge","summary":"Purge Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"delete_messages_permanently":{"type":"boolean","x-auditable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_queue"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.ack"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.purge","x-fern-sdk-method-name":"start","x-forge-hidden":true,"x-forge-require-confirmation":"This operation drops every message in the queue."}},"/accounts/{account_id}/r2-catalog":{"get":{"operationId":"list-catalogs","summary":"List R2 catalogs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog-list"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}":{"get":{"operationId":"get-catalog-details","summary":"Get R2 catalog details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/credential":{"post":{"operationId":"store-credentials","summary":"Store catalog credentials","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_catalog-credential-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["Credential Management"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.credentials","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/delete":{"post":{"operationId":"delete-catalog","summary":"Delete R2 catalog metadata","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"force","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"204":{},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{},"403":{},"404":{},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"This removes catalog metadata. R2 bucket objects are retained."}},"/accounts/{account_id}/r2-catalog/{bucket_name}/disable":{"post":{"operationId":"disable-catalog","summary":"Disable R2 catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"responses":{"204":{},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"disable","x-forge-hidden":true,"x-forge-require-confirmation":"This operation turns off the data catalog for the bucket. Existing namespace or table state remains, but writes stop."}},"/accounts/{account_id}/r2-catalog/{bucket_name}/enable":{"post":{"operationId":"enable-catalog","summary":"Enable R2 bucket as a catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog-activation-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"enable","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/maintenance-configs":{"get":{"operationId":"get-maintenance-config","summary":"Get catalog maintenance configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-config-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Maintenance Configuration"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.maintenance-configs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"update-maintenance-config","summary":"Update catalog maintenance configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-update-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-config"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["Maintenance Configuration"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.maintenance-configs","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces":{"get":{"operationId":"list-namespaces","summary":"List namespaces in catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"page_token","in":"query","schema":{"type":"string"}},{"name":"page_size","in":"query","schema":{"type":"integer","default":100,"maximum":1000,"minimum":1}},{"name":"parent","in":"query","schema":{"type":"string"}},{"name":"return_uuids","in":"query","schema":{"type":"boolean","default":false}},{"name":"return_details","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_namespace-list-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Namespace Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.namespaces","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables":{"get":{"operationId":"list-tables","summary":"List tables in namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"page_token","in":"query","schema":{"type":"string"}},{"name":"page_size","in":"query","schema":{"type":"integer","default":100,"maximum":1000,"minimum":1}},{"name":"return_uuids","in":"query","schema":{"type":"boolean","default":false}},{"name":"return_details","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_table-list-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Table Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.namespaces.tables","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}":{"get":{"operationId":"get-table","summary":"Get table details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"table_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_get-table-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Table Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"]}},"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}/maintenance-configs":{"get":{"operationId":"get-table-maintenance-config","summary":"Get table maintenance configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"table_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_table-maintenance-config-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Table Maintenance Configuration"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.namespaces.tables.maintenance-configs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"update-table-maintenance-config","summary":"Update table maintenance configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"table_name","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_table-maintenance-update-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_table-maintenance-config"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["Table Maintenance Configuration"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.namespaces.tables.maintenance-configs","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/r2/buckets":{"get":{"operationId":"r2-list-buckets","summary":"List Buckets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"name_contains","in":"query","schema":{"type":"string"}},{"name":"start_after","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}},{"name":"order","in":"query","schema":{"type":"string","enum":["name"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response_list"},{"properties":{"result":{"type":"object","properties":{"buckets":{"type":"array","items":{"$ref":"#/components/schemas/r2_bucket"}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write","Workers R2 Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"r2-create-bucket","summary":"Create Bucket","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locationHint":{"$ref":"#/components/schemas/r2_bucket_location"},"name":{"$ref":"#/components/schemas/r2_bucket_name"},"storageClass":{"$ref":"#/components/schemas/r2_storage_class"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_bucket"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/r2/buckets/{bucket_name}":{"delete":{"operationId":"r2-delete-bucket","summary":"Delete Bucket","parameters":[{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain}":{"get":{"operationId":"r2-get-custom-domain-settings","summary":"Get Custom Domain Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"domain","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_domain_name"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/r2_get_custom_domain_response"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write","Workers R2 Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.domains.custom","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"r2-delete-custom-domain","summary":"Remove Custom Domain From Bucket","parameters":[{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"domain","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_domain_name"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_remove_custom_domain_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.domains.custom","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/r2/buckets/{bucket_name}/objects":{"delete":{"operationId":"r2-delete-objects","summary":"Delete Objects or Empty a Bucket","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}},{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"cf-r2-data-catalog-check","in":"header","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/r2_errors"},"messages":{"$ref":"#/components/schemas/r2_messages"},"result":{"oneOf":[{"items":{"$ref":"#/components/schemas/r2_r2_delete_object_result"},"type":"array"},{"$ref":"#/components/schemas/r2_r2_bucket_job"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Object"],"x-api-token-group":["Workers R2 Storage Write"]}},"/accounts/{account_id}/r2/buckets/{bucket_name}/objects/{object_key}":{"delete":{"operationId":"r2-delete-object","summary":"Delete Object","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"object_key","in":"path","required":true,"schema":{"type":"string"},"allowReserved":true},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_r2_delete_object_result"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Object"],"x-api-token-group":["Workers R2 Storage Write"]}},"/accounts/{account_id}/r2/buckets/{bucket_name}/sippy":{"delete":{"operationId":"r2-delete-bucket-sippy-config","summary":"Disable Sippy","parameters":[{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"type":"object","properties":{"enabled":{"type":"boolean","enum":[false]}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.sippy","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/realtime/kit/apps":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}}],"get":{"operationId":"get_apps","summary":"Fetch all apps","parameters":[{"name":"page_no","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string","maxLength":125}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"DESC","enum":["ASC","DESC"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"}},"type":"object"}},"paging":{"type":"object","properties":{"end_offset":{"type":"number"},"start_offset":{"type":"number"},"total_count":{"type":"number"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Apps"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"create_app","summary":"Create App","requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreateApp"},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"app":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Apps"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/apps/{app_id}":{"get":{"operationId":"get_app","summary":"Fetch app details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string","nullable":true}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Apps"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/analytics/daywise":{"get":{"operationId":"get-org-analytics","summary":"Fetch day-wise session and recording analytics data for an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_startDate"},{"$ref":"#/components/parameters/realtimekit_endDate"}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"recording_stats":{"type":"object","properties":{"day_stats":{"type":"array","items":{"properties":{"day":{"type":"string"},"total_recording_minutes":{"type":"integer"},"total_recordings":{"type":"integer"}},"type":"object"}},"recording_count":{"type":"integer"},"recording_minutes_consumed":{"type":"number"}}},"session_stats":{"type":"object","properties":{"day_stats":{"type":"array","items":{"properties":{"day":{"type":"string"},"total_session_minutes":{"type":"number"},"total_sessions":{"type":"integer"}},"type":"object"}},"sessions_count":{"type":"integer"},"sessions_minutes_consumed":{"type":"number"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Analytics","Organizations"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/daywise":{"get":{"operationId":"get-livestream-analytics-daywise","summary":"Fetch day-wise analytics data for your livestreams","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"start_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"end_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"filters","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"count":{"type":"integer"},"date":{"type":"string","nullable":true},"total_ingest_seconds":{"type":"integer"},"total_viewer_seconds":{"type":"integer"}},"type":"object"}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams","LivestreamAnalytics"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/overall":{"get":{"operationId":"get-livestream-analytics-complete","summary":"Fetch complete analytics data for your livestreams","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"start_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"end_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"filters","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"count":{"type":"integer"},"total_ingest_seconds":{"type":"integer"},"total_viewer_seconds":{"type":"integer"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams","LivestreamAnalytics"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/livestreams":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"get":{"operationId":"fetch_all_livestreams","summary":"Fetch all livestreams","parameters":[{"name":"exclude_meetings","in":"query","schema":{"type":"boolean","default":false}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"page_no","in":"query","schema":{"type":"integer"}},{"name":"status","in":"query","schema":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]}},{"name":"start_time","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"end_time","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"sort_order","in":"query","schema":{"type":"string","enum":["ASC","DSC"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"disabled":{"type":"string"},"id":{"type":"string","format":"uuid"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string"},"paging":{"type":"object","properties":{"end_offset":{"type":"integer"},"start_offset":{"type":"integer"},"total_count":{"type":"integer"}}},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"create_livestream","summary":"Create an independent livestream","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","nullable":true,"pattern":"^[a-zA-Z0-9-_]*$"}}}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"disabled":{"type":"boolean"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string","nullable":true},"name":{"type":"string"},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/sessions/{livestream-session-id}":{"get":{"operationId":"get-v2-livestreams-livestream-session-id","summary":"Fetch livestream session details using livestream session ID","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"livestream-session-id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string"},"id":{"type":"string"},"ingest_seconds":{"type":"integer"},"livestream_id":{"type":"string"},"started_time":{"type":"string"},"stopped_time":{"type":"string"},"updated_at":{"type":"string"},"viewer_seconds":{"type":"integer"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}":{"get":{"operationId":"get-v2-livestream-session-livestream-id","summary":"Fetch livestream details using livestream ID","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"page_no","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"livestream_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"livestream":{"type":"object","properties":{"created_at":{"type":"string"},"disabled":{"type":"string"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string"},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"},"updated_at":{"type":"string"}}},"paging":{"type":"object","properties":{"end_offset":{"type":"integer"},"start_offset":{"type":"integer"},"total_count":{"type":"integer"}}},"session":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string"},"id":{"type":"string"},"ingest_seconds":{"type":"number"},"invoked_time":{"type":"string","format":"date-time"},"livestream_id":{"type":"string"},"started_time":{"type":"string","format":"date-time"},"stopped_time":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"viewer_seconds":{"type":"number"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}/active-livestream-session":{"get":{"operationId":"get-v2-active-livestream-session-details","summary":"Fetch active livestream session details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"livestream_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"livestream":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"disabled":{"type":"string"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string"},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"session":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string"},"id":{"type":"string"},"ingest_seconds":{"type":"string"},"invoked_time":{"type":"string","format":"date-time"},"livestream_id":{"type":"string"},"started_time":{"type":"string","format":"date-time"},"stopped_time":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"viewer_seconds":{"type":"string"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings":{"get":{"operationId":"get_all_meetings","summary":"Fetch all meetings for an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"$ref":"#/components/parameters/realtimekit_startTime"},{"$ref":"#/components/parameters/realtimekit_endTime"},{"$ref":"#/components/parameters/realtimekit_search"},{"name":"status","in":"query","schema":{"type":"string","enum":["ACTIVE","INACTIVE"]}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetAllMeetings"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"create_meeting","summary":"Create a meeting","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreateMeetingBody"},"responses":{"201":{"$ref":"#/components/responses/realtimekit_GetMeeting"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"get_meeting","summary":"Fetch a meeting for an App","parameters":[{"name":"name","in":"query","schema":{"type":"string"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetMeeting"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"put":{"operationId":"replace_meeting","summary":"Replace a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreateMeetingBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetMeeting"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"patch":{"operationId":"update_meeting","summary":"Update a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_UpdateMeetingBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetMeeting"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"get-v2-meetings-meetingId-active-livestream","summary":"Fetch active livestreams for a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"disabled":{"type":"string"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string","nullable":true},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream/stop":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"post":{"operationId":"stop_livestreaming","summary":"Stop livestreaming a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"message":{"type":"string"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"GetActiveSession","summary":"Fetch details of an active session","parameters":[{"$ref":"#/components/parameters/realtimekit_meetingId"}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetActiveSession"},"404":{"$ref":"#/components/responses/realtimekit_GetActiveSessionNotFound"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick":{"post":{"operationId":"KickPartcipants","summary":"Kick participants from an active session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_KickParticipantsBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_KickParticipants"},"404":{"$ref":"#/components/responses/realtimekit_ParticipantNotFound"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick-all":{"post":{"operationId":"KickAllParticipants","summary":"Kick all participants","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_KickAllParticipants"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute":{"post":{"operationId":"MuteParticipants","summary":"Mute participants of an active session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_KickParticipantsBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_MuteParticipants"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute-all":{"post":{"operationId":"MuteAllParticipants","summary":"Mute all participants","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_MuteAllParticipantsBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_MuteAllParticipants"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/poll":{"post":{"operationId":"CreatePoll","summary":"Create a poll","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreatePollBody"},"responses":{"201":{"$ref":"#/components/responses/realtimekit_CreatePoll"},"400":{}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestream":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"livestream-session-details","summary":"Fetch livestream session details for a meeting","parameters":[{"name":"page_no","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"livestreams":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"disabled":{"type":"boolean"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string","nullable":true},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","INVOKED","ERRORED","IDLE"]},"stream_key":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"type":"object"}},"paging":{"type":"object","properties":{"end_offset":{"type":"integer"},"start_offset":{"type":"integer"},"total_count":{"type":"integer"}}},"sessions":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string"},"id":{"type":"string"},"ingest_seconds":{"type":"string"},"invoked_time":{"type":"string","format":"date-time"},"livestream_id":{"type":"string"},"started_time":{"type":"string","format":"date-time"},"stopped_time":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestreams":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"post":{"operationId":"start-livestreaming","summary":"Start livestreaming a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","nullable":true,"pattern":"^[a-zA-Z0-9-_]*$"},"video_config":{"type":"object","properties":{"height":{"type":"integer"},"width":{"type":"integer"}}}}}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"ingest_server":{"type":"string"},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants":{"get":{"operationId":"get_meeting_participants","summary":"Fetch all participants of a meeting","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetAllParticipants"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"add_participant","summary":"Add a participant","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_AddParticipantBody"},"responses":{"201":{"$ref":"#/components/responses/realtimekit_AddParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"get_meeting_participant","summary":"Fetch a participant's detail","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"put":{"operationId":"replace_participant","summary":"Replace a participant's detail","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_ReplaceParticipantBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_AddParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"delete":{"operationId":"delete_meeting_participant","summary":"Delete a participant","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_DeleteParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"patch":{"operationId":"edit_participant","summary":"Edit a participant's detail","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_EditParticipantBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_AddParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}/token":{"post":{"operationId":"regenerate_token","summary":"Refresh participant's authentication token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_RegenToken"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/presets":{"get":{"operationId":"get-presets","summary":"Fetch all presets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_perPage"},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetAllPresets"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"post-presets","summary":"Create a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreatePresetBody"},"responses":{"201":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}":{"get":{"operationId":"get-presets-preset_id","summary":"Fetch details of a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"preset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]},"put":{"operationId":"put-presets-preset_id","summary":"Replace a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"preset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreatePresetBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]},"delete":{"operationId":"delete-presets-preset_id","summary":"Delete a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"preset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]},"patch":{"operationId":"patch-presets-preset_id","summary":"Update a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"preset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_UpdatePresetBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/recordings":{"get":{"operationId":"get_all_recordings","summary":"Fetch all recordings for an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"meeting_id","in":"query","schema":{"type":"string","format":"uuid"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"name":"expired","in":"query","schema":{"type":"boolean"}},{"$ref":"#/components/parameters/realtimekit_search"},{"$ref":"#/components/parameters/realtimekit_recordingSortBy"},{"$ref":"#/components/parameters/realtimekit_sortOrder"},{"$ref":"#/components/parameters/realtimekit_startTime"},{"$ref":"#/components/parameters/realtimekit_endTime"},{"$ref":"#/components/parameters/realtimekit_recordingStatus"}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetRecordings"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"start_recording","summary":"Start recording a meeting","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_StartRecording"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetRecording"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"}},"/accounts/{account_id}/realtime/kit/{app_id}/recordings/active-recording/{meeting_id}":{"get":{"operationId":"get_active_recording","summary":"Fetch active recording","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetActiveRecording"},"404":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/recordings/track":{"post":{"operationId":"startTrackRecordingForAMeeting","summary":"Start recording participant audio tracks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_StartTrackRecordingBody"},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"type":"object","properties":{"recording":{"$ref":"#/components/schemas/realtimekit_Recording"}},"required":["recording"]}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/recordings/{recording_id}":{"get":{"operationId":"get_one_recording","summary":"Fetch details of a recording","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"recording_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetRecording"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"},"put":{"operationId":"pause_resume_stop_recording","summary":"Pause/Resume/Stop recording","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":32,"pattern":"^[a-f0-9]{32}$"}},{"name":"recording_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"type":"string","enum":["stop","pause","resume"]}},"required":["action"]}}}},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetRecording"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions":{"get":{"operationId":"GetSessions","summary":"Fetch all sessions of an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"$ref":"#/components/parameters/realtimekit_sortBy"},{"$ref":"#/components/parameters/realtimekit_sortOrder"},{"$ref":"#/components/parameters/realtimekit_startTime"},{"$ref":"#/components/parameters/realtimekit_endTime"},{"$ref":"#/components/parameters/realtimekit_participants"},{"$ref":"#/components/parameters/realtimekit_status"},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"associated_id","in":"query","schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessions"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/peer-report/{peer_id}":{"get":{"operationId":"GetParticipantDataFromPeerId","summary":"Fetch details of peer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"filters","in":"query","schema":{"type":"string","enum":["device_info","ip_information","precall_network_information","events","quality_stats"]}},{"name":"include_peer_events","in":"query","schema":{"type":"boolean","default":false}},{"name":"peer_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetParticipantDataFromPeerId"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}":{"get":{"operationId":"GetSessionDetails","summary":"Fetch details of a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"include_breakout_rooms","in":"query","schema":{"type":"boolean","default":false}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionDetails"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/chat":{"get":{"operationId":"GetSessionChat","summary":"Fetch all chat messages of a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionChat"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/livestream-sessions":{"get":{"operationId":"get-v2-livestreamsession-session-meetingId-active-livestream","summary":"Fetch livestream session details using a session ID","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"page_no","in":"query","schema":{"type":"number"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"id":{"type":"string"},"ingest_seconds":{"type":"number"},"invoked_time":{"type":"string","nullable":true},"livestream_id":{"type":"string"},"paging":{"type":"object","properties":{"end_offset":{"type":"number"},"start_offset":{"type":"number"},"total_count":{"type":"number"}}},"stopped_time":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"viewer_seconds":{"type":"number"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants":{"get":{"operationId":"GetSessionParticipants","summary":"Fetch participants list of a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"$ref":"#/components/parameters/realtimekit_sortOrder"},{"$ref":"#/components/parameters/realtimekit_participantsSortBy"},{"name":"include_peer_events","in":"query","schema":{"type":"boolean","default":false}},{"name":"view","in":"query","schema":{"type":"string","default":"raw","enum":["raw","consolidated"]}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionParticipants"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants/{participant_id}":{"get":{"operationId":"GetParticipantDetails","summary":"Fetch details of a participant","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"include_peer_events","in":"query","schema":{"type":"boolean","default":false}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetParticipantDetails"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/summary":{"get":{"operationId":"GetSessionSummary","summary":"Fetch summary of transcripts for a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionTranscriptSummary"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"post-sessions-session_id-summary","summary":"Generate summary of Transcripts for the session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"session_id":{"type":"string","format":"uuid"},"status":{"type":"string"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/transcript":{"get":{"operationId":"GetSessionTranscript","summary":"Fetch the complete transcript for a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"format","in":"query","schema":{"type":"string","default":"CSV","enum":["SRT","VTT","JSON","CSV"]}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionTranscript"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/webhooks":{"get":{"operationId":"getAllWebhooks","summary":"Fetch all webhooks details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhooksListSuccessResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"addWebhook","summary":"Add a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/all":{"get":{"operationId":"getAllWebhookEvents","summary":"Fetch all supported webhook events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookEventsSuccessResponse"}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}":{"get":{"operationId":"getWebhook","summary":"Fetch details of a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"},"put":{"operationId":"replaceWebhook","summary":"Replace a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"},"delete":{"operationId":"deleteWebhook","summary":"Delete a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"},"patch":{"operationId":"editWebhook","summary":"Edit a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_PatchWebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"}},"/accounts/{account_id}/request-tracer/trace":{"post":{"operationId":"account-request-tracer-request-trace","summary":"Request Trace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/request-tracer_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"object","properties":{"base64":{"type":"string","x-auditable":true},"json":{"type":"object"},"plain_text":{"type":"string","x-auditable":true}}},"context":{"type":"object","properties":{"bot_score":{"type":"integer","x-auditable":true},"geoloc":{"type":"object","properties":{"city":{"type":"string","x-auditable":true},"continent":{"type":"string","x-auditable":true},"is_eu_country":{"type":"boolean","x-auditable":true},"iso_code":{"type":"string","x-auditable":true},"latitude":{"type":"number","x-auditable":true},"longitude":{"type":"number","x-auditable":true},"postal_code":{"type":"string","x-auditable":true},"region_code":{"type":"string","x-auditable":true},"subdivision_2_iso_code":{"type":"string","x-auditable":true},"timezone":{"type":"string","x-auditable":true}}},"skip_challenge":{"type":"boolean","x-auditable":true},"threat_score":{"type":"integer","x-auditable":true}}},"cookies":{"type":"object","additionalProperties":{"type":"string"}},"headers":{"type":"object","additionalProperties":{"type":"string"}},"method":{"type":"string","x-auditable":true},"protocol":{"type":"string","x-auditable":true},"skip_response":{"type":"boolean","x-auditable":true},"url":{"type":"string","x-auditable":true}},"required":["url","method"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/request-tracer_api-response-common"},{"properties":{"result":{"type":"object","properties":{"status_code":{"type":"integer","x-auditable":true},"trace":{"$ref":"#/components/schemas/request-tracer_trace"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/request-tracer_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["request-tracer.read"]}],"tags":["Account Request Tracer"],"x-api-token-group":["Allow Request Tracer Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"request-tracers.traces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/roles":{"get":{"operationId":"account-roles-list-roles","summary":"List Roles","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_collection_role_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Roles"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"accounts.roles","x-fern-sdk-method-name":"list","x-stainless-deprecation-message":"Use /accounts/{account_id}/iam/permission_groups instead."}},"/accounts/{account_id}/roles/{role_id}":{"get":{"operationId":"account-roles-role-details","summary":"Role Details","parameters":[{"name":"role_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_role_components-schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_role_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Roles"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"accounts.roles","x-fern-sdk-method-name":"get","x-stainless-deprecation-message":"Use /accounts/{account_id}/iam/permission_groups/{permission_group_id} instead."}},"/accounts/{account_id}/rules/lists":{"get":{"operationId":"lists-get-lists","summary":"Get lists","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_lists-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_lists-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]},{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Read","Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"lists-create-a-list","summary":"Create a list","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"$ref":"#/components/schemas/lists_kind"},"name":{"$ref":"#/components/schemas/lists_name"}},"required":["name","kind"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_list-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_list-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/rules/lists/bulk_operations/{operation_id}":{"get":{"operationId":"lists-get-bulk-operation-status","summary":"Get bulk operation status","parameters":[{"name":"operation_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_operation_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_bulk-operation-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_bulk-operation-response-single"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]},{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit","Account Filter Lists Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.bulk-operations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/rules/lists/{list_id}":{"get":{"operationId":"lists-get-a-list","summary":"Get a list","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_list-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_list-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"lists-update-a-list","summary":"Update a list","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_list-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_list-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"lists-delete-a-list","summary":"Delete a list","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_list-delete-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_list-delete-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/rules/lists/{list_id}/items":{"get":{"operationId":"lists-get-list-items","summary":"Get list items","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"integer","maximum":500,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_items-list-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_items-list-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]},{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit","Account Filter Lists Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"lists-update-all-list-items","summary":"Update all list items","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_items-update-request-collection"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_lists-async-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_lists-async-response"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"lists-create-list-items","summary":"Create list items","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_items-update-request-collection"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_lists-async-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_lists-async-response"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"lists-delete-list-items","summary":"Delete list items","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"properties":{"id":{"type":"string","maxLength":32,"minLength":32,"x-auditable":true}},"required":["id"],"type":"object"},"minItems":1}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_lists-async-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_lists-async-response"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/rules/lists/{list_id}/items/{item_id}":{"get":{"operationId":"lists-get-a-list-item","summary":"Get a list item","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_item_id"}},{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_item-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_item-response-single"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]},{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit","Account Filter Lists Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/rulesets":{"get":{"operationId":"listAccountRulesets","summary":"List account rulesets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"name":"cursor","in":"query","schema":{"$ref":"#/components/schemas/rulesets_Cursor"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/rulesets_PerPage"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"createAccountRuleset","summary":"Create an account ruleset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_CreateRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint":{"get":{"operationId":"getAccountEntrypointRuleset","summary":"Get an account entry point ruleset","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateAccountEntrypointRuleset","summary":"Update an account entry point ruleset","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UpdateEntrypointRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions":{"get":{"operationId":"listAccountEntrypointRulesetVersions","summary":"List an account entry point ruleset's versions","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.phases.versions","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version}":{"get":{"operationId":"getAccountEntrypointRulesetVersion","summary":"Get an account entry point ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/{ruleset_id}":{"get":{"operationId":"getAccountRuleset","summary":"Get an account ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateAccountRuleset","summary":"Update an account ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UpdateRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"deleteAccountRuleset","summary":"Delete an account ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/rulesets/{ruleset_id}/rules":{"post":{"operationId":"createAccountRulesetRule","summary":"Create an account ruleset rule","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_Rule"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/rulesets/{ruleset_id}/rules/{rule_id}":{"delete":{"operationId":"deleteAccountRulesetRule","summary":"Delete an account ruleset rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleId"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"updateAccountRulesetRule","summary":"Update an account ruleset rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleId"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_Rule"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/rulesets/{ruleset_id}/versions":{"get":{"operationId":"listAccountRulesetVersions","summary":"List an account ruleset's versions","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}":{"get":{"operationId":"getAccountRulesetVersion","summary":"Get an account ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.versions","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteAccountRulesetVersion","summary":"Delete an account ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}/by_tag/{rule_tag}":{"get":{"operationId":"listAccountRulesetVersionRulesByTag","summary":"List an account ruleset version's rules by tag","parameters":[{"name":"rule_tag","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleCategory"}},{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rum/site_info":{"post":{"operationId":"web-analytics-create-site","summary":"Create a Web Analytics site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_create-site-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/rum/site_info/list":{"get":{"operationId":"web-analytics-list-sites","summary":"List Web Analytics sites","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/rum_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/rum_page"}},{"name":"order_by","in":"query","schema":{"$ref":"#/components/schemas/rum_order_by"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_sites-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/rum/site_info/site_tag/list":{"get":{"operationId":"web-analytics-list-site-tags","summary":"List Web Analytics site tags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"all","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-tag-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rum/site_info/validate/{hostname}":{"get":{"operationId":"web-analytics-validate-site-hostname","summary":"Validate a Web Analytics site hostname","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"hostname","in":"path","required":true,"schema":{"type":"string","maxLength":253,"pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9]?)\\.){1,}([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]?){2,}$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_empty-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rum/site_info/zone_tag/list":{"get":{"operationId":"web-analytics-list-zone-tags","summary":"List Web Analytics zone tags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_zone-tag-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rum/site_info/{site_id}":{"get":{"operationId":"web-analytics-get-site","summary":"Get a Web Analytics site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"web-analytics-update-site","summary":"Update a Web Analytics site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_update-site-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"web-analytics-delete-site","summary":"Delete a Web Analytics site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-tag-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/rum/v2/{ruleset_id}/rules":{"post":{"operationId":"web-analytics-modify-rules","summary":"Update Web Analytics rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_ruleset_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_modify-rules-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.rules","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Groups":{"get":{"operationId":"scim-groups-list","summary":"List SCIM Groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"startIndex","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"count","in":"query","schema":{"type":"integer","minimum":0}},{"name":"filter","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group_list_response"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"scim-groups-create","summary":"Create SCIM Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group_create_request"}}}},"responses":{"201":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.create"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Groups/{group_id}":{"get":{"operationId":"scim-groups-get","summary":"Get SCIM Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_group_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"scim-groups-delete","summary":"Delete SCIM Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_group_identifier"}}],"responses":{"204":{},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.delete"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure? This action cannot be undone."},"patch":{"operationId":"scim-groups-patch","summary":"Patch SCIM Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_group_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group_patch_op_request"}}}},"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.update"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/ResourceTypes":{"get":{"operationId":"scim-resource-types-list","summary":"List SCIM Resource Types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_resource_type_list_response"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.resource-types","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/ResourceTypes/{resource_type_id}":{"get":{"operationId":"scim-resource-types-get","summary":"Get SCIM Resource Type","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"resource_type_id","in":"path","required":true,"schema":{"type":"string","enum":["User","Group"]}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_resource_type"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.resource-types","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Schemas":{"get":{"operationId":"scim-schemas-list","summary":"List SCIM Schemas","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_schema_list_response"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.schemas","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Schemas/{schema_id}":{"get":{"operationId":"scim-schemas-get","summary":"Get SCIM Schema","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"schema_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_schema"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.schemas","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/ServiceProviderConfig":{"get":{"operationId":"scim-service-provider-config-get","summary":"Get SCIM Service Provider Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_service_provider_config"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.service-provider-config","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Users":{"get":{"operationId":"scim-users-list","summary":"List SCIM Users","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"startIndex","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"count","in":"query","schema":{"type":"integer","minimum":0}},{"name":"filter","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user_list_response"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"scim-users-create","summary":"Create SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user_create_request"}}}},"responses":{"201":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.create"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Users/{user_id}":{"get":{"operationId":"scim-users-get","summary":"Get SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_user_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"scim-users-put","summary":"Replace SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_user_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user_replace_request"}}}},"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.update"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"scim-users-delete","summary":"Delete SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_user_identifier"}}],"responses":{"204":{},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.delete"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure you want to remove this user from the account?"},"patch":{"operationId":"scim-users-patch","summary":"Patch SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_user_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_patch_op_request"}}}},"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.update"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/secondary_dns/acls":{"get":{"operationId":"secondary-dns-(-acl)-list-ac-ls","summary":"List ACLs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_response_collection-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_response_collection-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"list"},"post":{"operationId":"secondary-dns-(-acl)-create-acl","summary":"Create ACL","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ip_range":{"$ref":"#/components/schemas/secondary-dns_ip_range"},"name":{"$ref":"#/components/schemas/secondary-dns_name-4"}},"required":["name","ip_range"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/secondary_dns/acls/{acl_id}":{"get":{"operationId":"secondary-dns-(-acl)-acl-details","summary":"ACL Details","parameters":[{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-acl)-update-acl","summary":"Update ACL","parameters":[{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_acl"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"update"},"delete":{"operationId":"secondary-dns-(-acl)-delete-acl","summary":"Delete ACL","parameters":[{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/secondary_dns/peers":{"get":{"operationId":"secondary-dns-(-peer)-list-peers","summary":"List Peers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_response_collection-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_response_collection-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"list"},"post":{"operationId":"secondary-dns-(-peer)-create-peer","summary":"Create Peer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/secondary-dns_name-3"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/secondary_dns/peers/{peer_id}":{"get":{"operationId":"secondary-dns-(-peer)-peer-details","summary":"Peer Details","parameters":[{"name":"peer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-peer)-update-peer","summary":"Update Peer","parameters":[{"name":"peer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_peer"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"update"},"delete":{"operationId":"secondary-dns-(-peer)-delete-peer","summary":"Delete Peer","parameters":[{"name":"peer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/secondary_dns/tsigs":{"get":{"operationId":"secondary-dns-(-tsig)-list-tsi-gs","summary":"List TSIGs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_response_collection"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"list"},"post":{"operationId":"secondary-dns-(-tsig)-create-tsig","summary":"Create TSIG","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_tsig"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}":{"get":{"operationId":"secondary-dns-(-tsig)-tsig-details","summary":"TSIG Details","parameters":[{"name":"tsig_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-tsig)-update-tsig","summary":"Update TSIG","parameters":[{"name":"tsig_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_tsig"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"update"},"delete":{"operationId":"secondary-dns-(-tsig)-delete-tsig","summary":"Delete TSIG","parameters":[{"name":"tsig_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/secrets_store/quota":{"get":{"operationId":"secrets-store-quota","summary":"View secret usage","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_quota_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.quota","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores":{"get":{"operationId":"secrets-store-list","summary":"List account stores","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_direction"},{"$ref":"#/components/parameters/secrets-store_page"},{"$ref":"#/components/parameters/secrets-store_per_page"},{"$ref":"#/components/parameters/secrets-store_store_order"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_stores_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.stores","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"secrets-store-create","summary":"Create a store","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_createStoreObject"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_store_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.stores","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores/{store_id}":{"get":{"operationId":"secrets-store-get-store-by-id","summary":"Get a store by ID","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_store_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.system-stores.get.by","x-fern-sdk-method-name":"id","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"secrets-store-delete-by-id","summary":"Delete a store","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_force"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_delete_response"}}}},"409":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.stores","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets":{"get":{"operationId":"secrets-store-secrets-list","summary":"List store secrets","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_direction"},{"$ref":"#/components/parameters/secrets-store_page"},{"$ref":"#/components/parameters/secrets-store_per_page"},{"$ref":"#/components/parameters/secrets-store_search"},{"$ref":"#/components/parameters/secrets-store_order"},{"$ref":"#/components/parameters/secrets-store_scopes_query"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secrets_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"secrets-store-secret-create","summary":"Create a secret","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/secrets-store_createSecretObject"},"x-stainless-skip":["terraform"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secrets_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets.bulk","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"secrets-store-delete-bulk","summary":"Delete secrets","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_deleteSecretsRequest"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_delete_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets.bulk","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}":{"get":{"operationId":"secrets-store-get-by-id","summary":"Get a secret by ID","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_secret_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secret_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"secrets-store-secret-delete-by-id","summary":"Delete a secret","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_secret_id"}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_delete_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"},"patch":{"operationId":"secrets-store-patch-by-id","summary":"Patch a secret","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_secret_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_patchSecretObject"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secret_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate":{"post":{"operationId":"secrets-store-duplicate-by-id","summary":"Duplicate Secret","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_secret_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_duplicateSecretObject"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secret_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"duplicate","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/storage/kv/namespaces":{"get":{"operationId":"workers-kv-namespace-list-namespaces","summary":"List Namespaces","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}},{"name":"order","in":"query","schema":{"type":"string","enum":["id","title"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers-kv_namespace"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"workers-kv-namespace-create-a-namespace","summary":"Create a Namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_create_rename_namespace_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_namespace"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}":{"get":{"operationId":"workers-kv-namespace-get-a-namespace","summary":"Get a Namespace","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_namespace"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"workers-kv-namespace-rename-a-namespace","summary":"Rename a Namespace","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_create_rename_namespace_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_namespace"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"workers-kv-namespace-remove-a-namespace","summary":"Remove a Namespace","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk":{"put":{"operationId":"workers-kv-namespace-write-multiple-key-value-pairs","summary":"Write multiple key-value pairs","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_bulk_write"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"bulk","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"workers-kv-namespace-delete-multiple-key-value-pairs-deprecated","summary":"Delete multiple key-value pairs","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_bulk_delete"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"bulk-deprecated","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/delete":{"post":{"operationId":"workers-kv-namespace-delete-multiple-key-value-pairs","summary":"Delete multiple key-value pairs","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_bulk_delete"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"bulk","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/get":{"post":{"operationId":"workers-kv-namespace-get-multiple-key-value-pairs","summary":"Get multiple key-value pairs","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/workers-kv_key_name_bulk"},"maxItems":100},"type":{"type":"string","default":"text","enum":["text","json"]},"withMetadata":{"type":"boolean","default":false}},"required":["keys"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/workers-kv_bulk-get-result"},{"$ref":"#/components/schemas/workers-kv_bulk-get-result-with-metadata"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"bulk","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/keys":{"get":{"operationId":"workers-kv-namespace-list-a-namespace'-s-keys","summary":"List a Namespace's Keys","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}},{"name":"limit","in":"query","schema":{"type":"number","default":1000,"maximum":1000,"minimum":10}},{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string","x-stainless-pagination-property":{"purpose":"next_cursor_param"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers-kv_key"},"x-stainless-pagination-property":{"purpose":"items"}},"result_info":{"$ref":"#/components/schemas/workers-kv_cursor_result_info"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keys","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/metadata/{key_name}":{"get":{"operationId":"workers-kv-namespace-read-the-metadata-for-a-key","summary":"Read the metadata for a key","parameters":[{"name":"key_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_key_name"}},{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_list_metadata"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"metadata","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}":{"get":{"operationId":"workers-kv-namespace-read-key-value-pair","summary":"Read key-value pair","parameters":[{"name":"key_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_key_name"}},{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"responses":{"200":{"content":{"application/octet-stream":{"schema":{"$ref":"#/components/schemas/workers-kv_value"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keys","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"workers-kv-namespace-write-key-value-pair-with-metadata","summary":"Write key-value pair with optional metadata","parameters":[{"name":"key_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_key_name"}},{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}},{"name":"expiration","in":"query","schema":{"$ref":"#/components/schemas/workers-kv_expiration"}},{"name":"expiration_ttl","in":"query","schema":{"$ref":"#/components/schemas/workers-kv_expiration_ttl"}}],"requestBody":{"required":true,"content":{"application/octet-stream":{"schema":{"$ref":"#/components/schemas/workers-kv_value"},"x-stainless-only":["http"]},"multipart/form-data":{"encoding":{"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/workers-kv_metadata"},"value":{"$ref":"#/components/schemas/workers-kv_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keys","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"workers-kv-namespace-delete-key-value-pair","summary":"Delete key-value pair","parameters":[{"name":"key_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_key_name"}},{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keys","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream":{"get":{"operationId":"stream-videos-list-videos","summary":"List videos","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/stream_media_state"}},{"name":"creator","in":"query","schema":{"$ref":"#/components/schemas/stream_creator"}},{"name":"type","in":"query","schema":{"$ref":"#/components/schemas/stream_type"}},{"name":"asc","in":"query","schema":{"$ref":"#/components/schemas/stream_asc"}},{"name":"video_name","in":"query","schema":{"$ref":"#/components/schemas/stream_video_name"}},{"name":"search","in":"query","schema":{"$ref":"#/components/schemas/stream_search"}},{"name":"start","in":"query","schema":{"$ref":"#/components/schemas/stream_start"}},{"name":"end","in":"query","schema":{"$ref":"#/components/schemas/stream_end"}},{"name":"include_counts","in":"query","schema":{"$ref":"#/components/schemas/stream_include_counts"}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"live_input_id","in":"query","schema":{"type":"string"}},{"name":"before","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"after","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"limit","in":"query","schema":{"type":"integer","maximum":1000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_video_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"stream-videos-initiate-video-uploads-using-tus","summary":"Initiate video uploads using TUS","parameters":[{"name":"Tus-Resumable","in":"header","required":true,"schema":{"$ref":"#/components/schemas/stream_tus_resumable"}},{"name":"Upload-Creator","in":"header","schema":{"$ref":"#/components/schemas/stream_creator"}},{"name":"Upload-Length","in":"header","required":true,"schema":{"$ref":"#/components/schemas/stream_upload_length"}},{"name":"Upload-Metadata","in":"header","schema":{"$ref":"#/components/schemas/stream_upload_metadata"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"direct_user","in":"query","schema":{"$ref":"#/components/schemas/stream_direct_user"}}],"responses":{"201":{"headers":{"Location":{"schema":{"type":"string"}},"Stream-Media-ID":{"schema":{"type":"string"}},"Tus-Resumable":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/clip":{"post":{"operationId":"stream-video-clipping-clip-videos-given-a-start-and-end-time","summary":"Clip videos given a start and end time","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_videoClipStandard"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_clipResponseSingle"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Video Clipping"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.clip","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/copy":{"post":{"operationId":"stream-videos-upload-videos-from-a-url","summary":"Upload videos from a URL","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"Upload-Creator","in":"header","schema":{"$ref":"#/components/schemas/stream_creator"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_video_copy_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_video_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.copy","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/direct_upload":{"post":{"operationId":"stream-videos-upload-videos-via-direct-upload-ur-ls","summary":"Upload videos via direct upload URLs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"Upload-Creator","in":"header","schema":{"$ref":"#/components/schemas/stream_creator"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_direct_upload_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_direct_upload_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.direct-upload","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/keys":{"get":{"operationId":"stream-signing-keys-list-signing-keys","summary":"List signing keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_key_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Signing Keys"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.keys","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"stream-signing-keys-create-signing-keys","summary":"Create signing keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_key_generation_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Signing Keys"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.keys","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/keys/{identifier}":{"delete":{"operationId":"stream-signing-keys-delete-signing-keys","summary":"Delete signing keys","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Signing Keys"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.keys","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/live_inputs":{"get":{"operationId":"stream-live-inputs-list-live-inputs","summary":"List live inputs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}},{"name":"include_counts","in":"query","schema":{"$ref":"#/components/schemas/stream_include_counts"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_live_input_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"stream-live-inputs-create-a-live-input","summary":"Create a live input","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_create_input_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_live_input_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}":{"get":{"operationId":"stream-live-inputs-retrieve-a-live-input","summary":"Retrieve a live input","parameters":[{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_live_input_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"stream-live-inputs-update-a-live-input","summary":"Update a live input","parameters":[{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_update_input_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_live_input_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"stream-live-inputs-delete-a-live-input","summary":"Delete a live input","parameters":[{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{}}},"4XX":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs":{"get":{"operationId":"stream-live-inputs-list-all-outputs-associated-with-a-specified-live-input","summary":"List all outputs associated with a specified live input","parameters":[{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_output_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs.outputs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs/{output_identifier}":{"put":{"operationId":"stream-live-inputs-update-an-output","summary":"Update an output","parameters":[{"name":"output_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_output_identifier"}},{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_update_output_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_output_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs.outputs","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"stream-live-inputs-delete-an-output","summary":"Delete an output","parameters":[{"name":"output_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_output_identifier"}},{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{}}},"4XX":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs.outputs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/storage-usage":{"get":{"operationId":"stream-videos-storage-usage","summary":"Storage use","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"creator","in":"query","schema":{"$ref":"#/components/schemas/stream_creator"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_storage_use_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.videos","x-fern-sdk-method-name":"storage-usage","x-forge-hidden":true}},"/accounts/{account_id}/stream/usage":{"get":{"operationId":"usage-analytics-get-account-stream-usage","summary":"Get account Stream usage","parameters":[{"$ref":"#/components/parameters/usage-analytics_account_id"},{"$ref":"#/components/parameters/usage-analytics_metrics"},{"$ref":"#/components/parameters/usage-analytics_since"},{"$ref":"#/components/parameters/usage-analytics_until"},{"$ref":"#/components/parameters/usage-analytics_time_delta"},{"$ref":"#/components/parameters/usage-analytics_limit"},{"$ref":"#/components/parameters/usage-analytics_filters"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_stream_usage_response"}}}},"400":{"$ref":"#/components/responses/usage-analytics_bad_request"},"401":{"$ref":"#/components/responses/usage-analytics_unauthorized"},"403":{"$ref":"#/components/responses/usage-analytics_forbidden"}},"security":[{"realmrootOidc":["stream.read"]}],"tags":["Usage Analytics"],"x-api-token-group":["Stream Read"]}},"/accounts/{account_id}/stream/watermarks":{"get":{"operationId":"stream-watermark-profile-list-watermark-profiles","summary":"List watermark profiles","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_watermark_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Watermark Profile"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.watermarks","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"stream-watermark-profile-create-watermark-profiles-via-basic-upload","summary":"Create watermark profiles via basic upload","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/stream_name"},"opacity":{"$ref":"#/components/schemas/stream_opacity"},"padding":{"$ref":"#/components/schemas/stream_padding"},"position":{"$ref":"#/components/schemas/stream_position"},"scale":{"$ref":"#/components/schemas/stream_scale"},"url":{"type":"string","format":"uri"}}}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/stream_watermark_basic_upload"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_watermark_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Watermark Profile"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.watermarks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/watermarks/{identifier}":{"get":{"operationId":"stream-watermark-profile-watermark-profile-details","summary":"Watermark profile details","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_watermark_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_watermark_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Watermark Profile"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.watermarks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"stream-watermark-profile-delete-watermark-profiles","summary":"Delete watermark profiles","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_watermark_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"string","x-auditable":true}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Watermark Profile"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.watermarks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/webhook":{"get":{"operationId":"stream-webhook-view-webhooks","summary":"View webhooks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_webhook_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Webhook"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.webhooks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"stream-webhook-create-webhooks","summary":"Create webhooks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_webhook_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_webhook_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Webhook"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.webhooks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"stream-webhook-delete-webhooks","summary":"Delete webhooks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Webhook"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.webhooks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}":{"get":{"operationId":"stream-videos-retrieve-video-details","summary":"Retrieve video details","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_video_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"stream-videos-delete-video","summary":"Delete video","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/audio":{"get":{"operationId":"list-audio-tracks","summary":"List additional audio tracks on a video","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_listAudioTrackResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Audio Tracks"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.audio-tracks","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}":{"delete":{"operationId":"delete-audio-tracks","summary":"Delete additional audio tracks on a video","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"audio_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_audio_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Audio Tracks"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.audio-tracks","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"edit-audio-tracks","summary":"Edit additional audio tracks on a video","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"audio_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_audio_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_editAudioTrack"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_addAudioTrackResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Audio Tracks"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.audio-tracks","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/captions":{"get":{"operationId":"stream-subtitles/-captions-list-captions-or-subtitles","summary":"List captions or subtitles","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_language_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/captions/{language}":{"get":{"operationId":"stream-subtitles/-captions-get-caption-or-subtitle-for-language","summary":"List captions or subtitles for a provided language","parameters":[{"name":"language","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_language"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_language_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions.language","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"stream-subtitles/-captions-upload-captions-or-subtitles","summary":"Upload captions or subtitles","parameters":[{"name":"language","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_language"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/stream_caption_basic_upload"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_language_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions.language","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"stream-subtitles/-captions-delete-captions-or-subtitles","summary":"Delete captions or subtitles","parameters":[{"name":"language","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_language"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"string","x-auditable":true}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions.language","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/captions/{language}/vtt":{"get":{"operationId":"stream-subtitles/-captions-get-vtt-caption-or-subtitle","summary":"Return WebVTT captions for a provided language","parameters":[{"name":"language","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_language"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"text/vtt":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions.language.vtt","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/downloads":{"get":{"operationId":"stream-m-p-4-downloads-list-downloads","summary":"List downloads","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_downloads_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream MP4 Downloads"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.downloads","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"stream-m-p-4-downloads-delete-downloads","summary":"Delete downloads","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream MP4 Downloads"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.downloads","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/downloads/{download_type}":{"delete":{"operationId":"stream-downloads-delete-type-specific-downloads","summary":"Delete download","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}},{"name":"download_type","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_download_type"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream MP4 Downloads"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.typed-downloads","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/embed":{"get":{"operationId":"stream-videos-retreieve-embed-code-html","summary":"Retrieve embed Code HTML","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"text/html":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.embed","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/routes":{"get":{"operationId":"tunnel-route-list-tunnel-routes","summary":"List tunnel routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"comment","in":"query","schema":{"$ref":"#/components/schemas/tunnel_route_comment"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"network_subset","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip_network"}]}},{"name":"network_superset","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip_network"}]}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"tunnel_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"route_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_route_id"}},{"name":"tun_types","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_types"}},{"name":"virtual_network_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_teamnet_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_teamnet_response_collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"tunnel-route-create-a-tunnel-route","summary":"Create a tunnel route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"network":{"$ref":"#/components/schemas/tunnel_ip_network"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id_computed_optional"}},"required":["network","tunnel_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/routes/ip/{ip}":{"get":{"operationId":"tunnel-route-get-tunnel-route-by-ip","summary":"Get tunnel route by IP","parameters":[{"name":"ip","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_ip"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"virtual_network_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"default_virtual_network_fallback","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_teamnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_teamnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes.ips","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/routes/network/{ip_network_encoded}":{"post":{"operationId":"tunnel-route-create-a-tunnel-route-with-cidr","summary":"Create a tunnel route (CIDR Endpoint)","parameters":[{"name":"ip_network_encoded","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_ip_network_encoded"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},"required":["tunnel_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-ignore":true,"x-stainless-deprecation-message":"This endpoint and its related APIs are deprecated in favor of the equivalent Tunnel Route (without CIDR) APIs."},"delete":{"operationId":"tunnel-route-delete-a-tunnel-route-with-cidr","summary":"Delete a tunnel route (CIDR Endpoint)","parameters":[{"name":"ip_network_encoded","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_ip_network_encoded"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"virtual_network_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"tun_type","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_type"}},{"name":"tunnel_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-ignore":true,"x-stainless-deprecation-message":"This endpoint and its related APIs are deprecated in favor of the equivalent Tunnel Route (without CIDR) APIs."},"patch":{"operationId":"tunnel-route-update-a-tunnel-route-with-cidr","summary":"Update a tunnel route (CIDR Endpoint)","parameters":[{"name":"ip_network_encoded","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_ip_network_encoded"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-ignore":true,"x-stainless-deprecation-message":"This endpoint and its related APIs are deprecated in favor of the equivalent Tunnel Route (without CIDR) APIs."}},"/accounts/{account_id}/teamnet/routes/{route_id}":{"delete":{"operationId":"tunnel-route-delete-a-tunnel-route","summary":"Delete a tunnel route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_route_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"tunnel-route-update-a-tunnel-route","summary":"Update a tunnel route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_route_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"network":{"$ref":"#/components/schemas/tunnel_ip_network"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id_computed_optional"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/virtual_networks":{"get":{"operationId":"tunnel-virtual-network-list-virtual-networks","summary":"List virtual networks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}},{"name":"is_default","in":"query","schema":{"type":"boolean"},"deprecated":true,"x-stainless-deprecation-message":"Use the is_default_network property instead.","x-stainless-ignore":true},{"name":"is_default_network","in":"query","schema":{"type":"boolean"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_vnet_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_vnet_response_collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Virtual Network"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.virtual-networks","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"tunnel-virtual-network-create-a-virtual-network","summary":"Create a virtual network","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_virtual_network_comment"},"is_default":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use the is_default_network property instead.","x-stainless-ignore":true},"is_default_network":{"$ref":"#/components/schemas/tunnel_is_default_network_optional"},"name":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_vnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_vnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Virtual Network"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.virtual-networks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/virtual_networks/{virtual_network_id}":{"delete":{"operationId":"tunnel-virtual-network-delete","summary":"Delete a virtual network","parameters":[{"name":"virtual_network_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_vnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_vnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Virtual Network"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.virtual-networks","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"tunnel-virtual-network-update","summary":"Update a virtual network","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"virtual_network_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_virtual_network_comment"},"is_default_network":{"$ref":"#/components/schemas/tunnel_is_default_network_optional"},"name":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_vnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_vnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Virtual Network"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.virtual-networks","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/tunnels":{"get":{"operationId":"cloudflare-tunnel-list-all-tunnels","summary":"List All Tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"uuid","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"was_active_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"was_inactive_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"include_prefix","in":"query","schema":{"type":"string"}},{"name":"exclude_prefix","in":"query","schema":{"type":"string"}},{"name":"tun_types","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_types"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/tunnel_status"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel-response-collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/response/{response_id}":{"get":{"operationId":"urlscanner-get-response-text","summary":"Get raw response","parameters":[{"name":"response_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.response","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/responses/methods/get/) instead."}},"/accounts/{account_id}/urlscanner/scan":{"get":{"operationId":"urlscanner-search-scans","summary":"Search URL scans","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"scan_id","in":"query","schema":{"type":"string","format":"uuid"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"next_cursor","in":"query","schema":{"type":"string"}},{"name":"date_start","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"date_end","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"url","in":"query","schema":{"type":"string"}},{"name":"hostname","in":"query","schema":{"type":"string"}},{"name":"path","in":"query","schema":{"type":"string"}},{"name":"ip","in":"query","schema":{"type":"string"}},{"name":"hash","in":"query","schema":{"type":"string"}},{"name":"page_url","in":"query","schema":{"type":"string"}},{"name":"page_hostname","in":"query","schema":{"type":"string"}},{"name":"page_path","in":"query","schema":{"type":"string"}},{"name":"page_asn","in":"query","schema":{"type":"string"}},{"name":"page_ip","in":"query","schema":{"type":"string"}},{"name":"account_scans","in":"query","schema":{"type":"boolean"}},{"name":"is_malicious","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"tasks":{"type":"array","items":{"properties":{"country":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string","format":"date-time"},"url":{"type":"string"},"uuid":{"type":"string","format":"uuid"},"visibility":{"type":"string","enum":["public","unlisted"]}},"required":["uuid","url","success","time","country","visibility"],"type":"object"}}},"required":["tasks"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan.get.urlscanner","x-fern-sdk-method-name":"scans","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/list/) instead."},"post":{"operationId":"urlscanner-create-scan","summary":"Create URL Scan","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"country":{"type":"string","enum":["AF","AL","DZ","AD","AO","AG","AR","AM","AU","AT","AZ","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CR","CI","HR","CU","CY","CZ","CD","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","SZ","ET","FJ","FI","FR","GA","GE","DE","GH","GR","GL","GD","GT","GN","GW","GY","HT","HN","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MR","MU","MX","FM","MD","MC","MN","MS","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","MK","NO","OM","PK","PS","PA","PG","PY","PE","PH","PL","PT","QA","RO","RU","RW","SH","KN","LC","VC","WS","SM","ST","SA","SN","RS","SC","SL","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","BS","GM","TL","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VE","VN","YE","ZM","ZW"]},"customHeaders":{"type":"object","additionalProperties":{"type":"string"}},"screenshotsResolutions":{"type":"array","items":{"default":"desktop","enum":["desktop","mobile","tablet"],"type":"string"},"default":["desktop"]},"url":{"type":"string"},"visibility":{"type":"string","default":"Public","enum":["Public","Unlisted"]}},"required":["url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"time":{"type":"string","format":"date-time"},"url":{"type":"string"},"uuid":{"type":"string","format":"uuid"},"visibility":{"type":"string","enum":["public","unlisted"]}},"required":["visibility","uuid","url","time"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"tasks":{"type":"array","items":{"properties":{"clientLocation":{"type":"string"},"clientType":{"type":"string","enum":["Site","Automatic","Api"]},"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"scannedFrom":{"type":"object","properties":{"colo":{"type":"string"}},"required":["colo"]},"status":{"type":"string","enum":["Queued","InProgress","InPostProcessing","Finished"]},"success":{"type":"boolean"},"time":{"type":"string"},"timeEnd":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string","enum":["Public","Unlisted"]}},"required":["uuid","url","status","success","errors","time","timeEnd","visibility","clientLocation","clientType","effectiveUrl","scannedFrom"],"type":"object"}}},"required":["tasks"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/create/) instead."}},"/accounts/{account_id}/urlscanner/scan/{scan_id}":{"get":{"operationId":"urlscanner-get-scan","summary":"Get URL scan","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"full","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"scan":{"type":"object","properties":{"asns":{"type":"object","properties":{"asn":{"type":"object","properties":{"asn":{"type":"string"},"location_alpha2":{"type":"string"},"name":{"type":"string"},"org_name":{"type":"string"}},"required":["asn","name","description","org_name","location_alpha2"]}}},"certificates":{"type":"array","items":{"properties":{"issuer":{"type":"string"},"subjectName":{"type":"string"},"validFrom":{"type":"number"},"validTo":{"type":"number"}},"required":["issuer","subjectName","validFrom","validTo"],"type":"object"}},"domains":{"type":"object","properties":{"example.com":{"type":"object","properties":{"categories":{"type":"object","properties":{"content":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"},"type":"array"},"inherited":{"type":"object","properties":{"content":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"},"type":"array"},"from":{"type":"string"},"risks":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"}}}},"risks":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"}}},"required":["inherited"]},"dns":{"type":"array","items":{"properties":{"address":{"type":"string"},"dnssec_valid":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"}},"required":["name","address","type","dnssec_valid"],"type":"object"}},"name":{"type":"string"},"rank":{"type":"object","properties":{"bucket":{"type":"string"},"name":{"type":"string"},"rank":{"type":"integer"}},"required":["name","bucket"]},"type":{"type":"string"}},"required":["name","type","categories","dns","rank"]}}},"geo":{"type":"object","properties":{"continents":{"type":"array","items":{"type":"string"}},"locations":{"type":"array","items":{"type":"string"}}},"required":["locations","continents"]},"ips":{"type":"object","properties":{"ip":{"type":"object","properties":{"asn":{"type":"string"},"asnDescription":{"type":"string"},"asnLocationAlpha2":{"type":"string"},"asnName":{"type":"string"},"asnOrgName":{"type":"string"},"continent":{"type":"string"},"geonameId":{"type":"string"},"ip":{"type":"string"},"ipVersion":{"type":"string"},"latitude":{"type":"string"},"locationAlpha2":{"type":"string"},"locationName":{"type":"string"},"longitude":{"type":"string"},"subdivision1Name":{"type":"string"},"subdivision2Name":{"type":"string"}},"required":["ip","ipVersion","locationAlpha2","locationName","subdivision1Name","subdivision2Name","latitude","longitude","continent","geonameId","asn","asnName","asnOrgName","asnDescription","asnLocationAlpha2"]}}},"links":{"type":"object","properties":{"link":{"type":"object","properties":{"href":{"type":"string"},"text":{"type":"string"}},"required":["href","text"]}}},"meta":{"type":"object","properties":{"processors":{"type":"object","properties":{"categories":{"type":"object","properties":{"content":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"},"type":"array"},"risks":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","super_category_id","name"],"type":"object"}}},"required":["content","risks"]},"phishing":{"type":"array","items":{"type":"string"}},"rank":{"type":"object","properties":{"bucket":{"type":"string"},"name":{"type":"string"},"rank":{"type":"integer"}},"required":["name","bucket"]},"tech":{"type":"array","items":{"properties":{"categories":{"type":"array","items":{"properties":{"groups":{"type":"array","items":{"type":"integer"}},"id":{"type":"integer"},"name":{"type":"string"},"priority":{"type":"integer"},"slug":{"type":"string"}},"required":["id","slug","groups","name","priority"],"type":"object"}},"confidence":{"type":"integer"},"evidence":{"type":"object","properties":{"impliedBy":{"type":"array","items":{"type":"string"}},"patterns":{"type":"array","items":{"properties":{"confidence":{"type":"integer"},"excludes":{"type":"array","items":{"type":"string"}},"implies":{"type":"array","items":{"type":"string"}},"match":{"type":"string"},"name":{"type":"string"},"regex":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"},"version":{"type":"string"}},"required":["type","regex","value","match","name","confidence","version","implies","excludes"],"type":"object"}}},"required":["patterns","impliedBy"]},"icon":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"website":{"type":"string"}},"required":["name","slug","categories","confidence","icon","website","evidence"],"type":"object"}}},"required":["tech","categories","rank","phishing"]}},"required":["processors"]},"page":{"type":"object","properties":{"asn":{"type":"string"},"asnLocationAlpha2":{"type":"string"},"asnname":{"type":"string"},"console":{"type":"array","items":{"properties":{"category":{"type":"string"},"text":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["type","text","category"],"type":"object"}},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"path":{"type":"string"},"priority":{"type":"string"},"sameParty":{"type":"boolean"},"secure":{"type":"boolean"},"session":{"type":"boolean"},"size":{"type":"number"},"sourcePort":{"type":"number"},"sourceScheme":{"type":"string"},"value":{"type":"string"}},"required":["name","value","domain","path","expires","size","httpOnly","secure","session","sameParty","sourceScheme","sourcePort"],"type":"object"}},"country":{"type":"string"},"countryLocationAlpha2":{"type":"string"},"domain":{"type":"string"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"ip":{"type":"string"},"js":{"type":"object","properties":{"variables":{"type":"array","items":{"properties":{"name":{"type":"string"},"type":{"type":"string"}},"required":["name","type"],"type":"object"}}},"required":["variables"]},"securityViolations":{"type":"array","items":{"properties":{"category":{"type":"string"},"text":{"type":"string"},"url":{"type":"string"}},"required":["text","category","url"],"type":"object"}},"status":{"type":"number"},"subdivision1Name":{"type":"string"},"subdivision2name":{"type":"string"},"url":{"type":"string"}},"required":["url","domain","country","countryLocationAlpha2","subdivision1Name","subdivision2name","ip","asn","asnname","asnLocationAlpha2","cookies","headers","status","js","console","securityViolations"]},"performance":{"type":"array","items":{"properties":{"connectEnd":{"type":"number"},"connectStart":{"type":"number"},"decodedBodySize":{"type":"number"},"domComplete":{"type":"number"},"domContentLoadedEventEnd":{"type":"number"},"domContentLoadedEventStart":{"type":"number"},"domInteractive":{"type":"number"},"domainLookupEnd":{"type":"number"},"domainLookupStart":{"type":"number"},"duration":{"type":"number"},"encodedBodySize":{"type":"number"},"entryType":{"type":"string"},"fetchStart":{"type":"number"},"initiatorType":{"type":"string"},"loadEventEnd":{"type":"number"},"loadEventStart":{"type":"number"},"name":{"type":"string"},"nextHopProtocol":{"type":"string"},"redirectCount":{"type":"number"},"redirectEnd":{"type":"number"},"redirectStart":{"type":"number"},"requestStart":{"type":"number"},"responseEnd":{"type":"number"},"responseStart":{"type":"number"},"secureConnectionStart":{"type":"number"},"startTime":{"type":"number"},"transferSize":{"type":"number"},"type":{"type":"string"},"unloadEventEnd":{"type":"number"},"unloadEventStart":{"type":"number"},"workerStart":{"type":"number"}},"required":["name","entryType","startTime","duration","initiatorType","nextHopProtocol","workerStart","redirectStart","redirectEnd","fetchStart","domainLookupStart","domainLookupEnd","connectStart","connectEnd","secureConnectionStart","requestStart","responseStart","responseEnd","transferSize","encodedBodySize","decodedBodySize","unloadEventStart","unloadEventEnd","domInteractive","domContentLoadedEventStart","domContentLoadedEventEnd","domComplete","loadEventStart","loadEventEnd","type","redirectCount"],"type":"object"}},"task":{"type":"object","properties":{"clientLocation":{"type":"string"},"clientType":{"type":"string","enum":["Site","Automatic","Api"]},"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"scannedFrom":{"type":"object","properties":{"colo":{"type":"string"}},"required":["colo"]},"status":{"type":"string","enum":["Queued","InProgress","InPostProcessing","Finished"]},"success":{"type":"boolean"},"time":{"type":"string"},"timeEnd":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string","enum":["Public","Unlisted"]}},"required":["uuid","url","status","success","errors","time","timeEnd","visibility","clientLocation","clientType","effectiveUrl","scannedFrom"]},"verdicts":{"type":"object","properties":{"overall":{"type":"object","properties":{"categories":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","super_category_id","name"],"type":"object"}},"malicious":{"type":"boolean"},"phishing":{"type":"array","items":{"type":"string"}}},"required":["malicious","categories","phishing"]}},"required":["overall"]}},"required":["task","meta","page","geo","certificates","performance","verdicts"]}},"required":["scan"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"scan":{"type":"object","properties":{"task":{"type":"object","properties":{"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"location":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","status","success","errors","time","visibility","location","region","effectiveUrl"]}},"required":["task"]}},"required":["scan"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan.get.urlscanner","x-fern-sdk-method-name":"scan","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/get/) instead."}},"/accounts/{account_id}/urlscanner/scan/{scan_id}/har":{"get":{"operationId":"urlscanner-get-scan-har","summary":"Get URL scan's HAR","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"har":{"type":"object","properties":{"log":{"type":"object","properties":{"creator":{"type":"object","properties":{"comment":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}},"required":["name","version","comment"]},"entries":{"type":"array","items":{"properties":{"_initialPriority":{"type":"string"},"_initiator_type":{"type":"string"},"_priority":{"type":"string"},"_requestId":{"type":"string"},"_requestTime":{"type":"number"},"_resourceType":{"type":"string"},"cache":{"type":"object"},"connection":{"type":"string"},"pageref":{"type":"string"},"request":{"type":"object","properties":{"bodySize":{"type":"number"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"headersSize":{"type":"number"},"httpVersion":{"type":"string"},"method":{"type":"string"},"url":{"type":"string"}},"required":["method","url","headersSize","bodySize","headers","httpVersion"]},"response":{"type":"object","properties":{"_transferSize":{"type":"number"},"bodySize":{"type":"number"},"content":{"properties":{"compression":{"type":"integer"},"mimeType":{"type":"string"},"size":{"type":"number"}},"required":["mimeType","size"],"type":"object"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"headersSize":{"type":"number"},"httpVersion":{"type":"string"},"redirectURL":{"type":"string"},"status":{"type":"number"},"statusText":{"type":"string"}},"required":["httpVersion","redirectURL","status","statusText","content","headersSize","bodySize","headers","_transferSize"]},"serverIPAddress":{"type":"string"},"startedDateTime":{"type":"string"},"time":{"type":"number"}},"required":["cache","startedDateTime","_requestId","_initialPriority","_priority","pageref","request","time","_initiator_type","_resourceType","response","connection","serverIPAddress","_requestTime"],"type":"object"}},"pages":{"type":"array","items":{"properties":{"id":{"type":"string"},"pageTimings":{"type":"object","properties":{"onContentLoad":{"type":"number"},"onLoad":{"type":"number"}},"required":["onLoad","onContentLoad"]},"startedDateTime":{"type":"string"},"title":{"type":"string"}},"required":["id","startedDateTime","title","pageTimings"],"type":"object"}},"version":{"type":"string"}},"required":["version","creator","pages","entries"]}},"required":["log"]}},"required":["har"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"scan":{"type":"object","properties":{"task":{"type":"object","properties":{"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"location":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","status","success","errors","time","visibility","location","region","effectiveUrl"]}},"required":["task"]}},"required":["scan"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan.har","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/har/) instead."}},"/accounts/{account_id}/urlscanner/scan/{scan_id}/screenshot":{"get":{"operationId":"urlscanner-get-scan-screenshot","summary":"Get screenshot","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"resolution","in":"query","schema":{"type":"string","default":"desktop","enum":["desktop","mobile","tablet"]}}],"responses":{"200":{"content":{"image/png":{"schema":{"type":"string"}}}},"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"scan":{"type":"object","properties":{"task":{"type":"object","properties":{"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"location":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","status","success","errors","time","visibility","location","region","effectiveUrl"]}},"required":["task"]}},"required":["scan"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan.screenshot","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/screenshot/) instead."}},"/accounts/{account_id}/urlscanner/v2/bulk":{"post":{"operationId":"urlscanner-create-scan-bulk-v2","summary":"Bulk create URL Scans","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"agentReadiness":{"type":"boolean"},"customHeaders":{"type":"object","additionalProperties":{"type":"string"}},"customagent":{"type":"string","maxLength":4096},"referer":{"type":"string","maxLength":4096},"screenshotsResolutions":{"type":"array","items":{"default":"desktop","enum":["desktop","mobile","tablet"],"type":"string"},"default":["desktop"]},"url":{"type":"string"},"visibility":{"type":"string","default":"Public","enum":["Public","Unlisted"]}},"required":["url"],"type":"object"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"api":{"type":"string"},"options":{"type":"object","properties":{"useragent":{"type":"string"}}},"result":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string","format":"uuid"},"visibility":{"type":"string","enum":["public","unlisted"]}},"required":["uuid","result","api","visibility","url"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"number"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"number"}},"required":["message","status","errors"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/dom/{scan_id}":{"get":{"operationId":"urlscanner-get-scan-dom-v2","summary":"Get URL scan's DOM","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"},"task":{"type":"object","properties":{"status":{"type":"string"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","status","visibility"]}},"required":["message","status","errors","task"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"dom","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/har/{scan_id}":{"get":{"operationId":"urlscanner-get-scan-har-v2","summary":"Get URL scan's HAR","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"log":{"type":"object","properties":{"creator":{"type":"object","properties":{"comment":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}},"required":["name","version","comment"]},"entries":{"type":"array","items":{"properties":{"_initialPriority":{"type":"string"},"_initiator_type":{"type":"string"},"_priority":{"type":"string"},"_requestId":{"type":"string"},"_requestTime":{"type":"number"},"_resourceType":{"type":"string"},"cache":{"type":"object"},"connection":{"type":"string"},"pageref":{"type":"string"},"request":{"type":"object","properties":{"bodySize":{"type":"number"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"headersSize":{"type":"number"},"httpVersion":{"type":"string"},"method":{"type":"string"},"url":{"type":"string"}},"required":["method","url","headersSize","bodySize","headers","httpVersion"]},"response":{"type":"object","properties":{"_transferSize":{"type":"number"},"bodySize":{"type":"number"},"content":{"properties":{"compression":{"type":"integer"},"mimeType":{"type":"string"},"size":{"type":"number"}},"required":["mimeType","size"],"type":"object"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"headersSize":{"type":"number"},"httpVersion":{"type":"string"},"redirectURL":{"type":"string"},"status":{"type":"number"},"statusText":{"type":"string"}},"required":["httpVersion","redirectURL","status","statusText","content","headersSize","bodySize","headers","_transferSize"]},"serverIPAddress":{"type":"string"},"startedDateTime":{"type":"string"},"time":{"type":"number"}},"required":["cache","startedDateTime","_requestId","_initialPriority","_priority","pageref","request","time","_initiator_type","_resourceType","response","connection","serverIPAddress","_requestTime"],"type":"object"}},"pages":{"type":"array","items":{"properties":{"id":{"type":"string"},"pageTimings":{"type":"object","properties":{"onContentLoad":{"type":"number"},"onLoad":{"type":"number"}},"required":["onLoad","onContentLoad"]},"startedDateTime":{"type":"string"},"title":{"type":"string"}},"required":["id","startedDateTime","title","pageTimings"],"type":"object"}},"version":{"type":"string"}},"required":["version","creator","pages","entries"]}},"required":["log"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"},"task":{"type":"object","properties":{"status":{"type":"string"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","status","visibility"]}},"required":["message","status","errors","task"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"har","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/responses/{response_id}":{"get":{"operationId":"urlscanner-get-response-v2","summary":"Get raw response","parameters":[{"name":"response_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.responses","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/result/{scan_id}":{"get":{"operationId":"urlscanner-get-scan-v2","summary":"Get URL scan","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"console":{"type":"array","items":{"properties":{"message":{"type":"object","properties":{"level":{"type":"string"},"source":{"type":"string"},"text":{"type":"string"},"url":{"type":"string"}},"required":["source","level","text","url"]}},"required":["message"],"type":"object"}},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"path":{"type":"string"},"priority":{"type":"string"},"sameParty":{"type":"boolean"},"secure":{"type":"boolean"},"session":{"type":"boolean"},"size":{"type":"number"},"sourcePort":{"type":"number"},"sourceScheme":{"type":"string"},"value":{"type":"string"}},"required":["name","value","domain","path","expires","size","httpOnly","secure","session","priority","sameParty","sourceScheme","sourcePort"],"type":"object"}},"globals":{"type":"array","items":{"properties":{"prop":{"type":"string"},"type":{"type":"string"}},"required":["prop","type"],"type":"object"}},"links":{"type":"array","items":{"properties":{"href":{"type":"string"},"text":{"type":"string"}},"required":["href","text"],"type":"object"}},"performance":{"type":"array","items":{"properties":{"duration":{"type":"number"},"entryType":{"type":"string"},"name":{"type":"string"},"startTime":{"type":"number"}},"required":["name","entryType","startTime","duration"],"type":"object"}},"requests":{"type":"array","items":{"properties":{"request":{"type":"object","properties":{"documentURL":{"type":"string"},"frameId":{"type":"string"},"hasUserGesture":{"type":"boolean"},"initiator":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["type","url","host"]},"loaderId":{"type":"string"},"primaryRequest":{"type":"boolean"},"redirectHasExtraInfo":{"type":"boolean"},"redirectResponse":{"type":"object","properties":{"charset":{"type":"string"},"headers":{"type":"object"},"mimeType":{"type":"string"},"protocol":{"type":"string"},"remoteIPAddress":{"type":"string"},"remotePort":{"type":"number"},"securityHeaders":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"securityState":{"type":"string"},"status":{"type":"number"},"statusText":{"type":"string"},"url":{"type":"string"}},"required":["url","status","statusText","mimeType","charset","remoteIPAddress","remotePort","protocol","securityState","securityHeaders"]},"request":{"type":"object","properties":{"headers":{"type":"object"},"initialPriority":{"type":"string"},"isSameSite":{"type":"boolean"},"method":{"type":"string"},"mixedContentType":{"type":"string"},"referrerPolicy":{"type":"string"},"url":{"type":"string"}},"required":["url","method","mixedContentType","initialPriority","referrerPolicy","isSameSite"]},"requestId":{"type":"string"},"type":{"type":"string"},"wallTime":{"type":"number"}},"required":["requestId","documentURL","request","wallTime","initiator","redirectHasExtraInfo","type","hasUserGesture"]},"requests":{"type":"array","items":{"properties":{"documentURL":{"type":"string"},"frameId":{"type":"string"},"hasUserGesture":{"type":"boolean"},"initiator":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"loaderId":{"type":"string"},"redirectHasExtraInfo":{"type":"boolean"},"request":{"type":"object","properties":{"headers":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"initialPriority":{"type":"string"},"isSameSite":{"type":"boolean"},"method":{"type":"string"},"mixedContentType":{"type":"string"},"referrerPolicy":{"type":"string"},"url":{"type":"string"}},"required":["url","method","headers","mixedContentType","initialPriority","referrerPolicy","isSameSite"]},"requestId":{"type":"string"},"type":{"type":"string"},"wallTime":{"type":"number"}},"required":["requestId","loaderId","frameId","documentURL","wallTime","request","type","initiator","hasUserGesture","redirectHasExtraInfo"],"type":"object"}},"response":{"type":"object","properties":{"asn":{"type":"object","properties":{"asn":{"type":"string"},"country":{"type":"string"},"ip":{"type":"string"},"name":{"type":"string"},"org":{"type":"string"}},"required":["ip","asn","country","description","name","org"]},"contentAvailable":{"type":"boolean"},"dataLength":{"type":"number"},"encodedDataLength":{"type":"number"},"geoip":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"},"country_name":{"type":"string"},"geonameId":{"type":"string"},"ll":{"type":"array","items":{"type":"number"}},"region":{"type":"string"}},"required":["country","region","city","ll","country_name","geonameId"]},"hasExtraInfo":{"type":"boolean"},"hash":{"type":"string"},"requestId":{"type":"string"},"response":{"type":"object","properties":{"charset":{"type":"string"},"headers":{"type":"object"},"mimeType":{"type":"string"},"protocol":{"type":"string"},"remoteIPAddress":{"type":"string"},"remotePort":{"type":"number"},"securityDetails":{"type":"object","properties":{"certificateId":{"type":"number"},"certificateTransparencyCompliance":{"type":"string"},"cipher":{"type":"string"},"encryptedClientHello":{"type":"boolean"},"issuer":{"type":"string"},"keyExchange":{"type":"string"},"keyExchangeGroup":{"type":"string"},"protocol":{"type":"string"},"sanList":{"type":"array","items":{"type":"string"}},"serverSignatureAlgorithm":{"type":"number"},"subjectName":{"type":"string"},"validFrom":{"type":"number"},"validTo":{"type":"number"}},"required":["protocol","keyExchange","keyExchangeGroup","cipher","certificateId","subjectName","sanList","issuer","validFrom","validTo","certificateTransparencyCompliance","serverSignatureAlgorithm","encryptedClientHello"]},"securityHeaders":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"securityState":{"type":"string"},"status":{"type":"number"},"statusText":{"type":"string"},"url":{"type":"string"}},"required":["url","status","statusText","mimeType","charset","remoteIPAddress","remotePort","protocol","securityState","securityDetails","securityHeaders"]},"size":{"type":"number"},"type":{"type":"string"}},"required":["encodedDataLength","dataLength","requestId","type","response","hasExtraInfo","size","asn","geoip"]}},"required":["request","response"],"type":"object"}}},"required":["requests","cookies","console","links","globals","performance"]},"lists":{"type":"object","properties":{"asns":{"type":"array","items":{"type":"string"}},"certificates":{"type":"array","items":{"properties":{"issuer":{"type":"string"},"subjectName":{"type":"string"},"validFrom":{"type":"number"},"validTo":{"type":"number"}},"required":["issuer","subjectName","validFrom","validTo"],"type":"object"}},"continents":{"type":"array","items":{"type":"string"}},"countries":{"type":"array","items":{"type":"string"}},"domains":{"type":"array","items":{"type":"string"}},"hashes":{"type":"array","items":{"type":"string"}},"ips":{"type":"array","items":{"type":"string"}},"linkDomains":{"type":"array","items":{"type":"string"}},"servers":{"type":"array","items":{"type":"string"}},"urls":{"type":"array","items":{"type":"string"}}},"required":["ips","countries","continents","asns","domains","servers","urls","linkDomains","certificates","hashes"]},"meta":{"type":"object","properties":{"processors":{"type":"object","properties":{"agentReadiness":{"type":"object","properties":{"checks":{"type":"object","properties":{"botAccessControl":{"type":"object","properties":{"contentSignals":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"robotsTxtAiRules":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"webBotAuth":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["robotsTxtAiRules","contentSignals","webBotAuth"]},"commerce":{"type":"object","properties":{"acp":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"ap2":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"mpp":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"ucp":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"x402":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["ucp","x402","mpp","acp","ap2"]},"contentAccessibility":{"type":"object","properties":{"markdownNegotiation":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["markdownNegotiation"]},"discoverability":{"type":"object","properties":{"linkHeaders":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"robotsTxt":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"sitemap":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["robotsTxt","sitemap","linkHeaders"]},"discovery":{"type":"object","properties":{"a2aAgentCard":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"agentSkills":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"apiCatalog":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"mcpServerCard":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"oauthDiscovery":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"oauthProtectedResource":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"webMcp":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["apiCatalog","oauthDiscovery","oauthProtectedResource","mcpServerCard","a2aAgentCard","agentSkills","webMcp"]}},"required":["discoverability","contentAccessibility","botAccessControl","discovery","commerce"]},"commerceSignals":{"type":"array","items":{"type":"string"}},"isCommerce":{"type":"boolean"},"level":{"type":"integer"},"levelName":{"type":"string"},"nextLevel":{"type":"object","properties":{"name":{"type":"string"},"requirements":{"type":"array","items":{"properties":{"check":{"type":"string"},"prompt":{"type":"string"},"skillUrl":{"type":"string"},"specUrls":{"type":"array","items":{"type":"string"}}},"required":["check","description","specUrls","prompt","skillUrl"],"type":"object"}},"target":{"type":"integer"}},"required":["target","name","requirements"]}},"required":["level","levelName","checks"]},"asn":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"asn":{"type":"string"},"country":{"type":"string"},"ip":{"type":"string"},"name":{"type":"string"}},"required":["ip","asn","country","description","name"],"type":"object"}}},"required":["data"]},"dns":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"address":{"type":"string"},"dnssec_valid":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"}},"required":["name","address","type","dnssec_valid"],"type":"object"}}},"required":["data"]},"domainCategories":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"inherited":{"type":"object"},"isPrimary":{"type":"boolean"},"name":{"type":"string"}},"required":["name","isPrimary","inherited"],"type":"object"}}},"required":["data"]},"geoip":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"geoip":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"},"country_name":{"type":"string"},"ll":{"type":"array","items":{"type":"number"}},"region":{"type":"string"}},"required":["country","region","city","ll","country_name"]},"ip":{"type":"string"}},"required":["ip","geoip"],"type":"object"}}},"required":["data"]},"phishing":{"type":"object","properties":{"data":{"type":"array","items":{"type":"string"}}},"required":["data"]},"phishing_v2":{"type":"object","properties":{"data":{"type":"array","items":{"type":"string"}}},"required":["data"]},"radarRank":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"bucket":{"type":"string"},"hostname":{"type":"string"},"rank":{"type":"number"}},"required":["hostname","bucket"],"type":"object"}}},"required":["data"]},"robotsTxt":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"hash":{"type":"string"},"rules":{"type":"object","properties":{"*":{"type":"object","properties":{"allow":{"type":"array","items":{"type":"string"}},"contentSignal":{"type":"object","properties":{"ai-input":{"type":"string"},"ai-train":{"type":"string"},"search":{"type":"string"}}},"crawlDelay":{"type":"number"},"disallow":{"type":"array","items":{"type":"string"}}},"required":["allow","disallow"]}},"required":["*"]},"sitemaps":{"type":"array","items":{"type":"string"}}},"required":["rules","sitemaps"],"type":"object"}}},"required":["data"]},"urlCategories":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"content":{"items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","name","super_category_id"],"type":"object"},"type":"array"},"inherited":{"type":"object","properties":{"content":{"items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","name","super_category_id"],"type":"object"},"type":"array"},"from":{"type":"string"},"risks":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","name","super_category_id"],"type":"object"}}},"required":["from","content","risks"]},"name":{"type":"string"},"risks":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","name","super_category_id"],"type":"object"}}},"required":["name","content","risks","inherited"],"type":"object"}}},"required":["data"]},"wappa":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"app":{"type":"string"},"categories":{"type":"array","items":{"properties":{"name":{"type":"string"},"priority":{"type":"number"}},"required":["name","priority"],"type":"object"}},"confidence":{"type":"array","items":{"properties":{"confidence":{"type":"number"},"name":{"type":"string"},"pattern":{"type":"string"},"patternType":{"type":"string"}},"required":["confidence","pattern","patternType","name"],"type":"object"}},"confidenceTotal":{"type":"number"},"icon":{"type":"string"},"website":{"type":"string"}},"required":["confidence","confidenceTotal","app","icon","website","categories"],"type":"object"}}},"required":["data"]}},"required":["geoip","asn","wappa","domainCategories","dns","radarRank","phishing"]}},"required":["processors"]},"page":{"type":"object","properties":{"apexDomain":{"type":"string"},"asn":{"type":"string"},"asnname":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"domain":{"type":"string"},"ip":{"type":"string"},"mimeType":{"type":"string"},"screenshot":{"type":"object","properties":{"dhash":{"type":"string"},"mm3Hash":{"type":"number"},"name":{"type":"string"},"phash":{"type":"string"}},"required":["phash","dhash","mm3Hash","name"]},"server":{"type":"string"},"status":{"type":"string"},"title":{"type":"string"},"tlsAgeDays":{"type":"number"},"tlsIssuer":{"type":"string"},"tlsValidDays":{"type":"number"},"tlsValidFrom":{"type":"string"},"url":{"type":"string"}},"required":["asn","asnname","city","country","domain","ip","server","url","mimeType","apexDomain","status","title","tlsIssuer","tlsValidFrom","tlsAgeDays","tlsValidDays"]},"scanner":{"type":"object","properties":{"colo":{"type":"string"},"country":{"type":"string"}},"required":["country","colo"]},"stats":{"type":"object","properties":{"IPv6Percentage":{"type":"number"},"domainStats":{"type":"array","items":{"properties":{"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"domain":{"type":"string"},"encodedSize":{"type":"number"},"index":{"type":"number"},"initiators":{"type":"array","items":{"type":"string"}},"ips":{"type":"array","items":{"type":"string"}},"redirects":{"type":"number"},"size":{"type":"number"}},"required":["count","ips","domain","size","encodedSize","countries","index","initiators","redirects"],"type":"object"}},"ipStats":{"type":"array","items":{"properties":{"asn":{"type":"object","properties":{"asn":{"type":"string"},"country":{"type":"string"},"ip":{"type":"string"},"name":{"type":"string"},"org":{"type":"string"}},"required":["ip","asn","country","description","name","org"]},"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"domains":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"geoip":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"},"country_name":{"type":"string"},"ll":{"type":"array","items":{"type":"number"}},"region":{"type":"string"}},"required":["country","region","city","ll","country_name"]},"index":{"type":"number"},"ip":{"type":"string"},"ipv6":{"type":"boolean"},"redirects":{"type":"number"},"requests":{"type":"number"},"size":{"type":"number"}},"required":["requests","domains","ip","size","encodedSize","countries","index","ipv6","redirects","geoip","asn"],"type":"object"}},"malicious":{"type":"number"},"protocolStats":{"type":"array","items":{"properties":{"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"ips":{"type":"array","items":{"type":"string"}},"protocol":{"type":"string"},"size":{"type":"number"}},"required":["count","size","encodedSize","ips","countries","protocol"],"type":"object"}},"resourceStats":{"type":"array","items":{"properties":{"compression":{"type":"number"},"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"ips":{"type":"array","items":{"type":"string"}},"percentage":{"type":"number"},"size":{"type":"number"},"type":{"type":"string"}},"required":["count","size","encodedSize","ips","countries","compression","percentage","type"],"type":"object"}},"securePercentage":{"type":"number"},"secureRequests":{"type":"number"},"serverStats":{"type":"array","items":{"properties":{"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"ips":{"type":"array","items":{"type":"string"}},"server":{"type":"string"},"size":{"type":"number"}},"required":["count","size","encodedSize","ips","countries","server"],"type":"object"}},"tlsStats":{"type":"array","items":{"properties":{"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"ips":{"type":"array","items":{"type":"string"}},"protocols":{"type":"object","properties":{"TLS 1.3 / AES_128_GCM":{"type":"number"}},"required":["TLS 1.3 / AES_128_GCM"]},"securityState":{"type":"string"},"size":{"type":"number"}},"required":["count","size","encodedSize","ips","countries","protocols","securityState"],"type":"object"}},"totalLinks":{"type":"number"},"uniqASNs":{"type":"number"},"uniqCountries":{"type":"number"}},"required":["IPv6Percentage","domainStats","ipStats","malicious","protocolStats","resourceStats","secureRequests","tlsStats","serverStats","securePercentage","totalLinks","uniqCountries","uniqASNs"]},"task":{"type":"object","properties":{"apexDomain":{"type":"string"},"domURL":{"type":"string"},"domain":{"type":"string"},"method":{"type":"string"},"options":{"type":"object","properties":{"customHeaders":{"type":"object"},"screenshotsResolutions":{"type":"array","items":{"type":"string"}}}},"reportURL":{"type":"string"},"screenshotURL":{"type":"string"},"source":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","visibility","source","method","domain","apexDomain","reportURL","screenshotURL","domURL","options","success"]},"verdicts":{"type":"object","properties":{"overall":{"type":"object","properties":{"categories":{"type":"array","items":{"type":"string"}},"hasVerdicts":{"type":"boolean"},"malicious":{"type":"boolean"},"tags":{"type":"array","items":{"type":"string"}}},"required":["malicious","hasVerdicts","categories","tags"]}},"required":["overall"]}},"required":["data","page","lists","meta","scanner","stats","task","verdicts"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"},"task":{"type":"object","properties":{"status":{"type":"string"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","status","visibility"]}},"required":["message","status","errors","task"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/scan":{"post":{"operationId":"urlscanner-create-scan-v2","summary":"Create URL Scan","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"agentReadiness":{"type":"boolean"},"country":{"type":"string","enum":["AF","AL","DZ","AD","AO","AG","AR","AM","AU","AT","AZ","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CR","CI","HR","CU","CY","CZ","CD","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","SZ","ET","FJ","FI","FR","GA","GE","DE","GH","GR","GL","GD","GT","GN","GW","GY","HT","HN","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MR","MU","MX","FM","MD","MC","MN","MS","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","MK","NO","OM","PK","PS","PA","PG","PY","PE","PH","PL","PT","QA","RO","RU","RW","SH","KN","LC","VC","WS","SM","ST","SA","SN","RS","SC","SL","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","BS","GM","TL","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VE","VN","YE","ZM","ZW"]},"customHeaders":{"type":"object","additionalProperties":{"type":"string"}},"customagent":{"type":"string","maxLength":4096},"referer":{"type":"string","maxLength":4096},"screenshotsResolutions":{"type":"array","items":{"default":"desktop","enum":["desktop","mobile","tablet"],"type":"string"},"default":["desktop"]},"url":{"type":"string"},"visibility":{"type":"string","default":"Public","enum":["Public","Unlisted"]}},"required":["url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"api":{"type":"string"},"message":{"type":"string"},"options":{"type":"object","properties":{"useragent":{"type":"string"}}},"result":{"type":"string"},"url":{"type":"string","x-auditable":true},"uuid":{"type":"string","format":"uuid","x-auditable":true},"visibility":{"type":"string","enum":["public","unlisted"]}},"required":["message","uuid","result","api","visibility","url"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"number"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"number"}},"required":["message","status","errors"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"number"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"number"}},"required":["message","status","errors"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/screenshots/{scan_id}.png":{"get":{"operationId":"urlscanner-get-scan-screenshot-v2","summary":"Get screenshot","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"resolution","in":"query","schema":{"type":"string","default":"desktop","enum":["desktop","mobile","tablet"]}}],"responses":{"200":{"content":{"image/png":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"},"task":{"type":"object","properties":{"status":{"type":"string"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","status","visibility"]}},"required":["message","status","errors","task"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"screenshot","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/search":{"get":{"operationId":"urlscanner-search-scans-v2","summary":"Search URL scans","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","schema":{"type":"integer"}},{"name":"q","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"results":{"type":"array","items":{"properties":{"_id":{"type":"string"},"page":{"type":"object","properties":{"asn":{"type":"string"},"country":{"type":"string"},"ip":{"type":"string"},"url":{"type":"string"}},"required":["country","ip","url","asn"]},"result":{"type":"string"},"stats":{"type":"object","properties":{"dataLength":{"type":"number"},"requests":{"type":"number"},"uniqCountries":{"type":"number"},"uniqIPs":{"type":"number"}},"required":["uniqIPs","uniqCountries","dataLength","requests"]},"task":{"type":"object","properties":{"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["visibility","time","uuid","url"]},"verdicts":{"type":"object","properties":{"malicious":{"type":"boolean"}},"required":["malicious"]}},"required":["task","stats","page","verdicts","_id","result"],"type":"object"}}},"required":["results"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/indexes":{"get":{"operationId":"vectorize-(-deprecated)-list-vectorize-indexes","summary":"List Vectorize Indexes (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfDeprecation":{"display":true,"id":"vectorize_list_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.list"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}},"post":{"operationId":"vectorize-(-deprecated)-create-vectorize-index","summary":"Create Vectorize Index (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_create-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_create_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.create"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}":{"get":{"operationId":"vectorize-(-deprecated)-get-vectorize-index","summary":"Get Vectorize Index (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfDeprecation":{"display":true,"id":"vectorize_get_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}},"put":{"operationId":"vectorize-(-deprecated)-update-vectorize-index","summary":"Update Vectorize Index (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_update-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_update_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.update"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}},"delete":{"operationId":"vectorize-(-deprecated)-delete-vectorize-index","summary":"Delete Vectorize Index (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_delete_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.delete"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/delete-by-ids":{"post":{"operationId":"vectorize-(-deprecated)-delete-vectors-by-id","summary":"Delete Vectors By Identifier (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-delete-vectors-by-id-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-delete-vectors-by-id-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_delete_by_ids_deprecation"},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.delete-by.ids","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/get-by-ids":{"post":{"operationId":"vectorize-(-deprecated)-get-vectors-by-id","summary":"Get Vectors By Identifier (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-get-vectors-by-id-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-get-vectors-by-id-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfDeprecation":{"display":true,"id":"vectorize_get_by_ids_deprecation"},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.get-by.ids","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/insert":{"post":{"operationId":"vectorize-(-deprecated)-insert-vector","summary":"Insert Vectors (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/x-ndjson":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-insert-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_insert_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.update"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.insert","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/query":{"post":{"operationId":"vectorize-(-deprecated)-query-vector","summary":"Query Vectors (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-query-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-query-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfDeprecation":{"display":true,"id":"vectorize_query_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.query","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/upsert":{"post":{"operationId":"vectorize-(-deprecated)-upsert-vector","summary":"Upsert Vectors (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/x-ndjson":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-upsert-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_upsert_deprecation"},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.upsert","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/v2/indexes":{"get":{"operationId":"vectorize-list-vectorize-indexes","summary":"List Vectorize Indexes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.list"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"vectorize-create-vectorize-index","summary":"Create Vectorize Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_create-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}":{"get":{"operationId":"vectorize-get-vectorize-index","summary":"Get Vectorize Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"vectorize-delete-vectorize-index","summary":"Delete Vectorize Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/delete_by_ids":{"post":{"operationId":"vectorize-delete-vectors-by-id","summary":"Delete Vectors By Identifier","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-delete-vectors-by-id-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-delete-vectors-by-id-v2-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"delete-by-ids","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/get_by_ids":{"post":{"operationId":"vectorize-get-vectors-by-id","summary":"Get Vectors By Identifier","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-get-vectors-by-id-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-get-vectors-by-id-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"get-by-ids","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/info":{"get":{"operationId":"vectorize-index-info","summary":"Get Vectorize Index Info","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-info-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"info","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/insert":{"post":{"operationId":"vectorize-insert-vector","summary":"Insert Vectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}},{"name":"unparsable-behavior","in":"query","schema":{"type":"string","enum":["error","discard"]}}],"requestBody":{"required":true,"content":{"application/x-ndjson":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-insert-v2-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"insert","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/list":{"get":{"operationId":"vectorize-list-vectors","summary":"List Vectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}},{"name":"count","in":"query","schema":{"type":"integer","default":100,"maximum":1000,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-list-vectors-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"list-vectors","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/create":{"post":{"operationId":"vectorize-create-metadata-index","summary":"Create Metadata Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_create-metadata-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-metadata-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize.metadata-index","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/delete":{"post":{"operationId":"vectorize-delete-metadata-index","summary":"Delete Metadata Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_delete-metadata-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_delete-metadata-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize.metadata-index","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"This operation deletes a metadata index destructively."}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/list":{"get":{"operationId":"vectorize-list-metadata-indexes","summary":"List Metadata Indexes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_list-metadata-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize.metadata-index","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/query":{"post":{"operationId":"vectorize-query-vector","summary":"Query Vectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-query-v2-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-query-v2-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"query","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/upsert":{"post":{"operationId":"vectorize-upsert-vector","summary":"Upsert Vectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}},{"name":"unparsable-behavior","in":"query","schema":{"type":"string","enum":["error","discard"]}}],"requestBody":{"required":true,"content":{"application/x-ndjson":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-upsert-v2-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"upsert","x-forge-hidden":true}},"/accounts/{account_id}/waiting_rooms":{"get":{"operationId":"waiting-room-list-waiting-rooms-account","summary":"List waiting rooms for account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}},{"$ref":"#/components/parameters/waitingroom_page"},{"$ref":"#/components/parameters/waitingroom_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waiting-rooms.read"]}],"tags":["Waiting Room"],"x-api-token-group":["Account Waiting Rooms Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.account-waiting-rooms","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector":{"get":{"operationId":"cloudflare-tunnel-list-warp-connector-tunnels","summary":"List Warp Connector Tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"uuid","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"was_active_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"was_inactive_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"include_prefix","in":"query","schema":{"type":"string"}},{"name":"exclude_prefix","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/tunnel_status"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-tunnel-create-a-warp-connector-tunnel","summary":"Create a Warp Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ha":{"type":"boolean","default":false},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}":{"get":{"operationId":"cloudflare-tunnel-get-a-warp-connector-tunnel","summary":"Get a Warp Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-tunnel-delete-a-warp-connector-tunnel","summary":"Delete a Warp Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"cloudflare-tunnel-update-a-warp-connector-tunnel","summary":"Update a Warp Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"tunnel_secret":{"$ref":"#/components/schemas/tunnel_tunnel_secret"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}/configurations":{"get":{"operationId":"cloudflare-tunnel-configuration-get-warp-connector-configuration","summary":"Get WARP Connector HA configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_identifier"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_mesh_configuration_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel Configuration"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"]},"put":{"operationId":"cloudflare-tunnel-configuration-update-warp-connector-configuration","summary":"Update WARP Connector HA configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_identifier"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_mesh_configuration_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_mesh_configuration_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel Configuration"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"]}},"/accounts/{account_id}/warp_connector/{tunnel_id}/connections":{"get":{"operationId":"cloudflare-tunnel-list-warp-connector-tunnel-connections","summary":"List WARP Connector Tunnel connections","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_connections_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_connections_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector.connections","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}/connectors/{connector_id}":{"get":{"operationId":"cloudflare-tunnel-get-warp-connector-tunnel-connector","summary":"Get WARP Connector Tunnel connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_client_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_client_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_client_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector.connectors","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}/failover":{"put":{"operationId":"cloudflare-tunnel-manual-failover-warp-connector-tunnel","summary":"Trigger a manual failover for a WARP Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"client_id":{"$ref":"#/components/schemas/tunnel_client_id_input"}},"required":["client_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_empty_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_empty_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector.failover","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}/token":{"get":{"operationId":"cloudflare-tunnel-get-a-warp-connector-tunnel-token","summary":"Get a Warp Connector Tunnel token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_response_token"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_response_token"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector.token","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/account-settings":{"get":{"operationId":"worker-account-settings-fetch-worker-account-settings","summary":"Fetch Worker Account Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_account-settings"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Account Settings"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.account-settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-account-settings-create-worker-account-settings","summary":"Create Worker Account Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_account-settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_account-settings"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Worker Account Settings"],"x-api-token-group":["Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.account-settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces":{"get":{"operationId":"namespace-worker-list","summary":"List dispatch namespaces","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"namespace-worker-create","summary":"Create dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","x-auditable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}":{"get":{"operationId":"namespace-worker-get-namespace","summary":"Get dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"namespace-worker-put-namespace","summary":"Update dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"trusted_workers":{"$ref":"#/components/schemas/workers_trusted_workers"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-delete-namespace","summary":"Delete dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"namespace-worker-patch-namespace","summary":"Patch dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"trusted_workers":{"$ref":"#/components/schemas/workers_trusted_workers"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts":{"get":{"operationId":"namespace-worker-list-scripts","summary":"List Scripts in Namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"tags","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_namespace-script-response"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"list","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-delete-scripts","summary":"Delete Scripts in Namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"tags","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-script-delete-bulk-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}":{"get":{"operationId":"namespace-worker-script-worker-details","summary":"Worker Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-script-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"namespace-worker-script-upload-worker-module","summary":"Upload Worker Module","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"bindings_inherit","in":"query","schema":{"type":"string","enum":["strict"]}}],"requestBody":{"$ref":"#/components/requestBodies/workers_namespace_upload"},"responses":{"200":{"$ref":"#/components/responses/workers_200"},"4XX":{"$ref":"#/components/responses/workers_4XX"}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-script-delete-worker","summary":"Delete Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/bindings":{"get":{"operationId":"namespace-worker-get-script-bindings","summary":"Get Script Bindings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_bindings"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.bindings","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/content":{"get":{"operationId":"namespace-worker-get-script-content","summary":"Get Script Content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"string":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.content","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"namespace-worker-put-script-content","summary":"Put Script Content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"CF-WORKER-BODY-PART","in":"header","schema":{"type":"string"}},{"name":"CF-WORKER-MAIN-MODULE-PART","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"body_part":{"type":"string"},"main_module":{"type":"string"}}}},"required":["metadata"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.content","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets":{"get":{"operationId":"namespace-worker-list-script-secrets","summary":"List Script Secrets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_secret"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.secrets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"namespace-worker-put-script-secrets","summary":"Add script secret","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_secret"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_secret"}},"required":["result"],"type":"object"}]}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.secrets","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets/{secret_name}":{"get":{"operationId":"namespace-worker-get-script-secrets","summary":"Get secret binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"secret_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_secret_name"}},{"name":"url_encoded","in":"query","schema":{"$ref":"#/components/schemas/workers_secret_name_url_encoded"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_secret"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.secrets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-delete-script-secret","summary":"Delete script secret","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"secret_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_secret_name"}},{"name":"url_encoded","in":"query","schema":{"$ref":"#/components/schemas/workers_secret_name_url_encoded"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.secrets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/settings":{"get":{"operationId":"namespace-worker-get-script-settings","summary":"Get Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_namespace-script-and-version-settings-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"namespace-worker-patch-script-settings","summary":"Patch Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"settings":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/workers_namespace-script-and-version-settings-item"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_namespace-script-and-version-settings-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags":{"get":{"operationId":"namespace-worker-get-script-tags","summary":"Get Script Tags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_tag"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.tags","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"namespace-worker-put-script-tags","summary":"Put Script Tags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_tags"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_tag"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.tags","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags/{tag}":{"put":{"operationId":"namespace-worker-put-script-tag","summary":"Put Script Tag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"tag","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_tag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.tags","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-delete-script-tag","summary":"Delete Script Tag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"tag","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_tag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.tags","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/domains":{"get":{"operationId":"workers.domains.list","summary":"List Domains","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"zone_id","in":"query","schema":{"type":"string"}},{"name":"zone_name","in":"query","schema":{"type":"string"}},{"name":"service","in":"query","schema":{"type":"string"}},{"name":"hostname","in":"query","schema":{"type":"string"}},{"name":"environment","in":"query","schema":{"type":"string"},"deprecated":true}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_Domain"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Domains"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.domains","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"workers.domains.update","summary":"Attach Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_Domain"},{"required":["hostname","service"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Domains"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.domains","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/domains/{domain_id}":{"get":{"operationId":"workers.domains.get","summary":"Get Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"domain_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Domains"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.domains","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"workers.domains.delete","summary":"Detach Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"domain_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Domains"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.domains","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/durable_objects/namespaces":{"get":{"operationId":"durable-objects-namespace-list-namespaces","summary":"List Namespaces","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":1000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_namespace"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_namespace"}}},"type":"object"}]},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Durable Objects Namespace"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"durable-objects.namespaces","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects":{"get":{"operationId":"durable-objects-namespace-list-objects","summary":"List Objects","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_schemas-id"}},{"name":"limit","in":"query","schema":{"type":"number","default":1000,"maximum":10000,"minimum":10}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"$ref":"#/components/schemas/workers_cursor"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"$ref":"#/components/schemas/workers_cursor"}}}},"type":"object"}]},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Durable Objects Namespace"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"durable-objects.namespaces.objects","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/workers/observability/destinations":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"destination.list","summary":"Get Destinations","parameters":[{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"perPage","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"updated","enum":["created","updated"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"configuration":{"type":"object","properties":{"destination_conf":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"jobStatus":{"type":"object","properties":{"error_message":{"type":"string"},"last_complete":{"type":"string"},"last_error":{"type":"string"}},"required":["last_complete","last_error","error_message"]},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","destination_conf","url","headers","jobStatus"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"scripts":{"type":"array","items":{"type":"string"}},"slug":{"type":"string"}},"required":["slug","name","enabled","configuration","scripts"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Destinations"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.destinations","x-fern-sdk-method-name":"list","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]},"post":{"operationId":"destination.create","summary":"Create Destination","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","url","headers"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"skipPreflightCheck":{"type":"boolean"}},"required":["name","enabled","configuration"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Resource created"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"configuration":{"type":"object","properties":{"destination_conf":{"type":"string"},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"logpushJob":{"type":"number"},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","logpushJob","destination_conf","url"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"scripts":{"type":"array","items":{"type":"string"}},"slug":{"type":"string"}},"required":["slug","name","enabled","configuration","scripts"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Destinations"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.destinations","x-fern-sdk-method-name":"create","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/destinations/{slug}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"delete":{"operationId":"destinations.delete","summary":"Delete Destination","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"configuration":{"type":"object","properties":{"destination_conf":{"type":"string"},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"logpushJob":{"type":"number"},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","logpushJob","destination_conf","url"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"scripts":{"type":"array","items":{"type":"string"}},"slug":{"type":"string"}},"required":["slug","name","enabled","configuration","scripts"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Destinations"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.destinations","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]},"patch":{"operationId":"destination.update","summary":"Update Destination","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","url","headers"]},"enabled":{"type":"boolean"}},"required":["enabled","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"configuration":{"type":"object","properties":{"destination_conf":{"type":"string"},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"logpushJob":{"type":"number"},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","logpushJob","destination_conf","url"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"scripts":{"type":"array","items":{"type":"string"}},"slug":{"type":"string"}},"required":["slug","name","enabled","configuration","scripts"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Destinations"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.destinations","x-fern-sdk-method-name":"update","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/metricsexport":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"metricsExport.list","summary":"List Metrics Exports","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"additionalProperties":false,"properties":{"createdAt":{"type":"string"},"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]},"updatedAt":{"type":"string"}},"required":["resourceType","resourceId","destinations","createdAt","updatedAt"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Metrics Export"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]},"post":{"operationId":"metricsExport.upsert","summary":"Upsert Metrics Exports","requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"additionalProperties":false,"properties":{"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]}},"required":["resourceType","resourceId","destinations"],"type":"object"},{"additionalProperties":false,"properties":{"requester":{"type":"object","additionalProperties":false,"properties":{"requesterId":{"type":"string","minLength":1},"requesterType":{"type":"string","enum":["workers"]}},"required":["requesterType","requesterId"]},"resources":{"type":"array","items":{"additionalProperties":false,"properties":{"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]}},"required":["resourceType","resourceId","destinations"],"type":"object"}}},"required":["requester","resources"],"type":"object"},{"additionalProperties":false,"properties":{"resources":{"type":"array","items":{"additionalProperties":false,"properties":{"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]}},"required":["resourceType","resourceId","destinations"],"type":"object"},"minItems":1}},"required":["resources"],"type":"object"}]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Resource created"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"additionalProperties":false,"properties":{"createdAt":{"type":"string"},"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]},"updatedAt":{"type":"string"}},"required":["resourceType","resourceId","destinations","createdAt","updatedAt"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Conflict"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Metrics Export"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]},"delete":{"operationId":"metricsExport.delete","summary":"Delete Metrics Export","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]}},"additionalProperties":false,"required":["resourceType","resourceId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Metrics Export"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/queries":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"queries.list","summary":"List queries","parameters":[{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"perPage","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"updated","enum":["created","updated"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_query"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"list","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]},"post":{"operationId":"queries.post","summary":"Save query","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":250,"minLength":1},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":100,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"}},"required":["description","name","parameters"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Conflict"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"create","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/queries/{queryId}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"queries.get","summary":"Get query","parameters":[{"name":"queryId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"get","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]},"delete":{"operationId":"queries.delete","summary":"Delete query","parameters":[{"name":"queryId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]},"patch":{"operationId":"queries.patch","summary":"Update query","parameters":[{"name":"queryId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":250,"minLength":1},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":100,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"}},"required":["description","name","parameters"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/shared/query":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"shared.query.post","summary":"Create a sharable link to a query result","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chart":{"type":"boolean"},"chartType":{"type":"string","enum":["timeseries_and_aggregate","timeseries","aggregate","distribution"]},"compare":{"type":"boolean"},"dry":{"type":"boolean","default":false},"granularity":{"type":"number"},"ignoreSeries":{"type":"boolean","default":false},"limit":{"type":"number","default":50,"maximum":2000},"offset":{"type":"string"},"offsetBy":{"type":"number"},"offsetDirection":{"type":"string"},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":2000,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"},"queryId":{"type":"string"},"timeframe":{"type":"object","properties":{"from":{"type":"number"},"to":{"type":"number"}},"required":["to","from"]},"view":{"type":"string","default":"calculations","enum":["traces","events","calculations","invocations","requests","agents"]}},"required":["queryId","timeframe"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Shared","Query"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/shared/query/{id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"shared.query.get","summary":"View a query that has been shared","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"view","in":"query","schema":{"type":"string","enum":["events","invocations","calculations"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query_results"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Shared","Query"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/keys":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.keys.list","summary":"List keys","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"datasets":{"type":"array","items":{"type":"string"},"default":[]},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]},"default":[]},"from":{"type":"number"},"keyNeedle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"limit":{"type":"number"},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"to":{"type":"number"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"key":{"type":"string"},"lastSeenAt":{"type":"number"},"type":{"type":"string","enum":["string","boolean","number"]}},"required":["key","type","lastSeenAt"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Keys"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.telemetry","x-fern-sdk-method-name":"keys","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/live-tail":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.live-tail.post","summary":"Prepare live tail","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"filterCombination":{"type":"string","default":"and","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]},"default":[]},"scriptId":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"wsUrl":{"type":"string","format":"uri"}},"required":["wsUrl"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Live Tail"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/live-tail/heartbeat":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.live-tail.heartbeat.get","summary":"Live tail heartbeat","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"scriptId":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Live Tail"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/query":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.query","summary":"Run a query","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chart":{"type":"boolean"},"chartType":{"type":"string","enum":["timeseries_and_aggregate","timeseries","aggregate","distribution"]},"compare":{"type":"boolean"},"dry":{"type":"boolean","default":false},"granularity":{"type":"number"},"ignoreSeries":{"type":"boolean","default":false},"limit":{"type":"number","default":50,"maximum":2000},"offset":{"type":"string"},"offsetBy":{"type":"number"},"offsetDirection":{"type":"string"},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":2000,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"},"queryId":{"type":"string"},"timeframe":{"type":"object","properties":{"from":{"type":"number"},"to":{"type":"number"}},"required":["to","from"]},"view":{"type":"string","default":"calculations","enum":["traces","events","calculations","invocations","requests","agents"]}},"required":["queryId","timeframe"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query_results"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Query run"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.telemetry","x-fern-sdk-method-name":"query","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/values":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.values.list","summary":"List values","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"datasets":{"type":"array","items":{"type":"string"}},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]},"default":[]},"key":{"type":"string"},"limit":{"type":"number","default":50},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"timeframe":{"type":"object","properties":{"from":{"type":"number"},"to":{"type":"number"}},"required":["to","from"]},"type":{"type":"string","enum":["string","boolean","number"]}},"required":["timeframe","key","type","datasets"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"dataset":{"type":"string"},"key":{"type":"string"},"type":{"type":"string","enum":["string","boolean","number"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value","dataset"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Values"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.telemetry","x-fern-sdk-method-name":"values","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/usage":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"usage.get","summary":"Get event count","parameters":[{"name":"from","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"to","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"breakdown":{"type":"array","items":{"properties":{"bin":{"type":"string"},"count":{"type":"number"},"dataset":{"type":"string"},"service":{"type":"string"}},"required":["bin","dataset","service","count"],"type":"object"}},"events":{"type":"number"}},"required":["events","breakdown"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Usage"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/placement/regions":{"get":{"operationId":"worker-placement-list-regions","summary":"List Placement Regions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_placement-regions-response"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Placement"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.placement.regions","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts":{"get":{"operationId":"worker-script-list-workers","summary":"List Workers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"tags","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts-search":{"get":{"operationId":"worker-script-search-workers","summary":"Search Workers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"order_by","in":"query","schema":{"type":"string","default":"name","enum":["created_on","modified_on","name"]}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":10,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"created_on":{"$ref":"#/components/schemas/workers_created_on"},"environment_is_default":{"type":"boolean"},"environment_name":{"type":"string"},"id":{"$ref":"#/components/schemas/workers_identifier"},"modified_on":{"$ref":"#/components/schemas/workers_modified_on"},"script_name":{"$ref":"#/components/schemas/workers_script_name"},"service_name":{"type":"string"}},"required":["id","script_name","created_on","modified_on"],"type":"object"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"search","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}":{"get":{"operationId":"worker-script-download-worker","summary":"Download Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/javascript":{"schema":{"type":"string"}},"multipart/form-data":{"schema":{"type":"object","additionalProperties":{"format":"binary","type":"string"}}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-script-upload-worker-module","summary":"Upload Worker Module","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"bindings_inherit","in":"query","schema":{"type":"string","enum":["strict"]}}],"requestBody":{"$ref":"#/components/requestBodies/workers_script_upload"},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_script-response-upload-single"},{"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"worker-script-delete-worker","summary":"Delete Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/assets-upload-session":{"post":{"operationId":"worker-script-update-create-assets-upload-session","summary":"Create Assets Upload Session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_create-assets-upload-session-object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_create-assets-upload-session-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_create-assets-upload-session-response"},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.assets.upload","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/content":{"put":{"operationId":"worker-script-put-content","summary":"Put script content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"CF-WORKER-BODY-PART","in":"header","schema":{"type":"string"}},{"name":"CF-WORKER-MAIN-MODULE-PART","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"body_part":{"type":"string"},"main_module":{"type":"string"}}}},"required":["metadata"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.content","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/content/v2":{"get":{"operationId":"worker-script-get-content","summary":"Get script content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"string":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.content","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/deployments":{"get":{"operationId":"worker-deployments-list-deployments","summary":"List Deployments","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"deployments":{"type":"array","items":{"$ref":"#/components/schemas/workers_deployment"}}},"required":["deployments"]}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Deployments"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.deployments","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"worker-deployments-create-deployment","summary":"Create Deployment","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_deployment"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Deployments"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.deployments","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/deployments/{deployment_id}":{"get":{"operationId":"worker-deployments-get-deployment","summary":"Get Deployment","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"deployment_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Deployments"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.deployments","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"worker-deployments-delete-deployment","summary":"Delete Deployment","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"deployment_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Deployments"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.deployments","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/schedules":{"get":{"operationId":"worker-cron-trigger-get-cron-triggers","summary":"Get Cron Triggers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"schedules":{"type":"array","items":{"$ref":"#/components/schemas/workers_schedule"}}},"required":["schedules"]}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Cron Trigger"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.schedules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-cron-trigger-update-cron-triggers","summary":"Update Cron Triggers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/workers_schedule"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"schedules":{"type":"array","items":{"$ref":"#/components/schemas/workers_schedule"}}},"required":["schedules"]}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Cron Trigger"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.schedules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/script-settings":{"get":{"operationId":"worker-script-settings-get-settings","summary":"Get Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"worker-script-settings-patch-settings","summary":"Patch Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-settings-item"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/secrets":{"get":{"operationId":"worker-list-script-secrets","summary":"List script secrets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_secret"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.secrets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"worker-put-script-secret","summary":"Add script secret","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_secret"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_secret"}},"type":"object"}]}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.secrets","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-forge-params":{"name":{"positional":true,"required":true}}}},"/accounts/{account_id}/workers/scripts/{script_name}/secrets/{secret_name}":{"delete":{"operationId":"worker-delete-script-secret","summary":"Delete script secret","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"secret_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_secret_name"}},{"name":"url_encoded","in":"query","schema":{"$ref":"#/components/schemas/workers_secret_name_url_encoded"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.secrets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/settings":{"get":{"operationId":"worker-script-get-settings","summary":"Get Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-and-version-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.script-and-version-settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"worker-script-patch-settings","summary":"Patch Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"settings":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/workers_script-and-version-settings-item"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-and-version-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.script-and-version-settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/subdomain":{"get":{"operationId":"worker-script-get-subdomain","summary":"Get Worker subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.subdomain","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"worker-script-post-subdomain","summary":"Post Worker subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"previews_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.subdomain","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"worker-script-delete-subdomain","summary":"Delete Worker subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.subdomain","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/tails":{"get":{"operationId":"worker-tail-logs-list-tails","summary":"List Tails","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_tail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Tail Logs"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write"]},"post":{"operationId":"worker-tail-logs-start-tail","summary":"Start Tail","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_tail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Tail Logs"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.tail","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/tails/{id}":{"delete":{"operationId":"worker-tail-logs-delete-tail","summary":"Delete Tail","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Tail Logs"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.tail","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/usage-model":{"get":{"operationId":"worker-script-fetch-usage-model","summary":"Fetch Usage Model","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_usage-model-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.usage-model","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-script-update-usage-model","summary":"Update Usage Model","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"usage_model":{"$ref":"#/components/schemas/workers_usage_model"},"user_limits":{"$ref":"#/components/schemas/workers_user_limits"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_usage-model-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.usage-model","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/versions":{"get":{"operationId":"worker-versions-list-versions","summary":"List Versions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name-2"}},{"name":"deployable","in":"query","schema":{"type":"boolean","default":false}},{"name":"page","in":"query","schema":{"type":"integer","default":1}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_versions-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_versions-list-response"},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Versions"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.versions","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"worker-versions-upload-version","summary":"Upload Version","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name-2"}},{"name":"bindings_inherit","in":"query","schema":{"type":"string","enum":["strict"]}}],"requestBody":{"$ref":"#/components/requestBodies/workers_version-post"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_versions-upload-response"}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"allOf":[{"$ref":"#/components/schemas/workers_versions-upload-response"},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Versions"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.versions","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/versions/{version_id}":{"get":{"operationId":"worker-versions-get-version-detail","summary":"Get Version Detail","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name-2"}},{"name":"version_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_version_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_versions-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_versions-single-response"},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Versions"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.versions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/content":{"get":{"operationId":"worker-environment-get-script-content","summary":"Get script content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"service_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_service"}},{"name":"environment_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_environment"}}],"responses":{"200":{"content":{"string":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Environment"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.services.environments.content","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-environment-put-script-content","summary":"Put script content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"service_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_service"}},{"name":"environment_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_environment"}},{"name":"CF-WORKER-BODY-PART","in":"header","schema":{"type":"string"}},{"name":"CF-WORKER-MAIN-MODULE-PART","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"body_part":{"type":"string"},"main_module":{"type":"string"}}}},"required":["metadata"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Environment"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.services.environments.content","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/settings":{"get":{"operationId":"worker-script-environment-get-settings","summary":"Get Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"service_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_service"}},{"name":"environment_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_environment"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Environment"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.services.environments.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/subdomain":{"get":{"operationId":"worker-subdomain-get-subdomain","summary":"Get Subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain-2"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Subdomain"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.subdomains","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-subdomain-create-subdomain","summary":"Create Subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_subdomain-2"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain-2"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Subdomain"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.subdomains","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"worker-subdomain-delete-subdomain","summary":"Delete Subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"204":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Subdomain"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.subdomains","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/workers":{"get":{"operationId":"listWorkers","summary":"List Workers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":10,"maximum":100,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","default":"deployed_on","enum":["deployed_on","updated_on","created_on","name"]}},{"name":"order","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_Worker"}}},"required":["result"],"type":"object"}]}}}},"401":{"$ref":"#/components/responses/workers_ErrorAuth"},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createWorker","summary":"Create Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_Worker"},{"required":["name"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Worker"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10016":"#/components/schemas/workers_ErrorWorkerNameInvalid","10021":"#/components/schemas/workers_ErrorWorkerInvalid","100102":"#/components/schemas/workers_ErrorWorkerTagLengthLimit","100132":"#/components/schemas/workers_ErrorWorkerNameSubdomainLengthLimit","100134":"#/components/schemas/workers_ErrorWorkerTagInvalid","100308":"#/components/schemas/workers_ErrorWorkerObservabilitySamplingRateInvalid","100315":"#/components/schemas/workers_ErrorWorkerNamePreviewLengthLimit"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerNameInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerNameSubdomainLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerObservabilitySamplingRateInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerNamePreviewLengthLimit"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"401":{"$ref":"#/components/responses/workers_ErrorAuth"},"403":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10037":"#/components/schemas/workers_ErrorWorkerLimit","100103":"#/components/schemas/workers_ErrorWorkerTagLimit"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagLimit"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"409":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10040":"#/components/schemas/workers_ErrorWorkerNameConflict"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerNameConflict"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/workers/{worker_id}":{"get":{"operationId":"getWorker","summary":"Get Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Worker"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10003":"#/components/schemas/workers_ErrorMissingParam"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorMissingParam"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"404":{"$ref":"#/components/responses/workers_ErrorWorkerNotFound"},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"updateWorker","summary":"Update Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_Worker"},{"required":["name"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Worker"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10003":"#/components/schemas/workers_ErrorMissingParam","10016":"#/components/schemas/workers_ErrorWorkerNameInvalid","10021":"#/components/schemas/workers_ErrorWorkerInvalid","100102":"#/components/schemas/workers_ErrorWorkerTagLengthLimit","100132":"#/components/schemas/workers_ErrorWorkerNameSubdomainLengthLimit","100134":"#/components/schemas/workers_ErrorWorkerTagInvalid","100308":"#/components/schemas/workers_ErrorWorkerObservabilitySamplingRateInvalid","100315":"#/components/schemas/workers_ErrorWorkerNamePreviewLengthLimit"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorMissingParam"},{"$ref":"#/components/schemas/workers_ErrorWorkerNameInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerNameSubdomainLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerNamePreviewLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerObservabilitySamplingRateInvalid"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"401":{"$ref":"#/components/responses/workers_ErrorAuth"},"403":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10037":"#/components/schemas/workers_ErrorWorkerLimit","100103":"#/components/schemas/workers_ErrorWorkerTagLimit"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagLimit"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"404":{"$ref":"#/components/responses/workers_ErrorWorkerNotFound"},"409":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10040":"#/components/schemas/workers_ErrorWorkerNameConflict"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerNameConflict"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"deleteWorker","summary":"Delete Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common"}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10003":"#/components/schemas/workers_ErrorMissingParam"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorMissingParam"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"401":{"$ref":"#/components/responses/workers_ErrorAuth"},"404":{"$ref":"#/components/responses/workers_ErrorWorkerNotFound"},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/workers/{worker_id}/versions":{"get":{"operationId":"listWorkerVersions","summary":"List Versions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":10,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_Version"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Versions"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers.versions","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createWorkerVersion","summary":"Create Version","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"deploy","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_Version"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Version"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Versions"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers.versions","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/workers/{worker_id}/versions/{version_id}":{"get":{"operationId":"getWorkerVersion","summary":"Get Version","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"include","in":"query","schema":{"type":"string","enum":["modules"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Version"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Versions"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers.versions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workflows":{"get":{"operationId":"wor-list-workflows","summary":"List all Workflows","parameters":[{"name":"per_page","in":"query","schema":{"type":"number","default":10,"maximum":100,"minimum":1}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"instances":{"type":"object","properties":{"complete":{"type":"number"},"errored":{"type":"number"},"paused":{"type":"number"},"queued":{"type":"number"},"rollingBack":{"type":"number"},"running":{"type":"number"},"terminated":{"type":"number"},"waiting":{"type":"number"},"waitingForPause":{"type":"number"}}},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"schedules":{"type":"array","items":{"properties":{"cron":{"type":"string"},"next_instance":{"type":"string"}},"required":["cron","next_instance"],"type":"object"}},"script_name":{"type":"string"},"triggered_on":{"type":"string","format":"date-time","nullable":true}},"required":["name","id","created_on","modified_on","script_name","class_name","triggered_on","instances"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows","x-fern-sdk-method-name":"list"}},"/accounts/{account_id}/workflows/settings":{"get":{"operationId":"wor-get-workflow-settings","summary":"Get account settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"default_retention":{"type":"object","properties":{"error_retention":{"type":"integer"},"success_retention":{"type":"integer"}}}}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"wor-update-workflow-settings","summary":"Update account settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"default_retention":{"type":"object","properties":{"error_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]},"success_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]}}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"default_retention":{"type":"object","properties":{"error_retention":{"type":"integer"},"success_retention":{"type":"integer"}}}}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/workflows/{workflow_name}":{"get":{"operationId":"wor-get-workflow-details","summary":"Get Workflow details","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"instances":{"type":"object","properties":{"complete":{"type":"number"},"errored":{"type":"number"},"paused":{"type":"number"},"queued":{"type":"number"},"rollingBack":{"type":"number"},"running":{"type":"number"},"terminated":{"type":"number"},"waiting":{"type":"number"},"waitingForPause":{"type":"number"}}},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"schedules":{"type":"array","items":{"properties":{"cron":{"type":"string"},"next_instance":{"type":"string"}},"required":["cron","next_instance"],"type":"object"}},"script_name":{"type":"string"},"triggered_on":{"type":"string","format":"date-time","nullable":true}},"required":["name","id","created_on","modified_on","script_name","class_name","triggered_on","instances"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows","x-fern-sdk-method-name":"get"},"put":{"operationId":"wor-create-or-modify-workflow","summary":"Create/modify Workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"class_name":{"type":"string","maxLength":255,"minLength":1},"default_retention":{"type":"object","properties":{"error_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]},"success_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]}}},"limits":{"type":"object","properties":{"steps":{"type":"integer","minimum":1}}},"schedules":{"type":"array","items":{"properties":{"cron":{"type":"string","maxLength":256,"minLength":1}},"required":["cron"],"type":"object"},"maxItems":200},"script_name":{"type":"string","maxLength":255,"minLength":1}},"required":["script_name","class_name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"is_deleted":{"type":"number"},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"script_name":{"type":"string"},"terminator_running":{"type":"number"},"triggered_on":{"type":"string","format":"date-time","nullable":true},"version_id":{"type":"string","format":"uuid"}},"required":["version_id","name","id","created_on","modified_on","script_name","class_name","triggered_on","is_deleted","terminator_running"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true},"delete":{"operationId":"wor-delete-workflow","summary":"Deletes a Workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"success":{"type":"boolean","nullable":true}},"required":["success","status"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows","x-fern-sdk-method-name":"delete","x-forge-require-confirmation":"This operation permanently deletes the Workflow."}},"/accounts/{account_id}/workflows/{workflow_name}/instances":{"get":{"operationId":"wor-list-workflow-instances","summary":"List of workflow instances","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"page","in":"query","schema":{"type":"number","deprecated":true,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]}},{"name":"date_start","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"date_end","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"created_on":{"type":"string","format":"date-time"},"ended_on":{"type":"string","format":"date-time","nullable":true},"id":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"modified_on":{"type":"string","format":"date-time"},"started_on":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"trigger_source":{"type":"string","enum":["unknown","api","binding","event","cron"]},"version_id":{"type":"string","format":"uuid"},"workflow_id":{"type":"string","format":"uuid"}},"required":["id","created_on","modified_on","started_on","ended_on","workflow_id","version_id","status"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number","deprecated":true},"per_page":{"type":"number"},"total_count":{"type":"number","deprecated":true},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"list","x-forge-params":{"date_end":{"flagName":"end"},"date_start":{"flagName":"start"}}},"post":{"operationId":"wor-create-new-workflow-instance","summary":"Create a new workflow instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"instance_id":{"type":"string","maximum":100,"minimum":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"instance_retention":{"type":"object","properties":{"error_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]},"success_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]}}},"location_hint":{"type":"string","enum":["wnam","weur","enam","eeur","apac","oc","sam","afr","me"]},"params":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"id":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"trigger_source":{"type":"string","enum":["unknown","api","binding","event","cron"]},"version_id":{"type":"string","format":"uuid"},"workflow_id":{"type":"string","format":"uuid"}},"required":["id","workflow_id","version_id","status"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"create","x-forge-params":{"instance_retention.error_retention":{"flagName":"error-retention"},"instance_retention.success_retention":{"flagName":"success-retention"},"params":{"fromFile":{"format":"json"}}}}},"/accounts/{account_id}/workflows/{workflow_name}/instances/batch":{"post":{"operationId":"wor-batch-create-workflow-instance","summary":"Batch create new Workflow instances","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"instance_id":{"type":"string","maximum":100,"minimum":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"instance_retention":{"type":"object","properties":{"error_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]},"success_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]}}},"location_hint":{"type":"string","enum":["wnam","weur","enam","eeur","apac","oc","sam","afr","me"]},"params":{"type":"string"}},"type":"object"},"maxItems":100,"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"id":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"trigger_source":{"type":"string","enum":["unknown","api","binding","event","cron"]},"version_id":{"type":"string","format":"uuid"},"workflow_id":{"type":"string","format":"uuid"}},"required":["id","workflow_id","version_id","status"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances.batch","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/workflows/{workflow_name}/instances/batch/delete":{"post":{"operationId":"wor-batch-delete-workflow-instances","summary":"Batch delete instances of a workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"instances":{"type":"array","items":{"maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$","type":"string"},"maxItems":100,"minItems":1}},"required":["instances"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"deleted":{"type":"array","items":{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"}},"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"id":{"type":"string"},"message":{"type":"string"}},"required":["id","code","message"],"type":"object"}}},"required":["deleted","errors"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true}},"/accounts/{account_id}/workflows/{workflow_name}/instances/batch/terminate":{"post":{"operationId":"wor-batch-terminate-workflow-instances","summary":"Batch terminate instances of a workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"maximum":100,"minimum":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$","type":"string"},"maxItems":100,"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"instancesTerminated":{"type":"number"},"status":{"type":"string","enum":["ok","already_running"]}},"required":["status","instancesTerminated"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true}},"/accounts/{account_id}/workflows/{workflow_name}/instances/terminate":{"get":{"operationId":"wor-status-terminate-workflow-instances","summary":"Get status of the job responsible for terminate all instances of a workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"status":{"type":"string","enum":["running","not_running"]}},"required":["status"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true}},"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}":{"get":{"operationId":"wor-describe-workflow-instance","summary":"Get logs and status from instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"simple","in":"query","schema":{"type":"string","default":"false","enum":["true","false"]}},{"name":"order","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"end":{"type":"string","format":"date-time","nullable":true},"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"output":{"anyOf":[{"type":"string"},{"type":"number"}]},"params":{"type":"object"},"queued":{"type":"string","format":"date-time"},"rollback":{"type":"object","nullable":true,"properties":{"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"outcome":{"type":"string","enum":["complete","failed"]}},"required":["outcome","error"]},"schedule":{"type":"object","properties":{"cron":{"type":"string"},"scheduledTime":{"type":"number"}},"required":["cron","scheduledTime"]},"start":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"step_count":{"type":"integer"},"steps":{"type":"array","items":{"anyOf":[{"properties":{"attempts":{"type":"array","items":{"properties":{"end":{"type":"string","format":"date-time","nullable":true},"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"start":{"type":"string","format":"date-time"},"success":{"type":"boolean","nullable":true}},"required":["start","end","success","error"],"type":"object"}},"config":{"type":"object","properties":{"retries":{"type":"object","properties":{"backoff":{"type":"string","enum":["constant","linear","exponential"]},"delay":{"anyOf":[{"type":"string"},{"type":"number"}]},"limit":{"type":"number"}},"required":["limit","delay"]},"sensitive":{"type":"string","enum":["output"]},"timeout":{"anyOf":[{"type":"string"},{"type":"number"}]}},"required":["retries","timeout"]},"end":{"type":"string","format":"date-time","nullable":true},"name":{"type":"string"},"output":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"success":{"type":"boolean","nullable":true},"type":{"type":"string","enum":["step","rollback"]}},"required":["name","start","end","attempts","config","output","success","type"],"type":"object"},{"properties":{"end":{"type":"string","format":"date-time"},"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"finished":{"type":"boolean"},"name":{"type":"string"},"start":{"type":"string","format":"date-time"},"type":{"type":"string","enum":["sleep"]}},"required":["name","start","end","finished","type","error"],"type":"object"},{"properties":{"trigger":{"type":"object","properties":{"source":{"type":"string"}},"required":["source"]},"type":{"type":"string","enum":["termination"]}},"required":["type","trigger"],"type":"object"},{"properties":{"end":{"type":"string","format":"date-time"},"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"event_type":{"type":"string"},"finished":{"type":"boolean"},"name":{"type":"string"},"output":{"type":"string"},"start":{"type":"string","format":"date-time"},"type":{"type":"string","enum":["waitForEvent"]}},"required":["name","start","end","finished","type","error"],"type":"object"}]}},"success":{"type":"boolean","nullable":true},"trigger":{"type":"object","properties":{"source":{"type":"string","enum":["unknown","api","binding","event","cron"]}},"required":["source"]},"versionId":{"type":"string","format":"uuid"}},"required":["params","trigger","versionId","queued","start","end","step_count","steps","success","error","status","output","rollback"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"get"},"delete":{"operationId":"wor-delete-workflow-instance","summary":"Delete a workflow instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"instanceId":{"type":"string"},"timestamp":{"type":"string","format":"date-time"}},"required":["instanceId","timestamp"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/events/{event_type}":{"post":{"operationId":"wor-send-event-workflow-instance","summary":"Send event to instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"event_type","in":"path","required":true,"schema":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object"},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances.events","x-fern-sdk-method-name":"send"}},"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/status":{"patch":{"operationId":"wor-change-status-workflow-instance","summary":"Change status of instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"oneOf":[{"properties":{"status":{"type":"string","enum":["pause"]}},"required":["status"],"type":"object"},{"properties":{"status":{"type":"string","enum":["resume"]}},"required":["status"],"type":"object"},{"properties":{"rollback":{"type":"boolean"},"status":{"type":"string","enum":["terminate"]}},"required":["status"],"type":"object"},{"properties":{"from":{"type":"object","properties":{"count":{"type":"integer","exclusiveMinimum":true,"minimum":0},"name":{"type":"string","maxLength":256,"minLength":1},"type":{"type":"string","enum":["do","sleep","waitForEvent"]}},"required":["name"]},"status":{"type":"string","enum":["restart"]}},"required":["status"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"timestamp":{"type":"string","format":"date-time"}},"required":["status","timestamp"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-forge-aliases":[{"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"pause","x-forge-params":{"from":{"hidden":true},"rollback":{"hidden":true},"status":{"default":"pause","hidden":true}}},{"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"resume","x-forge-params":{"from":{"hidden":true},"rollback":{"hidden":true},"status":{"default":"resume","hidden":true}}},{"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"terminate","x-forge-params":{"from":{"hidden":true},"status":{"default":"terminate","hidden":true}},"x-forge-require-confirmation":"This operation terminates the running Workflow instance."},{"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"restart","x-forge-params":{"rollback":{"hidden":true},"status":{"default":"restart","hidden":true}}}]}},"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/step":{"get":{"operationId":"wor-get-workflow-instance-step","summary":"Get full step output from instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"name","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"type","in":"query","required":true,"schema":{"type":"string","enum":["step","waitForEvent"]}},{"name":"attempt","in":"query","schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"event_type":{"type":"string"},"output":{"type":"object"},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]}},"required":["status","error"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}},"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances.step","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/workflows/{workflow_name}/versions":{"get":{"operationId":"wor-list-workflow-versions","summary":"List deployed Workflow versions","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":1}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"default_retention":{"type":"object","properties":{"error_retention":{"type":"integer"},"success_retention":{"type":"integer"}}},"has_dag":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"language":{"type":"string","enum":["javascript","python"]},"limits":{"type":"object","properties":{"steps":{"type":"integer","minimum":1}}},"modified_on":{"type":"string","format":"date-time"},"workflow_id":{"type":"string","format":"uuid"}},"required":["created_on","modified_on","id","workflow_id","class_name","has_dag","language"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.versions","x-fern-sdk-method-name":"list"}},"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}":{"get":{"operationId":"wor-describe-workflow-versions","summary":"Get Workflow version details","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"default_retention":{"type":"object","properties":{"error_retention":{"type":"integer"},"success_retention":{"type":"integer"}}},"has_dag":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"language":{"type":"string","enum":["javascript","python"]},"limits":{"type":"object","properties":{"steps":{"type":"integer","minimum":1}}},"modified_on":{"type":"string","format":"date-time"},"workflow_id":{"type":"string","format":"uuid"}},"required":["created_on","modified_on","id","workflow_id","class_name","has_dag","language"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.versions","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}/dag":{"get":{"operationId":"wor-describe-workflow-versions-dag","summary":"Get Workflow version dag","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"dag":{"type":"object","nullable":true},"id":{"type":"string","format":"uuid"},"modified_on":{"type":"string","format":"date-time"},"workflow_id":{"type":"string","format":"uuid"}},"required":["created_on","modified_on","id","workflow_id","class_name","dag"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true}},"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}/graph":{"get":{"operationId":"wor-describe-workflow-versions-graph","summary":"Get Workflow version graph","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"graph":{"type":"object","nullable":true,"properties":{"version":{"type":"number"},"workflow":{"type":"object","properties":{"class_name":{"type":"string"},"functions":{"type":"object","additionalProperties":{"properties":{"name":{"type":"string"},"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["function_def"]}},"required":["type","name","nodes"],"type":"object"}},"nodes":{"type":"array","items":{"oneOf":[{"properties":{"duration":{"anyOf":[{"type":"number"},{"type":"string"}]},"name":{"type":"string"},"resolves":{"type":"number"},"starts":{"type":"number"},"type":{"type":"string","enum":["step_sleep"]}},"required":["type","name","duration"],"type":"object"},{"properties":{"config":{"type":"object","properties":{"retries":{"type":"object","properties":{"backoff":{"type":"string","enum":["constant","linear","exponential"]},"delay":{"anyOf":[{"type":"number"},{"type":"string"}]},"limit":{"type":"number"}},"required":["limit","delay","backoff"]},"timeout":{"anyOf":[{"type":"number"},{"type":"string"}]}},"required":["retries","timeout"]},"name":{"type":"string"},"nodes":{"type":"array","items":{"type":"object"}},"resolves":{"type":"number"},"starts":{"type":"number"},"type":{"type":"string","enum":["step_do"]}},"required":["type","name","config","nodes"],"type":"object"},{"properties":{"name":{"type":"string"},"options":{"type":"object","nullable":true,"properties":{"event_type":{"type":"string"},"timeout":{"anyOf":[{"type":"number"},{"type":"string"}]}},"required":["event_type","timeout"]},"payload":{"anyOf":[{"properties":{"type":{"type":"string","enum":["unknown"]}},"required":["type"],"type":"object"},{"properties":{"fields":{"type":"object","additionalProperties":{"type":"object"}},"type":{"type":"string","enum":["object"]}},"required":["type","fields"],"type":"object"}]},"resolves":{"type":"number"},"starts":{"type":"number"},"type":{"type":"string","enum":["step_wait_for_event"]}},"required":["type","name","options"],"type":"object"},{"properties":{"name":{"type":"string"},"resolves":{"type":"number"},"starts":{"type":"number"},"timestamp":{"type":"string"},"type":{"type":"string","enum":["step_sleep_until"]}},"required":["type","name","timestamp"],"type":"object"},{"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["loop"]}},"required":["type","nodes"],"type":"object"},{"properties":{"kind":{"type":"string","enum":["all","any","all_settled","race"]},"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["parallel"]}},"required":["type","kind","nodes"],"type":"object"},{"properties":{"catch_block":{"type":"object","nullable":true,"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["block"]}},"required":["type","nodes"]},"finally_block":{"type":"object","nullable":true,"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["block"]}},"required":["type","nodes"]},"try_block":{"type":"object","nullable":true,"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["block"]}},"required":["type","nodes"]},"type":{"type":"string","enum":["try"]}},"required":["type","try_block","catch_block","finally_block"],"type":"object"},{"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["block"]}},"required":["type","nodes"],"type":"object"},{"properties":{"branches":{"type":"array","items":{"properties":{"condition":{"type":"string","nullable":true},"nodes":{"type":"array","items":{"type":"object"}}},"required":["condition","nodes"],"type":"object"}},"type":{"type":"string","enum":["if"]}},"required":["type","branches"],"type":"object"},{"properties":{"branches":{"type":"array","items":{"properties":{"condition":{"type":"string","nullable":true},"nodes":{"type":"array","items":{"type":"object"}}},"required":["condition","nodes"],"type":"object"}},"discriminant":{"type":"string"},"type":{"type":"string","enum":["switch"]}},"required":["type","discriminant","branches"],"type":"object"},{"properties":{"class_name":{"type":"string"},"functions":{"type":"object","additionalProperties":{"properties":{"name":{"type":"string"},"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["function_def"]}},"required":["type","name","nodes"],"type":"object"}},"nodes":{"type":"array","items":{"type":"object"}},"payload":{"anyOf":[{"properties":{"type":{"type":"string","enum":["unknown"]}},"required":["type"],"type":"object"},{"properties":{"fields":{"type":"object","additionalProperties":{"type":"object"}},"type":{"type":"string","enum":["object"]}},"required":["type","fields"],"type":"object"}]},"type":{"type":"string","enum":["start"]}},"required":["type","class_name","functions","nodes"],"type":"object"},{"properties":{"name":{"type":"string"},"resolves":{"type":"number"},"starts":{"type":"number"},"type":{"type":"string","enum":["function_call"]}},"required":["type","name"],"type":"object"},{"properties":{"name":{"type":"string"},"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["function_def"]}},"required":["type","name","nodes"],"type":"object"},{"properties":{"kind":{"type":"string","enum":["break","return"]},"type":{"type":"string","enum":["break"]}},"required":["type","kind"],"type":"object"}]}},"payload":{"anyOf":[{"properties":{"type":{"type":"string","enum":["unknown"]}},"required":["type"],"type":"object"},{"properties":{"fields":{"type":"object","additionalProperties":{"type":"object"}},"type":{"type":"string","enum":["object"]}},"required":["type","fields"],"type":"object"}]}},"required":["class_name","functions","nodes"]}},"required":["version","workflow"]},"id":{"type":"string","format":"uuid"},"modified_on":{"type":"string","format":"date-time"},"workflow_id":{"type":"string","format":"uuid"}},"required":["created_on","modified_on","id","workflow_id","class_name","graph"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.versions","x-fern-sdk-method-name":"graph"}},"/accounts/{account_id}/zerotrust/connectivity_settings":{"get":{"operationId":"zero-trust-accounts-get-connectivity-settings","summary":"Get Zero Trust Connectivity Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_zero_trust_connectivity_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Connectivity Settings"],"x-api-token-group":["Zero Trust Report","Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.connectivity-settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"zero-trust-accounts-patch-connectivity-settings","summary":"Updates the Zero Trust Connectivity Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"icmp_proxy_enabled":{"$ref":"#/components/schemas/tunnel_icmp_proxy_enabled"},"offramp_warp_enabled":{"$ref":"#/components/schemas/tunnel_offramp_warp_enabled"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_zero_trust_connectivity_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Connectivity Settings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.connectivity-settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/routes/hostname":{"get":{"operationId":"zero-trust-networks-route-hostname-list","summary":"List hostname routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_hostname_route_id"}},{"name":"hostname","in":"query","schema":{"$ref":"#/components/schemas/tunnel_hostname"}},{"name":"tunnel_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-3"}},{"name":"comment","in":"query","schema":{"$ref":"#/components/schemas/tunnel_hostname_query_comment"}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean","default":false}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zero-trust-networks-route-hostname-create","summary":"Create hostname route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_hostname_comment"},"hostname":{"$ref":"#/components/schemas/tunnel_hostname"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-3"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}":{"get":{"operationId":"zero-trust-networks-route-hostname-get","summary":"Get hostname route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"hostname_route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"zero-trust-networks-route-hostname-delete","summary":"Delete hostname route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"hostname_route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"zero-trust-networks-route-hostname-update","summary":"Update hostname route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"hostname_route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_hostname_comment"},"hostname":{"$ref":"#/components/schemas/tunnel_hostname"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-3"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets":{"get":{"operationId":"zero-trust-networks-subnets-list","summary":"List Subnets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/tunnel_subnet_query_name"}},{"name":"comment","in":"query","schema":{"$ref":"#/components/schemas/tunnel_subnet_query_comment"}},{"name":"network","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip_network_encoded"}]}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"address_family","in":"query","schema":{"$ref":"#/components/schemas/tunnel_address_family"}},{"name":"is_default_network","in":"query","schema":{"type":"boolean"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"sort_order","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"subnet_types","in":"query","schema":{"type":"string","enum":["cloudflare_source","initial_resolved_ip","warp"]}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets/cloudflare_source/{address_family}":{"patch":{"operationId":"zero-trust-networks-subnet-update-cloudflare-source","summary":"Update Cloudflare Source Subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"address_family","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_address_family"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.cloudflare-source","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets/initial_resolved_ip/{address_family}":{"get":{"operationId":"zero-trust-networks-subnet-get-initial-resolved-ip","summary":"Get Initial Resolved IP Subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"address_family","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_address_family"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.initial-resolved-ip","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets/warp":{"post":{"operationId":"zero-trust-networks-subnet-create-warp","summary":"Create WARP IP subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"is_default_network":{"$ref":"#/components/schemas/tunnel_subnet_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"}},"required":["name","network"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.warp","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}":{"get":{"operationId":"zero-trust-networks-subnet-get-warp","summary":"Get WARP IP subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"subnet_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_subnet_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.warp","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"zero-trust-networks-subnet-delete-warp","summary":"Delete WARP IP subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"subnet_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_subnet_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single_nullable"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single_nullable"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.warp","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"zero-trust-networks-subnet-update-warp","summary":"Update WARP IP subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"subnet_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_subnet_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"is_default_network":{"$ref":"#/components/schemas/tunnel_subnet_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.warp","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/zt_risk_scoring/behaviors":{"get":{"operationId":"dlp-risk-score-behaviors-get","summary":"Get all behaviors and associated configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Behaviors"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-risk-score-behaviors-put","summary":"Update configuration for risk behaviors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateBehaviors"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_UpdateBehaviors"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/zt_risk_scoring/integrations":{"get":{"operationId":"dlp-zt-risk-score-integration-list","summary":"List all risk score integrations for the account.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegrationArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-zt-risk-score-integration-create","summary":"Create new risk score integration.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CreateIntegrationBody"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/zt_risk_scoring/integrations/reference_id/{reference_id}":{"get":{"operationId":"dlp-zt-risk-score-integration-get-by-reference-id","summary":"Get risk score integration by reference id.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"reference_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}":{"get":{"operationId":"dlp-zt-risk-score-integration-get","summary":"Get risk score integration by id.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"integration_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-zt-risk-score-integration-update","summary":"Update a risk score integration.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"integration_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateIntegrationBody"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-zt-risk-score-integration-delete","summary":"Delete a risk score integration.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"integration_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/zt_risk_scoring/summary":{"get":{"operationId":"dlp-risk-score-summary-get","summary":"Get risk score info for all users in the account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskSummary"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-pii.read"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust: PII Read"]}},"/accounts/{account_id}/zt_risk_scoring/{user_id}":{"get":{"operationId":"dlp-risk-score-summary-get-for-user","summary":"Get risk event/score information for a specific user","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"user_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskEvents"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-pii.read"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust: PII Read"]}},"/accounts/{account_id}/zt_risk_scoring/{user_id}/reset":{"post":{"operationId":"dlp-risk-score-reset-post","summary":"Clear the risk score for a particular user","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"user_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust Write"]}},"/memberships":{"get":{"operationId":"user'-s-account-memberships-list-memberships","summary":"List Memberships","parameters":[{"name":"account.name","in":"query","schema":{"$ref":"#/components/schemas/iam_properties-name"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["id","account.name","status"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/iam_properties-name"}},{"name":"status","in":"query","schema":{"type":"string","enum":["accepted","pending","rejected"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/iam_collection_membership_response"},{"$ref":"#/components/schemas/iam_collection_membership_response_with_policies"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Account Memberships"],"x-api-token-group":["Memberships Write","Memberships Read"]}},"/memberships/{membership_id}":{"get":{"operationId":"user'-s-account-memberships-membership-details","summary":"Membership Details","parameters":[{"name":"membership_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_membership_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Account Memberships"],"x-api-token-group":["Memberships Write","Memberships Read"]},"put":{"operationId":"user'-s-account-memberships-update-membership","summary":"Update Membership","parameters":[{"name":"membership_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"status":{"enum":["accepted","rejected"]}},"required":["status"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_membership_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.write"]}],"tags":["User's Account Memberships"],"x-api-token-group":["Memberships Write"]},"delete":{"operationId":"user'-s-account-memberships-delete-membership","summary":"Delete Membership","parameters":[{"name":"membership_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"properties":{"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.write"]}],"tags":["User's Account Memberships"],"x-api-token-group":["Memberships Write"]}},"/organizations":{"get":{"operationId":"Organization_listOrganizations","summary":"List organizations the user has access to","parameters":[{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersId"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersName"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersNameStartsWith"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersNameEndsWith"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersNameContains"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersContainingAccount"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersContainingUser"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersContainingOrganization"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersParentId"},{"$ref":"#/components/parameters/organizations-api_PageTokenParamsPageToken"},{"$ref":"#/components/parameters/organizations-api_PageTokenParamsPageSize"}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_Organization"}},"result_info":{"$ref":"#/components/schemas/organizations-api_PageTokenResultInfo"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result","result_info"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Organizations"],"x-api-token-group":["User Details Write","User Details Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"organizations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"Organizations_createUserOrganization","summary":"Create organization","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_Organization"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"$ref":"#/components/schemas/organizations-api_Organization"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["user-details.write"]}],"tags":["Organizations"],"x-api-token-group":["User Details Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"organizations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/radar/agent_readiness/summary/{dimension}":{"get":{"operationId":"radar-get-agent-readiness-summary","summary":"Get agent readiness summary","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CHECK"]}},{"name":"date","in":"query","schema":{"type":"string","format":"date"}},{"name":"domainCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"date":{"type":"string"},"domainCategories":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"integer"}},"required":["name","value"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"successfulDomains":{"type":"integer"},"totalDomains":{"type":"integer"},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["date","totalDomains","successfulDomains","normalization","lastUpdated","units","domainCategories"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Agent Readiness"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.agent-readiness","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/ai/bots/summary/user_agent":{"get":{"operationId":"radar-get-ai-bots-summary-by-user-agent","summary":"Get AI user agents summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.bots.summary","x-fern-sdk-method-name":"user-agent","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Bots Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/bots/methods/summary_v2/) instead."}},"/radar/ai/bots/summary/{dimension}":{"get":{"operationId":"radar-get-ai-bots-summary","summary":"Get AI bots HTTP requests distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["USER_AGENT","CRAWL_PURPOSE","INDUSTRY","VERTICAL","CONTENT_TYPE","RESPONSE_STATUS","RESPONSE_STATUS_CATEGORY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"crawlPurpose","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"userAgent","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.timeseries-groups","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/ai/bots/timeseries":{"get":{"operationId":"radar-get-ai-bots-timeseries","summary":"Get AI bots HTTP requests time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"crawlPurpose","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"userAgent","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.bots","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/ai/bots/timeseries_groups/user_agent":{"get":{"operationId":"radar-get-ai-bots-timeseries-group-by-user-agent","summary":"Get AI user agents time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.timeseries-groups","x-fern-sdk-method-name":"user-agent","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Bots Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/bots/methods/timeseries_groups/) instead."}},"/radar/ai/bots/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-ai-bots-timeseries-group","summary":"Get time series distribution of AI bots HTTP requests by dimension.","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["USER_AGENT","CRAWL_PURPOSE","INDUSTRY","VERTICAL","CONTENT_TYPE","RESPONSE_STATUS","RESPONSE_STATUS_CATEGORY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"crawlPurpose","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"userAgent","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX","PERCENTAGE_CHANGE"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.bots","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/ai/inference/summary/model":{"get":{"operationId":"radar-get-ai-inference-summary-by-model","summary":"Get Workers AI models summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.inference.summary","x-fern-sdk-method-name":"model","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Inference Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/methods/summary_v2/) instead."}},"/radar/ai/inference/summary/task":{"get":{"operationId":"radar-get-ai-inference-summary-by-task","summary":"Get Workers AI tasks summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.inference.summary","x-fern-sdk-method-name":"task","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Inference Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/methods/summary_v2/) instead."}},"/radar/ai/inference/summary/{dimension}":{"get":{"operationId":"radar-get-ai-inference-summary","summary":"Get Workers AI inference distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["MODEL","TASK"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.inference","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/ai/inference/timeseries_groups/model":{"get":{"operationId":"radar-get-ai-inference-timeseries-group-by-model","summary":"Get Workers AI models time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.inference.timeseries-groups.summary","x-fern-sdk-method-name":"model","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Inference Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/methods/timeseries_groups_v2/) instead."}},"/radar/ai/inference/timeseries_groups/task":{"get":{"operationId":"radar-get-ai-inference-timeseries-group-by-task","summary":"Get Workers AI tasks time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.inference.timeseries-groups.summary","x-fern-sdk-method-name":"task","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Inference Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/methods/timeseries_groups_v2/) instead."}},"/radar/ai/inference/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-ai-inference-timeseries-group","summary":"Get time series distribution of Workers AI inference by dimension.","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["MODEL","TASK"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.inference","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/ai/markdown_for_agents/summary":{"get":{"operationId":"radar-get-ai-markdown-for-agents-summary","summary":"Get AI markdown for agents reduction ratio summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"value":{"type":"string","pattern":"^-?(?:\\d+(?:\\.\\d+)?|inf)$"}},"required":["value"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Markdown for Agents"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.markdown-for-agents","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/ai/markdown_for_agents/timeseries":{"get":{"operationId":"radar-get-ai-markdown-for-agents-timeseries","summary":"Get AI markdown for agents reduction ratio time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Markdown for Agents"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.markdown-for-agents","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/annotations":{"get":{"operationId":"radar-get-annotations","summary":"Get latest annotations","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dataSource","in":"query","schema":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]}},{"name":"eventType","in":"query","schema":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]}},{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"origin","in":"query","schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"asns":{"type":"array","items":{"type":"integer"}},"asnsDetails":{"type":"array","items":{"properties":{"asn":{"type":"string"},"locations":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"name":{"type":"string"}},"required":["asn","name"],"type":"object"}},"dataSource":{"type":"string"},"endDate":{"type":"string"},"eventType":{"type":"string"},"id":{"type":"string"},"linkedUrl":{"type":"string"},"locations":{"type":"array","items":{"type":"string"}},"locationsDetails":{"type":"array","items":{"properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"],"type":"object"}},"origins":{"type":"array","items":{"type":"string"}},"originsDetails":{"type":"array","items":{"properties":{"name":{"type":"string"},"origin":{"type":"string"}},"required":["origin","name"],"type":"object"}},"outage":{"type":"object","properties":{"outageCause":{"type":"string"},"outageType":{"type":"string"}},"required":["outageCause","outageType"]},"scope":{"type":"string"},"startDate":{"type":"string"}},"required":["id","dataSource","startDate","asns","asnsDetails","locations","locationsDetails","origins","originsDetails","eventType","outage"],"type":"object"}}},"required":["annotations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Annotations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.annotations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/annotations/outages":{"get":{"operationId":"radar-get-annotations-outages","summary":"Get latest Internet outages and anomalies","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"origin","in":"query","schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"asns":{"type":"array","items":{"type":"integer"}},"asnsDetails":{"type":"array","items":{"properties":{"asn":{"type":"string"},"locations":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"name":{"type":"string"}},"required":["asn","name"],"type":"object"}},"dataSource":{"type":"string"},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string"},"id":{"type":"string"},"linkedUrl":{"type":"string"},"locations":{"type":"array","items":{"type":"string"}},"locationsDetails":{"type":"array","items":{"properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"],"type":"object"}},"origins":{"type":"array","items":{"type":"string"}},"originsDetails":{"type":"array","items":{"properties":{"name":{"type":"string"},"origin":{"type":"string"}},"required":["origin","name"],"type":"object"}},"outage":{"type":"object","properties":{"outageCause":{"type":"string"},"outageType":{"type":"string"}},"required":["outageCause","outageType"]},"scope":{"type":"string"},"startDate":{"type":"string","format":"date-time"}},"required":["id","dataSource","startDate","asns","asnsDetails","locations","locationsDetails","origins","originsDetails","eventType","outage"],"type":"object"}}},"required":["annotations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Annotations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.annotations.outages","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/annotations/outages/locations":{"get":{"operationId":"radar-get-annotations-outages-top","summary":"Get the number of outages by location","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["annotations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Annotations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.annotations.outages","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/as112/summary/dnssec":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-dnssec","summary":"Get AS112 DNS queries by DNSSEC summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/edns":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-edns","summary":"Get AS112 DNS queries by EDNS summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"edns","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/ip_version":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-ip-version","summary":"Get AS112 DNS queries by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/protocol":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-protocol","summary":"Get AS112 DNS queries by DNS protocol summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TCP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UDP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["UDP","TLS","HTTPS","TCP"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/query_type":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-query-type","summary":"Get AS112 DNS queries by type summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"query-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/response_codes":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-response-codes","summary":"Get AS112 DNS queries by response code summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"response-codes","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/{dimension}":{"get":{"operationId":"radar-get-dns-as112-summary","summary":"Get AS112 summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["DNSSEC","EDNS","IP_VERSION","PROTOCOL","QUERY_TYPE","RESPONSE_CODE"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/as112/timeseries":{"get":{"operationId":"radar-get-dns-as112-timeseries","summary":"Get AS112 DNS queries time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/as112/timeseries_groups/dnssec":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-dnssec","summary":"Get AS112 DNS queries by DNSSEC support time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/edns":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-edns","summary":"Get AS112 DNS queries by EDNS support summary","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"edns","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-ip-version","summary":"Get AS112 DNS queries by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/protocol":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-protocol","summary":"Get AS112 DNS queries by DNS protocol time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"HTTPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TCP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UDP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["UDP","TLS","HTTPS","TCP"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/query_type":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-query-type","summary":"Get AS112 DNS queries by type time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"query-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/response_codes":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-response-codes","summary":"Get AS112 DNS queries by response code time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"response-codes","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-dns-as112-timeseries-group","summary":"Get AS112 time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["DNSSEC","EDNS","IP_VERSION","PROTOCOL","QUERY_TYPE","RESPONSE_CODE"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/as112/top/locations":{"get":{"operationId":"radar-get-dns-as112-top-locations","summary":"Get top locations by AS112 DNS queries","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112.top","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/as112/top/locations/dnssec/{dnssec}":{"get":{"operationId":"radar-get-dns-as112-top-locations-by-dnssec","summary":"Get top locations by AS112 DNS queries with DNSSEC support","parameters":[{"name":"dnssec","in":"path","required":true,"schema":{"type":"string","enum":["SUPPORTED","NOT_SUPPORTED"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112.top","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true}},"/radar/as112/top/locations/edns/{edns}":{"get":{"operationId":"radar-get-dns-as112-top-locations-by-edns","summary":"Get top locations by AS112 DNS queries with EDNS support","parameters":[{"name":"edns","in":"path","required":true,"schema":{"type":"string","enum":["SUPPORTED","NOT_SUPPORTED"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112.top","x-fern-sdk-method-name":"edns","x-forge-hidden":true}},"/radar/as112/top/locations/ip_version/{ip_version}":{"get":{"operationId":"radar-get-dns-as112-top-locations-by-ip-version","summary":"Get top locations by AS112 DNS queries for an IP version","parameters":[{"name":"ip_version","in":"path","required":true,"schema":{"type":"string","enum":["IPv4","IPv6"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112.top","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true}},"/radar/attacks/layer3/summary/bitrate":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-bitrate","summary":"Get layer 3 attacks by bitrate summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"OVER_100_GBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UNDER_500_MBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_10_GBPS_TO_100_GBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_1_GBPS_TO_10_GBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_500_MBPS_TO_1_GBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["UNDER_500_MBPS","OVER_100_GBPS","_1_GBPS_TO_10_GBPS","_500_MBPS_TO_1_GBPS","_10_GBPS_TO_100_GBPS"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"bitrate","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/duration":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-duration","summary":"Get layer 3 attacks by duration summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"OVER_3_HOURS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UNDER_10_MINS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_10_MINS_TO_20_MINS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_1_HOUR_TO_3_HOURS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_20_MINS_TO_40_MINS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_40_MINS_TO_1_HOUR":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["UNDER_10_MINS","_10_MINS_TO_20_MINS","OVER_3_HOURS","_1_HOUR_TO_3_HOURS","_20_MINS_TO_40_MINS","_40_MINS_TO_1_HOUR"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"duration","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/industry":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-industry","summary":"Get layer 3 attacks by targeted industry summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/ip_version":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-ip-version","summary":"Get layer 3 attacks by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/protocol":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-protocol","summary":"Get layer 3 attacks by protocol summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"GRE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"ICMP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TCP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UDP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["TCP","UDP","GRE","ICMP"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/vector":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-vector","summary":"Get layer 3 attacks by vector summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"vector","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/vertical":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-vertical","summary":"Get layer 3 attacks by targeted vertical summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/{dimension}":{"get":{"operationId":"radar-get-attacks-layer3-summary","summary":"Get layer 3 attacks summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["PROTOCOL","IP_VERSION","VECTOR","DURATION","BITRATE","VERTICAL","INDUSTRY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/attacks/layer3/timeseries":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-by-bytes","summary":"Get layer 3 attacks by bytes time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"metric","in":"query","schema":{"type":"string","default":"bytes","enum":["BYTES","BYTES_OLD"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/attacks/layer3/timeseries_groups/bitrate":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-bitrate","summary":"Get layer 3 attacks by bitrate time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"OVER_100_GBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UNDER_500_MBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_10_GBPS_TO_100_GBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_1_GBPS_TO_10_GBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_500_MBPS_TO_1_GBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","UNDER_500_MBPS","OVER_100_GBPS","_1_GBPS_TO_10_GBPS","_500_MBPS_TO_1_GBPS","_10_GBPS_TO_100_GBPS"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"bitrate","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/duration":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-duration","summary":"Get layer 3 attacks by duration time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"OVER_3_HOURS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UNDER_10_MINS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_10_MINS_TO_20_MINS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_1_HOUR_TO_3_HOURS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_20_MINS_TO_40_MINS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_40_MINS_TO_1_HOUR":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","UNDER_10_MINS","_10_MINS_TO_20_MINS","OVER_3_HOURS","_1_HOUR_TO_3_HOURS","_20_MINS_TO_40_MINS","_40_MINS_TO_1_HOUR"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"duration","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/industry":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-industry","summary":"Get layer 3 attacks by target industries time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-ip-version","summary":"Get layer 3 attacks by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/protocol":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-protocol","summary":"Get layer 3 attacks by protocol time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"GRE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"ICMP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TCP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UDP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","TCP","UDP","GRE","ICMP"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/vector":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-vector","summary":"Get layer 3 attacks by vector time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"vector","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/vertical":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-vertical","summary":"Get layer 3 attacks by vertical time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group","summary":"Get layer 3 attacks time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["PROTOCOL","IP_VERSION","VECTOR","DURATION","BITRATE","VERTICAL","INDUSTRY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/attacks/layer3/top/attacks":{"get":{"operationId":"radar-get-attacks-layer3-top-attacks","summary":"Get top layer 3 attack pairs (origin and target locations)","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"limitDirection","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerLocation","in":"query","schema":{"type":"integer","default":10,"exclusiveMinimum":true,"minimum":0}},{"name":"magnitude","in":"query","schema":{"type":"string","enum":["MITIGATED_BYTES","MITIGATED_ATTACKS"]}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originCountryAlpha2":{"type":"string"},"originCountryName":{"type":"string"},"value":{"type":"string"}},"required":["originCountryAlpha2","originCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3.top","x-fern-sdk-method-name":"attacks","x-forge-hidden":true}},"/radar/attacks/layer3/top/industry":{"get":{"operationId":"radar-get-attacks-layer3-top-industries","summary":"Get top industries targeted by layer 3 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.top","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/top/locations/origin":{"get":{"operationId":"radar-get-attacks-layer3-top-origin-locations","summary":"Get top origin locations of layer 3 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originCountryAlpha2":{"type":"string"},"originCountryName":{"type":"string"},"rank":{"type":"number"},"value":{"type":"string"}},"required":["originCountryAlpha2","originCountryName","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3.top.locations","x-fern-sdk-method-name":"origin","x-forge-hidden":true}},"/radar/attacks/layer3/top/locations/target":{"get":{"operationId":"radar-get-attacks-layer3-top-target-locations","summary":"Get top target locations of layer 3 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"rank":{"type":"number"},"targetCountryAlpha2":{"type":"string"},"targetCountryName":{"type":"string"},"value":{"type":"string"}},"required":["targetCountryAlpha2","targetCountryName","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3.top.locations","x-fern-sdk-method-name":"target","x-forge-hidden":true}},"/radar/attacks/layer3/top/vertical":{"get":{"operationId":"radar-get-attacks-layer3-top-verticals","summary":"Get top verticals targeted by layer 3 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.top","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/http_method":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-http-method","summary":"Get layer 7 attacks by HTTP method summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"http-method","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/http_version":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-http-version","summary":"Get layer 7 attacks by HTTP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTP/1.x":{"type":"string"},"HTTP/2":{"type":"string"},"HTTP/3":{"type":"string"}},"required":["HTTP/2","HTTP/1.x","HTTP/3"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"http-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/industry":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-industry","summary":"Get layer 7 attacks by targeted industry summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/ip_version":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-ip-version","summary":"Get layer 7 attacks by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string"},"IPv6":{"type":"string"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/managed_rules":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-managed-rules","summary":"Get layer 7 attacks by managed rules summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"managed-rules","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/mitigation_product":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-mitigation-product","summary":"Get layer 7 attacks by mitigation product summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"mitigation-product","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/vertical":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-vertical","summary":"Get layer 7 attacks by targeted vertical summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/{dimension}":{"get":{"operationId":"radar-get-attacks-layer7-summary","summary":"Get layer 7 attacks summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["HTTP_METHOD","HTTP_VERSION","IP_VERSION","MANAGED_RULES","MITIGATION_PRODUCT","VERTICAL","INDUSTRY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/attacks/layer7/timeseries":{"get":{"operationId":"radar-get-attacks-layer7-timeseries","summary":"Get layer 7 attacks time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/attacks/layer7/timeseries_groups/http_method":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-http-method","summary":"Get layer 7 attacks by HTTP method time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"http-method","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/http_version":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-http-version","summary":"Get layer 7 attacks by HTTP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"HTTP/1.x":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"HTTP/2":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"HTTP/3":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","HTTP/1.x","HTTP/2","HTTP/3"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"http-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/industry":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-industry","summary":"Get layer 7 attacks by target industries time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-ip-version","summary":"Get layer 7 attacks by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/managed_rules":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-managed-rules","summary":"Get layer 7 attacks by managed rules time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"managed-rules","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/mitigation_product":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-mitigation-product","summary":"Get layer 7 attacks by mitigation product time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"mitigation-product","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/vertical":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-vertical","summary":"Get layer 7 attacks by vertical time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group","summary":"Get layer 7 attacks time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["HTTP_METHOD","HTTP_VERSION","IP_VERSION","MANAGED_RULES","MITIGATION_PRODUCT","VERTICAL","INDUSTRY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/attacks/layer7/top/ases/origin":{"get":{"operationId":"radar-get-attacks-layer7-top-origin-as","summary":"Get top origin ASes of layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originAsn":{"type":"string"},"originAsnName":{"type":"string"},"rank":{"type":"number"},"value":{"type":"string"}},"required":["originAsnName","originAsn","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7.top.ases","x-fern-sdk-method-name":"origin","x-forge-hidden":true}},"/radar/attacks/layer7/top/attacks":{"get":{"operationId":"radar-get-attacks-layer7-top-attacks","summary":"Get top layer 7 attack pairs (origin and target locations)","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitDirection","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerLocation","in":"query","schema":{"type":"integer","default":10,"exclusiveMinimum":true,"minimum":0}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originCountryAlpha2":{"type":"string"},"originCountryName":{"type":"string"},"targetCountryAlpha2":{"type":"string"},"targetCountryName":{"type":"string"},"value":{"type":"string"}},"required":["originCountryAlpha2","originCountryName","targetCountryAlpha2","targetCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7.top","x-fern-sdk-method-name":"attacks","x-forge-hidden":true}},"/radar/attacks/layer7/top/industry":{"get":{"operationId":"radar-get-attacks-layer7-top-industries","summary":"Get top industries targeted by layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.top","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/top/locations/origin":{"get":{"operationId":"radar-get-attacks-layer7-top-origin-location","summary":"Get top origin locations of layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originCountryAlpha2":{"type":"string"},"originCountryName":{"type":"string"},"rank":{"type":"number"},"value":{"type":"string"}},"required":["originCountryAlpha2","originCountryName","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7.top.locations","x-fern-sdk-method-name":"origin","x-forge-hidden":true}},"/radar/attacks/layer7/top/locations/target":{"get":{"operationId":"radar-get-attacks-layer7-top-target-location","summary":"Get top target locations of layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"rank":{"type":"number"},"targetCountryAlpha2":{"type":"string"},"targetCountryName":{"type":"string"},"value":{"type":"string"}},"required":["targetCountryAlpha2","targetCountryName","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7.top.locations","x-fern-sdk-method-name":"target","x-forge-hidden":true}},"/radar/attacks/layer7/top/vertical":{"get":{"operationId":"radar-get-attacks-layer7-top-verticals","summary":"Get top verticals targeted by layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.top","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/bgp/hijacks/events":{"get":{"operationId":"radar-get-bgp-hijacks-events","summary":"Get BGP hijack events","parameters":[{"name":"page","in":"query","schema":{"type":"integer","default":1,"exclusiveMinimum":true,"minimum":0}},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"exclusiveMinimum":true,"minimum":0}},{"name":"eventId","in":"query","schema":{"type":"integer"}},{"name":"hijackerAsn","in":"query","schema":{"type":"integer"}},{"name":"victimAsn","in":"query","schema":{"type":"integer"}},{"name":"involvedAsn","in":"query","schema":{"type":"integer"}},{"name":"involvedCountry","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"minConfidence","in":"query","schema":{"type":"integer"}},{"name":"maxConfidence","in":"query","schema":{"type":"integer"}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"sortBy","in":"query","schema":{"type":"string","enum":["ID","TIME","CONFIDENCE"]}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["ASC","DESC"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asn_info":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"country_code":{"type":"string"},"org_name":{"type":"string"}},"required":["asn","org_name","country_code"],"type":"object"}},"events":{"type":"array","items":{"properties":{"confidence_score":{"type":"integer"},"duration":{"type":"integer"},"event_type":{"type":"integer"},"hijack_msgs_count":{"type":"integer"},"hijacker_asn":{"type":"integer"},"hijacker_country":{"type":"string"},"id":{"type":"integer"},"is_stale":{"type":"boolean"},"max_hijack_ts":{"type":"string"},"max_msg_ts":{"type":"string"},"min_hijack_ts":{"type":"string"},"on_going_count":{"type":"integer"},"peer_asns":{"type":"array","items":{"type":"integer"}},"peer_ip_count":{"type":"integer"},"prefixes":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"properties":{"name":{"type":"string"},"score":{"type":"integer"}},"required":["name","score"],"type":"object"}},"victim_asns":{"type":"array","items":{"type":"integer"}},"victim_countries":{"type":"array","items":{"type":"string"}}},"required":["duration","event_type","hijack_msgs_count","hijacker_asn","hijacker_country","victim_asns","victim_countries","id","is_stale","max_hijack_ts","min_hijack_ts","max_msg_ts","on_going_count","peer_asns","peer_ip_count","prefixes","confidence_score","tags"],"type":"object"}},"total_monitors":{"type":"integer"}},"required":["asn_info","events","total_monitors"]},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}},"required":["count","total_count","page","per_page"]},"success":{"type":"boolean"}},"required":["result","result_info","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.hijacks.events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/bgp/ips/timeseries":{"get":{"operationId":"radar-get-bgp-ips-timeseries","summary":"Get announced IP address space time series","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"includeDelay","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"delay":{"type":"object","properties":{"asn_data":{"type":"object","properties":{"delaySecs":{"type":"number"},"delayStr":{"type":"string"},"healthy":{"type":"boolean"},"latest":{"type":"object","properties":{"entries_count":{"type":"number"},"path":{"type":"string"},"timestamp":{"type":"number"}},"required":["timestamp","path","entries_count"]}},"required":["delaySecs","delayStr","healthy","latest"]},"country_data":{"type":"object","properties":{"delaySecs":{"type":"number"},"delayStr":{"type":"string"},"healthy":{"type":"boolean"},"latest":{"type":"object","properties":{"count":{"type":"number"},"timestamp":{"type":"number"}},"required":["timestamp","count"]}},"required":["delaySecs","delayStr","healthy","latest"]},"healthy":{"type":"boolean"},"nowTs":{"type":"number"}},"required":["nowTs","healthy","asn_data","country_data"]},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"ipv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"ipv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","ipv4","ipv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.ips","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/ips/top/ases":{"get":{"operationId":"radar-get-bgp-ips-top-ases","summary":"Get top ASes by announced IP space","parameters":[{"name":"date","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"maximum":50,"minimum":1}},{"name":"metric","in":"query","schema":{"type":"string","enum":["v4_24s","v6_48s"]}},{"name":"country","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"anchorTs":{"type":"string","format":"date-time"},"asns":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"v4_24s":{"type":"integer"},"v6_48s":{"type":"integer"}},"required":["asn","v4_24s","v6_48s"],"type":"object"}},"country":{"type":"string","nullable":true},"metric":{"type":"string"}},"required":["anchorTs","metric","country","asns"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.ips.top","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/bgp/leaks/events":{"get":{"operationId":"radar-get-bgp-route-leak-events","summary":"Get BGP route leak events","parameters":[{"name":"page","in":"query","schema":{"type":"integer","default":1,"exclusiveMinimum":true,"minimum":0}},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"exclusiveMinimum":true,"minimum":0}},{"name":"eventId","in":"query","schema":{"type":"integer"}},{"name":"leakAsn","in":"query","schema":{"type":"integer"}},{"name":"involvedAsn","in":"query","schema":{"type":"integer"}},{"name":"involvedCountry","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"sortBy","in":"query","schema":{"type":"string","enum":["ID","LEAKS","PEERS","PREFIXES","ORIGINS","TIME"]}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["ASC","DESC"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asn_info":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"country_code":{"type":"string"},"org_name":{"type":"string"}},"required":["asn","org_name","country_code"],"type":"object"}},"events":{"type":"array","items":{"properties":{"countries":{"type":"array","items":{"type":"string"}},"detected_ts":{"type":"string"},"finished":{"type":"boolean"},"id":{"type":"integer"},"leak_asn":{"type":"integer"},"leak_count":{"type":"integer"},"leak_seg":{"type":"array","items":{"type":"integer"}},"leak_type":{"type":"integer"},"max_ts":{"type":"string"},"min_ts":{"type":"string"},"origin_count":{"type":"integer"},"peer_count":{"type":"integer"},"prefix_count":{"type":"integer"}},"required":["detected_ts","finished","id","leak_asn","leak_count","leak_seg","leak_type","max_ts","min_ts","origin_count","peer_count","prefix_count","countries"],"type":"object"}}},"required":["asn_info","events"]},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}},"required":["count","total_count","page","per_page"]},"success":{"type":"boolean"}},"required":["result","result_info","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.leaks.events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/bgp/routes/ases":{"get":{"operationId":"radar-get-bgp-routes-asns","summary":"List ASes from global routing tables","parameters":[{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"sortBy","in":"query","schema":{"type":"string","enum":["cone","pfxs","ipv4","ipv6","rpki_valid","rpki_invalid","rpki_unknown"]}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["ASC","DESC"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asns":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"coneSize":{"type":"integer"},"country":{"type":"string"},"ipv4Count":{"type":"integer"},"ipv6Count":{"type":"string"},"name":{"type":"string"},"pfxsCount":{"type":"integer"},"rpkiInvalid":{"type":"integer"},"rpkiUnknown":{"type":"integer"},"rpkiValid":{"type":"integer"}},"required":["asn","name","coneSize","country","ipv4Count","ipv6Count","pfxsCount","rpkiValid","rpkiInvalid","rpkiUnknown"],"type":"object"}},"meta":{"type":"object","properties":{"dataTime":{"type":"string"},"queryTime":{"type":"string"},"totalPeers":{"type":"integer"}},"required":["dataTime","queryTime","totalPeers"]}},"required":["asns","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/bgp/routes/moas":{"get":{"operationId":"radar-get-bgp-pfx2as-moas","summary":"Get Multi-Origin AS (MOAS) prefixes","parameters":[{"name":"origin","in":"query","schema":{"type":"integer"}},{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"invalid_only","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]},"moas":{"type":"array","items":{"properties":{"origins":{"type":"array","items":{"properties":{"origin":{"type":"integer"},"peer_count":{"type":"integer"},"rpki_validation":{"type":"string"}},"required":["origin","peer_count","rpki_validation"],"type":"object"}},"prefix":{"type":"string"}},"required":["prefix","origins"],"type":"object"}}},"required":["moas","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"moas","x-forge-hidden":true}},"/radar/bgp/routes/paths/{asn}":{"get":{"operationId":"radar-get-bgp-routes-paths","summary":"Get tier-1 path segments for an AS","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"ipVersion","in":"query","schema":{"type":"string","default":"IPv4","enum":["IPv4","IPv6"]}},{"name":"collector","in":"query","schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asnInfo":{"type":"object","additionalProperties":{"properties":{"asn":{"type":"integer"},"country":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["asn","name","country"],"type":"object"},"nullable":true},"collectors":{"type":"array","items":{"type":"string"}},"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time","nullable":true},"effectiveCollector":{"type":"string","nullable":true},"queryTime":{"type":"string","format":"date-time","nullable":true},"stale":{"type":"boolean"}},"required":["dataTime","queryTime","effectiveCollector","stale"]},"paths":{"type":"array","items":{"properties":{"collectors":{"type":"array","items":{"type":"string"}},"pathsCount":{"type":"integer"},"peersCount":{"type":"integer"},"segment":{"type":"array","items":{"type":"integer"}}},"required":["segment","pathsCount","peersCount","collectors"],"type":"object"}}},"required":["paths","collectors","asnInfo","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes.paths","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/bgp/routes/pfx2as":{"get":{"operationId":"radar-get-bgp-pfx2as","summary":"Get prefix-to-ASN mapping","parameters":[{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"origin","in":"query","schema":{"type":"integer"}},{"name":"rpkiStatus","in":"query","schema":{"type":"string","enum":["VALID","INVALID","UNKNOWN"]}},{"name":"longestPrefixMatch","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]},"prefix_origins":{"type":"array","items":{"properties":{"origin":{"type":"integer"},"peer_count":{"type":"integer"},"prefix":{"type":"string"},"rpki_validation":{"type":"string"}},"required":["origin","peer_count","prefix","rpki_validation"],"type":"object"}}},"required":["prefix_origins","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"pfx2as","x-forge-hidden":true}},"/radar/bgp/routes/realtime":{"get":{"operationId":"radar-get-bgp-routes-realtime","summary":"Get real-time BGP routes for a prefix","parameters":[{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"asn_info":{"type":"array","items":{"properties":{"as_name":{"type":"string"},"asn":{"type":"integer"},"country_code":{"type":"string"},"org_id":{"type":"string"},"org_name":{"type":"string"}},"required":["asn","as_name","country_code","org_id","org_name"],"type":"object"}},"collectors":{"type":"array","items":{"properties":{"collector":{"type":"string"},"latest_realtime_ts":{"type":"string"},"latest_rib_ts":{"type":"string"},"latest_updates_ts":{"type":"string"},"peers_count":{"type":"integer"},"peers_v4_count":{"type":"integer"},"peers_v6_count":{"type":"integer"}},"required":["collector","latest_realtime_ts","latest_updates_ts","latest_rib_ts","peers_count","peers_v4_count","peers_v6_count"],"type":"object"}},"data_time":{"type":"string"},"prefix_origins":{"type":"array","items":{"properties":{"origin":{"type":"integer"},"prefix":{"type":"string"},"rpki_validation":{"type":"string"},"total_peers":{"type":"integer"},"total_visible":{"type":"integer"},"visibility":{"type":"number"}},"required":["origin","prefix","rpki_validation","total_peers","total_visible","visibility"],"type":"object"}},"query_time":{"type":"string"}},"required":["collectors","asn_info","prefix_origins","data_time","query_time"]},"routes":{"type":"array","items":{"properties":{"as_path":{"type":"array","items":{"type":"integer"}},"collector":{"type":"string"},"communities":{"type":"array","items":{"type":"string"}},"prefix":{"type":"string"},"timestamp":{"type":"string"}},"required":["timestamp","collector","prefix","as_path","communities"],"type":"object"}}},"required":["routes","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"realtime","x-forge-hidden":true}},"/radar/bgp/routes/stats":{"get":{"operationId":"radar-get-bgp-routes-stats","summary":"Get BGP routing table stats ","parameters":[{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]},"stats":{"type":"object","properties":{"distinct_origins":{"type":"integer"},"distinct_origins_ipv4":{"type":"integer"},"distinct_origins_ipv6":{"type":"integer"},"distinct_prefixes":{"type":"integer"},"distinct_prefixes_ipv4":{"type":"integer"},"distinct_prefixes_ipv6":{"type":"integer"},"routes_invalid":{"type":"integer"},"routes_invalid_ipv4":{"type":"integer"},"routes_invalid_ipv6":{"type":"integer"},"routes_total":{"type":"integer"},"routes_total_ipv4":{"type":"integer"},"routes_total_ipv6":{"type":"integer"},"routes_unknown":{"type":"integer"},"routes_unknown_ipv4":{"type":"integer"},"routes_unknown_ipv6":{"type":"integer"},"routes_valid":{"type":"integer"},"routes_valid_ipv4":{"type":"integer"},"routes_valid_ipv6":{"type":"integer"}},"required":["distinct_origins","distinct_origins_ipv4","distinct_origins_ipv6","distinct_prefixes","distinct_prefixes_ipv4","distinct_prefixes_ipv6","routes_invalid","routes_invalid_ipv4","routes_invalid_ipv6","routes_total","routes_total_ipv4","routes_total_ipv6","routes_unknown","routes_unknown_ipv4","routes_unknown_ipv6","routes_valid","routes_valid_ipv4","routes_valid_ipv6"]}},"required":["stats","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"stats","x-forge-hidden":true}},"/radar/bgp/routes/upstreams/{asn}/timeseries":{"get":{"operationId":"radar-get-bgp-routes-upstreams-timeseries","summary":"Get upstream composition time series for an AS","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"ipVersion","in":"query","schema":{"type":"string","default":"IPv4","enum":["IPv4","IPv6"]}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time","nullable":true},"effectiveCollector":{"type":"string","nullable":true},"queryTime":{"type":"string","format":"date-time","nullable":true},"stale":{"type":"boolean"}},"required":["dataTime","queryTime","effectiveCollector","stale"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes.upstreams","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/rpki/aspa/changes":{"get":{"operationId":"radar-get-bgp-rpki-aspa-changes","summary":"Get ASPA changes over time","parameters":[{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"includeAsnInfo","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asnInfo":{"type":"object","properties":{"13335":{"type":"object","properties":{"asn":{"type":"integer"},"country":{"type":"string"},"name":{"type":"string"}},"required":["asn","name","country"]}},"required":["13335"]},"changes":{"type":"array","items":{"properties":{"customersAdded":{"type":"integer"},"customersRemoved":{"type":"integer"},"date":{"type":"string","format":"date-time"},"entries":{"type":"array","items":{"properties":{"customerAsn":{"type":"integer"},"providers":{"type":"array","items":{"type":"integer"}},"type":{"type":"string","enum":["CustomerAdded","CustomerRemoved","ProvidersAdded","ProvidersRemoved"]}},"required":["type","customerAsn","providers"],"type":"object"}},"providersAdded":{"type":"integer"},"providersRemoved":{"type":"integer"},"totalCount":{"type":"integer"}},"required":["date","customersAdded","customersRemoved","providersAdded","providersRemoved","totalCount","entries"],"type":"object"}},"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time"},"queryTime":{"type":"string","format":"date-time"}},"required":["dataTime","queryTime"]}},"required":["changes","asnInfo","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.rpki.aspa","x-fern-sdk-method-name":"changes","x-forge-hidden":true}},"/radar/bgp/rpki/aspa/snapshot":{"get":{"operationId":"radar-get-bgp-rpki-aspa-snapshot","summary":"Get ASPA objects snapshot","parameters":[{"name":"customerAsn","in":"query","schema":{"type":"integer"}},{"name":"providerAsn","in":"query","schema":{"type":"integer"}},{"name":"date","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"includeAsnInfo","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asnInfo":{"type":"object","properties":{"13335":{"type":"object","properties":{"asn":{"type":"integer"},"country":{"type":"string"},"name":{"type":"string"}},"required":["asn","name","country"]}},"required":["13335"]},"aspaObjects":{"type":"array","items":{"properties":{"customerAsn":{"type":"integer"},"providers":{"type":"array","items":{"type":"integer"}}},"required":["customerAsn","providers"],"type":"object"}},"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time"},"queryTime":{"type":"string","format":"date-time"},"totalCount":{"type":"integer"}},"required":["dataTime","queryTime","totalCount"]}},"required":["aspaObjects","asnInfo","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.rpki.aspa","x-fern-sdk-method-name":"snapshot","x-forge-hidden":true}},"/radar/bgp/rpki/aspa/timeseries":{"get":{"operationId":"radar-get-bgp-rpki-aspa-timeseries","summary":"Get ASPA count time series","parameters":[{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"rir","in":"query","schema":{"type":"array","items":{"enum":["RIPE_NCC","ARIN","APNIC","LACNIC","AFRINIC"],"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time"},"queryTime":{"type":"string","format":"date-time"}},"required":["dataTime","queryTime"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.rpki.aspa","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/rpki/roas/timeseries":{"get":{"operationId":"radar-get-bgp-rpki-roas-timeseries","summary":"Get RPKI ROA deployment time series","parameters":[{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"metric","in":"query","schema":{"type":"string","default":"validPfxsRatio","enum":["validPfxsRatio","validPfxsV4Ratio","validPfxsV6Ratio","validIpsRatio","validIpsV4Ratio","validIpsV6Ratio"]}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time"},"queryTime":{"type":"string","format":"date-time"}},"required":["dataTime","queryTime"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.rpki.roas","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/timeseries":{"get":{"operationId":"radar-get-bgp-timeseries","summary":"Get BGP time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"prefix","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"updateType","in":"query","schema":{"type":"array","items":{"enum":["ANNOUNCEMENT","WITHDRAWAL"],"type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["15m","1h","1d","1w"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"}},"required":["confidenceInfo","dateRange","aggInterval","lastUpdated"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["meta","serie_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/top/ases":{"get":{"operationId":"radar-get-bgp-top-ases","summary":"Get top ASes by BGP updates","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"prefix","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"updateType","in":"query","schema":{"type":"array","items":{"enum":["ANNOUNCEMENT","WITHDRAWAL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}}},"required":["dateRange"]},"top_0":{"type":"array","items":{"properties":{"ASName":{"type":"string"},"asn":{"type":"integer"},"value":{"type":"string"}},"required":["asn","ASName","value"],"type":"object"}}},"required":["meta","top_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.top.ases","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/bgp/top/ases/prefixes":{"get":{"operationId":"radar-get-bgp-top-asns-by-prefixes","summary":"Get top ASes by prefix count","parameters":[{"name":"country","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asns":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"country":{"type":"string"},"name":{"type":"string"},"pfxs_count":{"type":"integer"}},"required":["asn","country","name","pfxs_count"],"type":"object"}},"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]}},"required":["asns","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.top.ases","x-fern-sdk-method-name":"prefixes","x-forge-hidden":true}},"/radar/bgp/top/prefixes":{"get":{"operationId":"radar-get-bgp-top-prefixes","summary":"Get top prefixes by BGP updates","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"updateType","in":"query","schema":{"type":"array","items":{"enum":["ANNOUNCEMENT","WITHDRAWAL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}}},"required":["dateRange"]},"top_0":{"type":"array","items":{"properties":{"prefix":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["prefix","value"],"type":"object"}}},"required":["meta","top_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.top","x-fern-sdk-method-name":"prefixes","x-forge-hidden":true}},"/radar/bots":{"get":{"operationId":"radar-get-bots","summary":"List bots","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"botCategory","in":"query","schema":{"type":"string","enum":["SEARCH_ENGINE_CRAWLER","SEARCH_ENGINE_OPTIMIZATION","MONITORING_AND_ANALYTICS","ADVERTISING_AND_MARKETING","SOCIAL_MEDIA_MARKETING","PAGE_PREVIEW","ACADEMIC_RESEARCH","SECURITY","ACCESSIBILITY","WEBHOOKS","FEED_FETCHER","AI_CRAWLER","AGGREGATOR","AI_ASSISTANT","AI_SEARCH","ARCHIVER"]}},{"name":"botOperator","in":"query","schema":{"type":"string","maxLength":100}},{"name":"kind","in":"query","schema":{"type":"string","enum":["AGENT","BOT"]},"deprecated":true},{"name":"botVerificationStatus","in":"query","schema":{"type":"string","enum":["VERIFIED"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"bots":{"type":"array","items":{"properties":{"category":{"type":"string"},"kind":{"type":"string","deprecated":true},"name":{"type":"string"},"operator":{"type":"string"},"slug":{"type":"string"},"userAgentPatterns":{"type":"array","items":{"type":"string"}}},"required":["slug","name","description","kind","operator","category","userAgentPatterns"],"type":"object"}}},"required":["bots"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/bots/crawlers/summary/{dimension}":{"get":{"operationId":"radar-get-crawlers-summary","summary":"Get crawler HTTP request distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CLIENT_TYPE","USER_AGENT","REFERER","CRAWL_REFER_RATIO","VERTICAL","INDUSTRY","RESPONSE_STATUS","RESPONSE_STATUS_CATEGORY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"clientType","in":"query","schema":{"type":"array","items":{"enum":["HUMAN","NON_AI_BOT","AI_BOT","MIXED_PURPOSE"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?(?:\\d+(?:\\.\\d+)?|inf)$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Web Crawlers"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots.web-crawlers","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/bots/crawlers/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-crawlers-timeseries-group","summary":"Get time series of crawler HTTP request distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CLIENT_TYPE","USER_AGENT","REFERER","CRAWL_REFER_RATIO","VERTICAL","INDUSTRY","RESPONSE_STATUS","RESPONSE_STATUS_CATEGORY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX","PERCENTAGE_CHANGE"]}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"clientType","in":"query","schema":{"type":"array","items":{"enum":["HUMAN","NON_AI_BOT","AI_BOT","MIXED_PURPOSE"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?(?:\\d+(?:\\.\\d+)?|inf)$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Web Crawlers"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots.web-crawlers","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/bots/summary/{dimension}":{"get":{"operationId":"radar-get-bots-summary","summary":"Get bots HTTP requests distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["BOT","BOT_KIND","BOT_OPERATOR","BOT_CATEGORY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"bot","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botCategory","in":"query","schema":{"type":"array","items":{"enum":["SEARCH_ENGINE_CRAWLER","SEARCH_ENGINE_OPTIMIZATION","MONITORING_AND_ANALYTICS","ADVERTISING_AND_MARKETING","SOCIAL_MEDIA_MARKETING","PAGE_PREVIEW","ACADEMIC_RESEARCH","SECURITY","ACCESSIBILITY","WEBHOOKS","FEED_FETCHER","AI_CRAWLER","AGGREGATOR","AI_ASSISTANT","AI_SEARCH","ARCHIVER"],"type":"string"}}},{"name":"botKind","in":"query","schema":{"type":"array","items":{"enum":["AGENT","BOT"],"type":"string"}},"deprecated":true},{"name":"botVerificationStatus","in":"query","schema":{"type":"array","items":{"enum":["VERIFIED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/bots/timeseries":{"get":{"operationId":"radar-get-bots-timeseries","summary":"Get bots HTTP requests time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"bot","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botCategory","in":"query","schema":{"type":"array","items":{"enum":["SEARCH_ENGINE_CRAWLER","SEARCH_ENGINE_OPTIMIZATION","MONITORING_AND_ANALYTICS","ADVERTISING_AND_MARKETING","SOCIAL_MEDIA_MARKETING","PAGE_PREVIEW","ACADEMIC_RESEARCH","SECURITY","ACCESSIBILITY","WEBHOOKS","FEED_FETCHER","AI_CRAWLER","AGGREGATOR","AI_ASSISTANT","AI_SEARCH","ARCHIVER"],"type":"string"}}},{"name":"botKind","in":"query","schema":{"type":"array","items":{"enum":["AGENT","BOT"],"type":"string"}},"deprecated":true},{"name":"botVerificationStatus","in":"query","schema":{"type":"array","items":{"enum":["VERIFIED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bots/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-bots-timeseries-group","summary":"Get time series distribution of bots HTTP requests by dimension.","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["BOT","BOT_KIND","BOT_OPERATOR","BOT_CATEGORY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"bot","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botCategory","in":"query","schema":{"type":"array","items":{"enum":["SEARCH_ENGINE_CRAWLER","SEARCH_ENGINE_OPTIMIZATION","MONITORING_AND_ANALYTICS","ADVERTISING_AND_MARKETING","SOCIAL_MEDIA_MARKETING","PAGE_PREVIEW","ACADEMIC_RESEARCH","SECURITY","ACCESSIBILITY","WEBHOOKS","FEED_FETCHER","AI_CRAWLER","AGGREGATOR","AI_ASSISTANT","AI_SEARCH","ARCHIVER"],"type":"string"}}},{"name":"botKind","in":"query","schema":{"type":"array","items":{"enum":["AGENT","BOT"],"type":"string"}},"deprecated":true},{"name":"botVerificationStatus","in":"query","schema":{"type":"array","items":{"enum":["VERIFIED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/bots/{bot_slug}":{"get":{"operationId":"radar-get-bot-details","summary":"Get bot details","parameters":[{"name":"bot_slug","in":"path","required":true,"schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"bot":{"type":"object","properties":{"category":{"type":"string"},"kind":{"type":"string","deprecated":true},"name":{"type":"string"},"operator":{"type":"string"},"operatorUrl":{"type":"string"},"signatureAgentUrl":{"type":"string","nullable":true},"slug":{"type":"string"},"userAgentPatterns":{"type":"array","items":{"type":"string"}},"userAgents":{"type":"array","items":{"type":"string"}}},"required":["slug","name","description","kind","operator","operatorUrl","category","userAgents","userAgentPatterns"]}},"required":["bot"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/ct/authorities":{"get":{"operationId":"radar-get-certificate-authorities","summary":"List certificate authorities","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"certificateAuthorities":{"type":"array","items":{"properties":{"certificateRecordType":{"type":"string","enum":["ROOT_CERTIFICATE","INTERMEDIATE_CERTIFICATE"]},"country":{"type":"string"},"countryName":{"type":"string"},"name":{"type":"string"},"owner":{"type":"string"},"parentName":{"type":"string"},"parentSha256Fingerprint":{"type":"string"},"revocationStatus":{"type":"string","enum":["NOT_REVOKED","REVOKED","PARENT_CERT_REVOKED"]},"sha256Fingerprint":{"type":"string"}},"required":["sha256Fingerprint","name","owner","parentName","parentSha256Fingerprint","certificateRecordType","country","countryName","revocationStatus"],"type":"object"}}},"required":["certificateAuthorities"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct.authorities","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/ct/authorities/{ca_slug}":{"get":{"operationId":"radar-get-certificate-authority-details","summary":"Get certificate authority details","parameters":[{"name":"ca_slug","in":"path","required":true,"schema":{"type":"string","pattern":"^[A-F0-9]{64}$"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"certificateAuthority":{"type":"object","properties":{"appleStatus":{"type":"string","enum":["INCLUDED","NOT_YET_INCLUDED","NOT_INCLUDED","NOT_BEFORE","REMOVED","DISABLED","BLOCKED"]},"authorityKeyIdentifier":{"type":"string"},"certificateRecordType":{"type":"string","enum":["ROOT_CERTIFICATE","INTERMEDIATE_CERTIFICATE"]},"chromeStatus":{"type":"string","enum":["INCLUDED","NOT_YET_INCLUDED","NOT_INCLUDED","NOT_BEFORE","REMOVED","DISABLED","BLOCKED"]},"country":{"type":"string"},"countryName":{"type":"string"},"microsoftStatus":{"type":"string","enum":["INCLUDED","NOT_YET_INCLUDED","NOT_INCLUDED","NOT_BEFORE","REMOVED","DISABLED","BLOCKED"]},"mozillaStatus":{"type":"string","enum":["INCLUDED","NOT_YET_INCLUDED","NOT_INCLUDED","NOT_BEFORE","REMOVED","DISABLED","BLOCKED"]},"name":{"type":"string"},"owner":{"type":"string"},"parentName":{"type":"string"},"parentSha256Fingerprint":{"type":"string"},"related":{"type":"array","items":{"properties":{"certificateRecordType":{"type":"string","enum":["ROOT_CERTIFICATE","INTERMEDIATE_CERTIFICATE"]},"name":{"type":"string"},"revocationStatus":{"type":"string","enum":["NOT_REVOKED","REVOKED","PARENT_CERT_REVOKED"]},"sha256Fingerprint":{"type":"string"}},"required":["sha256Fingerprint","name","revocationStatus","certificateRecordType"],"type":"object"}},"revocationStatus":{"type":"string","enum":["NOT_REVOKED","REVOKED","PARENT_CERT_REVOKED"]},"sha256Fingerprint":{"type":"string"},"subjectKeyIdentifier":{"type":"string"},"validFrom":{"type":"string"},"validTo":{"type":"string"}},"required":["sha256Fingerprint","name","owner","parentName","parentSha256Fingerprint","certificateRecordType","country","countryName","chromeStatus","appleStatus","microsoftStatus","mozillaStatus","revocationStatus","validFrom","validTo","authorityKeyIdentifier","subjectKeyIdentifier","related"]}},"required":["certificateAuthority"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct.authorities","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/ct/logs":{"get":{"operationId":"radar-get-certificate-logs","summary":"List certificate logs","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"certificateLogs":{"type":"array","items":{"properties":{"api":{"type":"string","enum":["RFC6962","STATIC"]},"endExclusive":{"type":"string","format":"date-time"},"operator":{"type":"string"},"slug":{"type":"string"},"startInclusive":{"type":"string","format":"date-time"},"state":{"type":"string","enum":["USABLE","PENDING","QUALIFIED","READ_ONLY","RETIRED","REJECTED"]},"stateTimestamp":{"type":"string","format":"date-time"},"url":{"type":"string"}},"required":["slug","description","operator","api","state","stateTimestamp","startInclusive","endExclusive","url"],"type":"object"}}},"required":["certificateLogs"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct.logs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/ct/logs/{log_slug}":{"get":{"operationId":"radar-get-certificate-log-details","summary":"Get certificate log details","parameters":[{"name":"log_slug","in":"path","required":true,"schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"certificateLog":{"type":"object","properties":{"api":{"type":"string","enum":["RFC6962","STATIC"]},"avgThroughput":{"type":"number"},"endExclusive":{"type":"string","format":"date-time"},"lastUpdate":{"type":"string","format":"date-time"},"operator":{"type":"string"},"performance":{"type":"object","nullable":true,"properties":{"endpoints":{"type":"array","items":{"properties":{"endpoint":{"type":"string","enum":["add-chain (new)","add-chain (old)","add-pre-chain (new)","add-pre-chain (old)","get-entries","get-roots","get-sth"]},"responseTime":{"type":"number"},"uptime":{"type":"number"}},"required":["endpoint","responseTime","uptime"],"type":"object"}},"responseTime":{"type":"number"},"uptime":{"type":"number"}},"required":["responseTime","uptime","endpoints"]},"related":{"type":"array","items":{"properties":{"endExclusive":{"type":"string","format":"date-time"},"slug":{"type":"string"},"startInclusive":{"type":"string","format":"date-time"},"state":{"type":"string","enum":["USABLE","PENDING","QUALIFIED","READ_ONLY","RETIRED","REJECTED"]}},"required":["slug","description","state","startInclusive","endExclusive"],"type":"object"}},"slug":{"type":"string"},"startInclusive":{"type":"string","format":"date-time"},"state":{"type":"string","enum":["USABLE","PENDING","QUALIFIED","READ_ONLY","RETIRED","REJECTED"]},"stateTimestamp":{"type":"string","format":"date-time"},"submittableCertCount":{"type":"string","nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$"},"submittedCertCount":{"type":"string","nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$"},"url":{"type":"string"}},"required":["slug","description","operator","api","state","stateTimestamp","startInclusive","endExclusive","url","performance","avgThroughput","submittedCertCount","submittableCertCount","lastUpdate","related"]}},"required":["certificateLog"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct.logs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/ct/summary/{dimension}":{"get":{"operationId":"radar-get-ct-summary","summary":"Get certificate distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CA","CA_OWNER","DURATION","ENTRY_TYPE","EXPIRATION_STATUS","HAS_IPS","HAS_WILDCARDS","LOG","LOG_API","LOG_OPERATOR","PUBLIC_KEY_ALGORITHM","SIGNATURE_ALGORITHM","TLD","VALIDATION_LEVEL"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"ca","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"caOwner","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"duration","in":"query","schema":{"type":"array","items":{"enum":["LTE_3D","GT_3D_LTE_7D","GT_7D_LTE_10D","GT_10D_LTE_47D","GT_47D_LTE_100D","GT_100D_LTE_200D","GT_200D"],"type":"string"}}},{"name":"entryType","in":"query","schema":{"type":"array","items":{"enum":["PRECERTIFICATE","CERTIFICATE"],"type":"string"}}},{"name":"expirationStatus","in":"query","schema":{"type":"array","items":{"enum":["EXPIRED","VALID"],"type":"string"}}},{"name":"hasIps","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"hasWildcards","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"log","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"logApi","in":"query","schema":{"type":"array","items":{"enum":["RFC6962","STATIC"],"type":"string"}}},{"name":"logOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"publicKeyAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA","ECDSA","RSA"],"type":"string"}}},{"name":"signatureAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA_SHA_1","DSA_SHA_256","ECDSA_SHA_1","ECDSA_SHA_256","ECDSA_SHA_384","ECDSA_SHA_512","PSS_SHA_256","PSS_SHA_384","PSS_SHA_512","RSA_MD2","RSA_MD5","RSA_SHA_1","RSA_SHA_256","RSA_SHA_384","RSA_SHA_512"],"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"validationLevel","in":"query","schema":{"type":"array","items":{"enum":["DOMAIN","ORGANIZATION","EXTENDED"],"type":"string"}}},{"name":"uniqueEntries","in":"query","schema":{"type":"array","items":{"enum":["true","false"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"RAW_VALUES","enum":["RAW_VALUES","PERCENTAGE"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"anyOf":[{"additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"object"},{"properties":{"rfc6962":{"type":"string"},"static":{"type":"string"}},"required":["rfc6962","static"],"type":"object"},{"properties":{"gt_121d":{"type":"string"},"gt_16d_lte_31d":{"type":"string"},"gt_31d_lte_91d":{"type":"string"},"gt_3d_lte_16d":{"type":"string"},"gt_91d_lte_121d":{"type":"string"},"lte_3d":{"type":"string"}},"required":["gt_31d_lte_91d","gt_121d","lte_3d","gt_91d_lte_121d","gt_16d_lte_31d","gt_3d_lte_16d"],"type":"object"},{"properties":{"CERTIFICATE":{"type":"string"},"PRECERTIFICATE":{"type":"string"}},"required":["CERTIFICATE","PRECERTIFICATE"],"type":"object"},{"properties":{"EXPIRED":{"type":"string"},"VALID":{"type":"string"}},"required":["VALID","EXPIRED"],"type":"object"},{"properties":{"NEGATIVE":{"type":"string"},"POSITIVE":{"type":"string"}},"required":["POSITIVE","NEGATIVE"],"type":"object"},{"properties":{"DSA":{"type":"string"},"ECDSA":{"type":"string"},"RSA":{"type":"string"}},"required":["RSA","ECDSA","DSA"],"type":"object"},{"properties":{"domain":{"type":"string"},"extended":{"type":"string"},"organization":{"type":"string"},"unknown":{"type":"string"}},"required":["domain","organization","unknown","extended"],"type":"object"}]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/ct/timeseries":{"get":{"operationId":"radar-get-ct-timeseries","summary":"Get certificates time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"ca","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"caOwner","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"duration","in":"query","schema":{"type":"array","items":{"enum":["LTE_3D","GT_3D_LTE_7D","GT_7D_LTE_10D","GT_10D_LTE_47D","GT_47D_LTE_100D","GT_100D_LTE_200D","GT_200D"],"type":"string"}}},{"name":"entryType","in":"query","schema":{"type":"array","items":{"enum":["PRECERTIFICATE","CERTIFICATE"],"type":"string"}}},{"name":"expirationStatus","in":"query","schema":{"type":"array","items":{"enum":["EXPIRED","VALID"],"type":"string"}}},{"name":"hasIps","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"hasWildcards","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"log","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"logApi","in":"query","schema":{"type":"array","items":{"enum":["RFC6962","STATIC"],"type":"string"}}},{"name":"logOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"publicKeyAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA","ECDSA","RSA"],"type":"string"}}},{"name":"signatureAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA_SHA_1","DSA_SHA_256","ECDSA_SHA_1","ECDSA_SHA_256","ECDSA_SHA_384","ECDSA_SHA_512","PSS_SHA_256","PSS_SHA_384","PSS_SHA_512","RSA_MD2","RSA_MD5","RSA_SHA_1","RSA_SHA_256","RSA_SHA_384","RSA_SHA_512"],"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"validationLevel","in":"query","schema":{"type":"array","items":{"enum":["DOMAIN","ORGANIZATION","EXTENDED"],"type":"string"}}},{"name":"uniqueEntries","in":"query","schema":{"type":"array","items":{"enum":["true","false"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/ct/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-ct-timeseries-group","summary":"Get time series of certificate distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CA","CA_OWNER","DURATION","ENTRY_TYPE","EXPIRATION_STATUS","HAS_IPS","HAS_WILDCARDS","LOG","LOG_API","LOG_OPERATOR","PUBLIC_KEY_ALGORITHM","SIGNATURE_ALGORITHM","TLD","VALIDATION_LEVEL"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"ca","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"caOwner","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"duration","in":"query","schema":{"type":"array","items":{"enum":["LTE_3D","GT_3D_LTE_7D","GT_7D_LTE_10D","GT_10D_LTE_47D","GT_47D_LTE_100D","GT_100D_LTE_200D","GT_200D"],"type":"string"}}},{"name":"entryType","in":"query","schema":{"type":"array","items":{"enum":["PRECERTIFICATE","CERTIFICATE"],"type":"string"}}},{"name":"expirationStatus","in":"query","schema":{"type":"array","items":{"enum":["EXPIRED","VALID"],"type":"string"}}},{"name":"hasIps","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"hasWildcards","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"log","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"logApi","in":"query","schema":{"type":"array","items":{"enum":["RFC6962","STATIC"],"type":"string"}}},{"name":"logOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"publicKeyAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA","ECDSA","RSA"],"type":"string"}}},{"name":"signatureAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA_SHA_1","DSA_SHA_256","ECDSA_SHA_1","ECDSA_SHA_256","ECDSA_SHA_384","ECDSA_SHA_512","PSS_SHA_256","PSS_SHA_384","PSS_SHA_512","RSA_MD2","RSA_MD5","RSA_SHA_1","RSA_SHA_256","RSA_SHA_384","RSA_SHA_512"],"type":"string"}}},{"name":"validationLevel","in":"query","schema":{"type":"array","items":{"enum":["DOMAIN","ORGANIZATION","EXTENDED"],"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"RAW_VALUES","enum":["RAW_VALUES","PERCENTAGE"]}},{"name":"uniqueEntries","in":"query","schema":{"type":"array","items":{"enum":["true","false"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"anyOf":[{"additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"],"type":"object"},{"properties":{"rfc6962":{"type":"array","items":{"type":"string"}},"static":{"type":"array","items":{"type":"string"}}},"required":["rfc6962","static"],"type":"object"},{"properties":{"gt_121d":{"type":"array","items":{"type":"string"}},"gt_16d_lte_31d":{"type":"array","items":{"type":"string"}},"gt_31d_lte_91d":{"type":"array","items":{"type":"string"}},"gt_3d_lte_16d":{"type":"array","items":{"type":"string"}},"gt_91d_lte_121d":{"type":"array","items":{"type":"string"}},"lte_3d":{"type":"array","items":{"type":"string"}}},"required":["gt_31d_lte_91d","gt_121d","lte_3d","gt_91d_lte_121d","gt_16d_lte_31d","gt_3d_lte_16d"],"type":"object"},{"properties":{"CERTIFICATE":{"type":"array","items":{"type":"string"}},"PRECERTIFICATE":{"type":"array","items":{"type":"string"}}},"required":["CERTIFICATE","PRECERTIFICATE"],"type":"object"},{"properties":{"EXPIRED":{"type":"array","items":{"type":"string"}},"VALID":{"type":"array","items":{"type":"string"}}},"required":["VALID","EXPIRED"],"type":"object"},{"properties":{"NEGATIVE":{"type":"array","items":{"type":"string"}},"POSITIVE":{"type":"array","items":{"type":"string"}}},"required":["POSITIVE","NEGATIVE"],"type":"object"},{"properties":{"DSA":{"type":"array","items":{"type":"string"}},"ECDSA":{"type":"array","items":{"type":"string"}},"RSA":{"type":"array","items":{"type":"string"}}},"required":["RSA","ECDSA","DSA"],"type":"object"},{"properties":{"domain":{"type":"array","items":{"type":"string"}},"extended":{"type":"array","items":{"type":"string"}},"organization":{"type":"array","items":{"type":"string"}},"unknown":{"type":"array","items":{"type":"string"}}},"required":["domain","organization","unknown","extended"],"type":"object"}]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/datasets":{"get":{"operationId":"radar-get-reports-datasets","summary":"List datasets","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"datasetType","in":"query","schema":{"type":"string","default":"RANKING_BUCKET","enum":["RANKING_BUCKET","REPORT"]}},{"name":"date","in":"query","schema":{"type":"string","format":"date"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"datasets":{"type":"array","items":{"properties":{"id":{"type":"integer"},"meta":{"type":"object"},"tags":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"type":{"type":"string"}},"required":["id","title","description","type","tags","meta"],"type":"object"}}},"required":["datasets"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Datasets"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.datasets","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/datasets/download":{"post":{"operationId":"radar-post-reports-dataset-download-url","summary":"Get dataset download URL","parameters":[{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"datasetId":{"type":"integer","x-auditable":true}},"required":["datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"dataset":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]}},"required":["dataset"]}},"required":["result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Datasets"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.datasets","x-fern-sdk-method-name":"download","x-forge-hidden":true}},"/radar/datasets/{alias}":{"get":{"operationId":"radar-get-reports-dataset-download","summary":"Get dataset CSV stream","parameters":[{"name":"alias","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"text/csv":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Datasets"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.datasets","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/dns/summary/cache_hit":{"get":{"operationId":"radar-get-dns-summary-by-cache-hit-status","summary":"Get DNS queries by cache status summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NEGATIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"POSITIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["POSITIVE","NEGATIVE"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"cache-hit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/dnssec":{"get":{"operationId":"radar-get-dns-summary-by-dnssec","summary":"Get DNS queries by DNSSEC support summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"INSECURE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"INVALID":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"OTHER":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SECURE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["INSECURE","SECURE","INVALID","OTHER"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/dnssec_aware":{"get":{"operationId":"radar-get-dns-summary-by-dnssec-awareness","summary":"Get DNS queries by DNSSEC awareness summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NOT_SUPPORTED","SUPPORTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"dnssec-aware","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/dnssec_e2e":{"get":{"operationId":"radar-get-dns-summary-by-dnssec-e2e-version","summary":"Get DNS queries by DNSSEC end-to-end summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NEGATIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"POSITIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NEGATIVE","POSITIVE"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"dnssec-e2e","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/ip_version":{"get":{"operationId":"radar-get-dns-summary-by-ip-version","summary":"Get DNS queries by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/matching_answer":{"get":{"operationId":"radar-get-dns-summary-by-matching-answer-status","summary":"Get DNS queries by matching answer summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NEGATIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"POSITIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["POSITIVE","NEGATIVE"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"matching-answer","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/protocol":{"get":{"operationId":"radar-get-dns-summary-by-protocol","summary":"Get DNS queries by protocol summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TCP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UDP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["UDP","TLS","HTTPS","TCP"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/query_type":{"get":{"operationId":"radar-get-dns-summary-by-query-type","summary":"Get DNS queries by type summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"query-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/response_code":{"get":{"operationId":"radar-get-dns-summary-by-response-code","summary":"Get DNS queries by response code summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"response-code","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/response_ttl":{"get":{"operationId":"radar-get-dns-summary-by-response-ttl","summary":"Get DNS queries by response TTL summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"gt_15m_lte_1h":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_1d_lte_1w":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_1h_lte_1d":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_1m_lte_5m":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_1w":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_5m_lte_15m":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"lte_1m":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["lte_1m","gt_1m_lte_5m","gt_5m_lte_15m","gt_15m_lte_1h","gt_1h_lte_1d","gt_1d_lte_1w","gt_1w"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"response-ttl","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/{dimension}":{"get":{"operationId":"radar-get-dns-summary","summary":"Get DNS summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["AS","CACHE_HIT","DNSSEC","DNSSEC_AWARE","DNSSEC_E2E","IP_VERSION","LOCATION","MATCHING_ANSWER","PROTOCOL","QUERY_TYPE","RESPONSE_CODE","RESPONSE_TTL","TLD","TLD_DNS_MAGNITUDE"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/dns/timeseries":{"get":{"operationId":"radar-get-dns-timeseries","summary":"Get DNS queries time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/dns/timeseries_groups/cache_hit":{"get":{"operationId":"radar-get-dns-timeseries-group-by-cache-hit-status","summary":"Get DNS queries by cache status time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NEGATIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"POSITIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["POSITIVE","NEGATIVE"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"cache-hit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/dnssec":{"get":{"operationId":"radar-get-dns-timeseries-group-by-dnssec","summary":"Get DNS queries by DNSSEC support time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"INSECURE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"INVALID":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"OTHER":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SECURE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["INSECURE","SECURE","INVALID","OTHER"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/dnssec_aware":{"get":{"operationId":"radar-get-dns-timeseries-group-by-dnssec-awareness","summary":"Get DNS queries by DNSSEC awareness time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NOT_SUPPORTED","SUPPORTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"dnssec-aware","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/dnssec_e2e":{"get":{"operationId":"radar-get-dns-timeseries-group-by-dnssec-e2e-version","summary":"Get DNS queries by DNSSEC end-to-end time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NEGATIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"POSITIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NEGATIVE","POSITIVE"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"dnssec-e2e","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-dns-timeseries-group-by-ip-version","summary":"Get DNS queries by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/matching_answer":{"get":{"operationId":"radar-get-dns-timeseries-group-by-matching-answer-status","summary":"Get DNS queries by matching answer time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NEGATIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"POSITIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["POSITIVE","NEGATIVE"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"matching-answer","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/protocol":{"get":{"operationId":"radar-get-dns-timeseries-group-by-protocol","summary":"Get DNS queries by protocol time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"HTTPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TCP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UDP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["UDP","TLS","HTTPS","TCP"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/query_type":{"get":{"operationId":"radar-get-dns-timeseries-group-by-query-type","summary":"Get DNS queries by type time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"query-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/response_code":{"get":{"operationId":"radar-get-dns-timeseries-group-by-response-code","summary":"Get DNS queries by response code time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"response-code","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/response_ttl":{"get":{"operationId":"radar-get-dns-timeseries-group-by-response-ttl","summary":"Get DNS queries by response TTL time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"gt_15m_lte_1h":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_1d_lte_1w":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_1h_lte_1d":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_1m_lte_5m":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_1w":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_5m_lte_15m":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"lte_1m":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["lte_1m","gt_1m_lte_5m","gt_5m_lte_15m","gt_15m_lte_1h","gt_1h_lte_1d","gt_1d_lte_1w","gt_1w"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"response-ttl","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-dns-timeseries-group","summary":"Get DNS time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["AS","CACHE_HIT","DNSSEC","DNSSEC_AWARE","DNSSEC_E2E","IP_VERSION","LOCATION","MATCHING_ANSWER","PROTOCOL","QUERY_TYPE","RESPONSE_CODE","RESPONSE_TTL","TLD","TLD_DNS_MAGNITUDE"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX","RANK"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/dns/top/ases":{"get":{"operationId":"radar-get-dns-top-ases","summary":"Get top ASes by DNS queries","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"domain","in":"query","schema":{"type":"array","items":{"maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$","type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns.top","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/dns/top/locations":{"get":{"operationId":"radar-get-dns-top-locations","summary":"Get top locations by DNS queries","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"domain","in":"query","schema":{"type":"array","items":{"maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$","type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns.top","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/email/routing/summary/arc":{"get":{"operationId":"radar-get-email-routing-summary-by-arc","summary":"Get email ARC validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"arc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/dkim":{"get":{"operationId":"radar-get-email-routing-summary-by-dkim","summary":"Get email DKIM validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"dkim","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/dmarc":{"get":{"operationId":"radar-get-email-routing-summary-by-dmarc","summary":"Get email DMARC validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"dmarc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/encrypted":{"get":{"operationId":"radar-get-email-routing-summary-by-encrypted","summary":"Get email encryption status summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"ENCRYPTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NOT_ENCRYPTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["ENCRYPTED","NOT_ENCRYPTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"encrypted","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/ip_version":{"get":{"operationId":"radar-get-email-routing-summary-by-ip-version","summary":"Get email IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/spf":{"get":{"operationId":"radar-get-email-routing-summary-by-spf","summary":"Get email SPF validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"spf","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/{dimension}":{"get":{"operationId":"radar-get-email-routing-summary","summary":"Get email routing summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["IP_VERSION","ENCRYPTED","ARC","DKIM","DMARC","SPF"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.routing","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/email/routing/timeseries_groups/arc":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-arc","summary":"Get email ARC validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"arc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/dkim":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-dkim","summary":"Get email DKIM validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"dkim","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/dmarc":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-dmarc","summary":"Get email DMARC validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"dmarc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/encrypted":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-encrypted","summary":"Get email encryption status time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"ENCRYPTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NOT_ENCRYPTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["ENCRYPTED","NOT_ENCRYPTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"encrypted","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-ip-version","summary":"Get email IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/spf":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-spf","summary":"Get email SPF validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"spf","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-email-routing-timeseries-group","summary":"Get email routing time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["IP_VERSION","ENCRYPTED","ARC","DKIM","DMARC","SPF"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.routing","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/email/security/summary/arc":{"get":{"operationId":"radar-get-email-security-summary-by-arc","summary":"Get email ARC validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"arc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/dkim":{"get":{"operationId":"radar-get-email-security-summary-by-dkim","summary":"Get email DKIM validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"dkim","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/dmarc":{"get":{"operationId":"radar-get-email-security-summary-by-dmarc","summary":"Get email DMARC validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"dmarc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/malicious":{"get":{"operationId":"radar-get-email-security-summary-by-malicious","summary":"Get email malicious classification summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"MALICIOUS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NOT_MALICIOUS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["MALICIOUS","NOT_MALICIOUS"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"malicious","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/spam":{"get":{"operationId":"radar-get-email-security-summary-by-spam","summary":"Get email spam classification summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SPAM":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SPAM":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SPAM","NOT_SPAM"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"spam","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/spf":{"get":{"operationId":"radar-get-email-security-summary-by-spf","summary":"Get email SPF validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"spf","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/spoof":{"get":{"operationId":"radar-get-email-security-summary-by-spoof","summary":"Get email spoof classification summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SPOOF":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SPOOF":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SPOOF","NOT_SPOOF"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"spoof","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/threat_category":{"get":{"operationId":"radar-get-email-security-summary-by-threat-category","summary":"Get email threat category summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"BrandImpersonation":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"CredentialHarvester":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IdentityDeception":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"Link":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IdentityDeception","Link","BrandImpersonation","CredentialHarvester"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"threat-category","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/tls_version":{"get":{"operationId":"radar-get-email-security-summary-by-tls-version","summary":"Get email TLS version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"TLS 1.0":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.1":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.2":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.3":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["TLS 1.0","TLS 1.1","TLS 1.2","TLS 1.3"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"tls-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/{dimension}":{"get":{"operationId":"radar-get-email-security-summary","summary":"Get email security summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["SPAM","MALICIOUS","SPOOF","THREAT_CATEGORY","ARC","DKIM","DMARC","SPF","TLS_VERSION"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/email/security/timeseries_groups/arc":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-arc","summary":"Get email ARC validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"arc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/dkim":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-dkim","summary":"Get email DKIM validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"dkim","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/dmarc":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-dmarc","summary":"Get email DMARC validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"dmarc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/malicious":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-malicious","summary":"Get email malicious classification time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"MALICIOUS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NOT_MALICIOUS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["MALICIOUS","NOT_MALICIOUS"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"malicious","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/spam":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-spam","summary":"Get email spam classification time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SPAM":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SPAM":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["SPAM","NOT_SPAM"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"spam","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/spf":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-spf","summary":"Get email SPF validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"spf","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/spoof":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-spoof","summary":"Get email spoof classification time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SPOOF":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SPOOF":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["SPOOF","NOT_SPOOF"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"spoof","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/threat_category":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-threat-category","summary":"Get email threat category time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"BrandImpersonation":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"CredentialHarvester":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IdentityDeception":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"Link":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["IdentityDeception","Link","BrandImpersonation","CredentialHarvester"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"threat-category","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/tls_version":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-tls-version","summary":"Get email TLS version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"TLS 1.0":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.1":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.2":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.3":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["TLS 1.0","TLS 1.1","TLS 1.2","TLS 1.3"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"tls-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-email-security-timeseries-group","summary":"Get email security time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["SPAM","MALICIOUS","SPOOF","THREAT_CATEGORY","ARC","DKIM","DMARC","SPF","TLS_VERSION"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/email/security/top/tlds":{"get":{"operationId":"radar-get-email-security-top-tlds-by-messages","summary":"Get top TLDs by email message volume","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"tldCategory","in":"query","schema":{"type":"string","enum":["CLASSIC","COUNTRY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security.top.tlds","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/email/security/top/tlds/malicious/{malicious}":{"get":{"operationId":"radar-get-email-security-top-tlds-by-malicious","summary":"Get top TLDs by email malicious classification","parameters":[{"name":"malicious","in":"path","required":true,"schema":{"type":"string","enum":["MALICIOUS","NOT_MALICIOUS"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"tldCategory","in":"query","schema":{"type":"string","enum":["CLASSIC","COUNTRY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security.top.tlds.malicious","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/email/security/top/tlds/spam/{spam}":{"get":{"operationId":"radar-get-email-security-top-tlds-by-spam","summary":"Get top TLDs by email spam classification","parameters":[{"name":"spam","in":"path","required":true,"schema":{"type":"string","enum":["SPAM","NOT_SPAM"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"tldCategory","in":"query","schema":{"type":"string","enum":["CLASSIC","COUNTRY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security.top.tlds.spam","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/email/security/top/tlds/spoof/{spoof}":{"get":{"operationId":"radar-get-email-security-top-tlds-by-spoof","summary":"Get top TLDs by email spoof classification","parameters":[{"name":"spoof","in":"path","required":true,"schema":{"type":"string","enum":["SPOOF","NOT_SPOOF"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"tldCategory","in":"query","schema":{"type":"string","enum":["CLASSIC","COUNTRY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security.top.tlds.spoof","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/entities/asns":{"get":{"operationId":"radar-get-entities-asn-list","summary":"List autonomous systems","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"asn","in":"query","schema":{"type":"string"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"ASN","enum":["ASN","POPULATION"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asns":{"type":"array","items":{"properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"country":{"type":"string"},"countryName":{"type":"string"},"estimatedUsers":{"type":"object","properties":{"estimatedUsers":{"type":"integer"}}},"name":{"type":"string"},"orgName":{"type":"string"},"website":{"type":"string"}},"required":["name","asn","country","countryName","estimatedUsers"],"type":"object"}}},"required":["asns"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/entities/asns/botnet_threat_feed":{"get":{"operationId":"radar-get-as-botnet-threat-feed","summary":"Get AS rankings by botnet threat feed activity","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"metric","in":"query","schema":{"type":"string","default":"NUMBER_OF_OFFENDING_IPS","enum":["OFFENSE_COUNT","NUMBER_OF_OFFENDING_IPS"]}},{"name":"date","in":"query","schema":{"type":"string","format":"date"}},{"name":"compareDateRange","in":"query","schema":{"type":"string","pattern":"^([1-9][0-9]?|[1-9][0-9]{1,2}|3[0-5][0-9]|36[0-4])d|([1-9]|[1-4][0-9]|5[0-2])w$"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["ASC","DESC"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"ases":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"country":{"type":"string"},"name":{"type":"string"},"rank":{"type":"integer"},"rankChange":{"type":"integer"}},"required":["asn","name","country","rank"],"type":"object"}},"meta":{"type":"object","properties":{"compareDate":{"type":"string"},"date":{"type":"string"},"total":{"type":"integer"}},"required":["date","total"]}},"required":["ases","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"botnet-threat-feed","x-forge-hidden":true}},"/radar/entities/asns/ip":{"get":{"operationId":"radar-get-entities-asn-by-ip","summary":"Get AS details by IP address","parameters":[{"name":"ip","in":"query","required":true,"schema":{"type":"string","format":"ip"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asn":{"type":"object","properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"country":{"type":"string"},"countryName":{"type":"string"},"estimatedUsers":{"type":"object","properties":{"estimatedUsers":{"type":"integer"},"locations":{"type":"array","items":{"properties":{"estimatedUsers":{"type":"integer"},"locationAlpha2":{"type":"string"},"locationName":{"type":"string"}},"required":["locationName","locationAlpha2"],"type":"object"}}},"required":["locations"]},"name":{"type":"string"},"orgName":{"type":"string"},"related":{"type":"array","items":{"properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"estimatedUsers":{"type":"integer"},"name":{"type":"string"}},"required":["name","asn"],"type":"object"}},"source":{"type":"string"},"website":{"type":"string"}},"required":["name","country","countryName","related","asn","website","orgName","source","estimatedUsers"]}},"required":["asn"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"ip","x-forge-hidden":true}},"/radar/entities/asns/{asn}":{"get":{"operationId":"radar-get-entities-asn-by-id","summary":"Get AS details by ASN","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asn":{"type":"object","properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"confidenceLevel":{"type":"integer"},"country":{"type":"string"},"countryName":{"type":"string"},"estimatedUsers":{"type":"object","properties":{"estimatedUsers":{"type":"integer"},"locations":{"type":"array","items":{"properties":{"estimatedUsers":{"type":"integer"},"locationAlpha2":{"type":"string"},"locationName":{"type":"string"}},"required":["locationName","locationAlpha2"],"type":"object"}}},"required":["locations"]},"name":{"type":"string"},"orgName":{"type":"string"},"related":{"type":"array","items":{"properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"estimatedUsers":{"type":"integer"},"name":{"type":"string"}},"required":["name","asn"],"type":"object"}},"source":{"type":"string"},"website":{"type":"string"}},"required":["name","country","countryName","confidenceLevel","related","source","asn","website","orgName","estimatedUsers"]}},"required":["asn"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/entities/asns/{asn}/as_set":{"get":{"operationId":"radar-get-asns-as-set","summary":"Get IRR AS-SETs that an AS is a member of","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"as_sets":{"type":"array","items":{"properties":{"as_members_count":{"type":"integer"},"as_set_members_count":{"type":"integer"},"as_set_upstreams_count":{"type":"integer"},"asn_cone_size":{"type":"integer"},"hierarchical_asn":{"type":"integer"},"inferred_asn":{"type":"integer"},"irr_sources":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"peeringdb_asn":{"type":"integer"}},"required":["name","as_members_count","as_set_members_count","irr_sources","asn_cone_size","as_set_upstreams_count"],"type":"object"}},"paths":{"type":"array","items":{"items":{"type":"string"},"type":"array"}}},"required":["as_sets","paths"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"as-set","x-forge-hidden":true}},"/radar/entities/asns/{asn}/rel":{"get":{"operationId":"radar-get-asns-rel","summary":"Get AS-level relationships by ASN","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"asn2","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]},"rels":{"type":"array","items":{"properties":{"asn1":{"type":"integer"},"asn1_country":{"type":"string"},"asn1_name":{"type":"string"},"asn2":{"type":"integer"},"asn2_country":{"type":"string"},"asn2_name":{"type":"string"},"rel":{"type":"string"}},"required":["asn1","asn1_country","asn1_name","asn2","asn2_country","asn2_name","rel"],"type":"object"}}},"required":["rels","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"rel","x-forge-hidden":true}},"/radar/entities/ip":{"get":{"operationId":"radar-get-entities-ip","summary":"Get IP address details","parameters":[{"name":"ip","in":"query","required":true,"schema":{"type":"string","format":"ip"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"ip":{"type":"object","properties":{"asn":{"type":"string"},"asnLocation":{"type":"string"},"asnName":{"type":"string"},"asnOrgName":{"type":"string"},"ip":{"type":"string"},"ipVersion":{"type":"string"},"location":{"type":"string"},"locationName":{"type":"string"}},"required":["ip","ipVersion","location","locationName","asn","asnName","asnLocation","asnOrgName"]}},"required":["ip"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar IP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/entities/locations":{"get":{"operationId":"radar-get-entities-locations","summary":"List locations","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"region","in":"query","schema":{"type":"string","maxLength":100}},{"name":"subregion","in":"query","schema":{"type":"string","maxLength":100}},{"name":"continent","in":"query","schema":{"type":"string","enum":["AF","AS","EU","NA","OC","SA"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"locations":{"type":"array","items":{"properties":{"alpha2":{"type":"string"},"continent":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"region":{"type":"string"},"subregion":{"type":"string"}},"required":["name","region","subregion","continent","latitude","longitude","alpha2"],"type":"object"}}},"required":["locations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Locations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.locations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/entities/locations/{location}":{"get":{"operationId":"radar-get-entities-location-by-alpha2","summary":"Get location details","parameters":[{"name":"location","in":"path","required":true,"schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"location":{"type":"object","properties":{"alpha2":{"type":"string"},"confidenceLevel":{"type":"integer"},"continent":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"region":{"type":"string"},"subregion":{"type":"string"}},"required":["name","region","subregion","continent","latitude","longitude","alpha2","confidenceLevel"]}},"required":["location"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Locations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.locations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/geolocations":{"get":{"operationId":"radar-get-geolocations","summary":"List Geolocations","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"geoId","in":"query","schema":{"type":"string"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"geolocations":{"type":"array","items":{"properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"parent":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"parent":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude"]},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude","parent"]},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude","parent"],"type":"object"}}},"required":["geolocations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Geolocations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.geolocations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/geolocations/{geo_id}":{"get":{"operationId":"radar-get-geolocation-details","summary":"Get Geolocation details","parameters":[{"name":"geo_id","in":"path","required":true,"schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"geolocation":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"parent":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"parent":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude"]},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude","parent"]},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude","parent"]}},"required":["geolocation"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Geolocations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.geolocations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/summary/bot_class":{"get":{"operationId":"radar-get-http-summary-by-bot-class","summary":"Get HTTP requests by bot class summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"bot":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"human":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["human","bot"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"bot-class","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/device_type":{"get":{"operationId":"radar-get-http-summary-by-device-type","summary":"Get HTTP requests by device type summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"desktop":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"mobile":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"other":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["desktop","mobile","other"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"device-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/http_protocol":{"get":{"operationId":"radar-get-http-summary-by-http-protocol","summary":"Get HTTP requests by HTTP/HTTPS summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"http":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"https":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["http","https"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"http-protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/http_version":{"get":{"operationId":"radar-get-http-summary-by-http-version","summary":"Get HTTP requests by HTTP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTP/1.x":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"HTTP/2":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"HTTP/3":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["HTTP/1.x","HTTP/2","HTTP/3"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"http-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/ip_version":{"get":{"operationId":"radar-get-http-summary-by-ip-version","summary":"Get HTTP requests by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/os":{"get":{"operationId":"radar-get-http-summary-by-operating-system","summary":"Get HTTP requests by OS summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"ANDROID":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IOS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["ANDROID","IOS"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"os","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/post_quantum":{"get":{"operationId":"radar-get-http-summary-by-post-quantum","summary":"Get HTTP requests by post-quantum support summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"post-quantum","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/tls_version":{"get":{"operationId":"radar-get-http-summary-by-tls-version","summary":"Get HTTP requests by TLS version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"TLS 1.0":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.1":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.2":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.3":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS QUIC":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["TLS 1.0","TLS 1.1","TLS 1.2","TLS 1.3","TLS QUIC"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"tls-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/{dimension}":{"get":{"operationId":"radar-get-http-summary","summary":"Get HTTP requests summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ADM1","API_TRAFFIC","AS","BOT_CLASS","BROWSER","BROWSER_FAMILY","CONTENT_TYPE","DEVICE_TYPE","HTTP_PROTOCOL","HTTP_VERSION","IP_VERSION","LOCATION","OS","POST_QUANTUM","TLS_VERSION"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"apiTraffic","in":"query","schema":{"type":"array","items":{"enum":["API","NON_API"],"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/http/timeseries":{"get":{"operationId":"radar-get-http-timeseries","summary":"Get HTTP requests time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"apiTraffic","in":"query","schema":{"type":"array","items":{"enum":["API","NON_API"],"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/http/timeseries_groups/bot_class":{"get":{"operationId":"radar-get-http-timeseries-group-by-bot-class","summary":"Get HTTP requests by bot class time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"bot":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"human":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","human","bot"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"bot-class","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/browser":{"get":{"operationId":"radar-get-http-timeseries-group-by-browsers","summary":"Get HTTP requests by user agent time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"browser","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/browser_family":{"get":{"operationId":"radar-get-http-timeseries-group-by-browser-families","summary":"Get HTTP requests by user agent family time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"browser-family","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/device_type":{"get":{"operationId":"radar-get-http-timeseries-group-by-device-type","summary":"Get HTTP requests by device type time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"desktop":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"mobile":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"other":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","desktop","mobile","other"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"device-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/http_protocol":{"get":{"operationId":"radar-get-http-timeseries-group-by-http-protocol","summary":"Get HTTP requests by HTTP/HTTPS time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"http":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"https":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","http","https"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"http-protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/http_version":{"get":{"operationId":"radar-get-http-timeseries-group-by-http-version","summary":"Get HTTP requests by HTTP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"HTTP/1.x":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"HTTP/2":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"HTTP/3":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","HTTP/1.x","HTTP/2","HTTP/3"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"http-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-http-timeseries-group-by-ip-version","summary":"Get HTTP requests by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/os":{"get":{"operationId":"radar-get-http-timeseries-group-by-operating-system","summary":"Get HTTP requests by OS time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"os","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/post_quantum":{"get":{"operationId":"radar-get-http-timeseries-group-by-post-quantum","summary":"Get HTTP requests by post-quantum support time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","SUPPORTED","NOT_SUPPORTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"post-quantum","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/tls_version":{"get":{"operationId":"radar-get-http-timeseries-group-by-tls-version","summary":"Get HTTP requests by TLS version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"TLS 1.0":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.1":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.2":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.3":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS QUIC":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","TLS 1.0","TLS 1.1","TLS 1.2","TLS 1.3","TLS QUIC"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"tls-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-http-timeseries-group","summary":"Get HTTP requests time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ADM1","API_TRAFFIC","AS","BOT_CLASS","BROWSER","BROWSER_FAMILY","CONTENT_TYPE","DEVICE_TYPE","HTTP_PROTOCOL","HTTP_VERSION","IP_VERSION","LOCATION","OS","POST_QUANTUM","TLS_VERSION"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"apiTraffic","in":"query","schema":{"type":"array","items":{"enum":["API","NON_API"],"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/http/top/ases":{"get":{"operationId":"radar-get-http-top-ases-by-http-requests","summary":"Get top ASes by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/bot_class/{bot_class}":{"get":{"operationId":"radar-get-http-top-ases-by-bot-class","summary":"Get top ASes by HTTP requests for a bot class","parameters":[{"name":"bot_class","in":"path","required":true,"schema":{"type":"string","enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.bot-class","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/browser_family/{browser_family}":{"get":{"operationId":"radar-get-http-top-ases-by-browser-family","summary":"Get top ASes by HTTP requests for a browser family","parameters":[{"name":"browser_family","in":"path","required":true,"schema":{"type":"string","enum":["CHROME","EDGE","FIREFOX","SAFARI"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.browser-family","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/device_type/{device_type}":{"get":{"operationId":"radar-get-http-top-ases-by-device-type","summary":"Get top ASes by HTTP requests for a device type","parameters":[{"name":"device_type","in":"path","required":true,"schema":{"type":"string","enum":["DESKTOP","MOBILE","OTHER"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.device-type","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/http_protocol/{http_protocol}":{"get":{"operationId":"radar-get-http-top-ases-by-http-protocol","summary":"Get top ASes by HTTP requests for an HTTP protocol","parameters":[{"name":"http_protocol","in":"path","required":true,"schema":{"type":"string","enum":["HTTP","HTTPS"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.http-protocol","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/http_version/{http_version}":{"get":{"operationId":"radar-get-http-top-ases-by-http-version","summary":"Get top ASes by HTTP requests for an HTTP version","parameters":[{"name":"http_version","in":"path","required":true,"schema":{"type":"string","enum":["HTTPv1","HTTPv2","HTTPv3"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.http-method","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/ip_version/{ip_version}":{"get":{"operationId":"radar-get-http-top-ases-by-ip-version","summary":"Get top ASes by HTTP requests for an IP version","parameters":[{"name":"ip_version","in":"path","required":true,"schema":{"type":"string","enum":["IPv4","IPv6"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.ip-version","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/os/{os}":{"get":{"operationId":"radar-get-http-top-ases-by-operating-system","summary":"Get top ASes by HTTP requests for an OS","parameters":[{"name":"os","in":"path","required":true,"schema":{"type":"string","enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.os","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/tls_version/{tls_version}":{"get":{"operationId":"radar-get-http-top-ases-by-tls-version","summary":"Get top ASes by HTTP requests for a TLS version","parameters":[{"name":"tls_version","in":"path","required":true,"schema":{"type":"string","enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.tls-version","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/browser":{"get":{"operationId":"radar-get-http-top-browsers","summary":"Get top user agents by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.top","x-fern-sdk-method-name":"browser","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/top/browser_family":{"get":{"operationId":"radar-get-http-top-browser-families","summary":"Get top user agent families by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.top","x-fern-sdk-method-name":"browser-family","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/top/locations":{"get":{"operationId":"radar-get-http-top-locations-by-http-requests","summary":"Get top locations by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/bot_class/{bot_class}":{"get":{"operationId":"radar-get-http-top-locations-by-bot-class","summary":"Get top locations by HTTP requests for a bot class","parameters":[{"name":"bot_class","in":"path","required":true,"schema":{"type":"string","enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.bot-class","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/browser_family/{browser_family}":{"get":{"operationId":"radar-get-http-top-locations-by-browser-family","summary":"Get top locations by HTTP requests for a browser family","parameters":[{"name":"browser_family","in":"path","required":true,"schema":{"type":"string","enum":["CHROME","EDGE","FIREFOX","SAFARI"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.browser-family","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/device_type/{device_type}":{"get":{"operationId":"radar-get-http-top-locations-by-device-type","summary":"Get top locations by HTTP requests for a device type","parameters":[{"name":"device_type","in":"path","required":true,"schema":{"type":"string","enum":["DESKTOP","MOBILE","OTHER"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.device-type","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/http_protocol/{http_protocol}":{"get":{"operationId":"radar-get-http-top-locations-by-http-protocol","summary":"Get top locations by HTTP requests for an HTTP protocol","parameters":[{"name":"http_protocol","in":"path","required":true,"schema":{"type":"string","enum":["HTTP","HTTPS"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.http-protocol","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/http_version/{http_version}":{"get":{"operationId":"radar-get-http-top-locations-by-http-version","summary":"Get top locations by HTTP requests for an HTTP version","parameters":[{"name":"http_version","in":"path","required":true,"schema":{"type":"string","enum":["HTTPv1","HTTPv2","HTTPv3"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.http-method","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/ip_version/{ip_version}":{"get":{"operationId":"radar-get-http-top-locations-by-ip-version","summary":"Get top locations by HTTP requests for an IP version","parameters":[{"name":"ip_version","in":"path","required":true,"schema":{"type":"string","enum":["IPv4","IPv6"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.ip-version","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/os/{os}":{"get":{"operationId":"radar-get-http-top-locations-by-operating-system","summary":"Get top locations by HTTP requests for an OS","parameters":[{"name":"os","in":"path","required":true,"schema":{"type":"string","enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.os","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/tls_version/{tls_version}":{"get":{"operationId":"radar-get-http-top-locations-by-tls-version","summary":"Get top locations by HTTP requests for a TLS version","parameters":[{"name":"tls_version","in":"path","required":true,"schema":{"type":"string","enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.tls-version","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/leaked_credential_checks/summary/bot_class":{"get":{"operationId":"radar-get-leaked-credential-checks-summary-by-bot-class","summary":"Get HTTP authentication requests by bot class summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"compromised","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","COMPROMISED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"bot":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"human":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["human","bot"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.leaked-credentials.summary","x-fern-sdk-method-name":"bot-class","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Leaked Credentials Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/leaked_credentials/methods/summary_v2/) instead."}},"/radar/leaked_credential_checks/summary/compromised":{"get":{"operationId":"radar-get-leaked-credential-checks-summary-by-compromised","summary":"Get HTTP authentication requests by compromised credential status summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"CLEAN":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"COMPROMISED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["COMPROMISED","CLEAN"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.leaked-credentials.summary","x-fern-sdk-method-name":"compromised","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Leaked Credentials Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/leaked_credentials/methods/summary_v2/) instead."}},"/radar/leaked_credential_checks/summary/{dimension}":{"get":{"operationId":"radar-get-leaked-credential-checks-summary","summary":"Get HTTP authentication requests distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["COMPROMISED","BOT_CLASS"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"compromised","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","COMPROMISED"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.leaked-credentials","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/leaked_credential_checks/timeseries_groups/bot_class":{"get":{"operationId":"radar-get-leaked-credential-checks-timeseries-group-by-bot-class","summary":"Get HTTP authentication requests by bot class time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"compromised","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","COMPROMISED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"bot":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"human":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","human","bot"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.leaked-credentials.timeseries-groups","x-fern-sdk-method-name":"bot-class","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Leaked Credentials Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/leaked_credentials/methods/timeseries_groups_v2/) instead."}},"/radar/leaked_credential_checks/timeseries_groups/compromised":{"get":{"operationId":"radar-get-leaked-credential-checks-timeseries-group-by-compromised","summary":"Get HTTP authentication requests by compromised credential status time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"CLEAN":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"COMPROMISED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","CLEAN","COMPROMISED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.leaked-credentials.timeseries-groups","x-fern-sdk-method-name":"compromised","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Leaked Credentials Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/leaked_credentials/methods/timeseries_groups_v2/) instead."}},"/radar/leaked_credential_checks/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-leaked-credential-checks-timeseries-group","summary":"Get time series distribution of HTTP authentication requests by dimension.","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["COMPROMISED","BOT_CLASS"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"compromised","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","COMPROMISED"],"type":"string"}}},{"name":"checkResult","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","USERNAME_LEAKED","USERNAME_PASSWORD_SIMILAR","USERNAME_AND_PASSWORD_LEAKED","PASSWORD_LEAKED"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.leaked-credentials","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/netflows/summary":{"get":{"operationId":"radar-get-netflows-summary-deprecated","summary":"Get network traffic summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"OTHER":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["HTTP","OTHER"]}},"required":["meta","summary_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.netflows","x-fern-sdk-method-name":"summary","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Get Network Traffic Distribution By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/netflows/methods/summary_v2/) instead."}},"/radar/netflows/summary/{dimension}":{"get":{"operationId":"radar-get-netflows-summary","summary":"Get network traffic distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ADM1","AS","LOCATION","PRODUCT"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"product","in":"query","schema":{"type":"array","items":{"enum":["HTTP","ALL"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/netflows/timeseries":{"get":{"operationId":"radar-get-netflows-timeseries","summary":"Get network traffic time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"product","in":"query","schema":{"type":"array","items":{"enum":["HTTP","ALL"],"type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/netflows/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-netflows-timeseries-group","summary":"Get time series distribution of network traffic by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ADM1","AS","LOCATION","PRODUCT"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX","PERCENTAGE_CHANGE"]}},{"name":"product","in":"query","schema":{"type":"array","items":{"enum":["HTTP","ALL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/netflows/top/ases":{"get":{"operationId":"radar-get-netflows-top-ases","summary":"Get top ASes by network traffic","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"number"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows.top","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/netflows/top/locations":{"get":{"operationId":"radar-get-netflows-top-locations","summary":"Get top locations by network traffic","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryName","clientCountryAlpha2","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows.top","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/origins":{"get":{"operationId":"radar-get-origins","summary":"List Origins","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"origins":{"type":"array","items":{"properties":{"regions":{"type":"array","items":{"properties":{"region":{"type":"string"}},"required":["region"],"type":"object"}},"slug":{"type":"string"}},"required":["slug","regions"],"type":"object"}}},"required":["origins"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/origins/summary/{dimension}":{"get":{"operationId":"radar-get-origins-summary","summary":"Get origin metrics distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ORIGIN","REGION","SUCCESS_RATE","PERCENTILE"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"origin","in":"query","schema":{"type":"array","items":{"enum":["AMAZON","GOOGLE","MICROSOFT","ORACLE"],"type":"string"}}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["CONNECTION_FAILURES","REQUESTS","RESPONSE_HEADER_RECEIVE_DURATION","TCP_HANDSHAKE_DURATION","TCP_RTT","TLS_HANDSHAKE_DURATION"]}},{"name":"region","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/origins/timeseries":{"get":{"operationId":"radar-get-origins-timeseries","summary":"Get origin metrics time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"origin","in":"query","required":true,"schema":{"type":"array","items":{"enum":["AMAZON","GOOGLE","MICROSOFT","ORACLE"],"type":"string"}}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["CONNECTION_FAILURES","REQUESTS","RESPONSE_HEADER_RECEIVE_DURATION","TCP_HANDSHAKE_DURATION","TCP_RTT","TLS_HANDSHAKE_DURATION"]}},{"name":"region","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/origins/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-origins-timeseries-group","summary":"Get origin metrics time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ORIGIN","REGION","SUCCESS_RATE","PERCENTILE"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"origin","in":"query","schema":{"type":"array","items":{"enum":["AMAZON","GOOGLE","MICROSOFT","ORACLE"],"type":"string"}}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["CONNECTION_FAILURES","REQUESTS","RESPONSE_HEADER_RECEIVE_DURATION","TCP_HANDSHAKE_DURATION","TCP_RTT","TLS_HANDSHAKE_DURATION"]}},{"name":"region","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/origins/{slug}":{"get":{"operationId":"radar-get-origin-details","summary":"Get Origin details","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","enum":["AMAZON","GOOGLE","MICROSOFT","ORACLE"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"origin":{"type":"object","properties":{"regions":{"type":"array","items":{"properties":{"region":{"type":"string"}},"required":["region"],"type":"object"}},"slug":{"type":"string"}},"required":["slug","regions"]}},"required":["origin"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/post_quantum/origin/summary/{dimension}":{"get":{"operationId":"radar-get-origin-post-quantum-summary","summary":"Get Origin Post-Quantum Data Summary","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["KEY_AGREEMENT"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Post-Quantum"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.post-quantum.origin","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/post_quantum/origin/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-origin-post-quantum-timeseries-groups","summary":"Get Origin Post-Quantum Data Over Time","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["KEY_AGREEMENT"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Post-Quantum"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.post-quantum.origin","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/post_quantum/tls/support":{"get":{"operationId":"radar-get-post-quantum-tls-support","summary":"Check Post-Quantum TLS support","parameters":[{"name":"host","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"bugs":{"type":"object","properties":{"hrrFailure":{"type":"boolean"},"splitClientHello":{"type":"boolean"},"unknownKeyshare":{"type":"boolean"}},"required":["splitClientHello","hrrFailure","unknownKeyshare"]},"host":{"type":"string"},"kex":{"type":"number"},"kexName":{"type":"string"},"pq":{"type":"boolean"}},"required":["kex","kexName","pq","host","bugs"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Post-Quantum"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.post-quantum.tls","x-fern-sdk-method-name":"support","x-forge-hidden":true}},"/radar/quality/iqi/summary":{"get":{"operationId":"radar-get-quality-index-summary","summary":"Get Internet Quality Index (IQI) summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["BANDWIDTH","DNS","LATENCY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"p25":{"type":"string"},"p50":{"type":"string"},"p75":{"type":"string"}},"required":["p75","p50","p25"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.iqi","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/quality/iqi/timeseries_groups":{"get":{"operationId":"radar-get-quality-index-timeseries-group","summary":"Get Internet Quality Index (IQI) time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"interpolation","in":"query","schema":{"type":"boolean"}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["BANDWIDTH","DNS","LATENCY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.iqi","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/quality/speed/histogram":{"get":{"operationId":"radar-get-quality-speed-histogram","summary":"Get speed tests histogram","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"bucketSize","in":"query","schema":{"type":"integer"}},{"name":"metricGroup","in":"query","schema":{"type":"string","default":"bandwidth","enum":["BANDWIDTH","LATENCY","JITTER"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"histogram_0":{"type":"object","properties":{"bandwidthDownload":{"type":"array","items":{"type":"string"}},"bandwidthUpload":{"type":"array","items":{"type":"string"}},"bucketMin":{"type":"array","items":{"type":"string"}}},"required":["bandwidthUpload","bandwidthDownload","bucketMin"]},"meta":{"type":"object","properties":{"bucketSize":{"type":"integer"},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"totalTests":{"type":"array","items":{"type":"integer"}},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","bucketSize","totalTests"]}},"required":["histogram_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.speed","x-fern-sdk-method-name":"histogram","x-forge-hidden":true}},"/radar/quality/speed/summary":{"get":{"operationId":"radar-get-quality-speed-summary","summary":"Get speed tests summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"bandwidthDownload":{"type":"string"},"bandwidthUpload":{"type":"string"},"jitterIdle":{"type":"string"},"jitterLoaded":{"type":"string"},"latencyIdle":{"type":"string"},"latencyLoaded":{"type":"string"},"packetLoss":{"type":"string"}},"required":["bandwidthDownload","bandwidthUpload","latencyIdle","latencyLoaded","jitterIdle","jitterLoaded","packetLoss"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.speed","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/quality/speed/top/ases":{"get":{"operationId":"radar-get-quality-speed-top-ases","summary":"Get top ASes by speed test results","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"BANDWIDTH_DOWNLOAD","enum":["BANDWIDTH_DOWNLOAD","BANDWIDTH_UPLOAD","LATENCY_IDLE","LATENCY_LOADED","JITTER_IDLE","JITTER_LOADED"]}},{"name":"reverse","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"bandwidthDownload":{"type":"string"},"bandwidthUpload":{"type":"string"},"clientASN":{"type":"number"},"clientASName":{"type":"string"},"jitterIdle":{"type":"string"},"jitterLoaded":{"type":"string"},"latencyIdle":{"type":"string"},"latencyLoaded":{"type":"string"},"numTests":{"type":"number"},"rankPower":{"type":"number"}},"required":["clientASN","clientASName","bandwidthDownload","bandwidthUpload","latencyIdle","latencyLoaded","jitterIdle","jitterLoaded","numTests","rankPower"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.speed.top","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/quality/speed/top/locations":{"get":{"operationId":"radar-get-quality-speed-top-locations","summary":"Get top locations by speed test results","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"BANDWIDTH_DOWNLOAD","enum":["BANDWIDTH_DOWNLOAD","BANDWIDTH_UPLOAD","LATENCY_IDLE","LATENCY_LOADED","JITTER_IDLE","JITTER_LOADED"]}},{"name":"reverse","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"bandwidthDownload":{"type":"string"},"bandwidthUpload":{"type":"string"},"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"jitterIdle":{"type":"string"},"jitterLoaded":{"type":"string"},"latencyIdle":{"type":"string"},"latencyLoaded":{"type":"string"},"numTests":{"type":"number"},"rankPower":{"type":"number"}},"required":["clientCountryAlpha2","clientCountryName","bandwidthDownload","bandwidthUpload","latencyIdle","latencyLoaded","jitterIdle","jitterLoaded","numTests","rankPower"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.speed.top","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/ranking/domain/{domain}":{"get":{"operationId":"radar-get-ranking-domain-details","summary":"Get domain rank details","parameters":[{"name":"domain","in":"path","required":true,"schema":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"rankingType","in":"query","schema":{"type":"string","default":"POPULAR","enum":["POPULAR","TRENDING_RISE","TRENDING_STEADY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"includeTopLocations","in":"query","schema":{"type":"boolean"}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"details_0":{"type":"object","properties":{"bucket":{"type":"string"},"categories":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"superCategoryId":{"type":"integer"}},"required":["superCategoryId","name","id"],"type":"object"}},"rank":{"type":"integer"},"top_locations":{"type":"array","items":{"properties":{"locationCode":{"type":"string"},"locationName":{"type":"string"},"rank":{"type":"integer"}},"required":["rank","locationName","locationCode"],"type":"object"}}},"required":["categories"]},"meta":{"type":"object","properties":{"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}}},"required":["dateRange"]}},"required":["details_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Domains Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking.domain","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/ranking/internet_services/categories":{"get":{"operationId":"radar-get-ranking-internet-services-categories","summary":"List Internet services categories","parameters":[{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"categories_0":{"type":"array","items":{"properties":{"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["categories_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Internet Services Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking.internet-services","x-fern-sdk-method-name":"categories","x-forge-hidden":true}},"/radar/ranking/internet_services/timeseries_groups":{"get":{"operationId":"radar-get-ranking-internet-services-timeseries","summary":"Get Internet services rank time series","parameters":[{"name":"serviceCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"anyOf":[{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},{"type":"number"}]},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Internet Services Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking.internet-services","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/ranking/internet_services/top":{"get":{"operationId":"radar-get-ranking-top-internet-services","summary":"Get top Internet services","parameters":[{"name":"serviceCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"rank":{"type":"integer"},"service":{"type":"string"}},"required":["rank","service"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Internet Services Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking.internet-services","x-fern-sdk-method-name":"top","x-forge-hidden":true}},"/radar/ranking/timeseries_groups":{"get":{"operationId":"radar-get-ranking-domain-timeseries","summary":"Get domains rank time series","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"rankingType","in":"query","schema":{"type":"string","default":"POPULAR","enum":["POPULAR","TRENDING_RISE","TRENDING_STEADY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"domains","in":"query","schema":{"type":"array","items":{"maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$","type":"string"}}},{"name":"domainCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"anyOf":[{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},{"type":"number"}]},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Domains Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/ranking/top":{"get":{"operationId":"radar-get-ranking-top-domains","summary":"Get top or trending domains","parameters":[{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"domainCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"rankingType","in":"query","schema":{"type":"string","default":"POPULAR","enum":["POPULAR","TRENDING_RISE","TRENDING_STEADY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"categories":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"superCategoryId":{"type":"number"}},"required":["superCategoryId","name","id"],"type":"object"}},"domain":{"type":"string"},"pctRankChange":{"type":"number"},"rank":{"type":"integer"}},"required":["rank","domain","categories"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Domains Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking","x-fern-sdk-method-name":"top","x-forge-hidden":true}},"/radar/robots_txt/top/domain_categories":{"get":{"operationId":"radar-get-robots-txt-top-domain-categories-by-files-parsed","summary":"Get top domain categories by robots.txt files parsed","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"userAgentCategory","in":"query","schema":{"type":"string","default":"AI","enum":["AI"]}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"integer"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Robots.txt"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.robots-txt.top","x-fern-sdk-method-name":"domain-categories","x-forge-hidden":true}},"/radar/robots_txt/top/user_agents/directive":{"get":{"operationId":"radar-get-robots-txt-top-user-agents-by-directive","summary":"Get top user agents on robots.txt files","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"userAgentCategory","in":"query","schema":{"type":"string","default":"AI","enum":["AI"]}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"domainCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"directive","in":"query","schema":{"type":"string","enum":["ALLOW","DISALLOW"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"fully":{"type":"integer"},"name":{"type":"string"},"partially":{"type":"integer"},"value":{"type":"integer"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Robots.txt"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.robots-txt.top.user-agents","x-fern-sdk-method-name":"directive","x-forge-hidden":true}},"/radar/search/global":{"get":{"operationId":"radar-get-search-global","summary":"Search for locations, ASes, reports, and more","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"limitPerGroup","in":"query","schema":{"type":"number"}},{"name":"query","in":"query","required":true,"schema":{"type":"string"}},{"name":"include","in":"query","schema":{"type":"array","items":{"enum":["ADM1S","ASNS","BOTS","CERTIFICATE_AUTHORITIES","CERTIFICATE_LOGS","ORIGINS","ORIGIN_REGIONS","INDUSTRIES","LOCATIONS","NOTEBOOKS","TLDS","VERTICALS"],"type":"string"}}},{"name":"exclude","in":"query","schema":{"type":"array","items":{"enum":["ADM1S","ASNS","BOTS","CERTIFICATE_AUTHORITIES","CERTIFICATE_LOGS","ORIGINS","ORIGIN_REGIONS","INDUSTRIES","LOCATIONS","NOTEBOOKS","TLDS","VERTICALS"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"search":{"type":"array","items":{"properties":{"code":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"}},"required":["code","name","type"],"type":"object"}}},"required":["search"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Search"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.search","x-fern-sdk-method-name":"global","x-forge-hidden":true}},"/radar/tcp_resets_timeouts/summary":{"get":{"operationId":"radar-get-tcp-resets-timeouts-summary","summary":"Get TCP resets and timeouts summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"later_in_flow":{"type":"string"},"no_match":{"type":"string"},"post_ack":{"type":"string"},"post_psh":{"type":"string"},"post_syn":{"type":"string"}},"required":["no_match","post_syn","post_ack","post_psh","later_in_flow"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar TCP Resets and Timeouts"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tcp-resets-timeouts","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/tcp_resets_timeouts/timeseries_groups":{"get":{"operationId":"radar-get-tcp-resets-timeouts-timeseries-group","summary":"Get TCP resets and timeouts time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"later_in_flow":{"type":"array","items":{"type":"string"}},"no_match":{"type":"array","items":{"type":"string"}},"post_ack":{"type":"array","items":{"type":"string"}},"post_psh":{"type":"array","items":{"type":"string"}},"post_syn":{"type":"array","items":{"type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","no_match","post_syn","post_ack","post_psh","later_in_flow"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar TCP Resets and Timeouts"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tcp-resets-timeouts","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/tlds":{"get":{"operationId":"radar-get-tlds","summary":"List TLDs","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"tldManager","in":"query","schema":{"type":"string","maxLength":100}},{"name":"tldType","in":"query","schema":{"type":"string","enum":["GENERIC","COUNTRY_CODE","GENERIC_RESTRICTED","INFRASTRUCTURE","SPONSORED"]}},{"name":"tld","in":"query","schema":{"type":"string"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"tlds":{"type":"array","items":{"properties":{"manager":{"type":"string"},"tld":{"type":"string"},"type":{"type":"string"}},"required":["tld","type","manager"],"type":"object"}}},"required":["tlds"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Top-Level Domains"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tlds","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/tlds/performance/summary/{dimension}":{"get":{"operationId":"radar-get-tlds-performance-summary","summary":"Get TLD Performance Summary","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["LATENCY","NAMESERVER_LATENCY","LOCATION_LATENCY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"nameserver","in":"query","schema":{"type":"string","maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$"}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Top-Level Domains"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tlds.performance","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/tlds/performance/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-tlds-performance-timeseries-groups","summary":"Get TLD Performance Over Time","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["LATENCY","NAMESERVER_LATENCY","LOCATION_LATENCY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"nameserver","in":"query","schema":{"type":"string","maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$"}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Top-Level Domains"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tlds.performance","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/tlds/{tld}":{"get":{"operationId":"radar-get-tld-details","summary":"Get TLD details","parameters":[{"name":"tld","in":"path","required":true,"schema":{"type":"string","maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"tld":{"type":"object","properties":{"manager":{"type":"string"},"tld":{"type":"string"},"type":{"type":"string"}},"required":["tld","type","manager"]}},"required":["tld"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Top-Level Domains"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tlds","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/traffic_anomalies":{"get":{"operationId":"radar-get-traffic-anomalies","summary":"Get latest Internet traffic anomalies","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"status","in":"query","schema":{"type":"string","enum":["VERIFIED","UNVERIFIED"]}},{"name":"type","in":"query","schema":{"type":"array","items":{"enum":["LOCATION","AS","ORIGIN"],"type":"string"}}},{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"origin","in":"query","schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"trafficAnomalies":{"type":"array","items":{"properties":{"asnDetails":{"type":"object","properties":{"asn":{"type":"string"},"locations":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"name":{"type":"string"}},"required":["asn","name"]},"endDate":{"type":"string","format":"date-time"},"locationDetails":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"originDetails":{"type":"object","properties":{"name":{"type":"string"},"origin":{"type":"string"}},"required":["origin","name"]},"startDate":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"uuid":{"type":"string"},"visibleInDataSources":{"type":"array","items":{"type":"string"}}},"required":["uuid","type","status","startDate"],"type":"object"}}},"required":["trafficAnomalies"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Traffic Anomalies"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.traffic-anomalies","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/traffic_anomalies/locations":{"get":{"operationId":"radar-get-traffic-anomalies-top","summary":"Get top locations by total traffic anomalies","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"status","in":"query","schema":{"type":"string","enum":["VERIFIED","UNVERIFIED"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"trafficAnomalies":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["trafficAnomalies"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Traffic Anomalies"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.traffic-anomalies.locations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/verified_bots/top/bots":{"get":{"operationId":"radar-get-verified-bots-top-by-http-requests","summary":"Get top verified bots by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"botCategory":{"type":"string"},"botName":{"type":"string"},"botOwner":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["botName","botCategory","botOwner","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Verified Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.verified-bots.top","x-fern-sdk-method-name":"bots","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Bots API](https://developers.cloudflare.com/api/resources/radar/subresources/bots/) instead."}},"/radar/verified_bots/top/categories":{"get":{"operationId":"radar-get-verified-bots-top-categories-by-http-requests","summary":"Get top verified bot categories by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"botCategory":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["botCategory","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Verified Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.verified-bots.top","x-fern-sdk-method-name":"categories","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Bots API](https://developers.cloudflare.com/api/resources/radar/subresources/bots/) instead."}},"/user":{"get":{"operationId":"user-user-details","summary":"User Details","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_user_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["User"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.user.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"user-edit-user","summary":"Edit User","requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"country":{"$ref":"#/components/schemas/iam_country"},"first_name":{"$ref":"#/components/schemas/iam_first_name"},"last_name":{"$ref":"#/components/schemas/iam_last_name"},"telephone":{"$ref":"#/components/schemas/iam_telephone"},"zipcode":{"$ref":"#/components/schemas/iam_zipcode"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_user_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["user-details.write"]}],"tags":["User"],"x-api-token-group":["User Details Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.user.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/user/analytics/dashboard":{"get":{"operationId":"user-analytics-get-dashboard","summary":"Get user analytics dashboard","parameters":[{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/zone-analytics-api_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/zone-analytics-api_until"}},{"name":"continuous","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zone-analytics-api_user_dashboard_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zone-analytics-api_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["User Analytics (Deprecated)"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPermissionsRequired":{"enum":["#analytics:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"user.analytics.dashboard","x-fern-sdk-method-name":"get","x-stainless-deprecation-message":"This endpoint is deprecated and will be removed in a future version. Please use the GraphQL Analytics API instead: https://developers.cloudflare.com/analytics/graphql-api/ It provides equivalent data and more features, including the ability to select only the metrics you need. Migration guide: https://developers.cloudflare.com/analytics/migration-guides/zone-analytics/\n"}},"/user/audit_logs":{"get":{"operationId":"audit-logs-get-user-audit-logs","summary":"Get user audit logs","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"boolean"}},{"name":"action.type","in":"query","schema":{"type":"string"}},{"name":"actor.ip","in":"query","schema":{"type":"string"}},{"name":"actor.email","in":"query","schema":{"type":"string","format":"email"}},{"name":"since","in":"query","schema":{"oneOf":[{"format":"date","type":"string"},{"format":"date-time","type":"string"}]}},{"name":"before","in":"query","schema":{"oneOf":[{"format":"date","type":"string"},{"format":"date-time","type":"string"}]}},{"name":"zone.name","in":"query","schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["desc","asc"]}},{"name":"per_page","in":"query","schema":{"type":"number","default":100,"maximum":1000,"minimum":1}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"hide_user_logs","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit_logs_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_audit_logs_response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.audit-logs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/user/firewall/access_rules/rules":{"get":{"operationId":"ip-access-rules-for-a-user-list-ip-access-rules","summary":"List IP Access rules","parameters":[{"name":"mode","in":"query","schema":{"$ref":"#/components/schemas/firewall_schemas-mode"}},{"name":"configuration.target","in":"query","schema":{"type":"string","enum":["ip","ip_range","asn","country"]}},{"name":"configuration.value","in":"query","schema":{"type":"string"}},{"name":"notes","in":"query","schema":{"type":"string"}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"order","in":"query","schema":{"type":"string","enum":["configuration.target","configuration.value","mode"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_collection_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write","Account Firewall Access Rules Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.firewall.access-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"ip-access-rules-for-a-user-create-an-ip-access-rule","summary":"Create an IP Access rule","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"allOf":[{"$ref":"#/components/schemas/firewall_notes"},{"default":""}]}},"required":["mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.firewall.access-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/user/firewall/access_rules/rules/{rule_id}":{"get":{"operationId":"ip-access-rules-for-a-user-get-an-ip-access-rule","summary":"Get an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write","Account Firewall Access Rules Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"ip-access-rules-for-a-user-delete-an-ip-access-rule","summary":"Delete an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_id_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.firewall.access-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"ip-access-rules-for-a-user-update-an-ip-access-rule","summary":"Update an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"$ref":"#/components/schemas/firewall_notes"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.firewall.access-rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/user/invites":{"get":{"operationId":"user'-s-invites-list-invitations","summary":"List Invitations","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_schemas-collection_invite_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Invites"],"x-api-token-group":["Memberships Write","Memberships Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/user/invites/{invite_id}":{"get":{"operationId":"user'-s-invites-invitation-details","summary":"Invitation Details","parameters":[{"name":"invite_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_invite_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_invite_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Invites"],"x-api-token-group":["Memberships Write","Memberships Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"patch":{"operationId":"user'-s-invites-respond-to-invitation","summary":"Respond to Invitation","parameters":[{"name":"invite_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_invite_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"enum":["accepted","rejected"]}},"required":["status"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_invite_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.write"]}],"tags":["User's Invites"],"x-api-token-group":["Memberships Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/user/load_balancers/monitors":{"get":{"operationId":"load-balancer-monitors-list-monitors","summary":"List Monitors","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"post":{"operationId":"load-balancer-monitors-create-monitor","summary":"Create Monitor","requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/user/load_balancers/monitors/{monitor_id}":{"get":{"operationId":"load-balancer-monitors-monitor-details","summary":"Monitor Details","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"put":{"operationId":"load-balancer-monitors-update-monitor","summary":"Update Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"delete":{"operationId":"load-balancer-monitors-delete-monitor","summary":"Delete Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"load-balancer-monitors-patch-monitor","summary":"Patch Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/user/load_balancers/monitors/{monitor_id}/references":{"get":{"operationId":"load-balancer-monitors-list-monitor-references","summary":"List Monitor References","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-references-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-references-response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancers/pools":{"get":{"operationId":"load-balancer-pools-list-pools","summary":"List Pools","parameters":[{"name":"monitor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"post":{"operationId":"load-balancer-pools-create-pool","summary":"Create Pool","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}},"required":["origins","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"load-balancer-pools-patch-pools","summary":"Patch Pools","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"string","properties":{"notification_email":{"$ref":"#/components/schemas/load-balancing_patch_pools_notification_email"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/user/load_balancers/pools/{pool_id}":{"get":{"operationId":"load-balancer-pools-pool-details","summary":"Pool Details","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"put":{"operationId":"load-balancer-pools-update-pool","summary":"Update Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}},"required":["origins","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"delete":{"operationId":"load-balancer-pools-delete-pool","summary":"Delete Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"load-balancer-pools-patch-pool","summary":"Patch Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/user/load_balancers/pools/{pool_id}/health":{"get":{"operationId":"load-balancer-pools-pool-health-details","summary":"Pool Health Details","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_health_details"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_health_details"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancers/pools/{pool_id}/references":{"get":{"operationId":"load-balancer-pools-list-pool-references","summary":"List Pool References","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_pools-references-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_pools-references-response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancers/preview/{preview_id}":{"get":{"operationId":"load-balancer-monitors-preview-result","summary":"Preview Result","parameters":[{"name":"preview_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_preview_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_preview_result_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_preview_result_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancers/regions":{"get":{"operationId":"user-load-balancer-regions-list-regions","summary":"List Regions","parameters":[{"name":"subdivision_code","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_subdivision_code_a2"}},{"name":"country_code","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_region_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_region_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Regions"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancing_analytics/events":{"get":{"operationId":"load-balancer-healthcheck-events-list-healthcheck-events","summary":"List Healthcheck Events","parameters":[{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_until"}},{"name":"pool_name","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_pool_name"}},{"name":"origin_healthy","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_origin_healthy"}},{"name":"pool_id","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"since","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"origin_name","in":"query","schema":{"type":"string"}},{"name":"pool_healthy","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Healthcheck Events"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/organizations":{"get":{"operationId":"user'-s-organizations-list-organizations","summary":"List Organizations","parameters":[{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/iam_schemas-name"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["id","name","status"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["member","invited"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_collection_organization_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Organizations"],"x-api-token-group":["Memberships Write","Memberships Read"],"x-cfDeprecation":{"display":true,"eol":"2020-02-04","id":"org_deprecation"},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/user/tenants":{"get":{"operationId":"User_listUserTenants","summary":"List user tenants","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_Organization"}},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["User"],"x-api-token-group":["User Details Write","User Details Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.tenants","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones":{"get":{"operationId":"zones-get","summary":"List Zones","parameters":[{"name":"name","in":"query","schema":{"type":"string","maxLength":253}},{"name":"status","in":"query","schema":{"type":"string","enum":["initializing","pending","active","moved"]}},{"name":"type","in":"query","schema":{"type":"array","items":{"enum":["full","partial","secondary","internal"],"type":"string"}},"explode":false,"style":"form"},{"name":"account.id","in":"query","schema":{"type":"string"}},{"name":"account.name","in":"query","schema":{"type":"string","maxLength":253}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["name","status","account.id","account.name","plan.id"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/zones_result_info"}}},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zones_zone"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone.read"]}],"tags":["Zone"],"x-api-token-group":["Zone Zone Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"list"},"post":{"operationId":"zones-post","summary":"Create Zone","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"account":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/zones_identifier"}}},"name":{"$ref":"#/components/schemas/zones_name"},"type":{"$ref":"#/components/schemas/zones_type"}},"required":["name","account"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zones_zone"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Zone Zone Edit","Zone DNS Edit"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"create"}},"/zones/{zone_identifier}/analytics/colos":{"get":{"operationId":"zone-analytics-(-deprecated)-get-analytics-by-co-locations","summary":"Get analytics by Co-locations","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zone-analytics-api_identifier"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/zone-analytics-api_until"}},{"name":"since","in":"query","schema":{"default":-10080,"anyOf":[{"type":"string"},{"type":"integer"}]}},{"name":"continuous","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zone-analytics-api_colo_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_colo_response"},{"$ref":"#/components/schemas/zone-analytics-api_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Zone Analytics (Deprecated)"],"x-api-token-group":["Analytics Read"],"x-cfDeprecation":{"display":true,"eol":"2021-03-01","id":"zone_analytics_deprecation"},"x-cfPermissionsRequired":{"enum":["#analytics:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"analytics.colo","x-fern-sdk-method-name":"get"}},"/zones/{zone_identifier}/analytics/dashboard":{"get":{"operationId":"zone-analytics-(-deprecated)-get-dashboard","summary":"Get dashboard","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zone-analytics-api_identifier"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/zone-analytics-api_until"}},{"name":"since","in":"query","schema":{"default":-10080,"anyOf":[{"type":"string"},{"type":"integer"}]}},{"name":"continuous","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zone-analytics-api_dashboard_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_dashboard_response"},{"$ref":"#/components/schemas/zone-analytics-api_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Zone Analytics (Deprecated)"],"x-api-token-group":["Analytics Read"],"x-cfDeprecation":{"display":true,"eol":"2021-03-01","id":"zone_analytics_deprecation"},"x-cfPermissionsRequired":{"enum":["#analytics:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"analytics.dashboard","x-fern-sdk-method-name":"get"}},"/zones/{zone_identifier}/custom_pages":{"get":{"operationId":"custom-pages-for-a-zone-list-custom-pages","summary":"List custom pages","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result_list"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result_list"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-pages.read"]},{"realmrootOidc":["custom-pages.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Custom pages for a zone"],"x-api-token-group":["Custom Pages Write","Custom Pages Read","Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.zone-custom-pages","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_identifier}/custom_pages/assets":{"get":{"operationId":"custom-assets-for-a-zone-list-custom-assets","summary":"List custom assets","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":200,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_asset_result_list"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_asset_result_list"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write","Custom Errors Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.list","x-fern-sdk-method-name":"v2","x-forge-hidden":true},"post":{"operationId":"custom-assets-for-a-zone-create-a-custom-asset","summary":"Create a custom asset","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"name":{"$ref":"#/components/schemas/custom-pages_asset_name"},"url":{"$ref":"#/components/schemas/custom-pages_asset_url"}},"required":["name","description","url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_asset_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_asset_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.create","x-fern-sdk-method-name":"v2","x-forge-hidden":true}},"/zones/{zone_identifier}/custom_pages/assets/{asset_name}":{"get":{"operationId":"custom-assets-for-a-zone-get-a-custom-asset","summary":"Get a custom asset","parameters":[{"name":"asset_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_asset_name"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_asset_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_asset_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write","Custom Errors Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.get","x-fern-sdk-method-name":"v2","x-forge-hidden":true},"put":{"operationId":"custom-assets-for-a-zone-update-a-custom-asset","summary":"Update a custom asset","parameters":[{"name":"asset_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_asset_name"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"url":{"$ref":"#/components/schemas/custom-pages_asset_url"}},"required":["description","url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_asset_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_asset_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.update","x-fern-sdk-method-name":"v2","x-forge-hidden":true},"delete":{"operationId":"custom-assets-for-a-zone-delete-a-custom-asset","summary":"Delete a custom asset","parameters":[{"name":"asset_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_asset_name"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"204":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.delete","x-fern-sdk-method-name":"v2","x-forge-hidden":true}},"/zones/{zone_identifier}/custom_pages/preview_tokens":{"post":{"operationId":"custom-pages-for-a-zone-create-preview-token","summary":"Create a preview token","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_preview_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_preview_token_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_preview_token_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-pages.read"]},{"realmrootOidc":["custom-pages.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Custom pages for a zone"],"x-api-token-group":["Custom Pages Write","Custom Pages Read","Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_identifier}/custom_pages/{identifier}":{"get":{"operationId":"custom-pages-for-a-zone-get-a-custom-page","summary":"Get a custom page","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_error_page_type"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-pages.read"]},{"realmrootOidc":["custom-pages.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Custom pages for a zone"],"x-api-token-group":["Custom Pages Write","Custom Pages Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.zone-custom-pages","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"custom-pages-for-a-zone-update-a-custom-page","summary":"Update a custom page","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_error_page_type"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"state":{"$ref":"#/components/schemas/custom-pages_state"},"url":{"$ref":"#/components/schemas/custom-pages_url"}},"required":["url","state"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-pages.write"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Custom pages for a zone"],"x-api-token-group":["Custom Pages Write","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}":{"get":{"operationId":"zones-0-get","summary":"Zone Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zones_zone"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfPermissionsRequired":{"enum":["#zone:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"get"},"delete":{"operationId":"zones-0-delete","summary":"Delete Zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"requestBody":{"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"zones-0-patch","summary":"Edit Zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"paused":{"$ref":"#/components/schemas/zones_paused"},"plan":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/zones_identifier"}}},"type":{"type":"string","enum":["full","partial","secondary","internal"]},"vanity_name_servers":{"$ref":"#/components/schemas/zones_vanity_name_servers"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zones_zone"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Zone Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/access/apps":{"get":{"operationId":"zone-level-access-applications-list-access-applications","summary":"List Access Applications","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-22"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"zone-level-access-applications-add-a-bookmark-application","summary":"Add an Access application","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_apps"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-21"},{"properties":{"result":{"$ref":"#/components/schemas/access_apps"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/zones/{zone_id}/access/apps/ca":{"get":{"operationId":"zone-level-access-short-lived-certificate-c-as-list-short-lived-certificate-c-as","summary":"List short-lived certificate CAs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-20"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.ca","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}":{"get":{"operationId":"zone-level-access-applications-get-an-access-application","summary":"Get an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-21"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"put":{"operationId":"zone-level-access-applications-update-a-bookmark-application","summary":"Update an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_apps"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-21"},{"properties":{"result":{"$ref":"#/components/schemas/access_apps"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"zone-level-access-applications-delete-an-access-application","summary":"Delete an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/ca":{"get":{"operationId":"zone-level-access-short-lived-certificate-c-as-get-a-short-lived-certificate-ca","summary":"Get a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-19"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.ca","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"zone-level-access-short-lived-certificate-c-as-create-a-short-lived-certificate-ca","summary":"Create a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-19"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.ca","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-short-lived-certificate-c-as-delete-a-short-lived-certificate-ca","summary":"Delete a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.ca","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/policies":{"get":{"operationId":"zone-level-access-policies-list-access-policies","summary":"List Access policies","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-23"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-policies-create-an-access-policy","summary":"Create an Access policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups-2"},"approval_required":{"$ref":"#/components/schemas/access_approval_required-2"},"decision":{"$ref":"#/components/schemas/access_decision-2"},"exclude":{"$ref":"#/components/schemas/access_exclude-3"},"include":{"$ref":"#/components/schemas/access_include"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"precedence":{"$ref":"#/components/schemas/access_precedence-2"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required-2"},"require":{"$ref":"#/components/schemas/access_require-3"}},"required":["name","decision","include"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-22"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/policies/{policy_id}":{"get":{"operationId":"zone-level-access-policies-get-an-access-policy","summary":"Get an Access policy","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-22"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-policies-update-an-access-policy","summary":"Update an Access policy","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups-2"},"approval_required":{"$ref":"#/components/schemas/access_approval_required-2"},"decision":{"$ref":"#/components/schemas/access_decision-2"},"exclude":{"$ref":"#/components/schemas/access_exclude-3"},"include":{"$ref":"#/components/schemas/access_include"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"precedence":{"$ref":"#/components/schemas/access_precedence-2"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required-2"},"require":{"$ref":"#/components/schemas/access_require-3"}},"required":["name","decision","include"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-22"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-policies-delete-an-access-policy","summary":"Delete an Access policy","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/revoke_tokens":{"post":{"operationId":"zone-level-access-applications-revoke-service-tokens","summary":"Revoke application tokens","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_empty_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Revoke","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.revoke.tokens","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes all service tokens for the application."}},"/zones/{zone_id}/access/apps/{app_id}/settings":{"put":{"operationId":"zone-level-access-applications-put-update-access-application-settings","summary":"Update application settings","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_settings_request"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response_update"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/user_policy_checks":{"get":{"operationId":"zone-level-access-applications-test-access-policies","summary":"Test Access policies","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_check_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.user.policy.checks","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/access/certificates":{"get":{"operationId":"zone-level-access-mtls-authentication-list-mtls-certificates","summary":"List mTLS certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-21"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-mtls-authentication-add-an-mtls-certificate","summary":"Add an mTLS certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames-2"},"certificate":{"type":"string"},"name":{"$ref":"#/components/schemas/access_name-18"}},"required":["name","certificate"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-20"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/certificates/settings":{"get":{"operationId":"zone-level-access-mtls-authentication-list-mtls-certificates-hostname-settings","summary":"List all mTLS hostname settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection_hostnames-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates.settings","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"zone-level-access-mtls-authentication-update-an-mtls-certificate-settings","summary":"Update an mTLS certificate's hostname settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"settings":{"type":"array","items":{"$ref":"#/components/schemas/access_settings-2"}}},"required":["settings"]}}}},"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection_hostnames-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/access/certificates/{certificate_id}":{"get":{"operationId":"zone-level-access-mtls-authentication-get-an-mtls-certificate","summary":"Get an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-20"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-mtls-authentication-update-an-mtls-certificate","summary":"Update an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames-2"},"name":{"$ref":"#/components/schemas/access_name-18"}},"required":["associated_hostnames"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-20"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-mtls-authentication-delete-an-mtls-certificate","summary":"Delete an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/groups":{"get":{"operationId":"zone-level-access-groups-list-access-groups","summary":"List Access groups","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-18"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-groups-create-an-access-group","summary":"Create an Access group","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"exclude":{"$ref":"#/components/schemas/access_exclude"},"include":{"$ref":"#/components/schemas/access_include"},"name":{"$ref":"#/components/schemas/access_name-16"},"require":{"$ref":"#/components/schemas/access_require"}},"required":["name","include"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-17"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/groups/{group_id}":{"get":{"operationId":"zone-level-access-groups-get-an-access-group","summary":"Get an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-17"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-groups-update-an-access-group","summary":"Update an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"exclude":{"$ref":"#/components/schemas/access_exclude"},"include":{"$ref":"#/components/schemas/access_include"},"name":{"$ref":"#/components/schemas/access_name-16"},"require":{"$ref":"#/components/schemas/access_require"}},"required":["name","include"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-17"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-groups-delete-an-access-group","summary":"Delete an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/identity_providers":{"get":{"operationId":"zone-level-access-identity-providers-list-access-identity-providers","summary":"List Access identity providers","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-17"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-identity-providers-add-an-access-identity-provider","summary":"Add an Access identity provider","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_identity-providers-2"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-16"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/zones/{zone_id}/access/identity_providers/{identity_provider_id}":{"get":{"operationId":"zone-level-access-identity-providers-get-an-access-identity-provider","summary":"Get an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-16"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-identity-providers-update-an-access-identity-provider","summary":"Update an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_identity-providers-2"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-16"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"zone-level-access-identity-providers-delete-an-access-identity-provider","summary":"Delete an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/organizations":{"get":{"operationId":"zone-level-zero-trust-organization-get-your-zero-trust-organization","summary":"Get your Zero Trust organization","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-4"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-15"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.revoke"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Revoke","Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-organizations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-zero-trust-organization-update-your-zero-trust-organization","summary":"Update your Zero Trust organization","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-4"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"auth_domain":{"$ref":"#/components/schemas/access_auth_domain-2"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only-2"},"login_design":{"$ref":"#/components/schemas/access_login_design-2"},"name":{"$ref":"#/components/schemas/access_name-15"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time-2"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-15"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-organizations","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"zone-level-zero-trust-organization-create-your-zero-trust-organization","summary":"Create your Zero Trust organization","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-4"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"auth_domain":{"$ref":"#/components/schemas/access_auth_domain-2"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only-2"},"login_design":{"$ref":"#/components/schemas/access_login_design-2"},"name":{"$ref":"#/components/schemas/access_name-15"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time-2"}},"required":["name","auth_domain"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-15"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-organizations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/organizations/revoke_user":{"post":{"operationId":"zone-level-zero-trust-organization-revoke-all-access-tokens-for-a-user","summary":"Revoke all Access tokens for a user","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-4"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"email":{"type":"string"}},"required":["email"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_empty_response"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-organizations","x-fern-sdk-method-name":"revoke-user-create","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes all access tokens for a user, affecting their access to all applications within the zone."}},"/zones/{zone_id}/access/service_tokens":{"get":{"operationId":"zone-level-access-service-tokens-list-service-tokens","summary":"List service tokens","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-19"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.read"]},{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write","Access: Service Tokens Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-service-tokens-create-a-service-token","summary":"Create a service token","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"client_secret_version":{"$ref":"#/components/schemas/access_client_secret_version"},"duration":{"$ref":"#/components/schemas/access_duration-2"},"name":{"$ref":"#/components/schemas/access_name-17"},"previous_client_secret_expires_at":{"$ref":"#/components/schemas/access_previous_client_secret_expires_at"}},"required":["name"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_create_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/service_tokens/{service_token_id}":{"get":{"operationId":"zone-level-access-service-tokens-get-a-service-token","summary":"Get a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-18"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.read"]},{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write","Access: Service Tokens Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-service-tokens-update-a-service-token","summary":"Update a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"client_secret_version":{"$ref":"#/components/schemas/access_client_secret_version"},"duration":{"$ref":"#/components/schemas/access_duration-2"},"name":{"$ref":"#/components/schemas/access_name-17"},"previous_client_secret_expires_at":{"$ref":"#/components/schemas/access_previous_client_secret_expires_at"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-18"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-service-tokens-delete-a-service-token","summary":"Delete a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-18"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/acm/custom_trust_store":{"get":{"operationId":"custom-origin-trust-store-list-details","summary":"List Custom Origin Trust Store Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"offset","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Origin Trust Store"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.custom-trust-store","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-origin-trust-store-create","summary":"Upload Custom Origin Trust Store","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-3"}},"required":["certificate"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Origin Trust Store"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.custom-trust-store","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}":{"get":{"operationId":"custom-origin-trust-store-details","summary":"Custom Origin Trust Store Details","parameters":[{"name":"custom_origin_trust_store_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Origin Trust Store"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.custom-trust-store","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-origin-trust-store-delete","summary":"Delete Custom Origin Trust Store","parameters":[{"name":"custom_origin_trust_store_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_id_only"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Origin Trust Store"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.custom-trust-store","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/acm/total_tls":{"get":{"operationId":"total-tls-total-tls-settings-details","summary":"Total TLS Settings Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_total_tls_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_total_tls_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Total TLS"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.total-tls","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"total-tls-enable-or-disable-total-tls","summary":"Enable or Disable Total TLS","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-3"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-3"}},"required":["enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_total_tls_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_total_tls_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Total TLS"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.total-tls","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/activation_check":{"put":{"operationId":"put-zones-zone_id-activation_check","summary":"Rerun the Activation Check","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zone-activation_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zone-activation_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/zone-activation_identifier"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zone-activation_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Zone Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zone","x-fern-sdk-method-name":"activate"}},"/zones/{zone_id}/addressing/regional_hostnames":{"get":{"operationId":"dls-zone-regional-hostnames-list","summary":"List Regional Hostnames","parameters":[{"$ref":"#/components/parameters/dls_zone_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dls_regional_hostname_response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Read","DNS Write"]},"post":{"operationId":"dls-zone-regional-hostnames-create","summary":"Create Regional Hostname","parameters":[{"$ref":"#/components/parameters/dls_zone_id"}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"hostname":{"$ref":"#/components/schemas/dls_hostname"},"region_key":{"$ref":"#/components/schemas/dls_region_key"},"routing":{"$ref":"#/components/schemas/dls_routing"}},"required":["hostname","region_key"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dls_regional_hostname_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Write"]}},"/zones/{zone_id}/addressing/regional_hostnames/{hostname}":{"get":{"operationId":"dls-zone-regional-hostnames-fetch","summary":"Fetch Regional Hostname","parameters":[{"$ref":"#/components/parameters/dls_zone_id"},{"$ref":"#/components/parameters/dls_hostname"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dls_regional_hostname_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Read","DNS Write"]},"delete":{"operationId":"dls-zone-regional-hostnames-delete","summary":"Delete Regional Hostname","parameters":[{"$ref":"#/components/parameters/dls_zone_id"},{"$ref":"#/components/parameters/dls_hostname"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Write"]},"patch":{"operationId":"dls-zone-regional-hostnames-patch","summary":"Update Regional Hostname","parameters":[{"$ref":"#/components/parameters/dls_zone_id"},{"$ref":"#/components/parameters/dls_hostname"}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"region_key":{"$ref":"#/components/schemas/dls_region_key"}},"required":["region_key"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dls_regional_hostname_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Write"]}},"/zones/{zone_id}/ai-audit/robots":{"get":{"operationId":"ai-audit-get-robots","summary":"Get robots.txt rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"subdomain","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/ai-audit_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/ai-audit_robots_rules"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["AI Audit"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-sdk-group-name":"ai-audit.robots","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/ai-audit/robots/bulk":{"post":{"operationId":"ai-audit-bulk-get-robots","summary":"Bulk get robots.txt rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"maxItems":25}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/ai-audit_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/ai-audit_bulk_robots_rules"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"408":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["AI Audit"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-sdk-group-name":"ai-audit.robots","x-fern-sdk-method-name":"bulk-get"}},"/zones/{zone_id}/analytics/latency":{"get":{"operationId":"argo-analytics-for-zone-argo-analytics-for-a-zone","summary":"Argo Analytics for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/argo-analytics_identifier"}},{"name":"bins","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-analytics_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_response_single"},{"$ref":"#/components/schemas/argo-analytics_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Argo Analytics for Zone"],"x-api-token-group":["Analytics Read"],"x-cfPermissionsRequired":{"enum":["#analytics:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/analytics/latency/colos":{"get":{"operationId":"argo-analytics-for-geolocation-argo-analytics-for-a-zone-at-different-po-ps","summary":"Argo Analytics for a zone at different PoPs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/argo-analytics_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-analytics_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_response_single"},{"$ref":"#/components/schemas/argo-analytics_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Argo Analytics for Geolocation"],"x-api-token-group":["Analytics Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/api_gateway/configuration":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"name":"normalize","in":"query","schema":{"type":"boolean"}}],"get":{"operationId":"api-shield-settings-retrieve-information-about-specific-configuration-properties","summary":"Retrieve information about specific configuration properties","responses":{"200":{"$ref":"#/components/responses/api-shield_config-get-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic-failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Settings"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.configurations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"api-shield-settings-set-configuration-properties","summary":"Update configuration properties","requestBody":{"$ref":"#/components/requestBodies/api-shield_config-update"},"responses":{"200":{"$ref":"#/components/responses/api-shield_config-update-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic-failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.configurations","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/discovery":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-api-discovery-retrieve-discovered-operations-on-a-zone-as-openapi","summary":"Retrieve discovered operations on a zone rendered as OpenAPI schemas","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_schema_response_discovery"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_schema_response_discovery"},{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.discovery","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/discovery/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-api-discovery-retrieve-discovered-operations-on-a-zone","summary":"Retrieve discovered operations on a zone","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_host_parameter"},{"$ref":"#/components/parameters/api-shield_method_parameter"},{"$ref":"#/components/parameters/api-shield_endpoint_parameter"},{"$ref":"#/components/parameters/api-shield_direction_parameter"},{"$ref":"#/components/parameters/api-shield_order_parameter"},{"$ref":"#/components/parameters/api-shield_diff_parameter"},{"$ref":"#/components/parameters/api-shield_api_discovery_origin_parameter"},{"$ref":"#/components/parameters/api-shield_api_discovery_state_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_discovery_operation"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.discovery.operations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"patch":{"operationId":"api-shield-api-patch-discovered-operations","summary":"Patch discovered operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api_discovery_patch_multiple_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_patch_discoveries_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.discovery.operations","x-fern-sdk-method-name":"bulk-edit","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/discovery/operations/{discovery_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_discovery_id"}],"get":{"operationId":"api-shield-api-discovery-retrieve-discovered-operation-by-id","summary":"Retrieve a discovered operation","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_discovery_operation"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"]},"patch":{"operationId":"api-shield-api-patch-discovered-operation","summary":"Patch discovered operation","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"state":{"allOf":[{"$ref":"#/components/schemas/api-shield_api_discovery_state_patch"}]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_patch_discovery_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/api_gateway/expression-template/fallthrough":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"api-shield-expression-templates-fallthrough","summary":"Generate fallthrough WAF expression template from a set of API hosts","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_request_expression_templates_fallthrough"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_response_expression_templates_fallthrough"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield WAF Expression Templates"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.expression-template.fallthrough","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-labels-get-labels","summary":"Retrieve all labels","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_order_parameter-2"},{"$ref":"#/components/parameters/api-shield_direction_parameter"},{"$ref":"#/components/parameters/api-shield_source_parameter"},{"$ref":"#/components/parameters/api-shield_filter_parameter"},{"$ref":"#/components/parameters/api-shield_with_mapped_resource_counts_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_full_label"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/managed/{name}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_label_name_parameter"}],"get":{"operationId":"api-shield-labels-get-managed-label","summary":"Retrieve managed label","parameters":[{"$ref":"#/components/parameters/api-shield_with_mapped_resource_counts_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_full_managed_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.managed","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/managed/{name}/resources/operation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_label_name_parameter"}],"put":{"operationId":"api-shield-labels-replace-operations-attached-to-managed-label","summary":"Replace operation(s) attached to a managed label","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_replace_operations_attached_to_label_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_full_managed_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.managed.resources.operation","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/user":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"api-shield-labels-create-user-labels","summary":"Create user labels","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_request"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true},"delete":{"operationId":"api-shield-labels-delete-user-labels","summary":"Delete user labels","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/user/{name}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_label_name_parameter"}],"get":{"operationId":"api-shield-labels-get-user-label","summary":"Retrieve user label","parameters":[{"$ref":"#/components/parameters/api-shield_with_mapped_resource_counts_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_full_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"api-shield-put-user-label","summary":"Update user label","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_put_label_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"api-shield-delete-user-label","summary":"Delete user label","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"api-shield-patch-user-label","summary":"Patch user label","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_patch_label_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/user/{name}/resources/operation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_label_name_parameter"}],"put":{"operationId":"api-shield-labels-replace-operations-attached-to-user-label","summary":"Replace operation(s) attached to a user label","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_replace_operations_attached_to_label_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_full_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user.resources.operation","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-endpoint-management-retrieve-information-about-all-operations-on-a-zone","summary":"Retrieve information about all operations on a zone","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"name":"order","in":"query","schema":{"type":"string","enum":["method","host","endpoint","thresholds.$key"]}},{"$ref":"#/components/parameters/api-shield_direction_parameter"},{"$ref":"#/components/parameters/api-shield_host_parameter"},{"$ref":"#/components/parameters/api-shield_method_parameter"},{"$ref":"#/components/parameters/api-shield_endpoint_parameter"},{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_multiple-operation-response-paginated"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"api-shield-endpoint-management-add-operations-to-a-zone","summary":"Add operations to a zone","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_basic_operation"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_multiple-operation-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true},"delete":{"operationId":"api-shield-endpoint-management-delete-multiple-operations","summary":"Delete multiple operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_object-with-operation-id"},"uniqueItems":true}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/item":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"api-shield-endpoint-management-add-operation-to-a-zone","summary":"Add one operation to a zone","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_basic_operation"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_single-operation-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/labels":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"put":{"operationId":"api-shield-operations-bulk-put-labels-to-operations","summary":"Bulk replace label(s) on operation(s) in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_bulk_put_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"api-shield-operations-bulk-post-labels-to-operations","summary":"Bulk attach label(s) on operation(s) in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_bulk_post_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true},"delete":{"operationId":"api-shield-operations-bulk-delete-labels-to-operations","summary":"Bulk remove label(s) on operation(s) in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_bulk_delete_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/schema_validation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"patch":{"operationId":"api-shield-schema-validation-update-multiple-operation-level-settings","summary":"Update multiple operation-level schema validation settings","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings_multiple_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings_multiple_request"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.operations.schema-validation","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/operations/{operation_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_operation_id"}],"get":{"operationId":"api-shield-endpoint-management-retrieve-information-about-an-operation","summary":"Retrieve information about an operation","parameters":[{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"},{"$ref":"#/components/parameters/api-shield_with_schemas_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_single-operation-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"api-shield-endpoint-management-delete-an-operation","summary":"Delete an operation","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/{operation_id}/labels":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_operation_id"}],"put":{"operationId":"api-shield-operations-put-labels-to-operation","summary":"Replace label(s) on an operation in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_put_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"api-shield-operations-post-labels-to-operation","summary":"Attach label(s) on an operation in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_post_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"api-shield-operations-delete-labels-from-operation","summary":"Remove label(s) on an operation in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_delete_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/{operation_id}/schema_validation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_operation_id"}],"get":{"operationId":"api-shield-schema-validation-retrieve-operation-level-settings","summary":"Retrieve operation-level schema validation settings","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.operations.schema-validation","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"put":{"operationId":"api-shield-schema-validation-update-operation-level-settings","summary":"Update operation-level schema validation settings","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings_modify_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.operations.schema-validation","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/schemas":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-endpoint-management-retrieve-operations-and-features-as-open-api-schemas","summary":"Retrieve operations and features as OpenAPI schemas","parameters":[{"name":"host","in":"query","schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}},{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"},{"name":"include_schema_kind","in":"query","schema":{"type":"array","items":{"enum":["learned"],"type":"string"},"uniqueItems":true},"explode":true,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_schema-response-with-thresholds"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.schemas","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/settings/schema_validation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-schema-validation-retrieve-zone-level-settings","summary":"Retrieve zone level schema validation settings","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.settings.schema-validation","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"put":{"operationId":"api-shield-schema-validation-update-zone-level-settings","summary":"Update zone level schema validation settings","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings_put"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.settings.schema-validation","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"patch":{"operationId":"api-shield-schema-validation-patch-zone-level-settings","summary":"Update zone level schema validation settings","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.settings.schema-validation","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/user_schemas":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-schema-validation-retrieve-information-about-all-schemas","summary":"Retrieve information about all schemas on a zone","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_old_omit_source"},{"name":"validation_enabled","in":"query","schema":{"$ref":"#/components/schemas/api-shield_old_validation_enabled"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_public_schema"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"post":{"operationId":"api-shield-schema-validation-post-schema","summary":"Upload a schema to a zone","requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"kind":{"$ref":"#/components/schemas/api-shield_old_kind"},"name":{"type":"string"},"validation_enabled":{"type":"string","enum":["true","false"]}},"required":["file","kind"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_old_schema_upload_response"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_schema_upload_failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/user_schemas/hosts":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"}],"get":{"operationId":"api-shield-schema-validation-retrieve-user-schema-hosts","summary":"Retrieve schema hosts in a zone","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_response_user_schemas_hosts"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas.hosts","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_old_schema_id"}],"get":{"operationId":"api-shield-schema-validation-retrieve-information-about-specific-schema","summary":"Retrieve information about a specific schema on a zone","parameters":[{"$ref":"#/components/parameters/api-shield_old_omit_source"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_old_public_schema"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"delete":{"operationId":"api-shield-schema-delete-a-schema","summary":"Delete a schema","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"patch":{"operationId":"api-shield-schema-validation-enable-validation-for-a-schema","summary":"Enable validation for a schema","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"validation_enabled":{"allOf":[{"$ref":"#/components/schemas/api-shield_old_validation_enabled"},{"enum":[true]}]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_old_public_schema"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_old_schema_id"},{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-schema-validation-extract-operations-from-schema","summary":"Retrieve all operations from a schema.","parameters":[{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"},{"$ref":"#/components/parameters/api-shield_host_parameter"},{"$ref":"#/components/parameters/api-shield_method_parameter"},{"$ref":"#/components/parameters/api-shield_endpoint_parameter"},{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"name":"operation_status","in":"query","schema":{"type":"string","enum":["new","existing"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/api-shield_operation"},{"$ref":"#/components/schemas/api-shield_basic_operation"}]}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas.operations","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/argo/smart_routing":{"get":{"operationId":"argo-smart-routing-get-argo-smart-routing-setting","summary":"Get Argo Smart Routing setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/argo-config_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-config_api_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/argo-config_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Argo Smart Routing"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"argo-smart-routing-patch-argo-smart-routing-setting","summary":"Patch Argo Smart Routing setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/argo-config_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-config_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-config_api_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/argo-config_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Argo Smart Routing"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/bot_management":{"get":{"operationId":"bot-management-for-a-zone-get-config","summary":"Get Zone Bot Management Config","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/bot-management_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_bot_management_response_body"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/bot-management_bot_management_response_body"},{"$ref":"#/components/schemas/bot-management_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]}],"tags":["Bot Settings"],"x-api-token-group":["Bot Management Write","Bot Management Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"bot-management-for-a-zone-update-config","summary":"Update Zone Bot Management Config","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/bot-management_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_config_single"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_bot_management_response_body"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/bot-management_bot_management_response_body"},{"$ref":"#/components/schemas/bot-management_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["bot-management.write"]}],"tags":["Bot Settings"],"x-api-token-group":["Bot Management Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/bot_management/feedback":{"get":{"operationId":"bot-management-zone-feedback-list","summary":"List zone feedback reports","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/bot-management_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/bot-management_feedback_report"}}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["bot-management-feedback.read"]},{"realmrootOidc":["bot-management-feedback.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]}],"tags":["Feedback"],"x-api-token-group":["Bot Management Feedback Report Write","Bot Management Feedback Report Read","Bot Management Write","Bot Management Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"bot-management-zone-feedback-create","summary":"Submit a feedback report","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/bot-management_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_feedback_report"}}}},"responses":{"201":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["bot-management-feedback.read"]},{"realmrootOidc":["bot-management-feedback.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]}],"tags":["Feedback"],"x-api-token-group":["Bot Management Feedback Report Write","Bot Management Feedback Report Read","Bot Management Write","Bot Management Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/cache/cache_reserve":{"get":{"operationId":"zone-cache-settings-get-cache-reserve-setting","summary":"Get Cache Reserve setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_cache_reserve_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-cache-settings-change-cache-reserve-setting","summary":"Change Cache Reserve setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_cache_reserve_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_cache_reserve_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/cache/cache_reserve_clear":{"get":{"operationId":"zone-cache-settings-get-cache-reserve-clear","summary":"Get Cache Reserve Clear","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"zone-cache-settings-start-cache-reserve-clear","summary":"Start Cache Reserve Clear","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/cache/origin_post_quantum_encryption":{"get":{"operationId":"zone-cache-settings-get-origin-post-quantum-encryption-setting","summary":"Get Origin Post-Quantum Encryption setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Origin Post-Quantum"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfDeprecation":{"display":true,"eol":"2026-07-19","id":"origin_pqe_deprecation"},"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"zone-cache-settings-change-origin-post-quantum-encryption-setting","summary":"Change Origin Post-Quantum Encryption setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Origin Post-Quantum"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfDeprecation":{"display":true,"eol":"2026-07-19","id":"origin_pqe_deprecation"},"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/cache/regional_tiered_cache":{"get":{"operationId":"zone-cache-settings-get-regional-tiered-cache-setting","summary":"Get Regional Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"patch":{"operationId":"zone-cache-settings-change-regional-tiered-cache-setting","summary":"Change Regional Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable":{"get":{"operationId":"smart-tiered-cache-get-smart-tiered-cache-setting","summary":"Get Smart Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Tiered Cache"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"smart-tiered-cache-create-smart-tiered-cache-setting","summary":"Create Smart Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Tiered Cache"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"smart-tiered-cache-delete-smart-tiered-cache-setting","summary":"Delete Smart Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_delete_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Tiered Cache"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"smart-tiered-cache-patch-smart-tiered-cache-setting","summary":"Patch Smart Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Tiered Cache"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/cache/variants":{"get":{"operationId":"zone-cache-settings-get-variants-setting","summary":"Get variants setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_variants_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"delete":{"operationId":"zone-cache-settings-delete-variants-setting","summary":"Delete variants setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_delete_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_variants"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"patch":{"operationId":"zone-cache-settings-change-variants-setting","summary":"Change variants setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_variants_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_variants_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/certificate_authorities/hostname_associations":{"get":{"operationId":"client-certificate-for-a-zone-list-hostname-associations","summary":"List Hostname Associations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"mtls_certificate_id","in":"query","schema":{"type":"string","maxLength":36,"minLength":36}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_associations_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"certificate-authorities.hostname-associations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"client-certificate-for-a-zone-put-hostname-associations","summary":"Replace Hostname Associations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_association"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_associations_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"certificate-authorities.hostname-associations","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/client_certificates":{"get":{"operationId":"client-certificate-for-a-zone-list-client-certificates","summary":"List Client Certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"status","in":"query","schema":{"type":"string","enum":["all","active","pending_reactivation","pending_revocation","revoked"]}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"offset","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"client-certificate-for-a-zone-create-client-certificate","summary":"Create Client Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"csr":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_csr-2"},"validity_days":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_days-2"}},"required":["csr","validity_days"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/client_certificates/{client_certificate_id}":{"get":{"operationId":"client-certificate-for-a-zone-client-certificate-details","summary":"Client Certificate Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"client_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"client-certificate-for-a-zone-delete-client-certificate","summary":"Revoke Client Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"client_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"client-certificate-for-a-zone-edit-client-certificate","summary":"Reactivate Client Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"client_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reactivate":{"type":"boolean"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/cloud_connector/rules":{"get":{"operationId":"zone-cloud-connector-rules","summary":"Rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloud-connector_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloud-connector_rules"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["cloud-connector.read"]},{"realmrootOidc":["cloud-connector.write"]}],"tags":["Zone Cloud Connector Rules GET"],"x-api-token-group":["Cloud Connector Read","Cloud Connector Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloud-connector.rules","x-fern-sdk-method-name":"list"},"put":{"operationId":"zone-cloud-conenctor-rules-put","summary":"Put Rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloud-connector_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/cloud-connector_rule"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloud-connector_rules"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["cloud-connector.write"]}],"tags":["Zone Cloud Connector Rules PUT"],"x-api-token-group":["Cloud Connector Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloud-connector.rules","x-fern-sdk-method-name":"update"}},"/zones/{zone_id}/content-upload-scan/disable":{"post":{"operationId":"waf-content-scanning-disable","summary":"Disable Content Scanning","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning","x-fern-sdk-method-name":"disable","x-forge-hidden":true,"x-forge-require-confirmation":"This operation turns off WAF content scanning for a zone."}},"/zones/{zone_id}/content-upload-scan/enable":{"post":{"operationId":"waf-content-scanning-enable","summary":"Enable Content Scanning","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning","x-fern-sdk-method-name":"enable","x-forge-hidden":true}},"/zones/{zone_id}/content-upload-scan/payloads":{"get":{"operationId":"waf-content-scanning-list-custom-scan-expressions","summary":"List Existing Custom Scan Expressions","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning.payloads","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"waf-content-scanning-add-custom-scan-expressions","summary":"Add Custom Scan Expressions","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"payload":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan-payload"}},"required":["payload"],"type":"object"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning.payloads","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/content-upload-scan/payloads/{expression_id}":{"delete":{"operationId":"waf-content-scanning-delete-custom-scan-expressions","summary":"Delete a Custom Scan Expression","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}},{"name":"expression_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning.payloads","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/content-upload-scan/settings":{"get":{"operationId":"waf-content-scanning-get-status","summary":"Get Content Scanning Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-status-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waf-content-scanning-update-settings","summary":"Update Content Scanning Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"string","enum":["enabled","disabled"]}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-status-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/ct/alerting":{"get":{"operationId":"ct-alerting-get-subscription","summary":"Get CT Alerting Subscription","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["CT Alerting"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ct-alerting","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"ct-alerting-update-subscription","summary":"Update CT Alerting Subscription","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_update"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["CT Alerting"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ct-alerting","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/custom_certificates":{"get":{"operationId":"custom-ssl-for-a-zone-list-ssl-configurations","summary":"List SSL Configurations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["active","expired","deleted","pending","initializing"],"readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-ssl-for-a-zone-create-ssl-configuration","summary":"Create SSL Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate"},"custom_csr_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_id"},"deploy":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_deploy"},"geo_restrictions":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_geo_restrictions"},"policy":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_policy"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_type"}},"required":["certificate"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/custom_certificates/prioritize":{"put":{"operationId":"custom-ssl-for-a-zone-re-prioritize-ssl-certificates","summary":"Re-prioritize SSL Certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificates":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"priority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_priority"}},"type":"object"}}},"required":["certificates"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates.prioritize","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/custom_certificates/{custom_certificate_id}":{"get":{"operationId":"custom-ssl-for-a-zone-ssl-configuration-details","summary":"SSL Configuration Details","parameters":[{"name":"custom_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-ssl-for-a-zone-delete-ssl-configuration","summary":"Delete SSL Configuration","parameters":[{"name":"custom_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_id_only"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_id_only"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"custom-ssl-for-a-zone-edit-ssl-configuration","summary":"Edit SSL Configuration","parameters":[{"name":"custom_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate"},"custom_csr_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_id"},"deploy":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_deploy"},"geo_restrictions":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_geo_restrictions"},"policy":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_policy"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/custom_csrs":{"get":{"operationId":"custom-csrs-for-a-zone-list-custom-csrs","summary":"List Custom CSRs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom CSRs for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-csrs-for-a-zone-create-custom-csr","summary":"Create Custom CSR","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_create_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom CSRs for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/custom_csrs/{custom_csr_id}":{"get":{"operationId":"custom-csrs-for-a-zone-custom-csr-details","summary":"Custom CSR Details","parameters":[{"name":"custom_csr_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom CSRs for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-csrs-for-a-zone-delete-custom-csr","summary":"Delete Custom CSR","parameters":[{"name":"custom_csr_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_id_only"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_id_only"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom CSRs for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames":{"get":{"operationId":"custom-hostname-for-a-zone-list-custom-hostnames","summary":"List Custom Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"hostname","in":"query","schema":{"type":"string","maxLength":255}},{"name":"hostname.exact","in":"query","schema":{"type":"string","maxLength":255}},{"name":"hostname.startsWith","in":"query","schema":{"type":"string","maxLength":255}},{"name":"hostname.contain","in":"query","schema":{"type":"string","maxLength":255}},{"name":"id","in":"query","schema":{"type":"string","maxLength":36,"minLength":36}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","default":"ssl","enum":["ssl","ssl_status"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"ssl_status","in":"query","schema":{"type":"string","enum":["initializing","pending_validation","deleted","pending_issuance","pending_deployment","pending_deletion","pending_expiration","expired","active","initializing_timed_out","validation_timed_out","issuance_timed_out","deployment_timed_out","deletion_timed_out","pending_cleanup","staging_deployment","staging_active","deactivating","inactive","backup_issued","holding_deployment"]}},{"name":"hostname_status","in":"query","schema":{"type":"string","enum":["active","pending","active_redeploying","moved","pending_deletion","deleted","pending_blocked","pending_migration","pending_provisioned","test_pending","test_active","test_active_apex","test_blocked","test_failed","provisioned","blocked"]}},{"name":"certificate_authority","in":"query","schema":{"type":"string","enum":["google","lets_encrypt","ssl_com"]}},{"name":"wildcard","in":"query","schema":{"type":"boolean"}},{"name":"custom_origin_server","in":"query","schema":{"type":"string"}},{"name":"ssl","in":"query","schema":{"type":"integer","default":"0","enum":[0,1]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-hostname-for-a-zone-create-custom-hostname","summary":"Create Custom Hostname","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"custom_metadata":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_metadata"},"custom_origin_server":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_server"},"custom_origin_sni":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_sni"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_post"},"ssl":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_sslpost"}},"required":["hostname"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames/fallback_origin":{"get":{"operationId":"custom-hostname-fallback-origin-for-a-zone-get-fallback-origin-for-custom-hostnames","summary":"Get Fallback Origin for Custom Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname Fallback Origin for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.fallback-origin","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"custom-hostname-fallback-origin-for-a-zone-update-fallback-origin-for-custom-hostnames","summary":"Update Fallback Origin for Custom Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"origin":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_origin"}},"required":["origin"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname Fallback Origin for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.fallback-origin","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"custom-hostname-fallback-origin-for-a-zone-delete-fallback-origin-for-custom-hostnames","summary":"Delete Fallback Origin for Custom Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname Fallback Origin for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.fallback-origin","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames/quota":{"get":{"operationId":"custom-hostname-for-a-zone-get-custom-hostname-quota","summary":"Get Custom Hostname Quota","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_quota_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_api_response_failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}":{"get":{"operationId":"custom-hostname-for-a-zone-custom-hostname-details","summary":"Custom Hostname Details","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-hostname-for-a-zone-delete-custom-hostname-(-and-any-issued-ssl-certificates)","summary":"Delete Custom Hostname (and any issued SSL certificates)","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},"type":"object"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"custom-hostname-for-a-zone-edit-custom-hostname","summary":"Edit Custom Hostname","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"custom_metadata":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_metadata"},"custom_origin_server":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_server"},"custom_origin_sni":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_sni"},"ssl":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_sslpost"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}/certificate_pack/{certificate_pack_id}/certificates/{certificate_id}":{"put":{"operationId":"custom-hostname-for-a-zone-edit-custom-certificate-custom-hostname","summary":"Replace Custom Certificate and Custom Key In Custom Hostname","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_cert_and_key"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.certificate-pack.certificates","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"custom-hostname-for-a-zone-delete_single_certificate_and_key_in_a_custom_hostname","summary":"Delete Single Certificate And Key For Custom Hostname","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},"type":"object"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.certificate-pack.certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/custom_ns":{"get":{"operationId":"account-level-custom-nameservers-usage-for-a-zone-get-account-custom-nameserver-related-zone-metadata","summary":"Get Account Custom Nameserver Related Zone Metadata","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_get_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_get_response"},{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Account-Level Custom Nameservers Usage for a Zone"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfPermissionsRequired":{"enum":["#zone:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}},"put":{"operationId":"account-level-custom-nameservers-usage-for-a-zone-set-account-custom-nameserver-related-zone-metadata","summary":"Set Account Custom Nameserver Related Zone Metadata","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_zone_metadata"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_empty_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_empty_response-2"},{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone.write"]}],"tags":["Account-Level Custom Nameservers Usage for a Zone"],"x-api-token-group":["Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/dcv_delegation/uuid":{"get":{"operationId":"dcv-delegation-uuid-get","summary":"Retrieve the DCV Delegation unique identifier.","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_dcv_delegation_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_dcv_delegation_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["DCV Delegation"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dcv-delegation","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/devices/policy/certificates":{"get":{"operationId":"devices-get-policy-certificates","summary":"Get device certificate provisioning status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates_single"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Devices"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"devices-update-policy-certificates","summary":"Update device certificate provisioning status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates_single"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Devices"],"x-api-token-group":["SSL and Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.certificates","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/dns_analytics/report":{"get":{"operationId":"dns-analytics-table","summary":"Table","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_metrics"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_dimensions"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_until"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_limit"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_sort"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_filters"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common-failure"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["DNS Analytics"],"x-api-token-group":["Analytics Read"],"x-cfPermissionsRequired":{"enum":["#analytics:read"]}}},"/zones/{zone_id}/dns_analytics/report/bytime":{"get":{"operationId":"dns-analytics-by-time","summary":"By Time","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_metrics"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_dimensions"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_until"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_limit"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_sort"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_filters"}},{"name":"time_delta","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_time_delta"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report_bytime"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common-failure"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report_bytime"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["DNS Analytics"],"x-api-token-group":["Analytics Read"],"x-cfPermissionsRequired":{"enum":["#analytics:read"]}}},"/zones/{zone_id}/dns_records":{"get":{"operationId":"dns-records-for-a-zone-list-dns-records","summary":"List DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"name.exact","in":"query","schema":{"type":"string"}},{"name":"name.contains","in":"query","schema":{"type":"string"}},{"name":"name.startswith","in":"query","schema":{"type":"string"}},{"name":"name.endswith","in":"query","schema":{"type":"string"}},{"name":"type","in":"query","schema":{"$ref":"#/components/schemas/dns-records_type"}},{"name":"content","in":"query","schema":{"type":"string"}},{"name":"content.exact","in":"query","schema":{"type":"string"}},{"name":"content.contains","in":"query","schema":{"type":"string"}},{"name":"content.startswith","in":"query","schema":{"type":"string"}},{"name":"content.endswith","in":"query","schema":{"type":"string"}},{"name":"proxied","in":"query","schema":{"$ref":"#/components/schemas/dns-records_proxied"}},{"name":"match","in":"query","schema":{"$ref":"#/components/schemas/dns-records_match"}},{"name":"comment","in":"query","schema":{"type":"string"}},{"name":"comment.present","in":"query","schema":{"type":"string"}},{"name":"comment.absent","in":"query","schema":{"type":"string"}},{"name":"comment.exact","in":"query","schema":{"type":"string"}},{"name":"comment.contains","in":"query","schema":{"type":"string"}},{"name":"comment.startswith","in":"query","schema":{"type":"string"}},{"name":"comment.endswith","in":"query","schema":{"type":"string"}},{"name":"tag","in":"query","schema":{"type":"string"}},{"name":"tag.present","in":"query","schema":{"type":"string"}},{"name":"tag.absent","in":"query","schema":{"type":"string"}},{"name":"tag.exact","in":"query","schema":{"type":"string"}},{"name":"tag.contains","in":"query","schema":{"type":"string"}},{"name":"tag.startswith","in":"query","schema":{"type":"string"}},{"name":"tag.endswith","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"$ref":"#/components/schemas/dns-records_search"}},{"name":"tag_match","in":"query","schema":{"$ref":"#/components/schemas/dns-records_tag_match"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/dns-records_page"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/dns-records_per_page"}},{"name":"order","in":"query","schema":{"$ref":"#/components/schemas/dns-records_order"}},{"name":"direction","in":"query","schema":{"$ref":"#/components/schemas/dns-records_direction"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"},{"name":"shadowed_by_name","in":"query","schema":{"type":"string"}},{"name":"shadowing_name","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_collection"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"list","x-forge-params":{"zone_id":{}}},"post":{"operationId":"dns-records-for-a-zone-create-dns-record","summary":"Create DNS Record","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-record-post"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_single"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"create"}},"/zones/{zone_id}/dns_records/batch":{"post":{"operationId":"dns-records-for-a-zone-batch-dns-records","summary":"Batch DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-request-batch-object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_batch"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:batch"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"batch"}},"/zones/{zone_id}/dns_records/export":{"get":{"operationId":"dns-records-for-a-zone-export-dns-records","summary":"Export DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"export"}},"/zones/{zone_id}/dns_records/import":{"post":{"operationId":"dns-records-for-a-zone-import-dns-records","summary":"Import DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string"},"proxied":{"type":"string","default":"false"}},"required":["file"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_import_scan"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_import_scan"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"import"}},"/zones/{zone_id}/dns_records/scan":{"post":{"operationId":"dns-records-for-a-zone-scan-dns-records","summary":"Scan DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_import_scan"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_import_scan"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"scan","x-stainless-deprecation-message":"This endpoint is deprecated in favor of a new asynchronous version. Please use the [/scan/trigger](https://developers.cloudflare.com/api/resources/dns/subresources/records/methods/scan/trigger) and [/scan/review](https://developers.cloudflare.com/api/resources/dns/subresources/records/methods/scan/review) endpoints instead.\n"}},"/zones/{zone_id}/dns_records/scan/review":{"get":{"operationId":"dns-records-for-a-zone-review-dns-scan","summary":"List Scanned DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"scan-list"},"post":{"operationId":"dns-records-for-a-zone-apply-dns-scan-results","summary":"Review Scanned DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-request-review-scan-object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_review_scan"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"scan-review"}},"/zones/{zone_id}/dns_records/scan/trigger":{"post":{"operationId":"dns-records-for-a-zone-trigger-dns-scan","summary":"Trigger DNS Record Scan","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_trigger_scan"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_trigger_scan"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"scan-trigger"}},"/zones/{zone_id}/dns_records/usage":{"get":{"operationId":"dns-records-for-a-zone-get-usage","summary":"Get DNS Record Usage","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_zone_usage"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_zone_usage"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-dns-settings.read"]},{"realmrootOidc":["zone-dns-settings.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["Zone DNS Settings Write","Zone DNS Settings Read","DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.usage.zone","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/dns_records/{dns_record_id}":{"get":{"operationId":"dns-records-for-a-zone-dns-record-details","summary":"DNS Record Details","parameters":[{"name":"dns_record_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_single"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"get"},"put":{"operationId":"dns-records-for-a-zone-update-dns-record","summary":"Overwrite DNS Record","parameters":[{"name":"dns_record_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-record-post"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_single"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"update"},"delete":{"operationId":"dns-records-for-a-zone-delete-dns-record","summary":"Delete DNS Record","parameters":[{"name":"dns_record_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}}}}}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}}}},"type":"object"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"dns-records-for-a-zone-patch-dns-record","summary":"Update DNS Record","parameters":[{"name":"dns_record_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-record-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_single"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/dns_settings":{"get":{"operationId":"dns-settings-for-a-zone-list-dns-settings","summary":"Show DNS Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_response_single-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_response_single-2"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-dns-settings.read"]},{"realmrootOidc":["zone-dns-settings.write"]}],"tags":["DNS Settings for a Zone"],"x-api-token-group":["Zone DNS Settings Write","Zone DNS Settings Read","DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.zone","x-fern-sdk-method-name":"get"},"patch":{"operationId":"dns-settings-for-a-zone-update-dns-settings","summary":"Update DNS Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns-settings-zone-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_response_single-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_response_single-2"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-dns-settings.write"]}],"tags":["DNS Settings for a Zone"],"x-api-token-group":["Zone DNS Settings Write","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.zone","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/dnssec":{"get":{"operationId":"dnssec-dnssec-details","summary":"DNSSEC Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dnssec_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dnssec_dnssec_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dnssec_dnssec_response_single"},{"$ref":"#/components/schemas/dnssec_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNSSEC"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.dnssec","x-fern-sdk-method-name":"get"},"delete":{"operationId":"dnssec-delete-dnssec-records","summary":"Delete DNSSEC records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dnssec_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dnssec_delete_dnssec_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dnssec_delete_dnssec_response_single"},{"$ref":"#/components/schemas/dnssec_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNSSEC"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.dnssec","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"dnssec-edit-dnssec-status","summary":"Edit DNSSEC Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dnssec_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"dnssec_multi_signer":{"$ref":"#/components/schemas/dnssec_dnssec_multi_signer"},"dnssec_presigned":{"$ref":"#/components/schemas/dnssec_dnssec_presigned"},"dnssec_use_nsec3":{"$ref":"#/components/schemas/dnssec_dnssec_use_nsec3"},"status":{"type":"string","enum":["active","disabled"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dnssec_dnssec_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dnssec_dnssec_response_single"},{"$ref":"#/components/schemas/dnssec_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNSSEC"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.dnssec","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/dnssec/zsk":{"get":{"operationId":"dnssec-list-dnssec-zsks","summary":"List DNSSEC ZSKs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dnssec_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dnssec_dnssec_zsk_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dnssec_dnssec_zsk_response_collection"},{"$ref":"#/components/schemas/dnssec_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNSSEC"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.dnssec.list","x-fern-sdk-method-name":"zsks"}},"/zones/{zone_id}/email/routing":{"get":{"operationId":"email-routing-settings-get-email-routing-settings","summary":"Get Email Routing settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"email-routing-settings-replace-email-routing-settings","summary":"Update Email Routing settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_email_routing_settings_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"update","x-forge-hidden":true},"patch":{"operationId":"email-routing-settings-update-email-routing-settings","summary":"Update Email Routing settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_email_routing_settings_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/disable":{"post":{"operationId":"email-routing-settings-disable-email-routing","summary":"Disable Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"disable","x-forge-hidden":true,"x-forge-require-confirmation":"This operation turns off email routing for a zone."}},"/zones/{zone_id}/email/routing/dns":{"get":{"operationId":"email-routing-settings-email-routing-dns-settings","summary":"Email Routing - DNS settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}},{"name":"subdomain","in":"query","schema":{"$ref":"#/components/schemas/email_email_setting_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/email_email_routing_dns_query_response"},{"$ref":"#/components/schemas/email_dns_settings_response_collection"}]}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.dns","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"email-routing-settings-enable-email-routing-dns","summary":"Enable Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_setting_dns_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.dns","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"email-routing-settings-disable-email-routing-dns","summary":"Disable Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_setting_dns_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"$ref":"#/components/schemas/email_dns_settings_response_collection"}]}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.dns","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"email-routing-settings-unlock-email-routing-dns","summary":"Unlock Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_setting_dns_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.dns","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/enable":{"post":{"operationId":"email-routing-settings-enable-email-routing","summary":"Enable Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"enable","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/rules":{"get":{"operationId":"email-routing-routing-rules-list-routing-rules","summary":"List routing rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"enabled","in":"query","schema":{"type":"boolean","enum":[true,false]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rules_response_collection"}}}}},"security":[{"realmrootOidc":["email-routing-rule.read"]},{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write","Email Routing Rules Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"email-routing-routing-rules-create-routing-rule","summary":"Create routing rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_create_rule_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rule_response_single"}}}},"400":{},"422":{}},"security":[{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/rules/catch_all":{"get":{"operationId":"email-routing-routing-rules-get-catch-all-rule","summary":"Get catch-all rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_catch_all_rule_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-rule.read"]},{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write","Email Routing Rules Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules.catch-alls","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"email-routing-routing-rules-update-catch-all-rule","summary":"Update catch-all rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_catch_all_rule_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_catch_all_rule_response_single"}}}},"400":{},"422":{}},"security":[{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules.catch-alls","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/rules/{rule_identifier}":{"get":{"operationId":"email-routing-routing-rules-get-routing-rule","summary":"Get routing rule","parameters":[{"name":"rule_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_rule_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rule_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-rule.read"]},{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write","Email Routing Rules Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"email-routing-routing-rules-update-routing-rule","summary":"Update routing rule","parameters":[{"name":"rule_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_rule_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_rule_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rule_response_single"}}}},"400":{},"422":{}},"security":[{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"email-routing-routing-rules-delete-routing-rule","summary":"Delete routing rule","parameters":[{"name":"rule_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_rule_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rule_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/suppression":{"get":{"operationId":"get_publicListSuppressionZoneRouting","summary":"List zone email suppressions","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":0}},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":1000,"minimum":0}},{"name":"order","in":"query","schema":{"type":"string","default":"created_at","enum":["email","expires_at","created_at"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"page":{"type":"integer"},"per_page":{"type":"integer"},"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"email":{"type":"string","format":"email"},"expires_at":{"type":"string","format":"date-time","nullable":true},"id":{"type":"string","format":"uuid"},"reason":{"type":"string"},"zones":{"type":"array","items":{"type":"string"},"default":[]}},"required":["id","email","reason","created_at","expires_at"],"type":"object"}},"total":{"type":"integer"}},"required":["page","per_page","total","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing suppressions"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-ignore":true,"x-forge-hidden":true}},"/zones/{zone_id}/email/routing/suppression/{suppression_id}":{"get":{"operationId":"get_publicGetSuppressionZoneRouting","summary":"Get zone email suppression","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"suppression_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"email":{"type":"string","format":"email"},"expires_at":{"type":"string","format":"date-time","nullable":true},"id":{"type":"string","format":"uuid"},"reason":{"type":"string"},"zones":{"type":"array","items":{"type":"string"},"default":[]}},"required":["id","email","reason","created_at","expires_at"]}},"required":["result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"success":{"type":"boolean"}},"required":["success","error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing suppressions"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-ignore":true,"x-forge-hidden":true}},"/zones/{zone_id}/email/routing/unlock":{"post":{"operationId":"email-routing-settings-unlock-email-routing","summary":"Unlock Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_setting_dns_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"unlock","x-forge-hidden":true}},"/zones/{zone_id}/environments":{"parameters":[{"$ref":"#/components/parameters/kamino_zone_id"}],"get":{"operationId":"zonesEnvironmentsList","summary":"List zone environments","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.read"]},{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write","Zone Versioning Read"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"list"},"put":{"operationId":"zonesEnvironmentsUpdate","summary":"Upsert zone environments","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"update"},"post":{"operationId":"zonesEnvironmentsCreate","summary":"Create zone environments","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"create"},"patch":{"operationId":"zonesEnvironmentsEdit","summary":"Partially update zone environments","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/environments/{environment_id}":{"parameters":[{"$ref":"#/components/parameters/kamino_zone_id"},{"$ref":"#/components/parameters/kamino_environment_id"}],"delete":{"operationId":"zonesEnvironmentsDelete","summary":"Delete zone environment","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/environments/{environment_id}/purge_cache":{"post":{"operationId":"zone-environment-purge","summary":"Purge Cached Content by Environment","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-purge_identifier"}},{"name":"environment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-purge_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/cache-purge_FlexPurgeByTags"},{"$ref":"#/components/schemas/cache-purge_FlexPurgeByHostnames"},{"$ref":"#/components/schemas/cache-purge_FlexPurgeByPrefixes"},{"$ref":"#/components/schemas/cache-purge_Everything"},{"$ref":"#/components/schemas/cache-purge_SingleFile"},{"$ref":"#/components/schemas/cache-purge_SingleFileWithUrlAndHeaders"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-purge_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cache-purge_api-response-single-id"},{"$ref":"#/components/schemas/cache-purge_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["cache.purge"]}],"tags":["Zone"],"x-api-token-group":["Cache Purge"],"x-cfPermissionsRequired":{"enum":["#cache_purge:edit"]}}},"/zones/{zone_id}/environments/{environment_id}/rollback":{"parameters":[{"$ref":"#/components/parameters/kamino_zone_id"},{"$ref":"#/components/parameters/kamino_environment_id"}],"post":{"operationId":"zonesEnvironmentsRollback","summary":"Roll back zone environment","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"rollback"}},"/zones/{zone_id}/filters":{"get":{"operationId":"filters-list-filters","summary":"List filters","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"paused","in":"query","schema":{"oneOf":[{"$ref":"#/components/schemas/firewall_filters_components-schemas-paused"}]}},{"name":"expression","in":"query","schema":{"type":"string"}},{"name":"description","in":"query","schema":{"type":"string"}},{"name":"ref","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":25,"maximum":100,"minimum":5}},{"name":"id","in":"query","schema":{"type":"string","maxLength":32,"minLength":32,"readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"filters-update-filters","summary":"Update filters","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter-rule-update-request"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"filters-create-filters","summary":"Create filters","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-collection"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"filters-delete-filters","summary":"Delete filters","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-delete-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-delete-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/zones/{zone_id}/filters/{filter_id}":{"get":{"operationId":"filters-get-a-filter","summary":"Get a filter","parameters":[{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"filters-update-a-filter","summary":"Update a filter","parameters":[{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"filters-delete-a-filter","summary":"Delete a filter","parameters":[{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-delete-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-delete-response-single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/firewall/access_rules/rules":{"get":{"operationId":"ip-access-rules-for-a-zone-list-ip-access-rules","summary":"List IP Access rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"mode","in":"query","schema":{"$ref":"#/components/schemas/firewall_schemas-mode"}},{"name":"configuration.target","in":"query","schema":{"type":"string","enum":["ip","ip_range","asn","country"]}},{"name":"configuration.value","in":"query","schema":{"type":"string"}},{"name":"notes","in":"query","schema":{"type":"string"}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"order","in":"query","schema":{"type":"string","enum":["configuration.target","configuration.value","mode"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_collection_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["IP Access rules for a zone"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.zone-access-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"ip-access-rules-for-a-zone-create-an-ip-access-rule","summary":"Create an IP Access rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"allOf":[{"$ref":"#/components/schemas/firewall_notes"},{"default":""}]}},"required":["mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["IP Access rules for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.zone-access-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/firewall/access_rules/rules/{rule_id}":{"delete":{"operationId":"ip-access-rules-for-a-zone-delete-an-ip-access-rule","summary":"Delete an IP Access rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"cascade":{"type":"string","default":"none","enum":["none","basic","aggressive"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_id_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["IP Access rules for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.zone-access-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"ip-access-rules-for-a-zone-update-an-ip-access-rule","summary":"Update an IP Access rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"$ref":"#/components/schemas/firewall_notes"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["IP Access rules for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.zone-access-rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/firewall/lockdowns":{"get":{"operationId":"zone-lockdown-list-zone-lockdown-rules","summary":"List Zone Lockdown rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"description","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_schemas-description_search"}]}},{"name":"modified_on","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_modified_on"}]}},{"name":"ip","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ip_search"}]}},{"name":"priority","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_schemas-priority"}]}},{"name":"uri_search","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_uri_search"}]}},{"name":"ip_range_search","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ip_range_search"}]}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}},{"name":"created_on","in":"query","schema":{"type":"string","format":"date-time","readOnly":true}},{"name":"description_search","in":"query","schema":{"type":"string"}},{"name":"ip_search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_zonelockdown_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_zonelockdown_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-lockdown-create-a-zone-lockdown-rule","summary":"Create a Zone Lockdown rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configurations":{"$ref":"#/components/schemas/firewall_configurations"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"},"priority":{"$ref":"#/components/schemas/firewall_schemas-priority"},"urls":{"$ref":"#/components/schemas/firewall_urls"}},"required":["urls","configurations"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/firewall/lockdowns/{lock_downs_id}":{"get":{"operationId":"zone-lockdown-get-a-zone-lockdown-rule","summary":"Get a Zone Lockdown rule","parameters":[{"name":"lock_downs_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-lockdown-update-a-zone-lockdown-rule","summary":"Update a Zone Lockdown rule","parameters":[{"name":"lock_downs_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configurations":{"$ref":"#/components/schemas/firewall_configurations"},"urls":{"$ref":"#/components/schemas/firewall_urls"}},"required":["urls","configurations"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-lockdown-delete-a-zone-lockdown-rule","summary":"Delete a Zone Lockdown rule","parameters":[{"name":"lock_downs_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}}}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}}}},"type":"object"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/firewall/rules":{"get":{"operationId":"firewall-rules-list-firewall-rules","summary":"List firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"description","in":"query","schema":{"type":"string"}},{"name":"action","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":25,"maximum":100,"minimum":5}},{"name":"id","in":"query","schema":{"type":"string","maxLength":32,"readOnly":true}},{"name":"paused","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"firewall-rules-update-firewall-rules","summary":"Update firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"firewall-rules-create-firewall-rules","summary":"Create firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"filter":{"$ref":"#/components/schemas/firewall_filter"}},"required":["filter","action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"firewall-rules-delete-firewall-rules","summary":"Delete firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection-delete"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection-delete"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true},"patch":{"operationId":"firewall-rules-update-priority-of-firewall-rules","summary":"Update priority of firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"bulk-edit","x-forge-hidden":true}},"/zones/{zone_id}/firewall/rules/{rule_id}":{"get":{"operationId":"firewall-rules-get-a-firewall-rule","summary":"Get a firewall rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"id","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-single-response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"firewall-rules-update-a-firewall-rule","summary":"Update a firewall rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"filter":{"$ref":"#/components/schemas/firewall_filter"},"id":{"$ref":"#/components/schemas/firewall_components-schemas-identifier"}},"required":["id","filter","action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-single-response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"firewall-rules-delete-a-firewall-rule","summary":"Delete a firewall rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"delete_filter_if_unused":{"$ref":"#/components/schemas/firewall_delete_filter_if_unused"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-single-response-delete"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-single-response-delete"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"firewall-rules-update-priority-of-a-firewall-rule","summary":"Update priority of a firewall rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_components-schemas-identifier"}},"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/firewall/ua_rules":{"get":{"operationId":"user-agent-blocking-rules-list-user-agent-blocking-rules","summary":"List User Agent Blocking rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"description","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_description_search"}]}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}},{"name":"user_agent","in":"query","schema":{"type":"string"}},{"name":"paused","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_firewalluablock_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"user-agent-blocking-rules-create-a-user-agent-blocking-rule","summary":"Create a User Agent Blocking rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_ua_configuration"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"}},"required":["mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/firewall/ua_rules/{ua_rule_id}":{"get":{"operationId":"user-agent-blocking-rules-get-a-user-agent-blocking-rule","summary":"Get a User Agent Blocking rule","parameters":[{"name":"ua_rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"user-agent-blocking-rules-update-a-user-agent-blocking-rule","summary":"Update a User Agent Blocking rule","parameters":[{"name":"ua_rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"id":{"$ref":"#/components/schemas/firewall_components-schemas-identifier"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"}},"required":["id","mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"user-agent-blocking-rules-delete-a-user-agent-blocking-rule","summary":"Delete a User Agent Blocking rule","parameters":[{"name":"ua_rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}}}},"type":"object"},{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}}}},"type":"object"}]},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/firewall/waf/overrides":{"get":{"operationId":"waf-overrides-list-waf-overrides","summary":"List WAF overrides","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":5}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_override_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_override_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"waf-overrides-create-a-waf-override","summary":"Create a WAF override","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"urls":{"$ref":"#/components/schemas/firewall_urls"}},"required":["urls"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_override_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_override_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/firewall/waf/overrides/{overrides_id}":{"get":{"operationId":"waf-overrides-get-a-waf-override","summary":"Get a WAF override","parameters":[{"name":"overrides_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_overrides-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_override_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_override_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waf-overrides-update-waf-override","summary":"Update WAF override","parameters":[{"name":"overrides_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_overrides-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_identifier"},"rewrite_action":{"$ref":"#/components/schemas/firewall_rewrite_action"},"rules":{"$ref":"#/components/schemas/firewall_rules"},"urls":{"$ref":"#/components/schemas/firewall_urls"}},"required":["id","urls","rules","rewrite_action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_override_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_override_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"waf-overrides-delete-a-waf-override","summary":"Delete a WAF override","parameters":[{"name":"overrides_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_overrides-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_overrides-id"}}}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_overrides-id"}}}},"type":"object"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/firewall/waf/packages":{"get":{"operationId":"waf-packages-list-waf-packages","summary":"List WAF packages","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["name"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"name","in":"query","schema":{"type":"string","readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_package_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_package_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF packages"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.packages","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/firewall/waf/packages/{package_id}":{"get":{"operationId":"waf-packages-get-a-waf-package","summary":"Get a WAF package","parameters":[{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_package_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_package_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_package_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF packages"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.packages","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"waf-packages-update-a-waf-package","summary":"Update a WAF package","parameters":[{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_package_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action_mode":{"$ref":"#/components/schemas/firewall_action_mode"},"sensitivity":{"$ref":"#/components/schemas/firewall_sensitivity"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_package_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_anomaly_package"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/firewall_package_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_anomaly_package"}},"type":"object"}]},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF packages"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"firewall.waf.packages","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups":{"get":{"operationId":"waf-rule-groups-list-waf-rule-groups","summary":"List WAF rule groups","parameters":[{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}},{"name":"mode","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_mode"}]}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["mode","rules_count"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"name","in":"query","schema":{"type":"string","readOnly":true}},{"name":"rules_count","in":"query","schema":{"type":"number","default":0,"readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_collection"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rule groups"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups/{group_id}":{"get":{"operationId":"waf-rule-groups-get-a-waf-rule-group","summary":"Get a WAF rule group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_single"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rule groups"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"patch":{"operationId":"waf-rule-groups-update-a-waf-rule-group","summary":"Update a WAF rule group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_single"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rule groups"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules":{"get":{"operationId":"waf-rules-list-waf-rules","summary":"List WAF rules","parameters":[{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}},{"name":"mode","in":"query","schema":{"type":"string","enum":["DIS","CHL","BLK","SIM"]}},{"name":"group_id","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_components-schemas-identifier"}]}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["priority","group_id","description"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"description","in":"query","schema":{"type":"string","readOnly":true}},{"name":"priority","in":"query","schema":{"type":"string","readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_response_collection"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules/{rule_id}":{"get":{"operationId":"waf-rules-get-a-waf-rule","summary":"Get a WAF rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_response_single"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"patch":{"operationId":"waf-rules-update-a-waf-rule","summary":"Update a WAF rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"mode":{"type":"string","enum":["default","disable","simulate","block","challenge","on","off"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_response_single"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/waf-managed-rules_anomaly_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_deny_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_allow_rule"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_response_single"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/waf-managed-rules_anomaly_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_deny_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_allow_rule"}]}},"type":"object"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/fraud_detection/settings":{"get":{"operationId":"fraud-detection-zone-get-settings","summary":"Get Fraud Detection Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/fraud_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraud_fraud_settings_response_body"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/fraud_fraud_settings_response_body"},{"$ref":"#/components/schemas/fraud_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fraud-detection.read"]},{"realmrootOidc":["fraud-detection.write"]}],"tags":["Fraud Detection"],"x-api-token-group":["Fraud Detection Read","Fraud Detection Write"]},"put":{"operationId":"fraud-detection-zone-update-settings","summary":"Update Fraud Detection Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/fraud_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraud_fraud_settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraud_fraud_settings_response_body"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/fraud_fraud_settings_response_body"},{"$ref":"#/components/schemas/fraud_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fraud-detection.write"]}],"tags":["Fraud Detection"],"x-api-token-group":["Fraud Detection Write"]}},"/zones/{zone_id}/healthchecks":{"get":{"operationId":"health-checks-list-health-checks","summary":"List Health Checks","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"$ref":"#/components/parameters/healthchecks_page"},{"$ref":"#/components/parameters/healthchecks_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_response_collection"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"health-checks-create-health-check","summary":"Create Health Check","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/healthchecks/preview":{"post":{"operationId":"health-checks-create-preview-health-check","summary":"Create Preview Health Check","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks.previews","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/healthchecks/preview/{healthcheck_id}":{"get":{"operationId":"health-checks-health-check-preview-details","summary":"Health Check Preview Details","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks.previews","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"health-checks-delete-preview-health-check","summary":"Delete Preview Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_id_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks.previews","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/healthchecks/{healthcheck_id}":{"get":{"operationId":"health-checks-health-check-details","summary":"Health Check Details","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"health-checks-update-health-check","summary":"Update Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"health-checks-delete-health-check","summary":"Delete Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_id_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"health-checks-patch-health-check","summary":"Patch Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/hold":{"get":{"operationId":"zones-0-hold-get","summary":"Get Zone Hold","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single-2"},{"properties":{"result":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string"},"include_subdomains":{"type":"string"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.holds","x-fern-sdk-method-name":"get"},"post":{"operationId":"zones-0-hold-post","summary":"Create Zone Hold","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"include_subdomains","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single-2"},{"properties":{"result":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string"},"include_subdomains":{"type":"string"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Zone Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.holds","x-fern-sdk-method-name":"create"},"delete":{"operationId":"zones-0-hold-delete","summary":"Remove Zone Hold","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"hold_after","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single-2"},{"properties":{"result":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string"},"include_subdomains":{"type":"string"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Zone Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.holds","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"zones-0-hold-patch","summary":"Update Zone Hold","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"hold_after":{"type":"string","default":"","nullable":true},"include_subdomains":{"type":"boolean","default":false}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single-2"},{"properties":{"result":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string"},"include_subdomains":{"type":"string"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Zone Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.holds","x-fern-sdk-method-name":"edit","x-forge-params":{"hold_after":{"default":null},"include_subdomains":{"default":null}}}},"/zones/{zone_id}/hold/{zone_name}":{"get":{"operationId":"zones-0-hold-zone-name-get","summary":"Get Zone Hold by Zone Name","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_name","in":"path","required":true,"schema":{"type":"string","maxLength":253,"pattern":"^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,}$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string","format":"date-time","nullable":true},"include_subdomains":{"type":"boolean"}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"]}},"/zones/{zone_id}/hostnames/settings/{setting_id}":{"get":{"operationId":"per-hostname-tls-settings-list","summary":"List TLS setting for hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_setting_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-Hostname TLS Settings"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hostnames.settings.tls","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/hostnames/settings/{setting_id}/{hostname}":{"put":{"operationId":"per-hostname-tls-settings-put","summary":"Edit TLS setting for hostname","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_setting_id"}},{"name":"hostname","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-Hostname TLS Settings"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hostnames.settings.tls","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"per-hostname-tls-settings-delete","summary":"Delete TLS setting for hostname","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_setting_id"}},{"name":"hostname","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response_delete"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response_delete"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-Hostname TLS Settings"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hostnames.settings.tls","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses":{"post":{"operationId":"sinkhole-config-create-ingress","summary":"Create an ingress rule","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_zone_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_create_params"}}}},"responses":{"201":{"headers":{"Location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]}},"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses/{ingress_id}":{"get":{"operationId":"sinkhole-config-get-ingress","summary":"Get an ingress rule","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_zone_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"},{"$ref":"#/components/parameters/intel-sinkholes_ingress_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write","Intel Read"]},"put":{"operationId":"sinkhole-config-update-ingress","summary":"Update an ingress rule","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_zone_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"},{"$ref":"#/components/parameters/intel-sinkholes_ingress_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_create_params"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_single_empty"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]},"delete":{"operationId":"sinkhole-config-delete-ingress","summary":"Delete an ingress rule","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_zone_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"},{"$ref":"#/components/parameters/intel-sinkholes_ingress_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_single_empty"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]}},"/zones/{zone_id}/keyless_certificates":{"get":{"operationId":"keyless-ssl-for-a-zone-list-keyless-ssl-configurations","summary":"List Keyless SSL Configurations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"keyless-ssl-for-a-zone-create-keyless-ssl-configuration","summary":"Create Keyless SSL Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-2"},"host":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_host"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name_write"},"port":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_port"},"tunnel":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_tunnel"}},"required":["host","port","certificate"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}":{"get":{"operationId":"keyless-ssl-for-a-zone-get-keyless-ssl-configuration","summary":"Get Keyless SSL Configuration","parameters":[{"name":"keyless_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"keyless-ssl-for-a-zone-delete-keyless-ssl-configuration","summary":"Delete Keyless SSL Configuration","parameters":[{"name":"keyless_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single_id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single_id"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"keyless-ssl-for-a-zone-edit-keyless-ssl-configuration","summary":"Edit Keyless SSL Configuration","parameters":[{"name":"keyless_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_write"},"host":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_host"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name_write"},"port":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_port"},"tunnel":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_tunnel"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/leaked-credential-checks":{"get":{"operationId":"waf-product-api-leaked-credentials-get-status","summary":"Get Leaked Credential Checks Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-status"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-status"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"waf-product-api-leaked-credentials-set-status","summary":"Set Leaked Credential Checks Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_status"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-status"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-status"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/leaked-credential-checks/detections":{"get":{"operationId":"waf-product-api-leaked-credentials-list-detections","summary":"List Leaked Credential Checks Custom Detections","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection-collection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"waf-product-api-leaked-credentials-create-detection","summary":"Create Leaked Credential Checks Custom Detection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-detection"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}":{"get":{"operationId":"waf-product-api-leaked-credentials-get-detection","summary":"Get Leaked Credential Checks Custom Detection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}},{"name":"detection_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_detection-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waf-product-api-leaked-credentials-update-detection","summary":"Update Leaked Credential Checks Custom Detection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}},{"name":"detection_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_detection-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-detection"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"waf-product-api-leaked-credentials-delete-detection","summary":"Delete Leaked Credential Checks Custom Detection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}},{"name":"detection_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_detection-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/load_balancers":{"get":{"operationId":"load-balancers-list-load-balancers","summary":"List Load Balancers","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write","Load Balancers Read"]},"post":{"operationId":"load-balancers-create-load-balancer","summary":"Create Load Balancer","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}},"required":["name","default_pools","fallback_pool"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write"]}},"/zones/{zone_id}/load_balancers/{load_balancer_id}":{"get":{"operationId":"load-balancers-load-balancer-details","summary":"Load Balancer Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write","Load Balancers Read"]},"put":{"operationId":"load-balancers-update-load-balancer","summary":"Update Load Balancer","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"enabled":{"$ref":"#/components/schemas/load-balancing_components-schemas-enabled"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}},"required":["name","default_pools","fallback_pool"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write"]},"delete":{"operationId":"load-balancers-delete-load-balancer","summary":"Delete Load Balancer","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_components-schemas-id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write"]},"patch":{"operationId":"load-balancers-patch-load-balancer","summary":"Patch Load Balancer","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"enabled":{"$ref":"#/components/schemas/load-balancing_components-schemas-enabled"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write"]}},"/zones/{zone_id}/logpush/datasets/{dataset_id}/fields":{"get":{"operationId":"get-zones-zone_id-logpush-datasets-dataset_id-fields","summary":"List fields","parameters":[{"name":"dataset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_dataset"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_field_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.datasets.fields","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/logpush/datasets/{dataset_id}/jobs":{"get":{"operationId":"get-zones-zone_id-logpush-datasets-dataset_id-jobs","summary":"List Logpush jobs for a dataset","parameters":[{"name":"dataset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_dataset"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.datasets.jobs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/logpush/edge/jobs":{"get":{"operationId":"get-zones-zone_id-logpush-edge-jobs","summary":"List Instant Logs jobs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_instant_logs_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_instant_logs_job_response_collection"},{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]}],"tags":["Instant Logs jobs for a zone"],"x-api-token-group":["Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.edge","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"post-zones-zone_id-logpush-edge-jobs","summary":"Create Instant Logs job","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"$ref":"#/components/schemas/logpush_fields"},"filter":{"$ref":"#/components/schemas/logpush_filter-2"},"sample":{"$ref":"#/components/schemas/logpush_sample"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_instant_logs_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_instant_logs_job_response_single"},{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]}],"tags":["Instant Logs jobs for a zone"],"x-api-token-group":["Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.edge","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/logpush/jobs":{"get":{"operationId":"get-zones-zone_id-logpush-jobs","summary":"List Logpush jobs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"post-zones-zone_id-logpush-jobs","summary":"Create Logpush job","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"dataset":{"$ref":"#/components/schemas/logpush_dataset"},"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"filter":{"$ref":"#/components/schemas/logpush_filter"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/logpush/jobs/{job_id}":{"get":{"operationId":"get-zones-zone_id-logpush-jobs-job_id","summary":"Get Logpush job details","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"put-zones-zone_id-logpush-jobs-job_id","summary":"Update Logpush job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"filter":{"$ref":"#/components/schemas/logpush_filter"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"delete-zones-zone_id-logpush-jobs-job_id","summary":"Delete Logpush job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/logpush_id"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/logpush/ownership":{"post":{"operationId":"post-zones-zone_id-logpush-ownership","summary":"Get ownership challenge","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_get_ownership_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.ownership","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/logpush/ownership/validate":{"post":{"operationId":"post-zones-zone_id-logpush-ownership-validate","summary":"Validate ownership challenge","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}},"required":["destination_conf","ownership_challenge"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_ownership_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.ownership","x-fern-sdk-method-name":"validate","x-forge-hidden":true}},"/zones/{zone_id}/logpush/validate/destination":{"post":{"operationId":"post-zones-zone_id-logpush-validate-destination","summary":"Validate destination","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.validate","x-fern-sdk-method-name":"destination","x-forge-hidden":true}},"/zones/{zone_id}/logpush/validate/destination/exists":{"post":{"operationId":"post-zones-zone_id-logpush-validate-destination-exists","summary":"Check destination exists","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_destination_exists_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.validate","x-fern-sdk-method-name":"destination-exists","x-forge-hidden":true}},"/zones/{zone_id}/logpush/validate/origin":{"post":{"operationId":"post-zones-zone_id-logpush-validate-origin","summary":"Validate origin","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"}},"required":["logpull_options"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.validate","x-fern-sdk-method-name":"origin","x-forge-hidden":true}},"/zones/{zone_id}/logs/control/retention/flag":{"get":{"operationId":"get-zones-zone_id-logs-control-retention-flag","summary":"Get log retention flag","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_retention_flag_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read","#analytics:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"post-zones-zone_id-logs-control-retention-flag","summary":"Update log retention flag","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_retention_flag"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_retention_flag_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/logs/explorer/datasets":{"get":{"operationId":"zones-logs-explorer-datasets-list","summary":"List zone datasets","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetSummaryListResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zones-logs-explorer-datasets-create","summary":"Create a zone dataset","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_CreateDatasetRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"},"409":{"$ref":"#/components/responses/lex_Conflict"}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/logs/explorer/datasets/available":{"get":{"operationId":"zones-logs-explorer-datasets-available-list","summary":"List available zone datasets","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_AvailableDestinationListResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets.available","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/logs/explorer/datasets/{dataset_id}":{"get":{"operationId":"zones-logs-explorer-datasets-get","summary":"Get a zone dataset","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"},{"$ref":"#/components/parameters/lex_DatasetID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zones-logs-explorer-datasets-update","summary":"Update a zone dataset","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"},{"$ref":"#/components/parameters/lex_DatasetID"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_UpdateDatasetRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/logs/explorer/query/sql":{"get":{"operationId":"zones-logs-explorer-query-get","summary":"Run a log query","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"},{"name":"query","in":"query","required":true,"schema":{"type":"string","maxLength":4096}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_QueryResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest"},"403":{"$ref":"#/components/responses/lex_Forbidden"},"404":{"$ref":"#/components/responses/lex_NotFound"},"507":{"$ref":"#/components/responses/lex_ResourcesExhausted"}},"deprecated":true,"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Queries"],"x-api-token-group":["Logs Write","Logs Read"],"x-auditable":false,"x-fern-ignore":true},"post":{"operationId":"zones-logs-explorer-query-post","summary":"Run a log query","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"}],"requestBody":{"required":true,"content":{"text/plain":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_QueryResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest"},"403":{"$ref":"#/components/responses/lex_Forbidden"},"404":{"$ref":"#/components/responses/lex_NotFound"},"507":{"$ref":"#/components/responses/lex_ResourcesExhausted"}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Queries"],"x-api-token-group":["Logs Write","Logs Read"],"x-auditable":false,"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer","x-fern-sdk-method-name":"query","x-forge-hidden":true,"x-stability":"beta"}},"/zones/{zone_id}/logs/rayids/{ray_id}":{"get":{"operationId":"get-zones-zone_id-logs-rayids-ray_id","summary":"Get logs RayIDs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logshare_identifier"}},{"name":"ray_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logshare_ray_identifier"}},{"name":"fields","in":"query","schema":{"$ref":"#/components/schemas/logshare_fields"}},{"name":"timestamps","in":"query","schema":{"$ref":"#/components/schemas/logshare_timestamps"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logshare_logs_response_json_lines"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logshare_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/logs/received":{"get":{"operationId":"get-zones-zone_id-logs-received","summary":"Get logs received","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logshare_identifier"}},{"name":"start","in":"query","schema":{"$ref":"#/components/schemas/logshare_start"}},{"name":"end","in":"query","required":true,"schema":{"$ref":"#/components/schemas/logshare_end"}},{"name":"fields","in":"query","schema":{"$ref":"#/components/schemas/logshare_fields"}},{"name":"sample","in":"query","schema":{"$ref":"#/components/schemas/logshare_sample"}},{"name":"count","in":"query","schema":{"$ref":"#/components/schemas/logshare_count"}},{"name":"timestamps","in":"query","schema":{"$ref":"#/components/schemas/logshare_timestamps"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logshare_logs_response_json_lines"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logshare_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/logs/received/fields":{"get":{"operationId":"get-zones-zone_id-logs-received-fields","summary":"List fields","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logshare_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logshare_fields_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logshare_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/managed_headers":{"get":{"operationId":"listManagedTransforms","summary":"List Managed Transforms","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_ManagedTransforms"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Managed Transforms"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"deleteManagedTransforms","summary":"Delete Managed Transforms","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Managed Transforms"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"updateManagedTransforms","summary":"Update Managed Transforms","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_ManagedTransforms"},"responses":{"200":{"$ref":"#/components/responses/rulesets_ManagedTransforms"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Managed Transforms"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/media/usage":{"get":{"operationId":"usage-analytics-get-zone-media-usage","summary":"Get zone Media usage","parameters":[{"$ref":"#/components/parameters/usage-analytics_zone_id"},{"$ref":"#/components/parameters/usage-analytics_metrics"},{"$ref":"#/components/parameters/usage-analytics_since"},{"$ref":"#/components/parameters/usage-analytics_until"},{"$ref":"#/components/parameters/usage-analytics_time_delta"},{"$ref":"#/components/parameters/usage-analytics_limit"},{"$ref":"#/components/parameters/usage-analytics_filters"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_stream_usage_response"}}}},"400":{"$ref":"#/components/responses/usage-analytics_bad_request"},"401":{"$ref":"#/components/responses/usage-analytics_unauthorized"},"403":{"$ref":"#/components/responses/usage-analytics_forbidden"}},"security":[{"realmrootOidc":["images.read"]}],"tags":["Usage Analytics"],"x-api-token-group":["Images Read"]}},"/zones/{zone_id}/origin_tls_client_auth":{"get":{"operationId":"zone-level-authenticated-origin-pulls-list-certificates","summary":"List Certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-3"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.zone-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-authenticated-origin-pulls-upload-certificate","summary":"Upload Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-5"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-2"}},"required":["certificate","private_key"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.zone-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/hostnames":{"get":{"operationId":"per-hostname-authenticated-origin-pull-list-hostname-associations","summary":"List Hostname Associations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":1000,"minimum":1}},{"name":"status","in":"query","schema":{"type":"string","enum":["active","pending_deployment","pending_deletion","deleted","deployment_timed_out","deletion_timed_out","all"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_assoc_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_assoc_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-associations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"per-hostname-authenticated-origin-pull-enable-or-disable-a-hostname-for-client-authentication","summary":"Enable or Disable a Hostname for Client Authentication","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_config"}},"required":["config"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_aop_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_aop_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostnames","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates":{"get":{"operationId":"per-hostname-authenticated-origin-pull-list-certificates","summary":"List Certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-4"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-4"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"per-hostname-authenticated-origin-pull-upload-a-hostname-client-certificate","summary":"Upload a Hostname Client Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-6"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-3"}},"required":["certificate","private_key"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates/{certificate_id}":{"get":{"operationId":"per-hostname-authenticated-origin-pull-get-the-hostname-client-certificate","summary":"Get the Hostname Client Certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"per-hostname-authenticated-origin-pull-delete-hostname-client-certificate","summary":"Delete Hostname Client Certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/hostnames/{hostname}":{"get":{"operationId":"per-hostname-authenticated-origin-pull-get-the-hostname-status-for-client-authentication","summary":"Get the Hostname Status for Client Authentication","parameters":[{"name":"hostname","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_aop_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_aop_single_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostnames","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/settings":{"get":{"operationId":"zone-level-authenticated-origin-pulls-get-enablement-setting-for-zone","summary":"Get Enablement Setting for Zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-authenticated-origin-pulls-set-enablement-for-zone","summary":"Set Enablement for Zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-4"}},"required":["enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/{certificate_id}":{"get":{"operationId":"zone-level-authenticated-origin-pulls-get-certificate-details","summary":"Get Certificate Details","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.zone-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"zone-level-authenticated-origin-pulls-delete-certificate","summary":"Delete Certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.zone-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/page_shield":{"get":{"operationId":"page-shield-get-settings","summary":"Get Page Shield settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_get-zone-settings-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"put":{"operationId":"page-shield-update-settings","summary":"Update Page Shield settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"enabled":{"$ref":"#/components/schemas/page-shield_enabled"},"use_cloudflare_reporting_endpoint":{"$ref":"#/components/schemas/page-shield_use_cloudflare_reporting_endpoint"},"use_connection_url_path":{"$ref":"#/components/schemas/page-shield_use_connection_url_path"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/page-shield_zone_settings_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_update-zone-settings-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/page_shield/connections":{"get":{"operationId":"page-shield-list-connections","summary":"List Page Shield connections","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"exclude_urls","in":"query","schema":{"type":"string"}},{"name":"urls","in":"query","schema":{"type":"string"}},{"name":"hosts","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"number","maximum":100,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","enum":["first_seen_at","last_seen_at"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"prioritize_malicious","in":"query","schema":{"type":"boolean"}},{"name":"exclude_cdn_cgi","in":"query","schema":{"type":"boolean"}},{"name":"status","in":"query","schema":{"type":"string"}},{"name":"page_url","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"string","enum":["csv"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_list-zone-connections-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/page_shield/connections/{connection_id}":{"get":{"operationId":"page-shield-get-connection","summary":"Get a Page Shield connection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"connection_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-connection-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/page_shield/cookies":{"get":{"operationId":"page-shield-list-cookies","summary":"List Page Shield Cookies","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"hosts","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"number","maximum":100,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","enum":["first_seen_at","last_seen_at"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"page_url","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"string","enum":["csv"]}},{"name":"name","in":"query","schema":{"type":"string","maxLength":1024}},{"name":"secure","in":"query","schema":{"type":"boolean"}},{"name":"http_only","in":"query","schema":{"type":"boolean"}},{"name":"same_site","in":"query","schema":{"type":"string","enum":["lax","strict","none"]}},{"name":"type","in":"query","schema":{"type":"string","enum":["first_party","unknown"]}},{"name":"path","in":"query","schema":{"type":"string","maxLength":1024}},{"name":"domain","in":"query","schema":{"type":"string","maxLength":1024}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_list-zone-cookies-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/page_shield/cookies/{cookie_id}":{"get":{"operationId":"page-shield-get-cookie","summary":"Get a Page Shield cookie","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"cookie_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-cookie-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/page_shield/policies":{"get":{"operationId":"page-shield-list-policies","summary":"List Page Shield policies","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_list-zone-policies-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"post":{"operationId":"page-shield-create-policy","summary":"Create a Page Shield policy","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_policy"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-policy-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/page_shield/policies/{policy_id}":{"get":{"operationId":"page-shield-get-policy","summary":"Get a Page Shield policy","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-policy-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"put":{"operationId":"page-shield-update-policy","summary":"Update a Page Shield policy","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"action":{"$ref":"#/components/schemas/page-shield_policy-action"},"enabled":{"$ref":"#/components/schemas/page-shield_policy-enabled"},"expression":{"$ref":"#/components/schemas/page-shield_policy-expression"},"value":{"$ref":"#/components/schemas/page-shield_policy-value"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-policy-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"delete":{"operationId":"page-shield-delete-policy","summary":"Delete a Page Shield policy","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"204":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/page_shield/scripts":{"get":{"operationId":"page-shield-list-scripts","summary":"List Page Shield scripts","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"exclude_urls","in":"query","schema":{"type":"string"}},{"name":"urls","in":"query","schema":{"type":"string"}},{"name":"hosts","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"number","maximum":100,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","enum":["first_seen_at","last_seen_at"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"prioritize_malicious","in":"query","schema":{"type":"boolean"}},{"name":"exclude_cdn_cgi","in":"query","schema":{"type":"boolean","default":true}},{"name":"exclude_duplicates","in":"query","schema":{"type":"boolean","default":true}},{"name":"status","in":"query","schema":{"type":"string"}},{"name":"page_url","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"string","enum":["csv"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_list-zone-scripts-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/page_shield/scripts/{script_id}":{"get":{"operationId":"page-shield-get-script","summary":"Get a Page Shield script","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"script_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-script-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/pagerules":{"get":{"operationId":"page-rules-list-page-rules","summary":"List Page Rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"order","in":"query","schema":{"type":"string","default":"priority","enum":["status","priority"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"status","in":"query","schema":{"type":"string","default":"disabled","enum":["active","disabled"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zones_page_rule"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Read","Zone Write","Page Rules Write","Page Rules Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"page-rules-create-a-page-rule","summary":"Create a Page Rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/zones_actions"},"priority":{"$ref":"#/components/schemas/zones_priority"},"status":{"$ref":"#/components/schemas/zones_status"},"targets":{"$ref":"#/components/schemas/zones_targets"}},"required":["targets","actions"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zones_page_rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Write","Page Rules Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/pagerules/settings":{"get":{"operationId":"available-page-rules-settings-list-available-page-rules-settings","summary":"List available Page Rules settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-2"},{"properties":{"result":{"$ref":"#/components/schemas/zones_settings"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"deprecated":true,"security":[{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Available Page Rules settings"],"x-api-token-group":["Zone Read","Zone Write","Page Rules Write","Page Rules Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"page-rules.settings","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/zones/{zone_id}/pagerules/{pagerule_id}":{"get":{"operationId":"page-rules-get-a-page-rule","summary":"Get a Page Rule","parameters":[{"name":"pagerule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zones_page_rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"page-rules-update-a-page-rule","summary":"Update a Page Rule","parameters":[{"name":"pagerule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/zones_actions"},"priority":{"$ref":"#/components/schemas/zones_priority"},"status":{"$ref":"#/components/schemas/zones_status"},"targets":{"$ref":"#/components/schemas/zones_targets"}},"required":["targets","actions"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zones_page_rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Write","Page Rules Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"page-rules-delete-a-page-rule","summary":"Delete a Page Rule","parameters":[{"name":"pagerule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-single-id-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Write","Page Rules Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"page-rules-edit-a-page-rule","summary":"Edit a Page Rule","parameters":[{"name":"pagerule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/zones_actions"},"priority":{"$ref":"#/components/schemas/zones_priority"},"status":{"$ref":"#/components/schemas/zones_status"},"targets":{"$ref":"#/components/schemas/zones_targets"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zones_page_rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Write","Page Rules Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/pay-per-crawl/can_be_enabled":{"get":{"operationId":"pay-per-crawl.getZoneCanBeEnabled","summary":"Get pay-per-crawl zone eligibility","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getZoneCanBeEnabledResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.zones","x-fern-sdk-method-name":"get-can-be-enabled"}},"/zones/{zone_id}/pay-per-crawl/configuration":{"get":{"operationId":"pay-per-crawl.getConfig","summary":"Get the pay-per-crawl config","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.config","x-fern-sdk-method-name":"get"},"post":{"operationId":"pay-per-crawl.createConfig","summary":"Creates pay-per-crawl config for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"requestBody":{"$ref":"#/components/requestBodies/pay-per-crawl_DaricConfig"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Zone Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.config","x-fern-sdk-method-name":"create"},"patch":{"operationId":"pay-per-crawl.patchConfig","summary":"Changes pay-per-crawl config for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"requestBody":{"$ref":"#/components/requestBodies/pay-per-crawl_DaricConfig"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Zone Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.config","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/purge_cache":{"post":{"operationId":"zone-purge","summary":"Purge Cached Content","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-purge_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/cache-purge_FlexPurgeByTags"},{"$ref":"#/components/schemas/cache-purge_FlexPurgeByHostnames"},{"$ref":"#/components/schemas/cache-purge_FlexPurgeByPrefixes"},{"$ref":"#/components/schemas/cache-purge_Everything"},{"$ref":"#/components/schemas/cache-purge_SingleFile"},{"$ref":"#/components/schemas/cache-purge_SingleFileWithUrlAndHeaders"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-purge_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cache-purge_api-response-single-id"},{"$ref":"#/components/schemas/cache-purge_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["cache.purge"]}],"tags":["Zone"],"x-api-token-group":["Cache Purge"],"x-cfPermissionsRequired":{"enum":["#cache_purge:edit"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cache","x-fern-sdk-method-name":"purge","x-forge-hidden":true,"x-forge-require-confirmation":"This operation will delete cached content for the zone."}},"/zones/{zone_id}/rate_limit_analytics":{"get":{"operationId":"rate-limit-analytics-get-zone-analytics","summary":"Get Rate Limiting Analytics","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"pattern":"^[0-9a-f]{32}$"}},{"name":"since","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"until","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"time_delta","in":"query","required":true,"schema":{"type":"integer","enum":[60,3600,86400,2592000]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Rate Limiting Analytics"],"x-api-token-group":["Analytics Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"rate-limit-analytics","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/rate_limits":{"get":{"operationId":"rate-limits-for-a-zone-list-rate-limits","summary":"List rate limits","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_ratelimit_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"rate-limits-for-a-zone-create-a-rate-limit","summary":"Create a rate limit","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"match":{"$ref":"#/components/schemas/firewall_match"},"period":{"$ref":"#/components/schemas/firewall_period"},"threshold":{"$ref":"#/components/schemas/firewall_threshold"}},"required":["match","threshold","period","action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_ratelimit_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/rate_limits/{rate_limit_id}":{"get":{"operationId":"rate-limits-for-a-zone-get-a-rate-limit","summary":"Get a rate limit","parameters":[{"name":"rate_limit_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rate_limit_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_ratelimit_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"rate-limits-for-a-zone-update-a-rate-limit","summary":"Update a rate limit","parameters":[{"name":"rate_limit_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rate_limit_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"match":{"$ref":"#/components/schemas/firewall_match"},"period":{"$ref":"#/components/schemas/firewall_period"},"threshold":{"$ref":"#/components/schemas/firewall_threshold"}},"required":["match","threshold","period","action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_ratelimit_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"edit","x-forge-hidden":true},"delete":{"operationId":"rate-limits-for-a-zone-delete-a-rate-limit","summary":"Delete a rate limit","parameters":[{"name":"rate_limit_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rate_limit_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_id"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_id"}}}},"type":"object"}]},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/rulesets":{"get":{"operationId":"listZoneRulesets","summary":"List zone rulesets","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"name":"cursor","in":"query","schema":{"$ref":"#/components/schemas/rulesets_Cursor"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/rulesets_PerPage"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"createZoneRuleset","summary":"Create a zone ruleset","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_CreateRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint":{"get":{"operationId":"getZoneEntrypointRuleset","summary":"Get a zone entry point ruleset","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateZoneEntrypointRuleset","summary":"Update a zone entry point ruleset","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UpdateEntrypointRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions":{"get":{"operationId":"listZoneEntrypointRulesetVersions","summary":"List a zone entry point ruleset's versions","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version}":{"get":{"operationId":"getZoneEntrypointRulesetVersion","summary":"Get a zone entry point ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/{ruleset_id}":{"get":{"operationId":"getZoneRuleset","summary":"Get a zone ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateZoneRuleset","summary":"Update a zone ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UpdateRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"deleteZoneRuleset","summary":"Delete a zone ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/rulesets/{ruleset_id}/rules":{"post":{"operationId":"createZoneRulesetRule","summary":"Create a zone ruleset rule","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_Rule"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/rulesets/{ruleset_id}/rules/{rule_id}":{"delete":{"operationId":"deleteZoneRulesetRule","summary":"Delete a zone ruleset rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleId"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"updateZoneRulesetRule","summary":"Update a zone ruleset rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleId"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_Rule"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/{ruleset_id}/versions":{"get":{"operationId":"listZoneRulesetVersions","summary":"List a zone ruleset's versions","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}":{"get":{"operationId":"getZoneRulesetVersion","summary":"Get a zone ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"deleteZoneRulesetVersion","summary":"Delete a zone ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.versions","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}/by_tag/{rule_tag}":{"get":{"operationId":"listZoneRulesetVersionRulesByTag","summary":"List a zone ruleset version's rules by tag","parameters":[{"name":"rule_tag","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleCategory"}},{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.versions.zone-by-tag","x-fern-sdk-method-name":"tag","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/schemas":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"schema-validation-list-schemas-paginated","summary":"List all uploaded schemas","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_omit_source_query"},{"name":"validation_enabled","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"$ref":"#/components/responses/api-shield_schemas_list_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"schema-validation-create-schema","summary":"Upload a schema","requestBody":{"$ref":"#/components/requestBodies/api-shield_schema_create"},"responses":{"200":{"$ref":"#/components/responses/api-shield_schema_create_success"},"4XX":{"$ref":"#/components/responses/api-shield_schema_create_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/schemas/hosts":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"schema-validation-list-schema-hosts","summary":"List hosts covered by uploaded schemas","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"}],"responses":{"200":{"$ref":"#/components/responses/api-shield_schema_hosts_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas.hosts","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/schemas/{schema_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_schema_id_path"}],"get":{"operationId":"schema-validation-get-schema","summary":"Get details of a schema","parameters":[{"$ref":"#/components/parameters/api-shield_omit_source_query"}],"responses":{"200":{"$ref":"#/components/responses/api-shield_schema_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"schema-validation-delete-schema","summary":"Delete a schema","responses":{"200":{"$ref":"#/components/responses/api-shield_schema_delete_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"schema-validation-edit-schema","summary":"Edit details of a schema to enable validation","requestBody":{"$ref":"#/components/requestBodies/api-shield_schema_edit"},"responses":{"200":{"$ref":"#/components/responses/api-shield_schema_edit_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/schemas/{schema_id}/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_schema_id_path"}],"get":{"operationId":"schema-validation-extract-operations-from-schema","summary":"Retrieve all operations from the schema.","parameters":[{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"},{"$ref":"#/components/parameters/api-shield_host_parameter"},{"$ref":"#/components/parameters/api-shield_method_parameter"},{"$ref":"#/components/parameters/api-shield_endpoint_parameter"},{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"name":"operation_status","in":"query","schema":{"type":"string","enum":["new","existing"]}}],"responses":{"200":{"$ref":"#/components/responses/api-shield_schemas_extract_operations_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas.operations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/settings":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"schema-validation-get-settings","summary":"Get global schema validation settings","responses":{"200":{"$ref":"#/components/responses/api-shield_global_settings_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"schema-validation-update-settings","summary":"Update global schema validation settings","requestBody":{"$ref":"#/components/requestBodies/api-shield_global_settings_update"},"responses":{"200":{"$ref":"#/components/responses/api-shield_global_settings_update_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true},"patch":{"operationId":"schema-validation-edit-settings","summary":"Edit global schema validation settings","requestBody":{"$ref":"#/components/requestBodies/api-shield_global_settings_edit"},"responses":{"200":{"$ref":"#/components/responses/api-shield_global_settings_edit_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/settings/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"schema-validation-list-per-operation-settings","summary":"List per-operation schema validation settings","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"}],"responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_settings_list_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"patch":{"operationId":"schema-validation-bulk-edit-per-operation-settings","summary":"Bulk edit per-operation schema validation settings","requestBody":{"$ref":"#/components/requestBodies/api-shield_per_operation_settings_bulk_edit"},"responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_settings_bulk_edit_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"bulk-edit","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/settings/operations/{operation_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_operation_id"}],"get":{"operationId":"schema-validation-get-per-operation-setting","summary":"Get per-operation schema validation setting","responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_setting_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"schema-validation-update-per-operation-setting","summary":"Update per-operation schema validation setting","requestBody":{"$ref":"#/components/requestBodies/api-shield_per_operation_setting_update"},"responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_setting_update_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"schema-validation-delete-per-operation-setting","summary":"Delete per-operation schema validation setting","responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_settings_delete_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/secondary_dns/force_axfr":{"post":{"operationId":"secondary-dns-(-secondary-zone)-force-axfr","summary":"Force AXFR","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_force_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_force_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.force-axfr","x-fern-sdk-method-name":"create"}},"/zones/{zone_id}/secondary_dns/incoming":{"get":{"operationId":"secondary-dns-(-secondary-zone)-secondary-zone-configuration-details","summary":"Secondary Zone Configuration Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","DNS Read","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.incoming","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-secondary-zone)-update-secondary-zone-configuration","summary":"Update Secondary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_dns-secondary-secondary-zone"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.incoming","x-fern-sdk-method-name":"update"},"post":{"operationId":"secondary-dns-(-secondary-zone)-create-secondary-zone-configuration","summary":"Create Secondary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_dns-secondary-secondary-zone"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.incoming","x-fern-sdk-method-name":"create"},"delete":{"operationId":"secondary-dns-(-secondary-zone)-delete-secondary-zone-configuration","summary":"Delete Secondary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.incoming","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/secondary_dns/outgoing":{"get":{"operationId":"secondary-dns-(-primary-zone)-primary-zone-configuration-details","summary":"Primary Zone Configuration Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","DNS Read","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-primary-zone)-update-primary-zone-configuration","summary":"Update Primary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_request_outgoing"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"update"},"post":{"operationId":"secondary-dns-(-primary-zone)-create-primary-zone-configuration","summary":"Create Primary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_request_outgoing"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"create"},"delete":{"operationId":"secondary-dns-(-primary-zone)-delete-primary-zone-configuration","summary":"Delete Primary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/secondary_dns/outgoing/disable":{"post":{"operationId":"secondary-dns-(-primary-zone)-disable-outgoing-zone-transfers","summary":"Disable Outgoing Zone Transfers","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_disable_transfer_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_disable_transfer_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"disable","x-forge-require-confirmation":"This operation turns off outgoing zone transfers for the primary zone, which means secondary zones will stop receiving updates."}},"/zones/{zone_id}/secondary_dns/outgoing/enable":{"post":{"operationId":"secondary-dns-(-primary-zone)-enable-outgoing-zone-transfers","summary":"Enable Outgoing Zone Transfers","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_enable_transfer_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_enable_transfer_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"enable"}},"/zones/{zone_id}/secondary_dns/outgoing/force_notify":{"post":{"operationId":"secondary-dns-(-primary-zone)-force-dns-notify","summary":"Force DNS NOTIFY","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_force_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_force_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"force-notify"}},"/zones/{zone_id}/secondary_dns/outgoing/status":{"get":{"operationId":"secondary-dns-(-primary-zone)-get-outgoing-zone-transfer-status","summary":"Get Outgoing Zone Transfer Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_enable_transfer_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_enable_transfer_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","DNS Read","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing.status","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/security-center/insights":{"get":{"operationId":"get-zone-security-center-insights","summary":"Retrieves Zone Security Center Insights","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"page","in":"query","schema":{"default":1,"allOf":[{"$ref":"#/components/schemas/security-center_page"}]}},{"name":"per_page","in":"query","schema":{"default":25,"allOf":[{"$ref":"#/components/schemas/security-center_perPage"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"properties":{"count":{"$ref":"#/components/schemas/security-center_count"},"issues":{"type":"array","items":{"$ref":"#/components/schemas/security-center_issue"}},"page":{"$ref":"#/components/schemas/security-center_page"},"per_page":{"$ref":"#/components/schemas/security-center_perPage"}},"type":"object"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/security-center/insights/audit-log":{"get":{"operationId":"get-zone-security-center-audit-log","summary":"Retrieves Zone Audit Log","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"$ref":"#/components/parameters/security-center_auditLogPerPage"},{"$ref":"#/components/parameters/security-center_auditLogCursor"},{"$ref":"#/components/parameters/security-center_auditLogFieldChanged"},{"$ref":"#/components/parameters/security-center_auditLogChangedBy"},{"$ref":"#/components/parameters/security-center_auditLogSince"},{"$ref":"#/components/parameters/security-center_auditLogBefore"},{"$ref":"#/components/parameters/security-center_auditLogOrder"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_auditLogResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Audit Log"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"]}},"/zones/{zone_id}/security-center/insights/class":{"get":{"operationId":"get-zone-security-center-insight-counts-by-class","summary":"Retrieves Zone Security Center Insight Counts by Class","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights.class","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/security-center/insights/scans":{"get":{"operationId":"get-security-center-zone-scans","summary":"Get Recent Zone Scans","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/security-center_scansListResponse"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Scans"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"]},"post":{"operationId":"start-security-center-zone-scan","summary":"Start On-Demand Zone Scan","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_newScanRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/security-center_newScanResponse"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Scans"],"x-api-token-group":["Zone Settings Write"]}},"/zones/{zone_id}/security-center/insights/severity":{"get":{"operationId":"get-zone-security-center-insight-counts-by-severity","summary":"Retrieves Zone Security Center Insight Counts by Severity","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights.severity","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/security-center/insights/type":{"get":{"operationId":"get-zone-security-center-insight-counts-by-type","summary":"Retrieves Zone Security Center Insight Counts by Type","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights.type","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/security-center/insights/{issue_id}/audit-log":{"get":{"operationId":"get-zone-security-center-issue-audit-log","summary":"Retrieves Zone Issue Audit Log","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"issue_id","in":"path","required":true,"schema":{"type":"string"}},{"$ref":"#/components/parameters/security-center_auditLogPerPage"},{"$ref":"#/components/parameters/security-center_auditLogCursor"},{"$ref":"#/components/parameters/security-center_auditLogFieldChanged"},{"$ref":"#/components/parameters/security-center_auditLogChangedBy"},{"$ref":"#/components/parameters/security-center_auditLogSince"},{"$ref":"#/components/parameters/security-center_auditLogBefore"},{"$ref":"#/components/parameters/security-center_auditLogOrder"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_auditLogResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Audit Log"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"]}},"/zones/{zone_id}/security-center/insights/{issue_id}/dismiss":{"put":{"operationId":"archive-zone-security-center-insight","summary":"Archives Zone Security Center Insight","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"issue_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"dismiss":{"type":"boolean","default":true,"x-auditable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-single"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights.dismiss","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-forge-params":{"dismiss":{"default":null}}}},"/zones/{zone_id}/security-center/securitytxt":{"get":{"operationId":"get-security-txt","summary":"Retrieves security.txt","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"$ref":"#/components/schemas/security-center_securityTxt"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["security.txt"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-txt","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"update-security-txt","summary":"Updates security.txt","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_securityTxt"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-single"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["security.txt"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-txt","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"delete-security-txt","summary":"Deletes security.txt","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-single"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["security.txt"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-txt","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/settings":{"get":{"operationId":"zone-settings-get-all-zone-settings","summary":"Get all zone settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_zone_settings_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-3"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"zones.settings","x-fern-sdk-method-name":"list","x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"This endpoint is deprecated. Zone settings should instead be managed individually."},"patch":{"operationId":"zone-settings-edit-zone-settings-info","summary":"Edit multiple zone settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_multiple_settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_zone_settings_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-3"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"zones.settings","x-fern-sdk-method-name":"bulk-edit","x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"This endpoint is deprecated. Zone settings should instead be managed individually."}},"/zones/{zone_id}/settings/aegis":{"get":{"operationId":"zone-cache-settings-get-aegis-setting","summary":"Get aegis setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_aegis_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"patch":{"operationId":"zone-cache-settings-change-aegis-setting","summary":"Change aegis setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_aegis_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_aegis_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/settings/csam_scanner_third_party":{"get":{"operationId":"csam-scanner-get-setting","summary":"Get CSAM Scanner setting","parameters":[{"$ref":"#/components/parameters/csam-config-service_zone_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_single_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]}],"tags":["CSAM Scanner Settings"],"x-api-token-group":["Zone Settings Read"]},"patch":{"operationId":"csam-scanner-update-setting","summary":"Update CSAM Scanner setting","parameters":[{"$ref":"#/components/parameters/csam-config-service_zone_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_third_party_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_single_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["CSAM Scanner Settings"],"x-api-token-group":["Zone Settings Write"]}},"/zones/{zone_id}/settings/fonts":{"get":{"operationId":"zone-settings-get-fonts-setting","summary":"Get Cloudflare Fonts setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/speed_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/speed_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/speed_cloudflare_fonts"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/speed_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-settings-change-fonts-setting","summary":"Change Cloudflare Fonts setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/speed_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/speed_cloudflare_fonts_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/speed_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/speed_cloudflare_fonts"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/speed_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/settings/google-tag-gateway/config":{"get":{"operationId":"zone-settings-get-google-tag-gateway-config","summary":"Get Google Tag Gateway configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/google-tag-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/google-tag-gateway_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/google-tag-gateway_google-tag-gateway-config"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/google-tag-gateway_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Google Tag Gateway"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"],"x-cfPermissionsRequired":{"enum":["#zaraz:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"google-tag-gateway.config","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-settings-change-google-tag-gateway-config","summary":"Update Google Tag Gateway configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/google-tag-gateway_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/google-tag-gateway_google-tag-gateway-config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/google-tag-gateway_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/google-tag-gateway_google-tag-gateway-config"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/google-tag-gateway_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Google Tag Gateway"],"x-api-token-group":["Zaraz Edit","Zaraz Admin"],"x-cfPermissionsRequired":{"enum":["#zaraz:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"google-tag-gateway.config","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/settings/origin_h2_max_streams":{"get":{"operationId":"zone-cache-settings-get-origin-h2-max-streams-setting","summary":"Get Origin H2 Max Streams Setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams_response_value"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-cache-settings-change-origin-h2-max-streams-setting","summary":"Change Origin H2 Max Streams Setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams_response_value"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/settings/origin_max_http_version":{"get":{"operationId":"zone-cache-settings-get-origin-max-http-version-setting","summary":"Get Origin Max HTTP Version Setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_origin_max_http_version_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-cache-settings-change-origin-max-http-version-setting","summary":"Change Origin Max HTTP Version Setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_origin_max_http_version_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_origin_max_http_version_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/settings/rum":{"get":{"operationId":"web-analytics-get-rum-status","summary":"Get RUM status for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_rum-site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.rum","x-fern-sdk-method-name":"get"},"patch":{"operationId":"web-analytics-toggle-rum","summary":"Toggle RUM on/off for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_toggle-rum-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_rum-site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.rum","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/settings/speed_brain":{"get":{"operationId":"zone-settings-get-speed-brain-setting","summary":"Get Cloudflare Speed Brain setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/speed_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/speed_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/speed_cloudflare_speed_brain_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/speed_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-settings-change-speed-brain-setting","summary":"Change Cloudflare Speed Brain setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/speed_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/speed_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/speed_cloudflare_speed_brain_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/speed_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/settings/ssl_automatic_mode":{"get":{"operationId":"ssl-detector-automatic-mode-get-enrollment","summary":"Get Automatic SSL/TLS enrollment status for the given zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Automatic SSL/TLS"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"ssl-detector-automatic-mode-patch-enrollment","summary":"Patch Automatic SSL/TLS Enrollment status for given zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_schemas_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Automatic SSL/TLS"],"x-api-token-group":["Zone Settings Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/settings/zaraz/config":{"get":{"operationId":"get-zones-zone_identifier-zaraz-config","summary":"Get Zaraz configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]},"put":{"operationId":"put-zones-zone_identifier-zaraz-config","summary":"Update Zaraz configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/default":{"get":{"operationId":"get-zones-zone_identifier-zaraz-default","summary":"Get default Zaraz configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/export":{"get":{"operationId":"get-zones-zone_identifier-zaraz-export","summary":"Export Zaraz configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"responses":{"200":{"headers":{"Content-Disposition":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-return"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/history":{"get":{"operationId":"get-zones-zone_identifier-zaraz-history","summary":"List Zaraz historical configuration records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":1}},{"name":"sortField","in":"query","schema":{"type":"string","enum":["id","user_id","description","created_at","updated_at"]}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["DESC","ASC"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-history-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]},"put":{"operationId":"put-zones-zone_identifier-zaraz-history","summary":"Restore Zaraz historical configuration by ID","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"integer","minimum":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/history/configs":{"get":{"operationId":"get-zones-zone_identifier-zaraz-config-history","summary":"Get Zaraz historical configurations by ID(s)","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}},{"name":"ids","in":"query","required":true,"schema":{"type":"array","items":{"type":"integer"}},"explode":false,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-history-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/publish":{"post":{"operationId":"post-zones-zone_identifier-zaraz-publish","summary":"Publish Zaraz preview configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"type":"string"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Admin"],"x-cfPermissionsRequired":{"enum":["#zaraz:publish"]}}},"/zones/{zone_id}/settings/zaraz/workflow":{"get":{"operationId":"get-zones-zone_identifier-zaraz-workflow","summary":"Get Zaraz workflow","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-workflow-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]},"put":{"operationId":"put-zones-zone_identifier-zaraz-workflow","summary":"Update Zaraz workflow","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-workflow"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-workflow-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Admin"]}},"/zones/{zone_id}/settings/{setting_id}":{"get":{"operationId":"zone-settings-get-single-setting","summary":"Get zone setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_setting_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-4"},{"properties":{"result":{"$ref":"#/components/schemas/zones_setting"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-3"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.settings","x-fern-sdk-method-name":"get"},"patch":{"operationId":"zone-settings-edit-single-setting","summary":"Edit zone setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_setting_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_zone_settings_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-4"},{"properties":{"result":{"$ref":"#/components/schemas/zones_setting"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-3"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.settings","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/smart_shield":{"get":{"operationId":"smart-shield-get-settings","summary":"Get Smart Shield Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"$ref":"#/components/schemas/smartshield_single_smart_shield_get_response"}]}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}},"502":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Shield Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"smart-shield-patch-settings","summary":"Patch Smart Shield Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_smart_shield_settings_patch_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"$ref":"#/components/schemas/smartshield_single_smart_shield_patch_response"}]}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}},"502":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Shield Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/smart_shield/cache_reserve_clear":{"get":{"operationId":"smart-shield-settings-get-cache-reserve-clear","summary":"Get Cache Reserve Clear","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Cache Reserve Clear"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"smart-shield-settings-start-cache-reserve-clear","summary":"Start Cache Reserve Clear","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Cache Reserve Clear"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/smart_shield/healthchecks":{"get":{"operationId":"smart-shield-list-health-checks","summary":"List Health Checks","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"$ref":"#/components/parameters/smartshield_page"},{"$ref":"#/components/parameters/smartshield_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_response_collection"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"post":{"operationId":"smart-shield-create-health-check","summary":"Create Health Check","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}":{"get":{"operationId":"smart-shield-health-check-details","summary":"Health Check Details","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"put":{"operationId":"smart-shield-update-health-check","summary":"Update Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"delete":{"operationId":"smart-shield-delete-health-check","summary":"Delete Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_id_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"patch":{"operationId":"smart-shield-patch-health-check","summary":"Patch Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/snippets":{"get":{"operationId":"listZoneSnippets","summary":"List zone snippets","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/snippets_Page"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/snippets_PerPage"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_Snippets"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.read"]},{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write","Snippets Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets","x-fern-sdk-method-name":"list"}},"/zones/{zone_id}/snippets/snippet_rules":{"get":{"operationId":"listZoneSnippetRules","summary":"List zone snippet rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_SnippetRules"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.read"]},{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write","Snippets Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets.rules","x-fern-sdk-method-name":"list"},"put":{"operationId":"updateZoneSnippetRules","summary":"Update zone snippet rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}}],"requestBody":{"$ref":"#/components/requestBodies/snippets_SnippetRules"},"responses":{"200":{"$ref":"#/components/responses/snippets_SnippetRules"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets.rules","x-fern-sdk-method-name":"update"},"delete":{"operationId":"deleteZoneSnippetRules","summary":"Delete zone snippet rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_SnippetRules"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets.rules","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/snippets/{snippet_name}":{"get":{"operationId":"getZoneSnippet","summary":"Get a zone snippet","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"snippet_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_SnippetName"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_Snippet"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.read"]},{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write","Snippets Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets","x-fern-sdk-method-name":"get"},"put":{"operationId":"updateZoneSnippet","summary":"Update a zone snippet","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"snippet_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_SnippetName"}}],"requestBody":{"$ref":"#/components/requestBodies/snippets_Snippet"},"responses":{"200":{"$ref":"#/components/responses/snippets_Snippet"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets","x-fern-sdk-method-name":"update"},"delete":{"operationId":"deleteZoneSnippet","summary":"Delete a zone snippet","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"snippet_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_SnippetName"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_Null"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/snippets/{snippet_name}/content":{"get":{"operationId":"getZoneSnippetContent","summary":"Get a zone snippet content","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"snippet_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_SnippetName"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_SnippetContent"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.read"]},{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write","Snippets Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets.content","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/spectrum/analytics/aggregate/current":{"get":{"operationId":"spectrum-aggregate-analytics-get-current-aggregated-analytics","summary":"Get current aggregated analytics","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-analytics_identifier"}},{"name":"appID","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_app_id_param"}},{"name":"colo_name","in":"query","schema":{"type":"string","maxLength":3}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_query-response-aggregate"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Spectrum Analytics"],"x-api-token-group":["Analytics Read"]}},"/zones/{zone_id}/spectrum/analytics/events/bytime":{"get":{"operationId":"spectrum-analytics-(-by-time)-get-analytics-by-time","summary":"Get analytics by time","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-analytics_identifier"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_dimensions"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_sort"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_until"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_metrics"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_filters"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_since"}},{"name":"time_delta","in":"query","required":true,"schema":{"type":"string","enum":["year","quarter","month","week","day","hour","dekaminute","minute"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_query-response-single"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Spectrum Analytics"],"x-api-token-group":["Analytics Read"]}},"/zones/{zone_id}/spectrum/analytics/events/summary":{"get":{"operationId":"spectrum-analytics-(-summary)-get-analytics-summary","summary":"Get analytics summary","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-analytics_identifier"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_dimensions"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_sort"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_until"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_metrics"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_filters"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_since"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_query-response-single"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Spectrum Analytics"],"x-api-token-group":["Analytics Read"]}},"/zones/{zone_id}/spectrum/apps":{"get":{"operationId":"spectrum-applications-list-spectrum-applications","summary":"List Spectrum applications","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}},{"name":"page","in":"query","schema":{"type":"number","minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":100,"minimum":1}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}},{"name":"order","in":"query","schema":{"type":"string","default":"dns","enum":["protocol","app_id","created_on","modified_on","dns"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_app_config_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"spectrum-applications-create-spectrum-application-using-a-name-for-the-origin","summary":"Create Spectrum application using a name for the origin","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_update_app_config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_app_config_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/spectrum/apps/{app_id}":{"get":{"operationId":"spectrum-applications-get-spectrum-application-configuration","summary":"Get Spectrum application configuration","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_app_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_app_config_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"spectrum-applications-update-spectrum-application-configuration-using-a-name-for-the-origin","summary":"Update Spectrum application configuration using a name for the origin","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_app_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_update_app_config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_app_config_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"spectrum-applications-delete-spectrum-application","summary":"Delete Spectrum application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_app_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/availabilities":{"get":{"operationId":"speed-get-availabilities","summary":"Get quota and availability","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_availabilities-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.availabilities","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/pages":{"get":{"operationId":"speed-list-pages","summary":"List tested webpages","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_pages-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/pages/{url}/tests":{"get":{"operationId":"speed-list-test-history","summary":"List page test history","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"page","in":"query","schema":{"type":"integer","default":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":5}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_page-test-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages.tests","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"speed-create-test","summary":"Start page test","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"region":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_page-test-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages.tests","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"speed-delete-tests","summary":"Delete all page tests","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_count-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages.tests","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/pages/{url}/tests/{test_id}":{"get":{"operationId":"speed-get-test","summary":"Get a page test result","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"test_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_page-test-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages.tests","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/pages/{url}/trend":{"get":{"operationId":"speed-list-page-trend","summary":"List core web vital metrics trend","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","required":true,"schema":{"$ref":"#/components/schemas/observatory_region"}},{"name":"deviceType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/observatory_device_type"}},{"name":"start","in":"query","required":true,"schema":{"$ref":"#/components/schemas/observatory_timestamp"}},{"name":"end","in":"query","schema":{"$ref":"#/components/schemas/observatory_timestamp"}},{"name":"tz","in":"query","required":true,"schema":{"type":"string"}},{"name":"metrics","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_trend-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages","x-fern-sdk-method-name":"trend","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/schedule/{url}":{"get":{"operationId":"speed-get-scheduled-test","summary":"Get a page test schedule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_schedule-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.schedule","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"speed-create-scheduled-test","summary":"Create scheduled page test","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]},"x-stainless-terraform-configurability":"computed_optional"},{"name":"frequency","in":"query","schema":{"$ref":"#/components/schemas/observatory_schedule_frequency"},"x-stainless-terraform-configurability":"computed_optional"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_create-schedule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.schedule","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"speed-delete-test-schedule","summary":"Delete scheduled page test","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_count-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.schedule","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/ssl/analyze":{"post":{"operationId":"analyze-certificate-analyze-certificate","summary":"Analyze Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_analyze_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_analyze_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Analyze Certificate"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.analyze","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/ssl/certificate_packs":{"get":{"operationId":"certificate-packs-list-certificate-packs","summary":"List Certificate Packs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"status","in":"query","schema":{"type":"string","enum":["all"]}},{"name":"deploy","in":"query","schema":{"type":"string","enum":["staging","production"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/ssl/certificate_packs/order":{"post":{"operationId":"certificate-packs-order-advanced-certificate-manager-certificate-pack","summary":"Order Advanced Certificate Manager Certificate Pack","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-2"},"cloudflare_branding":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cloudflare_branding"},"hosts":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hosts-2"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_type"},"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method"},"validity_days":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_days"}},"required":["type","hosts","validation_method","validity_days","certificate_authority"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_certificate_pack_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_certificate_pack_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/ssl/certificate_packs/quota":{"get":{"operationId":"certificate-packs-get-certificate-pack-quotas","summary":"Get Certificate Pack Quotas","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_quota_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_quota_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs.quota","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id}":{"get":{"operationId":"certificate-packs-get-certificate-pack","summary":"Get Certificate Pack","parameters":[{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"certificate-packs-delete-advanced-certificate-manager-certificate-pack","summary":"Delete Advanced Certificate Manager Certificate Pack","parameters":[{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_delete_advanced_certificate_pack_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_delete_advanced_certificate_pack_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"certificate-packs-restart-validation-for-advanced-certificate-manager-certificate-pack","summary":"Restart Validation or Update Advanced Certificate Manager Certificate Pack","parameters":[{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"cloudflare_branding":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cloudflare_branding"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_certificate_pack_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_certificate_pack_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/ssl/universal/settings":{"get":{"operationId":"universal-ssl-settings-for-a-zone-universal-ssl-settings-details","summary":"Universal SSL Settings Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_universal_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_universal_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Universal SSL Settings for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.universal.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"universal-ssl-settings-for-a-zone-edit-universal-ssl-settings","summary":"Edit Universal SSL Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_universal"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_universal_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_universal_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Universal SSL Settings for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.universal.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/ssl/verification":{"get":{"operationId":"ssl-verification-ssl-verification-details","summary":"SSL Verification Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"retry","in":"query","schema":{"type":"boolean","enum":[true]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_verification_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_verification_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["SSL Verification"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.verification","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/ssl/verification/{certificate_pack_id}":{"patch":{"operationId":"ssl-verification-edit-ssl-certificate-pack-validation-method","summary":"Edit SSL Certificate Pack Validation Method","parameters":[{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cert_pack_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method-3"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_validation_method_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_validation_method_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["SSL Verification"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.verification","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/stream/usage":{"get":{"operationId":"usage-analytics-get-zone-stream-usage","summary":"Get zone Stream usage","parameters":[{"$ref":"#/components/parameters/usage-analytics_zone_id"},{"$ref":"#/components/parameters/usage-analytics_metrics"},{"$ref":"#/components/parameters/usage-analytics_since"},{"$ref":"#/components/parameters/usage-analytics_until"},{"$ref":"#/components/parameters/usage-analytics_time_delta"},{"$ref":"#/components/parameters/usage-analytics_limit"},{"$ref":"#/components/parameters/usage-analytics_filters"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_stream_usage_response"}}}},"400":{"$ref":"#/components/responses/usage-analytics_bad_request"},"401":{"$ref":"#/components/responses/usage-analytics_unauthorized"},"403":{"$ref":"#/components/responses/usage-analytics_forbidden"}},"security":[{"realmrootOidc":["stream.read"]}],"tags":["Usage Analytics"],"x-api-token-group":["Stream Read"]}},"/zones/{zone_id}/token_validation/config":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"token-validation-config-list","summary":"List token validation configurations","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"}],"responses":{"200":{"$ref":"#/components/responses/api-shield_list-configs-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"token-validation-config-create","summary":"Create a new Token Validation configuration","requestBody":{"$ref":"#/components/requestBodies/api-shield_create-config"},"responses":{"200":{"$ref":"#/components/responses/api-shield_create-config-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/token_validation/config/{config_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_config_id"}],"get":{"operationId":"token-validation-config-get","summary":"Get a single Token Configuration","responses":{"200":{"$ref":"#/components/responses/api-shield_get-config-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"token-validation-config-delete","summary":"Delete Token Configuration","responses":{"200":{"$ref":"#/components/responses/api-shield_delete-config-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"token-validation-config-edit","summary":"Edit an existing Token Configuration","requestBody":{"$ref":"#/components/requestBodies/api-shield_edit-config"},"responses":{"200":{"$ref":"#/components/responses/api-shield_edit-config-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/token_validation/config/{config_id}/credentials":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_config_id"}],"put":{"operationId":"token-validation-config-credentials-update","summary":"Update Token Configuration credentials","requestBody":{"$ref":"#/components/requestBodies/api-shield_update-config-credentials"},"responses":{"200":{"$ref":"#/components/responses/api-shield_update-config-credentials-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]},"patch":{"operationId":"token-validation-config-credentials-edit","summary":"Edit Token Configuration credentials","requestBody":{"$ref":"#/components/requestBodies/api-shield_edit-config-credentials"},"responses":{"200":{"$ref":"#/components/responses/api-shield_update-config-credentials-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/token_validation/rules":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"token-validation-rules-list","summary":"List token validation rules","parameters":[{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_page"},{"name":"token_configuration","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_uuid-2"}}},{"name":"action","in":"query","schema":{"$ref":"#/components/schemas/api-shield_action"}},{"name":"enabled","in":"query","schema":{"$ref":"#/components/schemas/api-shield_enabled"}},{"name":"id","in":"query","schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}},{"name":"rule_id","in":"query","schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}},{"name":"host","in":"query","schema":{"$ref":"#/components/schemas/api-shield_host"}},{"name":"hostname","in":"query","schema":{"$ref":"#/components/schemas/api-shield_host"}}],"responses":{"200":{"$ref":"#/components/responses/api-shield_list-rules-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"]},"post":{"operationId":"token-validation-rules-create","summary":"Create a token validation rule","requestBody":{"$ref":"#/components/requestBodies/api-shield_create-rule"},"responses":{"200":{"$ref":"#/components/responses/api-shield_create-rule-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/token_validation/rules/bulk":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"token-validation-rules-bulk-create","summary":"Bulk create token validation rules","requestBody":{"$ref":"#/components/requestBodies/api-shield_bulk-create-rules"},"responses":{"200":{"$ref":"#/components/responses/api-shield_bulk-create-rules-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]},"patch":{"operationId":"token-validation-rules-bulk-edit","summary":"Bulk edit token validation rules","requestBody":{"$ref":"#/components/requestBodies/api-shield_bulk-edit-rules"},"responses":{"200":{"$ref":"#/components/responses/api-shield_bulk-edit-rules-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/token_validation/rules/preview":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"token-validation-rules-preview","summary":"Preview operations covered by a Token Validation rule","parameters":[{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_page"},{"name":"state","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_selector-operation-state"}}},{"name":"host","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"}}},{"name":"hostname","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"}}},{"name":"method","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_method"}}},{"name":"endpoint","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_endpoint"}}}],"requestBody":{"$ref":"#/components/requestBodies/api-shield_preview-rules"},"responses":{"200":{"$ref":"#/components/responses/api-shield_preview-rules-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"]}},"/zones/{zone_id}/token_validation/rules/{rule_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_rule_id"}],"get":{"operationId":"token-validation-rules-get","summary":"Get a zone token validation rule","responses":{"200":{"$ref":"#/components/responses/api-shield_get-rule-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"]},"delete":{"operationId":"token-validation-rules-delete","summary":"Delete a zone token validation rule","responses":{"200":{"$ref":"#/components/responses/api-shield_delete-rule-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]},"patch":{"operationId":"token-validation-rules-edit","summary":"Edit a zone token validation rule","requestBody":{"$ref":"#/components/requestBodies/api-shield_edit-rule"},"responses":{"200":{"$ref":"#/components/responses/api-shield_edit-rule-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/url_normalization":{"get":{"operationId":"getUrlNormalization","summary":"Get URL Normalization settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_UrlNormalization"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["URL Normalization"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateUrlNormalization","summary":"Update URL Normalization settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UrlNormalization"},"responses":{"200":{"$ref":"#/components/responses/rulesets_UrlNormalization"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["URL Normalization"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"deleteUrlNormalization","summary":"Delete URL Normalization settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["URL Normalization"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/waiting_rooms":{"get":{"operationId":"waiting-room-list-waiting-rooms","summary":"List waiting rooms for zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}},{"$ref":"#/components/parameters/waitingroom_page"},{"$ref":"#/components/parameters/waitingroom_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"waiting-room-create-waiting-room","summary":"Create waiting room","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_waitingroom"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_single_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/preview":{"post":{"operationId":"waiting-room-create-a-custom-waiting-room-page-preview","summary":"Create a custom waiting room page preview","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_preview"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_preview_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_preview_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.page","x-fern-sdk-method-name":"preview","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/settings":{"get":{"operationId":"waiting-room-get-zone-settings","summary":"Get zone-level Waiting Room settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_zone_settings_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waiting-room-update-zone-settings","summary":"Update zone-level Waiting Room settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_zone_settings_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true},"patch":{"operationId":"waiting-room-patch-zone-settings","summary":"Patch zone-level Waiting Room settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_zone_settings_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}":{"get":{"operationId":"waiting-room-waiting-room-details","summary":"Waiting room details","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_single_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waiting-room-update-waiting-room","summary":"Update waiting room","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_waitingroom"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_single_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"waiting-room-delete-waiting-room","summary":"Delete waiting room","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_waiting_room_id_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"waiting-room-patch-waiting-room","summary":"Patch waiting room","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_waitingroom"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_single_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events":{"get":{"operationId":"waiting-room-list-events","summary":"List events","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}},{"$ref":"#/components/parameters/waitingroom_page"},{"$ref":"#/components/parameters/waitingroom_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}":{"get":{"operationId":"waiting-room-event-details","summary":"Event details","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waiting-room-update-event","summary":"Update event","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_event"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"waiting-room-delete-event","summary":"Delete event","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_id_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"waiting-room-patch-event","summary":"Patch event","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_event"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}/details":{"get":{"operationId":"waiting-room-preview-active-event-details","summary":"Preview active event details","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_details_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_details_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events.details","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules":{"get":{"operationId":"waiting-room-list-waiting-room-rules","summary":"List Waiting Room Rules","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_rules_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_rules_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waiting-room-replace-waiting-room-rules","summary":"Replace Waiting Room Rules","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_update_rules"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_rules_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_rules_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules/{rule_id}":{"delete":{"operationId":"waiting-room-delete-waiting-room-rule","summary":"Delete Waiting Room Rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_rule_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_rules_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_rules_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"waiting-room-patch-waiting-room-rule","summary":"Patch Waiting Room Rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_rule_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_patch_rule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_rules_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_rules_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/status":{"get":{"operationId":"waiting-room-get-waiting-room-status","summary":"Get waiting room status","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_status_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_status_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.statuses","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/web3/hostnames":{"get":{"operationId":"web3-hostname-list-web3-hostnames","summary":"List Web3 Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"web3-hostname-create-web3-hostname","summary":"Create Web3 Hostname","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/web3/hostnames/{identifier}":{"get":{"operationId":"web3-hostname-web3-hostname-details","summary":"Web3 Hostname Details","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"web3-hostname-delete-web3-hostname","summary":"Delete Web3 Hostname","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single-id"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"web3-hostname-edit-web3-hostname","summary":"Edit Web3 Hostname","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_modify_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list":{"get":{"operationId":"web3-hostname-ipfs-universal-path-gateway-content-list-details","summary":"IPFS Universal Path Gateway Content List Details","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_details_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_details_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_details_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"put":{"operationId":"web3-hostname-update-ipfs-universal-path-gateway-content-list","summary":"Update IPFS Universal Path Gateway Content List","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_details_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_details_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_details_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries":{"get":{"operationId":"web3-hostname-list-ipfs-universal-path-gateway-content-list-entries","summary":"List IPFS Universal Path Gateway Content List Entries","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_entry_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}":{"get":{"operationId":"web3-hostname-ipfs-universal-path-gateway-content-list-entry-details","summary":"IPFS Universal Path Gateway Content List Entry Details","parameters":[{"name":"content_list_entry_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_entry_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"put":{"operationId":"web3-hostname-edit-ipfs-universal-path-gateway-content-list-entry","summary":"Edit IPFS Universal Path Gateway Content List Entry","parameters":[{"name":"content_list_entry_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_entry_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_entry_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"delete":{"operationId":"web3-hostname-delete-ipfs-universal-path-gateway-content-list-entry","summary":"Delete IPFS Universal Path Gateway Content List Entry","parameters":[{"name":"content_list_entry_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single-id"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single-id"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/workers/routes":{"get":{"operationId":"worker-routes-list-routes","summary":"List Routes","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_route"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write","Workers Routes Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"worker-routes-create-route","summary":"Create Route","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_route"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_route"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/workers/routes/{route_id}":{"get":{"operationId":"worker-routes-get-route","summary":"Get Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_route"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write","Workers Routes Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-routes-update-route","summary":"Update Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_route"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_route"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"worker-routes-delete-route","summary":"Delete Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/workers_identifier"}}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/services/{service_name}":{"get":{"operationId":"wrangler-workers-get-service","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"service_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.read"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}},"delete":{"operationId":"wrangler-workers-delete-service","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"service_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{account_id}/workers/scripts/{script_name}/domains/records":{"put":{"operationId":"wrangler-workers-replace-domain-records","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"script_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/zones/{zoneId}/workers/edge-preview":{"get":{"operationId":"wrangler-workers-get-zone-edge-preview","parameters":[{"name":"zoneId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{accountId}/workers/subdomain/edge-preview":{"get":{"operationId":"wrangler-workers-get-account-edge-preview","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{accountId}/workers/scripts/{scriptName}/edge-preview":{"post":{"operationId":"wrangler-workers-create-edge-preview","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"string"}},{"name":"scriptName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{accountId}/workers/scripts/{scriptName}/domains/changeset":{"post":{"operationId":"wrangler-workers-create-domain-changeset","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"string"}},{"name":"scriptName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{account_id}/d1/database/{database_id}/export":{"post":{"operationId":"wrangler-d1-export-database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"database_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["d1.read"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"d1-export-database"}}},"/accounts/{account_id}/d1/database/{database_id}/import":{"post":{"operationId":"wrangler-d1-import-database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"database_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["d1.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"d1-import-database"}}},"/accounts/{account_id}/d1/database/{database_id}/time_travel/restore":{"post":{"operationId":"wrangler-d1-time-travel-restore","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"database_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["d1.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"d1-time-travel-restore"}}},"/accounts/{account_id}/workers/scripts/{script_name}/secrets-bulk":{"patch":{"operationId":"wrangler-workers-patch-script-secrets-bulk","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"script_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"worker-patch-script-secrets-bulk"}}}},"components":{"schemas":{"custom-pages_identifier":{"type":"string","maxLength":32,"x-auditable":true},"custom-pages_custom_page_result_list":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/custom-pages_custom_page"}}}}]},"custom-pages_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/custom-pages_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/custom-pages_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"custom-pages_preview_request":{"type":"object","properties":{"act":{"type":"string"},"target":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["act","target","url"]},"custom-pages_preview_token_result":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-pages_preview_token"}}}]},"custom-pages_error_page_type":{"type":"string","enum":["1000_errors","500_errors","basic_challenge","country_challenge","ip_block","managed_challenge","ratelimit_block","under_attack","waf_block","waf_challenge"],"x-auditable":true},"custom-pages_custom_page_result":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-pages_custom_page"}}}]},"custom-pages_state":{"type":"string","enum":["default","customized"],"x-auditable":true},"custom-pages_url":{"type":"string","format":"uri","default":"","x-auditable":true},"iam_account_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"Account Identifier"},"iam_response_single_account":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_account"}},"type":"object"}],"title":"Response with a single account"},"iam_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/iam_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/iam_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"iam_components-schemas-account":{"allOf":[{"$ref":"#/components/schemas/iam_account"}]},"iam_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/iam_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}},"required":["id"]}}}]},"abuse-reports_ReportStatus":{"type":"string","enum":["accepted","in_review"]},"abuse-reports_ReportType":{"type":"string","enum":["PHISH","GEN","THREAT","DMCA","EMER","TM","REG_WHO","NCSEI","NETWORK"]},"abuse-reports_MitigationStatus":{"type":"string","enum":["pending","active","in_review","cancelled","removed"]},"abuse-reports_Message":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]},"abuse-reports_AbuseReport":{"type":"object","properties":{"cdate":{"type":"string"},"domain":{"type":"string"},"id":{"type":"string"},"justification":{"type":"string"},"mitigation_summary":{"$ref":"#/components/schemas/abuse-reports_MitigationSummary"},"original_work":{"type":"string"},"status":{"$ref":"#/components/schemas/abuse-reports_ReportStatus"},"submitter":{"$ref":"#/components/schemas/abuse-reports_SubmitterDetails"},"type":{"$ref":"#/components/schemas/abuse-reports_ReportType"},"urls":{"type":"array","items":{"type":"string"}}},"required":["id","cdate","domain","type","status","mitigation_summary"]},"abuse-reports_UnauthorizedErrorResponse":{"oneOf":[{"$ref":"#/components/schemas/abuse-reports_CloudflareAPIErrorResponse"},{"$ref":"#/components/schemas/abuse-reports_AuthErrorResponse"}]},"abuse-reports_AppealEligibility":{"type":"object","properties":{"appeal_count":{"type":"integer"},"appealable":{"type":"boolean"},"has_appealable_mitigations":{"type":"boolean"},"has_open_appeal":{"type":"boolean"},"max_appeals":{"type":"integer"}},"required":["appealable","has_appealable_mitigations","has_open_appeal","appeal_count","max_appeals"]},"abuse-reports_EmailListItem":{"type":"object","properties":{"body":{"type":"string"},"id":{"type":"string"},"recipient":{"type":"string"},"sent_at":{"type":"string"},"subject":{"type":"string"}},"required":["id","subject","body","recipient","sent_at"]},"abuse-reports_MitigationType":{"type":"string","enum":["account_suspend","copyright_interstitial","geo_block","legal_block","malware_interstitial","misleading_interstitial","network_block","phishing_interstitial","playfairite_enforce","r2_takedown_account","r2_takedown_bucket","r2_takedown_object","rate_limit_cache","redirect_video_stream","zone_fint","registrar_freeze","registrar_parking","stream_block_account","user_suspend","workers_takedown_by_zone_id"]},"abuse-reports_MitigatedEntityType":{"type":"string","enum":["url_pattern","account","zone"]},"abuse-reports_MitigationListItem":{"type":"object","properties":{"effective_date":{"type":"string"},"entity_id":{"type":"string"},"entity_type":{"$ref":"#/components/schemas/abuse-reports_MitigatedEntityType"},"id":{"type":"string"},"status":{"$ref":"#/components/schemas/abuse-reports_MitigationStatus"},"type":{"$ref":"#/components/schemas/abuse-reports_MitigationType"}},"required":["id","type","effective_date","status","entity_type","entity_id"]},"abuse-reports_MitigationAppealRequest":{"type":"object","properties":{"appeals":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_MitigationAppeal"}},"data":{"$ref":"#/components/schemas/abuse-reports_DMCACounterNotice"},"type":{"$ref":"#/components/schemas/abuse-reports_AppealType"}},"oneOf":[{"required":["appeals"]},{"required":["type"]}]},"abuse-reports_MitigationAppealResult":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_MitigationListItem"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"success":{"type":"boolean"}},"required":["success","result_info"]},"abuse-reports_ErrorMessage":{"type":"object","properties":{"code":{"oneOf":[{"type":"string"},{"type":"number"}]},"message":{"type":"string"}},"required":["message"]},"access_identifier":{"type":"string","maxLength":32,"x-auditable":true},"access_response_collection-7":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_app_response"}}}}]},"access_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/access_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/access_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"access_app_request":{"anyOf":[{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"},{"$ref":"#/components/schemas/access_app_req_embedded_scim_config"}],"title":"Self Hosted Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_saas_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"},{"$ref":"#/components/schemas/access_app_req_embedded_scim_config"}],"title":"SaaS Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_ssh_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"},{"$ref":"#/components/schemas/access_app_req_embedded_scim_config"}],"title":"Browser SSH Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_vnc_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"},{"$ref":"#/components/schemas/access_app_req_embedded_scim_config"}],"title":"Browser VNC Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_app_launcher_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"App Launcher Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_warp_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Device Enrollment Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_biso_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Browser Isolation Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_proxy_endpoint_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Gateway Identity Proxy Endpoint Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_bookmark_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Bookmark application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_infra_props"},{"$ref":"#/components/schemas/access_infra_app_req_embedded_policies"}],"title":"Infrastructure application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_rdp_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Browser RDP Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_mcp_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"MCP Server Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_mcp_portal_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"MCP Server Portal Application","type":"object"}]},"access_single_response-8":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_response"}}}]},"access_app_response":{"anyOf":[{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_self_hosted_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Self Hosted Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_saas_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"SaaS Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_ssh_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Browser SSH Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_vnc_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Browser VNC Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_app_launcher_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"App Launcher Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_warp_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Device Enrollment Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_biso_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Browser Isolation Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_proxy_endpoint_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Gateway Identity Proxy Endpoint Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_bookmark_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Bookmark application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_infra_props"},{"$ref":"#/components/schemas/access_infra_app_resp_embedded_policies"}],"title":"Infrastructure application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_rdp_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Browser RDP Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_mcp_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"MCP Server Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_mcp_portal_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"MCP Server Portal Application","type":"object"}]},"access_response_collection-4":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_ca"}}}}]},"access_app_id":{"oneOf":[{"$ref":"#/components/schemas/access_identifier"},{"$ref":"#/components/schemas/access_uuid"}]},"access_id_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_uuid"}}}}}]},"access_uuid":{"type":"string","maxLength":36,"x-auditable":true},"access_single_response-5":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_ca"}}}]},"access_id_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_id-2"}}}}}]},"access_response_collection-8":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_app_policy_response"}}},"type":"object"}]},"access_app_policy_request":{"type":"object","allOf":[{"properties":{"precedence":{"$ref":"#/components/schemas/access_precedence"}},"type":"object"},{"$ref":"#/components/schemas/access_policy_req"}]},"access_single_response-9":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_policy_response"}},"type":"object"}]},"access_id_response-4":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_uuid"}}}},"type":"object"}]},"access_empty_response-2":{"type":"object","allOf":[{"properties":{"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[true,false]}}}]},"access_app_settings_request":{"type":"object","properties":{"allow_iframe":{"$ref":"#/components/schemas/access_allow_iframe"},"skip_interstitial":{"$ref":"#/components/schemas/access_skip_interstitial"}}},"access_single_response_update":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_settings_response"}}}]},"access_policy_check_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"app_state":{"type":"object","properties":{"app_uid":{"$ref":"#/components/schemas/access_uuid"},"aud":{"type":"string"},"hostname":{"type":"string"},"name":{"type":"string"},"policies":{"type":"array","items":{"type":"object"}},"status":{"type":"string"}}},"user_identity":{"type":"object","properties":{"account_id":{"type":"string"},"device_sessions":{"type":"object"},"email":{"type":"string"},"geo":{"type":"object","properties":{"country":{"type":"string"}}},"iat":{"type":"integer"},"id":{"type":"string"},"is_gateway":{"type":"boolean"},"is_warp":{"type":"boolean"},"name":{"type":"string"},"user_uuid":{"$ref":"#/components/schemas/access_uuid"},"version":{"type":"integer"}}}}}}}]},"access_identifier-3":{"type":"string","x-auditable":true},"access_response_collection-14":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_bookmarks"}}}}]},"access_single_response-13":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_bookmarks"}}}]},"access_response_collection-5":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_certificates"}}}}]},"access_associated_hostnames":{"type":"array","items":{"type":"string","x-auditable":true}},"access_name-7":{"type":"string","x-auditable":true},"access_single_response-6":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_certificates"}}}]},"access_response_collection_hostnames":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_settings"}}}}]},"access_settings":{"type":"object","properties":{"china_network":{"type":"boolean","x-auditable":true},"client_certificate_forwarding":{"type":"boolean","x-auditable":true},"hostname":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["hostname","china_network","client_certificate_forwarding"],"title":"Hostname Settings"},"access_id_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_uuid"}}}}}]},"access_response_collection-10":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_custom_page_without_html"}}}}]},"access_custom_page":{"type":"object","properties":{"app_count":{"$ref":"#/components/schemas/access_app_count-2"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"custom_html":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/access_name-11"},"type":{"$ref":"#/components/schemas/access_type-2"},"uid":{"$ref":"#/components/schemas/access_uuid"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"required":["name","custom_html","type"]},"access_single_response_without_html":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_custom_page_without_html"}}}]},"access_single_response-11":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_custom_page"}}}]},"access_response_collection-6":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_certificates-2"}}}}]},"access_single_response-7":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_certificates-2"}}}]},"access_response_collection-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_groups-2"}}}}]},"access_exclude":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_include":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_is_default":{"type":"boolean","x-auditable":true},"access_name-6":{"type":"string","x-auditable":true},"access_require":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_single_response-4":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_groups-2"}}}]},"access_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/access_azureAD"},{"$ref":"#/components/schemas/access_centrify"},{"$ref":"#/components/schemas/access_facebook"},{"$ref":"#/components/schemas/access_github"},{"$ref":"#/components/schemas/access_google"},{"$ref":"#/components/schemas/access_google-apps"},{"$ref":"#/components/schemas/access_linkedin"},{"$ref":"#/components/schemas/access_oidc"},{"$ref":"#/components/schemas/access_okta"},{"$ref":"#/components/schemas/access_onelogin"},{"$ref":"#/components/schemas/access_pingone"},{"$ref":"#/components/schemas/access_saml"},{"$ref":"#/components/schemas/access_yandex"},{"$ref":"#/components/schemas/access_onetimepin"},{"$ref":"#/components/schemas/access_cloudflare"}]}}},"type":"object"}]},"access_identity-providers":{"type":"object","anyOf":[{"$ref":"#/components/schemas/access_azureAD"},{"$ref":"#/components/schemas/access_centrify"},{"$ref":"#/components/schemas/access_facebook"},{"$ref":"#/components/schemas/access_github"},{"$ref":"#/components/schemas/access_google"},{"$ref":"#/components/schemas/access_google-apps"},{"$ref":"#/components/schemas/access_linkedin"},{"$ref":"#/components/schemas/access_oidc"},{"$ref":"#/components/schemas/access_okta"},{"$ref":"#/components/schemas/access_onelogin"},{"$ref":"#/components/schemas/access_pingone"},{"$ref":"#/components/schemas/access_saml"},{"$ref":"#/components/schemas/access_yandex"},{"$ref":"#/components/schemas/access_onetimepin"},{"$ref":"#/components/schemas/access_cloudflare"}]},"access_single_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_identity-providers"}}}]},"access_cf_resource_id":{"type":"array","items":{"type":"string"},"maxItems":50},"access_idp_resource_id":{"type":"array","items":{"type":"string"},"maxItems":50},"access_name-4":{"type":"string"},"access_scim_groups_response":{"allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_groups"}}},"type":"object"}]},"access_cf_resource_id-2":{"type":"array","items":{"type":"string"},"maxItems":50},"access_idp_resource_id-2":{"type":"array","items":{"type":"string"},"maxItems":50},"access_username":{"type":"string"},"access_email":{"type":"string"},"access_name-5":{"type":"string"},"access_scim_users_response":{"allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_users"}}},"type":"object"}]},"access_single_response-12":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_key_config"}}}]},"access_key_rotation_interval_days":{"type":"number","maximum":365,"minimum":21,"x-auditable":true},"access_email-3":{"type":"string","format":"email"},"access_user_id":{"type":"string","format":"uuid"},"access_response_collection-11":{"allOf":[{"$ref":"#/components/schemas/access_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_access-requests"}}}}]},"access_limit":{"type":"integer","default":20},"access_direction":{"type":"string","default":"desc","enum":["desc","asc"]},"access_since":{"type":"string","format":"date-time"},"access_until":{"type":"string","format":"date-time"},"access_idp_id":{"type":"array","items":{"type":"string"}},"access_status-2":{"type":"array","items":{"enum":["FAILURE","SUCCESS"],"type":"string"}},"access_resource_type":{"type":"array","items":{"enum":["USER","GROUP"],"type":"string"}},"access_request_method":{"type":"array","items":{"enum":["DELETE","PATCH","POST","PUT"],"type":"string"}},"access_resource_user_email":{"type":"array","items":{"format":"email","type":"string"}},"access_resource_group_name":{"type":"array","items":{"type":"string"}},"access_cf_resource_id-3":{"type":"array","items":{"type":"string"}},"access_idp_resource_id-3":{"type":"array","items":{"type":"string"}},"access_scim_update_logs_response":{"allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_responses"}}},"type":"object"}]},"access_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"type":"object"},{"properties":{"result":{"$ref":"#/components/schemas/access_organizations"}}}]},"access_allow_authenticate_via_warp":{"type":"boolean","default":false,"x-auditable":true},"access_auth_domain":{"type":"string","x-auditable":true},"access_auto_redirect_to_identity":{"type":"boolean","default":false,"x-auditable":true},"access_custom_pages":{"type":"object","properties":{"forbidden":{"type":"string"},"identity_denied":{"type":"string"}}},"access_deny_unmatched_requests":{"type":"boolean","x-auditable":true},"access_deny_unmatched_requests_exempted_zone_names":{"type":"array","items":{"type":"string"},"x-auditable":true},"access_is_ui_read_only":{"type":"boolean","default":false,"x-auditable":true},"access_login_design":{"type":"object","properties":{"background_color":{"type":"string"},"footer_text":{"type":"string"},"header_text":{"type":"string"},"logo_path":{"type":"string"},"text_color":{"type":"string"}}},"access_org_mfa_config":{"type":"object","properties":{"allowed_authenticators":{"type":"array","items":{"enum":["totp","biometrics","security_key","piv_key"],"type":"string"}},"amr_matching_session_duration":{"type":"string"},"required_aaguids":{"type":"string","format":"uuid"},"session_duration":{"type":"string"}},"x-auditable":true},"access_mfa_piv_key_requirements":{"type":"object","properties":{"pin_policy":{"type":"string","enum":["never","once","always"]},"require_fips_device":{"type":"boolean"},"ssh_key_size":{"type":"array","items":{"enum":[256,384,521,2048,3072,4096],"type":"integer"}},"ssh_key_type":{"type":"array","items":{"enum":["ecdsa","ed25519","rsa"],"type":"string"}},"touch_policy":{"type":"string","enum":["never","always","cached"]}},"x-auditable":true},"access_mfa_required_for_all_apps":{"type":"boolean","default":false,"x-auditable":true},"access_name":{"type":"string","x-auditable":true},"access_session_duration":{"type":"string"},"access_ui_read_only_toggle_reason":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"access_user_seat_expiration_inactive_time":{"type":"string","x-auditable":true},"access_warp_auth_non_browser_401":{"type":"boolean","default":false,"x-auditable":true},"access_warp_auth_session_duration":{"type":"string","x-auditable":true},"access_single_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_service-tokens"}}}]},"access_doh_jwt_duration":{"type":"string","x-auditable":true},"access_empty_response":{"type":"object","allOf":[{"properties":{"result":{"type":"boolean","enum":[true,false]},"success":{"type":"boolean","enum":[true,false]}}}]},"access_response_collection-9":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_reusable_policy_resp"}}}}]},"access_policy_req":{"type":"object","properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups"},"approval_required":{"$ref":"#/components/schemas/access_approval_required"},"connection_rules":{"$ref":"#/components/schemas/access_connection_rules"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required"},"mfa_config":{"$ref":"#/components/schemas/access_mfa_config"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-3"}},"allOf":[{"$ref":"#/components/schemas/access_base_policy_req"}]},"access_single_response-10":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_reusable_policy_resp"}}}]},"access_uuid-2":{"type":"string","maxLength":36},"access_id_response-5":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_uuid-2"}}}}}]},"access_policy_init_req":{"type":"object","properties":{"policies":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/access_policy_req"},{"type":"string"}]}}}},"access_policy_init_resp":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_policy_test_id"},"status":{"$ref":"#/components/schemas/access_status"}}}}}]},"access_policy_test_id":{"type":"string","maxLength":64,"x-auditable":true},"access_policy_update_resp":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_policy_test_id"},"percent_approved":{"$ref":"#/components/schemas/access_percent_approved"},"percent_blocked":{"$ref":"#/components/schemas/access_percent_blocked"},"percent_errored":{"$ref":"#/components/schemas/access_percent_errored"},"percent_users_processed":{"$ref":"#/components/schemas/access_percent_users_processed"},"status":{"$ref":"#/components/schemas/access_update_status"},"total_users":{"$ref":"#/components/schemas/access_total_users"},"users_approved":{"$ref":"#/components/schemas/access_users_approved"},"users_blocked":{"$ref":"#/components/schemas/access_users_blocked"},"users_errored":{"$ref":"#/components/schemas/access_users_errored"}}}}}]},"access_policy_users_resp":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_policy_users"}}}}]},"access_identifier-2":{"allOf":[{"$ref":"#/components/schemas/access_identifier"},{}]},"access_seats_definition":{"type":"array","items":{"$ref":"#/components/schemas/access_seat"},"required":["seat_uid","gateway_seat","access_seat"]},"access_response_collection-13":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_seats"}}}}]},"access_response_collection-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_service-tokens"}}}}]},"access_client_secret_version":{"type":"number","default":1,"x-auditable":true},"access_duration":{"type":"string","default":"8760h","x-auditable":true},"access_name-2":{"type":"string","x-auditable":true},"access_previous_client_secret_expires_at":{"type":"string","format":"date-time","x-auditable":true},"access_create_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"client_id":{"$ref":"#/components/schemas/access_client_id"},"client_secret":{"$ref":"#/components/schemas/access_client_secret"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"duration":{"$ref":"#/components/schemas/access_duration"},"id":{"type":"string"},"name":{"$ref":"#/components/schemas/access_name-2"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}}}}]},"access_response_collection-24":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result_info":{"type":"object","properties":{"count":{},"page":{},"per_page":{},"total_count":{}}}}},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_users-2"}}}}]},"access_single_user_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_users-2"}}}]},"access_email-2":{"type":"string","format":"email"},"access_name-10":{"type":"string"},"access_active_sessions_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"expiration":{"type":"integer"},"metadata":{"type":"object","properties":{"apps":{"type":"object","additionalProperties":{"properties":{"hostname":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"uid":{"type":"string"}},"type":"object"}},"expires":{"type":"integer"},"iat":{"type":"integer"},"nonce":{"type":"string"},"ttl":{"type":"integer"}}},"name":{"type":"string"}},"type":"object"}}}}]},"access_nonce":{"type":"string"},"access_active_session_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity"},{"properties":{"isActive":{"type":"boolean"}},"type":"object"}]}}}]},"access_failed_login_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"expiration":{"type":"integer"},"metadata":{"type":"object"}},"type":"object"}}}}]},"access_last_seen_identity_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity"}]}}}]},"addressing_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/addressing_address-maps"}}}}]},"addressing_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/addressing_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/addressing_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"addressing_enabled":{"type":"boolean","default":false,"nullable":true,"x-auditable":true},"addressing_ip_address":{"type":"string","x-auditable":true},"addressing_membership_requests":{"type":"array","items":{"$ref":"#/components/schemas/addressing_address-maps-membership-request"}},"addressing_full_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/addressing_address-maps"},{"properties":{"ips":{"$ref":"#/components/schemas/addressing_ips"},"memberships":{"$ref":"#/components/schemas/addressing_memberships"}},"type":"object"}]}},"type":"object"}]},"addressing_address_map_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"addressing_default_sni":{"type":"string","nullable":true,"x-auditable":true},"addressing_components-schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_address-maps"}}}]},"addressing_zone_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_loa_upload_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/addressing_account_identifier"},"auto_generated":{"$ref":"#/components/schemas/addressing_auto_generated"},"created":{"$ref":"#/components/schemas/addressing_timestamp"},"filename":{"$ref":"#/components/schemas/addressing_filename"},"id":{"$ref":"#/components/schemas/addressing_loa_document_identifier"},"size_bytes":{"$ref":"#/components/schemas/addressing_size_bytes"},"verified":{"$ref":"#/components/schemas/addressing_verified"},"verified_at":{"$ref":"#/components/schemas/addressing_verified_at"}}}}}]},"addressing_loa_document_identifier":{"type":"string","maxLength":32,"nullable":true,"x-auditable":true},"addressing_response_collection":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/addressing_ipam-prefixes"}}}}]},"addressing_prefix_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_single_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_ipam-prefixes"}}}]},"addressing_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"}]},"addressing_response_collection_bgp":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/addressing_ipam-bgp-prefixes"}}}}]},"addressing_bgp_prefix_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_single_response_bgp":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_ipam-bgp-prefixes"}}}]},"addressing_bgp_prefix_update_advertisement":{"type":"object","properties":{"asn_prepend_count":{"$ref":"#/components/schemas/addressing_asn_prepend_count"},"auto_advertise_withdraw":{"$ref":"#/components/schemas/addressing_auto_advertise_withdraw"},"on_demand":{"type":"object","properties":{"advertised":{"type":"boolean"}}}}},"addressing_advertised_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"advertised":{"$ref":"#/components/schemas/addressing_components-schemas-advertised"},"advertised_modified_at":{"$ref":"#/components/schemas/addressing_modified_at_nullable"}}}}}]},"addressing_components-schemas-advertised":{"type":"boolean","x-auditable":true},"addressing_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/addressing_messages"},"messages":{"$ref":"#/components/schemas/addressing_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"addressing_service_binding":{"type":"object","properties":{"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"id":{"$ref":"#/components/schemas/addressing_service_binding_identifier"},"provisioning":{"$ref":"#/components/schemas/addressing_provisioning"},"service_id":{"$ref":"#/components/schemas/addressing_service_identifier"},"service_name":{"$ref":"#/components/schemas/addressing_service_name"}}},"addressing_create_binding_request":{"type":"object","properties":{"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"service_id":{"$ref":"#/components/schemas/addressing_service_identifier"}},"required":["cidr","service_id"]},"addressing_service_binding_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_cidr":{"type":"string","x-auditable":true},"addressing_delegated_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_ipam-delegations"}}}]},"addressing_delegation_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"addressing_id_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/addressing_delegation_identifier"}}}}}]},"dls_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dls_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dls_region_key":{"type":"string","x-auditable":true},"dls_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dls_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dls_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"addressing_service_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_service_name":{"type":"string","x-auditable":true},"aig-billing_GetCreditBalanceResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetCreditBalanceResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors"]},"aig-billing_GetInvoiceHistoryResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetInvoiceHistoryResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetInvoicePreviewResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetInvoicePreviewResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetSpendingLimitResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetSpendingLimitResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_SetSpendingLimitResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_SetSpendingLimitResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_DeleteSpendingLimitResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_DeleteSpendingLimitResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_CreateTopupResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_CreateTopupResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetTopupConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetTopupConfigResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_SetTopupConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_SetTopupConfigResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_DeleteTopupConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_DeleteTopupConfigResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetTopupLimitsResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetTopupLimitsResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_TopupStatusResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_TopupStatusResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetUsageHistoryResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetUsageHistoryResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aaa_account-id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"aaa_alerts-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"object","additionalProperties":{"items":{"$ref":"#/components/schemas/aaa_alert-types"},"type":"array"}}}}]},"aaa_api-response-common-failure-3":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/aaa_messages-3"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/aaa_messages-3"}]},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"aaa_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_pagerduty"}}}}]},"aaa_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-3"},"messages":{"$ref":"#/components/schemas/aaa_messages-3"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"aaa_sensitive_id_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/aaa_token"}}}}}]},"aaa_id_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/aaa_uuid"}}}}}]},"aaa_integration-token":{"type":"string","maxLength":32,"readOnly":true},"aaa_webhooks_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_webhooks"}}}}]},"aaa_components-schemas-name":{"type":"string","x-auditable":true},"aaa_secret":{"type":"string","writeOnly":true,"x-sensitive":true},"aaa_url":{"type":"string"},"aaa_webhook-id":{"type":"string","maxLength":32,"x-auditable":true},"aaa_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/aaa_webhooks"}}}]},"aaa_per_page":{"type":"number","default":25,"maximum":1000,"minimum":5},"aaa_before":{"type":"string","format":"date-time"},"aaa_history_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_history"}},"result_info":{"type":"object"}}}]},"aaa_policies_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_policies"}}}}]},"aaa_alert_interval":{"type":"string","x-auditable":true},"aaa_alert_type":{"type":"string","enum":["abuse_report_alert","access_custom_certificate_expiration_type","advanced_ddos_attack_l4_alert","advanced_ddos_attack_l7_alert","advanced_http_alert_error","bgp_hijack_notification","billing_usage_alert","block_notification_block_removed","block_notification_new_block","block_notification_review_rejected","bot_traffic_basic_alert","brand_protection_alert","brand_protection_digest","clickhouse_alert_fw_anomaly","clickhouse_alert_fw_ent_anomaly","cloudforce_one_request_notification","cni_maintenance_notification","custom_analytics","custom_bot_detection_alert","custom_ssl_certificate_event_type","dedicated_ssl_certificate_event_type","device_connectivity_anomaly_alert","dos_attack_l4","dos_attack_l7","expiring_service_token_alert","failing_logpush_job_disabled_alert","fbm_auto_advertisement","fbm_dosd_attack","fbm_volumetric_attack","health_check_status_notification","hostname_aop_custom_certificate_expiration_type","http_alert_edge_error","http_alert_origin_error","image_notification","image_resizing_notification","incident_alert","load_balancing_health_alert","load_balancing_pool_enablement_alert","logo_match_alert","magic_tunnel_health_check_event","magic_wan_tunnel_health","maintenance_event_notification","mtls_certificate_store_certificate_expiration_type","pages_event_alert","radar_notification","real_origin_monitoring","scriptmonitor_alert_new_code_change_detections","scriptmonitor_alert_new_hosts","scriptmonitor_alert_new_malicious_hosts","scriptmonitor_alert_new_malicious_scripts","scriptmonitor_alert_new_malicious_url","scriptmonitor_alert_new_max_length_resource_url","scriptmonitor_alert_new_resources","secondary_dns_all_primaries_failing","secondary_dns_primaries_failing","secondary_dns_warning","secondary_dns_zone_successfully_updated","secondary_dns_zone_validation_warning","security_insights_alert","sentinel_alert","stream_live_notifications","synthetic_test_latency_alert","synthetic_test_low_availability_alert","traffic_anomalies_alert","tunnel_health_event","tunnel_update_event","universal_ssl_event_type","web_analytics_metrics_update","zone_aop_custom_certificate_expiration_type"],"x-auditable":true},"aaa_enabled":{"type":"boolean","default":true,"x-auditable":true},"aaa_filters":{"type":"object","properties":{"actions":{"type":"array","items":{"type":"string","x-auditable":true}},"affected_asns":{"type":"array","items":{"type":"string","x-auditable":true}},"affected_components":{"type":"array","items":{"type":"string","x-auditable":true}},"affected_locations":{"type":"array","items":{"type":"string","x-auditable":true}},"airport_code":{"type":"array","items":{"type":"string","x-auditable":true}},"alert_trigger_preferences":{"type":"array","items":{"type":"string","x-auditable":true}},"alert_trigger_preferences_value":{"type":"array","items":{"type":"string","x-auditable":true}},"enabled":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"environment":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"event":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"event_source":{"type":"array","items":{"type":"string","x-auditable":true}},"event_type":{"type":"array","items":{"type":"string","x-auditable":true}},"group_by":{"type":"array","items":{"type":"string","x-auditable":true}},"health_check_id":{"type":"array","items":{"type":"string","x-auditable":true}},"incident_impact":{"type":"array","items":{"enum":["INCIDENT_IMPACT_NONE","INCIDENT_IMPACT_MINOR","INCIDENT_IMPACT_MAJOR","INCIDENT_IMPACT_CRITICAL"],"type":"string","x-auditable":true}},"input_id":{"type":"array","items":{"type":"string","x-auditable":true}},"insight_class":{"type":"array","items":{"type":"string","x-auditable":true}},"limit":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"logo_tag":{"type":"array","items":{"type":"string","x-auditable":true}},"megabits_per_second":{"type":"array","items":{"type":"string","x-auditable":true}},"new_health":{"type":"array","items":{"type":"string","x-auditable":true}},"new_status":{"type":"array","items":{"type":"string","x-auditable":true}},"packets_per_second":{"type":"array","items":{"type":"string","x-auditable":true}},"pool_id":{"type":"array","items":{"type":"string","x-auditable":true}},"pop_names":{"type":"array","items":{"type":"string","x-auditable":true}},"product":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"project_id":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"protocol":{"type":"array","items":{"type":"string","x-auditable":true}},"query_tag":{"type":"array","items":{"type":"string","x-auditable":true}},"requests_per_second":{"type":"array","items":{"type":"string","x-auditable":true}},"selectors":{"type":"array","items":{"type":"string","x-auditable":true}},"services":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"slo":{"type":"array","items":{"type":"string","x-auditable":true}},"status":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"target_hostname":{"type":"array","items":{"type":"string","x-auditable":true}},"target_ip":{"type":"array","items":{"type":"string","x-auditable":true}},"target_zone_name":{"type":"array","items":{"type":"string","x-auditable":true}},"traffic_exclusions":{"type":"array","items":{"enum":["security_events"],"maxItems":1,"type":"string","x-auditable":true}},"tunnel_id":{"type":"array","items":{"type":"string","x-auditable":true}},"tunnel_name":{"type":"array","items":{"type":"string","x-auditable":true}},"type":{"type":"array","items":{"type":"string","x-auditable":true}},"where":{"type":"array","items":{"type":"string","x-auditable":true}},"zones":{"type":"array","items":{"type":"string","x-auditable":true}}}},"aaa_mechanisms":{"type":"object","properties":{"email":{"type":"array","items":{"properties":{"id":{"type":"string","x-auditable":true}},"type":"object"}},"pagerduty":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/aaa_uuid"}},"type":"object"}},"webhooks":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/aaa_uuid"}},"type":"object"}}}},"aaa_schemas-name":{"type":"string","x-auditable":true},"aaa_policy-id":{"type":"string","maxLength":32,"x-auditable":true},"aaa_single_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/aaa_policies"}}}]},"aaa_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result_info":{"$ref":"#/components/schemas/aaa_result_info-2"}}}]},"aaa_unsubscribe_email_single_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/aaa_unsubscribe_email"}}}]},"aaa_silences_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_silence"}}}}]},"aaa_silence_update_request":{"type":"object","properties":{"end_time":{"type":"string","x-auditable":true},"id":{"$ref":"#/components/schemas/aaa_silence-id"},"start_time":{"type":"string","x-auditable":true}}},"aaa_silence_create_request":{"type":"object","properties":{"end_time":{"type":"string","x-auditable":true},"policy_id":{"$ref":"#/components/schemas/aaa_policy-id"},"start_time":{"type":"string","x-auditable":true}}},"aaa_silence-id":{"type":"string","maxLength":32,"x-auditable":true},"aaa_silence_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"$ref":"#/components/schemas/aaa_silence"}}}]},"art_DataSecurityContentFindingsTopNQuery":{"type":"object","properties":{"filters":{"type":"array","items":{"$ref":"#/components/schemas/art_Filter"}},"from":{"type":"string","format":"date-time"},"n":{"type":"integer","format":"int64","minimum":1},"to":{"type":"string","format":"date-time"}},"required":["from","to","n","filters"]},"art_TopNResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"art_DataSecurityFindingsSummaryQuery":{"type":"object","properties":{"filters":{"type":"array","items":{"$ref":"#/components/schemas/art_Filter"}},"from":{"type":"string","format":"date-time"},"to":{"type":"string","format":"date-time"}},"required":["from","to","filters"]},"art_SummaryResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"$ref":"#/components/schemas/art_SummaryResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"art_DataSecurityFindingsTimeseriesQuery":{"type":"object","properties":{"filters":{"type":"array","items":{"$ref":"#/components/schemas/art_Filter"}},"from":{"type":"string","format":"date-time"},"to":{"type":"string","format":"date-time"}},"required":["from","to","filters"]},"art_DataSecurityFindingsTimeseriesResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"$ref":"#/components/schemas/art_DataSecurityFindingsTimeseriesResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"art_QuerySummary":{"allOf":[{"$ref":"#/components/schemas/art_CommonQuery"}]},"art_QueryTimeseries":{"allOf":[{"$ref":"#/components/schemas/art_CommonQuery"},{"properties":{"resolution":{"type":"string"}},"required":["resolution"],"type":"object"}]},"art_TimeseriesResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"$ref":"#/components/schemas/art_TimeseriesResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"art_QueryTopN":{"allOf":[{"$ref":"#/components/schemas/art_CommonQuery"},{"properties":{"n":{"type":"integer","format":"int64","minimum":1},"orderBy":{"type":"string"}},"required":["n","orderBy"],"type":"object"}]},"aaa_identifier":{"type":"string","maxLength":32,"readOnly":true},"aaa_audit_logs_response_collection":{"oneOf":[{"properties":{"errors":{"$ref":"#/components/schemas/aaa_messages"},"messages":{"$ref":"#/components/schemas/aaa_messages"},"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs"}},"success":{"type":"boolean"}}},{"$ref":"#/components/schemas/aaa_api-response-common"}]},"aaa_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/aaa_messages"}],"minLength":1},"messages":{"$ref":"#/components/schemas/aaa_messages"},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"dos_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dos_asn":{"type":"integer"},"dos_timestamp":{"type":"string","format":"date-time","x-auditable":true},"dos_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dos_messages"},"messages":{"$ref":"#/components/schemas/dos_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dos_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dos_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dos_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"brand-protection-api_LogoMatch":{"type":"object","properties":{"matches":{"type":"array","items":{"additionalProperties":{},"type":"object"}},"total":{"type":"integer"}}},"brand-protection-api_ImageFile":{"type":"object","properties":{"image":{"type":"string","format":"binary"}}},"brand-protection-api_Logo":{"type":"object","properties":{"id":{"type":"integer"},"tag":{"type":"string"},"upload_path":{"type":"string"}}},"brand-protection-api_QueryMatch":{"type":"object","properties":{"matches":{"type":"array","items":{"additionalProperties":{},"type":"object"}},"total":{"type":"integer"}}},"brand-protection-api_Query":{"type":"object","properties":{"max_time":{"type":"string","format":"date-time","nullable":true},"min_time":{"type":"string","format":"date-time","nullable":true},"scan":{"type":"boolean"},"string_matches":{},"tag":{"type":"string"}}},"brand-protection-api_QueryBulk":{"type":"object","properties":{"queries":{"type":"array","items":{"additionalProperties":{},"type":"object"}}}},"brand-protection-api_URLSubmit":{"type":"object","properties":{"skipped_urls":{"type":"array","items":{"additionalProperties":{},"type":"object"}},"submitted_urls":{"type":"array","items":{"additionalProperties":{},"type":"object"}}}},"brand-protection-api_URLInfo":{"type":"object","properties":{"result":{"type":"array","items":{"additionalProperties":{},"type":"object"}}}},"brapi_SerializedAXNode":{"type":"object","properties":{"autocomplete":{"type":"string"},"checked":{"oneOf":[{"type":"boolean"},{"enum":["mixed"],"type":"string"}]},"children":{"type":"array","items":{"$ref":"#/components/schemas/brapi_SerializedAXNode"}},"disabled":{"type":"boolean"},"expanded":{"type":"boolean"},"focused":{"type":"boolean"},"haspopup":{"type":"string"},"invalid":{"type":"string"},"keyshortcuts":{"type":"string"},"level":{"type":"number"},"modal":{"type":"boolean"},"multiline":{"type":"boolean"},"multiselectable":{"type":"boolean"},"name":{"type":"string"},"orientation":{"type":"string"},"pressed":{"oneOf":[{"type":"boolean"},{"enum":["mixed"],"type":"string"}]},"readonly":{"type":"boolean"},"required":{"type":"boolean"},"role":{"type":"string"},"roledescription":{"type":"string"},"selected":{"type":"boolean"},"value":{"oneOf":[{"type":"string"},{"type":"number"}]},"valuemax":{"type":"number"},"valuemin":{"type":"number"},"valuetext":{"type":"string"}},"required":["role"]},"builds_APIResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","nullable":true},"result_info":{"$ref":"#/components/schemas/builds_PaginationInfo"},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"builds_GetAccountLimitResponse":{"type":"object","properties":{"build_minutes_refresh_on":{"type":"string","format":"date-time","nullable":true},"has_reached_build_minutes_limit":{"type":"boolean","nullable":true}}},"builds_version_ids":{"type":"string"},"builds_BuildsByVersionResponse":{"type":"object","properties":{"builds":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/builds_BuildResponse"}}}},"builds_external_script_ids":{"type":"string"},"builds_LatestBuildsResponse":{"type":"object","properties":{"builds":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/builds_BuildResponse"}}}},"builds_BuildResponse":{"type":"object","properties":{"build_outcome":{"$ref":"#/components/schemas/builds_BuildOutcome"},"build_trigger_metadata":{"$ref":"#/components/schemas/builds_BuildTriggerMetadataResponse"},"build_uuid":{"$ref":"#/components/schemas/builds_build_uuid"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"initializing_on":{"type":"string","format":"date-time","nullable":true},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"},"pull_request":{"type":"object","nullable":true,"properties":{"created_on":{"$ref":"#/components/schemas/builds_created_on"},"pull_request_url":{"type":"string","format":"uri"}}},"running_on":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/builds_BuildStatus"},"stopped_on":{"$ref":"#/components/schemas/builds_stopped_on"},"trigger":{"type":"object","properties":{"branch_excludes":{"$ref":"#/components/schemas/builds_branch_excludes"},"branch_includes":{"$ref":"#/components/schemas/builds_branch_includes"},"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deleted_on":{"$ref":"#/components/schemas/builds_deleted_on"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"repo_connection":{"$ref":"#/components/schemas/builds_UpsertRepoConnectionResponse"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"},"trigger_name":{"$ref":"#/components/schemas/builds_trigger_name"},"trigger_uuid":{"$ref":"#/components/schemas/builds_trigger_uuid"}}}}},"builds_CanceledBuildResponse":{"type":"object","properties":{"build_outcome":{"$ref":"#/components/schemas/builds_BuildOutcome"},"build_uuid":{"$ref":"#/components/schemas/builds_build_uuid"},"stopped_on":{"$ref":"#/components/schemas/builds_stopped_on"}}},"builds_cursor":{"type":"string"},"builds_BuildLogsResponse":{"type":"object","properties":{"cursor":{"$ref":"#/components/schemas/builds_cursor"},"lines":{"type":"array","items":{"items":{"anyOf":[{"type":"number"},{"type":"string"}]},"maxItems":2,"minItems":2,"type":"array"}},"truncated":{"type":"boolean"}}},"builds_UpsertRepoConnectionRequest":{"type":"object","properties":{"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}},"required":["repo_id","repo_name","provider_type","provider_account_id","provider_account_name"]},"builds_UpsertRepoConnectionResponse":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deleted_on":{"$ref":"#/components/schemas/builds_deleted_on"},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"},"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repo_connection_uuid":{"$ref":"#/components/schemas/builds_repo_connection_uuid"},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}}},"builds_SCMProviderType":{"type":"string","enum":["github","gitlab","gitlab_internal"]},"builds_provider_account_id":{"type":"string"},"builds_repo_id":{"type":"string"},"builds_branch":{"type":"string"},"builds_root_directory":{"type":"string"},"builds_ConfigAutofillResponse":{"type":"object","properties":{"config_file":{"type":"string","nullable":true},"default_worker_name":{"type":"string","nullable":true},"env_worker_names":{"type":"object","additionalProperties":{"type":"string"},"nullable":true},"package_manager":{"type":"string","allOf":[{"$ref":"#/components/schemas/builds_PackageManager"}],"nullable":true},"scripts":{"type":"object","additionalProperties":{"type":"string"},"nullable":true}}},"builds_ListTokensResponse":{"type":"object","properties":{"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"cloudflare_token_id":{"$ref":"#/components/schemas/builds_cloudflare_token_id"},"owner_type":{"$ref":"#/components/schemas/builds_owner_type"}}},"builds_PaginationInfo":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}}},"builds_CreateBuildTokenRequest":{"type":"object","properties":{"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_secret":{"type":"string"},"cloudflare_token_id":{"$ref":"#/components/schemas/builds_cloudflare_token_id"}},"required":["build_token_name","build_token_secret","cloudflare_token_id"]},"builds_CreateBuildTokenResponse":{"type":"object","properties":{"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"cloudflare_token_id":{"$ref":"#/components/schemas/builds_cloudflare_token_id"},"owner_type":{"$ref":"#/components/schemas/builds_owner_type"}}},"builds_build_token_uuid":{"type":"string","format":"uuid"},"builds_CreateTriggerRequest":{"type":"object","properties":{"branch_excludes":{"$ref":"#/components/schemas/builds_branch_excludes"},"branch_includes":{"$ref":"#/components/schemas/builds_branch_includes"},"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"repo_connection_uuid":{"$ref":"#/components/schemas/builds_repo_connection_uuid"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"},"trigger_name":{"$ref":"#/components/schemas/builds_trigger_name"}},"required":["external_script_id","build_token_uuid","trigger_name","build_command","deploy_command","root_directory","branch_includes","branch_excludes","path_includes","path_excludes","repo_connection_uuid"]},"builds_TriggerResponse":{"type":"object","properties":{"branch_excludes":{"$ref":"#/components/schemas/builds_branch_excludes"},"branch_includes":{"$ref":"#/components/schemas/builds_branch_includes"},"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deleted_on":{"$ref":"#/components/schemas/builds_deleted_on"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"repo_connection":{"$ref":"#/components/schemas/builds_UpsertRepoConnectionResponse"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"},"trigger_name":{"$ref":"#/components/schemas/builds_trigger_name"},"trigger_uuid":{"$ref":"#/components/schemas/builds_trigger_uuid"}}},"builds_UpdateTriggerRequest":{"type":"object","properties":{"branch_excludes":{"$ref":"#/components/schemas/builds_branch_excludes"},"branch_includes":{"$ref":"#/components/schemas/builds_branch_includes"},"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"},"trigger_name":{"$ref":"#/components/schemas/builds_trigger_name"}}},"builds_CreateBuildRequest":{"type":"object","properties":{"branch":{"allOf":[{"$ref":"#/components/schemas/builds_branch"}]},"commit_hash":{"allOf":[{"$ref":"#/components/schemas/builds_commit_hash"}]},"seed_repo":{"$ref":"#/components/schemas/builds_BuildSeedRepoInput"}},"anyOf":[{"required":["commit_hash"]},{"required":["branch"]}]},"builds_InsertBuildResponse":{"type":"object","properties":{"build_uuid":{"$ref":"#/components/schemas/builds_build_uuid"},"created_on":{"$ref":"#/components/schemas/builds_created_on"}}},"builds_EnvironmentVariablesResponse":{"type":"object","additionalProperties":{"properties":{"created_on":{"$ref":"#/components/schemas/builds_created_on"},"is_secret":{"$ref":"#/components/schemas/builds_is_secret"},"value":{"type":"string","nullable":true}},"required":["is_secret","created_on"],"type":"object"}},"builds_EnvironmentVariablesRequest":{"type":"object","additionalProperties":{"properties":{"is_secret":{"$ref":"#/components/schemas/builds_is_secret"},"value":{"type":"string","nullable":true}},"required":["is_secret"],"type":"object"}},"builds_environment_variable_key":{"type":"string"},"builds_CreateWorkerRequest":{"type":"object","properties":{"git_repository":{"$ref":"#/components/schemas/builds_CreateWorkerGitRepositoryInput"},"production_settings":{"$ref":"#/components/schemas/builds_CreateWorkerBuildSettingsInput"},"script_tag":{"$ref":"#/components/schemas/builds_external_script_id"}},"required":["script_tag","git_repository","production_settings"]},"builds_WorkerResponse":{"type":"object","properties":{"git_repository":{"$ref":"#/components/schemas/builds_WorkerGitRepository"},"production_settings":{"$ref":"#/components/schemas/builds_WorkerBuildSettings"},"script_tag":{"$ref":"#/components/schemas/builds_external_script_id"}}},"builds_external_script_id":{"type":"string"},"builds_DetailedDeployHookResponse":{"type":"object","properties":{"branch":{"$ref":"#/components/schemas/builds_branch"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deploy_hook_name":{"$ref":"#/components/schemas/builds_deploy_hook_name"},"deploy_hook_uuid":{"$ref":"#/components/schemas/builds_deploy_hook_uuid"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"latest_build":{"type":"object","nullable":true,"properties":{"created_on":{"$ref":"#/components/schemas/builds_created_on"}}},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"}}},"builds_CreateDeployHookRequest":{"type":"object","properties":{"branch":{"$ref":"#/components/schemas/builds_branch"},"deploy_hook_name":{"$ref":"#/components/schemas/builds_deploy_hook_name"}},"required":["deploy_hook_name","branch"]},"builds_DeployHookResponse":{"type":"object","properties":{"branch":{"$ref":"#/components/schemas/builds_branch"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deploy_hook_name":{"$ref":"#/components/schemas/builds_deploy_hook_name"},"deploy_hook_uuid":{"$ref":"#/components/schemas/builds_deploy_hook_uuid"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"}}},"builds_UpdateWorkerRequest":{"type":"object","properties":{"git_repository":{"type":"object","minProperties":1,"properties":{"branch":{"type":"string","maxLength":256,"minLength":1}}},"production_settings":{"$ref":"#/components/schemas/builds_UpdateWorkerBuildSettingsInput"}},"minProperties":1},"calls_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"calls_app_response_collection":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/calls_app"}}}}]},"calls_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/calls_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/calls_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"calls_app_editable_fields":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/calls_name"}}},"calls_app_response_single_with_secret":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/calls_app_with_secret"}}}]},"calls_identifier":{"type":"string","maxLength":32,"minLength":32,"x-auditable":true},"calls_app_response_single":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/calls_app"}}}]},"calls_turn_key_collection":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/calls_turn_key_object"}}}}]},"calls_turn_key_editable_fields":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/calls_turn_key_name"}}},"calls_turn_key_single_with_secret":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/calls_turn_key_with_key"}}}]},"calls_turn_key_response_single":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/calls_turn_key_object"}}}]},"tunnel_account_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"tunnel_tunnel_name":{"type":"string"},"tunnel_existed_at":{"type":"string","format":"url-encoded-date-time"},"tunnel_tunnel_id":{"type":"string","format":"uuid","maxLength":36,"readOnly":true,"x-auditable":true},"tunnel_status":{"type":"string","enum":["inactive","degraded","healthy","down"]},"tunnel_per_page":{"type":"number","maximum":1000,"minimum":1},"tunnel_page_number":{"type":"number","default":1,"minimum":1},"tunnel_cfd-tunnel-response-collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_cfd_tunnel"}}},"type":"object"}]},"tunnel_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/tunnel_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/tunnel_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tunnel_config_src":{"type":"string","default":"local","enum":["local","cloudflare"]},"tunnel_tunnel_secret":{"type":"string","x-sensitive":true},"tunnel_cfd-tunnel-response-single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_cfd_tunnel"}},"type":"object"}]},"tunnel_identifier":{"type":"string","maxLength":32,"x-auditable":true},"tunnel_tunnel_id-2":{"type":"string","format":"uuid","maxLength":36,"readOnly":true},"tunnel_configuration_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-single-2"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_configuration"}}}]},"tunnel_api-response-common-failure-2":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/tunnel_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/tunnel_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tunnel_config":{"type":"object","properties":{"ingress":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_ingressRule"},"minItems":1},"originRequest":{"$ref":"#/components/schemas/tunnel_originRequest"},"warp-routing":{"type":"object","deprecated":true,"properties":{"enabled":{"type":"boolean"}},"readOnly":true,"x-stainless-deprecation-message":"This field is ignored by cloudflared since version 2023.10.0.","x-stainless-skip":true}}},"tunnel_tunnel_connections_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_tunnel_client"}}},"type":"object"}]},"tunnel_client_id":{"type":"string","format":"uuid","maxLength":36,"readOnly":true,"x-auditable":true},"tunnel_empty_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true}},"type":"object"}]},"tunnel_tunnel_client_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_tunnel_client"}},"type":"object"}]},"tunnel_management-resources":{"type":"string","enum":["logs"]},"tunnel_tunnel_response_token":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_tunnel_token"}},"type":"object"}]},"turnstile_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"turnstile_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/turnstile_messages"},"messages":{"$ref":"#/components/schemas/turnstile_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"turnstile_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["page","per_page","count","total_count"]},"turnstile_widget_list":{"type":"object","properties":{"bot_fight_mode":{"$ref":"#/components/schemas/turnstile_bot_fight_mode"},"clearance_level":{"$ref":"#/components/schemas/turnstile_clearance_level"},"created_on":{"$ref":"#/components/schemas/turnstile_created_on"},"deployed_via":{"$ref":"#/components/schemas/turnstile_deployed_via"},"domains":{"$ref":"#/components/schemas/turnstile_domains"},"ephemeral_id":{"$ref":"#/components/schemas/turnstile_ephemeral_id"},"last_modified_via":{"$ref":"#/components/schemas/turnstile_last_modified_via"},"mode":{"$ref":"#/components/schemas/turnstile_widget_mode"},"modified_on":{"$ref":"#/components/schemas/turnstile_modified_on"},"name":{"$ref":"#/components/schemas/turnstile_name"},"offlabel":{"$ref":"#/components/schemas/turnstile_offlabel"},"region":{"$ref":"#/components/schemas/turnstile_region"},"sitekey":{"$ref":"#/components/schemas/turnstile_sitekey"}},"required":["sitekey","created_on","modified_on","name","domains","mode","region","bot_fight_mode","offlabel","clearance_level","ephemeral_id"]},"turnstile_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/turnstile_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/turnstile_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"turnstile_bot_fight_mode":{"type":"boolean","x-auditable":true},"turnstile_clearance_level":{"type":"string","enum":["no_clearance","jschallenge","managed","interactive"],"x-auditable":true},"turnstile_domains":{"type":"array","items":{"type":"string","x-auditable":true},"maxLength":10},"turnstile_ephemeral_id":{"type":"boolean","x-auditable":true},"turnstile_widget_mode":{"type":"string","enum":["non-interactive","invisible","managed"],"x-auditable":true},"turnstile_name":{"type":"string","maxLength":254,"minLength":1,"x-auditable":true},"turnstile_offlabel":{"type":"boolean","x-auditable":true},"turnstile_region":{"type":"string","default":"world","enum":["world","china"],"x-auditable":true},"turnstile_widget_detail":{"type":"object","properties":{"bot_fight_mode":{"$ref":"#/components/schemas/turnstile_bot_fight_mode"},"clearance_level":{"$ref":"#/components/schemas/turnstile_clearance_level"},"created_on":{"$ref":"#/components/schemas/turnstile_created_on"},"deployed_via":{"$ref":"#/components/schemas/turnstile_deployed_via"},"domains":{"$ref":"#/components/schemas/turnstile_domains"},"ephemeral_id":{"$ref":"#/components/schemas/turnstile_ephemeral_id"},"last_modified_via":{"$ref":"#/components/schemas/turnstile_last_modified_via"},"mode":{"$ref":"#/components/schemas/turnstile_widget_mode"},"modified_on":{"$ref":"#/components/schemas/turnstile_modified_on"},"name":{"$ref":"#/components/schemas/turnstile_name"},"offlabel":{"$ref":"#/components/schemas/turnstile_offlabel"},"region":{"$ref":"#/components/schemas/turnstile_region"},"secret":{"$ref":"#/components/schemas/turnstile_secret"},"sitekey":{"$ref":"#/components/schemas/turnstile_sitekey"}},"required":["sitekey","secret","created_on","modified_on","name","domains","mode","region","bot_fight_mode","offlabel","clearance_level","ephemeral_id"]},"turnstile_sitekey":{"type":"string","maxLength":32,"x-auditable":true},"turnstile_invalidate_immediately":{"type":"boolean","default":false,"x-auditable":true},"cloudforce-one-requests_identifier":{"type":"string","maxLength":32},"cloudforce-one-requests_request-list":{"type":"object","properties":{"completed_after":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"completed_before":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"created_after":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"created_before":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"page":{"type":"integer"},"per_page":{"type":"integer"},"request_type":{"$ref":"#/components/schemas/cloudforce-one-requests_request-type"},"sort_by":{"type":"string"},"sort_order":{"type":"string","enum":["asc","desc"]},"status":{"$ref":"#/components/schemas/cloudforce-one-requests_request-status"}},"required":["page","per_page"],"title":"Request List Parameters"},"cloudforce-one-requests_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cloudforce-one-requests_messages"},"messages":{"$ref":"#/components/schemas/cloudforce-one-requests_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cloudforce-one-requests_request-list-item":{"type":"object","properties":{"completed":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"created":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"id":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"},"message_tokens":{"type":"integer","x-auditable":true},"priority":{"$ref":"#/components/schemas/cloudforce-one-requests_priority"},"readable_id":{"$ref":"#/components/schemas/cloudforce-one-requests_request-readable-id"},"request":{"$ref":"#/components/schemas/cloudforce-one-requests_request-type"},"status":{"$ref":"#/components/schemas/cloudforce-one-requests_request-status"},"summary":{"$ref":"#/components/schemas/cloudforce-one-requests_request-summary"},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"},"tokens":{"type":"integer","x-auditable":true},"updated":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]}},"required":["id","created","updated","priority","request","summary","tlp"],"title":"Request List Item"},"cloudforce-one-requests_api-response-common-failure":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"errors":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"success":{"type":"boolean"}},"type":"object"}]},"cloudforce-one-requests_request-constants":{"type":"object","properties":{"priority":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_priority"}},"status":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-status"}},"tlp":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"}}},"title":"Request Constants"},"cloudforce-one-requests_request-edit":{"type":"object","properties":{"content":{"$ref":"#/components/schemas/cloudforce-one-requests_request-content"},"priority":{"type":"string","x-auditable":true},"request_type":{"$ref":"#/components/schemas/cloudforce-one-requests_request-type"},"summary":{"$ref":"#/components/schemas/cloudforce-one-requests_request-summary"},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"}},"title":"Request Editable Parameters"},"cloudforce-one-requests_request-item":{"type":"object","properties":{"completed":{"$ref":"#/components/schemas/cloudforce-one-requests_time"},"content":{"$ref":"#/components/schemas/cloudforce-one-requests_request-content"},"created":{"$ref":"#/components/schemas/cloudforce-one-requests_time"},"id":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"},"message_tokens":{"type":"integer","x-auditable":true},"priority":{"$ref":"#/components/schemas/cloudforce-one-requests_time"},"readable_id":{"$ref":"#/components/schemas/cloudforce-one-requests_request-readable-id"},"request":{"$ref":"#/components/schemas/cloudforce-one-requests_request-type"},"status":{"$ref":"#/components/schemas/cloudforce-one-requests_request-status"},"summary":{"$ref":"#/components/schemas/cloudforce-one-requests_request-summary"},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"},"tokens":{"type":"integer","x-auditable":true},"updated":{"$ref":"#/components/schemas/cloudforce-one-requests_time"}},"required":["id","created","updated","content","priority","request","summary","tlp"],"title":"Request Item"},"cloudforce-one-requests_priority-list":{"type":"object","properties":{"page":{"type":"integer"},"per_page":{"type":"integer"}},"required":["page","per_page"],"title":"Priority List Parameters"},"cloudforce-one-requests_priority-item":{"type":"object","properties":{"created":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"id":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"},"labels":{"$ref":"#/components/schemas/cloudforce-one-requests_labels"},"priority":{"type":"integer","x-auditable":true},"requirement":{"type":"string","x-auditable":true},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"},"updated":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]}},"required":["id","created","updated","labels","priority","requirement","tlp"],"title":"Priority Item"},"cloudforce-one-requests_priority-edit":{"type":"object","properties":{"labels":{"$ref":"#/components/schemas/cloudforce-one-requests_labels"},"priority":{"type":"integer","x-auditable":true},"requirement":{"type":"string","x-auditable":true},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"}},"required":["labels","priority","requirement","tlp"],"title":"Priority Editable Attributes"},"cloudforce-one-requests_quota":{"type":"object","properties":{"anniversary_date":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"quarter_anniversary_date":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"quota":{"type":"integer","x-auditable":true},"remaining":{"type":"integer","x-auditable":true}},"title":"Quota"},"cloudforce-one-requests_uuid":{"type":"string","maxLength":36},"cloudforce-one-requests_request-types":{"type":"array","items":{"type":"string","x-auditable":true},"title":"Request Types"},"cloudforce-one-requests_request-asset-list":{"type":"object","properties":{"page":{"type":"integer"},"per_page":{"type":"integer"}},"required":["page","per_page"],"title":"Request Asset List Parameters"},"cloudforce-one-requests_request-asset-item":{"type":"object","properties":{"created":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"file_type":{"type":"string","x-auditable":true},"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["id","name"],"title":"Request Asset Item"},"cloudforce-one-requests_request-asset-edit":{"type":"object","properties":{"source":{"$ref":"#/components/schemas/cloudforce-one-requests_asset-content"}},"title":"Request Asset Editable Attributes"},"cloudforce-one-requests_request-message-list":{"type":"object","properties":{"after":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"before":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"page":{"type":"integer"},"per_page":{"type":"integer"},"sort_by":{"type":"string"},"sort_order":{"type":"string","enum":["asc","desc"]}},"required":["page","per_page"],"title":"Request Message List Parameters"},"cloudforce-one-requests_request-message-item":{"type":"object","properties":{"author":{"type":"string","x-auditable":true},"content":{"$ref":"#/components/schemas/cloudforce-one-requests_message-content"},"created":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"id":{"type":"integer","x-auditable":true},"is_follow_on_request":{"type":"boolean","x-auditable":true},"updated":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]}},"required":["id","updated","content","author","is_follow_on_request"],"title":"Request Message Item"},"cloudforce-one-requests_request-message-edit":{"type":"object","properties":{"content":{"$ref":"#/components/schemas/cloudforce-one-requests_message-content"}},"title":"Request Message Editable Attributes"},"cloudforce-one-port-scan-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_messages"},"messages":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cloudforce-one-port-scan-api_scan-config":{"type":"object","properties":{"account_id":{"type":"string"},"frequency":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_frequency"},"id":{"type":"string"},"ips":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ips"},"ports":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ports"}},"required":["id","account_id","ips","frequency","ports"],"title":"Config"},"cloudforce-one-port-scan-api_api-response-common-failure":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common"},{"properties":{"errors":{"type":"object"},"success":{"type":"boolean"}}}]},"cloudforce-one-port-scan-api_frequency":{"type":"number","title":"Frequency"},"cloudforce-one-port-scan-api_ips":{"type":"array","items":{"type":"string"},"title":"IP List"},"cloudforce-one-port-scan-api_ports":{"type":"array","items":{"type":"string"},"title":"Port List"},"cloudforce-one-port-scan-api_port":{"type":"object","properties":{"number":{"type":"number"},"proto":{"type":"string"},"status":{"type":"string"}},"required":["account_id","ips","frequency"],"title":"Port"},"nsc_AccountTag":{"type":"string"},"nsc_CniList":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/nsc_Cni"}},"next":{"type":"integer","format":"int32","nullable":true}},"required":["items"]},"nsc_CniCreate":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/nsc_AccountTag"},"bgp":{"$ref":"#/components/schemas/nsc_BgpControl"},"interconnect":{"type":"string"},"magic":{"$ref":"#/components/schemas/nsc_MagicSettings"}},"required":["interconnect","account","magic"]},"nsc_Cni":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/nsc_AccountTag"},"bgp":{"$ref":"#/components/schemas/nsc_BgpControl"},"bgp_mode":{"$ref":"#/components/schemas/nsc_BgpMode"},"cust_ip":{"type":"string","format":"A.B.C.D/N"},"id":{"type":"string","format":"uuid"},"interconnect":{"type":"string"},"magic":{"$ref":"#/components/schemas/nsc_MagicSettings"},"p2p_ip":{"type":"string","format":"A.B.C.D/N"}},"required":["id","interconnect","account","p2p_ip","cust_ip","magic"]},"nsc_InterconnectList":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/nsc_Interconnect"}},"next":{"type":"integer","format":"int32","nullable":true}},"required":["items"]},"nsc_InterconnectCreate":{"type":"object","discriminator":{"mapping":{"direct":"#/components/schemas/nsc_InterconnectCreate_Physical_Body","gcp_partner":"#/components/schemas/nsc_InterconnectCreate_GcpPartner_Body"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/nsc_InterconnectCreate_Physical_Body"},{"$ref":"#/components/schemas/nsc_InterconnectCreate_GcpPartner_Body"}]},"nsc_Interconnect":{"type":"object","discriminator":{"mapping":{"direct":"#/components/schemas/nsc_Interconnect_Physical_Body","gcp_partner":"#/components/schemas/nsc_Interconnect_GcpPartner_Body"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/nsc_Interconnect_Physical_Body"},{"$ref":"#/components/schemas/nsc_Interconnect_GcpPartner_Body"}]},"nsc_DefaultNameResponse":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"nsc_StatusInfo":{"type":"object","discriminator":{"propertyName":"state"},"oneOf":[{"properties":{"state":{"type":"string","enum":["Pending"]}},"required":["state"],"type":"object"},{"properties":{"reason":{"type":"string","nullable":true},"state":{"type":"string","enum":["Down"]}},"required":["state"],"type":"object"},{"properties":{"reason":{"type":"string","nullable":true},"state":{"type":"string","enum":["Unhealthy"]}},"required":["state"],"type":"object"},{"properties":{"state":{"type":"string","enum":["Healthy"]}},"required":["state"],"type":"object"}]},"nsc_Settings":{"type":"object","properties":{"default_asn":{"type":"integer","format":"int32","minimum":0}},"required":["default_asn"]},"nsc_SettingsRequest":{"type":"object","properties":{"default_asn":{"type":"integer","format":"int32","minimum":0,"nullable":true}}},"nsc_SlotList":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/nsc_SlotInfo"}},"next":{"type":"integer","format":"int32","nullable":true}},"required":["items"]},"nsc_SlotInfo":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/nsc_AccountTag"},"ccr_device_name":{"type":"string","nullable":true},"facility":{"$ref":"#/components/schemas/nsc_FacilityInfo"},"id":{"type":"string","format":"uuid"},"occupied":{"type":"boolean"},"site":{"type":"string"},"speed":{"type":"string"}},"required":["id","occupied","site","speed","facility"]},"cc_ApplicationID":{"type":"string"},"cc_V4BaseResponse":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cc_Messages"},"messages":{"$ref":"#/components/schemas/cc_Messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"cc_Application":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/cc_AccountID"},"active_rollout_id":{"$ref":"#/components/schemas/cc_RolloutID"},"configuration":{"$ref":"#/components/schemas/cc_UserDeploymentConfiguration"},"constraints":{"$ref":"#/components/schemas/cc_ApplicationConstraints"},"created_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"durable_objects":{"$ref":"#/components/schemas/cc_ApplicationDurableObjectsConfiguration"},"health":{"$ref":"#/components/schemas/cc_ApplicationHealth"},"id":{"$ref":"#/components/schemas/cc_ApplicationID"},"instances":{"type":"integer"},"max_instances":{"type":"integer"},"name":{"$ref":"#/components/schemas/cc_ApplicationName"},"observability":{"$ref":"#/components/schemas/cc_ApplicationObservability"},"rollout_active_grace_period":{"$ref":"#/components/schemas/cc_ApplicationRolloutActiveGracePeriod"},"scheduling_policy":{"$ref":"#/components/schemas/cc_SchedulingPolicy"},"updated_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"version":{"type":"integer"}},"required":["id","created_at","updated_at","account_id","name","version","scheduling_policy","instances","configuration"]},"cc_V4BaseErrorResponse":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cc_Messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cc_Messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"cc_ContainersDeleteApplicationResponseBody":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]},"cc_ContainersModifyApplicationRequestBody":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/cc_ContainersModifyApplicationConfiguration"},"constraints":{"$ref":"#/components/schemas/cc_ApplicationConstraints"},"instances":{"type":"integer","minimum":0},"max_instances":{"type":"integer","minimum":0},"observability":{"$ref":"#/components/schemas/cc_ApplicationObservability"},"rollout_active_grace_period":{"$ref":"#/components/schemas/cc_ApplicationRolloutActiveGracePeriod"}}},"cc_ApplicationVersion":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/cc_ModifyUserDeploymentConfiguration"},"percentage":{"type":"integer"},"version":{"type":"integer"}},"required":["configuration","percentage","version"]},"cc_InstanceID":{"type":"string"},"cc_WranglerSSHResponse":{"type":"object","properties":{"token":{"type":"string"},"url":{"type":"string"}},"required":["url","token"]},"cc_CustomerImageRegistry":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"domain":{"$ref":"#/components/schemas/cc_Domain"},"kind":{"oneOf":[{"$ref":"#/components/schemas/cc_ExternalRegistryKind"},{"$ref":"#/components/schemas/cc_DefaultImageRegistryKind"}]},"private_credential":{"$ref":"#/components/schemas/cc_SecretsStoreRef"},"public_key":{"type":"string"}},"required":["domain","created_at"]},"cc_ContainersCreateImageRegistryRequestBody":{"type":"object","properties":{"auth":{"$ref":"#/components/schemas/cc_ImageRegistryAuth"},"domain":{"$ref":"#/components/schemas/cc_Domain"},"is_public":{"type":"boolean","enum":[false]},"kind":{"$ref":"#/components/schemas/cc_ExternalRegistryKind"}},"required":["domain","auth","kind"]},"cc_ContainersDeleteImageRegistryResponseBody":{"type":"object","properties":{"domain":{"$ref":"#/components/schemas/cc_Domain"},"secrets_store_ref":{"type":"string"}},"required":["domain"]},"tls-certificates-and-hostnames_identifier":{"type":"string","maxLength":32,"x-auditable":true},"tls-certificates-and-hostnames_custom_csr_response_collection-2":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr-2"}}},"type":"object"}]},"tls-certificates-and-hostnames_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tls-certificates-and-hostnames_custom_csr_create_request-2":{"type":"object","properties":{"common_name":{"type":"string","maxLength":64},"country":{"type":"string"},"key_type":{"type":"string","default":"rsa2048","enum":["rsa2048","p256v1"]},"locality":{"type":"string"},"name":{"type":"string"},"organization":{"type":"string"},"organizational_unit":{"type":"string"},"sans":{"type":"array","items":{"maxLength":256,"type":"string"},"maxItems":150,"minItems":1},"state":{"type":"string"}},"required":["country","state","locality","organization","common_name","sans"]},"tls-certificates-and-hostnames_custom_csr_response_single-2":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr-2"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_csr_identifier":{"type":"string","maxLength":36,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_custom_csr_response_id_only":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}}}},"type":"object"}]},"dns-custom-nameservers_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"dns-custom-nameservers_acns_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dns-custom-nameservers_CustomNS"}}},"type":"object"}]},"dns-custom-nameservers_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-custom-nameservers_CustomNSInput":{"type":"object","properties":{"ns_name":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_name"},"ns_set":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_set"}},"required":["ns_name"],"title":"Custom NS Input"},"dns-custom-nameservers_acns_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-custom-nameservers_CustomNS"}},"type":"object"}]},"d1_account-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"d1_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/d1_messages"},"messages":{"$ref":"#/components/schemas/d1_messages"},"result":{"type":"object"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"d1_database-response":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/d1_created-at"},"jurisdiction":{"$ref":"#/components/schemas/d1_jurisdiction-nullable"},"name":{"$ref":"#/components/schemas/d1_database-name"},"uuid":{"$ref":"#/components/schemas/d1_database-identifier"},"version":{"$ref":"#/components/schemas/d1_database-version"}}},"d1_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/d1_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/d1_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"d1_jurisdiction":{"type":"string","enum":["eu","fedramp","us"],"x-auditable":true},"d1_database-name":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9_-]*$","x-auditable":true},"d1_primary-location-hint":{"type":"string","enum":["wnam","enam","weur","eeur","apac","oc"],"x-auditable":true},"d1_read-replication-details-for-request":{"type":"object","properties":{"mode":{"type":"string","enum":["auto","disabled"],"x-auditable":true}},"required":["mode"],"x-stainless-terraform-configurability":"computed_optional"},"d1_database-details-response":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/d1_created-at"},"file_size":{"$ref":"#/components/schemas/d1_file-size"},"jurisdiction":{"$ref":"#/components/schemas/d1_jurisdiction-nullable"},"name":{"$ref":"#/components/schemas/d1_database-name"},"num_tables":{"$ref":"#/components/schemas/d1_table-count"},"read_replication":{"$ref":"#/components/schemas/d1_read-replication-details-for-response"},"uuid":{"$ref":"#/components/schemas/d1_database-identifier"},"version":{"$ref":"#/components/schemas/d1_database-version"}}},"d1_database-identifier":{"type":"string","readOnly":true,"x-auditable":true},"d1_database-update-request-body":{"type":"object","properties":{"read_replication":{"$ref":"#/components/schemas/d1_read-replication-details-for-request"}},"required":["read_replication"]},"d1_database-update-partial-request-body":{"type":"object","properties":{"read_replication":{"$ref":"#/components/schemas/d1_read-replication-details-for-request"}}},"d1_batch-query":{"oneOf":[{"$ref":"#/components/schemas/d1_single-query"},{"properties":{"batch":{"type":"array","items":{"$ref":"#/components/schemas/d1_single-query"}}},"required":["batch"],"title":"multiple queries","type":"object"}]},"d1_query-result-response":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/d1_query-meta"},"results":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}}},"d1_raw-result-response":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/d1_query-meta"},"results":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"}},"rows":{"type":"array","items":{"items":{"anyOf":[{"type":"number"},{"type":"string"},{"type":"object"}]},"type":"array"}}}},"success":{"type":"boolean"}}},"d1_time-travel-timestamp":{"type":"string","format":"date-time","x-auditable":true},"d1_time-travel-bookmark":{"type":"string","x-auditable":true},"posture-api_PaginatedContentAssetList":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_ContentAsset"}}},"type":"object"}]},"posture-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/posture-api_messages"},"messages":{"$ref":"#/components/schemas/posture-api_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"posture-api_ContentExportRequest":{"type":"object","properties":{"dlp_profile_id":{"type":"array","items":{"format":"uuid","type":"string"}},"dlp_profile_information":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_DLPProfile"}},"integration_id":{"type":"array","items":{"format":"uuid","type":"string"}},"max_affliction_date":{"type":"string","format":"date-time"},"min_affliction_date":{"type":"string","format":"date-time"},"orders":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_ContentOrder"}},"search":{"type":"string"},"vendors":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_VendorsEnum"}}},"required":["dlp_profile_information"]},"posture-api_export-job-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_ExportJob"}},"type":"object"}]},"posture-api_StatusEnum":{"type":"string","enum":["Pending","Success","Failure","Rescheduled","In-Progress"]},"posture-api_PaginatedExportJobList":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_ExportJob"}}},"type":"object"}]},"posture-api_paginated-finding-type-list":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_BaseFindingType"}}},"type":"object"}]},"posture-api_finding-type-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_BaseFindingType"}},"type":"object"}]},"posture-api_PaginatedRemediationTypeList":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationType"}}},"type":"object"}]},"posture-api_paginated-finding-list":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_Finding"}}},"type":"object"}]},"posture-api_error-response":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/posture-api_messages"},"messages":{"$ref":"#/components/schemas/posture-api_messages"},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"posture-api_FindingExportFilterRequest":{"type":"object","properties":{"ignored":{"type":"boolean"},"integration_id":{"type":"array","items":{"format":"uuid","type":"string"}},"max_affliction_date":{"type":"string","format":"date-time"},"min_affliction_date":{"type":"string","format":"date-time"},"orders":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_FindingExportOrderFilterRequest"}},"product":{"type":"string","nullable":true,"oneOf":[{"$ref":"#/components/schemas/posture-api_ProductEnum"},{"$ref":"#/components/schemas/posture-api_NullEnum"}]},"search":{"type":"string"},"severities":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_SeveritiesEnum"}},"vendors":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_VendorsEnum"}}}},"posture-api_FindingBulkActionRequest":{"type":"object","properties":{"checks":{"type":"array","items":{"maxLength":512,"minLength":1,"type":"string"}}},"required":["checks"]},"posture-api_finding-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_Finding"}},"type":"object"}]},"posture-api_paginated-finding-instance-list":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_FindingInstance"}}},"type":"object"}]},"posture-api_FindingInstanceBulkActionRequest":{"type":"object","properties":{"check_instances":{"type":"array","items":{"format":"uuid","type":"string"}}},"required":["check_instances"]},"posture-api_finding-instance-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_FindingInstance"}},"type":"object"}]},"posture-api_TuneFindingSeverityRequest":{"type":"object","properties":{"new_severity":{"type":"integer","enum":[1,2,3,4]}},"required":["new_severity"]},"posture-api_FindingInstanceExportFilterRequest":{"type":"object","properties":{"archived":{"type":"boolean"},"max_affliction_date":{"type":"string","format":"date-time"},"min_affliction_date":{"type":"string","format":"date-time"},"orders":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_FindingInstanceExportOrderFilterRequest"},"default":[]},"search":{"type":"string"}}},"posture-api_RemediationJobStatusEnum":{"type":"string","enum":["pending","processing","completed","failed","validating"]},"posture-api_RemediationJobActorTypeEnum":{"type":"string","enum":["user","account_token"]},"posture-api_PaginatedRemediationJobList":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"object"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJob"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string","nullable":true},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}}},"success":{"type":"boolean"}},"required":["success","errors","messages","result_info","result"]},"posture-api_RemediationJobsCreateRequest":{"type":"object","properties":{"finding_instance_ids":{"type":"array","items":{"format":"uuid","type":"string"}},"remediation_type_id":{"type":"string","format":"uuid"}},"required":["finding_instance_ids","remediation_type_id"]},"posture-api_CreateRemediationJobResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"object"}},"result":{"type":"object","properties":{"created":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJob"}},"failed":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobFailure"}}},"required":["created","failed"]},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"posture-api_RemediationJobsExportFilterRequest":{"type":"object","properties":{"integration_id":{"type":"array","items":{"format":"uuid","type":"string"}},"max_updated_at":{"type":"string","format":"date-time"},"min_updated_at":{"type":"string","format":"date-time"},"orders":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobsExportOrderFilterRequest"},"default":[]},"search":{"type":"string"},"status":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobStatusEnum"}}}},"posture-api_webhook-list-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_Webhook"}}},"type":"object"}]},"posture-api_CreateWebhookRequest":{"type":"object","properties":{"authentication_type":{"type":"string","enum":["Basic Auth","None","Bearer Auth","Static Headers","HMAC-Signing"]},"destination_url":{"type":"string","format":"uri"},"headers":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookHeaderInput"}},"label":{"type":"string"},"signing_secret":{"type":"string"}},"required":["label","destination_url","authentication_type"]},"posture-api_Webhook":{"type":"object","properties":{"authentication_type":{"type":"string","enum":["Basic Auth","None","Bearer Auth","Static Headers","HMAC-Signing"]},"created_at":{"type":"string","format":"date-time"},"destination_url":{"type":"string","format":"uri"},"headers":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"type":"string","writeOnly":true}},"type":"object"}},"id":{"type":"string","format":"uuid"},"label":{"type":"string"},"status":{"type":"string","enum":["enabled","disabled"]},"updated_at":{"type":"string","format":"date-time"},"version":{"type":"integer","format":"uint32"}},"required":["id","label","destination_url","status","authentication_type","created_at","updated_at","version"]},"posture-api_EvaluateNewWebhookRequest":{"type":"object","properties":{"authentication_type":{"type":"string","enum":["Basic Auth","None","Bearer Auth","Static Headers","HMAC-Signing"]},"destination_url":{"type":"string","format":"uri"},"headers":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookHeaderInput"}},"signing_secret":{"type":"string"}},"required":["destination_url","authentication_type"]},"posture-api_EvaluateNewWebhookResponse":{"type":"object","properties":{"message":{"type":"string"},"status_code":{"type":"integer"},"success":{"type":"boolean"}},"required":["success","status_code","message"]},"posture-api_CreateWebhookJobsRequest":{"type":"object","properties":{"finding_instance_ids":{"type":"array","items":{"format":"uuid","type":"string"}},"webhook_ids":{"type":"array","items":{"format":"uuid","type":"string"},"minItems":1}},"required":["webhook_ids","finding_instance_ids"]},"posture-api_CreateWebhookJobsResponse":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"type":"object","properties":{"created":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookJob"}},"failed":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookJobFailure"}}},"required":["created","failed"]}},"required":["result"],"type":"object"}]},"posture-api_webhook-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_Webhook"}},"type":"object"}]},"posture-api_UpdateWebhookRequest":{"type":"object","properties":{"authentication_type":{"type":"string","enum":["Basic Auth","None","Bearer Auth","Static Headers","HMAC-Signing"]},"destination_url":{"type":"string","format":"uri"},"headers":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookHeaderInput"}},"label":{"type":"string"},"signing_secret":{"type":"string"},"status":{"type":"string","enum":["enabled","disabled"]}},"required":["label","destination_url","authentication_type","status"]},"teams-devices_v4_response_message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"teams-devices_ip_profile":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/teams-devices_ip_profile_created_at"},"enabled":{"$ref":"#/components/schemas/teams-devices_ip_profile_enabled"},"id":{"$ref":"#/components/schemas/teams-devices_ip_profile_id"},"match":{"$ref":"#/components/schemas/teams-devices_ip_profile_match"},"name":{"$ref":"#/components/schemas/teams-devices_ip_profile_name"},"precedence":{"$ref":"#/components/schemas/teams-devices_ip_profile_precedence"},"subnet_id":{"$ref":"#/components/schemas/teams-devices_ip_profile_subnet_id"},"updated_at":{"$ref":"#/components/schemas/teams-devices_ip_profile_updated_at"}},"required":["id","name","match","description","precedence","subnet_id","created_at","updated_at","enabled"]},"teams-devices_pagination_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}},"required":["page","per_page","count","total_count"]},"teams-devices_ip_profile_create_request":{"type":"object","properties":{"enabled":{"type":"boolean","default":true,"x-auditable":true},"match":{"$ref":"#/components/schemas/teams-devices_ip_profile_match"},"name":{"$ref":"#/components/schemas/teams-devices_ip_profile_name"},"precedence":{"$ref":"#/components/schemas/teams-devices_ip_profile_precedence"},"subnet_id":{"$ref":"#/components/schemas/teams-devices_ip_profile_subnet_id"}},"required":["name","subnet_id","precedence","match"]},"teams-devices_ip_profile_update_request":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/teams-devices_ip_profile_enabled"},"match":{"$ref":"#/components/schemas/teams-devices_ip_profile_match"},"name":{"$ref":"#/components/schemas/teams-devices_ip_profile_name"},"precedence":{"$ref":"#/components/schemas/teams-devices_ip_profile_precedence"},"subnet_id":{"$ref":"#/components/schemas/teams-devices_ip_profile_subnet_id"}}},"teams-devices_identifier":{},"teams-devices_schemas-config_request":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_tls_config_request"}]},"teams-devices_device-managed-networks_components-schemas-name":{"type":"string","x-auditable":true},"teams-devices_components-schemas-type":{"type":"string","enum":["tls"],"x-auditable":true},"teams-devices_components-schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_device-managed-networks"}},"type":"object"}]},"teams-devices_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/teams-devices_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/teams-devices_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"teams-devices_uuid":{"type":"string","maxLength":36,"x-auditable":true},"teams-devices_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_device-managed-networks"}}},"type":"object"}]},"teams-devices_empty_body":{"type":"object","nullable":true},"teams-devices_allow_mode_switch":{"type":"boolean","default":false},"teams-devices_allow_updates":{"type":"boolean","default":false},"teams-devices_allowed_to_leave":{"type":"boolean","default":true},"teams-devices_auto_connect":{"type":"number","default":0},"teams-devices_captive_portal":{"type":"number","default":180},"teams-devices_disable_auto_fallback":{"type":"boolean","default":false,"x-auditable":true},"teams-devices_dns_search_suffixes":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_dns_search_suffix"},"default":[],"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_exclude_request":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"},"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_exclude_office_ips":{"type":"boolean","default":false},"teams-devices_global_acceleration":{"type":"object","properties":{"api_endpoints":{"type":"array","items":{"type":"string"},"maxItems":5,"x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"masque_endpoints":{"type":"array","items":{"type":"string"},"maxItems":5,"x-auditable":true},"wireguard_endpoints":{"type":"array","items":{"type":"string"},"maxItems":5,"x-auditable":true}},"nullable":true,"required":["enabled","wireguard_endpoints","masque_endpoints","api_endpoints"],"x-auditable":true},"teams-devices_include_request":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"},"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_lan_allow_minutes":{"type":"number"},"teams-devices_lan_allow_subnet_size":{"type":"number"},"teams-devices_schemas-match":{"type":"string","maxLength":500},"teams-devices_precedence":{"type":"number"},"teams-devices_register_interface_ip_with_dns":{"type":"boolean","default":true},"teams-devices_sccm_vpn_boundary_support":{"type":"boolean","default":false},"teams-devices_service_mode_v2":{"type":"object","properties":{"mode":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"port":{"type":"number","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_support_url":{"type":"string","default":""},"teams-devices_switch_locked":{"type":"boolean","default":false},"teams-devices_tunnel_protocol":{"type":"string","default":""},"teams-devices_virtual_networks":{"type":"object","properties":{"allowed":{"type":"array","items":{"format":"uuid","type":"string"},"minItems":1,"uniqueItems":true},"default":{"type":"string","format":"uuid"}},"nullable":true,"required":["allowed","default"]},"teams-devices_device_settings_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_device_settings_policy"}},"type":"object"}]},"teams-devices_default_device_settings_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_default_device_settings_policy"}},"type":"object"}]},"teams-devices_split_tunnel":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_exclude_split_tunnel_with_address"},{"$ref":"#/components/schemas/teams-devices_exclude_split_tunnel_with_host"}]},"teams-devices_split_tunnel_response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"}}},"type":"object"}]},"teams-devices_fallback_domain":{"type":"object","properties":{"dns_server":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_ip"}},"suffix":{"type":"string","x-auditable":true}},"required":["suffix"]},"teams-devices_fallback_domain_response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_fallback_domain"}}},"type":"object"}]},"teams-devices_split_tunnel_include":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_include_split_tunnel_with_address"},{"$ref":"#/components/schemas/teams-devices_include_split_tunnel_with_host"}]},"teams-devices_split_tunnel_include_response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"}}},"type":"object"}]},"teams-devices_schemas-uuid":{"type":"string","maxLength":36,"x-auditable":true},"teams-devices_device_settings_response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_device_settings_policy"}}},"type":"object"}]},"teams-devices_expiration":{"type":"string"},"teams-devices_input":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_file_input_request"},{"$ref":"#/components/schemas/teams-devices_unique_client_id_input_request"},{"$ref":"#/components/schemas/teams-devices_domain_joined_input_request"},{"$ref":"#/components/schemas/teams-devices_os_version_input_request"},{"$ref":"#/components/schemas/teams-devices_firewall_input_request"},{"$ref":"#/components/schemas/teams-devices_sentinelone_input_request"},{"$ref":"#/components/schemas/teams-devices_carbonblack_input_request"},{"$ref":"#/components/schemas/teams-devices_access_serial_number_list_input_request"},{"$ref":"#/components/schemas/teams-devices_disk_encryption_input_request"},{"$ref":"#/components/schemas/teams-devices_application_input_request"},{"$ref":"#/components/schemas/teams-devices_client_certificate_input_request"},{"$ref":"#/components/schemas/teams-devices_client_certificate_v2_input_request"},{"$ref":"#/components/schemas/teams-devices_antivirus_input_request"},{"$ref":"#/components/schemas/teams-devices_workspace_one_input_request"},{"$ref":"#/components/schemas/teams-devices_crowdstrike_input_request"},{"$ref":"#/components/schemas/teams-devices_intune_input_request"},{"$ref":"#/components/schemas/teams-devices_kolide_input_request"},{"$ref":"#/components/schemas/teams-devices_tanium_input_request"},{"$ref":"#/components/schemas/teams-devices_sentinelone_s2s_input_request"},{"$ref":"#/components/schemas/teams-devices_custom_s2s_input_request"}]},"teams-devices_match":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_match_item"}},"teams-devices_name":{"type":"string","x-auditable":true},"teams-devices_schedule":{"type":"string","x-auditable":true},"teams-devices_type":{"type":"string","enum":["file","application","tanium","gateway","warp","disk_encryption","serial_number","sentinelone","carbonblack","firewall","os_version","domain_joined","client_certificate","client_certificate_v2","antivirus","unique_client_id","kolide","tanium_s2s","crowdstrike_s2s","intune","workspace_one","sentinelone_s2s","custom_s2s"],"x-auditable":true},"teams-devices_single_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_device-posture-rules"}},"type":"object"}]},"teams-devices_config_request":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_workspace_one_config_request"},{"$ref":"#/components/schemas/teams-devices_crowdstrike_config_request"},{"$ref":"#/components/schemas/teams-devices_uptycs_config_request"},{"$ref":"#/components/schemas/teams-devices_intune_config_request"},{"$ref":"#/components/schemas/teams-devices_kolide_config_request"},{"$ref":"#/components/schemas/teams-devices_tanium_config_request"},{"$ref":"#/components/schemas/teams-devices_sentinelone_s2s_config_request"},{"$ref":"#/components/schemas/teams-devices_custom_s2s_config_request"}]},"teams-devices_interval":{"type":"string","x-auditable":true},"teams-devices_components-schemas-name":{"type":"string","x-auditable":true},"teams-devices_schemas-type":{"type":"string","enum":["workspace_one","crowdstrike_s2s","uptycs","intune","kolide","tanium_s2s","sentinelone_s2s","custom_s2s"],"x-auditable":true},"teams-devices_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_device-posture-integrations"}},"type":"object"}]},"teams-devices_schemas-id_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},"teams-devices_id_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/teams-devices_uuid"}}}},"type":"object"}]},"teams-devices_cursor_result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"},"total_count":{"type":"integer","nullable":true}},"required":["per_page","count","cursor"]},"teams-devices_override_codes":{"properties":{"disable_for_time":{"type":"object","additionalProperties":{"type":"string"}}}},"teams-devices_global_warp_override_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_global_warp_override"}},"type":"object"}]},"teams-devices_global_warp_override_request":{"type":"object","properties":{"disconnect":{"$ref":"#/components/schemas/teams-devices_disconnect"},"justification":{"$ref":"#/components/schemas/teams-devices_justification"}},"required":["disconnect"],"title":"Global WARP override request"},"teams-devices_revoke_devices_request":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_registration_id"},"maxLength":200},"teams-devices_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-common"},{"properties":{"result":{"type":"object","anyOf":[{"type":"object"},{"type":"string"}],"nullable":true}},"type":"object"}]},"teams-devices_zero-trust-account-device-settings":{"type":"object","properties":{"disable_for_time":{"type":"number","x-auditable":true},"external_emergency_signal_enabled":{"type":"boolean","x-auditable":true},"external_emergency_signal_fingerprint":{"type":"string","x-auditable":true},"external_emergency_signal_interval":{"type":"string","x-auditable":true},"external_emergency_signal_url":{"type":"string","x-auditable":true},"gateway_proxy_enabled":{"type":"boolean","x-auditable":true},"gateway_udp_proxy_enabled":{"type":"boolean","x-auditable":true},"root_certificate_installation_enabled":{"type":"boolean","x-auditable":true},"use_zt_virtual_ip":{"type":"boolean","x-auditable":true}}},"teams-devices_zero-trust-account-device-settings-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings"}},"type":"object"}]},"teams-devices_unrevoke_devices_request":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_registration_id"},"maxLength":200},"teams-devices_registration_id":{"type":"string","maxLength":36,"x-auditable":true},"teams-devices_override_codes_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"object","properties":{"disable_for_time":{"$ref":"#/components/schemas/teams-devices_disable_for_time"}}}},"type":"object"}]},"digital-experience-monitoring_account_identifier":{"type":"string","maxLength":32,"readOnly":true},"digital-experience-monitoring_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/digital-experience-monitoring_messages"},"messages":{"$ref":"#/components/schemas/digital-experience-monitoring_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"digital-experience-monitoring_colos_response":{"type":"array","items":{"properties":{"airportCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"type":"string"}},"required":["airportCode","countryCode","city"],"type":"object"}},"digital-experience-monitoring_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"digital-experience-monitoring_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"digital-experience-monitoring_get_commands_response":{"type":"object","properties":{"commands":{"type":"array","items":{"properties":{"completed_date":{"type":"string","format":"date-time","nullable":true},"created_date":{"type":"string","format":"date-time"},"device_id":{"type":"string"},"filename":{"type":"string","nullable":true},"id":{"type":"string"},"registration_id":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"user_email":{"type":"string"}},"type":"object"}}}},"digital-experience-monitoring_post_commands_response":{"type":"object","properties":{"commands":{"type":"array","items":{"properties":{"args":{"type":"object","additionalProperties":{"type":"string"}},"device_id":{"type":"string"},"id":{"type":"string"},"registration_id":{"type":"string"},"status":{"type":"string","enum":["PENDING_EXEC","PENDING_UPLOAD","SUCCESS","FAILED"]},"type":{"type":"string"}},"type":"object"}}}},"digital-experience-monitoring_commands_devices_response":{"type":"object","properties":{"devices":{"type":"array","items":{"properties":{"deviceId":{"type":"string"},"deviceName":{"type":"string"},"eligible":{"type":"boolean"},"ineligibleReason":{"type":"string"},"personEmail":{"type":"string"},"platform":{"$ref":"#/components/schemas/digital-experience-monitoring_platform"},"registrationId":{"type":"string"},"status":{"$ref":"#/components/schemas/digital-experience-monitoring_status"},"timestamp":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"},"version":{"$ref":"#/components/schemas/digital-experience-monitoring_version"}},"type":"object"}}}},"digital-experience-monitoring_get_commands_quota_response":{"type":"object","properties":{"quota":{"type":"number"},"quota_usage":{"type":"number"},"reset_time":{"type":"string","format":"date-time"}},"required":["quota_usage","quota","reset_time"]},"digital-experience-monitoring_command_id":{"type":"string"},"digital-experience-monitoring_dex-response_collection":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}}]},"digital-experience-monitoring_device-dex-test-schemas-http":{"type":"object","properties":{"created":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"},"data":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-data"},"enabled":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-enabled"},"interval":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-interval"},"name":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-name"},"target_policies":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-target-policies"}],"x-stainless-terraform-configurability":"computed_optional"},"targeted":{"type":"boolean","x-stainless-terraform-configurability":"computed"},"test_id":{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-test-id"},"updated":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"}},"required":["name","interval","enabled","data"]},"digital-experience-monitoring_dex-single_response":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}]},"digital-experience-monitoring_schemas-test-id":{"type":"string","maxLength":32,"readOnly":true},"digital-experience-monitoring_uuid":{"type":"string","maxLength":36},"digital-experience-monitoring_dex-delete-response-collection":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"},{"properties":{"result":{"type":"object","properties":{"dex_tests":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}}}}]},"digital-experience-monitoring_device_id":{"type":"string"},"digital-experience-monitoring_since_minutes":{"type":"number","default":10,"maximum":60,"minimum":1},"digital-experience-monitoring_time_now":{"type":"string"},"digital-experience-monitoring_colo":{"type":"string"},"digital-experience-monitoring_device":{"type":"object","properties":{"alwaysOn":{"type":"boolean","nullable":true},"batteryCharging":{"type":"boolean","nullable":true},"batteryCycles":{"type":"integer","format":"int64","nullable":true},"batteryPct":{"type":"number","format":"float","nullable":true},"colo":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"},"connectionType":{"type":"string","nullable":true},"cpuPct":{"type":"number","format":"float","nullable":true},"cpuPctByApp":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_cpu_pct_by_app"},"nullable":true},"deviceId":{"type":"string"},"deviceIpv4":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"deviceIpv6":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"deviceName":{"type":"string"},"deviceRegistration":{"type":"string","deprecated":true,"nullable":true,"x-stainless-deprecation-message":"Use `registrationId` instead."},"diskReadBps":{"type":"integer","format":"int64","nullable":true},"diskUsagePct":{"type":"number","format":"float","nullable":true},"diskWriteBps":{"type":"integer","format":"int64","nullable":true},"dohSubdomain":{"type":"string","nullable":true},"estimatedLossPct":{"type":"number","format":"float","nullable":true},"firewallEnabled":{"type":"boolean","nullable":true},"gatewayIpv4":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"gatewayIpv6":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"handshakeLatencyMs":{"type":"number","format":"int64","nullable":true},"ispIpv4":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"ispIpv6":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"metal":{"type":"string","nullable":true},"mode":{"$ref":"#/components/schemas/digital-experience-monitoring_mode"},"networkRcvdBps":{"type":"integer","format":"int64","nullable":true},"networkSentBps":{"type":"integer","format":"int64","nullable":true},"networkSsid":{"type":"string","nullable":true},"personEmail":{"$ref":"#/components/schemas/digital-experience-monitoring_personEmail"},"platform":{"$ref":"#/components/schemas/digital-experience-monitoring_platform"},"ramAvailableKb":{"type":"integer","format":"int64","nullable":true},"ramUsedPct":{"type":"number","format":"float","nullable":true},"ramUsedPctByApp":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_ram_used_pct_by_app"},"nullable":true},"registrationId":{"type":"string","nullable":true},"rtt":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_rtt_stats"}],"nullable":true},"status":{"$ref":"#/components/schemas/digital-experience-monitoring_status"},"switchLocked":{"type":"boolean","nullable":true},"timestamp":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"},"tunnelStats":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_tunnel_stats"}],"nullable":true},"tunnelType":{"type":"string","nullable":true},"version":{"$ref":"#/components/schemas/digital-experience-monitoring_version"},"wifiStrengthDbm":{"type":"integer","format":"int64","nullable":true}},"required":["colo","deviceId","mode","platform","status","timestamp","version"]},"digital-experience-monitoring_timestamp":{"type":"string"},"digital-experience-monitoring_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"}]},"digital-experience-monitoring_device_status_over_time_result":{"type":"object","properties":{"over_time":{"$ref":"#/components/schemas/digital-experience-monitoring_device_state_over_time"},"top_networks":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device_state_top_networks_summary"}}},"required":["top_networks","over_time"]},"digital-experience-monitoring_device_isps_response":{"type":"object","properties":{"isps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device_isp"}}},"required":["isps"]},"digital-experience-monitoring_page":{"type":"number","default":1,"minimum":1},"digital-experience-monitoring_per_page":{"type":"number","maximum":50,"minimum":1},"digital-experience-monitoring_sort_by":{"type":"string","default":"timestamp","enum":["colo","device_id","mode","platform","status","timestamp","version"]},"digital-experience-monitoring_mode":{"type":"string"},"digital-experience-monitoring_status":{"type":"string"},"digital-experience-monitoring_platform":{"type":"string"},"digital-experience-monitoring_version":{"type":"string"},"digital-experience-monitoring_source":{"type":"string","default":"last_seen","enum":["last_seen","hourly","raw"]},"digital-experience-monitoring_fleet_status_devices_response":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device"}}},"type":"object"}]},"digital-experience-monitoring_fleet_status_live_response":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deviceStats":{"type":"object","properties":{"byColo":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"byMode":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"byPlatform":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"byStatus":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"byVersion":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"uniqueDevicesTotal":{"$ref":"#/components/schemas/digital-experience-monitoring_uniqueDevicesTotal"}}}}}},"type":"object"}]},"digital-experience-monitoring_fleet_status_over_time_response":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deviceStats":{"type":"object","properties":{"byMode":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-aggregate_stat"}},"byStatus":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-aggregate_stat"}},"uniqueDevicesTotal":{"$ref":"#/components/schemas/digital-experience-monitoring_uniqueDevicesTotal"}}}}}},"type":"object"}]},"digital-experience-monitoring_http_details_response":{"type":"object","properties":{"host":{"type":"string"},"httpStats":{"type":"object","nullable":true,"properties":{"availabilityPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"dnsResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"httpStatusCode":{"type":"array","items":{"properties":{"status200":{"type":"integer"},"status300":{"type":"integer"},"status400":{"type":"integer"},"status500":{"type":"integer"},"timestamp":{"type":"string"}},"required":["timestamp","status200","status300","status400","status500"],"type":"object"}},"resourceFetchTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"serverResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"uniqueDevicesTotal":{"type":"integer"}},"required":["uniqueDevicesTotal","resourceFetchTimeMs","serverResponseTimeMs","dnsResponseTimeMs","httpStatusCode","availabilityPct"]},"httpStatsByColo":{"type":"array","items":{"properties":{"availabilityPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"colo":{"type":"string"},"dnsResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"httpStatusCode":{"type":"array","items":{"properties":{"status200":{"type":"integer"},"status300":{"type":"integer"},"status400":{"type":"integer"},"status500":{"type":"integer"},"timestamp":{"type":"string"}},"required":["timestamp","status200","status300","status400","status500"],"type":"object"}},"resourceFetchTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"serverResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"uniqueDevicesTotal":{"type":"integer"}},"required":["colo","uniqueDevicesTotal","resourceFetchTimeMs","serverResponseTimeMs","dnsResponseTimeMs","httpStatusCode","availabilityPct"],"type":"object"}},"interval":{"type":"string"},"kind":{"enum":["http"]},"method":{"type":"string"},"name":{"type":"string"},"target_policies":{"type":"array","items":{"properties":{"default":{"type":"boolean"},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"name":{"type":"string"}},"required":["id","name","default"],"type":"object"},"nullable":true},"targeted":{"type":"boolean"}}},"digital-experience-monitoring_http_details_percentiles_response":{"type":"object","properties":{"dnsResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"},"resourceFetchTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"},"serverResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"}}},"digital-experience-monitoring_list_rules_response":{"type":"object","properties":{"rules":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-rule"}}}},"digital-experience-monitoring_create_rule_body":{"type":"object","properties":{"match":{"type":"string"},"name":{"type":"string","x-auditable":true}},"required":["name","match"]},"digital-experience-monitoring_dex-rule":{"type":"object","properties":{"created_at":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed"},"id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}],"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"match":{"type":"string"},"name":{"type":"string","x-auditable":true},"targeted_tests":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-targeted-test"},"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"updated_at":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed"}},"required":["id","name","match","created_at"]},"digital-experience-monitoring_patch_rule_body":{"type":"object","properties":{"match":{"type":"string"},"name":{"type":"string","x-auditable":true}}},"digital-experience-monitoring_tests_response":{"type":"object","properties":{"overviewMetrics":{"type":"object","properties":{"avgHttpAvailabilityPct":{"type":"number","format":"float","nullable":true},"avgTracerouteAvailabilityPct":{"type":"number","format":"float","nullable":true},"testsTotal":{"type":"integer"}},"required":["testsTotal"]},"tests":{"type":"array","items":{"properties":{"created":{"type":"string"},"enabled":{"type":"boolean"},"host":{"type":"string"},"httpResults":{"type":"object","nullable":true,"properties":{"resourceFetchTime":{"$ref":"#/components/schemas/digital-experience-monitoring_timing_aggregates"}},"required":["resourceFetchTime"]},"httpResultsByColo":{"type":"array","items":{"properties":{"colo":{"type":"string"},"resourceFetchTime":{"$ref":"#/components/schemas/digital-experience-monitoring_timing_aggregates"}},"required":["colo","resourceFetchTime"],"type":"object"}},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"interval":{"type":"string"},"kind":{"type":"string","enum":["http","traceroute"]},"method":{"type":"string"},"name":{"type":"string"},"target_policies":{"type":"array","items":{"properties":{"default":{"type":"boolean"},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"name":{"type":"string"}},"required":["id","name","default"],"type":"object"},"nullable":true},"targeted":{"type":"boolean"},"tracerouteResults":{"type":"object","nullable":true,"properties":{"roundTripTime":{"$ref":"#/components/schemas/digital-experience-monitoring_timing_aggregates"}},"required":["roundTripTime"]},"tracerouteResultsByColo":{"type":"array","items":{"properties":{"colo":{"type":"string"},"roundTripTime":{"$ref":"#/components/schemas/digital-experience-monitoring_timing_aggregates"}},"required":["colo","roundTripTime"],"type":"object"}},"updated":{"type":"string"}},"required":["id","name","kind","interval","enabled","description","updated","created","host"],"type":"object"}}},"required":["overviewMetrics","tests"]},"digital-experience-monitoring_unique_devices_response":{"type":"object","properties":{"uniqueDevicesTotal":{"type":"integer"}},"required":["uniqueDevicesTotal"]},"digital-experience-monitoring_traceroute_test_result_network_path_response":{"type":"object","properties":{"colo":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"},"deviceName":{"type":"string"},"execution_context":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_execution_context"}]},"hops":{"type":"array","items":{"properties":{"asn":{"type":"integer","nullable":true},"aso":{"type":"string","nullable":true},"ipAddress":{"type":"string","nullable":true},"location":{"type":"object","nullable":true,"properties":{"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true}}},"mile":{"type":"string","enum":["client-to-app","client-to-cf-egress","client-to-cf-ingress","client-to-isp"],"nullable":true},"name":{"type":"string","nullable":true},"packetLossPct":{"type":"number","format":"float","nullable":true},"rttMs":{"type":"integer","nullable":true},"ttl":{"type":"integer"}},"required":["ttl"],"type":"object"}},"resultId":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"testId":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"testName":{"type":"string"},"time_start":{"type":"string"},"tunnel_type":{"type":"string","nullable":true}},"required":["resultId","hops"]},"digital-experience-monitoring_traceroute_details_response":{"type":"object","properties":{"host":{"type":"string"},"interval":{"type":"string"},"kind":{"enum":["traceroute"]},"name":{"type":"string"},"target_policies":{"type":"array","items":{"properties":{"default":{"type":"boolean"},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"name":{"type":"string"}},"required":["id","name","default"],"type":"object"},"nullable":true},"targeted":{"type":"boolean"},"tracerouteStats":{"type":"object","nullable":true,"properties":{"availabilityPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"hopsCount":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"packetLossPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"roundTripTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"uniqueDevicesTotal":{"type":"integer"}},"required":["uniqueDevicesTotal","roundTripTimeMs","hopsCount","packetLossPct","availabilityPct"]},"tracerouteStatsByColo":{"type":"array","items":{"properties":{"availabilityPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"colo":{"type":"string"},"hopsCount":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"packetLossPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"roundTripTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"uniqueDevicesTotal":{"type":"integer"}},"required":["colo","uniqueDevicesTotal","roundTripTimeMs","hopsCount","packetLossPct","availabilityPct"],"type":"object"}}},"required":["kind","name","host","interval"]},"digital-experience-monitoring_traceroute_test_network_path_response":{"type":"object","properties":{"deviceName":{"type":"string"},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"interval":{"type":"string"},"kind":{"enum":["traceroute"]},"name":{"type":"string"},"networkPath":{"type":"object","nullable":true,"properties":{"sampling":{"type":"object","nullable":true,"properties":{"unit":{"enum":["hours"]},"value":{"type":"integer"}},"required":["value","unit"]},"slots":{"type":"array","items":{"properties":{"clientToAppRttMs":{"type":"integer","nullable":true},"clientToCfEgressRttMs":{"type":"integer","nullable":true},"clientToCfIngressRttMs":{"type":"integer","nullable":true},"clientToIspRttMs":{"type":"integer","nullable":true},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"timestamp":{"type":"string"}},"required":["id","timestamp","clientToAppRttMs","clientToCfIngressRttMs","clientToCfEgressRttMs"],"type":"object"}}},"required":["slots"]},"url":{"type":"string"}},"required":["id"]},"digital-experience-monitoring_traceroute_details_percentiles_response":{"type":"object","properties":{"hopsCount":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"},"packetLossPct":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"},"roundTripTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"}}},"digital-experience-monitoring_warp_events_response":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_warp_toggle_change_event"},{"$ref":"#/components/schemas/digital-experience-monitoring_warp_config_change_event"}]}},"magic-transit_identifier":{"type":"string","maxLength":32,"readOnly":true},"magic-transit_endpoint_health_check_response_single":{"allOf":[{"$ref":"#/components/schemas/magic-transit_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check_response"}}}]},"magic-transit_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/magic-transit_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/magic-transit_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"magic-transit_endpoint_health_check":{"type":"object","properties":{"check_type":{"$ref":"#/components/schemas/magic-transit_check_type"},"endpoint":{"type":"string"},"name":{"type":"string"}},"required":["check_type","endpoint"]},"magic-transit_uuid":{"type":"string","maxLength":36},"magic-transit_traceroute_response_collection":{"allOf":[{"$ref":"#/components/schemas/magic-transit_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic-transit_target_result"}}}}]},"magic-transit_colos":{"type":"array","items":{"type":"string"}},"magic-transit_options":{"type":"object","properties":{"max_ttl":{"$ref":"#/components/schemas/magic-transit_max_ttl"},"packet_type":{"$ref":"#/components/schemas/magic-transit_packet_type"},"packets_per_ttl":{"$ref":"#/components/schemas/magic-transit_packets_per_ttl"},"port":{"$ref":"#/components/schemas/magic-transit_port"},"wait_time":{"$ref":"#/components/schemas/magic-transit_wait_time"}}},"magic-transit_targets":{"type":"array","items":{"type":"string"},"maxLength":10},"dlp_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dlp_api-response-common"}]},"dlp_CustomPromptTopic":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean","deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid","deprecated":true,"nullable":true},"topic":{"type":"string","maxLength":50,"minLength":2},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled","topic"]},"dlp_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dlp_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dlp_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dlp_Empty":{"type":"object","nullable":true},"dlp_DataClassArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataClass"}},"dlp_NewDataClass":{"type":"object","properties":{"data_tags":{"type":"array","items":{"format":"uuid","type":"string"}},"expression":{"type":"string"},"name":{"type":"string"},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"}}},"required":["name","expression","sensitivity_levels","data_tags"]},"dlp_DataClass":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"data_tags":{"type":"array","items":{"format":"uuid","type":"string"}},"expression":{"type":"string"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"}},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","expression","sensitivity_levels","data_tags","created_at","updated_at"]},"dlp_DataClassUpdate":{"type":"object","properties":{"data_tags":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"expression":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"},"nullable":true}}},"dlp_DataTagCategoryArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTagCategory"}},"dlp_NewDataTagCategory":{"type":"object","properties":{"name":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/dlp_NewDataTag"},"x-stainless-skip":["terraform"]},"template_id":{"type":"string","format":"uuid","nullable":true,"x-stainless-skip":["terraform"]}},"required":["name"]},"dlp_DataTagCategory":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTag"}},"template_id":{"type":"string","format":"uuid","nullable":true},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","tags"]},"dlp_DataTagCategoryUpdate":{"type":"object","properties":{"name":{"type":"string","nullable":true},"tags":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTagCategoryTagUpdate"},"nullable":true,"x-stainless-skip":["terraform"]}}},"dlp_DataTagArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTag"}},"dlp_NewDataTag":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"dlp_DataTag":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at"]},"dlp_DataTagUpdate":{"type":"object","properties":{"name":{"type":"string","nullable":true}}},"dlp_DataTagCategoryTemplateArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTagCategoryTemplate"}},"dlp_DataTagCategoryTemplate":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTagTemplate"}}},"required":["id","name","description","tags"]},"dlp_DatasetArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Dataset"}},"dlp_DatasetCreation":{"type":"object","properties":{"dataset":{"$ref":"#/components/schemas/dlp_Dataset"},"encoding_version":{"type":"integer","format":"int32","minimum":0},"max_cells":{"type":"integer","format":"int64","minimum":0},"secret":{"type":"string","format":"password"},"version":{"type":"integer","format":"int64"}},"required":["version","max_cells","dataset","encoding_version"]},"dlp_Dataset":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"columns":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DatasetColumn"}},"created_at":{"type":"string","format":"date-time"},"encoding_version":{"type":"integer","format":"int32","minimum":0},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"num_cells":{"type":"integer","format":"int64"},"secret":{"type":"boolean"},"status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"},"updated_at":{"type":"string","format":"date-time"},"uploads":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DatasetUpload"}}},"required":["name","id","status","num_cells","created_at","updated_at","uploads","secret","encoding_version","columns"]},"dlp_DatasetNewVersion":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"columns":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DatasetColumn"}},"encoding_version":{"type":"integer","format":"int32","minimum":0},"max_cells":{"type":"integer","format":"int64","minimum":0},"secret":{"type":"string","format":"password"},"version":{"type":"integer","format":"int64"}},"required":["version","max_cells","encoding_version"]},"dlp_DatasetColumnArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DatasetColumn"}},"dlp_DatasetColumn":{"type":"object","properties":{"entry_id":{"type":"string","format":"uuid"},"header_name":{"type":"string"},"num_cells":{"type":"integer","format":"int64"},"upload_status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"}},"required":["entry_id","upload_status","header_name","num_cells"]},"dlp_DocumentFingerprintArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DocumentFingerprint"}},"dlp_DocumentFingerprint":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"entry_id":{"type":"string","format":"uuid"},"file_name":{"type":"string","nullable":true},"id":{"type":"string","format":"uuid"},"match_percent":{"type":"integer","format":"int32"},"name":{"type":"string"},"status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"},"updated_at":{"type":"string","format":"date-time"},"version":{"type":"integer","format":"int64","nullable":true}},"required":["id","entry_id","name","description","match_percent","status","created_at","updated_at"]},"dlp_DocumentFingerprintUpload":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"entry_id":{"type":"string","format":"uuid"},"file_name":{"type":"string"},"id":{"type":"string","format":"uuid"},"match_percent":{"type":"integer","format":"int32"},"name":{"type":"string"},"status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"},"updated_at":{"type":"string","format":"date-time"},"version":{"type":"integer","format":"int64"}},"required":["id","entry_id","name","description","match_percent","version","file_name","status","created_at","updated_at"]},"dlp_UpdateDocumentFingerprint":{"type":"object","properties":{"match_percent":{"type":"integer","format":"int32","nullable":true},"name":{"type":"string","nullable":true}}},"dlp_AddinAccountMapping":{"type":"object","properties":{"addin_identifier_token":{"type":"string","format":"uuid"},"auth_requirements":{"$ref":"#/components/schemas/dlp_AddinAuth"}},"required":["auth_requirements","addin_identifier_token"]},"dlp_UpdateAddinAccountMapping":{"type":"object","properties":{"auth_requirements":{"$ref":"#/components/schemas/dlp_AddinAuth"}},"required":["auth_requirements"]},"dlp_EmailRuleArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EmailRule"}},"dlp_CreateEmailRule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/dlp_EmailRuleAction"},"conditions":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EmailRuleCondition"}},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name","enabled","conditions","action"]},"dlp_EmailRule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/dlp_EmailRuleAction"},"conditions":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EmailRuleCondition"}},"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"name":{"type":"string"},"priority":{"type":"integer","format":"int32","minimum":0},"rule_id":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time"}},"required":["rule_id","name","priority","enabled","conditions","action","created_at","updated_at"]},"dlp_UpdateEmailRulePriorities":{"type":"object","properties":{"new_priorities":{"type":"object","additionalProperties":{"format":"int32","minimum":0,"type":"integer"}}},"required":["new_priorities"]},"dlp_EntryWithUploadStatus":{"allOf":[{"$ref":"#/components/schemas/dlp_Entry"},{"properties":{"upload_status":{"allOf":[{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"}],"x-stainless-terraform-configurability":"computed_optional"}},"type":"object"}]},"dlp_NewEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"pattern":{"$ref":"#/components/schemas/dlp_Pattern"},"profile_id":{"type":"string","format":"uuid"}},"required":["name","pattern","enabled"]},"dlp_CustomEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean","deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"pattern":{"$ref":"#/components/schemas/dlp_Pattern"},"profile_id":{"type":"string","format":"uuid","deprecated":true,"nullable":true},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","pattern","enabled"]},"dlp_CustomEntryUpdate":{"allOf":[{"$ref":"#/components/schemas/dlp_CustomEntryUpdateType"},{"properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"type":"object"}]},"dlp_NewPredefinedEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"entry_id":{"type":"string","format":"uuid"},"profile_id":{"type":"string","format":"uuid","nullable":true}},"required":["enabled","entry_id"]},"dlp_IntegrationEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid","nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled"]},"dlp_PredefinedEntryUpdate":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]},"dlp_PredefinedEntry":{"type":"object","properties":{"confidence":{"$ref":"#/components/schemas/dlp_EntryConfidence"},"deprecated":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid","deprecated":true,"nullable":true},"variant":{"allOf":[{"$ref":"#/components/schemas/dlp_PredefinedEntryVariant"}]}},"required":["id","name","enabled","confidence"]},"dlp_EntryWithSharedProfiles":{"allOf":[{"$ref":"#/components/schemas/dlp_EntryWithUploadStatus"},{"properties":{"profiles":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EntryProfile"},"x-stainless-terraform-configurability":"computed_optional"}},"required":["profiles"],"type":"object"}]},"dlp_EntryUpdate":{"allOf":[{"$ref":"#/components/schemas/dlp_EntryUpdateType"},{"properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"type":"object"}]},"dlp_Entry":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/dlp_CustomEntry"},{"properties":{"type":{"type":"string","enum":["custom"]}},"required":["type"],"type":"object"}],"title":"Custom Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_CustomPromptTopicEntry"},{"properties":{"type":{"type":"string","enum":["custom_prompt_topic"]}},"required":["type"],"type":"object"}],"title":"Custom Prompt Topic Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_PredefinedEntry"},{"properties":{"type":{"type":"string","enum":["predefined"]}},"required":["type"],"type":"object"}],"title":"Predefined Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_IntegrationEntry"},{"properties":{"type":{"type":"string","enum":["integration"]}},"required":["type"],"type":"object"}],"title":"Integration Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_ExactDataEntry"},{"properties":{"type":{"type":"string","enum":["exact_data"]}},"required":["type"],"type":"object"}],"title":"Exact Data Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_DocumentFingerprintEntry"},{"properties":{"type":{"type":"string","enum":["document_fingerprint"]}},"required":["type"],"type":"object"}],"title":"Document Fingerprint Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_WordListEntry"},{"properties":{"type":{"type":"string","enum":["word_list"]}},"required":["type"],"type":"object"}],"title":"Word List Entry"}]},"dlp_Limits":{"type":"object","properties":{"max_custom_regex_entries":{"type":"integer","format":"int64","minimum":0},"max_dataset_cells":{"type":"integer","format":"int64","minimum":0},"max_document_fingerprints":{"type":"integer","format":"int64","minimum":0},"used_custom_regex_entries":{"type":"integer","format":"int64","minimum":0},"used_dataset_cells":{"type":"integer","format":"int64","minimum":0},"used_document_fingerprints":{"type":"integer","format":"int64","minimum":0}},"required":["max_custom_regex_entries","used_custom_regex_entries","max_dataset_cells","used_dataset_cells","max_document_fingerprints","used_document_fingerprints"]},"dlp_RegexValidationQuery":{"type":"object","properties":{"max_match_bytes":{"type":"integer","format":"int32","minimum":0,"nullable":true},"regex":{"type":"string"}},"required":["regex"]},"dlp_RegexValidationResult":{"type":"object","properties":{"valid":{"type":"boolean"}},"required":["valid"]},"dlp_PayloadLogSetting":{"type":"object","properties":{"masking_level":{"allOf":[{"$ref":"#/components/schemas/dlp_PayloadLogMaskingLevel"}]},"public_key":{"type":"string","nullable":true},"updated_at":{"type":"string","format":"date-time"}},"required":["updated_at"]},"dlp_PayloadLogSettingUpdateLegacy":{"type":"object","properties":{"masking_level":{"allOf":[{"$ref":"#/components/schemas/dlp_PayloadLogMaskingLevel"}]},"public_key":{"type":"string","nullable":true}}},"dlp_ProfileArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Profile"}},"dlp_CustomProfileArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_CustomProfile"}},"dlp_NewCustomProfile":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","default":0,"maximum":1000,"minimum":0},"confidence_threshold":{"type":"string","default":"low","nullable":true},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"data_classes":{"type":"array","items":{"format":"uuid","type":"string"}},"data_tags":{"type":"array","items":{"format":"uuid","type":"string"}},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EntryOfNewProfile"},"x-stainless-skip":["terraform"]},"name":{"type":"string"},"ocr_enabled":{"type":"boolean","default":false},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"}},"shared_entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_NewSharedEntry"}}},"required":["name"]},"dlp_Profile":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/dlp_CustomProfile"},{"properties":{"type":{"type":"string","enum":["custom"]}},"required":["type"],"type":"object"}],"title":"Custom Profile"},{"allOf":[{"$ref":"#/components/schemas/dlp_PredefinedProfile"},{"properties":{"type":{"type":"string","enum":["predefined"]}},"required":["type"],"type":"object"}],"title":"Predefined Profile"},{"allOf":[{"$ref":"#/components/schemas/dlp_IntegrationProfile"},{"properties":{"type":{"type":"string","enum":["integration"]}},"required":["type"],"type":"object"}],"title":"Integration Profile"}]},"dlp_CustomProfileUpdate":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","nullable":true},"confidence_threshold":{"type":"string","default":"low","nullable":true},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"data_classes":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"data_tags":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_ProfileEntryUpdate"},"deprecated":true,"nullable":true},"name":{"type":"string"},"ocr_enabled":{"type":"boolean","default":false},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"},"nullable":true},"shared_entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SharedEntryUpdate"}}},"required":["name"]},"dlp_NewPredefinedProfile":{"allOf":[{"$ref":"#/components/schemas/dlp_PredefinedProfileUpdate"},{"properties":{"profile_id":{"type":"string","format":"uuid"}},"required":["profile_id"],"type":"object"}]},"dlp_PredefinedProfileUpdate":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","default":0,"maximum":1000,"minimum":0,"nullable":true},"confidence_threshold":{"type":"string","default":"low","nullable":true},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_PredefinedProfileEntryUpdate"},"deprecated":true},"ocr_enabled":{"type":"boolean","default":false}}},"dlp_PredefinedProfileConfig":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32"},"confidence_threshold":{"type":"string","default":"low","nullable":true},"enabled_entries":{"type":"array","items":{"format":"uuid","type":"string"}},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"ocr_enabled":{"type":"boolean","default":false},"open_access":{"type":"boolean"}},"required":["id","name","entries","enabled_entries","allowed_match_count","confidence_threshold"]},"dlp_PredefinedProfileConfigUpdate":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","default":0,"maximum":1000,"minimum":0,"nullable":true},"confidence_threshold":{"type":"string","default":"low","nullable":true},"enabled_entries":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_PredefinedProfileEntryUpdate"},"deprecated":true,"x-stainless-terraform-configurability":"computed_optional"},"ocr_enabled":{"type":"boolean","default":false}}},"dlp_SensitivityGroupArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityGroup"}},"dlp_NewSensitivityGroup":{"type":"object","properties":{"levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_NewSensitivityLevel"},"x-stainless-skip":["terraform"]},"name":{"type":"string"},"template_id":{"type":"string","format":"uuid","nullable":true,"x-stainless-skip":["terraform"]}},"required":["name"]},"dlp_SensitivityGroup":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"name":{"type":"string"},"template_id":{"type":"string","format":"uuid","nullable":true},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","levels"]},"dlp_SensitivityGroupTemplateArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityGroupTemplate"}},"dlp_SensitivityGroupTemplate":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelTemplate"}},"name":{"type":"string"}},"required":["id","name","description","levels"]},"dlp_SensitivityGroupUpdate":{"type":"object","properties":{"levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityGroupLevelUpdate"},"nullable":true,"x-stainless-skip":["terraform"]},"name":{"type":"string","nullable":true}}},"dlp_SensitivityLevelOrder":{"type":"object","properties":{"level_ids":{"type":"array","items":{"format":"uuid","type":"string"}}},"required":["level_ids"]},"dlp_SensitivityLevelArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"dlp_NewSensitivityLevel":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"dlp_SensitivityLevel":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at"]},"dlp_SensitivityLevelUpdate":{"type":"object","properties":{"name":{"type":"string","nullable":true}}},"dlp_DlpSettings":{"type":"object","properties":{"ai_context_analysis":{"type":"boolean"},"ocr":{"type":"boolean"},"payload_logging":{"$ref":"#/components/schemas/dlp_PayloadLogSetting"}},"required":["payload_logging","ai_context_analysis","ocr"]},"dlp_DlpSettingsUpdate":{"type":"object","properties":{"ai_context_analysis":{"type":"boolean","default":false,"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"ocr":{"type":"boolean","default":false,"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"payload_logging":{"allOf":[{"$ref":"#/components/schemas/dlp_PayloadLogSettingUpdate"}],"x-stainless-terraform-configurability":"computed_optional"}}},"dls_account_identifier":{"type":"string","maxLength":32,"minLength":32,"pattern":"^[0-9a-f]{32}$","x-auditable":true},"dls_PrefixBindingPaginatedListResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/dls_PrefixBinding"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}},"required":["count","cursor","per_page"]},"success":{"type":"boolean"}},"required":["success","errors","messages","result","result_info"]},"dls_bad_response":{"allOf":[{"$ref":"#/components/schemas/dls_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"},"minLength":1},"result":{"$ref":"#/components/schemas/dls_none"}},"required":["errors"]}]},"dls_CreatePrefixBindingInput":{"type":"object","properties":{"cidr":{"type":"string"},"prefix_id":{"type":"string","maxLength":64},"region_key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-z0-9_-]+$"}},"required":["prefix_id","cidr","region_key"]},"dls_PrefixBindingResponse":{"allOf":[{"$ref":"#/components/schemas/dls_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/dls_PrefixBinding"}},"required":["result"]}]},"dls_good_response":{"allOf":[{"$ref":"#/components/schemas/dls_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"},"maxLength":0}}}]},"dls_UpdatePrefixBindingInput":{"type":"object","properties":{"region_key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-z0-9_-]+$"}},"required":["region_key"]},"dls_RegionPublicPaginatedListResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/dls_RegionPublic"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}},"required":["count","cursor","per_page"]},"success":{"type":"boolean"}},"required":["success","errors","messages","result","result_info"]},"dls_FetchPublicRegionResponse":{"allOf":[{"$ref":"#/components/schemas/dls_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/dls_RegionPublic"}},"required":["result"]}]},"dns-firewall_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dns-firewall_dns_firewall_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster-response"}}},"type":"object"}]},"dns-firewall_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-firewall_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-firewall_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-firewall_dns-firewall-cluster-post":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster"},{"properties":{"dns_firewall_ip_count":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_ip_count"}},"type":"object"}],"required":["name","upstream_ips"]},"dns-firewall_dns_firewall_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster-response"}},"type":"object"}]},"dns-firewall_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-common"}]},"dns-firewall_dns-firewall-cluster-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster"}]},"dns-analytics_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dns-analytics_metrics":{"type":"string"},"dns-analytics_dimensions":{"type":"string"},"dns-analytics_since":{"type":"string","format":"date-time"},"dns-analytics_until":{"type":"string","format":"date-time"},"dns-analytics_limit":{"type":"integer","default":100000},"dns-analytics_sort":{"type":"string"},"dns-analytics_filters":{"type":"string"},"dns-analytics_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common"}]},"dns-analytics_report":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_result"},{"properties":{"data":{"type":"array","items":{"properties":{"metrics":{"type":"array","items":{"type":"number"}}},"required":["metrics"],"type":"object"}}},"required":["data"],"type":"object"}]},"dns-analytics_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-analytics_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-analytics_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-analytics_time_delta":{"type":"string","enum":["all","auto","year","quarter","month","week","day","hour","dekaminute","minute"]},"dns-analytics_report_bytime":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_result"},{"properties":{"data":{"type":"array","items":{"properties":{"metrics":{"type":"array","items":{"items":{"type":"number"},"type":"array"}}},"required":["metrics"],"type":"object"}},"query":{"properties":{"time_delta":{"$ref":"#/components/schemas/dns-analytics_time_delta"}},"required":["time_delta"],"type":"object"},"time_intervals":{"type":"array","items":{"items":{"format":"date-time","type":"string"},"type":"array"}}},"required":["time_intervals","query","data"],"type":"object"}]},"dns-firewall_dns_firewall_reverse_dns_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-reverse-dns-response"}},"type":"object"}]},"dns-firewall_dns-firewall-reverse-dns-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-reverse-dns"}]},"dns-records_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dns-records_dns_response_account_usage":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"type":"object","properties":{"internal_record_quota":{"type":"integer","minimum":0},"internal_record_usage":{"type":"integer","minimum":0},"record_quota":{"type":"integer","minimum":0,"nullable":true},"record_usage":{"type":"integer","minimum":0}},"required":["record_usage","record_quota"]}},"type":"object"}]},"dns-records_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-records_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-records_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-settings_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dns-settings_dns_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-settings_account_settings"}},"type":"object"}],"required":["result"]},"dns-settings_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-settings_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-settings_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-settings_account_settings_patch":{"type":"object","properties":{"enforce_dns_only":{"$ref":"#/components/schemas/dns-settings_enforce_dns_only"},"zone_defaults":{"$ref":"#/components/schemas/dns-settings_dns-settings-account-patch"}}},"dns-settings_match":{"type":"string","default":"all","enum":["any","all"]},"dns-settings_page":{"type":"number","default":1,"minimum":1},"dns-settings_per_page":{"type":"number","default":100,"maximum":5000000,"minimum":1},"dns-settings_order":{"type":"string","default":"type","enum":["name","created_on","modified_on"]},"dns-settings_direction":{"type":"string","default":"asc","enum":["asc","desc"]},"dns-settings_dns_view_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dns-settings_dns-view-response"}}},"type":"object"}]},"dns-settings_dns-view-post":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-view"}],"required":["name","zones"]},"dns-settings_dns_view_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-settings_dns-view-response"}},"type":"object"}]},"dns-settings_dns-view-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-view"}]},"email-security_MessageDeliveryStatus":{"type":"string","enum":["delivered","moved","quarantined","rejected","deferred","bounced","queued"]},"email-security_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/email-security_messages"},"messages":{"$ref":"#/components/schemas/email-security_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"email-security_MessageDetails":{"type":"object","properties":{"action_log":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ActionLogEntry"},"deprecated":true,"x-stainless-deprecation-message":"Use GET /investigate/{investigate_id}/action_log instead."},"alert_id":{"type":"string","nullable":true},"client_recipients":{"type":"array","items":{"type":"string"}},"delivery_mode":{"$ref":"#/components/schemas/email-security_MessageDeliveryMode"},"delivery_status":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MessageDeliveryStatus"},"nullable":true},"detection_reasons":{"type":"array","items":{"type":"string"}},"edf_hash":{"type":"string","nullable":true},"envelope_from":{"type":"string","nullable":true},"envelope_to":{"type":"array","items":{"type":"string"},"nullable":true},"final_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"findings":{"type":"array","items":{"properties":{"attachment":{"type":"string","nullable":true},"detail":{"type":"string","nullable":true},"detection":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"field":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"portion":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true},"score":{"type":"number","format":"double","nullable":true},"value":{"type":"string","nullable":true}},"type":"object"},"deprecated":true,"nullable":true,"x-stainless-deprecation-message":"Use the `findings` field from GET /investigate/{investigate_id}/detections instead."},"from":{"type":"string","nullable":true},"from_name":{"type":"string","nullable":true},"htmltext_structure_hash":{"type":"string","nullable":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_InvestigateId"}],"x-auditable":true},"is_phish_submission":{"type":"boolean"},"is_quarantined":{"type":"boolean"},"message_id":{"type":"string","nullable":true},"post_delivery_operations":{"type":"array","items":{"enum":["PREVIEW","QUARANTINE_RELEASE","SUBMISSION","MOVE"],"type":"string"},"nullable":true},"postfix_id":{"$ref":"#/components/schemas/email-security_PostfixId"},"postfix_id_outbound":{"type":"string","nullable":true},"properties":{"type":"object","properties":{"allowlisted_pattern":{"nullable":true,"type":"string"},"allowlisted_pattern_type":{"enum":["quarantine_release","acceptable_sender","allowed_sender","allowed_recipient","domain_similarity","domain_recency","managed_acceptable_sender","outbound_ndr"],"nullable":true,"type":"string"},"blocklisted_message":{"nullable":true,"type":"boolean"},"blocklisted_pattern":{"nullable":true,"type":"string"},"whitelisted_pattern_type":{"enum":["quarantine_release","acceptable_sender","allowed_sender","allowed_recipient","domain_similarity","domain_recency","managed_acceptable_sender","outbound_ndr"],"nullable":true,"type":"string"}}},"replyto":{"type":"string","nullable":true},"scanned_at":{"type":"string","format":"date-time","nullable":true},"sent_at":{"type":"string","format":"date-time","nullable":true},"sent_date":{"type":"string","nullable":true},"smtp_helo_server_ip":{"type":"string","nullable":true},"smtp_previous_hop_ip":{"type":"string","nullable":true},"subject":{"type":"string","nullable":true},"threat_categories":{"type":"array","items":{"type":"string"},"nullable":true},"to":{"type":"array","items":{"type":"string"},"nullable":true},"to_name":{"type":"array","items":{"type":"string"},"nullable":true},"ts":{"type":"string","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `scanned_at` instead."},"validation":{"$ref":"#/components/schemas/email-security_Validation"},"x_originating_ip":{"type":"string","nullable":true}},"required":["id","ts","client_recipients","postfix_id","detection_reasons","action_log","is_quarantined","is_phish_submission","properties"]},"email-security_CursorResultInfo":{"type":"object","properties":{"count":{"type":"integer","minimum":0},"next":{"type":"string","nullable":true},"page":{"type":"integer","deprecated":true,"minimum":0,"x-stainless-deprecation-message":"This field always returns 0 and is deprecated."},"per_page":{"type":"integer","minimum":0},"previous":{"type":"string","nullable":true},"total_count":{"type":"integer","deprecated":true,"minimum":0,"x-stainless-deprecation-message":"This field always returns 0 and is deprecated."}},"required":["per_page","count","total_count"]},"email-security_BulkJobDetail":{"type":"object","properties":{"action_params":{"$ref":"#/components/schemas/email-security_BulkJobActionParams"},"action_type":{"type":"string","enum":["MOVE","RELEASE"]},"comment":{"type":"string","nullable":true},"completed_at":{"type":"string","format":"date-time","nullable":true},"created_at":{"type":"string","format":"date-time"},"job_id":{"type":"string","format":"uuid"},"messages_failed":{"type":"integer"},"messages_pending":{"type":"integer"},"messages_successful":{"type":"integer"},"search_params":{"$ref":"#/components/schemas/email-security_BulkSearchParams"},"started_at":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["PENDING","DISCOVERING","PROCESSING","COMPLETED","FAILED","CANCELLED","SKIPPED"]},"status_message":{"type":"string","nullable":true},"total_messages_discovered":{"type":"integer"}},"required":["job_id","action_type","action_params","search_params","status","total_messages_discovered","messages_pending","messages_successful","messages_failed","created_at"]},"email-security_BulkActionRequest":{"type":"object","properties":{"action":{"type":"string","enum":["MOVE","RELEASE"]},"comment":{"type":"string","nullable":true},"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"search_params":{"$ref":"#/components/schemas/email-security_BulkSearchParams"}},"required":["action","search_params"]},"email-security_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"}]},"email-security_BulkActionMessageDetail":{"type":"object","properties":{"action_params":{"$ref":"#/components/schemas/email-security_BulkMessageActionParams"},"action_type":{"type":"string","enum":["MOVE","RELEASE"]},"alert_id":{"type":"string","nullable":true},"created_at":{"type":"string","format":"date-time"},"email_message_id":{"type":"string","nullable":true},"message_id":{"type":"string","format":"uuid"},"postfix_id":{"type":"string"},"processed_at":{"type":"string","format":"date-time","nullable":true},"retry_after":{"type":"string","format":"date-time","nullable":true},"retry_count":{"type":"integer"},"status":{"type":"string","enum":["PENDING","DISCOVERING","PROCESSING","COMPLETED","FAILED","CANCELLED","SKIPPED"]},"status_message":{"type":"string","nullable":true}},"required":["message_id","postfix_id","action_type","action_params","status","retry_count","created_at"]},"email-security_MailboxDestination":{"type":"string","enum":["Inbox","JunkEmail","DeletedItems","RecoverableItemsDeletions","RecoverableItemsPurges"]},"email-security_DispositionLabel":{"type":"string","enum":["MALICIOUS","MALICIOUS-BEC","SUSPICIOUS","SPOOF","SPAM","BULK","ENCRYPTED","EXTERNAL","UNKNOWN","NONE"]},"email-security_InvestigateId":{"type":"string"},"email-security_PostfixId":{"type":"string"},"email-security_MoveResponseItem":{"type":"object","properties":{"completed_at":{"type":"string","format":"date-time","nullable":true},"completed_timestamp":{"type":"string","format":"date-time","deprecated":true,"x-stainless-deprecation-message":"Use `completed_at` instead."},"destination":{"type":"string","nullable":true},"item_count":{"type":"integer","deprecated":true,"x-stainless-deprecation-message":"This field is deprecated."},"message_id":{"type":"string","nullable":true},"operation":{"type":"string","nullable":true},"recipient":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"success":{"type":"boolean"}},"required":["success"]},"email-security_MessagePreview":{"type":"object","properties":{"screenshot":{"type":"string"}},"required":["screenshot"]},"email-security_ReleaseResponse":{"type":"object","properties":{"delivered":{"type":"array","items":{"type":"string"},"nullable":true},"failed":{"type":"array","items":{"type":"string"},"nullable":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_InvestigateId"}],"x-auditable":true},"postfix_id":{"allOf":[{"$ref":"#/components/schemas/email-security_PostfixId"}],"deprecated":true,"x-stainless-deprecation-message":"Use `id` instead."},"undelivered":{"type":"array","items":{"type":"string"},"nullable":true}},"required":["id"]},"email-security_ActionEntry":{"type":"object","properties":{"completed_at":{"type":"string","format":"date-time","nullable":true},"operation":{"type":"string","enum":["PREVIEW","QUARANTINE_RELEASE","SUBMISSION","MOVE"]},"properties":{"type":"object","allOf":[{"$ref":"#/components/schemas/email-security_ActionEntryProperties"}],"nullable":true},"started_at":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","nullable":true},"success":{"type":"boolean","nullable":true}},"required":["operation"]},"email-security_MessageDetectionDetails":{"type":"object","properties":{"action":{"type":"string"},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Attachment"}},"final_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"findings":{"type":"array","items":{"properties":{"attachment":{"type":"string","nullable":true},"detail":{"type":"string","nullable":true},"detection":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"field":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"portion":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true},"score":{"type":"number","format":"double","nullable":true},"value":{"type":"string","nullable":true}},"type":"object"},"nullable":true},"headers":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MessageHeader"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Link"}},"sender_info":{"type":"object","properties":{"as_name":{"type":"string","nullable":true},"as_number":{"type":"integer","nullable":true},"geo":{"type":"string","nullable":true},"ip":{"type":"string","nullable":true},"pld":{"type":"string","nullable":true}}},"threat_categories":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ThreatCategory"}},"validation":{"$ref":"#/components/schemas/email-security_Validation"}},"required":["validation","headers","threat_categories","sender_info","links","action","attachments","findings"]},"email-security_MessageRaw":{"type":"object","properties":{"raw":{"type":"string"}},"required":["raw"]},"email-security_ReclassifyRequest":{"type":"object","properties":{"eml_content":{"type":"string"},"escalated_submission_id":{"type":"string","x-auditable":true},"expected_disposition":{"type":"string","enum":["NONE","BULK","MALICIOUS","SPAM","SPOOF","SUSPICIOUS"]}},"required":["expected_disposition"]},"email-security_MessageTrace":{"type":"object","properties":{"inbound":{"type":"object","properties":{"lines":{"type":"array","items":{"$ref":"#/components/schemas/email-security_TraceLine"},"nullable":true},"pending":{"type":"boolean","nullable":true}}},"outbound":{"type":"object","properties":{"lines":{"type":"array","items":{"$ref":"#/components/schemas/email-security_TraceLine"},"nullable":true},"pending":{"type":"boolean","nullable":true}}}},"required":["inbound","outbound"]},"email-security_PhishGuardReport":{"type":"object","properties":{"content":{"type":"string"},"created_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"fields":{"type":"object","properties":{"from":{"type":"string","nullable":true},"occurred_at":{"type":"string","format":"date-time","readOnly":true},"postfix_id":{"type":"string","nullable":true},"to":{"type":"array","items":{"type":"string"}},"ts":{"type":"string","format":"date-time","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `occurred_at` instead."}},"required":["to"]},"id":{"type":"integer"},"priority":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/email-security_PhishGuardReportTag"},"nullable":true},"title":{"type":"string"},"ts":{"type":"string","format":"date-time","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `created_at` instead."},"updated_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true}},"required":["id","title","content","fields","priority","disposition"]},"email-security_PatternType":{"type":"string","enum":["EMAIL","DOMAIN","IP","UNKNOWN"],"x-auditable":true},"email-security_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}}},"type":"object"}]},"email-security_AllowPolicyList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_AllowPolicy"}},"email-security_CreateAllowPolicy":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicy"}],"required":["is_exempt_recipient","is_trusted_sender","is_acceptable_sender","pattern","is_regex","verify_sender","pattern_type"]},"email-security_AllowPolicy":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicyId"}],"readOnly":true},"is_acceptable_sender":{"type":"boolean","x-auditable":true},"is_exempt_recipient":{"type":"boolean","x-auditable":true},"is_recipient":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `is_exempt_recipient` instead."},"is_regex":{"type":"boolean","x-auditable":true},"is_sender":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `is_trusted_sender` instead."},"is_spoof":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `is_acceptable_sender` instead."},"is_trusted_sender":{"type":"boolean","x-auditable":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true},"pattern_type":{"$ref":"#/components/schemas/email-security_PatternType"},"verify_sender":{"type":"boolean","x-auditable":true}},"required":["id","created_at","last_modified"]},"email-security_AllowPolicyId":{"type":"string","format":"uuid","x-auditable":true},"email-security_UpdateAllowPolicy":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicy"}],"minProperties":1},"email-security_DeletedAllowPolicy":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_AllowPolicyId"}},"required":["id"]},"email-security_BlockedSenderList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_BlockedSender"}},"email-security_CreateBlockedSender":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSender"}],"required":["pattern","is_regex","pattern_type"]},"email-security_BlockedSender":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSenderId"}],"readOnly":true},"is_regex":{"type":"boolean","x-auditable":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true},"pattern_type":{"$ref":"#/components/schemas/email-security_PatternType"}}},"email-security_BlockedSenderId":{"type":"string","format":"uuid","x-auditable":true},"email-security_UpdateBlockedSender":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSender"}],"minProperties":1},"email-security_DeletedBlockedSender":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_BlockedSenderId"}},"required":["id"]},"email-security_DeliveryMode":{"type":"string","enum":["DIRECT","BCC","JOURNAL","API","RETRO_SCAN"]},"email-security_DomainStatus":{"type":"string","enum":["pending","active","failed","timeout",null],"nullable":true},"email-security_DomainList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Domain"}},"email-security_CreateDomain":{"type":"object","properties":{"allowed_delivery_modes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeliveryMode"},"maxItems":10,"minItems":1},"domain":{"type":"string","x-auditable":true},"drop_dispositions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"maxItems":10},"folder":{"$ref":"#/components/schemas/email-security_ScannableFolder"},"integration_id":{"type":"string","format":"uuid","nullable":true,"x-auditable":true},"ip_restrictions":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":100},"lookback_hops":{"type":"integer","maximum":20,"minimum":1,"nullable":true,"x-auditable":true},"regions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Region"},"maxItems":10,"minItems":1},"require_tls_inbound":{"type":"boolean","nullable":true,"x-auditable":true},"require_tls_outbound":{"type":"boolean","nullable":true,"x-auditable":true},"transport":{"type":"string","nullable":true,"x-auditable":true}},"additionalProperties":false,"required":["domain","allowed_delivery_modes","ip_restrictions","drop_dispositions","regions"]},"email-security_Domain":{"type":"object","properties":{"allowed_delivery_modes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeliveryMode"}},"authorization":{"$ref":"#/components/schemas/email-security_DomainAuthorization"},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"dmarc_status":{"$ref":"#/components/schemas/email-security_DmarcStatus"},"domain":{"type":"string","x-auditable":true},"drop_dispositions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DispositionLabel"}},"emails_processed":{"$ref":"#/components/schemas/email-security_EmailsProcessed"},"folder":{"$ref":"#/components/schemas/email-security_ScannableFolder"},"id":{"$ref":"#/components/schemas/email-security_DomainId"},"inbox_provider":{"type":"string","enum":["Microsoft","Google",null],"nullable":true},"integration_id":{"type":"string","format":"uuid","nullable":true},"ip_restrictions":{"type":"array","items":{"type":"string"}},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"lookback_hops":{"type":"integer","x-auditable":true},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"o365_tenant_id":{"type":"string","nullable":true},"regions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Region"}},"require_tls_inbound":{"type":"boolean","nullable":true},"require_tls_outbound":{"type":"boolean","nullable":true},"spf_status":{"$ref":"#/components/schemas/email-security_SpfStatus"},"status":{"$ref":"#/components/schemas/email-security_DomainStatus"},"transport":{"type":"string","x-auditable":true}}},"email-security_DomainId":{"type":"string","format":"uuid","x-auditable":true},"email-security_DeletedDomain":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"]},"email-security_UpdateDomain":{"type":"object","properties":{"allowed_delivery_modes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeliveryMode"}},"drop_dispositions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DispositionLabel"}},"folder":{"$ref":"#/components/schemas/email-security_ScannableFolder"},"integration_id":{"type":"string","format":"uuid","nullable":true,"x-auditable":true},"ip_restrictions":{"type":"array","items":{"type":"string","x-auditable":true}},"lookback_hops":{"type":"integer","maximum":20,"minimum":1,"x-auditable":true},"regions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Region"}},"require_tls_inbound":{"type":"boolean","x-auditable":true},"require_tls_outbound":{"type":"boolean","x-auditable":true},"transport":{"type":"string","x-auditable":true}}},"email-security_ReplaceDomain":{"type":"object","properties":{"allowed_delivery_modes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeliveryMode"},"maxItems":10,"minItems":1},"drop_dispositions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"maxItems":10},"folder":{"$ref":"#/components/schemas/email-security_ScannableFolder"},"integration_id":{"type":"string","format":"uuid","nullable":true,"x-auditable":true},"ip_restrictions":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":100},"lookback_hops":{"type":"integer","maximum":20,"minimum":1,"x-auditable":true},"regions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Region"},"maxItems":10,"minItems":1},"require_tls_inbound":{"type":"boolean","nullable":true,"x-auditable":true},"require_tls_outbound":{"type":"boolean","nullable":true,"x-auditable":true},"transport":{"type":"string","nullable":true,"x-auditable":true}},"required":["allowed_delivery_modes","lookback_hops","ip_restrictions","drop_dispositions","regions"]},"email-security_DomainVerificationInfo":{"type":"object","properties":{"last_checked_at":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/email-security_DomainStatus"},"txt_record_name":{"type":"string"},"txt_record_value":{"type":"string"}},"required":["status","txt_record_name","txt_record_value","last_checked_at"]},"email-security_Provenance":{"type":"string","enum":["A1S_INTERNAL","SNOOPY-CASB_OFFICE_365","SNOOPY-OFFICE_365","SNOOPY-GOOGLE_DIRECTORY"]},"email-security_ImpersonationRegistryList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}},"email-security_CreateImpersonationRegistry":{"allOf":[{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}],"required":["name","email","is_email_regex"]},"email-security_ImpersonationRegistry":{"type":"object","properties":{"comments":{"type":"string","nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"directory_id":{"type":"integer","nullable":true},"directory_node_id":{"type":"integer","nullable":true},"email":{"type":"string","x-auditable":true},"external_directory_node_id":{"type":"string","deprecated":true,"nullable":true,"x-stainless-deprecation-message":"This field is deprecated."},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_ImpersonationRegistryId"}],"readOnly":true},"is_email_regex":{"type":"boolean","x-auditable":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"name":{"type":"string","maxLength":1024,"x-auditable":true},"provenance":{"$ref":"#/components/schemas/email-security_Provenance"}}},"email-security_ImpersonationRegistryId":{"type":"string","format":"uuid","title":"identifier","x-auditable":true},"email-security_DeletedImpersonationRegistry":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_ImpersonationRegistryId"}},"required":["id"]},"email-security_UpdateImpersonationRegistry":{"allOf":[{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}],"minProperties":1},"email-security_SendingDomainRestrictionList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}},"email-security_CreateSendingDomainRestriction":{"allOf":[{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}],"required":["domain","exclude"]},"email-security_SendingDomainRestriction":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"domain":{"type":"string","x-auditable":true},"exclude":{"type":"array","items":{"type":"string"},"x-auditable":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}],"readOnly":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true}}},"email-security_SendingDomainRestrictionId":{"type":"string","format":"uuid","title":"identifier","x-auditable":true},"email-security_DeletedSendingDomainRestriction":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}},"required":["id"]},"email-security_UpdateSendingDomainRestriction":{"allOf":[{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}],"minProperties":1},"email-security_TrustedDomainList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_TrustedDomain"}},"email-security_CreateTrustedDomain":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomain"}],"required":["pattern","is_regex","is_recent","is_similarity"]},"email-security_TrustedDomain":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomainId"}],"readOnly":true},"is_recent":{"type":"boolean","x-auditable":true},"is_regex":{"type":"boolean","x-auditable":true},"is_similarity":{"type":"boolean","x-auditable":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true}}},"email-security_TrustedDomainId":{"type":"string","format":"uuid","x-auditable":true},"email-security_UpdateTrustedDomain":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomain"}],"minProperties":1},"email-security_DeletedTrustedDomain":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_TrustedDomainId"}},"required":["id"]},"email-security_UrlIgnorePattern":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}],"readOnly":true},"last_modified":{"type":"string","format":"date-time","deprecated":true,"readOnly":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true}},"required":["id","created_at","pattern"]},"email-security_CreateUrlIgnorePattern":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true}},"additionalProperties":false,"required":["pattern"]},"email-security_UrlIgnorePatternId":{"type":"string","format":"uuid","title":"identifier","x-auditable":true},"email-security_UpdateUrlIgnorePattern":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true}},"additionalProperties":false,"minProperties":1},"email-security_DeletedUrlIgnorePattern":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}},"required":["id"]},"email_identifier":{"type":"string","maxLength":32,"x-auditable":true},"email_destination_addresses_response_collection":{"allOf":[{"$ref":"#/components/schemas/email_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email_addresses"}},"result_info":{"type":"object","properties":{"count":{},"page":{},"per_page":{},"total_count":{}}}}}]},"email_create_destination_address_properties":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/email_email"}},"required":["email"]},"email_destination_address_response_single":{"allOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email_addresses"}}}]},"email_destination_address_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"email_update_destination_address_properties":{"type":"object","properties":{"status":{"type":"string","enum":["unverified","verified"],"x-auditable":true}},"required":["status"]},"r2_bucket_name":{"type":"string","maxLength":64,"minLength":3,"pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]","x-auditable":true},"r2_account_identifier":{"type":"string","maxLength":32},"r2_jurisdiction":{"type":"string","default":"default","enum":["default","eu","fedramp"],"x-auditable":true,"x-stainless-param":"jurisdiction"},"r2_v4_response":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/r2_errors"},"messages":{"$ref":"#/components/schemas/r2_messages"},"result":{"type":"object"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"r2_bucket-config":{"type":"object","properties":{"bucketName":{"type":"string","x-auditable":true},"queues":{"type":"array","items":{"$ref":"#/components/schemas/r2_queues-config"}}}},"r2_v4_response_failure":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/r2_errors"},"messages":{"$ref":"#/components/schemas/r2_messages"},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"r2_queue_identifier":{"type":"string","maxLength":32,"x-auditable":true},"r2_queues-config":{"type":"object","properties":{"queueId":{"type":"string","x-auditable":true},"queueName":{"type":"string","x-auditable":true},"rules":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/r2_rule"},{"properties":{"createdAt":{"type":"string","x-auditable":true},"ruleId":{"type":"string","x-auditable":true}},"type":"object"}]}}}},"r2_rule":{"type":"object","properties":{"actions":{"type":"array","items":{"$ref":"#/components/schemas/r2_r2-action"},"uniqueItems":true},"prefix":{"type":"string","x-auditable":true},"suffix":{"type":"string","x-auditable":true}},"required":["actions"]},"mq_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"mq_api-v4-success":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/mq_api-v4-error"},"messages":{"$ref":"#/components/schemas/mq_api-v4-message"},"success":{"type":"boolean","enum":[true],"x-auditable":true}}},"mq_event-subscription":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","x-auditable":true},"destination":{"$ref":"#/components/schemas/mq_event-destination"},"enabled":{"type":"boolean","x-auditable":true},"events":{"type":"array","items":{"type":"string"},"minItems":1,"x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time","x-auditable":true},"name":{"type":"string","x-auditable":true},"source":{"$ref":"#/components/schemas/mq_event-source"}},"required":["id","created_at","modified_at","name","enabled","source","destination","events"]},"mq_api-v4-failure":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/mq_api-v4-error"},"messages":{"$ref":"#/components/schemas/mq_api-v4-message"},"success":{"type":"boolean","enum":[false],"x-auditable":true}}},"mq_event-destination":{"type":"object","oneOf":[{"$ref":"#/components/schemas/mq_event-destination-queue"}]},"mq_event-source":{"type":"object","oneOf":[{"$ref":"#/components/schemas/mq_event-source-images"},{"$ref":"#/components/schemas/mq_event-source-kv"},{"$ref":"#/components/schemas/mq_event-source-r2"},{"$ref":"#/components/schemas/mq_event-source-super-slurper"},{"$ref":"#/components/schemas/mq_event-source-vectorize"},{"$ref":"#/components/schemas/mq_event-source-workers-ai-model"},{"$ref":"#/components/schemas/mq_event-source-workers-builds-worker"},{"$ref":"#/components/schemas/mq_event-source-workflows-workflow"}]},"firewall_account_identifier":{"type":"string","maxLength":32},"firewall_schemas-mode":{"type":"string","enum":["block","challenge","whitelist","js_challenge","managed_challenge"],"x-auditable":true},"firewall_response_collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_schemas-rule"}}},"type":"object"}]},"firewall_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/firewall_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/firewall_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"firewall_configuration":{"type":"object","oneOf":[{"$ref":"#/components/schemas/firewall_ip_configuration"},{"$ref":"#/components/schemas/firewall_ipv6_configuration"},{"$ref":"#/components/schemas/firewall_cidr_configuration"},{"$ref":"#/components/schemas/firewall_asn_configuration"},{"$ref":"#/components/schemas/firewall_country_configuration"}]},"firewall_notes":{"type":"string","x-auditable":true},"firewall_response_single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_schemas-rule"}},"type":"object"}]},"firewall_rule_identifier":{"type":"string","maxLength":32},"firewall_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/firewall_identifier"}},"required":["id"]}},"type":"object"}]},"firewall_schemas-rule":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_rule"},{"properties":{"scope":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/firewall_email"},"id":{"$ref":"#/components/schemas/firewall_identifier"},"type":{"type":"string","enum":["user","organization"],"readOnly":true}},"readOnly":true}},"type":"object"}],"required":["id","mode","allowed_modes","configuration","scope"]},"flagship_App":{"type":"object","properties":{"created_at":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"updated_at":{"type":"string"},"updated_by":{"type":"string"}},"required":["id","name","created_at","updated_at","updated_by"]},"flagship_Error":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/flagship_ApiMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/flagship_ApiMessage"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"flagship_DeleteAppResult":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]},"flagship_EvaluationResult":{"type":"object","properties":{"flagKey":{"type":"string"},"reason":{"type":"string","enum":["TARGETING_MATCH","DEFAULT","DISABLED","SPLIT"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"},"variant":{"type":"string"}},"required":["flagKey","variant","reason"]},"flagship_JsonValue":{"oneOf":[{"nullable":true,"type":"string"},{"type":"number"},{"type":"boolean"},{"additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"},"type":"object"},{"items":{"$ref":"#/components/schemas/flagship_JsonValue"},"type":"array"}]},"flagship_FlagsPage":{"type":"array","items":{"$ref":"#/components/schemas/flagship_Flag"}},"flagship_ResultInfo":{"type":"object","properties":{"count":{"type":"integer","minimum":0},"cursor":{"type":"string","nullable":true}},"required":["count","cursor"]},"flagship_Flag":{"type":"object","properties":{"default_variation":{"type":"string","minLength":1},"enabled":{"type":"boolean"},"key":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"rules":{"type":"array","items":{"additionalProperties":false,"properties":{"conditions":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"$ref":"#/components/schemas/flagship_JsonValue"},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]}},"priority":{"type":"integer","minimum":1},"rollout":{"type":"object","additionalProperties":false,"properties":{"attribute":{"type":"string","minLength":1},"percentage":{"type":"number","maximum":100,"minimum":0}},"required":["percentage"]},"serve_variation":{"type":"string","minLength":1}},"required":["priority","conditions","serve_variation"],"type":"object"}},"type":{"type":"string","enum":["boolean","string","number","json"]},"updated_at":{"type":"string"},"updated_by":{"type":"string"},"variations":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"}}},"additionalProperties":false,"required":["key","default_variation","variations","rules","enabled"]},"flagship_DeleteFlagResult":{"type":"object","properties":{"key":{"type":"string"}},"required":["key"]},"flagship_ChangelogPage":{"type":"array","items":{"$ref":"#/components/schemas/flagship_ChangelogEntry"}},"zero-trust-gateway_identifier":{"type":"string"},"zero-trust-gateway_gateway_account":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"type":"object","properties":{"gateway_tag":{"$ref":"#/components/schemas/zero-trust-gateway_gateway_tag"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_cf_account_id"},"provider_name":{"$ref":"#/components/schemas/zero-trust-gateway_provider_name"}}}},"type":"object"}]},"zero-trust-gateway_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_messages"}],"minLength":1},"messages":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"zero-trust-gateway_identifier-3":{"type":"string","maxLength":32,"x-auditable":true},"zero-trust-gateway_response_collection-7":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_app-types"}}},"type":"object"}]},"zero-trust-gateway_response_collection-8":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_categories"}}},"type":"object"}]},"zero-trust-gateway_response_collection-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_dns_destination_ip_pair"}}},"type":"object"}]},"zero-trust-gateway_gateway-account-egress-cidr-pair-list-response":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_gateway-account-egress-cidr"}}},"type":"object"}]},"zero-trust-gateway_identifier-2":{"type":"string","x-auditable":true},"zero-trust-gateway_response_collection-5":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_locations"}}},"type":"object"}]},"zero-trust-gateway_client-default":{"type":"boolean","default":false,"x-auditable":true},"zero-trust-gateway_dns-destination-ips-id-write":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_ecs-support":{"type":"boolean","default":false,"x-auditable":true},"zero-trust-gateway_endpoints":{"type":"object","properties":{"doh":{"$ref":"#/components/schemas/zero-trust-gateway_doh_endpoint"},"dot":{"$ref":"#/components/schemas/zero-trust-gateway_dot_endpoint"},"ipv4":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_endpoint"},"ipv6":{"$ref":"#/components/schemas/zero-trust-gateway_ipv6_endpoint"}},"nullable":true,"required":["ipv4","ipv6","doh","dot"],"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_max-ttl":{"type":"object","properties":{"mode":{"type":"string","enum":["inherit","override","disabled"],"x-auditable":true},"ttl_secs":{"type":"integer","maximum":36000,"minimum":60,"nullable":true,"x-auditable":true}},"default":{"mode":"inherit"},"nullable":true,"required":["mode"],"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_name-2":{"type":"string","x-auditable":true},"zero-trust-gateway_ipv4_networks":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_network"},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_single_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zero-trust-gateway_locations"}},"type":"object"}]},"zero-trust-gateway_uuid-3":{"type":"string","x-auditable":true},"zero-trust-gateway_empty_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"zero-trust-gateway_response_collection-4":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_operation"}}},"type":"object"}]},"zero-trust-gateway_uuid-2":{"type":"string","maxLength":36,"x-auditable":true},"zero-trust-gateway_single_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zero-trust-gateway_operation"}},"type":"object"}]},"zero-trust-gateway_response_collection-10":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-7"},"slug":{"$ref":"#/components/schemas/zero-trust-gateway_slug"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"url":{"$ref":"#/components/schemas/zero-trust-gateway_url"}},"type":"object"}}},"type":"object"}]},"zero-trust-gateway_contents":{"type":"string","x-auditable":true},"zero-trust-gateway_name-7":{"type":"string","x-auditable":true},"zero-trust-gateway_single_response-7":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zero-trust-gateway_pacfile"}},"type":"object"}]},"hyperdrive_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"hyperdrive_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/hyperdrive_result_info"}},"type":"object"}]},"hyperdrive_hyperdrive-config-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config"}],"required":["caching"]},"hyperdrive_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"hyperdrive_hyperdrive-config":{"type":"object","properties":{"caching":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/hyperdrive_identifier"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"mtls":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-mtls"},"name":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-name"},"origin":{"type":"object","oneOf":[{"allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database-full"},{"$ref":"#/components/schemas/hyperdrive_internet-origin"}],"title":"Public Database"},{"allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database-full"},{"$ref":"#/components/schemas/hyperdrive_over-access-origin"}],"title":"Access-protected Database behind Cloudflare Tunnel"},{"allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database-full"},{"$ref":"#/components/schemas/hyperdrive_vpc-service-origin"}],"title":"Database reachable through a Workers VPC"}]},"origin_connection_limit":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-origin-connection-limit"},"restarted_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id","name","origin"]},"hyperdrive_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-common"}]},"hyperdrive_hyperdrive-config-patch":{"type":"object","properties":{"caching":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching"},"mtls":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-mtls"},"name":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-name"},"origin":{"type":"object","anyOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database"},{"oneOf":[{"$ref":"#/components/schemas/hyperdrive_internet-origin"},{"$ref":"#/components/schemas/hyperdrive_over-access-origin"},{"$ref":"#/components/schemas/hyperdrive_vpc-service-origin"}],"title":"Origin Database"}]},"origin_connection_limit":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-origin-connection-limit"}}},"hyperdrive_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/hyperdrive_messages"},"messages":{"$ref":"#/components/schemas/hyperdrive_messages"},"result":{"type":"object"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"hyperdrive_hyperdrive-integration":{"type":"string","enum":["planetScale"],"x-auditable":true},"hyperdrive_hyperdrive-database-signature-response":{"type":"object","properties":{"account_id":{"type":"string","maxLength":32,"x-auditable":true},"signature":{"type":"string"},"timestamp":{"type":"string","x-auditable":true}},"required":["account_id","timestamp","signature"]},"iam_collection_permission_groups_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/iam_permission_groups"}},"type":"object"}],"title":"List of Resource groups"},"iam_permission_group_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"Permission Group Identifier"},"iam_single_permission_groups_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_permission_group"}},"type":"object"}],"title":"Response with Permission Groups"},"iam_resource_group_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"Resource Group Identifier"},"iam_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/iam_messages-2"},"messages":{"$ref":"#/components/schemas/iam_messages-2"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"iam_resource_group":{"type":"object","properties":{"id":{"type":"string","readOnly":true,"x-auditable":true},"meta":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"name":{"type":"string","readOnly":true,"x-auditable":true},"scope":{"$ref":"#/components/schemas/iam_scope"}},"required":["id","scope"]},"iam_request_create_resource_group":{"type":"object","properties":{"name":{"type":"string"},"scope":{"$ref":"#/components/schemas/iam_create-scope"}},"required":["name","scope"],"title":"Create resource group"},"iam_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/iam_api-response-common"}]},"iam_request_update_resource_group":{"type":"object","properties":{"name":{"type":"string"},"scope":{"$ref":"#/components/schemas/iam_create-scope"}},"title":"Update resource group"},"iam_user_group_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"User Group Identifier"},"iam_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/iam_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/iam_result_info"}}}]},"iam_user_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group"},"title":"User Groups"},"iam_create_user_group_body":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group_policy_write_body"},"title":"User Group Policies"}},"required":["name"],"title":"Create User group with a set of policies"},"iam_user_group":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/iam_user_group_identifier"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"name":{"type":"string","readOnly":true,"x-auditable":true},"policies":{"type":"array","items":{"properties":{"access":{"$ref":"#/components/schemas/iam_access"},"id":{"$ref":"#/components/schemas/iam_policy_identifier"},"permission_groups":{"$ref":"#/components/schemas/iam_permission_groups"},"resource_groups":{"$ref":"#/components/schemas/iam_resource_groups"}},"title":"Authorization Policy"},"title":"User Group Policies"}},"required":["id","name","created_on","modified_on"]},"iam_update_user_group_body":{"type":"object","properties":{"name":{"type":"string"},"policies":{"type":"array","items":{"allOf":[{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"},{"$ref":"#/components/schemas/iam_user_group_policy_write_body"}]},"title":"User Group Policies"}},"title":"Create User group with a set of policies"},"iam_user_group_member":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"id":{"type":"string","readOnly":true},"status":{"enum":["accepted","pending"],"readOnly":true}},"required":["id"]},"iam_user_group_member_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"User Group Member Identifier"},"iam_user_group_member_detailed":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"email":{"$ref":"#/components/schemas/iam_email"},"id":{"type":"string","readOnly":true},"status":{"enum":["accepted","pending"],"readOnly":true},"user":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"first_name":{"type":"string","readOnly":true},"id":{"type":"string","readOnly":true},"last_name":{"type":"string","readOnly":true}},"readOnly":true}},"required":["id"]},"images_account_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"images_images_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"images":{"type":"array","items":{"$ref":"#/components/schemas/images_image"}}}}}}]},"images_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/images_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/images_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false],"x-auditable":true}},"required":["success","errors","messages","result"]},"images_image_basic_upload":{"type":"object","properties":{"creator":{"type":"string","maxLength":1024},"file":{"type":"string","format":"binary","x-auditable":true},"id":{"type":"string","x-auditable":true},"metadata":{"type":"object"},"requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"url":{"type":"string","x-auditable":true}}},"images_image_response_single":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_image"}}}]},"images_image_direct_upload_request_v1":{"type":"object","properties":{"expiry":{"type":"string","format":"date-time"}}},"images_image_direct_upload_response_v1":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"properties":{"id":{"type":"string","readOnly":true},"uploadURL":{"type":"string"}}}}}]},"images_image_key_response_collection":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/images_image_keys_response"}}}]},"images_images_stats_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_images_stats"}}}]},"images_image_variant_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/images_image_variants_response"}}}]},"images_image_variant_definition":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/images_image_variant_identifier"},"neverRequireSignedURLs":{"$ref":"#/components/schemas/images_image_variant_neverRequireSignedURLs"},"options":{"$ref":"#/components/schemas/images_image_variant_options"}},"required":["id","options"]},"images_image_variant_simple_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_image_variant_response"}}}]},"images_image_variant_identifier":{"type":"string","maxLength":99,"pattern":"^[a-zA-Z0-9]$","x-auditable":true},"images_deleted_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"type":"object"}}}]},"images_image_variant_patch_request":{"type":"object","properties":{"neverRequireSignedURLs":{"$ref":"#/components/schemas/images_image_variant_neverRequireSignedURLs"},"options":{"$ref":"#/components/schemas/images_image_variant_options"}},"required":["options"]},"images_image_variant_flat_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_image_variant_definition"}}}]},"images_image_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"images_image_patch_request":{"type":"object","properties":{"creator":{"type":"string"},"metadata":{"type":"object"},"requireSignedURLs":{"type":"boolean","x-auditable":true}}},"images_image_response_blob":{"anyOf":[{"type":"string"},{"type":"object"}]},"images_images_list_continuation_token":{"type":"string","maxLength":32,"nullable":true,"readOnly":true,"x-auditable":true},"images_images_list_response_v2":{"allOf":[{"$ref":"#/components/schemas/images_api-response-collection-v2"},{"properties":{"result":{"type":"object","properties":{"images":{"type":"array","items":{"$ref":"#/components/schemas/images_image"}}}}}}]},"images_image_direct_upload_request_v2":{"type":"object","properties":{"creator":{"type":"string"},"expiry":{"type":"string","format":"date-time","default":"Now + 30 minutes","x-auditable":true},"id":{"type":"string","maxLength":1024,"x-auditable":true},"metadata":{"type":"object"},"requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true}}},"images_image_direct_upload_response_v2":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"properties":{"id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"uploadURL":{"type":"string","x-auditable":true}}}}}]},"images_sourcingkit_migration_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"migrations":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_migration"}}}}}}]},"images_sourcingkit_migration_create_request":{"type":"object","properties":{"conflictBehaviour":{"$ref":"#/components/schemas/images_sourcingkit_conflict_behaviour"},"excludedContentTypes":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_acceptable_content_type"}},"pathPrefix":{"type":"string","maxLength":128,"minLength":1},"rootDirectory":{"type":"string","maxLength":128,"minLength":1},"sourceId":{"type":"string","format":"uuid"}},"required":["sourceId"]},"images_sourcingkit_migration_create_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_migration"}}}]},"images_sourcingkit_identifier":{"type":"string","format":"uuid"},"images_sourcingkit_migration_single_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_migration"}}}]},"images_sourcingkit_migration_progress_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"type":"object","properties":{"endedAt":{"type":"string","format":"date-time","nullable":true},"importErrorsCount":{"type":"integer"},"importSuccessCount":{"type":"integer"},"isAccurate":{"type":"boolean"},"scannedCount":{"type":"integer"},"skippedConflictCount":{"type":"integer"},"skippedExcludedContentTypeCount":{"type":"integer"},"skippedInvalidMediaCount":{"type":"integer"},"skippedInvalidNameCount":{"type":"integer"},"skippedOversizeCount":{"type":"integer"},"skippedStorageClassCount":{"type":"integer"},"skippedUnsupportedContentTypeCount":{"type":"integer"},"startedAt":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/images_sourcingkit_migration_status"}}}}}]},"images_sourcingkit_migration_log_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"logs":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_migration_log"}}}}}}]},"images_sourcingkit_source_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"sources":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_source"}}}}}}]},"images_sourcingkit_source_create_request":{"type":"object","properties":{"account":{"type":"string"},"bucket":{"type":"string","maxLength":128,"minLength":1},"name":{"type":"string","maxLength":128,"minLength":1},"secret":{"type":"object","writeOnly":true},"vendor":{"$ref":"#/components/schemas/images_sourcingkit_vendor"}},"required":["name","bucket","vendor","secret"]},"images_sourcingkit_source_create_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_source"}}}]},"images_sourcingkit_connectivity_precheck_request":{"type":"object","properties":{"account":{"type":"string"},"bucket":{"type":"string","maxLength":128,"minLength":1},"region":{"type":"string","nullable":true},"secret":{"type":"object","writeOnly":true},"vendor":{"$ref":"#/components/schemas/images_sourcingkit_vendor"}},"required":["bucket","vendor","secret"]},"images_sourcingkit_connectivity_check_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"type":"object","properties":{"code":{"type":"string","nullable":true},"connectivityStatus":{"type":"string","enum":["ok","error"]},"reason":{"type":"string","nullable":true}}}}}]},"images_sourcingkit_source_single_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_source"}}}]},"images_sourcingkit_source_update_request":{"type":"object","properties":{"name":{"type":"string","maxLength":128,"minLength":1}},"required":["name"]},"images_sourcingkit_source_update_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_source"}}}]},"intel_asn":{"type":"integer","x-auditable":true},"intel_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"intel_asn_components-schemas-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/intel_asn"}},"type":"object"}]},"intel_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/intel_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/intel_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"intel_count":{"type":"number"},"intel_page":{"type":"number"},"intel_per_page":{"type":"number"},"security-center_identifier":{"type":"string","maxLength":32,"x-auditable":true},"security-center_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/security-center_messages"},"messages":{"$ref":"#/components/schemas/security-center_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"security-center_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/security-center_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/security-center_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"security-center_dismissed":{"type":"boolean","x-auditable":true},"security-center_issueClasses":{"type":"array","items":{"$ref":"#/components/schemas/security-center_issueClass"}},"security-center_issueTypes":{"type":"array","items":{"$ref":"#/components/schemas/security-center_issueType"}},"security-center_products":{"type":"array","items":{"type":"string","x-auditable":true}},"security-center_severityQueryParam":{"type":"array","items":{"enum":["low","moderate","critical"],"type":"string","x-auditable":true}},"security-center_subjects":{"type":"array","items":{"$ref":"#/components/schemas/security-center_subject"}},"security-center_page":{"type":"integer"},"security-center_perPage":{"type":"integer","maximum":1000,"minimum":1},"security-center_count":{"type":"integer","x-auditable":true},"security-center_issue":{"type":"object","properties":{"dismissed":{"type":"boolean","x-auditable":true},"has_extended_context":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"issue_class":{"$ref":"#/components/schemas/security-center_issueClass"},"issue_type":{"$ref":"#/components/schemas/security-center_issueType"},"payload":{"type":"object","properties":{"detection_method":{"type":"string","x-auditable":true},"zone_tag":{"type":"string","x-auditable":true}}},"resolve_link":{"type":"string","x-auditable":true},"resolve_text":{"type":"string","x-auditable":true},"severity":{"type":"string","enum":["Low","Moderate","Critical"],"x-auditable":true},"since":{"type":"string","format":"date-time","x-auditable":true},"status":{"type":"string","enum":["active","resolved"],"x-auditable":true},"subject":{"$ref":"#/components/schemas/security-center_subject"},"timestamp":{"type":"string","format":"date-time","x-auditable":true},"user_classification":{"$ref":"#/components/schemas/security-center_userClassification"}}},"security-center_valueCountsResponse":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"items":{"properties":{"count":{"type":"integer","x-auditable":true},"value":{"type":"string","x-auditable":true}},"type":"object"},"type":"array"}]}},"type":"object"}]},"intel_start_end_params":{"type":"object","properties":{"end":{"type":"string","format":"date","x-auditable":true},"start":{"type":"string","format":"date","x-auditable":true}}},"intel_components-schemas-single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_schemas-api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/intel_passive-dns-by-ip"}},"type":"object"}]},"intel_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/intel_domain"}},"type":"object"}]},"intel_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel_domain-history"}}},"type":"object"}]},"intel_collection_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"additional_information":{"$ref":"#/components/schemas/intel_additional_information"},"application":{"$ref":"#/components/schemas/intel_application"},"content_categories":{"$ref":"#/components/schemas/intel_content_categories"},"domain":{"$ref":"#/components/schemas/intel_domain_name"},"inherited_content_categories":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"},"inherited_from":{"$ref":"#/components/schemas/intel_inherited_from"},"inherited_risk_types":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"},"popularity_rank":{"$ref":"#/components/schemas/intel_popularity_rank"},"risk_score":{"$ref":"#/components/schemas/intel_risk_score"},"risk_types":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"}},"type":"object"}}},"type":"object"}]},"custom-indicator-feeds_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"custom-indicator-feeds_indicator_feed_response":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_item"}}}}]},"custom-indicator-feeds_api_response_common_failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"custom-indicator-feeds_permission_list_item_response":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/custom-indicator-feeds_permission_list_item"}}}}]},"custom-indicator-feeds_feed_id":{"type":"integer","x-auditable":true},"custom-indicator-feeds_indicator_feed_metadata_response":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_metadata"}}}]},"custom-indicator-feeds_update_feed_response":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-indicator-feeds_update_feed"}}}]},"intel_schemas-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel_schemas-ip"}}},"type":"object"}]},"intel_components-schemas-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel_ip-list"}}},"type":"object"}]},"intel-sinkholes_sinkhole_collection_response":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_item"}}},"type":"object"}]},"intel-sinkholes_api_response_common_failure":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common-failure"}]},"intel-sinkholes_sinkhole_create_params":{"type":"object","properties":{"name":{"type":"string"},"r2_bucket":{"type":"string"},"r2_id":{"type":"string"},"r2_secret":{"type":"string","writeOnly":true}},"required":["name"]},"intel-sinkholes_sinkhole_single_response":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_item"}}}]},"intel-sinkholes_api_response_single_empty":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"type":"object"}}}]},"intel-sinkholes_ingress_collection_response":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel-sinkholes_ingress_item"}}}}]},"intel_url_intelligence_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/intel_url_intelligence"}},"type":"object"}]},"cloudforce-one-whois_identifier":{"type":"string","maxLength":32,"readOnly":true},"cloudforce-one-whois_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_api-response-single"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_whois"}]}},"type":"object"}]},"cloudforce-one-whois_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"load-balancing_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"load-balancing_load-balancer_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_load-balancer"}}},"type":"object"}]},"load-balancing_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/load-balancing_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/load-balancing_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"load-balancing_load-balancer-editable":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"enabled":{"$ref":"#/components/schemas/load-balancing_components-schemas-enabled"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}}},"load-balancing_load-balancer_components-schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/load-balancing_load-balancer"}},"type":"object"}]},"load-balancing_monitor-response-collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_monitor"}}},"type":"object"}]},"load-balancing_monitor-editable":{"type":"object","properties":{"allow_insecure":{"$ref":"#/components/schemas/load-balancing_allow_insecure"},"consecutive_down":{"$ref":"#/components/schemas/load-balancing_consecutive_down"},"consecutive_up":{"$ref":"#/components/schemas/load-balancing_consecutive_up"},"expected_body":{"$ref":"#/components/schemas/load-balancing_expected_body"},"expected_codes":{"$ref":"#/components/schemas/load-balancing_expected_codes"},"follow_redirects":{"$ref":"#/components/schemas/load-balancing_follow_redirects"},"header":{"$ref":"#/components/schemas/load-balancing_header"},"interval":{"$ref":"#/components/schemas/load-balancing_interval"},"method":{"$ref":"#/components/schemas/load-balancing_method"},"path":{"$ref":"#/components/schemas/load-balancing_path"},"port":{"$ref":"#/components/schemas/load-balancing_port"},"probe_zone":{"$ref":"#/components/schemas/load-balancing_probe_zone"},"retries":{"$ref":"#/components/schemas/load-balancing_retries"},"timeout":{"$ref":"#/components/schemas/load-balancing_timeout"},"type":{"$ref":"#/components/schemas/load-balancing_type"}}},"load-balancing_monitor-response-single":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/load-balancing_monitor"}},"type":"object"}]},"load-balancing_identifier":{"type":"string","x-auditable":true},"load-balancing_id_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/load-balancing_identifier"}}}},"type":"object"}]},"load-balancing_monitor-references-response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-common"},{"properties":{"result":{"type":"array","items":{"properties":{"reference_type":{"type":"string","enum":["*","referral","referrer"],"x-auditable":true},"resource_id":{"type":"string","x-auditable":true},"resource_name":{"type":"string","x-auditable":true},"resource_type":{"type":"string","x-auditable":true}},"type":"object"}}},"type":"object"}]},"load-balancing_schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_pool"}}},"type":"object"}]},"load-balancing_enabled":{"type":"boolean","default":true,"x-auditable":true},"load-balancing_latitude":{"type":"number","x-auditable":true},"load-balancing_load_shedding":{"type":"object","properties":{"default_percent":{"type":"number","default":0,"maximum":100,"minimum":0,"x-auditable":true},"default_policy":{"type":"string","default":"random","enum":["random","hash"],"x-auditable":true},"session_percent":{"type":"number","default":0,"maximum":100,"minimum":0,"x-auditable":true},"session_policy":{"type":"string","default":"hash","enum":["hash"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_longitude":{"type":"number","x-auditable":true},"load-balancing_minimum_origins":{"type":"integer","default":1,"x-auditable":true},"load-balancing_monitor_id":{"type":"string","x-auditable":true},"load-balancing_monitor_group_id":{"type":"string","x-auditable":true},"load-balancing_name":{"type":"string","x-auditable":true},"load-balancing_notification_email":{"type":"string","default":"","x-auditable":true},"load-balancing_notification_filter":{"type":"object","properties":{"origin":{"$ref":"#/components/schemas/load-balancing_filter_options"},"pool":{"$ref":"#/components/schemas/load-balancing_filter_options"}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_origin_steering":{"type":"object","properties":{"policy":{"type":"string","default":"random","enum":["random","hash","least_outstanding_requests","least_connections"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_origins":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_origin"},"x-stainless-collection-type":"set"},"load-balancing_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/load-balancing_pool"}},"type":"object"}]},"load-balancing_patch_pools_notification_email":{"type":"string","enum":[""]},"load-balancing_schemas-identifier":{"type":"string","x-auditable":true},"load-balancing_check_regions":{"type":"array","items":{"enum":["WNAM","ENAM","WEU","EEU","NSAM","SSAM","OC","ME","NAF","SAF","SAS","SEAS","NEAS","ALL_REGIONS"],"type":"string","x-auditable":true},"nullable":true},"load-balancing_schemas-disabled_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"load-balancing_schemas-id_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}}},"type":"object"}]},"load-balancing_health_details":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"pool_id":{"type":"string","x-auditable":true},"pop_health":{"type":"object","properties":{"healthy":{"type":"boolean","x-auditable":true},"origins":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_origin-health"}}}}}}},"type":"object"}]},"load-balancing_pools-references-response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-common"},{"properties":{"result":{"type":"array","items":{"properties":{"reference_type":{"type":"string","enum":["*","referral","referrer"],"x-auditable":true},"resource_id":{"type":"string","x-auditable":true},"resource_name":{"type":"string","x-auditable":true},"resource_type":{"type":"string","x-auditable":true}},"type":"object"}}},"type":"object"}]},"load-balancing_schemas-preview_id":{"type":"string"},"load-balancing_preview_result_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/load-balancing_preview_result"}},"type":"object"}]},"load-balancing_subdivision_code_a2":{"type":"string","x-auditable":true},"load-balancing_region_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"load-balancing_region_code":{"type":"string","enum":["WNAM","ENAM","WEU","EEU","NSAM","SSAM","OC","ME","NAF","SAF","SAS","SEAS","NEAS"]},"load-balancing_components-schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"load-balancing_api-paginated-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/load-balancing_result_info"}},"type":"object"}],"required":["result_info"]},"load-balancing_search_result":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/load-balancing_search"}}},"load-balancing_load-balancer_components-schemas-usage_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"load_balancers":{"type":"integer","format":"int64"},"max_origins_per_pool":{"type":"integer","format":"int64"},"minimum_monitor_interval":{"type":"integer","format":"int64"},"monitors":{"type":"integer","format":"int64"},"origins":{"type":"integer","format":"int64"},"pools":{"type":"integer","format":"int64"}},"required":["load_balancers","monitors","origins","pools","max_origins_per_pool","minimum_monitor_interval"]}},"type":"object"}]},"load-balancing_load-balancer_components-schemas-identifier":{"type":"string","x-auditable":true},"load-balancing_components-schemas-id_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}}},"type":"object"}]},"logpush_dataset":{"type":"string","default":"http_requests","enum":["access_requests","audit_logs","audit_logs_v2","biso_user_actions","casb_findings","device_posture_results","dex_application_tests","dex_device_state_events","dlp_forensic_copies","dns_firewall_logs","dns_logs","email_security_alerts","email_security_post_delivery_events","firewall_events","gateway_dns","gateway_http","gateway_network","http_requests","ipsec_logs","magic_ids_detections","mcp_portal_logs","mnm_flow_logs","nel_reports","network_analytics_logs","page_shield_events","sinkhole_http_logs","spectrum_events","ssh_logs","turnstile_events","warp_config_changes","warp_toggle_changes","websocket_analytics","workers_trace_events","zaraz_events","zero_trust_network_sessions"],"nullable":true,"x-auditable":true},"logpush_identifier":{"type":"string","maxLength":32,"x-auditable":true},"logpush_logpush_field_response_collection":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","items":{"nullable":true,"properties":{"key":{"type":"string","x-auditable":true}},"type":"object"}}},"type":"object"}]},"logpush_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/logpush_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/logpush_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"logpush_logpush_job_response_collection":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/logpush_logpush_job"}}},"type":"object"}]},"logpush_destination_conf":{"type":"string","format":"uri","maxLength":4096,"x-sensitive":true},"logpush_enabled":{"type":"boolean","default":false,"x-auditable":true},"logpush_filter":{"type":"string","nullable":true},"logpush_frequency":{"type":"string","default":"high","deprecated":true,"enum":["high","low"],"nullable":true,"x-auditable":true},"logpush_kind":{"type":"string","default":"","enum":["","edge"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"logpush_logpull_options":{"type":"string","format":"uri-reference","deprecated":true,"maxLength":4096,"nullable":true,"x-auditable":true},"logpush_max_upload_bytes":{"type":"integer","nullable":true,"oneOf":[{"enum":[0],"type":"integer"},{"maximum":1000000000,"minimum":5000000,"type":"integer"}],"x-auditable":true},"logpush_max_upload_interval_seconds":{"type":"integer","nullable":true,"oneOf":[{"enum":[0],"type":"integer"},{"maximum":300,"minimum":30,"type":"integer"}],"x-auditable":true},"logpush_max_upload_records":{"type":"integer","nullable":true,"oneOf":[{"enum":[0],"type":"integer"},{"maximum":1000000,"minimum":1000,"type":"integer"}],"x-auditable":true},"logpush_name":{"type":"string","maxLength":512,"nullable":true,"pattern":"^[a-zA-Z0-9\\._-]*$","x-auditable":true},"logpush_output_options":{"type":"object","properties":{"CVE-2021-44228":{"type":"boolean","nullable":true,"x-auditable":true},"batch_prefix":{"type":"string","nullable":true,"x-auditable":true},"batch_suffix":{"type":"string","nullable":true,"x-auditable":true},"field_delimiter":{"type":"string","nullable":true,"x-auditable":true},"field_names":{"type":"array","items":{"type":"string","x-auditable":true}},"merge_subrequests":{"type":"boolean","nullable":true,"x-auditable":true},"output_type":{"type":"string","enum":["ndjson","csv"],"x-auditable":true},"record_delimiter":{"type":"string","nullable":true,"x-auditable":true},"record_prefix":{"type":"string","nullable":true,"x-auditable":true},"record_suffix":{"type":"string","nullable":true,"x-auditable":true},"record_template":{"type":"string","nullable":true,"x-auditable":true},"sample_rate":{"type":"number","format":"float","maximum":1,"minimum":0,"nullable":true,"x-auditable":true},"timestamp_format":{"type":"string","enum":["unixnano","unix","rfc3339","rfc3339ms","rfc3339ns"],"x-auditable":true}},"nullable":true},"logpush_ownership_challenge":{"type":"string","maxLength":4096,"pattern":"^[a-zA-Z0-9/\\+\\._-]*$","x-sensitive":true},"logpush_logpush_job_response_single":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/logpush_logpush_job"}},"type":"object"}]},"logpush_id":{"type":"integer","minimum":1,"x-auditable":true},"logpush_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/logpush_messages"},"messages":{"$ref":"#/components/schemas/logpush_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"logpush_get_ownership_response":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"filename":{"type":"string","x-auditable":true},"message":{"type":"string","x-auditable":true},"valid":{"type":"boolean","x-auditable":true}}}},"type":"object"}]},"logpush_validate_ownership_response":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"valid":{"type":"boolean","x-auditable":true}}}},"type":"object"}]},"logpush_validate_response":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"message":{"type":"string","x-auditable":true},"valid":{"type":"boolean","x-auditable":true}}}},"type":"object"}]},"logpush_destination_exists_response":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"exists":{"type":"boolean","x-auditable":true}}}},"type":"object"}]},"aaa_audit-logs-v2-response-collection":{"allOf":[{"$ref":"#/components/schemas/aaa_audit-logs-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs-v2"}}},"type":"object"}]},"aaa_api-response-common-failure-2":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object","uniqueItems":true}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"type":"object","uniqueItems":true}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]},"aaa_audit-logs-v2-product-categories-response-collection":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-2"},"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs-v2-product-category"}},"success":{"type":"boolean","enum":[true]}}},"aaa_audit-logs-v2-history-response-collection":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-2"},"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs-v2"}},"result_info":{"$ref":"#/components/schemas/aaa_audit-logs-v2-history-result-info"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","result_info"]},"aaa_audit-logs-v2-history-not-found":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-2"},"result":{"type":"object","nullable":true},"result_info":{"$ref":"#/components/schemas/aaa_audit-logs-v2-history-result-info"},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","result_info"]},"logcontrol_identifier":{"type":"string","maxLength":32,"x-auditable":true},"logcontrol_cmb_config_response_single":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/logcontrol_cmb_config"}}}]},"logcontrol_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/logcontrol_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/logcontrol_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"logcontrol_cmb_config":{"type":"object","properties":{"allow_out_of_region_access":{"$ref":"#/components/schemas/logcontrol_allow_out_of_region_access"},"regions":{"$ref":"#/components/schemas/logcontrol_regions"}},"nullable":true},"logcontrol_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/logcontrol_messages"},"messages":{"$ref":"#/components/schemas/logcontrol_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"lex_DatasetSummaryListResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error-2"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/lex_DatasetSummary"},"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"lex_CreateDatasetRequest":{"type":"object","properties":{"dataset":{"type":"string","x-auditable":true},"fields":{"type":"array","items":{"$ref":"#/components/schemas/lex_LogField"},"x-stainless-terraform-configurability":"computed_optional"},"filter":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["dataset"]},"lex_DatasetDetailResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error-2"}},"messages":{"type":"array","items":{"type":"string","x-auditable":true}},"result":{"$ref":"#/components/schemas/lex_DatasetResponse"},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages"]},"lex_AvailableDestinationListResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error-2"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/lex_AvailableDestination"},"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"lex_UpdateDatasetRequest":{"type":"object","properties":{"deletion_protection":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"fields":{"type":"array","items":{"$ref":"#/components/schemas/lex_LogField"},"x-stainless-terraform-configurability":"computed_optional"},"filter":{"type":"string","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["enabled"]},"lex_QueryResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/lex_QueryRow"},"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"dos_dns-protection-rule-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_DnsProtectionRule"}}}}]},"dos_NewDnsProtectionRule":{"type":"object","properties":{"block_any_queries":{"type":"boolean","x-auditable":true},"burst_sensitivity":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"profile_sensitivity":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["scope","name","mode","profile_sensitivity","rate_sensitivity","burst_sensitivity"]},"dos_dns-protection-rule-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_DnsProtectionRule"}}}]},"dos_uuid":{"type":"string","maxLength":36,"x-auditable":true},"dos_DnsProtectionRuleUpdate":{"type":"object","properties":{"block_any_queries":{"type":"boolean","x-auditable":true},"burst_sensitivity":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"profile_sensitivity":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true}},"additionalProperties":false},"dos_infra-prefix-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_InfraPrefix"}}}}]},"dos_NewInfraPrefix":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["prefix","comment","enabled"]},"dos_infra-prefix-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_InfraPrefix"}}}]},"dos_InfraPrefixUpdate":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true}},"additionalProperties":false},"dos_prefix-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_Prefix"}}}}]},"dos_NewPrefix":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"excluded":{"type":"boolean","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["prefix","comment","excluded"]},"dos_prefix-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_Prefix"}}}]},"dos_PrefixUpdate":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"excluded":{"type":"boolean","x-auditable":true}},"additionalProperties":false},"dos_expression-filter-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_ExpressionFilter"}}}}]},"dos_NewExpressionFilter":{"type":"object","properties":{"expression":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["expression","mode"]},"dos_expression-filter-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_ExpressionFilter"}}}]},"dos_ExpressionFilterUpdate":{"type":"object","properties":{"expression":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true}},"additionalProperties":false},"dos_syn-protection-rule-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_SynProtectionRule"}}}}]},"dos_NewSynProtectionRule":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"mitigation_type":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["scope","name","mode","rate_sensitivity","burst_sensitivity"]},"dos_syn-protection-rule-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_SynProtectionRule"}}}]},"dos_SynProtectionRuleUpdate":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"mitigation_type":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true}},"additionalProperties":false},"dos_tcp-flow-protection-rule-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_TcpFlowProtectionRule"}}}}]},"dos_NewTcpFlowProtectionRule":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["scope","name","mode","rate_sensitivity","burst_sensitivity"]},"dos_tcp-flow-protection-rule-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_TcpFlowProtectionRule"}}}]},"dos_TcpFlowProtectionRuleUpdate":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true}},"additionalProperties":false},"dos_protection-status-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_ProtectionStatus"}}}]},"dos_UpdateProtectionStatus":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}},"additionalProperties":false,"required":["enabled"]},"magic_identifier":{"type":"string","maxLength":32,"readOnly":true},"magic_apps_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_apps-response-array"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_app"}}}}]},"magic_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/magic_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/magic_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"magic_app_add_single_request":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/magic_app_hostnames"},"ip_subnets":{"$ref":"#/components/schemas/magic_app_subnets"},"name":{"$ref":"#/components/schemas/magic_app_name"},"source_subnets":{"$ref":"#/components/schemas/magic_app_source_subnets"},"type":{"$ref":"#/components/schemas/magic_app_type"}},"anyOf":[{"required":["hostnames"],"title":"Hostnames"},{"required":["ip_subnets"],"title":"Subnets"},{"required":["source_subnets"],"title":"Source Subnets"}],"required":["name","type"]},"magic_app_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_apps-response-object"},{"properties":{"result":{"$ref":"#/components/schemas/magic_account_app"}}}]},"magic_app_update_request":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/magic_app_hostnames"},"ip_subnets":{"$ref":"#/components/schemas/magic_app_subnets"},"name":{"$ref":"#/components/schemas/magic_app_name"},"source_subnets":{"$ref":"#/components/schemas/magic_app_source_subnets"},"type":{"$ref":"#/components/schemas/magic_app_type"}},"anyOf":[{"required":["name"],"title":"Update App Name"},{"required":["type"],"title":"Update App Type"},{"required":["hostnames"],"title":"Update App Hostnames"},{"required":["ip_subnets"],"title":"Update App Subnets"},{"required":["source_subnets"],"title":"Update App Source Subnets"}]},"magic_cf1_sites_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_cf1_site"}}}}]},"magic_cf1_site":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/magic_identifier"}],"readOnly":true},"location":{"$ref":"#/components/schemas/magic_cf1_site_location"},"modified_on":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string"}},"required":["name"]},"magic_cf1_site_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_cf1_site"}}}]},"magic_cf1_site_update":{"type":"object","properties":{"location":{"$ref":"#/components/schemas/magic_cf1_site_location"},"name":{"type":"string"}}},"magic_cf1_site_ramps_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_cf1_site_ramp"}}}}]},"magic_cf1_site_ramp_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_cf1_site_ramp"}}}]},"magic_components-schemas-tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"interconnects":{"type":"array","items":{"$ref":"#/components/schemas/magic_interconnect"}}}}}}]},"magic_components-schemas-modified_tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"modified":{"type":"boolean"},"modified_interconnects":{"type":"array","items":{"$ref":"#/components/schemas/magic_interconnect"}}}}}}]},"magic_components-schemas-tunnel_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"interconnect":{"$ref":"#/components/schemas/magic_interconnect"}}}}}]},"magic_interconnect_tunnel_update_request":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_interconnect_bgp_config"},"gre":{"$ref":"#/components/schemas/magic_gre"},"health_check":{"$ref":"#/components/schemas/magic_health_check_base"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address_interconnect"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"mtu":{"$ref":"#/components/schemas/magic_schemas-mtu"},"name":{"$ref":"#/components/schemas/magic_components-schemas-name"}}},"magic_components-schemas-tunnel_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"boolean"},"modified_interconnect":{"$ref":"#/components/schemas/magic_interconnect"}}}}}]},"mcn_account_id":{"type":"string","x-auditable":true},"mcn_read_account_catalog_syncs_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_catalog_sync"}}},"type":"object"}]},"mcn_bad_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"},"minLength":1},"result":{"type":"object","enum":[null],"nullable":true}},"type":"object"}]},"mcn_create_catalog_sync_request":{"type":"object","properties":{"destination_type":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_type"},"name":{"type":"string"},"policy":{"type":"string"},"update_mode":{"$ref":"#/components/schemas/mcn_catalog_sync_update_mode"}},"required":["name","update_mode","destination_type"]},"mcn_create_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_catalog_sync"}},"type":"object"}]},"mcn_catalog_sync_destination_type":{"type":"string","enum":["NONE","ZERO_TRUST_LIST"],"x-auditable":true},"mcn_catalog_syncs_prebuilt_policies_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_catalog_syncs_prebuilt_policy"}}},"type":"object"}]},"mcn_catalog_sync_id":{"type":"string","format":"uuid"},"mcn_read_account_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_catalog_sync"}},"type":"object"}]},"mcn_update_catalog_sync_request":{"type":"object","properties":{"name":{"type":"string"},"policy":{"type":"string"},"update_mode":{"$ref":"#/components/schemas/mcn_catalog_sync_update_mode"}}},"mcn_update_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_catalog_sync"}},"type":"object"}]},"mcn_delete_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_deleted_catalog_sync"}},"type":"object"}]},"mcn_refresh_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_policy_result"}},"type":"object"}]},"mcn_list_onramps_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_onramp"}}},"type":"object"}]},"mcn_create_onramp_request":{"type":"object","properties":{"adopted_hub_id":{"$ref":"#/components/schemas/mcn_resource_id"},"attached_hubs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"attached_vpcs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"cloud_asn":{"type":"integer","format":"uint32","x-auditable":true},"cloud_type":{"$ref":"#/components/schemas/mcn_onramp_cloud_type"},"dynamic_routing":{"type":"boolean","x-auditable":true},"hub_provider_id":{"$ref":"#/components/schemas/mcn_provider_id"},"install_routes_in_cloud":{"type":"boolean","x-auditable":true},"install_routes_in_magic_wan":{"type":"boolean","x-auditable":true},"manage_hub_to_hub_attachments":{"type":"boolean","x-auditable":true},"manage_vpc_to_hub_attachments":{"type":"boolean","x-auditable":true},"name":{"type":"string"},"region":{"type":"string","x-auditable":true},"type":{"$ref":"#/components/schemas/mcn_onramp_type"},"vpc":{"$ref":"#/components/schemas/mcn_resource_id"}},"required":["name","type","cloud_type","install_routes_in_cloud","install_routes_in_magic_wan","dynamic_routing"]},"mcn_create_onramp_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_onramp"}},"type":"object"}]},"mcn_get_magic_wan_address_space_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_magic_wan_address_space"}},"type":"object"}]},"mcn_update_magic_wan_address_space_request":{"type":"object","properties":{"prefixes":{"type":"array","items":{"$ref":"#/components/schemas/mcn_cidr_prefix"}}},"required":["prefixes"]},"mcn_update_magic_wan_address_space_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_magic_wan_address_space"}},"type":"object"}]},"mcn_onramp_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_get_onramp_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_onramp"}},"type":"object"}]},"mcn_update_onramp_request":{"type":"object","properties":{"attached_hubs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"attached_vpcs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"install_routes_in_cloud":{"type":"boolean","x-auditable":true},"install_routes_in_magic_wan":{"type":"boolean","x-auditable":true},"manage_hub_to_hub_attachments":{"type":"boolean"},"manage_vpc_to_hub_attachments":{"type":"boolean"},"name":{"type":"string"},"vpc":{"$ref":"#/components/schemas/mcn_resource_id"}}},"mcn_update_onramp_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_onramp"}},"type":"object"}]},"mcn_delete_onramp_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_deleted_onramp"}},"type":"object"}]},"mcn_good_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"},"maxLength":0}},"type":"object"}]},"mcn_read_account_providers_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_provider"}}},"type":"object"}]},"mcn_create_provider_request":{"type":"object","properties":{"cloud_type":{"$ref":"#/components/schemas/mcn_cloud_type"},"friendly_name":{"type":"string","x-auditable":true}},"required":["friendly_name","cloud_type"]},"mcn_create_provider_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_provider"}},"type":"object"}]},"mcn_provider_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_read_account_provider_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_provider"}},"type":"object"}]},"mcn_update_provider_request":{"type":"object","properties":{"aws_arn":{"type":"string","x-auditable":true},"azure_subscription_id":{"type":"string","x-auditable":true},"azure_tenant_id":{"type":"string","x-auditable":true},"friendly_name":{"type":"string","x-auditable":true},"gcp_project_id":{"type":"string","x-auditable":true},"gcp_service_account_email":{"type":"string","x-auditable":true}}},"mcn_update_provider_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_provider"}},"type":"object"}]},"mcn_delete_provider_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_deleted_provider"}},"type":"object"}]},"mcn_provider_initial_setup_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"object","discriminator":{"propertyName":"item_type"},"oneOf":[{"$ref":"#/components/schemas/mcn_aws_trust_policy"},{"$ref":"#/components/schemas/mcn_azure_setup"},{"$ref":"#/components/schemas/mcn_gcp_setup"}]}},"type":"object"}]},"mcn_resource_type":{"type":"string","enum":["aws_customer_gateway","aws_egress_only_internet_gateway","aws_internet_gateway","aws_instance","aws_network_interface","aws_route","aws_route_table","aws_route_table_association","aws_subnet","aws_vpc","aws_vpc_ipv4_cidr_block_association","aws_vpn_connection","aws_vpn_connection_route","aws_vpn_gateway","aws_security_group","aws_vpc_security_group_ingress_rule","aws_vpc_security_group_egress_rule","aws_ec2_managed_prefix_list","aws_ec2_transit_gateway","aws_ec2_transit_gateway_prefix_list_reference","aws_ec2_transit_gateway_vpc_attachment","azurerm_application_security_group","azurerm_lb","azurerm_lb_backend_address_pool","azurerm_lb_nat_pool","azurerm_lb_nat_rule","azurerm_lb_rule","azurerm_local_network_gateway","azurerm_network_interface","azurerm_network_interface_application_security_group_association","azurerm_network_interface_backend_address_pool_association","azurerm_network_interface_security_group_association","azurerm_network_security_group","azurerm_public_ip","azurerm_route","azurerm_route_table","azurerm_subnet","azurerm_subnet_route_table_association","azurerm_virtual_machine","azurerm_virtual_network_gateway_connection","azurerm_virtual_network","azurerm_virtual_network_gateway","google_compute_network","google_compute_subnetwork","google_compute_vpn_gateway","google_compute_vpn_tunnel","google_compute_route","google_compute_address","google_compute_global_address","google_compute_router","google_compute_interconnect_attachment","google_compute_ha_vpn_gateway","google_compute_forwarding_rule","google_compute_network_firewall_policy","google_compute_network_firewall_policy_rule","cloudflare_static_route","cloudflare_ipsec_tunnel"],"x-auditable":true},"mcn_resource_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_read_account_resources_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response_collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_details"}},"result_info":{"$ref":"#/components/schemas/mcn_result_info"}},"type":"object"}]},"mcn_read_account_resource_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_resource_details"}},"type":"object"}]},"mconn_account_id":{"type":"string","maxLength":32,"readOnly":true},"mconn_customer_connectors_list_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mconn_customer_connector"}}},"type":"object"}]},"mconn_bad_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"},"minLength":1},"result":{"$ref":"#/components/schemas/mconn_none"}},"type":"object"}]},"mconn_customer_connectors_create_request":{"type":"object","allOf":[{"properties":{"device":{"$ref":"#/components/schemas/mconn_customer_device_options"}},"required":["device"],"type":"object"},{"$ref":"#/components/schemas/mconn_customer_connector_fields"}]},"mconn_customer_connectors_create_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_uuid":{"type":"string","x-auditable":true},"mconn_customer_connectors_get_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_customer_connectors_update_request":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_customer_connector_fields"},{"properties":{"provision_license":{"type":"boolean"}},"type":"object"}]},"mconn_customer_connectors_update_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_customer_connectors_delete_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_customer_connectors_edit_request":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_customer_connector_fields"},{"properties":{"provision_license":{"type":"boolean"}},"type":"object"}]},"mconn_customer_connectors_edit_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_connector_interrupts_list_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mconn_connector_interrupts_result"}}},"type":"object"}]},"mconn_customer_events_list_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_events_list_result"}},"required":["result"],"type":"object"}]},"mconn_envelope":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"}},"success":{"type":"boolean"}},"required":["success"]},"mconn_customer_events_latest_get_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_events_latest_get_result"}},"required":["result"],"type":"object"}]},"mconn_customer_events_get_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_recorded_event"}},"required":["result"],"type":"object"}]},"mconn_customer_snapshots_list_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_snapshots_list_result"}},"required":["result"],"type":"object"}]},"mconn_customer_snapshots_latest_get_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_snapshots_latest_get_result"}},"required":["result"],"type":"object"}]},"mconn_customer_snapshots_get_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_snapshot"}},"required":["result"],"type":"object"}]},"magic_tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"gre_tunnels":{"type":"array","items":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}}]},"magic_modified_tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"modified":{"type":"boolean"},"modified_gre_tunnels":{"type":"array","items":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}}]},"magic_create_gre_tunnel_request":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_bgp_config"},"cloudflare_gre_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_gre_endpoint"},"customer_gre_endpoint":{"$ref":"#/components/schemas/magic_customer_gre_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"mtu":{"$ref":"#/components/schemas/magic_mtu"},"name":{"$ref":"#/components/schemas/magic_gre_tunnel_name"},"ttl":{"$ref":"#/components/schemas/magic_ttl"}},"required":["name","customer_gre_endpoint","cloudflare_gre_endpoint","interface_address"]},"magic_create_gre_tunnel_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}]},"magic_tunnel_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"gre_tunnel":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}]},"magic_gre_tunnel_update_request":{"allOf":[{"$ref":"#/components/schemas/magic_gre_tunnel_add_single_request"}]},"magic_tunnel_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"boolean"},"modified_gre_tunnel":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}]},"magic_tunnel_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deleted":{"type":"boolean"},"deleted_gre_tunnel":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}]},"magic_schemas-tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"ipsec_tunnels":{"type":"array","items":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}}]},"magic_schemas-modified_tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"modified":{"type":"boolean"},"modified_ipsec_tunnels":{"type":"array","items":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}}]},"magic_ipsec_tunnel_add_request":{"allOf":[{"$ref":"#/components/schemas/magic_ipsec_tunnel_add_single_request"}]},"magic_schemas-create_ipsec_tunnel_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}]},"magic_ipsec_tunnels_psk_request":{"type":"object","properties":{"psks":{"type":"array","items":{"$ref":"#/components/schemas/magic_ipsec_tunnel_psk_entry"}}},"required":["psks"]},"magic_ipsec_tunnels_psk_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"successfully_applied_psks":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/magic_ipsec_tunnel_applied_psk"}},"unapplied_psks":{"type":"object","additionalProperties":{"type":"string"}}}}}}]},"magic_schemas-tunnel_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"ipsec_tunnel":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}]},"magic_ipsec_tunnel_add_single_request":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_bgp_config"},"cloudflare_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_ipsec_endpoint"},"custom_remote_identities":{"$ref":"#/components/schemas/magic_custom_remote_identities"},"customer_endpoint":{"$ref":"#/components/schemas/magic_customer_ipsec_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"name":{"$ref":"#/components/schemas/magic_ipsec_tunnel_name"},"psk":{"$ref":"#/components/schemas/magic_psk"},"replay_protection":{"$ref":"#/components/schemas/magic_replay_protection"}},"required":["name","cloudflare_endpoint","interface_address"]},"magic_schemas-tunnel_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"boolean"},"modified_ipsec_tunnel":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}]},"magic_schemas-tunnel_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deleted":{"type":"boolean"},"deleted_ipsec_tunnel":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}]},"magic_psk_generation_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"ipsec_tunnel_id":{"$ref":"#/components/schemas/magic_identifier"},"psk":{"$ref":"#/components/schemas/magic_psk"},"psk_metadata":{"$ref":"#/components/schemas/magic_psk_metadata"}}}}}]},"magic_routes_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route"}}}}}}]},"magic_route_update_many_request":{"type":"object","properties":{"routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route_update_single_request"}}},"required":["routes"]},"magic_multiple_route_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"modified":{"type":"boolean"},"modified_routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route"}}}}}}]},"magic_create_route_request":{"type":"object","properties":{"nexthop":{"$ref":"#/components/schemas/magic_nexthop"},"prefix":{"$ref":"#/components/schemas/magic_prefix"},"priority":{"$ref":"#/components/schemas/magic_priority"},"scope":{"$ref":"#/components/schemas/magic_scope"},"weight":{"$ref":"#/components/schemas/magic_weight"}},"required":["prefix","nexthop","priority"]},"magic_create_route_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_route"}}}]},"magic_route_delete_many_request":{"type":"object","properties":{"routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route_delete_id"}}},"required":["routes"]},"magic_multiple_route_delete_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"deleted":{"type":"boolean"},"deleted_routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route"}}}}}}]},"magic_route_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"route":{"$ref":"#/components/schemas/magic_route"}}}}}]},"magic_route_update_request":{"allOf":[{"$ref":"#/components/schemas/magic_route_add_single_request"}]},"magic_route_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"boolean"},"modified_route":{"$ref":"#/components/schemas/magic_route"}}}}}]},"magic_route_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deleted":{"type":"boolean"},"deleted_route":{"$ref":"#/components/schemas/magic_route"}}}}}]},"magic_sites_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_site"}}}}]},"magic_sites_add_single_request":{"type":"object","properties":{"connector_id":{"$ref":"#/components/schemas/magic_connector-id"},"ha_mode":{"type":"boolean"},"location":{"$ref":"#/components/schemas/magic_site-location"},"name":{"$ref":"#/components/schemas/magic_site-name"},"secondary_connector_id":{"$ref":"#/components/schemas/magic_secondary-connector-id"}},"required":["name"]},"magic_site_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_site"}}}]},"magic_site_update_request":{"type":"object","properties":{"connector_id":{"$ref":"#/components/schemas/magic_connector-id"},"location":{"$ref":"#/components/schemas/magic_site-location"},"name":{"$ref":"#/components/schemas/magic_site-name"},"secondary_connector_id":{"$ref":"#/components/schemas/magic_secondary-connector-id"}}},"magic_site_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_site"}}}]},"magic_site_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_site"}}}]},"magic_acls_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_acl"}}}}]},"magic_acls_add_single_request":{"type":"object","properties":{"forward_locally":{"$ref":"#/components/schemas/magic_forward_locally"},"lan_1":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"lan_2":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"name":{"type":"string"},"protocols":{"type":"array","items":{"enum":["tcp","udp","icmp"],"type":"string"}},"unidirectional":{"$ref":"#/components/schemas/magic_unidirectional"}},"required":["name","lan_1","lan_2"]},"magic_acl_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_acl"}}}]},"magic_acl_update_request":{"type":"object","properties":{"forward_locally":{"$ref":"#/components/schemas/magic_forward_locally"},"lan_1":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"lan_2":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"name":{"type":"string"},"protocols":{"type":"array","items":{"enum":["tcp","udp","icmp"],"type":"string"}},"unidirectional":{"$ref":"#/components/schemas/magic_unidirectional"}}},"magic_acl_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_acl"}}}]},"magic_acl_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_acl"}}}]},"magic_app_configs_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_apps-response-object"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_app_config"}}}}]},"magic_app_config_add_single_request":{"type":"object","allOf":[{"oneOf":[{"properties":{"account_app_id":{"$ref":"#/components/schemas/magic_account_app_id"}},"required":["account_app_id"],"title":"Account App"},{"properties":{"managed_app_id":{"$ref":"#/components/schemas/magic_managed_app_id"}},"required":["managed_app_id"],"title":"Managed App"}]},{"anyOf":[{"required":["breakout"],"title":"Breakout"},{"required":["priority"],"title":"Prioritize"}]},{"properties":{"breakout":{"$ref":"#/components/schemas/magic_app_breakout"},"preferred_wans":{"$ref":"#/components/schemas/magic_app_breakout_preferred_wans"},"priority":{"$ref":"#/components/schemas/magic_app_priority"}}}]},"magic_app_config_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_apps-response-object"},{"properties":{"result":{"$ref":"#/components/schemas/magic_app_config"}}}]},"magic_app_config_update_request":{"type":"object","properties":{"account_app_id":{"$ref":"#/components/schemas/magic_account_app_id"},"breakout":{"$ref":"#/components/schemas/magic_app_breakout"},"managed_app_id":{"$ref":"#/components/schemas/magic_managed_app_id"},"preferred_wans":{"$ref":"#/components/schemas/magic_app_breakout_preferred_wans"},"priority":{"$ref":"#/components/schemas/magic_app_priority"}}},"magic_lans_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_lan"}}}}]},"magic_lans_add_single_request":{"type":"object","properties":{"bond_id":{"$ref":"#/components/schemas/magic_bond_id"},"ha_link":{"type":"boolean"},"is_breakout":{"type":"boolean"},"is_prioritized":{"type":"boolean"},"name":{"type":"string"},"nat":{"$ref":"#/components/schemas/magic_nat"},"physport":{"$ref":"#/components/schemas/magic_port"},"routed_subnets":{"type":"array","items":{"$ref":"#/components/schemas/magic_routed_subnet"}},"static_addressing":{"$ref":"#/components/schemas/magic_lan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"magic_lan_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_lan"}}}]},"magic_lan_update_request":{"type":"object","properties":{"bond_id":{"$ref":"#/components/schemas/magic_bond_id"},"is_breakout":{"type":"boolean"},"is_prioritized":{"type":"boolean"},"name":{"type":"string"},"nat":{"$ref":"#/components/schemas/magic_nat"},"physport":{"$ref":"#/components/schemas/magic_port"},"routed_subnets":{"type":"array","items":{"$ref":"#/components/schemas/magic_routed_subnet"}},"static_addressing":{"$ref":"#/components/schemas/magic_lan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"magic_lan_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_lan"}}}]},"magic_lan_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_lan"}}}]},"magic_netflow_config_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_netflow_config"}}}]},"magic_netflow_config_request":{"type":"object","properties":{"active_timeout":{"type":"integer","maximum":5400,"minimum":1},"collector_ip":{"type":"string"},"collector_port":{"type":"integer","maximum":65535,"minimum":1},"inactive_timeout":{"type":"integer","maximum":5400,"minimum":1},"sampling_rate":{"type":"integer","maximum":10000,"minimum":1}}},"magic_wans_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_wan"}}}}]},"magic_wans_add_single_request":{"type":"object","properties":{"name":{"type":"string"},"physport":{"$ref":"#/components/schemas/magic_port"},"priority":{"type":"integer"},"static_addressing":{"$ref":"#/components/schemas/magic_wan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}},"required":["physport"]},"magic_wan_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_wan"}}}]},"magic_wan_update_request":{"type":"object","properties":{"name":{"type":"string"},"physport":{"$ref":"#/components/schemas/magic_port"},"priority":{"type":"integer"},"static_addressing":{"$ref":"#/components/schemas/magic_wan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"magic_wan_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_wan"}}}]},"magic_wan_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_wan"}}}]},"usage-analytics_stream_usage_response":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_api_error"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_api_message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_stream_usage_data_point"}},"success":{"type":"boolean"}},"required":["success","result","errors"]},"iam_collection_member_response_with_policies":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_member_with_policies"}}},"type":"object"}],"title":"Members with Policies"},"iam_create-member-with-roles":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/iam_role_components-schemas-identifier"}},"status":{"$ref":"#/components/schemas/iam_member-invitation-status"}},"required":["email","roles"],"title":"Add Member with Account Roles"},"iam_create-member-with-policies":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_create_member_policy"}},"status":{"$ref":"#/components/schemas/iam_member-invitation-status"}},"required":["email","policies"],"title":"Add Member with Policies"},"iam_single_member_response_with_policies":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_member_with_policies"}},"type":"object"}],"title":"Response with Policies"},"iam_membership_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"iam_update-member-with-roles":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/iam_role"}},"status":{"enum":["accepted","pending"],"readOnly":true,"x-auditable":true},"user":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"first_name":{"$ref":"#/components/schemas/iam_first_name"},"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"},"last_name":{"$ref":"#/components/schemas/iam_last_name"},"two_factor_authentication_enabled":{"$ref":"#/components/schemas/iam_two_factor_authentication_enabled"}},"readOnly":true,"required":["email"]}},"title":"Update Member with Account Roles"},"iam_update-member-with-policies":{"type":"object","properties":{"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_create_member_policy"}}},"required":["policies"],"title":"Update Member with Policies"},"magic-visibility-mnm_account_identifier":{"type":"string","x-auditable":true},"magic-visibility-mnm_mnm_config_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config"}},"type":"object"}]},"magic-visibility-mnm_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"magic-visibility-mnm_mnm_config_default_sampling":{"type":"number","default":1,"minimum":1,"x-auditable":true},"magic-visibility-mnm_mnm_config_name":{"type":"string","x-auditable":true},"magic-visibility-mnm_mnm_config_router_ips":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ip"}},"magic-visibility-mnm_mnm_config_warp_devices":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_device"}},"magic-visibility-mnm_mnm_rules_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule"},"nullable":true}}}]},"magic-visibility-mnm_mnm_rule_create":{"type":"object","properties":{"automatic_advertisement":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_automatic_advertisement"},"bandwidth_threshold":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_bandwidth_threshold"},"duration":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_duration"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_name"},"packet_threshold":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_packet_threshold"},"prefix_match":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_prefix_match"},"prefixes":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_ip_prefixes"},"type":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_type"},"zscore_sensitivity":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_zscore_sensitivity"},"zscore_target":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_zscore_target"}},"nullable":true,"required":["name","prefixes","automatic_advertisement","type"]},"magic-visibility-mnm_mnm_rules_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule"}},"type":"object"}]},"magic-visibility-mnm_rule_identifier":{"type":"string","x-auditable":true},"magic-visibility-mnm_mnm_rule_advertisement_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_advertisable_response"}},"type":"object"}]},"magic-visibility-mnm_mnm_vpc_flows_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_vpc_flows_token"}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_response_collection-5":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject-3"}}},"type":"object"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"tls-certificates-and-hostnames_ca":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_certificates-2":{"type":"string"},"tls-certificates-and-hostnames_name-2":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_private_key-4":{"type":"string","x-sensitive":true},"tls-certificates-and-hostnames_certificate_response_single_post":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObjectPost"}]}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_response_single-5":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject-3"}]}},"type":"object"}]},"tls-certificates-and-hostnames_association_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_associationObject"}}},"type":"object"}]},"organizations-api_V4Message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"organizations-api_Organization":{"type":"object","properties":{"create_time":{"type":"string","format":"date-time","readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/organizations-api_OrganizationID"}],"readOnly":true},"meta":{"type":"object","additionalProperties":{"type":"object"},"properties":{"hierarchy_tags":{"type":"array","items":{"type":"string"}},"managed_by":{"type":"string"},"tenant_flags":{"allOf":[{"$ref":"#/components/schemas/organizations-api_OrganizationFlags"}]}},"readOnly":true},"name":{"type":"string"},"parent":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/organizations-api_OrganizationID"},"name":{"type":"string","readOnly":true}},"required":["id","name"]},"profile":{"$ref":"#/components/schemas/organizations-api_Profile"}},"required":["id","name","create_time","meta"]},"organizations-api_V4ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"type":"object"},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"pages_identifier":{"type":"string","maxLength":32,"x-auditable":true},"pages_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"pages_project":{"type":"object","properties":{"build_config":{"$ref":"#/components/schemas/pages_build_config"},"canonical_deployment":{"allOf":[{"$ref":"#/components/schemas/pages_deployment"},{"nullable":true,"readOnly":true,"type":"object"}]},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"deployment_configs":{"type":"object","properties":{"preview":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values"}]},"production":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values"}]}},"required":["production","preview"]},"domains":{"type":"array","items":{"type":"string","x-auditable":true},"readOnly":true},"framework":{"type":"string","readOnly":true,"x-auditable":true},"framework_version":{"type":"string","readOnly":true,"x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"latest_deployment":{"allOf":[{"$ref":"#/components/schemas/pages_deployment"},{"nullable":true,"readOnly":true,"type":"object"}]},"name":{"$ref":"#/components/schemas/pages_project_name"},"preview_script_name":{"type":"string","readOnly":true,"x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"production_script_name":{"type":"string","readOnly":true,"x-auditable":true},"source":{"$ref":"#/components/schemas/pages_source"},"subdomain":{"type":"string","readOnly":true,"x-auditable":true},"uses_functions":{"type":"boolean","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id","name","deployment_configs","latest_deployment","canonical_deployment","created_on","production_branch","production_script_name","preview_script_name","uses_functions","framework","framework_version"]},"pages_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/pages_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/pages_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"pages_deployment_config_values_request":{"type":"object","properties":{"ai_bindings":{"type":"object","additionalProperties":{"nullable":true,"properties":{"project_id":{"type":"string","x-auditable":true}},"required":["project_id"],"type":"object"}},"always_use_latest_compatibility_date":{"type":"boolean","default":false,"x-auditable":true},"analytics_engine_datasets":{"type":"object","additionalProperties":{"nullable":true,"properties":{"dataset":{"type":"string","x-auditable":true}},"required":["dataset"],"type":"object"}},"browsers":{"type":"object","additionalProperties":{"nullable":true,"type":"object","x-stainless-empty-object":true}},"build_image_major_version":{"type":"integer","default":3,"x-auditable":true},"compatibility_date":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"compatibility_flags":{"type":"array","items":{"type":"string","x-auditable":true}},"d1_databases":{"type":"object","additionalProperties":{"nullable":true,"properties":{"id":{"type":"string","x-auditable":true}},"required":["id"],"type":"object"}},"durable_object_namespaces":{"type":"object","additionalProperties":{"nullable":true,"properties":{"namespace_id":{"type":"string","x-auditable":true}},"required":["namespace_id"],"type":"object"}},"env_vars":{"type":"object","additionalProperties":{"discriminator":{"mapping":{"plain_text":"#/components/schemas/pages_plain_text_env_var","secret_text":"#/components/schemas/pages_secret_text_env_var"},"propertyName":"type"},"nullable":true,"oneOf":[{"$ref":"#/components/schemas/pages_plain_text_env_var"},{"$ref":"#/components/schemas/pages_secret_text_env_var"}],"type":"object"}},"fail_open":{"type":"boolean","default":true,"x-auditable":true},"hyperdrive_bindings":{"type":"object","additionalProperties":{"nullable":true,"properties":{"id":{"type":"string","x-auditable":true}},"required":["id"],"type":"object"}},"kv_namespaces":{"type":"object","additionalProperties":{"nullable":true,"properties":{"namespace_id":{"type":"string","x-auditable":true}},"required":["namespace_id"],"type":"object"}},"limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","x-auditable":true}},"required":["cpu_ms"]},"mtls_certificates":{"type":"object","additionalProperties":{"nullable":true,"properties":{"certificate_id":{"type":"string","x-auditable":true}},"required":["certificate_id"],"type":"object"}},"placement":{"type":"object","properties":{"mode":{"type":"string","x-auditable":true}},"required":["mode"]},"queue_producers":{"type":"object","additionalProperties":{"nullable":true,"properties":{"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"r2_buckets":{"type":"object","additionalProperties":{"nullable":true,"properties":{"jurisdiction":{"type":"string","nullable":true,"x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"services":{"type":"object","additionalProperties":{"nullable":true,"properties":{"entrypoint":{"type":"string","nullable":true,"x-auditable":true},"environment":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}},"required":["service"],"type":"object"}},"usage_model":{"type":"string","default":"standard","enum":["standard","bundled","unbound"],"deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"All new projects now use the Standard usage model."},"vectorize_bindings":{"type":"object","additionalProperties":{"nullable":true,"properties":{"index_name":{"type":"string","x-auditable":true}},"required":["index_name"],"type":"object"}},"wrangler_config_hash":{"type":"string","x-auditable":true}}},"pages_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/pages_messages"},"messages":{"$ref":"#/components/schemas/pages_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"pages_project_name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*$","x-auditable":true},"pages_deployment":{"type":"object","properties":{"aliases":{"type":"array","items":{"type":"string","x-auditable":true},"nullable":true,"readOnly":true},"build_config":{"$ref":"#/components/schemas/pages_build_config"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"deployment_trigger":{"type":"object","properties":{"metadata":{"type":"object","properties":{"branch":{"type":"string","x-auditable":true},"commit_dirty":{"type":"boolean","x-auditable":true},"commit_hash":{"type":"string","x-auditable":true},"commit_message":{"type":"string","x-auditable":true}},"required":["branch","commit_hash","commit_message","commit_dirty"]},"type":{"type":"string","enum":["github:push","ad_hoc","deploy_hook"],"x-auditable":true}},"readOnly":true,"required":["type","metadata"]},"env_vars":{"$ref":"#/components/schemas/pages_env_vars"},"environment":{"type":"string","enum":["preview","production"],"readOnly":true,"x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"is_skipped":{"type":"boolean","readOnly":true,"x-auditable":true},"latest_stage":{"$ref":"#/components/schemas/pages_stage"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"project_id":{"type":"string","readOnly":true,"x-auditable":true},"project_name":{"$ref":"#/components/schemas/pages_project_name"},"short_id":{"type":"string","readOnly":true,"x-auditable":true},"skip_reason":{"type":"string","enum":["commit_message","preview_deployments_disabled","production_deployments_disabled","path_config","branch_config","pages_to_workers_conversion"],"nullable":true,"readOnly":true,"x-auditable":true},"source":{"$ref":"#/components/schemas/pages_source"},"stages":{"type":"array","items":{"$ref":"#/components/schemas/pages_stage"},"readOnly":true},"url":{"type":"string","readOnly":true,"x-auditable":true},"uses_functions":{"type":"boolean","nullable":true,"readOnly":true,"x-auditable":true}},"required":["aliases","build_config","created_on","deployment_trigger","environment","env_vars","id","is_skipped","latest_stage","modified_on","project_id","project_name","short_id","source","stages","url"]},"pages_deployment_log":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"line":{"type":"string","readOnly":true},"ts":{"type":"string","readOnly":true}},"required":["ts","line"],"type":"object"}},"includes_container_logs":{"type":"boolean","readOnly":true},"total":{"type":"integer","readOnly":true}},"required":["total","includes_container_logs","data"]},"pages_tail":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"url":{"type":"string","readOnly":true}},"required":["id"]},"pages_domain":{"type":"object","properties":{"certificate_authority":{"type":"string","enum":["google","lets_encrypt"],"readOnly":true,"x-auditable":true},"created_on":{"type":"string","readOnly":true,"x-auditable":true},"domain_id":{"type":"string","readOnly":true,"x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"name":{"$ref":"#/components/schemas/pages_domain_name"},"status":{"type":"string","enum":["initializing","pending","active","deactivated","blocked","error"],"readOnly":true,"x-auditable":true},"validation_data":{"type":"object","properties":{"error_message":{"type":"string","x-auditable":true},"method":{"type":"string","enum":["http","txt"],"x-auditable":true},"status":{"type":"string","enum":["initializing","pending","active","deactivated","error"],"x-auditable":true},"txt_name":{"type":"string","x-auditable":true},"txt_value":{"type":"string","x-auditable":true}},"readOnly":true,"required":["status","method"]},"verification_data":{"type":"object","properties":{"error_message":{"type":"string","x-auditable":true},"status":{"type":"string","enum":["pending","active","deactivated","blocked","error"]}},"readOnly":true,"required":["status"]},"zone_tag":{"type":"string","readOnly":true,"x-auditable":true}},"required":["id","domain_id","name","status","created_on","certificate_authority","zone_tag","validation_data","verification_data"]},"pages_domain_name":{"type":"string","pattern":"^([a-zA-Z0-9][\\-a-zA-Z0-9]*\\.)+[\\-a-zA-Z0-9]{2,20}$","x-auditable":true},"pages_source":{"type":"object","properties":{"config":{"type":"object","properties":{"deployments_enabled":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `production_deployments_enabled` and `preview_deployment_setting` for more granular control."},"owner":{"type":"string","x-auditable":true},"owner_id":{"type":"string","x-auditable":true},"path_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"path_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"pr_comments_enabled":{"type":"boolean","x-auditable":true},"preview_branch_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_branch_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_deployment_setting":{"type":"string","enum":["all","none","custom"],"x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"production_deployments_enabled":{"type":"boolean","x-auditable":true},"repo_id":{"type":"string","x-auditable":true},"repo_name":{"type":"string","x-auditable":true}},"required":["deployments_enabled","owner","owner_id","path_excludes","path_includes","pr_comments_enabled","preview_branch_excludes","preview_branch_includes","preview_deployment_setting","production_branch","production_deployments_enabled","repo_id","repo_name"]},"type":{"type":"string","enum":["github","gitlab"],"x-auditable":true}},"required":["type","config"]},"pages_pages_upload_token_response":{"type":"object","properties":{"jwt":{"type":"string","x-sensitive":true}},"required":["jwt"]},"pay-per-crawl_getStripeConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_StripeConnection"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_apiErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_RESTError"}},"result":{},"success":{"type":"boolean"}}},"pay-per-crawl_createStripeConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_StripeConnectResp"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_apiNoResultResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_getTermsSignatureLinkResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_SignatureLinkResponse"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_getTermsResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_IronCladContract"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_getTermsSignatureResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"type":"string","nullable":true},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_queryZonesCanBeEnabledResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_ZonesCanBeEnabledPayload"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"magic-visibility-pcaps_identifier":{"type":"string","maxLength":32,"readOnly":true},"magic-visibility-pcaps_pcaps_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_response_simple"},{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_response_full"}]}}},"type":"object"}]},"magic-visibility-pcaps_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"magic-visibility-pcaps_pcaps_request_pcap":{"anyOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_request_simple"},{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_request_full"}]},"magic-visibility-pcaps_pcaps_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-single"},{"properties":{"result":{"anyOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_response_simple"},{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_response_full"}]}},"type":"object"}]},"magic-visibility-pcaps_pcaps_ownership_collection":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_response"},"nullable":true}},"type":"object"}]},"magic-visibility-pcaps_pcaps_ownership_request":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"}},"required":["destination_conf"]},"magic-visibility-pcaps_pcaps_ownership_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_response"}},"type":"object"}]},"magic-visibility-pcaps_pcaps_ownership_validate_request":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"},"ownership_challenge":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_challenge"}},"required":["destination_conf","ownership_challenge"]},"cloudflare-pipelines_workers-pipelines-account-id":{"type":"string"},"cloudflare-pipelines_workers-pipelines-pipeline":{"type":"object","properties":{"destination":{"type":"object","properties":{"batch":{"type":"object","properties":{"max_bytes":{"type":"integer","default":100000000,"maximum":100000000,"minimum":1000},"max_duration_s":{"type":"number","default":300,"maximum":300,"minimum":0.25},"max_rows":{"type":"integer","default":10000000,"maximum":10000000,"minimum":100}},"required":["max_rows","max_bytes","max_duration_s"]},"compression":{"type":"object","properties":{"type":{"type":"string","default":"gzip","enum":["none","gzip","deflate"]}},"required":["type"]},"format":{"type":"string","enum":["json"]},"path":{"type":"object","properties":{"bucket":{"type":"string"},"filename":{"allOf":[{"type":"string"},{"type":"string"}]},"filepath":{"type":"string"},"prefix":{"type":"string"}},"required":["bucket"]},"type":{"type":"string","enum":["r2"]}},"required":["type","format","batch","compression","path"]},"endpoint":{"type":"string"},"id":{"type":"string"},"name":{"type":"string","maxLength":128,"minLength":1},"source":{"type":"array","items":{"discriminator":{"mapping":{"binding":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source","http":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source"}]},"minItems":1},"version":{"type":"number"}},"deprecated":true,"required":["name","source","destination","id","version","endpoint"]},"cloudflare-pipelines_worker-pipelines-common-success":{"type":"boolean"},"cloudflare-pipelines_workers_pipelines_binding_source":{"type":"object","properties":{"format":{"type":"string","enum":["json"]},"type":{"type":"string"}},"deprecated":true,"required":["type","format"]},"cloudflare-pipelines_workers_pipelines_http_source":{"type":"object","properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"format":{"type":"string","enum":["json"]},"type":{"type":"string"}},"deprecated":true,"required":["type","format"]},"cloudflare-pipelines_workers-pipelines-pipeline-id":{"type":"string","maxLength":32,"minLength":32},"cloudflare-pipelines_r2TablePublic":{"type":"object","properties":{"account_id":{"type":"string","title":"Account ID"},"bucket":{"type":"string","title":"Bucket"},"file_naming":{"type":"object","additionalProperties":false,"properties":{"prefix":{"type":"string","title":"Filename Prefix"},"strategy":{"type":"string","enum":["serial","uuid","uuid_v7","ulid"],"title":"Filename Strategy"},"suffix":{"type":"string","title":"Filename Suffix"}},"title":"File Naming"},"jurisdiction":{"type":"string","title":"Jurisdiction"},"partitioning":{"type":"object","additionalProperties":false,"properties":{"time_pattern":{"type":"string","title":"Time Partition Pattern"}},"title":"Partitioning Configuration"},"path":{"type":"string","title":"Path"},"rolling_policy":{"type":"object","additionalProperties":false,"properties":{"file_size_bytes":{"type":"integer","format":"uint64","minimum":0,"title":"File Size"},"inactivity_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Inactivity Seconds"},"interval_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Interval Seconds"}},"title":"File Rolling Policy"}},"additionalProperties":false,"required":["account_id","bucket"],"title":"R2 Sink Public"},"cloudflare-pipelines_r2_data_catalogTablePublic":{"type":"object","properties":{"account_id":{"type":"string","format":"uri"},"bucket":{"type":"string"},"namespace":{"type":"string","title":"Namespace"},"rolling_policy":{"type":"object","additionalProperties":false,"properties":{"file_size_bytes":{"type":"integer","format":"uint64","minimum":0,"title":"File Size"},"inactivity_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Inactivity Seconds"},"interval_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Interval Seconds"}},"title":"File Rolling Policy"},"table_name":{"type":"string","title":"Table Name"}},"additionalProperties":false,"required":["account_id","bucket","table_name"],"title":"R2DataCatalogSinkTablePublic"},"cloudflare-pipelines_Format":{"discriminator":{"propertyName":"type"},"oneOf":[{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_JsonFormat"},{"properties":{"type":{"type":"string","enum":["json"]}},"required":["type"],"type":"object"}],"title":"Json"},{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_ParquetFormat"},{"properties":{"type":{"type":"string","enum":["parquet"]}},"required":["type"],"type":"object"}],"title":"Parquet"}]},"cloudflare-pipelines_ConnectionSchema":{"type":"object","properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_SourceField"}},"format":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_Format"}]},"inferred":{"type":"boolean","nullable":true}}},"cloudflare-pipelines_r2Table":{"type":"object","properties":{"account_id":{"type":"string","title":"Account ID"},"bucket":{"type":"string","title":"Bucket"},"credentials":{"type":"object","additionalProperties":false,"properties":{"access_key_id":{"type":"string","format":"var-str","title":"Access Key ID"},"secret_access_key":{"type":"string","format":"var-str","title":"Access Key ID","x-sensitive":true}},"required":["access_key_id","secret_access_key"],"title":"R2 Credentials"},"file_naming":{"type":"object","additionalProperties":false,"properties":{"prefix":{"type":"string","title":"Filename Prefix"},"strategy":{"type":"string","enum":["serial","uuid","uuid_v7","ulid"],"title":"Filename Strategy"},"suffix":{"type":"string","title":"Filename Suffix"}},"title":"File Naming"},"jurisdiction":{"type":"string","title":"Jurisdiction"},"partitioning":{"type":"object","additionalProperties":false,"properties":{"time_pattern":{"type":"string","title":"Time Partition Pattern"}},"title":"Partitioning Configuration"},"path":{"type":"string","title":"Path"},"rolling_policy":{"type":"object","additionalProperties":false,"properties":{"file_size_bytes":{"type":"integer","format":"uint64","minimum":0,"title":"File Size"},"inactivity_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Inactivity Seconds"},"interval_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Interval Seconds"}},"title":"File Rolling Policy"}},"additionalProperties":false,"required":["account_id","bucket","credentials"],"title":"R2 Sink"},"cloudflare-pipelines_r2_data_catalogTable":{"type":"object","properties":{"account_id":{"type":"string","format":"uri"},"bucket":{"type":"string"},"namespace":{"type":"string","title":"Namespace"},"rolling_policy":{"type":"object","additionalProperties":false,"properties":{"file_size_bytes":{"type":"integer","format":"uint64","minimum":0,"title":"File Size"},"inactivity_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Inactivity Seconds"},"interval_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Interval Seconds"}},"title":"File Rolling Policy"},"table_name":{"type":"string","title":"Table Name"},"token":{"type":"string","format":"var-str","x-sensitive":true}},"additionalProperties":false,"required":["account_id","bucket","token","table_name"],"title":"R2DataCatalogSinkTable"},"cloudflare-pipelines_workers-pipelines-sink-id":{"type":"string","maxLength":32,"minLength":32},"cloudflare-pipelines_workers-pipelines-stream-id":{"type":"string","maxLength":32,"minLength":32},"cloudflare-pipelines_PipelineGraph":{"type":"object","properties":{"edges":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_PipelineEdge"}},"nodes":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_PipelineNode"}}},"required":["nodes","edges"]},"organizations-api_Profile":{"type":"object","properties":{"business_address":{"type":"string"},"business_email":{"type":"string"},"business_name":{"type":"string"},"business_phone":{"type":"string"},"external_metadata":{"type":"string"}},"required":["business_name","business_email","business_phone","business_address","external_metadata"]},"mq_queue":{"type":"object","properties":{"consumers":{"type":"array","items":{"$ref":"#/components/schemas/mq_consumer-response"},"readOnly":true},"consumers_total_count":{"type":"number","readOnly":true},"created_on":{"type":"string","readOnly":true,"x-auditable":true},"modified_on":{"type":"string","readOnly":true,"x-auditable":true},"producers":{"type":"array","items":{"$ref":"#/components/schemas/mq_producer"},"readOnly":true},"producers_total_count":{"type":"number","readOnly":true,"x-auditable":true},"queue_id":{"type":"string","readOnly":true,"x-auditable":true},"queue_name":{"$ref":"#/components/schemas/mq_queue-name"},"settings":{"$ref":"#/components/schemas/mq_queue-settings"}}},"mq_queue-name":{"type":"string","x-auditable":true},"mq_consumer-response":{"type":"object","discriminator":{"mapping":{"http_pull":"#/components/schemas/mq_http-consumer-response","worker":"#/components/schemas/mq_worker-consumer-response"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/mq_worker-consumer-response"},{"$ref":"#/components/schemas/mq_http-consumer-response"}]},"mq_consumer-request":{"type":"object","discriminator":{"mapping":{"http_pull":"#/components/schemas/mq_http-consumer-request","worker":"#/components/schemas/mq_worker-consumer-request"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/mq_worker-consumer-request"},{"$ref":"#/components/schemas/mq_http-consumer-request"}]},"mq_queue-message":{"allOf":[{"properties":{"delay_seconds":{"type":"number","x-auditable":true}},"type":"object"},{"oneOf":[{"$ref":"#/components/schemas/mq_queue-message-text"},{"$ref":"#/components/schemas/mq_queue-message-json"}]}]},"mq_queue-metrics":{"type":"object","properties":{"backlog_bytes":{"type":"number","x-auditable":true},"backlog_count":{"type":"number","x-auditable":true},"oldest_message_timestamp_ms":{"type":"number","x-auditable":true}},"required":["backlog_count","backlog_bytes","oldest_message_timestamp_ms"]},"mq_lease-id":{"type":"string","x-auditable":true},"mq_retry-delay":{"type":"number","x-auditable":true},"mq_queue-batch":{"type":"object","properties":{"delay_seconds":{"type":"number","x-auditable":true},"messages":{"type":"array","items":{"$ref":"#/components/schemas/mq_queue-message"}}}},"mq_batch-size":{"type":"number","x-auditable":true},"mq_queue-peek-batch":{"type":"array","items":{"properties":{"attempts":{"type":"number","readOnly":true,"x-auditable":true},"body":{"type":"string","readOnly":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"metadata":{"type":"object","readOnly":true},"ref":{"$ref":"#/components/schemas/mq_ref"},"timestamp_ms":{"type":"number","readOnly":true,"x-auditable":true}},"type":"object"}},"mq_queue-pull-batch":{"type":"array","items":{"properties":{"attempts":{"type":"number","readOnly":true,"x-auditable":true},"body":{"type":"string","readOnly":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"lease_id":{"$ref":"#/components/schemas/mq_lease-id"},"metadata":{"type":"object","readOnly":true},"timestamp_ms":{"type":"number","readOnly":true,"x-auditable":true}},"type":"object"}},"mq_visibility-timeout":{"type":"number","x-auditable":true},"mq_ref":{"type":"string","x-auditable":true},"r2-data-catalog_account-id":{"type":"string","pattern":"^[a-fA-F0-9]{32}$"},"r2-data-catalog_api-response-single":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/r2-data-catalog_api-response-errors"},"messages":{"$ref":"#/components/schemas/r2-data-catalog_api-response-messages"},"success":{"$ref":"#/components/schemas/r2-data-catalog_api-response-success"}},"required":["success","errors","messages"]},"r2-data-catalog_catalog-list":{"type":"object","properties":{"warehouses":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_catalog"}}},"required":["warehouses"]},"r2-data-catalog_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"type":"object"},"minItems":1},"messages":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean","enum":[false]}}},"r2-data-catalog_bucket-name":{"type":"string","maxLength":63,"minLength":3,"pattern":"^[a-z0-9]([a-z0-9\\-]*[a-z0-9])?$"},"r2-data-catalog_catalog":{"type":"object","properties":{"bucket":{"type":"string"},"credential_status":{"type":"string","allOf":[{"$ref":"#/components/schemas/r2-data-catalog_credential-status"}],"nullable":true},"id":{"type":"string","format":"uuid"},"maintenance_config":{"type":"object","allOf":[{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-config"}],"nullable":true},"name":{"type":"string"},"status":{"$ref":"#/components/schemas/r2-data-catalog_catalog-status"}},"required":["id","name","bucket","status"]},"r2-data-catalog_catalog-credential-request":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"]},"r2-data-catalog_catalog-activation-response":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"}},"required":["id","name"]},"r2-data-catalog_catalog-maintenance-config-response":{"type":"object","properties":{"credential_status":{"$ref":"#/components/schemas/r2-data-catalog_credential-status"},"maintenance_config":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-config"}},"required":["maintenance_config","credential_status"]},"r2-data-catalog_catalog-maintenance-update-request":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_maintenance-update-params"}]},"r2-data-catalog_catalog-maintenance-config":{"type":"object","properties":{"compaction":{"$ref":"#/components/schemas/r2-data-catalog_catalog-compaction-config"},"snapshot_expiration":{"$ref":"#/components/schemas/r2-data-catalog_snapshot-expiration-config"}}},"r2-data-catalog_namespace-list-response":{"type":"object","properties":{"details":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_namespace-details"},"nullable":true},"namespace_uuids":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"namespaces":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_namespace-identifier"}},"next_page_token":{"type":"string","nullable":true}},"required":["namespaces"]},"r2-data-catalog_table-list-response":{"type":"object","properties":{"details":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_table-details"},"nullable":true},"identifiers":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_table-identifier"}},"next_page_token":{"type":"string","nullable":true},"table_uuids":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true}},"required":["identifiers"]},"r2-data-catalog_get-table-response":{"type":"object","properties":{"identifier":{"$ref":"#/components/schemas/r2-data-catalog_table-identifier"},"metadata":{"$ref":"#/components/schemas/r2-data-catalog_table-metadata"},"metadata_location":{"type":"string"},"returned_snapshots":{"type":"integer","minimum":0},"table_uuid":{"type":"string","format":"uuid"},"total_snapshots":{"type":"integer","minimum":0}},"required":["identifier","table_uuid","total_snapshots","returned_snapshots","metadata"]},"r2-data-catalog_table-maintenance-config-response":{"type":"object","properties":{"maintenance_config":{"$ref":"#/components/schemas/r2-data-catalog_table-maintenance-config"}},"required":["maintenance_config"]},"r2-data-catalog_table-maintenance-update-request":{"type":"object","properties":{"compaction":{"$ref":"#/components/schemas/r2-data-catalog_table-compaction-update-params"},"snapshot_expiration":{"$ref":"#/components/schemas/r2-data-catalog_snapshot-expiration-update-params"}}},"r2-data-catalog_table-maintenance-config":{"type":"object","properties":{"compaction":{"$ref":"#/components/schemas/r2-data-catalog_table-compaction-config"},"snapshot_expiration":{"$ref":"#/components/schemas/r2-data-catalog_snapshot-expiration-config"}}},"r2_v4_response_list":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result_info":{"$ref":"#/components/schemas/r2_result_info"}},"type":"object"}]},"r2_bucket":{"type":"object","properties":{"creation_date":{"type":"string"},"jurisdiction":{"$ref":"#/components/schemas/r2_jurisdiction"},"location":{"$ref":"#/components/schemas/r2_bucket_location"},"name":{"$ref":"#/components/schemas/r2_bucket_name"},"storage_class":{"$ref":"#/components/schemas/r2_storage_class"}}},"r2_bucket_location":{"type":"string","enum":["apac","eeur","enam","weur","wnam","oc"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"r2_storage_class":{"type":"string","default":"Standard","enum":["Standard","InfrequentAccess"],"x-auditable":true},"r2_domain_name":{"type":"string","x-auditable":true},"r2_get_custom_domain_response":{"type":"object","properties":{"ciphers":{"type":"array","items":{"type":"string"},"x-auditable":true},"domain":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"minTLS":{"type":"string","enum":["1.0","1.1","1.2","1.3"],"x-auditable":true},"status":{"type":"object","properties":{"ownership":{"type":"string","enum":["pending","active","deactivated","blocked","error","unknown"],"x-auditable":true},"ssl":{"type":"string","enum":["initializing","pending","active","deactivated","error","unknown"],"x-auditable":true}},"required":["ssl","ownership"]},"zoneId":{"type":"string","x-auditable":true},"zoneName":{"type":"string","x-auditable":true}},"required":["domain","status","enabled"]},"r2_remove_custom_domain_response":{"type":"object","properties":{"domain":{"type":"string","x-auditable":true}},"required":["domain"]},"r2_errors":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"r2_messages":{"type":"array","items":{"type":"string"}},"r2_r2_delete_object_result":{"type":"object","properties":{"key":{"type":"string"}}},"r2_r2_bucket_job":{"type":"object","properties":{"endTime":{"type":"string","format":"date-time"},"id":{"type":"string"},"jobType":{"type":"string","enum":["prefixDelete"]},"prefixDelete":{"type":"object","properties":{"deletedObjects":{"type":"integer"},"isBucketClear":{"type":"boolean"},"prefix":{"type":"string"}},"required":["prefix","deletedObjects"]},"startTime":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/r2_r2_bucket_job_status"}},"required":["id","jobType","status","startTime","prefixDelete"]},"realtimekit_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"realtimekit_app_id":{"type":"string","maxLength":32},"realtimekit_GenericSuccessResponse":{"type":"object","properties":{"data":{"type":"object"},"success":{"type":"boolean","default":true}},"required":["success"],"title":"GenericSuccessResponse"},"realtimekit_Recording":{"type":"object","properties":{"audio_download_url":{"type":"string","format":"uri","nullable":true,"readOnly":true},"download_url":{"type":"string","format":"uri","nullable":true,"readOnly":true},"download_url_expiry":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"file_size":{"type":"number","nullable":true,"readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"invoked_time":{"type":"string","format":"date-time"},"output_file_name":{"type":"string"},"recording_duration":{"type":"integer"},"session_id":{"type":"string","format":"uuid","nullable":true,"readOnly":true},"started_time":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["INVOKED","RECORDING","UPLOADING","UPLOADED","ERRORED","PAUSED"]},"stopped_time":{"type":"string","format":"date-time","nullable":true}},"required":["id","download_url","download_url_expiry","audio_download_url","file_size","session_id","output_file_name","status","invoked_time","started_time","stopped_time"],"title":"Recording"},"realtimekit_WebhooksListSuccessResponse":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_Webhook"}},"success":{"type":"boolean"}},"required":["success","data"]},"realtimekit_WebhookRequest":{"type":"object","properties":{"enabled":{"type":"boolean","default":true},"events":{"type":"array","items":{"enum":["meeting.started","meeting.ended","meeting.participantJoined","meeting.participantLeft","meeting.chatSynced","recording.statusUpdate","livestreaming.statusUpdate","meeting.transcript","meeting.summary"],"type":"string"}},"name":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["name","url","events"]},"realtimekit_WebhookSuccessResponse":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_Webhook"},"success":{"type":"boolean"}},"required":["success","data"]},"realtimekit_ErrorResponse":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]},"success":{"type":"boolean"}},"required":["success","error"]},"realtimekit_WebhookEventsSuccessResponse":{"type":"object","properties":{"data":{"type":"array","items":{"enum":["meeting.started","meeting.ended","meeting.participantJoined","meeting.participantLeft","meeting.chatSynced","recording.statusUpdate","livestreaming.statusUpdate","meeting.transcript","meeting.summary"],"type":"string"}},"success":{"type":"boolean"}},"required":["success","data"]},"realtimekit_PatchWebhookRequest":{"type":"object","properties":{"enabled":{"type":"boolean","default":true},"events":{"type":"array","items":{"enum":["meeting.started","meeting.ended","meeting.participantJoined","meeting.participantLeft","recording.statusUpdate","livestreaming.statusUpdate","meeting.chatSynced","meeting.transcript","meeting.summary"],"type":"string"}},"name":{"type":"string"},"url":{"type":"string","format":"uri"}}},"request-tracer_identifier":{"type":"string","maxLength":32,"x-auditable":true},"request-tracer_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/request-tracer_messages"},"messages":{"$ref":"#/components/schemas/request-tracer_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"request-tracer_trace":{"type":"array","items":{"properties":{"action":{"type":"string","pattern":"^[a-z_]+$","x-auditable":true},"action_parameters":{"type":"object","x-auditable":true},"expression":{"type":"string","x-auditable":true},"kind":{"type":"string","x-auditable":true},"matched":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true},"step_name":{"type":"string","x-auditable":true},"trace":{"$ref":"#/components/schemas/request-tracer_trace"},"type":{"type":"string","x-auditable":true}},"type":"object"}},"request-tracer_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/request-tracer_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/request-tracer_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"iam_collection_role_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_role"}}},"type":"object"}]},"iam_role_components-schemas-identifier":{"type":"string","maxLength":32,"x-auditable":true},"iam_single_role_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_role"}},"type":"object"}]},"lists_account_id":{"type":"string","maxLength":32,"minLength":32,"readOnly":true,"x-auditable":true},"lists_lists-response-collection":{"type":"object","allOf":[{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/lists_list"}}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-collection"}]},"lists_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/lists_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/lists_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"lists_kind":{"enum":["ip","redirect","hostname","asn"]},"lists_name":{"type":"string","maxLength":50,"pattern":"^[a-zA-Z0-9_]+$","x-auditable":true},"lists_list-response-collection":{"type":"object","allOf":[{"properties":{"result":{"$ref":"#/components/schemas/lists_list"}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"lists_operation_id":{"type":"string","readOnly":true,"x-auditable":true},"lists_bulk-operation-response-single":{"allOf":[{"properties":{"result":{"$ref":"#/components/schemas/lists_operation"}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"lists_list_id":{"type":"string","maxLength":32,"minLength":32,"readOnly":true,"x-auditable":true},"lists_list-delete-response-collection":{"type":"object","allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/lists_list_id"}},"required":["id"]}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"lists_items-list-response-collection":{"allOf":[{"properties":{"result":{"$ref":"#/components/schemas/lists_items"},"result_info":{"type":"object","properties":{"cursors":{"type":"object","properties":{"after":{"type":"string","x-auditable":true},"before":{"type":"string","x-auditable":true}}}}}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-collection"}]},"lists_items-update-request-collection":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/lists_list_item_ip_comment"},{"$ref":"#/components/schemas/lists_list_item_redirect_comment"},{"$ref":"#/components/schemas/lists_list_item_hostname_comment"},{"$ref":"#/components/schemas/lists_list_item_asn_comment"}]}},"lists_lists-async-response":{"allOf":[{"properties":{"result":{"type":"object","properties":{"operation_id":{"$ref":"#/components/schemas/lists_operation_id"}},"required":["operation_id"]}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-collection"}]},"lists_item_id":{"type":"string","maxLength":32,"minLength":32,"readOnly":true,"x-auditable":true},"lists_item-response-single":{"allOf":[{"properties":{"result":{"$ref":"#/components/schemas/lists_item"}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"rulesets_AccountId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Account ID"},"rulesets_Cursor":{"type":"string","minLength":1,"title":"Cursor"},"rulesets_PerPage":{"type":"integer","maximum":50,"minimum":1,"title":"Per Page"},"rulesets_RulesetPhase":{"type":"string","enum":["ddos_l4","ddos_l7","http_config_settings","http_custom_errors","http_log_custom_fields","http_ratelimit","http_request_cache_settings","http_request_dynamic_redirect","http_request_firewall_custom","http_request_firewall_managed","http_request_late_transform","http_request_origin","http_request_redirect","http_request_sanitize","http_request_sbfm","http_request_transform","http_response_cache_settings","http_response_compression","http_response_firewall_managed","http_response_headers_transform","magic_transit","magic_transit_ids_managed","magic_transit_managed","magic_transit_ratelimit"],"title":"Phase"},"rulesets_RulesetVersion":{"type":"string","pattern":"^[0-9]+$","title":"Version"},"rulesets_RulesetId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Ruleset ID"},"rulesets_RuleId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Rule ID"},"rulesets_RuleCategory":{"type":"string","minLength":1,"title":"Category"},"rum_identifier":{"type":"string","maxLength":32,"x-auditable":true},"rum_create-site-request":{"type":"object","properties":{"auto_install":{"$ref":"#/components/schemas/rum_auto_install"},"host":{"$ref":"#/components/schemas/rum_host"},"zone_tag":{"$ref":"#/components/schemas/rum_zone_tag"}}},"rum_site-response-single":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/rum_site"}},"type":"object"}]},"rum_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/rum_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/rum_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"rum_per_page":{"type":"number"},"rum_page":{"type":"number"},"rum_order_by":{"type":"string","enum":["host","created"]},"rum_sites-response-collection":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/rum_site"}},"result_info":{"$ref":"#/components/schemas/rum_result_info"}},"type":"object"}]},"rum_site-tag-list-response":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/rum_site_tag"}}},"type":"object"}]},"rum_empty-response":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"rum_zone-tag-list-response":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/rum_zone_tag"}}},"type":"object"}]},"rum_update-site-request":{"type":"object","properties":{"auto_install":{"$ref":"#/components/schemas/rum_auto_install"},"enabled":{"$ref":"#/components/schemas/rum_enabled"},"host":{"$ref":"#/components/schemas/rum_host"},"lite":{"$ref":"#/components/schemas/rum_lite"},"zone_tag":{"$ref":"#/components/schemas/rum_zone_tag"}}},"rum_site-tag-response-single":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"object","properties":{"site_tag":{"$ref":"#/components/schemas/rum_site_tag"}}}},"type":"object"}]},"rum_ruleset_identifier":{"type":"string","x-auditable":true},"rum_modify-rules-request":{"type":"object","properties":{"delete_rules":{"type":"array","items":{"$ref":"#/components/schemas/rum_rule_identifier"}},"rules":{"type":"array","items":{"properties":{"host":{"type":"string"},"id":{"$ref":"#/components/schemas/rum_rule_identifier"},"inclusive":{"type":"boolean"},"is_paused":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}}},"type":"object"}}}},"rum_rules-response-collection":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"object","properties":{"rules":{"$ref":"#/components/schemas/rum_rules"},"ruleset":{"$ref":"#/components/schemas/rum_ruleset"}}}},"type":"object"}]},"iam_scim_group_list_response":{"type":"object","properties":{"Resources":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_group_summary"}},"itemsPerPage":{"type":"integer"},"schemas":{"type":"array","items":{"type":"string"}},"startIndex":{"type":"integer"},"totalResults":{"type":"integer"}},"required":["schemas","totalResults","Resources"],"title":"SCIM Group List Response"},"iam_scim_error_response":{"type":"object","properties":{"detail":{"type":"string"},"schemas":{"type":"array","items":{"type":"string"}},"scimType":{"type":"string"},"status":{"type":"string"}},"required":["schemas","status"],"title":"SCIM Error Response"},"iam_scim_group_create_request":{"type":"object","properties":{"displayName":{"type":"string","x-auditable":true},"externalId":{"type":"string","x-auditable":true}},"required":["displayName"],"title":"SCIM Group Create Request"},"iam_scim_group":{"type":"object","properties":{"displayName":{"type":"string","x-auditable":true},"externalId":{"type":"string","x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"members":{"type":"array","items":{"properties":{"display":{"type":"string"},"value":{"type":"string"}},"type":"object"},"readOnly":true},"meta":{"$ref":"#/components/schemas/iam_scim_group_meta"},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","id","displayName"],"title":"SCIM Group"},"iam_scim_group_identifier":{"type":"string","title":"SCIM Group Identifier"},"iam_scim_group_patch_op_request":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_group_patch_operation"}},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","Operations"],"title":"SCIM PatchOp Request (Groups)"},"iam_scim_resource_type_list_response":{"type":"object","properties":{"Resources":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_resource_type"}},"itemsPerPage":{"type":"integer"},"schemas":{"type":"array","items":{"type":"string"}},"startIndex":{"type":"integer"},"totalResults":{"type":"integer"}},"required":["schemas","totalResults","Resources"],"title":"SCIM Resource Type List Response"},"iam_scim_resource_type":{"type":"object","properties":{"endpoint":{"type":"string"},"id":{"type":"string"},"meta":{"$ref":"#/components/schemas/iam_scim_resource_type_meta"},"name":{"type":"string"},"schema":{"type":"string"},"schemaExtensions":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_schema_extension"}},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","id","name","endpoint","schema"],"title":"SCIM Resource Type"},"iam_scim_schema_list_response":{"type":"object","properties":{"Resources":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_schema"}},"itemsPerPage":{"type":"integer"},"schemas":{"type":"array","items":{"type":"string"}},"startIndex":{"type":"integer"},"totalResults":{"type":"integer"}},"required":["schemas","totalResults","Resources"],"title":"SCIM Schema List Response"},"iam_scim_schema":{"type":"object","properties":{"attributes":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_schema_attr"}},"id":{"type":"string"},"meta":{"$ref":"#/components/schemas/iam_scim_schema_meta"},"name":{"type":"string"},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","id","name","attributes"],"title":"SCIM Schema"},"iam_scim_service_provider_config":{"type":"object","properties":{"authenticationSchemes":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_authentication_scheme"}},"bulk":{"$ref":"#/components/schemas/iam_scim_bulk_feature"},"changePassword":{"$ref":"#/components/schemas/iam_scim_feature"},"documentationUri":{"type":"string"},"etag":{"$ref":"#/components/schemas/iam_scim_feature"},"filter":{"$ref":"#/components/schemas/iam_scim_filter_feature"},"patch":{"$ref":"#/components/schemas/iam_scim_feature"},"schemas":{"type":"array","items":{"type":"string"}},"sort":{"$ref":"#/components/schemas/iam_scim_feature"}},"required":["schemas","patch","bulk","filter","changePassword","sort","etag","authenticationSchemes"],"title":"SCIM Service Provider Config"},"iam_scim_user_list_response":{"type":"object","properties":{"Resources":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_user"}},"itemsPerPage":{"type":"integer"},"schemas":{"type":"array","items":{"type":"string"}},"startIndex":{"type":"integer"},"totalResults":{"type":"integer"}},"required":["schemas","totalResults","Resources"],"title":"SCIM User List Response"},"iam_scim_user_create_request":{"type":"object","properties":{"active":{"type":"boolean","x-auditable":true},"displayName":{"type":"string","x-auditable":true},"emails":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_user_email_object"}},"externalId":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/iam_scim_user_name_object"},"schemas":{"type":"array","items":{"type":"string"}},"userName":{"type":"string","format":"email","x-auditable":true}},"required":["schemas","userName","emails","active"],"title":"SCIM User Create Request"},"iam_scim_user":{"type":"object","properties":{"active":{"type":"boolean","x-auditable":true},"displayName":{"type":"string","x-auditable":true},"emails":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_user_email_object"}},"externalId":{"type":"string","x-auditable":true},"groups":{"type":"array","items":{"type":"string"},"readOnly":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"meta":{"type":"object","properties":{"resourceType":{"type":"string"}},"readOnly":true},"name":{"$ref":"#/components/schemas/iam_scim_user_name_object"},"schemas":{"type":"array","items":{"type":"string"}},"userName":{"type":"string","format":"email","x-auditable":true}},"required":["schemas","id","userName","active"],"title":"SCIM User"},"iam_scim_user_identifier":{"type":"string","title":"SCIM User Identifier"},"iam_scim_user_replace_request":{"type":"object","properties":{"active":{"type":"boolean","x-auditable":true},"displayName":{"type":"string","x-auditable":true},"emails":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_user_email_object"}},"externalId":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/iam_scim_user_name_object"},"schemas":{"type":"array","items":{"type":"string"}},"userName":{"type":"string","format":"email","x-auditable":true}},"required":["schemas","userName"],"title":"SCIM User Replace Request"},"iam_scim_patch_op_request":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_patch_operation"}},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","Operations"],"title":"SCIM PatchOp Request (Users)"},"secondary-dns_account_identifier":{"type":"string","readOnly":true,"x-auditable":true},"secondary-dns_response_collection-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secondary-dns_acl"}}},"type":"object"}]},"secondary-dns_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"secondary-dns_ip_range":{"type":"string","x-auditable":true},"secondary-dns_name-4":{"type":"string","x-auditable":true},"secondary-dns_single_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_acl"}},"type":"object"}]},"secondary-dns_identifier-3":{"type":"string","readOnly":true,"x-auditable":true},"secondary-dns_acl":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier-3"},"ip_range":{"$ref":"#/components/schemas/secondary-dns_ip_range"},"name":{"$ref":"#/components/schemas/secondary-dns_name-4"}},"required":["id","name","ip_range"]},"secondary-dns_id_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}}}},"type":"object"}]},"secondary-dns_response_collection-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secondary-dns_peer"}}},"type":"object"}]},"secondary-dns_name-3":{"type":"string","x-auditable":true},"secondary-dns_single_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_peer"}},"type":"object"}]},"secondary-dns_peer":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier-3"},"ip":{"$ref":"#/components/schemas/secondary-dns_ip"},"ixfr_enable":{"$ref":"#/components/schemas/secondary-dns_ixfr_enable"},"name":{"$ref":"#/components/schemas/secondary-dns_name-3"},"port":{"$ref":"#/components/schemas/secondary-dns_port"},"tsig_id":{"$ref":"#/components/schemas/secondary-dns_tsig_id"}},"required":["id","name"]},"secondary-dns_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secondary-dns_tsig"}}},"type":"object"}]},"secondary-dns_tsig":{"type":"object","properties":{"algo":{"$ref":"#/components/schemas/secondary-dns_algo"},"id":{"$ref":"#/components/schemas/secondary-dns_identifier-2"},"name":{"$ref":"#/components/schemas/secondary-dns_name-2"},"secret":{"$ref":"#/components/schemas/secondary-dns_secret"}},"required":["id","name","secret","algo"]},"secondary-dns_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_tsig"}},"type":"object"}]},"secondary-dns_identifier-2":{"type":"string","readOnly":true,"x-auditable":true},"secondary-dns_id_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier-2"}}}},"type":"object"}]},"secrets-store_quota_response":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/secrets-store_secretsUsageObject"}}}]},"secrets-store_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/secrets-store_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/secrets-store_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"secrets-store_stores_response_collection":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secrets-store_storeObject"}}},"type":"object"}]},"secrets-store_createStoreObject":{"properties":{"name":{"$ref":"#/components/schemas/secrets-store_store_name"}},"required":["name"]},"secrets-store_store_response":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/secrets-store_storeObject"}},"type":"object"}]},"secrets-store_delete_response":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},"secrets-store_secrets_response_collection":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secrets-store_secretObject"}}}}]},"secrets-store_createSecretObject":{"properties":{"comment":{"$ref":"#/components/schemas/secrets-store_comment"},"name":{"$ref":"#/components/schemas/secrets-store_secret_name"},"scopes":{"$ref":"#/components/schemas/secrets-store_scopes"},"value":{"$ref":"#/components/schemas/secrets-store_value"}},"required":["name","value","scopes"]},"secrets-store_deleteSecretsRequest":{"type":"object","properties":{"ids":{"type":"array","items":{"$ref":"#/components/schemas/secrets-store_identifier"}}},"required":["ids"]},"secrets-store_secret_response":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secrets-store_secretObject"}}}]},"secrets-store_patchSecretObject":{"properties":{"comment":{"$ref":"#/components/schemas/secrets-store_comment"},"scopes":{"$ref":"#/components/schemas/secrets-store_scopes"},"value":{"$ref":"#/components/schemas/secrets-store_value"}}},"secrets-store_duplicateSecretObject":{"properties":{"comment":{"$ref":"#/components/schemas/secrets-store_comment"},"name":{"$ref":"#/components/schemas/secrets-store_secret_name"},"scopes":{"$ref":"#/components/schemas/secrets-store_scopes"}},"required":["name","scopes"]},"workers-kv_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"workers-kv_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/workers-kv_result_info"}},"type":"object"}]},"workers-kv_namespace":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"},"supports_url_encoding":{"type":"boolean","readOnly":true,"x-auditable":true},"title":{"$ref":"#/components/schemas/workers-kv_namespace_title"}},"required":["id","title"]},"workers-kv_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/workers-kv_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/workers-kv_messages"}]},"result":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"workers-kv_create_rename_namespace_body":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/workers-kv_namespace_title"}},"required":["title"]},"workers-kv_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/workers-kv_messages"},"messages":{"$ref":"#/components/schemas/workers-kv_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"workers-kv_namespace_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"workers-kv_api-response-common-no-result":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"x-stainless-empty-object":true}},"type":"object"}]},"workers-kv_bulk_write":{"type":"array","items":{"properties":{"base64":{"type":"boolean","default":false},"expiration":{"$ref":"#/components/schemas/workers-kv_expiration"},"expiration_ttl":{"$ref":"#/components/schemas/workers-kv_expiration_ttl"},"key":{"$ref":"#/components/schemas/workers-kv_key_name_bulk"},"metadata":{"$ref":"#/components/schemas/workers-kv_list_metadata"},"value":{"type":"string","maxLength":26214400}},"required":["key","value"],"type":"object"}},"workers-kv_bulk-result":{"type":"object","properties":{"successful_key_count":{"type":"number"},"unsuccessful_keys":{"type":"array","items":{"type":"string"}}}},"workers-kv_bulk_delete":{"type":"array","items":{"$ref":"#/components/schemas/workers-kv_key_name_bulk"}},"workers-kv_key_name_bulk":{"type":"string","maxLength":512},"workers-kv_bulk-get-result":{"type":"object","properties":{"values":{"type":"object","additionalProperties":{"oneOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"additionalProperties":true,"type":"object"}]}}}},"workers-kv_bulk-get-result-with-metadata":{"type":"object","properties":{"values":{"type":"object","additionalProperties":{"nullable":true,"properties":{"expiration":{"$ref":"#/components/schemas/workers-kv_expiration"},"metadata":{"allOf":[{"$ref":"#/components/schemas/workers-kv_any"},{}]},"value":{"allOf":[{"$ref":"#/components/schemas/workers-kv_any"},{}]}},"required":["value","metadata"],"type":"object"}}}},"workers-kv_key":{"type":"object","properties":{"expiration":{"type":"number"},"metadata":{"$ref":"#/components/schemas/workers-kv_list_metadata"},"name":{"$ref":"#/components/schemas/workers-kv_key_name"}},"required":["name"]},"workers-kv_cursor_result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"$ref":"#/components/schemas/workers-kv_cursor"}}},"workers-kv_key_name":{"type":"string","maxLength":512},"workers-kv_list_metadata":{"allOf":[{"$ref":"#/components/schemas/workers-kv_any"},{}]},"workers-kv_value":{"anyOf":[{"type":"string"},{"format":"binary","type":"string"}]},"workers-kv_expiration":{"type":"number"},"workers-kv_expiration_ttl":{"type":"number","minimum":60},"workers-kv_metadata":{"allOf":[{"$ref":"#/components/schemas/workers-kv_any"},{}]},"stream_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_media_state":{"type":"string","enum":["pendingupload","downloading","queued","inprogress","ready","error","live-inprogress"],"x-auditable":true},"stream_creator":{"type":"string","maxLength":64,"x-auditable":true},"stream_type":{"type":"string","x-auditable":true},"stream_asc":{"type":"boolean","default":false},"stream_video_name":{"type":"string","x-auditable":true},"stream_search":{"type":"string","x-auditable":true},"stream_start":{"type":"string","format":"date-time"},"stream_end":{"type":"string","format":"date-time"},"stream_include_counts":{"type":"boolean","default":false},"stream_video_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/stream_videos"}}},"type":"object"},{"properties":{"range":{"type":"integer"},"total":{"type":"integer"}},"type":"object"}]},"stream_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/stream_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/stream_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"stream_tus_resumable":{"type":"string","enum":["1.0.0"],"x-auditable":true},"stream_upload_length":{"type":"integer","minimum":0,"x-auditable":true},"stream_upload_metadata":{"type":"string","x-auditable":true},"stream_direct_user":{"type":"boolean","default":false,"x-auditable":true},"stream_videoClipStandard":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_allowedOrigins"},"clippedFromVideoUID":{"$ref":"#/components/schemas/stream_clipped_from_video_uid"},"creator":{"$ref":"#/components/schemas/stream_creator"},"endTimeSeconds":{"$ref":"#/components/schemas/stream_end_time_seconds"},"input":{"type":"string","format":"uri"},"meta":{"$ref":"#/components/schemas/stream_media_metadata"},"name":{"type":"string"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_requireSignedURLs"},"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"startTimeSeconds":{"$ref":"#/components/schemas/stream_start_time_seconds"},"thumbnailTimestampPct":{"$ref":"#/components/schemas/stream_thumbnailTimestampPct"},"url":{"type":"string","format":"uri"},"watermark":{"$ref":"#/components/schemas/stream_watermarkAtUpload"}},"required":["clippedFromVideoUID","startTimeSeconds","endTimeSeconds"]},"stream_clipResponseSingle":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_videos"}},"type":"object"}]},"stream_video_copy_request":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_allowedOrigins"},"creator":{"$ref":"#/components/schemas/stream_creator"},"input":{"type":"string","format":"uri"},"meta":{"$ref":"#/components/schemas/stream_media_metadata"},"name":{"type":"string"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_requireSignedURLs"},"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"thumbnailTimestampPct":{"$ref":"#/components/schemas/stream_thumbnailTimestampPct"},"url":{"type":"string","format":"uri"},"watermark":{"$ref":"#/components/schemas/stream_watermark_at_upload"}},"anyOf":[{"required":["input"]},{"required":["url"]}]},"stream_video_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_videos"}},"type":"object"}]},"stream_direct_upload_request":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_allowedOrigins"},"creator":{"$ref":"#/components/schemas/stream_creator"},"expiry":{"type":"string","format":"date-time","default":"Now + 30 minutes","x-auditable":true},"maxDurationSeconds":{"$ref":"#/components/schemas/stream_maxDurationSeconds"},"meta":{"$ref":"#/components/schemas/stream_media_metadata"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_requireSignedURLs"},"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"thumbnailTimestampPct":{"$ref":"#/components/schemas/stream_thumbnailTimestampPct"},"watermark":{"$ref":"#/components/schemas/stream_watermark_at_upload"}},"required":["maxDurationSeconds"]},"stream_direct_upload_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"object","properties":{"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"uid":{"$ref":"#/components/schemas/stream_identifier"},"uploadURL":{"type":"string"},"watermark":{"$ref":"#/components/schemas/stream_watermarks"}}}},"type":"object"}]},"stream_identifier-2":{"type":"string","maxLength":32,"x-auditable":true},"stream_key_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"properties":{"created":{"$ref":"#/components/schemas/stream_signing_key_created"},"id":{"$ref":"#/components/schemas/stream_identifier-2"},"key_id":{"type":"string"}},"type":"object"}}},"type":"object"}]},"stream_key_generation_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/stream_keys"}},"type":"object"}]},"stream_deleted_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"string"}},"type":"object"}]},"stream_live_input_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"object","properties":{"liveInputs":{"type":"array","items":{"$ref":"#/components/schemas/stream_live_input_object_without_url"}},"range":{"type":"integer"},"total":{"type":"integer"}}}},"type":"object"}]},"stream_create_input_request":{"properties":{"defaultCreator":{"$ref":"#/components/schemas/stream_live_input_default_creator"},"deleteRecordingAfterDays":{"$ref":"#/components/schemas/stream_live_input_recording_deletion"},"enabled":{"$ref":"#/components/schemas/stream_live_input_enabled"},"meta":{"$ref":"#/components/schemas/stream_live_input_metadata"},"preferLowLatency":{"$ref":"#/components/schemas/stream_live_input_prefer_low_latency"},"recording":{"$ref":"#/components/schemas/stream_live_input_recording_settings"}}},"stream_live_input_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_live_input"}},"type":"object"}]},"stream_live_input_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_update_input_request":{"properties":{"defaultCreator":{"$ref":"#/components/schemas/stream_live_input_default_creator"},"deleteRecordingAfterDays":{"$ref":"#/components/schemas/stream_live_input_recording_deletion"},"enabled":{"$ref":"#/components/schemas/stream_live_input_enabled"},"meta":{"$ref":"#/components/schemas/stream_live_input_metadata"},"preferLowLatency":{"$ref":"#/components/schemas/stream_live_input_prefer_low_latency"},"recording":{"$ref":"#/components/schemas/stream_live_input_recording_settings"}}},"stream_output_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/stream_output"}}},"type":"object"}]},"stream_output_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_update_output_request":{"properties":{"enabled":{"$ref":"#/components/schemas/stream_output_enabled"}},"required":["enabled"]},"stream_output_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_output"}},"type":"object"}]},"stream_storage_use_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"object","properties":{"creator":{"$ref":"#/components/schemas/stream_creator"},"totalStorageMinutes":{"type":"number","format":"float"},"totalStorageMinutesLimit":{"type":"integer"},"videoCount":{"type":"integer"}}}},"type":"object"}]},"stream_watermark_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/stream_watermarks"}}},"type":"object"}]},"stream_name":{"type":"string","default":"","x-auditable":true},"stream_opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"x-auditable":true},"stream_padding":{"type":"number","default":0.05,"maximum":1,"minimum":0,"x-auditable":true},"stream_position":{"type":"string","default":"upperRight","x-auditable":true},"stream_scale":{"type":"number","default":0.15,"maximum":1,"minimum":0,"x-auditable":true},"stream_watermark_basic_upload":{"type":"object","properties":{"file":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/stream_name"},"opacity":{"$ref":"#/components/schemas/stream_opacity"},"padding":{"$ref":"#/components/schemas/stream_padding"},"position":{"$ref":"#/components/schemas/stream_position"},"scale":{"$ref":"#/components/schemas/stream_scale"}},"required":["file"]},"stream_watermark_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_watermarks"}},"type":"object"}]},"stream_watermark_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/stream_api-response-common"}]},"stream_webhook_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"string","format":"date-time"},"notificationUrl":{"type":"string","format":"uri"},"notification_url":{"type":"string","format":"uri"},"secret":{"type":"string","x-sensitive":true}}}},"type":"object"}]},"stream_webhook_request":{"type":"object","properties":{"notificationUrl":{"$ref":"#/components/schemas/stream_notificationUrl"},"notification_url":{"type":"string","format":"uri","x-auditable":true}},"anyOf":[{"required":["notificationUrl"]},{"required":["notification_url"]}]},"stream_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_listAudioTrackResponse":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"object","properties":{"audio":{"type":"array","items":{"$ref":"#/components/schemas/stream_additionalAudio"}}}}},"type":"object"}]},"stream_audio_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_editAudioTrack":{"type":"object","properties":{"default":{"$ref":"#/components/schemas/stream_audio_default"},"label":{"$ref":"#/components/schemas/stream_audio_label"}}},"stream_addAudioTrackResponse":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/stream_additionalAudio"}},"type":"object"}]},"stream_language_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/stream_captions"}}},"type":"object"}]},"stream_language":{"type":"string","x-auditable":true},"stream_language_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_captions"}},"type":"object"}]},"stream_caption_basic_upload":{"type":"object","properties":{"file":{"type":"string","x-auditable":true}},"required":["file"]},"stream_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/stream_messages"},"messages":{"$ref":"#/components/schemas/stream_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"stream_downloads_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"object","properties":{"audio":{"allOf":[{"$ref":"#/components/schemas/stream_downloads"}]},"default":{"allOf":[{"$ref":"#/components/schemas/stream_downloads"}]}}}},"type":"object"}]},"stream_download_type":{"type":"string","default":"default","enum":["default","audio"],"x-auditable":true},"tunnel_route_comment":{"type":"string","default":"","maxLength":100,"x-auditable":true},"tunnel_ip_network":{"type":"string","x-auditable":true},"tunnel_route_id":{"type":"string","maxLength":36,"readOnly":true},"tunnel_tunnel_types":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_tunnel_type"}},"tunnel_virtual_network_id":{"type":"string","format":"uuid","x-auditable":true},"tunnel_teamnet_response_collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_teamnet"}}},"type":"object"}]},"tunnel_virtual_network_id_computed_optional":{"type":"string","format":"uuid","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_route_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_route"}},"type":"object"}]},"tunnel_ip":{"type":"string"},"tunnel_teamnet_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_teamnet"}},"type":"object"}]},"tunnel_ip_network_encoded":{"type":"string"},"tunnel_tunnel_type":{"type":"string","enum":["cfd_tunnel","warp_connector","warp","magic","ip_sec","gre","cni"],"x-auditable":true},"tunnel_virtual_network_name":{"type":"string","maxLength":256,"x-auditable":true},"tunnel_vnet_response_collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_virtual-network"}}},"type":"object"}]},"tunnel_virtual_network_comment":{"type":"string","default":"","maxLength":256,"x-auditable":true},"tunnel_is_default_network_optional":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_vnet_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_virtual-network"}},"type":"object"}]},"tunnel_tunnel-response-collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/tunnel_cfd_tunnel"},{"$ref":"#/components/schemas/tunnel_warp_connector_tunnel"}]}}},"type":"object"}]},"vectorize_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"vectorize_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/vectorize_messages"},"messages":{"$ref":"#/components/schemas/vectorize_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"vectorize_create-index-response":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/vectorize_index-dimension-configuration"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"name":{"$ref":"#/components/schemas/vectorize_index-name"}}},"vectorize_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/vectorize_api-response-common"},{"properties":{"result":{"type":"object","anyOf":[{"type":"object"},{"type":"string"}],"nullable":true}}}]},"vectorize_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/vectorize_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/vectorize_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"vectorize_create-index-request":{"type":"object","properties":{"config":{"allOf":[{"$ref":"#/components/schemas/vectorize_index-configuration"}]},"name":{"$ref":"#/components/schemas/vectorize_index-name"}},"required":["name","config"]},"vectorize_index-name":{"type":"string","pattern":"^([a-z]+[a-z0-9_-]*[a-z0-9]+)$","x-auditable":true},"vectorize_update-index-request":{"type":"object","properties":{},"required":["description"]},"vectorize_index-delete-vectors-by-id-request":{"type":"object","properties":{"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-delete-vectors-by-id-response":{"type":"object","properties":{"count":{"type":"integer"},"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-get-vectors-by-id-request":{"type":"object","properties":{"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-get-vectors-by-id-response":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/vectorize_vector-identifier"},"metadata":{"type":"object"},"namespace":{"type":"string","nullable":true},"values":{"type":"array","items":{"type":"number"}}},"type":"object"}},"vectorize_index-insert-response":{"type":"object","properties":{"count":{"type":"integer","x-auditable":true},"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-query-request":{"type":"object","properties":{"filter":{"type":"object"},"returnMetadata":{"type":"boolean","default":false},"returnValues":{"type":"boolean","default":false},"topK":{"type":"number","default":5},"vector":{"type":"array","items":{"type":"number"}}},"required":["vector"]},"vectorize_index-query-response":{"type":"object","properties":{"count":{"type":"integer"},"matches":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/vectorize_vector-identifier"},"metadata":{"type":"object","nullable":true},"score":{"type":"number"},"values":{"type":"array","items":{"type":"number"},"nullable":true}},"type":"object"}}}},"vectorize_index-upsert-response":{"type":"object","properties":{"count":{"type":"integer","x-auditable":true},"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-delete-vectors-by-id-v2-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"vectorize_index-info-response":{"type":"object","properties":{"dimensions":{"$ref":"#/components/schemas/vectorize_index-dimensions"},"processedUpToDatetime":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"processedUpToMutation":{"$ref":"#/components/schemas/vectorize_mutation-uuid"},"vectorCount":{"type":"integer","x-auditable":true}}},"vectorize_index-insert-v2-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"vectorize_index-list-vectors-response":{"type":"object","properties":{"count":{"type":"integer"},"cursorExpirationTimestamp":{"type":"string","format":"date-time","nullable":true},"isTruncated":{"type":"boolean"},"nextCursor":{"type":"string","nullable":true},"totalCount":{"type":"integer"},"vectors":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-list-item"}}},"required":["count","totalCount","isTruncated","vectors"]},"vectorize_create-metadata-index-request":{"type":"object","properties":{"indexType":{"type":"string","enum":["string","number","boolean"],"x-auditable":true},"propertyName":{"type":"string","x-auditable":true}},"required":["propertyName","indexType"]},"vectorize_create-metadata-index-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"vectorize_delete-metadata-index-request":{"type":"object","properties":{"propertyName":{"type":"string","x-auditable":true}},"required":["propertyName"]},"vectorize_delete-metadata-index-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"vectorize_list-metadata-index-response":{"type":"object","properties":{"metadataIndexes":{"type":"array","items":{"properties":{"indexType":{"type":"string","enum":["string","number","boolean"],"x-auditable":true},"propertyName":{"type":"string","x-auditable":true}},"type":"object"}}}},"vectorize_index-query-v2-request":{"type":"object","properties":{"filter":{"type":"object"},"returnMetadata":{"type":"string","default":"none","enum":["none","indexed","all"]},"returnValues":{"type":"boolean","default":false},"topK":{"type":"number","default":5},"vector":{"type":"array","items":{"type":"number"}}},"required":["vector"]},"vectorize_index-query-v2-response":{"type":"object","properties":{"count":{"type":"integer"},"matches":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/vectorize_vector-identifier"},"metadata":{"type":"object","nullable":true},"namespace":{"type":"string","nullable":true},"score":{"type":"number"},"values":{"type":"array","items":{"type":"number"},"nullable":true}},"type":"object"}}}},"vectorize_index-upsert-v2-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"waitingroom_identifier":{"type":"string","maxLength":32,"x-auditable":true},"waitingroom_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waitingroom_waitingroom"}}},"type":"object"}]},"waitingroom_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/waitingroom_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/waitingroom_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tunnel_warp-connector-response-collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_warp_connector_tunnel"}}},"type":"object"}]},"tunnel_warp-connector-response-single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_warp_connector_tunnel"}},"type":"object"}]},"tunnel_mesh_configuration_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-single-2"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_mesh_configuration_response"}},"type":"object"}]},"tunnel_mesh_configuration_request_body":{"type":"object","properties":{"config":{"type":"object","nullable":true,"oneOf":[{"$ref":"#/components/schemas/tunnel_mesh_aws_config"},{"$ref":"#/components/schemas/tunnel_mesh_local_config"},{"additionalProperties":false,"type":"object"}]},"ha_mode":{"$ref":"#/components/schemas/tunnel_mesh_ha_mode"}},"required":["ha_mode"]},"tunnel_tunnel_warp_connector_connections_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_client"}}},"type":"object"}]},"tunnel_tunnel_warp_connector_client_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_client"}},"type":"object"}]},"tunnel_client_id_input":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true},"workers_identifier":{"type":"string","maxLength":32,"x-auditable":true},"workers_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/workers_messages"},"messages":{"$ref":"#/components/schemas/workers_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"workers_account-settings":{"type":"object","properties":{"default_usage_model":{"type":"string","x-auditable":true},"green_compute":{"type":"boolean","x-auditable":true}}},"workers_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/workers_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/workers_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"workers_namespace-list-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_namespace-response"}}},"type":"object"}]},"workers_namespace-single-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_namespace-response"}},"type":"object"}]},"workers_dispatch_namespace_name":{"type":"string","pattern":"^.+$","x-auditable":true},"workers_trusted_workers":{"type":"boolean","default":false,"x-auditable":true},"workers_api-response-null-result":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true}},"type":"object"}]},"workers_namespace-script-response":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/workers_created_on"},"dispatch_namespace":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"},"modified_on":{"$ref":"#/components/schemas/workers_modified_on"},"script":{"$ref":"#/components/schemas/workers_script-response"}}},"workers_namespace-script-delete-bulk-response":{"type":"object","properties":{"deleted":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/workers_uuid"}},"type":"object"}},"deleted_count":{"type":"integer"},"has_more":{"type":"boolean"}}},"workers_script_name":{"type":"string","pattern":"^[a-z0-9_][a-z0-9-_]*$","x-auditable":true},"workers_namespace-script-response-single":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_namespace-script-response"}},"required":["result"],"type":"object"}]},"workers_bindings":{"type":"array","items":{"$ref":"#/components/schemas/workers_binding_item"}},"workers_script-response-single":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/workers_script-response"}},"required":["result"],"type":"object","x-cfLinkErrors":{"10001":"Unsupported or unexpected Content Type","10002":"Unexpected internal server error","10003":"Missing required URL parameter","10004":"Malformed URL parameter","10006":"Unparseable script body","10007":"Resource not found (similar to HTTP 404)","10015":"The current account is not authorized to use workers","10018":"Attempted to update a script where the e-tag does not match","10021":"Script content failed validation checks, but was otherwise parseable","10023":"Unauthorized access attempt","10027":"Script body was too large","10075":"Requires a Workers Paid plan"}}]},"workers_secret":{"type":"object","discriminator":{"mapping":{"secret_key":"#/components/schemas/workers_binding_kind_secret_key","secret_text":"#/components/schemas/workers_binding_kind_secret_text"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/workers_binding_kind_secret_text"},{"$ref":"#/components/schemas/workers_binding_kind_secret_key"}]},"workers_secret_name":{"type":"string","readOnly":true,"x-auditable":true},"workers_secret_name_url_encoded":{"type":"boolean","readOnly":true,"x-auditable":true},"workers_namespace-script-and-version-settings-item":{"type":"object","properties":{"bindings":{"allOf":[{"$ref":"#/components/schemas/workers_bindings"},{"default":[],"items":{"$ref":"#/components/schemas/workers_binding_item"},"type":"array"}]},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"allOf":[{"$ref":"#/components/schemas/workers_compatibility_date"},{"default":"","type":"string","x-auditable":true}]},"compatibility_flags":{"allOf":[{"$ref":"#/components/schemas/workers_compatibility_flags"},{"default":[],"items":{"type":"string","x-auditable":true},"type":"array","x-stainless-collection-type":"set"}]},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"writeOnly":true},"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"limits":{"$ref":"#/components/schemas/workers_limits"},"logpush":{"$ref":"#/components/schemas/workers_logpush"},"migrations":{"oneOf":[{"$ref":"#/components/schemas/workers_single_step_migrations"},{"$ref":"#/components/schemas/workers_multiple_step_migrations"}],"writeOnly":true},"observability":{"$ref":"#/components/schemas/workers_observability"},"placement":{"allOf":[{"$ref":"#/components/schemas/workers_placement_info_no_status"},{"default":{},"type":"object"}]},"tags":{"allOf":[{"$ref":"#/components/schemas/workers_tags"},{"default":[],"items":{"type":"string","x-auditable":true},"type":"array","x-stainless-collection-type":"set"}]},"tail_consumers":{"allOf":[{"$ref":"#/components/schemas/workers_tail_consumers"},{"default":[],"items":{"$ref":"#/components/schemas/workers_tail_consumers_script"},"type":"array","x-stainless-collection-type":"set"}]},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}}},"workers_exports_reconciliation_error_response":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","enum":[100402]},"message":{"type":"string"},"meta":{"type":"object","properties":{"details":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_error"}}},"required":["details"]}},"required":["code","message","meta"],"type":"object"}},"messages":{"type":"array","items":{}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"workers_tag":{"type":"string","maxLength":1024,"pattern":"^[^,&]*$"},"workers_tags":{"type":"array","items":{"$ref":"#/components/schemas/workers_tag"},"maxItems":10,"nullable":true,"x-auditable":true,"x-stainless-collection-type":"set"},"workers_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"workers_Domain":{"type":"object","properties":{"cert_id":{"type":"string","format":"uuid","readOnly":true,"x-auditable":true},"environment":{"type":"string","deprecated":true,"readOnly":true,"x-auditable":true},"hostname":{"type":"string","x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"service":{"type":"string","x-auditable":true},"zone_id":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zone_name":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["id","cert_id","zone_id","zone_name","hostname","service"]},"workers_namespace":{"type":"object","properties":{"class":{"type":"string"},"id":{"type":"string","readOnly":true},"name":{"type":"string"},"script":{"type":"string"},"use_sqlite":{"type":"boolean"}}},"workers_schemas-id":{"type":"string"},"workers_object":{"type":"object","properties":{"hasStoredData":{"type":"boolean","readOnly":true},"id":{"type":"string","readOnly":true}}},"workers_cursor":{"type":"string"},"workers-observability_query":{"type":"object","properties":{"adhoc":{"type":"boolean"},"created":{"type":"string"},"createdBy":{"type":"string"},"id":{"type":"string"},"name":{"type":"string","maxLength":250,"minLength":1},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":100,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"},"updated":{"type":"string"},"updatedBy":{"type":"string"}},"required":["id","name","description","adhoc","parameters","created","createdBy","updated","updatedBy"]},"workers-observability_filter_node":{"type":"object","anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]},"workers-observability_filter_leaf":{"type":"object","properties":{"key":{"type":"string"},"kind":{"type":"string","enum":["filter"]},"operation":{"type":"string","enum":["includes","not_includes","starts_with","ends_with","regex","exists","is_null","in","not_in","eq","neq","gt","gte","lt","lte","=","!=",">",">=","<","<=","INCLUDES","DOES_NOT_INCLUDE","MATCH_REGEX","EXISTS","DOES_NOT_EXIST","IN","NOT_IN","STARTS_WITH","ENDS_WITH"]},"type":{"type":"string","enum":["string","number","boolean"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","operation","type"]},"workers-observability_query_results":{"type":"object","properties":{"agents":{"type":"array","items":{"properties":{"agentId":{"type":"string"},"agentName":{"type":"string"},"conversationId":{"type":"string"},"errors":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"inputTokens":{"type":"number"},"models":{"type":"array","items":{"type":"string"}},"outputTokens":{"type":"number"},"providers":{"type":"array","items":{"type":"string"}},"services":{"type":"array","items":{"type":"string"}},"spans":{"type":"number"},"status":{"type":"string","enum":["completed","error"]},"traceDurationMs":{"type":"number"},"traceEndMs":{"type":"number"},"traceId":{"type":"string"},"traceStartMs":{"type":"number"}},"required":["id","traceId","traceStartMs","traceEndMs","traceDurationMs","spans","services","errors","status","models","providers"],"type":"object"}},"calculations":{"type":"array","items":{"properties":{"aggregates":{"type":"array","items":{"properties":{"count":{"type":"number"},"groups":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"],"type":"object"}},"interval":{"type":"number"},"sampleInterval":{"type":"number"},"value":{"type":"number"}},"required":["value","count","interval","sampleInterval"],"type":"object"}},"alias":{"type":"string"},"calculation":{"type":"string"},"series":{"type":"array","items":{"properties":{"data":{"type":"array","items":{"properties":{"count":{"type":"number"},"firstSeen":{"type":"string"},"groups":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"],"type":"object"}},"interval":{"type":"number"},"lastSeen":{"type":"string"},"sampleInterval":{"type":"number"},"value":{"type":"number"}},"required":["value","count","interval","sampleInterval"],"type":"object"}},"time":{"type":"string"}},"required":["time","data"],"type":"object"}}},"required":["calculation","aggregates","series"],"type":"object"}},"compare":{"type":"array","items":{"properties":{"aggregates":{"type":"array","items":{"properties":{"count":{"type":"number"},"groups":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"],"type":"object"}},"interval":{"type":"number"},"sampleInterval":{"type":"number"},"value":{"type":"number"}},"required":["value","count","interval","sampleInterval"],"type":"object"}},"alias":{"type":"string"},"calculation":{"type":"string"},"series":{"type":"array","items":{"properties":{"data":{"type":"array","items":{"properties":{"count":{"type":"number"},"firstSeen":{"type":"string"},"groups":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"],"type":"object"}},"interval":{"type":"number"},"lastSeen":{"type":"string"},"sampleInterval":{"type":"number"},"value":{"type":"number"}},"required":["value","count","interval","sampleInterval"],"type":"object"}},"time":{"type":"string"}},"required":["time","data"],"type":"object"}}},"required":["calculation","aggregates","series"],"type":"object"}},"distribution":{"$ref":"#/components/schemas/workers-observability_distribution_result"},"events":{"type":"object","properties":{"count":{"type":"number"},"events":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_telemetry_event"}},"fields":{"type":"array","items":{"properties":{"key":{"type":"string"},"type":{"type":"string"}},"required":["key","type"],"type":"object"}},"series":{"type":"array","items":{"properties":{"data":{"type":"array","items":{"properties":{"aggregates":{"type":"object","properties":{"_count":{"type":"integer","deprecated":true,"exclusiveMinimum":true,"minimum":0},"_firstSeen":{"type":"string","deprecated":true},"_interval":{"type":"number","deprecated":true,"exclusiveMinimum":true,"minimum":0},"_lastSeen":{"type":"string","deprecated":true},"bin":{"type":"object","deprecated":true}},"required":["_count","_interval"]},"count":{"type":"number"},"errors":{"type":"number"},"groups":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"interval":{"type":"number"},"sampleInterval":{"type":"number"}},"required":["aggregates","count","interval","sampleInterval"],"type":"object"}},"time":{"type":"string"}},"required":["time","data"],"type":"object"}}}},"invocations":{"type":"object","additionalProperties":{"items":{"$ref":"#/components/schemas/workers-observability_telemetry_event"},"type":"array"}},"run":{"$ref":"#/components/schemas/workers-observability_query_run"},"statistics":{"$ref":"#/components/schemas/workers-observability_performance_information"},"traces":{"type":"array","items":{"properties":{"errors":{"type":"array","items":{"type":"string"}},"rootSpanName":{"type":"string"},"rootTransactionName":{"type":"string"},"service":{"type":"array","items":{"type":"string"}},"spans":{"type":"number"},"traceDurationMs":{"type":"number"},"traceEndMs":{"type":"number"},"traceId":{"type":"string"},"traceStartMs":{"type":"number"}},"required":["traceId","spans","service","traceStartMs","traceEndMs","traceDurationMs","rootSpanName","rootTransactionName"],"type":"object"}}},"required":["run","statistics"]},"workers_placement-regions-response":{"type":"object","properties":{"providers":{"type":"array","items":{"$ref":"#/components/schemas/workers_placement-provider"}}},"required":["providers"]},"workers_script-response-collection":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers_script-response"},{"properties":{"routes":{"type":"array","items":{"$ref":"#/components/schemas/workers_route"},"nullable":true}},"type":"object"}]}}},"required":["result"],"type":"object"}]},"workers_created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"workers_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"workers_script-response-upload-single":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_script-response-upload"}},"required":["result"],"type":"object","x-cfLinkErrors":{"10001":"Unsupported or unexpected Content Type","10002":"Unexpected internal server error","10003":"Missing required URL parameter","10004":"Malformed URL parameter","10006":"Unparseable script body","10007":"Resource not found (similar to HTTP 404)","10015":"The current account is not authorized to use workers","10018":"Attempted to update a script where the e-tag does not match","10021":"Script content failed validation checks, but was otherwise parseable","10023":"Unauthorized access attempt","10027":"Script body was too large","10075":"Requires a Workers Paid plan"}}]},"workers_create-assets-upload-session-object":{"type":"object","properties":{"manifest":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/workers_manifest-value"}}},"required":["manifest"]},"workers_create-assets-upload-session-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"buckets":{"type":"array","items":{"items":{"type":"string"},"type":"array","x-stainless-collection-type":"set"},"x-stainless-collection-type":"set"},"jwt":{"type":"string","x-sensitive":true}}}},"type":"object"}]},"workers_deployment":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/message":{"type":"string","maxLength":1000,"x-auditable":true},"workers/triggered_by":{"type":"string","readOnly":true}}},"author_email":{"type":"string","format":"email","readOnly":true,"x-auditable":true},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"type":"string","format":"uuid","readOnly":true,"x-auditable":true},"source":{"type":"string","readOnly":true,"x-auditable":true},"strategy":{"type":"string","enum":["percentage"],"x-auditable":true},"versions":{"type":"array","items":{"properties":{"percentage":{"type":"number","maximum":100,"minimum":0.01,"x-auditable":true},"version_id":{"type":"string","format":"uuid","x-auditable":true}},"required":["version_id","percentage"],"type":"object"},"x-auditable":true}},"required":["id","source","strategy","versions","created_on"]},"workers_schedule":{"type":"object","properties":{"created_on":{"type":"string","readOnly":true,"x-auditable":true},"cron":{"type":"string","x-auditable":true},"modified_on":{"type":"string","readOnly":true,"x-auditable":true}},"required":["cron"]},"workers_script-settings-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_script-settings-item"}},"required":["result"],"type":"object"}]},"workers_script-settings-item":{"type":"object","properties":{"logpush":{"$ref":"#/components/schemas/workers_logpush"},"observability":{"allOf":[{"$ref":"#/components/schemas/workers_observability"},{"nullable":true,"type":"object","x-auditable":true}]},"tags":{"allOf":[{"$ref":"#/components/schemas/workers_tags"},{"items":{"$ref":"#/components/schemas/workers_tag"},"nullable":true,"type":"array","x-auditable":true}]},"tail_consumers":{"type":"array","items":{"$ref":"#/components/schemas/workers_tail_consumers_script"},"nullable":true,"x-stainless-collection-type":"set"}}},"workers_script-and-version-settings-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_script-and-version-settings-item"}},"required":["result"],"type":"object"}]},"workers_script-and-version-settings-item":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/message":{"type":"string","maxLength":1000},"workers/tag":{"type":"string","maxLength":100},"workers/triggered_by":{"type":"string","readOnly":true}}},"bindings":{"allOf":[{"$ref":"#/components/schemas/workers_bindings"},{"default":[],"items":{"$ref":"#/components/schemas/workers_binding_item"},"type":"array"}]},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"allOf":[{"$ref":"#/components/schemas/workers_compatibility_date"},{"default":"","type":"string","x-auditable":true}]},"compatibility_flags":{"allOf":[{"$ref":"#/components/schemas/workers_compatibility_flags"},{"default":[],"items":{"type":"string","x-auditable":true},"type":"array","x-stainless-collection-type":"set"}]},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"writeOnly":true},"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"limits":{"$ref":"#/components/schemas/workers_limits"},"logpush":{"$ref":"#/components/schemas/workers_logpush"},"migrations":{"oneOf":[{"$ref":"#/components/schemas/workers_single_step_migrations"},{"$ref":"#/components/schemas/workers_multiple_step_migrations"}],"writeOnly":true},"observability":{"$ref":"#/components/schemas/workers_observability"},"placement":{"allOf":[{"$ref":"#/components/schemas/workers_placement_info_no_status"},{"default":{},"type":"object"}]},"tags":{"allOf":[{"$ref":"#/components/schemas/workers_tags"},{"default":[],"items":{"type":"string","x-auditable":true},"type":"array","x-stainless-collection-type":"set"}]},"tail_consumers":{"allOf":[{"$ref":"#/components/schemas/workers_tail_consumers"},{"default":[],"items":{"$ref":"#/components/schemas/workers_tail_consumers_script"},"type":"array","x-stainless-collection-type":"set"}]},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}}},"workers_subdomain":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-auditable":true},"previews_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["enabled","previews_enabled"]},"workers_tail":{"type":"object","properties":{"expires_at":{"type":"string","readOnly":true,"x-auditable":true},"id":{"allOf":[{"$ref":"#/components/schemas/workers_identifier"}],"readOnly":true},"url":{"type":"string","readOnly":true,"x-auditable":true}},"required":["id","url","expires_at"]},"workers_usage-model-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"usage_model":{"$ref":"#/components/schemas/workers_usage_model"},"user_limits":{"$ref":"#/components/schemas/workers_user_limits"}}}},"required":["result"],"type":"object"}]},"workers_usage_model":{"type":"string","default":"standard","enum":["standard","bundled","unbound"],"x-auditable":true},"workers_user_limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","nullable":true}},"nullable":true},"workers_script_name-2":{"type":"string","pattern":"^[a-z0-9_][a-z0-9-_]*$"},"workers_versions-list-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/workers_version-item-short"}}}}},"required":["result"],"type":"object"}]},"workers_versions-upload-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_version-item-uploaded"}},"required":["result"],"type":"object"}]},"workers_version_identifier":{"type":"string","maxLength":36,"readOnly":true},"workers_versions-single-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_version-item-full"}},"required":["result"],"type":"object"}]},"workers_service":{"type":"string","x-auditable":true},"workers_environment":{"type":"string","x-auditable":true},"workers_subdomain-2":{"type":"object","properties":{"subdomain":{"type":"string","x-auditable":true}},"required":["subdomain"]},"workers_Worker":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"deployed_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"logpush":{"type":"boolean","default":false,"x-auditable":true},"name":{"type":"string","pattern":"^[a-z0-9_][a-z0-9-_]*$","x-auditable":true},"observability":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-auditable":true},"head_sampling_rate":{"type":"number","default":1,"x-auditable":true},"logs":{"type":"object","properties":{"destinations":{"type":"array","items":{"type":"string"},"default":[],"x-auditable":true},"enabled":{"type":"boolean","default":false,"x-auditable":true},"head_sampling_rate":{"type":"number","default":1,"x-auditable":true},"invocation_logs":{"type":"boolean","default":true,"x-auditable":true},"persist":{"type":"boolean","default":true,"x-auditable":true}}},"traces":{"type":"object","properties":{"destinations":{"type":"array","items":{"type":"string"},"default":[],"x-auditable":true},"enabled":{"type":"boolean","default":false,"x-auditable":true},"head_sampling_rate":{"type":"number","default":1,"x-auditable":true},"persist":{"type":"boolean","default":true,"x-auditable":true},"propagation_policy":{"type":"string","default":"authenticated","enum":["authenticated","accept"],"x-auditable":true}}}}},"references":{"type":"object","properties":{"dispatch_namespace_outbounds":{"type":"array","items":{"properties":{"namespace_id":{"type":"string"},"namespace_name":{"type":"string"},"worker_id":{"type":"string"},"worker_name":{"type":"string"}},"required":["worker_id","worker_name","namespace_id","namespace_name"],"type":"object"}},"domains":{"type":"array","items":{"properties":{"certificate_id":{"type":"string"},"hostname":{"type":"string"},"id":{"type":"string"},"zone_id":{"type":"string"},"zone_name":{"type":"string"}},"required":["id","hostname","zone_id","zone_name","certificate_id"],"type":"object"}},"durable_objects":{"type":"array","items":{"properties":{"namespace_id":{"type":"string"},"namespace_name":{"type":"string"},"worker_id":{"type":"string"},"worker_name":{"type":"string"}},"required":["worker_id","worker_name","namespace_id","namespace_name"],"type":"object"}},"queues":{"type":"array","items":{"properties":{"queue_consumer_id":{"type":"string"},"queue_id":{"type":"string"},"queue_name":{"type":"string"}},"required":["queue_id","queue_name","queue_consumer_id"],"type":"object"}},"workers":{"type":"array","items":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"],"type":"object"}}},"readOnly":true,"required":["workers","domains","dispatch_namespace_outbounds","durable_objects","queues"]},"subdomain":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-auditable":true},"previews_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"tags":{"type":"array","items":{"maxLength":1024,"pattern":"^[^,&]*$","type":"string"},"default":[],"maxItems":8,"x-stainless-collection-type":"set"},"tail_consumers":{"type":"array","items":{"properties":{"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"},"default":[],"x-stainless-collection-type":"set"},"updated_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true}},"required":["id","name","tags","subdomain","observability","logpush","tail_consumers","created_on","updated_on","references"]},"workers_ErrorWorkerNameInvalid":{"type":"object","properties":{"code":{"type":"integer","enum":[10016]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerInvalid":{"type":"object","properties":{"code":{"type":"integer","enum":[10021]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerTagLengthLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[100102]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerNameSubdomainLengthLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[100132]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerTagInvalid":{"type":"object","properties":{"code":{"type":"integer","enum":[100134]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerObservabilitySamplingRateInvalid":{"type":"object","properties":{"code":{"type":"integer","enum":[100308]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerNamePreviewLengthLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[100315]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[10037]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerTagLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[100103]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerNameConflict":{"type":"object","properties":{"code":{"type":"integer","enum":[10040]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorMissingParam":{"type":"object","properties":{"code":{"type":"integer","enum":[10003]},"message":{"type":"string"}},"required":["code","message"]},"workers_Version":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/message":{"type":"string","maxLength":1000,"x-auditable":true},"workers/tag":{"type":"string","maxLength":100,"x-auditable":true},"workers/triggered_by":{"type":"string","readOnly":true,"x-auditable":true}}},"assets":{"type":"object","properties":{"config":{"type":"object","properties":{"html_handling":{"type":"string","default":"auto-trailing-slash","enum":["auto-trailing-slash","force-trailing-slash","drop-trailing-slash","none"],"x-auditable":true},"not_found_handling":{"type":"string","default":"none","enum":["none","404-page","single-page-application"],"x-auditable":true},"run_worker_first":{"default":false,"oneOf":[{"items":{"type":"string"},"type":"array"},{"type":"boolean"}]}}},"jwt":{"type":"string","x-sensitive":true}}},"bindings":{"$ref":"#/components/schemas/workers_bindings"},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"$ref":"#/components/schemas/workers_compatibility_date"},"compatibility_flags":{"$ref":"#/components/schemas/workers_compatibility_flags"},"containers":{"$ref":"#/components/schemas/workers_containers"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}]},"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"id":{"type":"string","format":"uuid","readOnly":true,"x-auditable":true},"limits":{"type":"object","properties":{"cpu_ms":{"type":"integer"},"subrequests":{"type":"integer"}},"x-stainless-terraform-configurability":"computed_optional"},"main_module":{"type":"string","x-auditable":true},"migration_tag":{"type":"string","readOnly":true},"migrations":{"oneOf":[{"$ref":"#/components/schemas/workers_single_step_migrations"},{"$ref":"#/components/schemas/workers_multiple_step_migrations"}]},"modules":{"type":"array","items":{"properties":{"content_base64":{"type":"string","format":"byte"},"content_type":{"type":"string"},"name":{"type":"string"}},"required":["name","content_type","content_base64"],"type":"object"},"x-stainless-collection-type":"set"},"number":{"type":"integer","readOnly":true,"x-auditable":true},"package_dependencies":{"type":"array","items":{"properties":{"installedVersion":{"type":"string"},"name":{"type":"string"},"packageJsonVersion":{"type":"string"}},"required":["name","packageJsonVersion","installedVersion"],"type":"object"},"x-auditable":true},"placement":{"$ref":"#/components/schemas/workers_placement_info_no_status"},"source":{"type":"string","readOnly":true,"x-auditable":true},"startup_time_ms":{"type":"integer","readOnly":true,"x-auditable":true},"urls":{"type":"array","items":{"format":"uri","type":"string"},"readOnly":true},"usage_model":{"type":"string","default":"standard","enum":["standard","bundled","unbound"],"deprecated":true,"x-auditable":true}},"required":["id","number","urls","created_on"]},"tunnel_zero_trust_connectivity_settings_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"type":"object","properties":{"icmp_proxy_enabled":{"$ref":"#/components/schemas/tunnel_icmp_proxy_enabled"},"offramp_warp_enabled":{"$ref":"#/components/schemas/tunnel_offramp_warp_enabled"}}}},"type":"object"}]},"tunnel_icmp_proxy_enabled":{"type":"boolean","x-auditable":true},"tunnel_offramp_warp_enabled":{"type":"boolean","x-auditable":true},"tunnel_hostname_route_id":{"type":"string","format":"uuid","x-auditable":true},"tunnel_hostname":{"type":"string","x-auditable":true},"tunnel_tunnel_id-3":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true},"tunnel_hostname_query_comment":{"type":"string"},"tunnel_hostname_route_response_collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_hostname_route"}}},"type":"object"}]},"tunnel_hostname_comment":{"type":"string","x-auditable":true},"tunnel_hostname_route_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_hostname_route"}},"type":"object"}]},"tunnel_subnet_query_name":{"type":"string"},"tunnel_subnet_query_comment":{"type":"string"},"tunnel_address_family":{"type":"string","enum":["v4","v6"]},"tunnel_subnet_response_collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_subnet"}}},"type":"object"}]},"tunnel_subnet_comment":{"type":"string","default":"","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_subnet_name":{"type":"string","x-auditable":true},"tunnel_subnet_ip_network":{"type":"string","x-auditable":true},"tunnel_subnet_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_subnet"}},"type":"object"}]},"tunnel_subnet_is_default_network":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_subnet_id":{"type":"string","format":"uuid","x-auditable":true},"tunnel_subnet_response_single_nullable":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"capacity":{"$ref":"#/components/schemas/tunnel_subnet_capacity"},"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_subnet_id"},"is_default_network":{"$ref":"#/components/schemas/tunnel_subnet_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"},"subnet_type":{"$ref":"#/components/schemas/tunnel_subnet_type"}}}},"type":"object"}]},"dlp_Behaviors":{"type":"object","properties":{"behaviors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/dlp_Behavior"}}},"required":["behaviors"]},"dlp_UpdateBehaviors":{"type":"object","properties":{"behaviors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/dlp_UpdateBehavior"}}},"required":["behaviors"]},"dlp_RiskScoreIntegrationArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"dlp_CreateIntegrationBody":{"type":"object","properties":{"integration_type":{"$ref":"#/components/schemas/dlp_RiskScoreIntegrationType"},"reference_id":{"type":"string","nullable":true},"tenant_url":{"type":"string","format":"uri"}},"required":["integration_type","tenant_url"]},"dlp_RiskScoreIntegration":{"type":"object","properties":{"account_tag":{"type":"string"},"active":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"integration_type":{"$ref":"#/components/schemas/dlp_RiskScoreIntegrationType"},"reference_id":{"type":"string"},"tenant_url":{"type":"string"},"well_known_url":{"type":"string"}},"required":["id","account_tag","integration_type","reference_id","tenant_url","well_known_url","active","created_at"]},"dlp_UpdateIntegrationBody":{"type":"object","properties":{"active":{"type":"boolean"},"reference_id":{"type":"string","nullable":true},"tenant_url":{"type":"string","format":"uri"}},"required":["tenant_url","active"]},"dlp_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dlp_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dlp_RiskSummary":{"type":"object","properties":{"users":{"type":"array","items":{"$ref":"#/components/schemas/dlp_UserRiskInfo"}}},"required":["users"]},"dlp_RiskEvents":{"type":"object","properties":{"email":{"type":"string"},"events":{"type":"array","items":{"$ref":"#/components/schemas/dlp_RiskEvent"}},"last_reset_time":{"type":"string","format":"date-time","nullable":true},"name":{"type":"string"},"risk_level":{"allOf":[{"$ref":"#/components/schemas/dlp_RiskLevel"}]}},"required":["name","email","events"]},"iam_properties-name":{"type":"string","maxLength":100,"x-auditable":true},"iam_collection_membership_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_membership"}}},"type":"object"}],"title":"memberships_with_roles"},"iam_collection_membership_response_with_policies":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_membership-with-policies"}}},"type":"object"}],"title":"memberships_with_policies"},"iam_single_membership_response_with_policies":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_membership-with-policies"}},"type":"object"}],"title":"response_with_policies"},"organizations-api_PageTokenResultInfo":{"type":"object","properties":{"next_page_token":{"type":"string"},"total_size":{"type":"integer"}}},"iam_single_user_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"type":"object","properties":{"betas":{"type":"array","items":{"type":"string"},"readOnly":true},"country":{"$ref":"#/components/schemas/iam_country"},"email":{"type":"string","format":"email","readOnly":true},"first_name":{"$ref":"#/components/schemas/iam_first_name"},"has_business_zones":{"type":"boolean","default":false,"readOnly":true},"has_enterprise_zones":{"type":"boolean","default":false,"readOnly":true},"has_pro_zones":{"type":"boolean","default":false,"readOnly":true},"id":{"type":"string","readOnly":true},"last_name":{"$ref":"#/components/schemas/iam_last_name"},"organizations":{"type":"array","items":{"$ref":"#/components/schemas/iam_organization"}},"suspended":{"type":"boolean","default":false,"readOnly":true},"telephone":{"$ref":"#/components/schemas/iam_telephone"},"two_factor_authentication_enabled":{"$ref":"#/components/schemas/iam_two_factor_authentication_enabled"},"two_factor_authentication_locked":{"$ref":"#/components/schemas/iam_two_factor_authentication_locked"},"zipcode":{"$ref":"#/components/schemas/iam_zipcode"}},"required":["id","email"]}},"type":"object"}]},"iam_country":{"type":"string","maxLength":30,"nullable":true},"iam_first_name":{"type":"string","maxLength":60,"nullable":true,"x-auditable":true},"iam_last_name":{"type":"string","maxLength":60,"nullable":true,"x-auditable":true},"iam_telephone":{"type":"string","maxLength":20,"nullable":true},"iam_zipcode":{"type":"string","maxLength":20,"nullable":true},"zone-analytics-api_since":{"default":-10080,"anyOf":[{"type":"string"},{"type":"integer"}]},"zone-analytics-api_until":{"default":0,"anyOf":[{"type":"string"},{"type":"integer"}]},"zone-analytics-api_user_dashboard_response":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_api-response-common"},{"properties":{"query":{"$ref":"#/components/schemas/zone-analytics-api_query_response"},"result":{"type":"array","items":{"$ref":"#/components/schemas/zone-analytics-api_user_zone"}}}}]},"zone-analytics-api_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"firewall_rule_collection_response":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_rule"}}},"type":"object"}]},"firewall_rule_single_response":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_rule"}},"type":"object"}]},"firewall_rule_single_id_response":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_schemas-identifier"}}}},"type":"object"}]},"iam_schemas-collection_invite_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_invite"}}},"type":"object"}]},"iam_invite_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"iam_single_invite_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_invite"}},"type":"object"}]},"load-balancing_networks":{"type":"array","items":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"load-balancing_preview_id":{},"load-balancing_until":{"type":"string","format":"date-time","x-auditable":true},"load-balancing_pool_name":{"type":"string","x-auditable":true},"load-balancing_origin_healthy":{"type":"boolean","default":true,"x-auditable":true},"load-balancing_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_analytics"}}},"type":"object"}]},"iam_schemas-name":{"type":"string","maxLength":100,"x-auditable":true},"iam_collection_organization_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_organization"}}},"type":"object"}]},"zones_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zones_messages"},"messages":{"$ref":"#/components/schemas/zones_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"zones_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}},"zones_zone":{"type":"object","properties":{"account":{"type":"object","properties":{"id":{"type":"string","maxLength":32,"x-auditable":true},"name":{"type":"string"}}},"activated_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"cname_suffix":{"type":"string"},"created_on":{"type":"string","format":"date-time","readOnly":true},"development_mode":{"type":"number","readOnly":true},"id":{"type":"string","maxLength":32,"x-auditable":true},"meta":{"type":"object","properties":{"cdn_only":{"type":"boolean"},"custom_certificate_quota":{"type":"integer"},"dns_only":{"type":"boolean"},"foundation_dns":{"type":"boolean"},"page_rule_quota":{"type":"integer"},"phishing_detected":{"type":"boolean"},"step":{"type":"integer"}}},"modified_on":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":253,"pattern":"^([a-zA-Z0-9][\\-a-zA-Z0-9]*\\.)+[\\-a-zA-Z0-9]{2,20}$","x-auditable":true},"name_servers":{"type":"array","items":{"format":"hostname","type":"string"},"readOnly":true},"original_dnshost":{"type":"string","maxLength":50,"nullable":true,"readOnly":true},"original_name_servers":{"type":"array","items":{"format":"hostname","type":"string"},"nullable":true,"readOnly":true},"original_registrar":{"type":"string","nullable":true,"readOnly":true},"owner":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/zones_identifier"},"name":{"type":"string"},"type":{"type":"string"}}},"paused":{"$ref":"#/components/schemas/zones_paused"},"permissions":{"type":"array","items":{"type":"string"},"deprecated":true,"x-stainless-deprecation-message":"This has been replaced by Account memberships."},"plan":{"deprecated":true,"properties":{"can_subscribe":{"type":"boolean"},"currency":{"type":"string"},"externally_managed":{"type":"boolean"},"frequency":{"type":"string"},"id":{"$ref":"#/components/schemas/zones_identifier"},"is_subscribed":{"type":"boolean"},"legacy_discount":{"type":"boolean"},"legacy_id":{"type":"string"},"name":{"type":"string"},"price":{"type":"number"}},"x-stainless-deprecation-message":"Please use the `/zones/{zone_id}/subscription` API\nto update a zone's plan. Changing this value will create/cancel\nassociated subscriptions. To view available plans for this zone,\nsee [Zone Plans](https://developers.cloudflare.com/api/resources/zones/subresources/plans/)."},"status":{"type":"string","enum":["initializing","pending","active","moved"],"readOnly":true},"tenant":{"properties":{"id":{"$ref":"#/components/schemas/zones_identifier"},"name":{"type":"string"}}},"tenant_unit":{"properties":{"id":{"$ref":"#/components/schemas/zones_identifier"}}},"type":{"$ref":"#/components/schemas/zones_type"},"vanity_name_servers":{"type":"array","items":{"format":"hostname","maxLength":253,"type":"string"},"default":[]},"verification_key":{"type":"string","readOnly":true}},"required":["id","name","development_mode","owner","account","meta","name_servers","original_name_servers","original_registrar","original_dnshost","created_on","modified_on","activated_on","plan"]},"zones_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zones_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zones_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"zones_identifier":{"type":"string","maxLength":32},"zones_name":{"type":"string","maxLength":253,"pattern":"^([a-zA-Z0-9][\\-a-zA-Z0-9]*\\.)+[\\-a-zA-Z0-9]{2,20}$","x-auditable":true},"zones_type":{"type":"string","default":"full","enum":["full","partial","secondary","internal"]},"zone-analytics-api_identifier":{"type":"string","maxLength":32,"readOnly":true},"zone-analytics-api_colo_response":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_api-response-single"},{"properties":{"query":{"$ref":"#/components/schemas/zone-analytics-api_query_response"},"result":{"$ref":"#/components/schemas/zone-analytics-api_datacenters"}}}]},"zone-analytics-api_dashboard_response":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_api-response-single"},{"properties":{"query":{"$ref":"#/components/schemas/zone-analytics-api_query_response"},"result":{"$ref":"#/components/schemas/zone-analytics-api_dashboard"}}}]},"custom-pages_custom_asset_result_list":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/custom-pages_custom_asset"}}}}]},"custom-pages_asset_name":{"type":"string","minLength":1,"pattern":"^[A-Za-z0-9_]+$","x-auditable":true},"custom-pages_asset_url":{"type":"string","format":"uri"},"custom-pages_custom_asset_result":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-pages_custom_asset"}}}]},"custom-pages_custom_page":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/custom-pages_timestamp"},"id":{"type":"string","x-auditable":true},"modified_on":{"$ref":"#/components/schemas/custom-pages_timestamp"},"preview_target":{"type":"string","x-auditable":true},"required_tokens":{"type":"array","items":{"type":"string"},"x-auditable":true},"state":{"$ref":"#/components/schemas/custom-pages_state"},"url":{"$ref":"#/components/schemas/custom-pages_url"}}},"zones_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/zones_identifier"}},"required":["id"]}}}]},"zones_paused":{"type":"boolean","default":false},"zones_vanity_name_servers":{"type":"array","items":{"format":"hostname","maxLength":253,"type":"string"},"default":[]},"access_response_collection-22":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_apps"}}}}]},"access_apps":{"type":"object","anyOf":[{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_self_hosted_props-2"}],"title":"Self Hosted Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_saas_props-2"}],"title":"SaaS Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_ssh_props-2"}],"title":"Browser SSH Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_vnc_props-2"}],"title":"Browser VNC Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_app_launcher_props-2"}],"title":"App Launcher Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_warp_props-2"}],"title":"Device Enrollment Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_biso_props-2"}],"title":"Browser Isolation Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_bookmark_props-2"}],"title":"Bookmark application","type":"object"}]},"access_single_response-21":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_apps"}}}]},"access_response_collection-20":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_ca-2"}}}}]},"access_single_response-19":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_ca-2"}}}]},"access_id_response-6":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_id-3"}}}}}]},"access_response_collection-23":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_policies"}}}}]},"access_approval_groups-2":{"type":"array","items":{"$ref":"#/components/schemas/access_approval_group-2"}},"access_approval_required-2":{"type":"boolean","default":false},"access_decision-2":{"type":"string","enum":["allow","deny","non_identity","bypass"]},"access_exclude-3":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_isolation_required-2":{"type":"boolean","default":false},"access_name-9":{"type":"string"},"access_precedence-2":{"type":"integer"},"access_purpose_justification_prompt":{"type":"string"},"access_purpose_justification_required-2":{"type":"boolean","default":false},"access_require-3":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_single_response-22":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_policies"}}}]},"access_policy_check_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"app_state":{"type":"object","properties":{"app_uid":{"$ref":"#/components/schemas/access_uuid"},"aud":{"type":"string"},"hostname":{"type":"string"},"name":{"type":"string"},"policies":{"type":"array","items":{}},"status":{"type":"string"}}},"user_identity":{"type":"object","properties":{"account_id":{"type":"string"},"device_sessions":{"type":"object"},"email":{"type":"string"},"geo":{"type":"object","properties":{"country":{"type":"string"}}},"iat":{"type":"integer"},"id":{"type":"string"},"is_gateway":{"type":"boolean"},"is_warp":{"type":"boolean"},"name":{"type":"string"},"user_uuid":{"$ref":"#/components/schemas/access_uuid"},"version":{"type":"integer"}}}}}}}]},"access_response_collection-21":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_certificates-3"}}}}]},"access_associated_hostnames-2":{"type":"array","items":{"type":"string"}},"access_name-18":{"type":"string"},"access_single_response-20":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_certificates-3"}}}]},"access_response_collection_hostnames-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_settings-2"}}}}]},"access_settings-2":{"type":"object","properties":{"china_network":{"type":"boolean"},"client_certificate_forwarding":{"type":"boolean"},"hostname":{"type":"string"}},"additionalProperties":false,"required":["hostname","china_network","client_certificate_forwarding"],"title":"Hostname Settings"},"access_response_collection-18":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_groups-3"}}}}]},"access_name-16":{"type":"string"},"access_single_response-17":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_groups-3"}}}]},"access_response_collection-17":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/access_azureAD-2"},{"$ref":"#/components/schemas/access_centrify-2"},{"$ref":"#/components/schemas/access_facebook-2"},{"$ref":"#/components/schemas/access_github-2"},{"$ref":"#/components/schemas/access_google-2"},{"$ref":"#/components/schemas/access_google-apps-2"},{"$ref":"#/components/schemas/access_linkedin-2"},{"$ref":"#/components/schemas/access_oidc-2"},{"$ref":"#/components/schemas/access_okta-2"},{"$ref":"#/components/schemas/access_onelogin-2"},{"$ref":"#/components/schemas/access_pingone-2"},{"$ref":"#/components/schemas/access_saml-2"},{"$ref":"#/components/schemas/access_yandex-2"},{"$ref":"#/components/schemas/access_onetimepin-2"},{"$ref":"#/components/schemas/access_cloudflare-2"}]}}},"type":"object"}]},"access_identity-providers-2":{"anyOf":[{"$ref":"#/components/schemas/access_azureAD-2"},{"$ref":"#/components/schemas/access_centrify-2"},{"$ref":"#/components/schemas/access_facebook-2"},{"$ref":"#/components/schemas/access_github-2"},{"$ref":"#/components/schemas/access_google-2"},{"$ref":"#/components/schemas/access_google-apps-2"},{"$ref":"#/components/schemas/access_linkedin-2"},{"$ref":"#/components/schemas/access_oidc-2"},{"$ref":"#/components/schemas/access_okta-2"},{"$ref":"#/components/schemas/access_onelogin-2"},{"$ref":"#/components/schemas/access_pingone-2"},{"$ref":"#/components/schemas/access_saml-2"},{"$ref":"#/components/schemas/access_yandex-2"},{"$ref":"#/components/schemas/access_cloudflare-2"}]},"access_single_response-16":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_identity-providers-2"}}}]},"access_identifier-4":{},"access_single_response-15":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_organizations-2"}}}]},"access_auth_domain-2":{"type":"string"},"access_is_ui_read_only-2":{"type":"boolean"},"access_login_design-2":{"properties":{"background_color":{"type":"string"},"footer_text":{"type":"string"},"header_text":{"type":"string"},"logo_path":{"type":"string"},"text_color":{"type":"string"}}},"access_name-15":{"type":"string"},"access_user_seat_expiration_inactive_time-2":{"type":"string"},"access_response_collection-19":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_service-tokens-2"}}}}]},"access_duration-2":{"type":"string","default":"8760h"},"access_name-17":{"type":"string"},"access_create_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"properties":{"client_id":{"$ref":"#/components/schemas/access_client_id"},"client_secret":{"$ref":"#/components/schemas/access_client_secret"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"duration":{"$ref":"#/components/schemas/access_duration-2"},"id":{"type":"string"},"name":{"$ref":"#/components/schemas/access_name-17"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}}}}]},"access_single_response-18":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_service-tokens-2"}}}]},"tls-certificates-and-hostnames_custom_trust_store_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-trust-store"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate-3":{"type":"string"},"tls-certificates-and-hostnames_custom_trust_store_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-trust-store"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_trust_store_response_id_only":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}},"type":"object"}]},"tls-certificates-and-hostnames_total_tls_settings_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-3"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-3"},"validity_period":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_period"}}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_authority-3":{"type":"string","enum":["google","lets_encrypt","ssl_com"],"x-auditable":true},"tls-certificates-and-hostnames_enabled-3":{"type":"boolean","x-auditable":true},"zone-activation_identifier":{"type":"string","maxLength":32,"x-auditable":true},"zone-activation_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/zone-activation_api-response-common"}]},"zone-activation_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zone-activation_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zone-activation_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dls_regional_hostname_response":{"type":"object","properties":{"created_on":{"allOf":[{"$ref":"#/components/schemas/dls_timestamp"},{},{}]},"hostname":{"$ref":"#/components/schemas/dls_hostname"},"region_key":{"$ref":"#/components/schemas/dls_region_key"},"routing":{"$ref":"#/components/schemas/dls_routing"}},"required":["hostname","region_key","routing","created_on"]},"dls_hostname":{"type":"string","x-auditable":true},"dls_routing":{"type":"string","default":"dns","x-auditable":true},"dls_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dls_messages"},"messages":{"$ref":"#/components/schemas/dls_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"ai-audit_api-response-common":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/ai-audit_api_message"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/ai-audit_api_message"}},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"ai-audit_robots_rules":{"type":"object","properties":{"sitemaps":{"type":"array","items":{"type":"string"}},"status":{"type":"integer"},"userAgents":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ai-audit_user_agent_rules"}}},"required":["userAgents"]},"ai-audit_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/ai-audit_api_message"},"minItems":1},"messages":{"type":"array","items":{"$ref":"#/components/schemas/ai-audit_api_message"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"ai-audit_bulk_robots_rules":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ai-audit_robots_rules"},"maxProperties":25},"argo-analytics_identifier":{"type":"string","maxLength":32,"readOnly":true},"argo-analytics_response_single":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"argo-analytics_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"api-shield_schema_response_discovery":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"schemas":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_openapi"}},"timestamp":{"$ref":"#/components/schemas/api-shield_timestamp-2"}},"required":["timestamp","schemas"]}},"required":["result"],"type":"object"}]},"api-shield_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/api-shield_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/api-shield_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"api-shield_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"api-shield_discovery_operation":{"allOf":[{"properties":{"features":{"$ref":"#/components/schemas/api-shield_traffic_stats"},"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"origin":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_api_discovery_origin"}},"state":{"$ref":"#/components/schemas/api-shield_api_discovery_state"}},"required":["id","last_updated","state","origin"],"type":"object"},{"$ref":"#/components/schemas/api-shield_basic_operation"}]},"api-shield_api_discovery_patch_multiple_request":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/api-shield_api_discovery_patch_multiple_request_entry"}},"api-shield_patch_discoveries_response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_api_discovery_patch_multiple_request"}},"required":["result"],"type":"object"}]},"api-shield_api_discovery_state_patch":{"type":"string","enum":["review","ignored"],"x-auditable":true},"api-shield_patch_discovery_response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/api-shield_api_discovery_state"}}}},"required":["result"],"type":"object"}]},"api-shield_request_expression_templates_fallthrough":{"type":"object","properties":{"hosts":{"type":"array","items":{"type":"string","x-auditable":true}}},"additionalProperties":false,"required":["hosts"]},"api-shield_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/api-shield_messages"},"messages":{"$ref":"#/components/schemas/api-shield_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"api-shield_response_expression_templates_fallthrough":{"type":"object","properties":{"expression":{"type":"string","x-auditable":true},"title":{"type":"string","x-auditable":true}},"required":["title","expression"]},"api-shield_full_label":{"allOf":[{"$ref":"#/components/schemas/api-shield_label"},{"properties":{"mapped_resources":{"$ref":"#/components/schemas/api-shield_label_mapped_resources"}},"type":"object"}]},"api-shield_full_managed_label":{"allOf":[{"$ref":"#/components/schemas/api-shield_full_label"},{"properties":{"source":{}},"type":"object"}]},"api-shield_replace_operations_attached_to_label_request":{"type":"object","properties":{"selector":{"$ref":"#/components/schemas/api-shield_operation_id_selector"}},"required":["selector"]},"api-shield_label_request":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/api-shield_label_metadata"},"name":{"$ref":"#/components/schemas/api-shield_label_name"}},"required":["name"]},"api-shield_label":{"type":"object","allOf":[{"properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"metadata":{"$ref":"#/components/schemas/api-shield_label_metadata"},"name":{"$ref":"#/components/schemas/api-shield_label_name"},"source":{"$ref":"#/components/schemas/api-shield_label_source"}},"required":["name","description","metadata","source","last_updated","created_at"],"type":"object"}]},"api-shield_label_name":{"type":"string","x-auditable":true},"api-shield_put_label_request":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/api-shield_label_metadata"}}},"api-shield_patch_label_request":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/api-shield_label_metadata"}}},"api-shield_multiple-operation-response-paginated":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/api-shield_operation"}]}}},"required":["result"],"type":"object"}]},"api-shield_basic_operation":{"type":"object","properties":{"endpoint":{"$ref":"#/components/schemas/api-shield_endpoint"},"host":{"$ref":"#/components/schemas/api-shield_host"},"method":{"$ref":"#/components/schemas/api-shield_method"}},"required":["method","host","endpoint"]},"api-shield_multiple-operation-response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_operation"}}},"required":["result"],"type":"object"}]},"api-shield_object-with-operation-id":{"type":"object","properties":{"operation_id":{"allOf":[{"type":"string","x-auditable":true},{"$ref":"#/components/schemas/api-shield_uuid-2"}]}},"required":["operation_id"]},"api-shield_single-operation-response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/api-shield_operation"},{"properties":{"schemas":{"$ref":"#/components/schemas/api-shield_operation_schemas"}},"type":"object"}]}},"required":["result"],"type":"object"}]},"api-shield_bulk_put_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}},"required":["labels"]},"selector":{"$ref":"#/components/schemas/api-shield_operation_id_selector"},"user":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}},"required":["labels"]}},"required":["selector","user","managed"]},"api-shield_operation_with_labels_only":{"allOf":[{"$ref":"#/components/schemas/api-shield_standard_operation"},{"properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label"}}},"type":"object"}]},"api-shield_bulk_post_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"},"minItems":1}}},"selector":{"$ref":"#/components/schemas/api-shield_operation_id_selector"},"user":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"},"minItems":1}}}},"required":["selector"]},"api-shield_bulk_delete_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}},"selector":{"$ref":"#/components/schemas/api-shield_operation_id_selector"},"user":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}}},"required":["selector"]},"api-shield_old_operation_schema_validation_settings_multiple_request":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings_multiple_request_entry"}},"api-shield_put_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}},"user":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}},"api-shield_post_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"},"minItems":1},"user":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"},"minItems":1}}},"api-shield_delete_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}},"user":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}},"api-shield_old_operation_schema_validation_settings":{"type":"object","properties":{"mitigation_action":{"$ref":"#/components/schemas/api-shield_old_operation_mitigation_action"},"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}}},"api-shield_old_operation_schema_validation_settings_modify_request":{"type":"object","properties":{"mitigation_action":{"$ref":"#/components/schemas/api-shield_old_operation_mitigation_action"}}},"api-shield_schema-response-with-thresholds":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"schemas":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_openapi-with-thresholds"}},"timestamp":{"type":"string","x-auditable":true}}}},"required":["result"],"type":"object"}]},"api-shield_old_zone_schema_validation_settings":{"type":"object","properties":{"validation_default_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_default_mitigation_action"},"validation_override_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_override_mitigation_action"}}},"api-shield_old_zone_schema_validation_settings_put":{"type":"object","properties":{"validation_default_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_default_mitigation_action"},"validation_override_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_override_mitigation_action_write"}},"required":["validation_default_mitigation_action"]},"api-shield_old_zone_schema_validation_settings_patch":{"type":"object","properties":{"validation_default_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_default_mitigation_action_patch"},"validation_override_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_override_mitigation_action_patch"}}},"api-shield_old_validation_enabled":{"type":"boolean","x-auditable":true},"api-shield_old_public_schema":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"kind":{"$ref":"#/components/schemas/api-shield_old_kind"},"name":{"type":"string","x-auditable":true},"schema_id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"source":{"type":"string","x-auditable":true},"validation_enabled":{"$ref":"#/components/schemas/api-shield_old_validation_enabled"}},"required":["schema_id","name","kind","created_at"]},"api-shield_old_kind":{"type":"string","enum":["openapi_v3"],"x-auditable":true},"api-shield_old_schema_upload_response":{"type":"object","properties":{"schema":{"$ref":"#/components/schemas/api-shield_old_public_schema"},"upload_details":{"$ref":"#/components/schemas/api-shield_old_schema_upload_details_warnings_only"}},"required":["schema"]},"api-shield_old_schema_upload_failure":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"},{"properties":{"upload_details":{"$ref":"#/components/schemas/api-shield_old_schema_upload_details_errors_critical"}},"type":"object"}]},"api-shield_old_response_user_schemas_hosts":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"hosts":{"type":"array","items":{"type":"string"}},"name":{"type":"string","x-auditable":true},"schema_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"required":["schema_id","name","hosts","created_at"]},"api-shield_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"}]},"api-shield_operation":{"allOf":[{"$ref":"#/components/schemas/api-shield_standard_operation"},{"default":{},"nullable":true,"properties":{"features":{"$ref":"#/components/schemas/api-shield_operation_features"}},"type":"object"}]},"argo-config_identifier":{"type":"string","maxLength":32,"readOnly":true},"argo-config_api_response_single":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/argo-config_messages"},"messages":{"$ref":"#/components/schemas/argo-config_messages"},"result":{"$ref":"#/components/schemas/argo-config_result_object"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"argo-config_api_response_common_failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/argo-config_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/argo-config_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"argo-config_patch":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/argo-config_setting_value"}},"required":["value"]},"bot-management_identifier":{"type":"string","maxLength":32,"x-auditable":true},"bot-management_bot_management_response_body":{"allOf":[{"$ref":"#/components/schemas/bot-management_api-response-single"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/bot-management_bot_fight_mode_config"},{"$ref":"#/components/schemas/bot-management_sbfm_definitely_config"},{"$ref":"#/components/schemas/bot-management_sbfm_likely_config"},{"$ref":"#/components/schemas/bot-management_bm_subscription_config"}]}},"type":"object"}]},"bot-management_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/bot-management_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/bot-management_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"bot-management_config_single":{"type":"object","oneOf":[{"$ref":"#/components/schemas/bot-management_bot_fight_mode_config"},{"$ref":"#/components/schemas/bot-management_sbfm_definitely_config"},{"$ref":"#/components/schemas/bot-management_sbfm_likely_config"},{"$ref":"#/components/schemas/bot-management_bm_subscription_config"}]},"bot-management_feedback_report":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"expression":{"type":"string"},"first_request_seen_at":{"type":"string","format":"date-time"},"last_request_seen_at":{"type":"string","format":"date-time"},"requests":{"type":"integer","format":"int64"},"requests_by_attribute":{"$ref":"#/components/schemas/bot-management_requests_by_attribute"},"requests_by_score":{"$ref":"#/components/schemas/bot-management_requests_by_score"},"requests_by_score_src":{"$ref":"#/components/schemas/bot-management_requests_by_score_src"},"subtype":{"type":"string"},"type":{"$ref":"#/components/schemas/bot-management_feedback_type"}},"required":["type","description","expression","first_request_seen_at","last_request_seen_at","requests","requests_by_score","requests_by_score_src","requests_by_attribute"]},"cache-rules_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"cache-rules_zone_cache_settings_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_result-object"}},"type":"object"}]},"cache-rules_cache_reserve_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_cache_reserve"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_cache_reserve_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"allOf":[{"$ref":"#/components/schemas/cache-rules_messages"}],"minLength":1},"messages":{"type":"array","items":{"type":"object"},"allOf":[{"$ref":"#/components/schemas/cache-rules_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"cache-rules_cache_reserve_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"cache-rules_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cache-rules_messages"},"messages":{"$ref":"#/components/schemas/cache-rules_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cache-rules_cache_reserve_clear_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear"},{"properties":{"end_ts":{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_end_ts"},"start_ts":{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_start_ts"},"state":{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_state"}},"required":["state","start_ts"],"type":"object"}]}}},"cache-rules_origin_post_quantum_encryption_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_origin_post_quantum_encryption_value":{"type":"string","default":"supported","enum":["preferred","supported","off"],"x-auditable":true},"cache-rules_regional_tiered_cache_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_regional_tiered_cache_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"cache-rules_smart_tiered_cache_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_smart_tiered_cache_patch":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"required":["value"]},"cache-rules_zone_cache_settings_delete_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_result-object-delete"}},"type":"object"}]},"cache-rules_smart_tiered_cache":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["tiered_cache_smart_topology_enable"],"x-auditable":true}},"type":"object"}],"title":"Smart Tiered Cache"},"cache-rules_variants_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_variants"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_variants_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_variants":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["variants"],"x-auditable":true}},"type":"object"}],"title":"Variants Caching"},"cache-rules_variants_value":{"type":"object","properties":{"avif":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"bmp":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"gif":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"jp2":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"jpeg":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"jpg":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"jpg2":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"png":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"tif":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"tiff":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"webp":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true}}},"tls-certificates-and-hostnames_hostname_associations_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostnames-2"}}}},"type":"object"}]},"tls-certificates-and-hostnames_hostname_association":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostnames-2"},"mtls_certificate_id":{"type":"string","maxLength":36,"minLength":36,"x-auditable":true}}},"tls-certificates-and-hostnames_client_certificate_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate"}}},"type":"object"}]},"tls-certificates-and-hostnames_csr-2":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_validity_days-2":{"type":"integer","x-auditable":true},"tls-certificates-and-hostnames_client_certificate_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate"}},"type":"object"}]},"cloud-connector_identifier":{"type":"string","maxLength":32,"x-auditable":true},"cloud-connector_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cloud-connector_messages"},"messages":{"$ref":"#/components/schemas/cloud-connector_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cloud-connector_rules":{"type":"array","items":{"$ref":"#/components/schemas/cloud-connector_rule"}},"cloud-connector_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"cloud-connector_rule":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"expression":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"parameters":{"properties":{"host":{"type":"string","x-auditable":true}},"type":"object"},"provider":{"$ref":"#/components/schemas/cloud-connector_provider"}}},"waf-product-api-bundle_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-product-api-bundle_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/waf-product-api-bundle_messages"},"messages":{"$ref":"#/components/schemas/waf-product-api-bundle_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"nullable":true,"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"waf-product-api-bundle_api-response-common-failure-2":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"waf-product-api-bundle_response-custom-scan-collection":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-collection-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan"}}},"type":"object"}]},"waf-product-api-bundle_custom-scan-payload":{"type":"string","x-auditable":true},"waf-product-api-bundle_custom-scan-id":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}]},"waf-product-api-bundle_response-status-2":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-single-2"},{"properties":{"result":{"$ref":"#/components/schemas/waf-product-api-bundle_status-2"}},"type":"object"}]},"tls-certificates-and-hostnames_ct_alerting_subscription_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription"}]}},"type":"object"}]},"tls-certificates-and-hostnames_ct_alerting_subscription_update":{"type":"object","properties":{"emails":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_emails"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_enabled"}},"additionalProperties":false,"required":["enabled"]},"tls-certificates-and-hostnames_certificate_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-certificate"}}},"type":"object"}]},"tls-certificates-and-hostnames_bundle_method":{"type":"string","default":"ubiquitous","enum":["ubiquitous","optimal","force"],"x-auditable":true},"tls-certificates-and-hostnames_certificate":{"type":"string"},"tls-certificates-and-hostnames_custom_csr_id":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_deploy":{"type":"string","default":"production","enum":["staging","production"],"x-auditable":true},"tls-certificates-and-hostnames_geo_restrictions":{"type":"object","properties":{"label":{"type":"string","enum":["us","eu","highest_security"],"x-auditable":true}}},"tls-certificates-and-hostnames_policy":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_private_key":{"type":"string","x-sensitive":true},"tls-certificates-and-hostnames_type":{"type":"string","default":"legacy_custom","enum":["legacy_custom","sni_custom"],"x-auditable":true},"tls-certificates-and-hostnames_certificate_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-certificate"}},"type":"object"}]},"tls-certificates-and-hostnames_priority":{"type":"number","default":0,"x-auditable":true},"tls-certificates-and-hostnames_certificate_response_id_only":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}},"type":"object"}]},"tls-certificates-and-hostnames_custom_csr_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr"}}},"type":"object"}]},"tls-certificates-and-hostnames_custom_csr_create_request":{"type":"object","properties":{"common_name":{"type":"string","maxLength":64},"country":{"type":"string"},"key_type":{"type":"string","default":"rsa2048","enum":["rsa2048","p256v1"]},"locality":{"type":"string"},"organization":{"type":"string"},"organizational_unit":{"type":"string"},"sans":{"type":"array","items":{"maxLength":256,"type":"string"},"maxItems":150,"minItems":1},"state":{"type":"string"}},"required":["country","state","locality","organization","common_name","sans"]},"tls-certificates-and-hostnames_custom_csr_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_hostname_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_api_response_common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-hostname"}},"result_info":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_result_info"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_metadata":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_custom_origin_server":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_custom_origin_sni":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_hostname_post":{"type":"string","maxLength":255,"x-auditable":true},"tls-certificates-and-hostnames_sslpost":{"type":"object","oneOf":[{"properties":{"bundle_method":{"type":"string","default":"ubiquitous","enum":["ubiquitous","optimal","force"],"x-auditable":true},"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority"},"cloudflare_branding":{"type":"boolean","x-auditable":true},"custom_cert_bundle":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_cert_bundle"},"custom_certificate":{"type":"string","x-auditable":true},"custom_csr_id":{"type":"string","x-auditable":true},"custom_key":{"type":"string","x-sensitive":true},"method":{"type":"string","enum":["http","txt","email"],"x-auditable":true},"settings":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_sslsettings"},"type":{"type":"string","enum":["dv"],"x-auditable":true},"wildcard":{"type":"boolean","x-auditable":true}},"type":"object"}]},"tls-certificates-and-hostnames_custom_hostname_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_api_response_common"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-hostname"}]}},"type":"object"}]},"tls-certificates-and-hostnames_fallback_origin_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallbackorigin"}},"type":"object"}]},"tls-certificates-and-hostnames_origin":{"type":"string","maxLength":255,"x-auditable":true},"tls-certificates-and-hostnames_custom_hostname_quota_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_api_response_common"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_quota"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_hostname_api_response_failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"},{"minItems":1}]},"messages":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_messages"},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tls-certificates-and-hostnames_custom_cert_and_key":{"type":"object","properties":{"custom_certificate":{"type":"string"},"custom_key":{"type":"string","x-sensitive":true}},"required":["custom_certificate","custom_key"]},"dns-custom-nameservers_identifier-2":{"type":"string","maxLength":32,"x-auditable":true},"dns-custom-nameservers_get_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-collection"},{"$ref":"#/components/schemas/dns-custom-nameservers_zone_metadata"}]},"dns-custom-nameservers_zone_metadata":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"ns_set":{"type":"number","default":1,"maximum":5,"minimum":1,"x-auditable":true}}},"dns-custom-nameservers_empty_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":0}},"type":"object"}]},"tls-certificates-and-hostnames_dcv_delegation_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uuidObject"}]}},"type":"object"}]},"teams-devices_devices_policy_certificates_single":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates"}},"type":"object"}]},"teams-devices_devices_policy_certificates":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]},"dns-records_type":{"type":"string","enum":["A","AAAA","CAA","CERT","CNAME","DNSKEY","DS","HTTPS","LOC","MX","NAPTR","NS","OPENPGPKEY","PTR","SMIMEA","SRV","SSHFP","SVCB","TLSA","TXT","URI"],"x-auditable":true},"dns-records_proxied":{"type":"boolean","default":false,"x-auditable":true},"dns-records_match":{"type":"string","default":"all","enum":["any","all"]},"dns-records_search":{"type":"string"},"dns-records_tag_match":{"type":"string","default":"all","enum":["any","all"]},"dns-records_page":{"type":"number","default":1,"minimum":1},"dns-records_per_page":{"type":"number","default":100,"maximum":5000000,"minimum":1},"dns-records_order":{"type":"string","default":"type","enum":["type","name","content","ttl","proxied"]},"dns-records_direction":{"type":"string","default":"asc","enum":["asc","desc"]},"dns-records_dns_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}}},"type":"object"}]},"dns-records_dns-record-post":{"type":"object","anyOf":[{"$ref":"#/components/schemas/dns-records_dns-record-without-data"},{"$ref":"#/components/schemas/dns-records_dns-record-with-data"}]},"dns-records_dns_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"type":"object"}]},"dns-records_dns-request-batch-object":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-batch-delete"}},"patches":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-batch-patch"}},"posts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-batch-post"}},"puts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-batch-put"}}}},"dns-records_dns_response_batch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-records_dns-response-batch-object"}},"type":"object"}]},"dns-records_dns_response_import_scan":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"type":"object","properties":{"recs_added":{"type":"number"},"total_records_parsed":{"type":"number"}}}},"type":"object"}]},"dns-records_dns-request-review-scan-object":{"type":"object","properties":{"accepts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-scan-batch-accept"}},"rejects":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-scan-batch-reject"}}}},"dns-records_dns_response_review_scan":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-records_dns-response-review-scan-object"}},"type":"object"}]},"dns-records_dns_response_trigger_scan":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"}]},"dns-records_dns_response_zone_usage":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"type":"object","properties":{"record_quota":{"type":"integer","minimum":0,"nullable":true},"record_usage":{"type":"integer","minimum":0}},"required":["record_usage","record_quota"]}},"type":"object"}]},"dns-records_dns-record-patch":{"type":"object","anyOf":[{"$ref":"#/components/schemas/dns-records_dns-record-without-data"},{"$ref":"#/components/schemas/dns-records_dns-record-with-data"}]},"dns-settings_dns_response_single-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-settings_dns-settings-zone-response"}},"type":"object"}],"required":["result"]},"dns-settings_dns-settings-zone-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-patch"},{"properties":{"nameservers":{"type":"object","properties":{"ns_set":{"type":"integer","maximum":5,"minimum":1,"x-auditable":true},"type":{"type":"string","enum":["cloudflare.standard","cloudflare.advanced","custom.account","custom.tenant","custom.zone"],"x-auditable":true}},"x-stainless-terraform-configurability":"computed_optional"}},"type":"object"}]},"dnssec_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dnssec_dnssec_response_single":{"allOf":[{"$ref":"#/components/schemas/dnssec_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dnssec_dnssec"}},"type":"object"}]},"dnssec_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dnssec_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dnssec_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dnssec_delete_dnssec_response_single":{"allOf":[{"$ref":"#/components/schemas/dnssec_api-response-single"},{"properties":{"result":{"type":"string"}},"type":"object"}]},"dnssec_dnssec_multi_signer":{"type":"boolean","x-auditable":true},"dnssec_dnssec_presigned":{"type":"boolean","x-auditable":true},"dnssec_dnssec_use_nsec3":{"type":"boolean","x-auditable":true},"dnssec_dnssec_zsk_response_collection":{"allOf":[{"$ref":"#/components/schemas/dnssec_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dnssec_dnssec_zsk"}}},"type":"object"}]},"email_email_settings_response_single":{"allOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email_settings"}}}]},"email_update_email_routing_settings_properties":{"type":"object","properties":{"enabled":{"type":"boolean","enum":[true,false]},"skip_wizard":{"type":"boolean","enum":[true,false]},"support_subaddress":{"type":"boolean","enum":[true,false]}}},"email_email_setting_name":{"type":"string","x-auditable":true},"email_email_routing_dns_query_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_api-response-collection"},{"properties":{"result":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/email_email_routing_get_response_dns_errors"},"record":{"type":"array","items":{"$ref":"#/components/schemas/email_dns_record"}}}}}}]},"email_dns_settings_response_collection":{"allOf":[{"$ref":"#/components/schemas/email_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email_dns_record"}}}}]},"email_email_setting_dns_request_body":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/email_email_setting_name"}},"nullable":true},"email_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_api-response-common"}]},"email_rules_response_collection":{"allOf":[{"$ref":"#/components/schemas/email_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email_rules"}},"result_info":{"type":"object","properties":{"count":{},"page":{},"per_page":{},"total_count":{}}}}}]},"email_create_rule_properties":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"owner_worker_tag":{"$ref":"#/components/schemas/email_rule_owner_worker_tag"},"priority":{"$ref":"#/components/schemas/email_rule_priority"},"source":{"$ref":"#/components/schemas/email_rule_source"}},"required":["actions","matchers"]},"email_rule_response_single":{"allOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email_rules"}}}]},"email_catch_all_rule_response_single":{"allOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email_catch_all_rule"}}}]},"email_update_catch_all_rule_properties":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_catchall-actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_catchall-matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"owner_worker_tag":{"$ref":"#/components/schemas/email_rule_owner_worker_tag"},"source":{"$ref":"#/components/schemas/email_rule_source"}},"required":["actions","matchers"]},"email_rule_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"email_update_rule_properties":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"owner_worker_tag":{"$ref":"#/components/schemas/email_rule_owner_worker_tag"},"priority":{"$ref":"#/components/schemas/email_rule_priority"},"source":{"$ref":"#/components/schemas/email_rule_source"}},"required":["actions","matchers"]},"kamino_environments_response":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/kamino_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/kamino_message"}},"result":{"$ref":"#/components/schemas/kamino_environments_result"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]},"kamino_environments_request":{"type":"object","properties":{"environments":{"type":"array","items":{"$ref":"#/components/schemas/kamino_environment"}}},"required":["environments"]},"cache-purge_identifier":{"type":"string","maxLength":32},"cache-purge_FlexPurgeByTags":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string","x-auditable":true}}},"title":"Purge by tags"},"cache-purge_FlexPurgeByHostnames":{"type":"object","properties":{"hosts":{"type":"array","items":{"type":"string","x-auditable":true}}},"title":"Purge by hostnames"},"cache-purge_FlexPurgeByPrefixes":{"type":"object","properties":{"prefixes":{"type":"array","items":{"type":"string","x-auditable":true}}},"title":"Purge by prefixes"},"cache-purge_Everything":{"type":"object","properties":{"purge_everything":{"type":"boolean","x-auditable":true}},"title":"Purge everything"},"cache-purge_SingleFile":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string","x-auditable":true}}},"title":"Purge files"},"cache-purge_SingleFileWithUrlAndHeaders":{"type":"object","properties":{"files":{"type":"array","items":{"properties":{"headers":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"url":{"type":"string","x-auditable":true}},"type":"object"}}},"title":"Purge files with URL and headers"},"cache-purge_api-response-single-id":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cache-purge_messages"},"messages":{"$ref":"#/components/schemas/cache-purge_messages"},"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/cache-purge_identifier"}},"required":["id"]},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"cache-purge_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cache-purge_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cache-purge_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"firewall_identifier":{"type":"string","maxLength":32,"readOnly":true},"firewall_filters_components-schemas-paused":{"type":"boolean"},"firewall_filter-response-collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter"}}},"type":"object"}]},"firewall_filter-rule-update-request":{"allOf":[{"$ref":"#/components/schemas/firewall_filter"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}]}},"type":"object"}]},"firewall_filter":{"type":"object","properties":{"expression":{"$ref":"#/components/schemas/firewall_expression"},"id":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"},"paused":{"$ref":"#/components/schemas/firewall_filters_components-schemas-paused"},"ref":{"$ref":"#/components/schemas/firewall_schemas-ref"}},"additionalProperties":false},"firewall_filters_components-schemas-id":{"type":"string","maxLength":32,"minLength":32,"readOnly":true},"firewall_filter-delete-response-collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},"type":"object"}}},"type":"object"}]},"firewall_filter-response-single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_filter"}},"required":["result"],"type":"object"}]},"firewall_filter-delete-response-single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},"required":["id"]}},"required":["result"],"type":"object"}]},"firewall_schemas-description_search":{"type":"string","x-auditable":true},"firewall_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"firewall_ip_search":{"type":"string"},"firewall_schemas-priority":{"type":"number","x-auditable":true},"firewall_uri_search":{"type":"string","x-auditable":true},"firewall_ip_range_search":{"type":"string","x-auditable":true},"firewall_zonelockdown_response_collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_zonelockdown"}}},"required":["result"],"type":"object"}]},"firewall_configurations":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/firewall_schemas-ip_configuration"},{"$ref":"#/components/schemas/firewall_schemas-cidr_configuration"}]}},"firewall_schemas-paused":{"type":"boolean","x-auditable":true},"firewall_urls":{"type":"array","items":{"type":"string","x-auditable":true}},"firewall_zonelockdown_response_single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_zonelockdown"}},"required":["result"],"type":"object"}]},"firewall_lockdowns_components-schemas-id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"firewall_filter-rules-response-collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter-rule-response"}}},"required":["result"],"type":"object"}]},"firewall_action":{"type":"object","anyOf":[{"properties":{"mode":{"$ref":"#/components/schemas/firewall_mode"},"response":{"$ref":"#/components/schemas/firewall_custom_response"},"timeout":{"$ref":"#/components/schemas/firewall_timeout"}},"type":"object"}]},"firewall_firewall-rules_components-schemas-id":{"type":"string","maxLength":32,"readOnly":true},"firewall_filter-rules-response-collection-delete":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter-rule-response"}}},"required":["result"],"type":"object"}]},"firewall_filter-rules-single-response":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_filter-rule-response"}},"required":["result"],"type":"object"}]},"firewall_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true},"firewall_delete_filter_if_unused":{"type":"boolean"},"firewall_filter-rules-single-response-delete":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_filter-rule-response"}},"required":["result"],"type":"object"}]},"firewall_description_search":{"type":"string","x-auditable":true},"firewall_firewalluablock_response_collection":{"allOf":[{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_firewalluablock"}}},"type":"object"},{"$ref":"#/components/schemas/firewall_api-response-collection"}]},"firewall_ua_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ua"]},"value":{"type":"string","x-auditable":true}},"title":"A user agent configuration."},"firewall_firewalluablock_response_single":{"allOf":[{"properties":{"result":{"$ref":"#/components/schemas/firewall_firewalluablock"}},"type":"object"},{"$ref":"#/components/schemas/firewall_api-response-single"}]},"firewall_components-ua-rule-id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"firewall_override_response_collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_override"}}},"required":["result"],"type":"object"}]},"firewall_override_response_single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_override"}},"required":["result"],"type":"object"}]},"firewall_overrides-id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"firewall_rewrite_action":{"type":"object","properties":{"block":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"},"challenge":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"},"default":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"},"disable":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"},"simulate":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"}}},"firewall_rules":{"type":"object","additionalProperties":{"allOf":[{"$ref":"#/components/schemas/firewall_waf_action"}]}},"firewall_package_response_collection":{"anyOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_package"}}},"type":"object"}]},"firewall_package_id":{"type":"string","maxLength":32,"readOnly":true},"firewall_package_response_single":{"oneOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"firewall_action_mode":{"type":"string","default":"challenge","enum":["simulate","block","challenge"]},"firewall_sensitivity":{"type":"string","default":"high","enum":["high","medium","low","off"]},"firewall_anomaly_package":{"allOf":[{"$ref":"#/components/schemas/firewall_package_definition"},{"properties":{"action_mode":{"$ref":"#/components/schemas/firewall_action_mode"},"detection_mode":{"$ref":"#/components/schemas/firewall_anomaly_detection_mode"},"name":{"$ref":"#/components/schemas/firewall_anomaly_name"},"sensitivity":{"$ref":"#/components/schemas/firewall_sensitivity"}},"type":"object"}],"required":["id","name","description","zone_id","detection_mode","sensitivity","action_mode"],"title":"Anomaly detection WAF package (OWASP)"},"waf-managed-rules_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-managed-rules_schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-managed-rules_mode":{"type":"string","default":"on","enum":["on","off"],"x-auditable":true},"waf-managed-rules_rule_group_response_collection":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_schemas-group"}}},"type":"object"}]},"waf-managed-rules_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"waf-managed-rules_rule_group_response_single":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"waf-managed-rules_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-managed-rules_rule_response_collection":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_rule"}}},"type":"object"}]},"waf-managed-rules_rule_response_single":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"waf-managed-rules_anomaly_rule":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-managed-rules_schemas-base"},{"properties":{"allowed_modes":{"$ref":"#/components/schemas/waf-managed-rules_allowed_modes_anomaly"},"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode_anomaly"}},"type":"object"}],"required":["id","description","priority","allowed_modes","mode","group","package_id"],"title":"Anomaly detection WAF rule"},"waf-managed-rules_traditional_deny_rule":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_base"},{"properties":{"allowed_modes":{"$ref":"#/components/schemas/waf-managed-rules_allowed_modes_deny_traditional"},"default_mode":{"$ref":"#/components/schemas/waf-managed-rules_default_mode"},"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode_deny_traditional"}},"type":"object"}],"required":["id","description","priority","allowed_modes","default_mode","mode","group","package_id"],"title":"Traditional (deny) WAF rule"},"waf-managed-rules_traditional_allow_rule":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_base"},{"properties":{"allowed_modes":{"$ref":"#/components/schemas/waf-managed-rules_allowed_modes_allow_traditional"},"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode_allow_traditional"}},"type":"object"}],"required":["id","description","priority","allowed_modes","default_mode","mode","group","package_id"],"title":"Traditional (allow) WAF rule"},"fraud_identifier":{"type":"string","maxLength":32,"x-auditable":true},"fraud_fraud_settings_response_body":{"allOf":[{"$ref":"#/components/schemas/fraud_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/fraud_fraud_settings"}},"type":"object"}]},"fraud_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/fraud_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/fraud_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"fraud_fraud_settings":{"type":"object","properties":{"authentication_settings":{"$ref":"#/components/schemas/fraud_authentication_settings"},"user_profiles":{"$ref":"#/components/schemas/fraud_user_profiles_status"},"username_expressions":{"$ref":"#/components/schemas/fraud_username_expressions"}},"additionalProperties":false},"healthchecks_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"healthchecks_response_collection":{"allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/healthchecks_healthchecks"}}}}]},"healthchecks_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/healthchecks_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/healthchecks_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"healthchecks_query_healthcheck":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/healthchecks_address"},"check_regions":{"$ref":"#/components/schemas/healthchecks_check_regions"},"consecutive_fails":{"$ref":"#/components/schemas/healthchecks_consecutive_fails"},"consecutive_successes":{"$ref":"#/components/schemas/healthchecks_consecutive_successes"},"http_config":{"$ref":"#/components/schemas/healthchecks_http_config"},"interval":{"$ref":"#/components/schemas/healthchecks_interval"},"name":{"$ref":"#/components/schemas/healthchecks_name"},"retries":{"$ref":"#/components/schemas/healthchecks_retries"},"suspended":{"$ref":"#/components/schemas/healthchecks_suspended"},"tcp_config":{"$ref":"#/components/schemas/healthchecks_tcp_config"},"timeout":{"$ref":"#/components/schemas/healthchecks_timeout"},"type":{"$ref":"#/components/schemas/healthchecks_type"}},"required":["name","address"]},"healthchecks_single_response":{"allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/healthchecks_healthchecks"}},"type":"object"}]},"healthchecks_id_response":{"allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/healthchecks_identifier"}}}},"type":"object"}]},"zones_identifier-2":{"type":"string","maxLength":32,"x-auditable":true},"zones_api-response-single-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_api-response-common-3"},{"properties":{"result":{"anyOf":[{"type":"object"},{"type":"string"}]}}}]},"zones_api-response-common-failure-2":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zones_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zones_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tls-certificates-and-hostnames_setting_id":{"type":"string","enum":["ciphers","min_tls_version","http2"],"x-auditable":true},"tls-certificates-and-hostnames_per_hostname_settings_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-4"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-12"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-5"},"value":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_value"}},"type":"object"}}},"type":"object"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"tls-certificates-and-hostnames_hostname-3":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_value":{"oneOf":[{"items":{"type":"string"},"type":"array","x-auditable":true},{"enum":["1.0","1.1","1.2","1.3"],"type":"string","x-auditable":true},{"enum":["on","off"],"type":"string","x-auditable":true}]},"tls-certificates-and-hostnames_per_hostname_settings_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_settingObject"}]}},"type":"object"}]},"tls-certificates-and-hostnames_per_hostname_settings_response_delete":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_settingObjectDelete"}]}},"type":"object"}]},"intel-sinkholes_ingress_create_params":{"type":"object","properties":{"cidr":{"type":"string"}},"required":["cidr"]},"intel-sinkholes_ingress_single_response":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/intel-sinkholes_ingress_item"}}}]},"tls-certificates-and-hostnames_keyless_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless-certificate"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate-2":{"type":"string"},"tls-certificates-and-hostnames_host":{"type":"string","format":"hostname","maxLength":253,"x-auditable":true},"tls-certificates-and-hostnames_name_write":{"type":"string","maxLength":180,"x-auditable":true},"tls-certificates-and-hostnames_port":{"type":"number","default":24008,"maxLength":65535,"x-auditable":true},"tls-certificates-and-hostnames_keyless_tunnel":{"type":"object","properties":{"private_ip":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_private_ip"},"vnet_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_vnet_id"}},"required":["private_ip","vnet_id"]},"tls-certificates-and-hostnames_keyless_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_base"}]}},"type":"object"}]},"tls-certificates-and-hostnames_keyless_response_single_id":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}},"type":"object"}]},"tls-certificates-and-hostnames_enabled_write":{"type":"boolean","deprecated":true,"x-auditable":true},"waf-product-api-bundle_response-status":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waf-product-api-bundle_status"}},"type":"object"}]},"waf-product-api-bundle_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"waf-product-api-bundle_status":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}}},"waf-product-api-bundle_response-custom-detection-collection":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-detection"}}},"type":"object"}]},"waf-product-api-bundle_custom-detection":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waf-product-api-bundle_detection-id"},"password":{"type":"string","x-auditable":true},"username":{"type":"string","x-auditable":true}}},"waf-product-api-bundle_response-custom-detection":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-detection"}},"type":"object"}]},"waf-product-api-bundle_detection-id":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}],"x-auditable":true},"waf-product-api-bundle_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/waf-product-api-bundle_messages"},"messages":{"$ref":"#/components/schemas/waf-product-api-bundle_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"load-balancing_adaptive_routing":{"type":"object","properties":{"failover_across_pools":{"type":"boolean","default":false,"x-auditable":true}}},"load-balancing_country_pools":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"}},"load-balancing_default_pools":{"type":"array","items":{"type":"string"}},"load-balancing_fallback_pool":{"type":"string","x-auditable":true},"load-balancing_location_strategy":{"type":"object","properties":{"mode":{"type":"string","default":"pop","enum":["pop","resolver_ip"],"x-auditable":true},"prefer_ecs":{"type":"string","default":"proximity","enum":["always","never","proximity","geo"],"x-auditable":true}}},"load-balancing_components-schemas-name":{"type":"string","x-auditable":true},"load-balancing_pop_pools":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"}},"load-balancing_proxied":{"type":"boolean","default":false,"x-auditable":true},"load-balancing_random_steering":{"type":"object","properties":{"default_weight":{"type":"number","default":1,"maximum":1,"minimum":0,"multipleOf":0.1,"x-auditable":true},"pool_weights":{"type":"object","additionalProperties":{"type":"number","x-auditable":true}}}},"load-balancing_region_pools":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"}},"load-balancing_rules":{"type":"array","items":{"additionalProperties":false,"properties":{"condition":{"type":"string","x-auditable":true},"disabled":{"type":"boolean","default":false,"x-auditable":true},"fixed_response":{"$ref":"#/components/schemas/load-balancing_fixed_response"},"name":{"type":"string","maxLength":200,"x-auditable":true},"overrides":{"$ref":"#/components/schemas/load-balancing_rule_overrides"},"priority":{"type":"integer","default":0,"minimum":0,"x-auditable":true},"terminates":{"type":"boolean","x-auditable":true}},"type":"object"}},"load-balancing_session_affinity":{"type":"string","default":"none","enum":["none","cookie","ip_cookie","header"],"x-auditable":true},"load-balancing_session_affinity_attributes":{"type":"object","properties":{"drain_duration":{"type":"number","x-auditable":true},"headers":{"type":"array","items":{"maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$","type":"string","x-auditable":true},"default":"none","uniqueItems":true},"require_all_headers":{"type":"boolean","default":false,"x-auditable":true},"samesite":{"type":"string","default":"Auto","enum":["Auto","Lax","None","Strict"],"x-auditable":true},"secure":{"type":"string","default":"Auto","enum":["Auto","Always","Never"],"x-auditable":true},"zero_downtime_failover":{"type":"string","default":"none","enum":["none","temporary","sticky"],"x-auditable":true}}},"load-balancing_session_affinity_ttl":{"type":"number","x-auditable":true},"load-balancing_steering_policy":{"type":"string","default":"","enum":["off","geo","random","dynamic_latency","proximity","least_outstanding_requests","least_connections",""],"x-auditable":true},"load-balancing_ttl":{"type":"number","x-auditable":true},"load-balancing_components-schemas-enabled":{"type":"boolean","default":true,"x-auditable":true},"logpush_instant_logs_job_response_collection":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/logpush_instant_logs_job"}}},"type":"object"}]},"logpush_fields":{"type":"string","x-auditable":true},"logpush_filter-2":{"type":"string","x-auditable":true},"logpush_sample":{"type":"integer","x-auditable":true},"logpush_instant_logs_job_response_single":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/logpush_instant_logs_job"}},"type":"object"}]},"logcontrol_retention_flag_response_single":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/logcontrol_retention_flag"}}}]},"logcontrol_retention_flag":{"type":"object","properties":{"flag":{"$ref":"#/components/schemas/logcontrol_flag"}},"nullable":true},"logshare_identifier":{"type":"string","maxLength":32,"x-auditable":true},"logshare_ray_identifier":{"type":"string","maxLength":16,"readOnly":true,"x-auditable":true},"logshare_fields":{"type":"string","x-auditable":true},"logshare_timestamps":{"type":"string","default":"unixnano","enum":["unix","unixnano","rfc3339"],"x-auditable":true},"logshare_logs_response_json_lines":{"anyOf":[{"type":"string"},{"type":"object"}]},"logshare_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/logshare_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/logshare_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"logshare_start":{"anyOf":[{"type":"string"},{"type":"integer"}],"x-auditable":true},"logshare_end":{"anyOf":[{"type":"string"},{"type":"integer"}],"x-auditable":true},"logshare_sample":{"type":"number","maximum":1,"minimum":0,"x-auditable":true},"logshare_count":{"type":"integer","minimum":1,"x-auditable":true},"logshare_fields_response":{"type":"object","properties":{"key":{"type":"string","x-auditable":true}}},"rulesets_ZoneId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Zone ID"},"tls-certificates-and-hostnames_certificate_response_collection-3":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_zone-authenticated-origin-pull"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate-5":{"type":"string","x-stainless-terraform":{"normalize_newlines":true}},"tls-certificates-and-hostnames_private_key-2":{"type":"string","x-sensitive":true},"tls-certificates-and-hostnames_certificate_response_single-3":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_zone-authenticated-origin-pull"}},"type":"object"}]},"tls-certificates-and-hostnames_hostname_assoc_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_assoc_object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"tls-certificates-and-hostnames_config":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_certid_input"}},"tls-certificates-and-hostnames_hostname_aop_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_response_collection-4":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject-2"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate-6":{"type":"string","x-stainless-terraform":{"normalize_newlines":true}},"tls-certificates-and-hostnames_private_key-3":{"type":"string","x-sensitive":true},"tls-certificates-and-hostnames_certificate_response_single-4":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject-2"}},"type":"object"}]},"tls-certificates-and-hostnames_hostname-2":{"type":"string","maxLength":255,"x-auditable":true},"tls-certificates-and-hostnames_hostname_aop_single_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_certid_object"}},"type":"object"}]},"tls-certificates-and-hostnames_enabled_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-4"}}}},"type":"object"}]},"tls-certificates-and-hostnames_enabled-4":{"type":"boolean","x-auditable":true},"page-shield_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"page-shield_api-get-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/page-shield_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}}}]},"page-shield_get-zone-settings-response":{"properties":{"enabled":{"$ref":"#/components/schemas/page-shield_enabled"},"updated_at":{"$ref":"#/components/schemas/page-shield_updated_at"},"use_cloudflare_reporting_endpoint":{"$ref":"#/components/schemas/page-shield_use_cloudflare_reporting_endpoint"},"use_connection_url_path":{"$ref":"#/components/schemas/page-shield_use_connection_url_path"}},"required":["enabled","updated_at","use_cloudflare_reporting_endpoint","use_connection_url_path"]},"page-shield_api-response-common-failure":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/page-shield_messages"},"messages":{"$ref":"#/components/schemas/page-shield_messages"},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]},"page-shield_enabled":{"type":"boolean","x-auditable":true},"page-shield_use_cloudflare_reporting_endpoint":{"type":"boolean","x-auditable":true},"page-shield_use_connection_url_path":{"type":"boolean","x-auditable":true},"page-shield_zone_settings_response_single":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-response-single"},{"properties":{"result":{"type":"object"}}}]},"page-shield_update-zone-settings-response":{"properties":{"enabled":{"$ref":"#/components/schemas/page-shield_enabled"},"updated_at":{"$ref":"#/components/schemas/page-shield_updated_at"},"use_cloudflare_reporting_endpoint":{"$ref":"#/components/schemas/page-shield_use_cloudflare_reporting_endpoint"},"use_connection_url_path":{"$ref":"#/components/schemas/page-shield_use_connection_url_path"}},"required":["enabled","updated_at","use_cloudflare_reporting_endpoint","use_connection_url_path"]},"page-shield_list-zone-connections-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-list-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_connection"}}},"type":"object"}]},"page-shield_get-zone-connection-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_connection"}},"required":["result"]}]},"page-shield_list-zone-cookies-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-list-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_cookie"}}},"required":["result"],"type":"object"}]},"page-shield_get-zone-cookie-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_cookie"}},"required":["result"]}]},"page-shield_list-zone-policies-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-list-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_policy-with-id"}}},"required":["result"],"type":"object"}]},"page-shield_policy":{"properties":{"action":{"$ref":"#/components/schemas/page-shield_policy-action"},"enabled":{"$ref":"#/components/schemas/page-shield_policy-enabled"},"expression":{"$ref":"#/components/schemas/page-shield_policy-expression"},"value":{"$ref":"#/components/schemas/page-shield_policy-value"}},"required":["description","action","expression","enabled","value"]},"page-shield_get-zone-policy-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_policy-with-id"}},"required":["result"]}]},"page-shield_policy-action":{"type":"string","enum":["allow","log","add_reporting_directives"],"x-auditable":true},"page-shield_policy-enabled":{"type":"boolean","x-auditable":true},"page-shield_policy-expression":{"type":"string","x-auditable":true},"page-shield_policy-value":{"type":"string","x-auditable":true},"page-shield_list-zone-scripts-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-list-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_script"}}},"required":["result"],"type":"object"}]},"page-shield_get-zone-script-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/page-shield_script"},{"properties":{"versions":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_version"},"nullable":true}}}]}},"required":["result"]}]},"zones_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zones_messages-2"},"messages":{"$ref":"#/components/schemas/zones_messages-2"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"zones_page_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/zones_actions"},"created_on":{"$ref":"#/components/schemas/zones_created_on"},"id":{"$ref":"#/components/schemas/zones_identifier-2"},"modified_on":{"$ref":"#/components/schemas/zones_modified_on"},"priority":{"$ref":"#/components/schemas/zones_priority"},"status":{"$ref":"#/components/schemas/zones_status"},"targets":{"$ref":"#/components/schemas/zones_targets"}},"required":["id","targets","actions","priority","status","modified_on","created_on"]},"zones_actions":{"type":"array","items":{"discriminator":{"propertyName":"id"},"oneOf":[{"$ref":"#/components/schemas/zones_always_use_https"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites"},{"$ref":"#/components/schemas/zones_browser_cache_ttl"},{"$ref":"#/components/schemas/zones_browser_check"},{"$ref":"#/components/schemas/zones_bypass_cache_on_cookie"},{"$ref":"#/components/schemas/zones_cache_by_device_type"},{"$ref":"#/components/schemas/zones_cache_deception_armor"},{"$ref":"#/components/schemas/zones_cache_key_fields"},{"$ref":"#/components/schemas/zones_cache_level"},{"$ref":"#/components/schemas/zones_cache_on_cookie"},{"$ref":"#/components/schemas/zones_cache_ttl_by_status"},{"$ref":"#/components/schemas/zones_disable_apps"},{"$ref":"#/components/schemas/zones_disable_performance"},{"$ref":"#/components/schemas/zones_disable_security"},{"$ref":"#/components/schemas/zones_disable_zaraz"},{"$ref":"#/components/schemas/zones_edge_cache_ttl"},{"$ref":"#/components/schemas/zones_email_obfuscation"},{"$ref":"#/components/schemas/zones_explicit_cache_control"},{"$ref":"#/components/schemas/zones_forwarding_url"},{"$ref":"#/components/schemas/zones_host_header_override"},{"$ref":"#/components/schemas/zones_ip_geolocation"},{"$ref":"#/components/schemas/zones_mirage"},{"$ref":"#/components/schemas/zones_opportunistic_encryption"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru"},{"$ref":"#/components/schemas/zones_polish"},{"$ref":"#/components/schemas/zones_resolve_override"},{"$ref":"#/components/schemas/zones_respect_strong_etag"},{"$ref":"#/components/schemas/zones_response_buffering"},{"$ref":"#/components/schemas/zones_rocket_loader"},{"$ref":"#/components/schemas/zones_security_level"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache"},{"$ref":"#/components/schemas/zones_ssl"},{"$ref":"#/components/schemas/zones_true_client_ip_header"},{"$ref":"#/components/schemas/zones_waf"}]},"x-stainless-skip":["terraform"]},"zones_priority":{"type":"integer","default":1,"x-auditable":true},"zones_status":{"type":"string","default":"disabled","enum":["active","disabled"],"x-auditable":true},"zones_targets":{"type":"array","items":{"$ref":"#/components/schemas/zones_target"},"x-stainless-skip":["terraform"]},"zones_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_api-response-common-2"}]},"zones_settings":{"type":"array","items":{"type":"object"}},"zones_api-response-single-id-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_api-response-common-2"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/zones_identifier-2"}},"required":["id"]}},"type":"object"}]},"pay-per-crawl_getZoneCanBeEnabledResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_DaricZoneCanBeEnabled"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_getConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_DaricConfig"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"rlanalytics_rate_limit_analytics":{"type":"object","properties":{"labels":{"type":"object","additionalProperties":{"type":"string"}},"since":{"type":"string","format":"date-time"},"time_delta":{"type":"integer","enum":[60,3600,86400,2592000]},"timeseries":{"type":"array","items":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_timeseries_point"}},"until":{"type":"string","format":"date-time"},"zone_id":{"type":"integer","format":"int64"}},"required":["since","until","time_delta","labels","timeseries"]},"rlanalytics_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/rlanalytics_messages"},"minItems":1},"messages":{"type":"array","items":{"$ref":"#/components/schemas/rlanalytics_messages"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"firewall_ratelimit_response_collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_rate-limits"}}},"type":"object"}]},"firewall_match":{"type":"object","oneOf":[{"properties":{"headers":{"type":"array","items":{"properties":{"name":{"$ref":"#/components/schemas/firewall_header_name"},"op":{"$ref":"#/components/schemas/firewall_header_op"},"value":{"$ref":"#/components/schemas/firewall_header_value"}},"type":"object"}},"request":{"type":"object","properties":{"methods":{"$ref":"#/components/schemas/firewall_methods"},"schemes":{"$ref":"#/components/schemas/firewall_schemes"},"url":{"$ref":"#/components/schemas/firewall_url"}}},"response":{"type":"object","properties":{"origin_traffic":{"$ref":"#/components/schemas/firewall_origin_traffic"}}}},"type":"object"}]},"firewall_period":{"type":"number","maximum":86400,"minimum":10,"x-auditable":true},"firewall_threshold":{"type":"number","minimum":1,"x-auditable":true},"firewall_ratelimit_response_single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_rate-limits"}},"type":"object"}]},"firewall_rate_limit_id":{"type":"string","maxLength":32,"readOnly":true},"firewall_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"secondary-dns_identifier":{"type":"string","readOnly":true,"x-auditable":true},"secondary-dns_force_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_force_result"}},"type":"object"}]},"secondary-dns_single_response_incoming":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"auto_refresh_seconds":{"$ref":"#/components/schemas/secondary-dns_auto_refresh_seconds"},"checked_time":{"$ref":"#/components/schemas/secondary-dns_time"},"created_time":{"$ref":"#/components/schemas/secondary-dns_time"},"id":{"$ref":"#/components/schemas/secondary-dns_identifier"},"modified_time":{"$ref":"#/components/schemas/secondary-dns_time"},"name":{"$ref":"#/components/schemas/secondary-dns_name"},"peers":{"$ref":"#/components/schemas/secondary-dns_peers"},"soa_serial":{"$ref":"#/components/schemas/secondary-dns_soa_serial"}}}},"type":"object"}]},"secondary-dns_dns-secondary-secondary-zone":{"type":"object","properties":{"auto_refresh_seconds":{"$ref":"#/components/schemas/secondary-dns_auto_refresh_seconds"},"id":{"$ref":"#/components/schemas/secondary-dns_identifier"},"name":{"$ref":"#/components/schemas/secondary-dns_name"},"peers":{"$ref":"#/components/schemas/secondary-dns_peers"}},"required":["id","name","peers","auto_refresh_seconds"]},"secondary-dns_id_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier"}}}},"type":"object"}]},"secondary-dns_single_response_outgoing":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"checked_time":{"$ref":"#/components/schemas/secondary-dns_time"},"created_time":{"$ref":"#/components/schemas/secondary-dns_time"},"id":{"$ref":"#/components/schemas/secondary-dns_identifier"},"last_transferred_time":{"$ref":"#/components/schemas/secondary-dns_time"},"name":{"$ref":"#/components/schemas/secondary-dns_name"},"peers":{"$ref":"#/components/schemas/secondary-dns_peers"},"soa_serial":{"$ref":"#/components/schemas/secondary-dns_soa_serial"}}}},"type":"object"}]},"secondary-dns_single_request_outgoing":{"properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier"},"name":{"$ref":"#/components/schemas/secondary-dns_name"},"peers":{"$ref":"#/components/schemas/secondary-dns_peers"}},"required":["id","name","peers"]},"secondary-dns_disable_transfer_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_disable_transfer_result"}},"type":"object"}]},"secondary-dns_enable_transfer_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_enable_transfer_result"}},"type":"object"}]},"secondary-dns_force_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_force_result-2"}},"type":"object"}]},"security-center_auditLogResponse":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/security-center_auditLog"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}}}},"type":"object"}]},"security-center_scansListResponse":{"type":"object","properties":{"quota":{"$ref":"#/components/schemas/security-center_scanQuota"},"scans":{"type":"array","items":{"$ref":"#/components/schemas/security-center_scanStatusResponse"}}},"required":["scans","quota"]},"security-center_newScanRequest":{"oneOf":[{"properties":{"issue_type":{"$ref":"#/components/schemas/security-center_issueType"}},"required":["issue_type"],"type":"object"},{"properties":{"issue_class":{"$ref":"#/components/schemas/security-center_issueClass"}},"required":["issue_class"],"type":"object"},{"additionalProperties":false,"type":"object"}]},"security-center_newScanResponse":{"type":"object","properties":{"scan_id":{"type":"string","x-auditable":true}}},"security-center_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"}]},"security-center_securityTxt":{"type":"object","properties":{"acknowledgments":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"canonical":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"contact":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"enabled":{"type":"boolean","x-auditable":true},"encryption":{"type":"array","items":{"format":"uri","type":"string"}},"expires":{"type":"string","format":"date-time","x-auditable":true},"hiring":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"policy":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"preferred_languages":{"type":"string","x-auditable":true}}},"zones_zone_settings_response_collection":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-4"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/zones_0rtt"},{"$ref":"#/components/schemas/zones_advanced_ddos"},{"$ref":"#/components/schemas/zones_cache-rules_aegis"},{"$ref":"#/components/schemas/zones_always_online"},{"$ref":"#/components/schemas/zones_always_use_https-2"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites-2"},{"$ref":"#/components/schemas/zones_brotli"},{"$ref":"#/components/schemas/zones_browser_cache_ttl-2"},{"$ref":"#/components/schemas/zones_browser_check-2"},{"$ref":"#/components/schemas/zones_cache_level-2"},{"$ref":"#/components/schemas/zones_challenge_ttl"},{"$ref":"#/components/schemas/zones_ciphers"},{"$ref":"#/components/schemas/zones_content_converter"},{"$ref":"#/components/schemas/zones_cname_flattening"},{"$ref":"#/components/schemas/zones_development_mode"},{"$ref":"#/components/schemas/zones_early_hints"},{"$ref":"#/components/schemas/zones_edge_cache_ttl-2"},{"$ref":"#/components/schemas/zones_email_obfuscation-2"},{"$ref":"#/components/schemas/zones_h2_prioritization"},{"$ref":"#/components/schemas/zones_hotlink_protection"},{"$ref":"#/components/schemas/zones_http2"},{"$ref":"#/components/schemas/zones_http3"},{"$ref":"#/components/schemas/zones_image_resizing"},{"$ref":"#/components/schemas/zones_ip_geolocation-2"},{"$ref":"#/components/schemas/zones_ipv6"},{"$ref":"#/components/schemas/zones_max_upload"},{"$ref":"#/components/schemas/zones_min_tls_version"},{"$ref":"#/components/schemas/zones_mirage-2"},{"$ref":"#/components/schemas/zones_nel"},{"$ref":"#/components/schemas/zones_opportunistic_encryption-2"},{"$ref":"#/components/schemas/zones_opportunistic_onion"},{"$ref":"#/components/schemas/zones_orange_to_orange"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru-2"},{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams"},{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version"},{"$ref":"#/components/schemas/zones_polish-2"},{"$ref":"#/components/schemas/zones_prefetch_preload"},{"$ref":"#/components/schemas/zones_privacy_pass"},{"$ref":"#/components/schemas/zones_proxy_read_timeout"},{"$ref":"#/components/schemas/zones_pseudo_ipv4"},{"$ref":"#/components/schemas/zones_redirects_for_ai_training"},{"$ref":"#/components/schemas/zones_replace_insecure_js"},{"$ref":"#/components/schemas/zones_response_buffering-2"},{"$ref":"#/components/schemas/zones_rocket_loader-2"},{"$ref":"#/components/schemas/zones_schemas-automatic_platform_optimization"},{"$ref":"#/components/schemas/zones_search_for_agents"},{"$ref":"#/components/schemas/zones_security_header"},{"$ref":"#/components/schemas/zones_security_level-2"},{"$ref":"#/components/schemas/zones_server_side_exclude"},{"$ref":"#/components/schemas/zones_sha1_support"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache-2"},{"$ref":"#/components/schemas/zones_ssl-2"},{"$ref":"#/components/schemas/zones_ssl_recommender"},{"$ref":"#/components/schemas/zones_tls_1_2_only"},{"$ref":"#/components/schemas/zones_tls_1_3"},{"$ref":"#/components/schemas/zones_tls_client_auth"},{"$ref":"#/components/schemas/zones_transformations"},{"$ref":"#/components/schemas/zones_transformations_allowed_origins"},{"$ref":"#/components/schemas/zones_true_client_ip_header-2"},{"$ref":"#/components/schemas/zones_waf-2"},{"$ref":"#/components/schemas/zones_webmcp_enabled"},{"$ref":"#/components/schemas/zones_webmcp_packs"},{"$ref":"#/components/schemas/zones_webp"},{"$ref":"#/components/schemas/zones_websockets"}]}}}}]},"zones_api-response-common-failure-3":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zones_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zones_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"zones_multiple_settings":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/zones_0rtt"},{"$ref":"#/components/schemas/zones_advanced_ddos"},{"$ref":"#/components/schemas/zones_cache-rules_aegis"},{"$ref":"#/components/schemas/zones_always_online"},{"$ref":"#/components/schemas/zones_always_use_https-2"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites-2"},{"$ref":"#/components/schemas/zones_brotli"},{"$ref":"#/components/schemas/zones_browser_cache_ttl-2"},{"$ref":"#/components/schemas/zones_browser_check-2"},{"$ref":"#/components/schemas/zones_cache_level-2"},{"$ref":"#/components/schemas/zones_challenge_ttl"},{"$ref":"#/components/schemas/zones_china_network_enabled"},{"$ref":"#/components/schemas/zones_content_converter"},{"$ref":"#/components/schemas/zones_ciphers"},{"$ref":"#/components/schemas/zones_cname_flattening"},{"$ref":"#/components/schemas/zones_development_mode"},{"$ref":"#/components/schemas/zones_early_hints"},{"$ref":"#/components/schemas/zones_edge_cache_ttl-2"},{"$ref":"#/components/schemas/zones_email_obfuscation-2"},{"$ref":"#/components/schemas/zones_h2_prioritization"},{"$ref":"#/components/schemas/zones_hotlink_protection"},{"$ref":"#/components/schemas/zones_http2"},{"$ref":"#/components/schemas/zones_http3"},{"$ref":"#/components/schemas/zones_ip_geolocation-2"},{"$ref":"#/components/schemas/zones_ipv6"},{"$ref":"#/components/schemas/zones_max_upload"},{"$ref":"#/components/schemas/zones_min_tls_version"},{"$ref":"#/components/schemas/zones_mirage-2"},{"$ref":"#/components/schemas/zones_nel"},{"$ref":"#/components/schemas/zones_opportunistic_encryption-2"},{"$ref":"#/components/schemas/zones_opportunistic_onion"},{"$ref":"#/components/schemas/zones_orange_to_orange"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru-2"},{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams"},{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version"},{"$ref":"#/components/schemas/zones_polish-2"},{"$ref":"#/components/schemas/zones_prefetch_preload"},{"$ref":"#/components/schemas/zones_privacy_pass"},{"$ref":"#/components/schemas/zones_proxy_read_timeout"},{"$ref":"#/components/schemas/zones_pseudo_ipv4"},{"$ref":"#/components/schemas/zones_redirects_for_ai_training"},{"$ref":"#/components/schemas/zones_replace_insecure_js"},{"$ref":"#/components/schemas/zones_response_buffering-2"},{"$ref":"#/components/schemas/zones_rocket_loader-2"},{"$ref":"#/components/schemas/zones_schemas-automatic_platform_optimization"},{"$ref":"#/components/schemas/zones_search_for_agents"},{"$ref":"#/components/schemas/zones_security_header"},{"$ref":"#/components/schemas/zones_security_level-2"},{"$ref":"#/components/schemas/zones_server_side_exclude"},{"$ref":"#/components/schemas/zones_sha1_support"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache-2"},{"$ref":"#/components/schemas/zones_ssl-2"},{"$ref":"#/components/schemas/zones_ssl_recommender"},{"$ref":"#/components/schemas/zones_tls_1_2_only"},{"$ref":"#/components/schemas/zones_tls_1_3"},{"$ref":"#/components/schemas/zones_tls_client_auth"},{"$ref":"#/components/schemas/zones_true_client_ip_header-2"},{"$ref":"#/components/schemas/zones_waf-2"},{"$ref":"#/components/schemas/zones_webmcp_enabled"},{"$ref":"#/components/schemas/zones_webmcp_packs"},{"$ref":"#/components/schemas/zones_webp"},{"$ref":"#/components/schemas/zones_websockets"}]}},"cache-rules_aegis_response_value":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cache-rules_aegis"}}},"cache-rules_aegis_value":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"pool_id":{"type":"string","x-auditable":true}}},"csam-config-service_csam_scanner_single_response":{"allOf":[{"$ref":"#/components/schemas/csam-config-service_api_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_setting"}},"type":"object"}]},"csam-config-service_api_response_common_failure":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/csam-config-service_api_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/csam-config-service_api_response_message"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"csam-config-service_csam_scanner_third_party_update_request":{"type":"object","properties":{"id":{"type":"string","enum":["csam_scanner"]},"value":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_third_party_update_value"}}},"speed_identifier":{"type":"string","maxLength":32,"x-auditable":true},"speed_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/speed_messages"},"messages":{"$ref":"#/components/schemas/speed_messages"},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages"]},"speed_cloudflare_fonts":{"allOf":[{"$ref":"#/components/schemas/speed_base"},{"properties":{"id":{"type":"string","enum":["fonts"],"x-auditable":true},"value":{"$ref":"#/components/schemas/speed_cloudflare_fonts_value"}},"type":"object"}],"title":"Cloudflare Fonts"},"speed_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/speed_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/speed_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages","result"]},"speed_cloudflare_fonts_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"google-tag-gateway_identifier":{"type":"string","maxLength":32,"x-auditable":true},"google-tag-gateway_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/google-tag-gateway_messages"},"messages":{"$ref":"#/components/schemas/google-tag-gateway_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"google-tag-gateway_google-tag-gateway-config":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"endpoint":{"type":"string","x-auditable":true},"hideOriginalIp":{"type":"boolean","x-auditable":true},"measurementId":{"type":"string","x-auditable":true},"setUpTag":{"type":"boolean","nullable":true,"x-auditable":true}},"required":["enabled","endpoint","hideOriginalIp","measurementId"],"title":"Google Tag Gateway configuration"},"google-tag-gateway_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/google-tag-gateway_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/google-tag-gateway_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"cache-rules_origin_h2_max_streams_response_value":{"allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams"}},"type":"object"}]},"cache-rules_origin_h2_max_streams_value":{"type":"integer","maximum":1000,"minimum":1,"x-auditable":true},"cache-rules_origin_max_http_version_response_value":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cache-rules_origin_max_http_version"}}},"cache-rules_origin_max_http_version_value":{"type":"string","enum":["2","1"],"x-auditable":true},"rum_rum-site-response-single":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/rum_rum_site"}},"type":"object"}]},"rum_toggle-rum-request":{"type":"object","properties":{"value":{"type":"string"}}},"speed_cloudflare_speed_brain_response":{"allOf":[{"$ref":"#/components/schemas/speed_base"},{"properties":{"value":{"type":"string"}},"type":"object"}],"title":"Cloudflare Speed Brain response"},"cache_identifier":{"type":"string","maxLength":32},"cache_api-response-single-id":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cache_messages"},"messages":{"$ref":"#/components/schemas/cache_messages"},"result":{"$ref":"#/components/schemas/cache_result"},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"cache_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cache_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cache_messages"}]},"result":{"$ref":"#/components/schemas/cache_result"},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"cache_schemas_patch":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache_schemas_value"}},"required":["value"]},"zaraz_identifier":{"type":"string","maxLength":32,"x-auditable":true},"zaraz_zaraz-config-response":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zaraz_zaraz-config-return"}},"type":"object"}]},"zaraz_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zaraz_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zaraz_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"zaraz_zaraz-config-body":{"allOf":[{"$ref":"#/components/schemas/zaraz_zaraz-config-base"},{"properties":{"tools":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/components/schemas/zaraz_managed-component"},{"$ref":"#/components/schemas/zaraz_custom-managed-component"}]}}},"type":"object"}]},"zaraz_zaraz-config-return":{"allOf":[{"$ref":"#/components/schemas/zaraz_zaraz-config-base"},{"properties":{"tools":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/components/schemas/zaraz_managed-component"},{"$ref":"#/components/schemas/zaraz_custom-managed-component"}]}}},"type":"object"}]},"zaraz_zaraz-history-response":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/zaraz_zaraz-config-row-base"},{"properties":{},"required":["description"],"type":"object"}]}}},"type":"object"}]},"zaraz_zaraz-config-history-response":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"type":"object","additionalProperties":{"allOf":[{"$ref":"#/components/schemas/zaraz_zaraz-config-row-base"},{"nullable":true,"properties":{"config":{"$ref":"#/components/schemas/zaraz_zaraz-config-return"}},"required":["config"],"type":"object"}]}}},"type":"object"}]},"zaraz_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zaraz_messages"},"messages":{"$ref":"#/components/schemas/zaraz_messages"},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages","result"]},"zaraz_zaraz-workflow-response":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zaraz_zaraz-workflow"}},"type":"object"}]},"zaraz_zaraz-workflow":{"type":"string","enum":["realtime","preview"],"x-auditable":true},"zones_setting_name":{"type":"string"},"zones_api-response-common-4":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zones_messages"},"messages":{"$ref":"#/components/schemas/zones_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"zones_setting":{"type":"object","oneOf":[{"$ref":"#/components/schemas/zones_0rtt"},{"$ref":"#/components/schemas/zones_advanced_ddos"},{"$ref":"#/components/schemas/zones_cache-rules_aegis"},{"$ref":"#/components/schemas/zones_always_online"},{"$ref":"#/components/schemas/zones_always_use_https-2"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites-2"},{"$ref":"#/components/schemas/zones_brotli"},{"$ref":"#/components/schemas/zones_browser_cache_ttl-2"},{"$ref":"#/components/schemas/zones_browser_check-2"},{"$ref":"#/components/schemas/zones_cache_level-2"},{"$ref":"#/components/schemas/zones_challenge_ttl"},{"$ref":"#/components/schemas/zones_china_network_enabled"},{"$ref":"#/components/schemas/zones_content_converter"},{"$ref":"#/components/schemas/zones_ciphers"},{"$ref":"#/components/schemas/zones_cname_flattening"},{"$ref":"#/components/schemas/zones_development_mode"},{"$ref":"#/components/schemas/zones_early_hints"},{"$ref":"#/components/schemas/zones_edge_cache_ttl-2"},{"$ref":"#/components/schemas/zones_email_obfuscation-2"},{"$ref":"#/components/schemas/zones_h2_prioritization"},{"$ref":"#/components/schemas/zones_hotlink_protection"},{"$ref":"#/components/schemas/zones_http2"},{"$ref":"#/components/schemas/zones_http3"},{"$ref":"#/components/schemas/zones_image_resizing"},{"$ref":"#/components/schemas/zones_ip_geolocation-2"},{"$ref":"#/components/schemas/zones_ipv6"},{"$ref":"#/components/schemas/zones_max_upload"},{"$ref":"#/components/schemas/zones_min_tls_version"},{"$ref":"#/components/schemas/zones_mirage-2"},{"$ref":"#/components/schemas/zones_nel"},{"$ref":"#/components/schemas/zones_opportunistic_encryption-2"},{"$ref":"#/components/schemas/zones_opportunistic_onion"},{"$ref":"#/components/schemas/zones_orange_to_orange"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru-2"},{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams"},{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version"},{"$ref":"#/components/schemas/zones_polish-2"},{"$ref":"#/components/schemas/zones_prefetch_preload"},{"$ref":"#/components/schemas/zones_privacy_pass"},{"$ref":"#/components/schemas/zones_proxy_read_timeout"},{"$ref":"#/components/schemas/zones_pseudo_ipv4"},{"$ref":"#/components/schemas/zones_redirects_for_ai_training"},{"$ref":"#/components/schemas/zones_replace_insecure_js"},{"$ref":"#/components/schemas/zones_response_buffering-2"},{"$ref":"#/components/schemas/zones_rocket_loader-2"},{"$ref":"#/components/schemas/zones_schemas-automatic_platform_optimization"},{"$ref":"#/components/schemas/zones_search_for_agents"},{"$ref":"#/components/schemas/zones_security_header"},{"$ref":"#/components/schemas/zones_security_level-2"},{"$ref":"#/components/schemas/zones_server_side_exclude"},{"$ref":"#/components/schemas/zones_sha1_support"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache-2"},{"$ref":"#/components/schemas/zones_ssl-2"},{"$ref":"#/components/schemas/zones_ssl_recommender"},{"$ref":"#/components/schemas/zones_tls_1_2_only"},{"$ref":"#/components/schemas/zones_tls_1_3"},{"$ref":"#/components/schemas/zones_tls_client_auth"},{"$ref":"#/components/schemas/zones_transformations"},{"$ref":"#/components/schemas/zones_transformations_allowed_origins"},{"$ref":"#/components/schemas/zones_true_client_ip_header-2"},{"$ref":"#/components/schemas/zones_waf-2"},{"$ref":"#/components/schemas/zones_webmcp_enabled"},{"$ref":"#/components/schemas/zones_webmcp_packs"},{"$ref":"#/components/schemas/zones_webp"},{"$ref":"#/components/schemas/zones_websockets"}]},"zones_zone_settings_single_request":{"oneOf":[{"properties":{"enabled":{"$ref":"#/components/schemas/zones_ssl_recommender_enabled"}},"type":"object"},{"properties":{"value":{"$ref":"#/components/schemas/zones_setting_value"}},"type":"object"}]},"smartshield_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"smartshield_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/smartshield_messages"},"messages":{"$ref":"#/components/schemas/smartshield_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"smartshield_single_smart_shield_get_response":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/smartshield_smart_shield_settings_get_response"}},"type":"object"}]},"smartshield_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/smartshield_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/smartshield_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"smartshield_smart_shield_settings_patch_body":{"type":"object","properties":{"cache_reserve":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}}},"regional_tiered_cache":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}}},"smart_routing":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}}},"smart_tiered_cache":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}}}}},"smartshield_single_smart_shield_patch_response":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/smartshield_smart_shield_settings_patch_response"}},"type":"object"}]},"smartshield_cache_reserve_clear_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_cache_reserve_clear"},{"properties":{"end_ts":{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_end_ts"},"start_ts":{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_start_ts"},"state":{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_state"}},"required":["state","start_ts"],"type":"object"}]}}},"smartshield_response_collection":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/smartshield_healthchecks"}}}}]},"smartshield_query_healthcheck":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/smartshield_address"},"check_regions":{"$ref":"#/components/schemas/smartshield_check_regions"},"consecutive_fails":{"$ref":"#/components/schemas/smartshield_consecutive_fails"},"consecutive_successes":{"$ref":"#/components/schemas/smartshield_consecutive_successes"},"http_config":{"$ref":"#/components/schemas/smartshield_http_config"},"interval":{"$ref":"#/components/schemas/smartshield_interval"},"name":{"$ref":"#/components/schemas/smartshield_name"},"retries":{"$ref":"#/components/schemas/smartshield_retries"},"suspended":{"$ref":"#/components/schemas/smartshield_suspended"},"tcp_config":{"$ref":"#/components/schemas/smartshield_tcp_config"},"timeout":{"$ref":"#/components/schemas/smartshield_timeout"},"type":{"$ref":"#/components/schemas/smartshield_type"}},"required":["name","address"]},"smartshield_single_hc_response":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/smartshield_healthchecks"}},"type":"object"}]},"smartshield_single_hc_id_response":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/smartshield_identifier"}}}},"type":"object"}]},"snippets_ZoneId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Zone ID","x-auditable":true},"snippets_Page":{"type":"integer","default":1,"minimum":1,"title":"Page","x-auditable":true},"snippets_PerPage":{"type":"integer","default":25,"minimum":1,"title":"Per Page","x-auditable":true},"snippets_SnippetName":{"type":"string","pattern":"^[A-Za-z0-9_]+$","title":"Snippet Name","x-auditable":true},"spectrum-analytics_identifier":{"type":"string","maxLength":32,"x-auditable":true},"spectrum-analytics_app_id_param":{"type":"string"},"spectrum-analytics_query-response-aggregate":{"allOf":[{"$ref":"#/components/schemas/spectrum-analytics_api-response-single"},{"properties":{"result":{"type":"array","items":{"properties":{"appID":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_identifier"}]},"bytesEgress":{"type":"number"},"bytesIngress":{"type":"number"},"connections":{"type":"number"},"durationAvg":{"type":"number"}},"required":["appID","bytesIngress","bytesEgress","connections","durationAvg"],"type":"object"}}}}]},"spectrum-analytics_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/spectrum-analytics_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/spectrum-analytics_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"spectrum-analytics_dimensions":{"type":"array","items":{"enum":["event","appID","coloName","ipVersion"],"type":"string"}},"spectrum-analytics_sort":{"type":"array","items":{"type":"string"}},"spectrum-analytics_until":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_timestamp"}]},"spectrum-analytics_metrics":{"type":"array","items":{"enum":["count","bytesIngress","bytesEgress","durationAvg","durationMedian","duration90th","duration99th"],"type":"string"}},"spectrum-analytics_filters":{"type":"string"},"spectrum-analytics_since":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_timestamp"}]},"spectrum-analytics_query-response-single":{"allOf":[{"$ref":"#/components/schemas/spectrum-analytics_api-response-single"},{"properties":{"result":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/spectrum-analytics_column"}},"data_lag":{"type":"number","minimum":0},"max":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_stat"}]},"min":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_stat"}]},"query":{"$ref":"#/components/schemas/spectrum-analytics_query"},"rows":{"type":"number","minimum":0},"time_intervals":{"type":"array","items":{"items":{"$ref":"#/components/schemas/spectrum-analytics_timestamp"},"type":"array"}},"totals":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_stat"}]}},"required":["rows","data","data_lag","min","max","totals","query"]}}}]},"spectrum-config_zone_identifier":{"allOf":[{},{"readOnly":true},{"$ref":"#/components/schemas/spectrum-config_identifier"}]},"spectrum-config_app_config_collection":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-collection"},{"properties":{"result":{"oneOf":[{"items":{"$ref":"#/components/schemas/spectrum-config_app_config"},"type":"array"},{"items":{"$ref":"#/components/schemas/spectrum-config_paygo_app_config"},"type":"array"}]}}}]},"spectrum-config_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"spectrum-config_update_app_config":{"oneOf":[{"$ref":"#/components/schemas/spectrum-config_app_config"},{"$ref":"#/components/schemas/spectrum-config_paygo_app_config"}]},"spectrum-config_app_config_single":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-single"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/spectrum-config_app_config"},{"$ref":"#/components/schemas/spectrum-config_paygo_app_config"}]}}}]},"spectrum-config_app_identifier":{"allOf":[{},{"readOnly":true},{"$ref":"#/components/schemas/spectrum-config_identifier"}]},"spectrum-config_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/spectrum-config_identifier"}},"required":["id"]}},"type":"object"}]},"observatory_identifier":{"type":"string","maxLength":32,"x-auditable":true},"observatory_availabilities-response":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/observatory_availabilities"}},"type":"object"}]},"observatory_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/observatory_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/observatory_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"observatory_pages-response-collection":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"region":{"$ref":"#/components/schemas/observatory_labeled_region"},"scheduleFrequency":{"$ref":"#/components/schemas/observatory_schedule_frequency"},"tests":{"type":"array","items":{"$ref":"#/components/schemas/observatory_page_test"}},"url":{"$ref":"#/components/schemas/observatory_url"}},"type":"object"}}},"type":"object"}]},"observatory_url":{"type":"string","x-auditable":true},"observatory_region":{"type":"string","enum":["asia-east1","asia-northeast1","asia-northeast2","asia-south1","asia-southeast1","australia-southeast1","europe-north1","europe-southwest1","europe-west1","europe-west2","europe-west3","europe-west4","europe-west8","europe-west9","me-west1","southamerica-east1","us-central1","us-east1","us-east4","us-south1","us-west1"],"x-auditable":true},"observatory_page-test-response-collection":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/observatory_page_test"}}},"type":"object"},{"properties":{"result_info":{"$ref":"#/components/schemas/observatory_result_info"}},"type":"object"}]},"observatory_page-test-response-single":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/observatory_page_test"}},"type":"object"}]},"observatory_count-response":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"type":"object","properties":{"count":{"type":"number","x-auditable":true}}}},"type":"object"}]},"observatory_device_type":{"type":"string","enum":["DESKTOP","MOBILE"],"x-auditable":true},"observatory_timestamp":{"type":"string","format":"date-time","x-auditable":true},"observatory_trend-response":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/observatory_trend"}},"type":"object"}]},"observatory_schedule-response-single":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/observatory_schedule"}},"type":"object"}]},"observatory_schedule_frequency":{"type":"string","enum":["DAILY","WEEKLY"],"x-auditable":true},"observatory_create-schedule-response":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"type":"object","properties":{"schedule":{"$ref":"#/components/schemas/observatory_schedule"},"test":{"$ref":"#/components/schemas/observatory_page_test"}}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_analyze_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_pack_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_authority-2":{"type":"string","enum":["google","lets_encrypt","ssl_com"],"x-auditable":true},"tls-certificates-and-hostnames_cloudflare_branding":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_hosts-2":{"type":"array","items":{"type":"string","x-auditable":true},"x-stainless-collection-type":"set","x-stainless-terraform-configurability":"computed_optional"},"tls-certificates-and-hostnames_advanced_type":{"type":"string","enum":["advanced"],"x-auditable":true},"tls-certificates-and-hostnames_validation_method":{"type":"string","enum":["txt","http","email"],"x-auditable":true},"tls-certificates-and-hostnames_validity_days":{"type":"integer","enum":[14,30,90,365],"x-auditable":true},"tls-certificates-and-hostnames_advanced_certificate_pack_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack"}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_pack_quota_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"advanced":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_quota"}}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_pack_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack"}},"type":"object"}]},"tls-certificates-and-hostnames_delete_advanced_certificate_pack_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}},"type":"object"}]},"tls-certificates-and-hostnames_ssl_universal_settings_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_universal"}},"type":"object"}]},"tls-certificates-and-hostnames_universal":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-2"}}},"tls-certificates-and-hostnames_ssl_verification_response_collection":{"allOf":[{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification"}}},"type":"object"}]},"tls-certificates-and-hostnames_cert_pack_uuid":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_validation_method-3":{"type":"object","properties":{"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method_definition"}},"required":["validation_method"]},"tls-certificates-and-hostnames_ssl_validation_method_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-6"},"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method_definition"}}}},"type":"object"}]},"api-shield_uuid-2":{"allOf":[{"minLength":36,"type":"string","x-auditable":true},{"$ref":"#/components/schemas/api-shield_uuid"}]},"api-shield_action":{"type":"string","enum":["log","block"],"x-auditable":true},"api-shield_enabled":{"type":"boolean","x-auditable":true},"api-shield_host":{"type":"string","format":"hostname","maxLength":255,"x-auditable":true},"api-shield_selector-operation-state":{"type":"string","enum":["included","excluded","ignored"],"x-auditable":true},"api-shield_method":{"type":"string","enum":["GET","POST","HEAD","OPTIONS","PUT","DELETE","CONNECT","PATCH","TRACE"],"x-auditable":true},"api-shield_endpoint":{"type":"string","format":"uri-template","maxLength":4096,"pattern":"^/.*$","x-auditable":true},"waitingroom_query_waitingroom":{"type":"object","properties":{"additional_routes":{"$ref":"#/components/schemas/waitingroom_additional_routes"},"cookie_attributes":{"$ref":"#/components/schemas/waitingroom_cookie_attributes"},"cookie_suffix":{"$ref":"#/components/schemas/waitingroom_cookie_suffix"},"custom_page_html":{"$ref":"#/components/schemas/waitingroom_custom_page_html"},"default_template_language":{"$ref":"#/components/schemas/waitingroom_default_template_language"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_disable_session_renewal"},"enabled_origin_commands":{"$ref":"#/components/schemas/waitingroom_enabled_origin_commands"},"host":{"$ref":"#/components/schemas/waitingroom_host"},"json_response_enabled":{"$ref":"#/components/schemas/waitingroom_json_response_enabled"},"name":{"$ref":"#/components/schemas/waitingroom_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_new_users_per_minute"},"path":{"$ref":"#/components/schemas/waitingroom_path"},"queue_all":{"$ref":"#/components/schemas/waitingroom_queue_all"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_queueing_method"},"queueing_status_code":{"$ref":"#/components/schemas/waitingroom_queueing_status_code"},"session_duration":{"$ref":"#/components/schemas/waitingroom_session_duration"},"suspended":{"$ref":"#/components/schemas/waitingroom_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_total_active_users"},"turnstile_action":{"$ref":"#/components/schemas/waitingroom_turnstile_action"},"turnstile_mode":{"$ref":"#/components/schemas/waitingroom_turnstile_mode"}},"required":["name","host","new_users_per_minute","total_active_users"]},"waitingroom_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waitingroom_waitingroom"}},"type":"object"}]},"waitingroom_query_preview":{"type":"object","properties":{"custom_html":{"$ref":"#/components/schemas/waitingroom_custom_page_html"}},"required":["custom_html"]},"waitingroom_preview_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"preview_url":{"$ref":"#/components/schemas/waitingroom_preview_url"}}}},"type":"object"}]},"waitingroom_zone_settings_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"search_engine_crawler_bypass":{"$ref":"#/components/schemas/waitingroom_search_engine_crawler_bypass"}},"required":["search_engine_crawler_bypass"]}},"required":["result"],"type":"object"}]},"waitingroom_zone_settings":{"type":"object","properties":{"search_engine_crawler_bypass":{"$ref":"#/components/schemas/waitingroom_search_engine_crawler_bypass"}}},"waitingroom_waiting_room_id":{"type":"string","x-auditable":true},"waitingroom_waiting_room_id_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}}}},"type":"object"}]},"waitingroom_event_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waitingroom_event_result"}}},"type":"object"}]},"waitingroom_event_id":{"type":"string","x-auditable":true},"waitingroom_event_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waitingroom_event_result"}},"type":"object"}]},"waitingroom_query_event":{"type":"object","properties":{"custom_page_html":{"$ref":"#/components/schemas/waitingroom_event_custom_page_html"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_event_disable_session_renewal"},"event_end_time":{"$ref":"#/components/schemas/waitingroom_event_end_time"},"event_start_time":{"$ref":"#/components/schemas/waitingroom_event_start_time"},"name":{"$ref":"#/components/schemas/waitingroom_event_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_event_new_users_per_minute"},"prequeue_start_time":{"$ref":"#/components/schemas/waitingroom_event_prequeue_start_time"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_event_queueing_method"},"session_duration":{"$ref":"#/components/schemas/waitingroom_event_session_duration"},"shuffle_at_event_start":{"$ref":"#/components/schemas/waitingroom_event_shuffle_at_event_start"},"suspended":{"$ref":"#/components/schemas/waitingroom_event_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_event_total_active_users"},"turnstile_action":{"$ref":"#/components/schemas/waitingroom_event_turnstile_action"},"turnstile_mode":{"$ref":"#/components/schemas/waitingroom_event_turnstile_mode"}},"required":["name","event_start_time","event_end_time"]},"waitingroom_event_id_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waitingroom_event_id"}}}},"type":"object"}]},"waitingroom_event_details_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waitingroom_event_details_result"}},"type":"object"}]},"waitingroom_rules_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waitingroom_rule_result"}}},"type":"object"}]},"waitingroom_update_rules":{"type":"array","items":{"$ref":"#/components/schemas/waitingroom_create_rule"}},"waitingroom_rule_id":{"type":"string","x-auditable":true},"waitingroom_patch_rule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/waitingroom_rule_action"},"enabled":{"$ref":"#/components/schemas/waitingroom_rule_enabled"},"expression":{"$ref":"#/components/schemas/waitingroom_rule_expression"},"position":{"$ref":"#/components/schemas/waitingroom_rule_position"}},"required":["action","expression"]},"waitingroom_status_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"estimated_queued_users":{"$ref":"#/components/schemas/waitingroom_estimated_queued_users"},"estimated_total_active_users":{"$ref":"#/components/schemas/waitingroom_estimated_total_active_users"},"event_id":{"$ref":"#/components/schemas/waitingroom_status_event_id"},"max_estimated_time_minutes":{"$ref":"#/components/schemas/waitingroom_max_estimated_time_minutes"},"status":{"$ref":"#/components/schemas/waitingroom_status"}}}},"type":"object"}]},"web3_identifier":{"type":"string","maxLength":32,"readOnly":true},"web3_collection_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/web3_web3-hostname"}}}}]},"web3_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/web3_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/web3_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"web3_create_request":{"type":"object","properties":{"dnslink":{"$ref":"#/components/schemas/web3_dnslink"},"name":{"$ref":"#/components/schemas/web3_name"},"target":{"$ref":"#/components/schemas/web3_target"}},"required":["name","target"]},"web3_single_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/web3_web3-hostname"}}}]},"web3_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/web3_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/web3_identifier"}},"required":["id"]}}}]},"web3_modify_request":{"type":"object","properties":{"dnslink":{"$ref":"#/components/schemas/web3_dnslink"}}},"web3_content_list_details_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/web3_content_list_details"}}}]},"web3_content_list_update_request":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/web3_content_list_action"},"entries":{"$ref":"#/components/schemas/web3_content_list_entries"}},"required":["action","entries"]},"web3_content_list_entry_collection_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-collection"},{"properties":{"result":{"type":"object","properties":{"entries":{"$ref":"#/components/schemas/web3_content_list_entries"}}}}}]},"web3_content_list_entry_single_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/web3_content_list_entry"}}}]},"web3_content_list_entry_create_request":{"type":"object","properties":{"content":{"$ref":"#/components/schemas/web3_content_list_entry_content"},"type":{"$ref":"#/components/schemas/web3_content_list_entry_type"}},"required":["type","content"]},"workers_route":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/workers_identifier"}],"readOnly":true},"pattern":{"type":"string","x-auditable":true},"script":{"type":"string","x-auditable":true}},"required":["id","pattern"]},"api-shield_api_discovery_origin":{"type":"string","enum":["ML","SessionIdentifier","LabelDiscovery"],"x-auditable":true},"api-shield_api_discovery_state":{"type":"string","enum":["review","saved","ignored"],"x-auditable":true},"api-shield_uuid":{"type":"string","maxLength":36,"x-auditable":true},"api-shield_label_source":{"type":"string","enum":["user","managed"],"x-auditable":true},"api-shield_identifier-2":{"allOf":[{"$ref":"#/components/schemas/api-shield_identifier"},{"readOnly":true,"type":"string","x-auditable":true}]},"billable-usage-api_identifier":{"type":"string","maxLength":32,"pattern":"^[0-9a-f]{32}$"},"builds_account_id":{"type":"string"},"builds_build_uuid":{"type":"string","format":"uuid"},"builds_deploy_hook_uuid":{"type":"string","format":"uuid"},"builds_repo_connection_uuid":{"type":"string","format":"uuid"},"builds_script_name":{"type":"string"},"builds_trigger_uuid":{"type":"string","format":"uuid"},"csam-config-service_zone_identifier":{"type":"string","maxLength":32,"minLength":1},"dls_identifier":{"type":"string","maxLength":32,"x-auditable":true},"email-auth_identifier":{"type":"string","maxLength":32,"x-auditable":true},"email-security_identifier":{"type":"string","maxLength":32,"x-auditable":true},"intel-sinkholes_identifier":{"type":"string","maxLength":32,"readOnly":true},"logpull_AccessKeyId":{"type":"string"},"logpull_AccountId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"logpull_Bucket":{"type":"string"},"logpull_TimestampRFC3339":{"type":"string","format":"date-time"},"logpull_Limit":{"type":"integer","maximum":1000,"minimum":1},"logpull_Prefix":{"type":"string"},"logpull_SecretAccessKey":{"type":"string"},"moq_account_identifier":{"type":"string"},"organizations-api_OrganizationID":{"type":"string","pattern":"^[a-f0-9]{32}$","title":"Organization ID"},"posture-api_VendorsEnum":{"type":"string","enum":["ANTHROPIC","AWS","BITBUCKET","BOX","CONFLUENCE","DROPBOX","GITHUB","GOOGLE_CLOUD_PLATFORM","GOOGLE_WORKSPACE","JIRA","MICROSOFT","MICROSOFT_INTERNAL","OPENAI","SALESFORCE","SERVICENOW","SLACK"]},"resource-sharing_share_kind":{"type":"string","enum":["sent","received"],"x-auditable":true},"resource-sharing_resource_status":{"type":"string","enum":["active","deleting","deleted"],"x-auditable":true},"resource-sharing_resource_type":{"type":"string","enum":["custom-ruleset","gateway-policy","gateway-destination-ip","gateway-block-page-settings","gateway-extended-email-matching","idp-federation-grant"],"x-auditable":true},"resource-sharing_share_status":{"type":"string","enum":["active","deleting","deleted"],"x-auditable":true},"resource-sharing_share_target_type":{"type":"string","enum":["account","organization"],"x-auditable":true},"resource-tagging_resource_type":{"type":"string","enum":["access_application","access_application_policy","access_group","account","account_ruleset","ai_gateway","alerting_policy","alerting_webhook","api_gateway_operation","cloudflared_tunnel","custom_certificate","custom_hostname","d1_database","dns_record","durable_object_namespace","gateway_list","gateway_rule","healthcheck","image","infrastructure_target","kv_namespace","load_balancer","load_balancer_monitor","load_balancer_pool","managed_client_certificate","pages_project","queue","r2_bucket","resource_share","stream_live_input","stream_video","vectorize_index","worker","worker_route","worker_version","zone","zone_ruleset"],"x-auditable":true},"supplat-chronos_BookingCategory":{"type":"string","minLength":1,"x-auditable":true},"supplat-chronos_BookingStatus":{"type":"string","enum":["booked","completed","no_show","cancelled"],"x-auditable":true},"usage-analytics_identifier":{"type":"string","maxLength":32},"vuln_scanner_identifier":{"type":"string","maxLength":32,"x-auditable":true},"aaa_display_name":{"type":"string","x-auditable":true},"aaa_filter_options":{"type":"array","items":{}},"aaa_type":{"type":"string","x-auditable":true},"aaa_alert-types":{"type":"object","properties":{"display_name":{"$ref":"#/components/schemas/aaa_display_name"},"filter_options":{"$ref":"#/components/schemas/aaa_filter_options"},"type":{"$ref":"#/components/schemas/aaa_type"}}},"aaa_result_info-2":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"aaa_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"aaa_messages-3":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["message"],"type":"object","uniqueItems":true}},"aaa_messages-2":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object","uniqueItems":true}},"aaa_result_info":{"type":"object","properties":{"count":{"type":"string"},"cursor":{"type":"string"}}},"aaa_audit-log-action":{"type":"object","properties":{"result":{"type":"string"},"time":{"type":"string","format":"date-time"},"type":{"type":"string"}}},"aaa_audit-log-actor-base":{"type":"object","properties":{"context":{"type":"string","enum":["api_key","api_token","dash","oauth","origin_ca_key"]},"email":{"type":"string","format":"email"},"id":{"type":"string"},"ip_address":{"type":"string"},"token_id":{"type":"string"},"token_name":{"type":"string"}}},"aaa_identifier-2":{"type":"string","maxLength":32,"readOnly":true},"aaa_audit-log-raw":{"type":"object","properties":{"cf_ray_id":{"type":"string"},"method":{"type":"string"},"status_code":{"type":"integer"},"uri":{"type":"string"},"user_agent":{"type":"string"}}},"aaa_audit-logs-v2-history-result-info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"history_status":{"$ref":"#/components/schemas/aaa_history-status"}},"required":["count","history_status"]},"aaa_audit-logs-v2":{"type":"object","properties":{"account":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"action":{"$ref":"#/components/schemas/aaa_audit-log-action"},"actor":{"allOf":[{"$ref":"#/components/schemas/aaa_audit-log-actor-base"},{"properties":{"type":{"type":"string","enum":["account","cloudflare_admin","system","user"]}},"type":"object"}]},"id":{"$ref":"#/components/schemas/aaa_identifier-2"},"raw":{"$ref":"#/components/schemas/aaa_audit-log-raw"},"resource":{"type":"object","properties":{"id":{"type":"string"},"product":{"type":"string"},"request":{"type":"object"},"response":{"type":"object"},"scope":{"type":"object"},"type":{"type":"string"}}},"zone":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}}}},"aaa_history-status":{"type":"string","enum":["exact","approximate","unavailable"]},"aaa_audit-logs-v2-org":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/aaa_audit-log-action"},"actor":{"allOf":[{"$ref":"#/components/schemas/aaa_audit-log-actor-base"},{"properties":{"type":{"type":"string","enum":["cloudflare_admin","system","user"]}},"type":"object"}]},"id":{"$ref":"#/components/schemas/aaa_identifier-2"},"organization":{"type":"object","properties":{"id":{"type":"string"}}},"raw":{"$ref":"#/components/schemas/aaa_audit-log-raw"},"resource":{"type":"object","properties":{"id":{"type":"string"},"product":{"type":"string"},"request":{"type":"object"},"response":{"type":"object"},"scope":{"type":"object"},"type":{"type":"string"}}}}},"aaa_audit-logs-response-collection":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-2"},"result_info":{"$ref":"#/components/schemas/aaa_result_info"},"success":{"type":"boolean","enum":[true]}}},"aaa_audit-logs-v2-product-category":{"type":"object","properties":{"label":{"type":"string"},"products":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs-v2-product-category-item"}},"value":{"type":"string"}}},"aaa_audit-logs-v2-product-category-item":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"string"}}},"aaa_audit-logs":{"type":"object","properties":{"action":{"type":"object","properties":{"result":{"type":"boolean"},"type":{"type":"string"}}},"actor":{"type":"object","properties":{"email":{"type":"string","format":"email"},"id":{"type":"string"},"ip":{"type":"string"},"type":{"type":"string","enum":["user","admin","Cloudflare"]}}},"id":{"type":"string"},"interface":{"type":"string"},"metadata":{"type":"object"},"newValue":{"type":"string"},"oldValue":{"type":"string"},"owner":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/aaa_identifier"}}},"resource":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"}}},"when":{"type":"string","format":"date-time"}}},"aaa_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages"},"messages":{"$ref":"#/components/schemas/aaa_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"aaa_pagerduty":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/aaa_uuid"},"name":{"$ref":"#/components/schemas/aaa_name"}}},"aaa_eligible":{"type":"boolean","x-auditable":true},"aaa_ready":{"type":"boolean","x-auditable":true},"aaa_schemas-type":{"type":"string","enum":["email","pagerduty","webhook"],"x-auditable":true},"aaa_alert_body":{"type":"string"},"aaa_schemas-alert_type":{"type":"string"},"aaa_uuid":{"type":"string","maxLength":32,"x-auditable":true},"aaa_mechanism":{"type":"string","x-auditable":true},"aaa_mechanism_type":{"type":"string","enum":["email","pagerduty","webhook"]},"aaa_sent":{"type":"string","format":"date-time"},"aaa_history":{"type":"object","properties":{"alert_body":{"$ref":"#/components/schemas/aaa_alert_body"},"alert_type":{"$ref":"#/components/schemas/aaa_schemas-alert_type"},"id":{"$ref":"#/components/schemas/aaa_uuid"},"mechanism":{"$ref":"#/components/schemas/aaa_mechanism"},"mechanism_type":{"$ref":"#/components/schemas/aaa_mechanism_type"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"},"policy_id":{"$ref":"#/components/schemas/aaa_policy-id"},"sent":{"$ref":"#/components/schemas/aaa_sent"}}},"aaa_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"}]},"aaa_name":{"type":"string","x-auditable":true},"aaa_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"aaa_policies":{"type":"object","properties":{"alert_interval":{"$ref":"#/components/schemas/aaa_alert_interval"},"alert_type":{"$ref":"#/components/schemas/aaa_alert_type"},"created":{"$ref":"#/components/schemas/aaa_timestamp"},"enabled":{"$ref":"#/components/schemas/aaa_enabled"},"filters":{"$ref":"#/components/schemas/aaa_filters"},"id":{"$ref":"#/components/schemas/aaa_policy-id"},"mechanisms":{"$ref":"#/components/schemas/aaa_mechanisms"},"modified":{"$ref":"#/components/schemas/aaa_timestamp"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"}}},"aaa_eligibility":{"type":"object","properties":{"eligible":{"$ref":"#/components/schemas/aaa_eligible"},"ready":{"$ref":"#/components/schemas/aaa_ready"},"type":{"$ref":"#/components/schemas/aaa_schemas-type"}}},"aaa_webhooks":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/aaa_created_at"},"id":{"$ref":"#/components/schemas/aaa_webhook-id"},"last_failure":{"$ref":"#/components/schemas/aaa_last_failure"},"last_success":{"$ref":"#/components/schemas/aaa_last_success"},"name":{"$ref":"#/components/schemas/aaa_components-schemas-name"},"secret":{"$ref":"#/components/schemas/aaa_secret"},"type":{"$ref":"#/components/schemas/aaa_components-schemas-type"},"url":{"$ref":"#/components/schemas/aaa_url"}}},"aaa_token":{"type":"string","maxLength":32,"x-sensitive":true},"aaa_silence":{"type":"object","properties":{"created_at":{"type":"string","x-auditable":true},"end_time":{"type":"string","x-auditable":true},"id":{"$ref":"#/components/schemas/aaa_silence-id"},"policy_id":{"$ref":"#/components/schemas/aaa_policy-id"},"start_time":{"type":"string","x-auditable":true},"updated_at":{"type":"string","x-auditable":true}}},"aaa_unsubscribe_email_post":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/aaa_account-id"},"email":{"type":"string","format":"email"},"id":{"$ref":"#/components/schemas/aaa_policy-id"}}},"aaa_unsubscribe_email":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/aaa_account-id"},"email":{"type":"string","format":"email"},"id":{"$ref":"#/components/schemas/aaa_policy-id"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"},"token":{"type":"string","x-sensitive":true}}},"aaa_created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"aaa_last_failure":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"aaa_last_success":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"aaa_components-schemas-type":{"type":"string","enum":["datadog","discord","feishu","gchat","generic","opsgenie","slack","splunk"],"x-auditable":true},"abuse-reports_MitigationSummary":{"type":"object","properties":{"accepted_url_count":{"type":"integer"},"active_count":{"type":"integer"},"external_host_notified":{"type":"boolean"},"in_review_count":{"type":"integer"},"pending_count":{"type":"integer"}},"required":["accepted_url_count","pending_count","active_count","in_review_count","external_host_notified"]},"abuse-reports_SubmitterDetails":{"type":"object","properties":{"company":{"type":"string"},"email":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}}},"abuse-reports_SubmissionReportType":{"type":"string"},"abuse-reports_BaseReportFields":{"type":"object","properties":{"act":{"$ref":"#/components/schemas/abuse-reports_SubmissionReportType"},"comments":{"type":"string","maxLength":2000,"minLength":1},"company":{"type":"string","maxLength":100,"minLength":1},"email":{"type":"string"},"email2":{"type":"string"},"name":{"type":"string","maxLength":255,"minLength":1},"reported_country":{"type":"string","maxLength":2,"minLength":2},"reported_user_agent":{"type":"string","maxLength":255,"minLength":1},"tele":{"type":"string","maxLength":20,"minLength":1},"title":{"type":"string","maxLength":255,"minLength":1},"urls":{"type":"string"}},"required":["act","email","email2","name","urls"]},"abuse-reports_BadActError":{"type":"string"},"abuse-reports_BadAddressError":{"type":"string"},"abuse-reports_BadAgentNameError":{"type":"string"},"abuse-reports_BadCityError":{"type":"string"},"abuse-reports_BadCountryError":{"type":"string"},"abuse-reports_BadPortsProtocolError":{"type":"string"},"abuse-reports_BadStateError":{"type":"string"},"abuse-reports_MaxIPsError":{"type":"string"},"abuse-reports_PortsProtocolError":{"type":"string"},"abuse-reports_BadCommentsError":{"type":"string"},"abuse-reports_BadEmailError":{"type":"string"},"abuse-reports_BadIPError":{"type":"string"},"abuse-reports_BadJustError":{"type":"string"},"abuse-reports_BadNameError":{"type":"string"},"abuse-reports_BadUrlsError":{"type":"string"},"abuse-reports_DBError":{"type":"string"},"abuse-reports_DedupeError":{"type":"string"},"abuse-reports_DiffEmailError":{"type":"string"},"abuse-reports_EmailError":{"type":"string"},"abuse-reports_InternalError":{"type":"string"},"abuse-reports_InvalidNotifyError":{"type":"string"},"abuse-reports_MustNotifyError":{"type":"string"},"abuse-reports_NoAgreeError":{"type":"string"},"abuse-reports_NoOriginalWorkError":{"type":"string"},"abuse-reports_NoSigError":{"type":"string"},"abuse-reports_UnexpectedActError":{"type":"string"},"abuse-reports_UnknownError":{"type":"string"},"abuse-reports_UrlNotOrangeError":{"type":"string"},"abuse-reports_UrlNotvalidError":{"type":"string"},"abuse-reports_AppealReason":{"type":"string","enum":["removed","misclassified"]},"abuse-reports_MitigationAppeal":{"type":"object","properties":{"id":{"type":"string"},"reason":{"$ref":"#/components/schemas/abuse-reports_AppealReason"}},"required":["id","reason"]},"abuse-reports_DMCACounterNotice":{"type":"object","properties":{"city":{"type":"string"},"company":{"type":"string"},"counter_notice_response":{"type":"string"},"country":{"type":"string"},"email":{"type":"string","format":"email"},"full_name":{"type":"string"},"jurisdiction_consent":{"type":"boolean"},"perjury_attestation":{"type":"boolean"},"phone_number":{"type":"string"},"signature":{"type":"string"},"state":{"type":"string"},"street_address":{"type":"string"},"urls":{"type":"array","items":{"format":"uri","type":"string"}},"zip_code":{"type":"string"}},"required":["full_name","street_address","city","state","country","zip_code","phone_number","email","urls","perjury_attestation","jurisdiction_consent","signature"]},"abuse-reports_AppealType":{"type":"string","enum":["counter_notice","content_removed"]},"abuse-reports_RegistrarWhoIsFields":{"type":"object","properties":{"reg_who_authorization_statement":{"type":"string","maxLength":5000},"reg_who_good_faith_affirmation":{"type":"boolean"},"reg_who_lawful_processing_agreement":{"type":"boolean"},"reg_who_legal_basis":{"type":"string","maxLength":5000},"reg_who_request_type":{"type":"string","enum":["disclosure","invalid_whois"]},"reg_who_requested_data_elements":{"type":"array","items":{"enum":["registrant_name","registrant_organization","registrant_email","registrant_phone","registrant_address","registrant_address_country","registrant_address_postal_code","admin_name","admin_organization","admin_email","admin_phone","admin_address","tech_name","tech_organization","tech_email","tech_phone","tech_address"],"type":"string"},"maxItems":17,"minItems":1},"reg_who_requestor_type":{"type":"string","enum":["government","corporation","individual"]}},"required":["reg_who_request_type","reg_who_requested_data_elements","reg_who_legal_basis","reg_who_good_faith_affirmation","reg_who_lawful_processing_agreement"]},"abuse-reports_ErrorCode":{"type":"string","oneOf":[{"$ref":"#/components/schemas/abuse-reports_BadActError"},{"$ref":"#/components/schemas/abuse-reports_BadAddressError"},{"$ref":"#/components/schemas/abuse-reports_BadAgentNameError"},{"$ref":"#/components/schemas/abuse-reports_BadCityError"},{"$ref":"#/components/schemas/abuse-reports_BadCountryError"},{"$ref":"#/components/schemas/abuse-reports_BadPortsProtocolError"},{"$ref":"#/components/schemas/abuse-reports_BadStateError"},{"$ref":"#/components/schemas/abuse-reports_MaxIPsError"},{"$ref":"#/components/schemas/abuse-reports_PortsProtocolError"},{"$ref":"#/components/schemas/abuse-reports_BadCommentsError"},{"$ref":"#/components/schemas/abuse-reports_BadEmailError"},{"$ref":"#/components/schemas/abuse-reports_BadIPError"},{"$ref":"#/components/schemas/abuse-reports_BadJustError"},{"$ref":"#/components/schemas/abuse-reports_BadNameError"},{"$ref":"#/components/schemas/abuse-reports_BadUrlsError"},{"$ref":"#/components/schemas/abuse-reports_DBError"},{"$ref":"#/components/schemas/abuse-reports_DedupeError"},{"$ref":"#/components/schemas/abuse-reports_DiffEmailError"},{"$ref":"#/components/schemas/abuse-reports_EmailError"},{"$ref":"#/components/schemas/abuse-reports_InternalError"},{"$ref":"#/components/schemas/abuse-reports_InvalidNotifyError"},{"$ref":"#/components/schemas/abuse-reports_MustNotifyError"},{"$ref":"#/components/schemas/abuse-reports_NoAgreeError"},{"$ref":"#/components/schemas/abuse-reports_NoOriginalWorkError"},{"$ref":"#/components/schemas/abuse-reports_NoSigError"},{"$ref":"#/components/schemas/abuse-reports_UnexpectedActError"},{"$ref":"#/components/schemas/abuse-reports_UnknownError"},{"$ref":"#/components/schemas/abuse-reports_UrlNotOrangeError"},{"$ref":"#/components/schemas/abuse-reports_UrlNotvalidError"}]},"abuse-reports_CSAMReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_children"]},"country":{"type":"string","maxLength":255,"minLength":1},"host_notification":{"type":"string","enum":["send","send-anon"]},"justification":{"type":"string","maxLength":5000,"minLength":1},"ncmec_notification":{"type":"string","enum":["send","send-anon"]},"owner_notification":{"type":"string","enum":["send","send-anon","none"]}},"required":["host_notification","justification","ncmec_notification","owner_notification"],"title":"Children Abuse Report"}]},"abuse-reports_DMCAReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_dmca"]},"address1":{"type":"string","maxLength":100,"minLength":1},"agent_name":{"type":"string","maxLength":60,"minLength":1},"agree":{"type":"integer","enum":[1]},"city":{"type":"string","maxLength":255,"minLength":1},"country":{"type":"string","maxLength":255,"minLength":1},"host_notification":{"type":"string","enum":["send"]},"original_work":{"type":"string","maxLength":255,"minLength":1},"owner_notification":{"type":"string","enum":["send"]},"signature":{"type":"string"},"state":{"type":"string","maxLength":255,"minLength":1}},"required":["address1","agent_name","agree","city","country","host_notification","original_work","owner_notification","signature","state"],"title":"DMCA Report"}]},"abuse-reports_GeneralReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_general"]},"destination_ips":{"type":"string"},"host_notification":{"type":"string","enum":["send","send-anon"]},"justification":{"type":"string","maxLength":5000,"minLength":1},"owner_notification":{"type":"string","enum":["send","send-anon"]},"ports_protocols":{"type":"string"},"source_ips":{"type":"string"}},"required":["host_notification","justification","owner_notification"],"title":"General Report"}]},"abuse-reports_NCSEIReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_ncsei"]},"country":{"type":"string","maxLength":255,"minLength":1},"host_notification":{"type":"string","enum":["send","send-anon"]},"ncsei_subject_representation":{"type":"boolean"},"owner_notification":{"type":"string","enum":["send","send-anon","none"]}},"required":["host_notification","ncsei_subject_representation","owner_notification"],"title":"NCSEI Report"}]},"abuse-reports_PhishingReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_phishing"]},"host_notification":{"type":"string","enum":["send","send-anon"]},"justification":{"type":"string","maxLength":5000,"minLength":20},"original_work":{"type":"string","maxLength":255,"minLength":1},"owner_notification":{"type":"string","enum":["send","send-anon"]}},"required":["host_notification","justification","owner_notification"],"title":"Phishing Report"}]},"abuse-reports_RegistrarWhoisReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_registrar_whois"]},"owner_notification":{"type":"string","enum":["send","send-anon","none"]},"reg_who_request":{"$ref":"#/components/schemas/abuse-reports_RegistrarWhoIsFields"}},"required":["owner_notification"],"title":"Registrar Whois Report"}]},"abuse-reports_ThreatReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_threat"]},"host_notification":{"type":"string","enum":["send","send-anon"]},"justification":{"type":"string","maxLength":5000,"minLength":1},"owner_notification":{"type":"string","enum":["send","send-anon"]}},"required":["host_notification","justification","owner_notification"],"title":"Threat Report"}]},"abuse-reports_TrademarkReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_trademark"]},"host_notification":{"type":"string","enum":["send"]},"justification":{"type":"string","maxLength":5000,"minLength":1},"owner_notification":{"type":"string","enum":["send"]},"trademark_number":{"type":"string","maxLength":1000,"minLength":1},"trademark_office":{"type":"string","maxLength":1000,"minLength":1},"trademark_symbol":{"type":"string","maxLength":1000,"minLength":1}},"required":["host_notification","justification","owner_notification","trademark_number","trademark_office","trademark_symbol"],"title":"Trademark Report"}]},"abuse-reports_CloudflareAPIErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_ErrorMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"abuse-reports_AuthErrorResponse":{"type":"object","properties":{"err_code":{"type":"string"},"error_code":{"type":"string"},"msg":{"type":"string"},"result":{"type":"string"}},"required":["result","msg","err_code","error_code"]},"access_action":{"type":"string"},"access_allowed":{"type":"boolean","default":false},"access_app_domain":{"type":"string"},"access_app_uid":{"type":"string"},"access_connection":{"type":"string"},"access_timestamp":{"type":"string","format":"date-time","x-auditable":true},"access_ip":{"type":"string"},"access_ray_id":{"type":"string","maxLength":16},"access_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-common"}]},"access_identity":{"type":"object","properties":{"account_id":{"type":"string","x-auditable":true},"auth_status":{"type":"string","x-auditable":true},"common_name":{"type":"string"},"devicePosture":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/access_device_posture_rule-2"}},"device_id":{"type":"string"},"device_sessions":{"$ref":"#/components/schemas/access_string_key_map_device_session"},"email":{"type":"string"},"geo":{"$ref":"#/components/schemas/access_geo"},"iat":{"type":"number"},"idp":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"}}},"ip":{"type":"string"},"is_gateway":{"type":"boolean"},"is_warp":{"type":"boolean"},"mtls_auth":{"type":"object","properties":{"auth_status":{"type":"string"},"cert_issuer_dn":{"type":"string"},"cert_issuer_ski":{"type":"string"},"cert_presented":{"type":"boolean"},"cert_serial":{"type":"string"}}},"service_token_id":{"type":"string"},"service_token_status":{"type":"boolean"},"user_uuid":{"type":"string"},"version":{"type":"number"}}},"access_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"access_rdp_clipboard_format":{"type":"string","enum":["text","file"],"x-auditable":true},"access_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/access_messages"},"messages":{"$ref":"#/components/schemas/access_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"access_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"access_feature_app_props":{"type":"object","properties":{"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url"},"custom_non_identity_deny_url":{"$ref":"#/components/schemas/access_custom_non_identity_deny_url"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"domain":{"$ref":"#/components/schemas/access_domain"},"name":{"$ref":"#/components/schemas/access_name-8"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-2"},"type":{"$ref":"#/components/schemas/access_type"}},"required":["type"]},"access_app_launcher_logo_url":{"type":"string"},"access_bg_color":{"type":"string"},"access_footer_links":{"type":"array","items":{"properties":{"name":{"type":"string"},"url":{"type":"string"}},"required":["name","url"],"type":"object"}},"access_header_bg_color":{"type":"string"},"access_landing_page_design":{"type":"object","properties":{"button_color":{"$ref":"#/components/schemas/access_button_color"},"button_text_color":{"$ref":"#/components/schemas/access_button_text_color"},"image_url":{"$ref":"#/components/schemas/access_image_url"},"message":{"$ref":"#/components/schemas/access_message"},"title":{"$ref":"#/components/schemas/access_title"}}},"access_skip_app_launcher_login_page":{"type":"boolean","default":false},"access_type":{"type":"string","enum":["self_hosted","saas","ssh","vnc","app_launcher","warp","biso","bookmark","dash_sso","infrastructure","rdp","mcp","mcp_portal","proxy_endpoint"]},"access_feature_app_props-2":{"type":"object","properties":{"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"domain":{"$ref":"#/components/schemas/access_domain-3"},"name":{"$ref":"#/components/schemas/access_name-8"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-4"},"type":{"$ref":"#/components/schemas/access_type-3"}},"required":["type"]},"access_precedence":{"type":"integer"},"access_policy_resp":{"type":"object","properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups"},"approval_required":{"$ref":"#/components/schemas/access_approval_required"},"connection_rules":{"$ref":"#/components/schemas/access_connection_rules"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required"},"mfa_config":{"$ref":"#/components/schemas/access_mfa_config"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-3"}},"allOf":[{"$ref":"#/components/schemas/access_base_policy_resp"}]},"access_app_policy_link":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/access_identifier"},"id":{"$ref":"#/components/schemas/access_uuid-2"},"precedence":{"$ref":"#/components/schemas/access_precedence"}}},"access_scim_config":{"type":"object","properties":{"authentication":{"oneOf":[{"$ref":"#/components/schemas/access_scim_config_single_authentication"},{"$ref":"#/components/schemas/access_scim_config_multi_authentication"}]},"deactivate_on_delete":{"type":"boolean"},"enabled":{"type":"boolean"},"idp_uid":{"type":"string"},"mappings":{"type":"array","items":{"$ref":"#/components/schemas/access_scim_config_mapping"}},"remote_uri":{"type":"string"}},"required":["remote_uri","idp_uid"]},"access_self_hosted_props":{"type":"object","properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp-2"},"allow_iframe":{"$ref":"#/components/schemas/access_allow_iframe"},"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"cors_headers":{"$ref":"#/components/schemas/access_cors_headers"},"custom_deny_message":{"$ref":"#/components/schemas/access_custom_deny_message"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url"},"custom_non_identity_deny_url":{"$ref":"#/components/schemas/access_custom_non_identity_deny_url"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"destinations":{"$ref":"#/components/schemas/access_destinations"},"domain":{"$ref":"#/components/schemas/access_domain"},"eager_redirect_cookie_setting":{"$ref":"#/components/schemas/access_eager_redirect_cookie_setting"},"enable_binding_cookie":{"$ref":"#/components/schemas/access_enable_binding_cookie"},"http_only_cookie_attribute":{"$ref":"#/components/schemas/access_http_only_cookie_attribute"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"mfa_config":{"$ref":"#/components/schemas/access_mfa_config"},"name":{"$ref":"#/components/schemas/access_name-8"},"oauth_configuration":{"$ref":"#/components/schemas/access_oauth_configuration"},"options_preflight_bypass":{"$ref":"#/components/schemas/access_options_preflight_bypass"},"path_cookie_attribute":{"$ref":"#/components/schemas/access_path_cookie_attribute"},"read_service_tokens_from_header":{"$ref":"#/components/schemas/access_read_service_tokens_from_header"},"same_site_cookie_attribute":{"$ref":"#/components/schemas/access_same_site_cookie_attribute"},"scim_config":{"$ref":"#/components/schemas/access_scim_config"},"self_hosted_domains":{"$ref":"#/components/schemas/access_self_hosted_domains"},"service_auth_401_redirect":{"$ref":"#/components/schemas/access_service_auth_401_redirect"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-2"},"skip_interstitial":{"$ref":"#/components/schemas/access_skip_interstitial"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]},"use_clientless_isolation_app_launcher_url":{"$ref":"#/components/schemas/access_use_clientless_isolation_app_launcher_url"}},"required":["type","domain"],"title":"Self Hosted Application"},"access_app_req_embedded_policies":{"type":"object","properties":{"policies":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/access_app_policy_link"},{"allOf":[{},{"$ref":"#/components/schemas/access_uuid-2"}]},{"allOf":[{"type":"object"},{"properties":{"id":{"$ref":"#/components/schemas/access_uuid-2"}}},{"$ref":"#/components/schemas/access_app_policy_request"}]}]}}}},"access_app_req_embedded_scim_config":{"type":"object","properties":{"scim_config":{"$ref":"#/components/schemas/access_scim_config"}}},"access_saas_props":{"type":"object","properties":{"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"saas_app":{"type":"object","oneOf":[{"$ref":"#/components/schemas/access_saml_saas_app"},{"$ref":"#/components/schemas/access_oidc_saas_app"}]},"scim_config":{"$ref":"#/components/schemas/access_scim_config"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}},"title":"SaaS Application"},"access_ssh_props":{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props"},{"properties":{"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_vnc_props":{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props"},{"properties":{"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_app_launcher_props":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props"},{"properties":{"app_launcher_logo_url":{"$ref":"#/components/schemas/access_app_launcher_logo_url"},"bg_color":{"$ref":"#/components/schemas/access_bg_color"},"domain":{"readOnly":true},"footer_links":{"$ref":"#/components/schemas/access_footer_links"},"header_bg_color":{"$ref":"#/components/schemas/access_header_bg_color"},"landing_page_design":{"$ref":"#/components/schemas/access_landing_page_design"},"name":{"default":"App Launcher","readOnly":true},"skip_app_launcher_login_page":{"$ref":"#/components/schemas/access_skip_app_launcher_login_page"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_warp_props":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props"},{"properties":{"domain":{"readOnly":true},"name":{"default":"Warp Login App","readOnly":true},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_biso_props":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props"},{"properties":{"domain":{"readOnly":true},"name":{"default":"Clientless Web Isolation","readOnly":true},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_proxy_endpoint_props":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props"},{"properties":{"domain":{"pattern":"^[A-Za-z0-9]{10}\\.proxy\\.cloudflare-gateway\\.com$"},"name":{"default":"Gateway Proxy"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_bookmark_props":{"type":"object","properties":{"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"domain":{"type":"string"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}},"title":"Bookmark application"},"access_infra_props":{"type":"object","allOf":[{"properties":{"name":{"$ref":"#/components/schemas/access_name-8"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}},{"$ref":"#/components/schemas/access_app_resp_embedded_target_criteria_infra"}],"required":["type","target_criteria"],"title":"Infrastructure Application"},"access_infra_app_req_embedded_policies":{"type":"object","properties":{"policies":{"type":"array","items":{"$ref":"#/components/schemas/access_infra_policy_req"}}}},"access_rdp_props":{"allOf":[{"$ref":"#/components/schemas/access_app_resp_embedded_target_criteria_self_hosted"},{"$ref":"#/components/schemas/access_self_hosted_props"},{"properties":{"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}],"required":["target_criteria"]},"access_mcp_props":{"type":"object","properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp-2"},"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"custom_deny_message":{"$ref":"#/components/schemas/access_custom_deny_message"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url"},"custom_non_identity_deny_url":{"$ref":"#/components/schemas/access_custom_non_identity_deny_url"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"destinations":{"$ref":"#/components/schemas/access_destinations"},"http_only_cookie_attribute":{"$ref":"#/components/schemas/access_http_only_cookie_attribute"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"oauth_configuration":{"$ref":"#/components/schemas/access_oauth_configuration"},"options_preflight_bypass":{"$ref":"#/components/schemas/access_options_preflight_bypass"},"same_site_cookie_attribute":{"$ref":"#/components/schemas/access_same_site_cookie_attribute"},"scim_config":{"$ref":"#/components/schemas/access_scim_config"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-2"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}},"required":["type"],"title":"MCP Server Application"},"access_mcp_portal_props":{"type":"object","properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp-2"},"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"custom_deny_message":{"$ref":"#/components/schemas/access_custom_deny_message"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url"},"custom_non_identity_deny_url":{"$ref":"#/components/schemas/access_custom_non_identity_deny_url"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"destinations":{"$ref":"#/components/schemas/access_destinations"},"domain":{"$ref":"#/components/schemas/access_domain"},"http_only_cookie_attribute":{"$ref":"#/components/schemas/access_http_only_cookie_attribute"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"oauth_configuration":{"$ref":"#/components/schemas/access_oauth_configuration"},"options_preflight_bypass":{"$ref":"#/components/schemas/access_options_preflight_bypass"},"same_site_cookie_attribute":{"$ref":"#/components/schemas/access_same_site_cookie_attribute"},"scim_config":{"$ref":"#/components/schemas/access_scim_config"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-2"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}},"required":["type"],"title":"MCP Server Portal Application"},"access_app_policy_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_policy_resp"},{"properties":{"account_id":{"$ref":"#/components/schemas/access_identifier"},"precedence":{"$ref":"#/components/schemas/access_precedence"}},"type":"object"}]},"access_target_criteria_infra_app":{"allOf":[{"$ref":"#/components/schemas/access_target_criteria_base"},{"properties":{"protocol":{"$ref":"#/components/schemas/access_protocol_infra_app"}},"type":"object"}]},"access_target_criteria_self_hosted_app":{"allOf":[{"$ref":"#/components/schemas/access_target_criteria_base"},{"properties":{"protocol":{"$ref":"#/components/schemas/access_protocol_self_hosted_app"}},"type":"object"}]},"access_basic_app_response_props":{"type":"object","properties":{"aud":{"$ref":"#/components/schemas/access_aud-2"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"id":{"$ref":"#/components/schemas/access_uuid"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_app_resp_embedded_policies":{"type":"object","properties":{"policies":{"type":"array","items":{"$ref":"#/components/schemas/access_app_policy_response"}}}},"access_infra_app_resp_embedded_policies":{"type":"object","properties":{"policies":{"type":"array","items":{"$ref":"#/components/schemas/access_infra_policy_resp"}}}},"access_allow_iframe":{"type":"boolean"},"access_skip_interstitial":{"type":"boolean"},"access_approval_group":{"type":"object","properties":{"approvals_needed":{"type":"number","minimum":0},"email_addresses":{"type":"array","items":{"type":"string"}},"email_list_uuid":{"type":"string"}},"required":["approvals_needed"]},"access_approval_group-2":{"type":"object","properties":{"approvals_needed":{"type":"number","minimum":0},"email_addresses":{"type":"array","items":{}},"email_list_uuid":{"type":"string"}},"required":["approvals_needed"]},"access_basic_app_response_props-2":{"type":"object","properties":{"aud":{"$ref":"#/components/schemas/access_aud-2"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"id":{"$ref":"#/components/schemas/access_uuid"},"scim_config":{"$ref":"#/components/schemas/access_scim_config-2"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_self_hosted_props-2":{"type":"object","properties":{"allow_iframe":{"$ref":"#/components/schemas/access_allow_iframe"},"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"cors_headers":{"$ref":"#/components/schemas/access_cors_headers-2"},"custom_deny_message":{"$ref":"#/components/schemas/access_custom_deny_message"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url-2"},"domain":{"$ref":"#/components/schemas/access_domain-3"},"eager_redirect_cookie_setting":{"$ref":"#/components/schemas/access_eager_redirect_cookie_setting"},"enable_binding_cookie":{"$ref":"#/components/schemas/access_enable_binding_cookie"},"http_only_cookie_attribute":{"$ref":"#/components/schemas/access_http_only_cookie_attribute"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"options_preflight_bypass":{"$ref":"#/components/schemas/access_options_preflight_bypass-2"},"same_site_cookie_attribute":{"$ref":"#/components/schemas/access_same_site_cookie_attribute"},"service_auth_401_redirect":{"$ref":"#/components/schemas/access_service_auth_401_redirect"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-4"},"skip_interstitial":{"$ref":"#/components/schemas/access_skip_interstitial"},"type":{"type":"string"},"use_clientless_isolation_app_launcher_url":{"$ref":"#/components/schemas/access_use_clientless_isolation_app_launcher_url"}},"required":["type","domain"],"title":"Self Hosted Application"},"access_saas_props-2":{"type":"object","properties":{"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"saas_app":{"type":"object","oneOf":[{"$ref":"#/components/schemas/access_saml_saas_app-2"},{"$ref":"#/components/schemas/access_oidc_saas_app-2"}]},"type":{"type":"string"}},"title":"SaaS Application"},"access_ssh_props-2":{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props-2"},{"properties":{"type":{"type":"string"}}}]},"access_vnc_props-2":{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props-2"},{"properties":{"type":{"type":"string"}}}]},"access_app_launcher_props-2":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props-2"},{"properties":{"domain":{"readOnly":true},"name":{"default":"App Launcher","readOnly":true},"type":{"type":"string"}}}]},"access_warp_props-2":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props-2"},{"properties":{"domain":{"readOnly":true},"name":{"default":"Warp Login App","readOnly":true},"type":{"type":"string"}}}]},"access_biso_props-2":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props-2"},{"properties":{"domain":{"readOnly":true},"name":{"default":"Clientless Web Isolation","readOnly":true},"type":{"type":"string"}}}]},"access_bookmark_props-2":{"type":"object","properties":{"app_launcher_visible":{"default":true},"domain":{},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"type":{"type":"string"}},"required":["type","domain"],"title":"Bookmark Application"},"access_aaguid":{"type":"string","format":"uuid"},"access_name-14":{"type":"string"},"access_identity-provider":{"type":"object","properties":{"config":{"type":"object"},"id":{"$ref":"#/components/schemas/access_uuid"},"name":{"$ref":"#/components/schemas/access_name-3"},"read_only":{"type":"boolean","readOnly":true},"saml_certificate_set":{"allOf":[{"$ref":"#/components/schemas/access_saml_certificate_set"}],"readOnly":true},"saml_certificate_set_id":{"type":"string","format":"uuid"},"scim_config":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"identity_update_behavior":{"type":"string","default":"no_action","enum":["automatic","reauth","no_action"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"scim_base_url":{"type":"string","readOnly":true,"x-auditable":true},"seat_deprovision":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"secret":{"type":"string","readOnly":true,"x-sensitive":true},"user_deprovision":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"type":{"type":"string","enum":["onetimepin","azureAD","saml","centrify","facebook","github","google-apps","google","linkedin","oidc","okta","onelogin","pingone","yandex","cloudflare"]}},"required":["name","type","config"]},"access_generic-oauth-config":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true}}},"access_custom-claims-support":{"type":"object","properties":{"claims":{"type":"array","items":{"type":"string"},"x-auditable":true},"email_claim_name":{"type":"string","x-auditable":true}}},"access_identity-provider-2":{"type":"object","properties":{"config":{"type":"object"},"id":{"$ref":"#/components/schemas/access_uuid"},"name":{"$ref":"#/components/schemas/access_name-3"},"scim_config":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed_optional"},"identity_update_behavior":{"type":"string","default":"no_action","enum":["automatic","reauth","no_action"],"x-stainless-terraform-configurability":"computed_optional"},"scim_base_url":{"type":"string","readOnly":true},"seat_deprovision":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed_optional"},"secret":{"type":"string","readOnly":true,"x-sensitive":true},"user_deprovision":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed_optional"}}},"type":{"type":"string","enum":["onetimepin","azureAD","saml","centrify","facebook","github","google-apps","google","linkedin","oidc","okta","onelogin","pingone","yandex","cloudflare"]}},"required":["name","type","config"]},"access_generic-oauth-config-2":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","writeOnly":true,"x-sensitive":true}}},"access_decision":{"type":"string","enum":["allow","deny","non_identity","bypass"]},"access_exclude-2":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"},"default":[],"x-stainless-collection-type":"set"},"access_include-2":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"},"default":[],"x-stainless-collection-type":"set"},"access_require-2":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"},"default":[],"x-stainless-collection-type":"set"},"access_aud-2":{"type":"string","maxLength":64,"readOnly":true},"access_created_at":{"allOf":[{"x-stainless-skip":true},{"$ref":"#/components/schemas/access_timestamp"}]},"access_updated_at":{"allOf":[{"x-stainless-skip":true},{"$ref":"#/components/schemas/access_timestamp"}]},"access_scim_config-2":{"type":"object","properties":{"authentication":{"oneOf":[{"$ref":"#/components/schemas/access_scim_config_single_authentication-2"},{"$ref":"#/components/schemas/access_scim_config_multi_authentication-2"}]},"deactivate_on_delete":{"type":"boolean"},"enabled":{"type":"boolean"},"idp_uid":{"type":"string"},"mappings":{"type":"array","items":{"$ref":"#/components/schemas/access_scim_config_mapping"}},"remote_uri":{"type":"string"}},"required":["remote_uri","idp_uid"]},"access_app_launcher_visible":{"type":"boolean","default":true},"access_logo_url":{"type":"string"},"access_name-8":{"type":"string"},"access_tags":{"type":"array","items":{"type":"string"},"default":[],"x-stainless-collection-type":"set"},"access_app_launcher_visible-2":{"type":"boolean","x-auditable":true},"access_domain-2":{"type":"string","x-auditable":true},"access_logo_url-2":{"type":"string","x-auditable":true},"access_name-12":{"type":"string","x-auditable":true},"access_aud":{"type":"string","maxLength":64,"readOnly":true,"x-auditable":true},"access_id-2":{"type":"string","maxLength":48,"readOnly":true,"x-auditable":true},"access_public_key":{"type":"string","readOnly":true},"access_aud-3":{"type":"string","maxLength":64,"readOnly":true},"access_id-3":{"type":"string","maxLength":48,"readOnly":true},"access_saml_certificate_set-2":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"current_certificate":{"allOf":[{"$ref":"#/components/schemas/access_saml_certificate-2"}]},"previous_certificate":{"type":"object","nullable":true},"uid":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["uid","created_at","updated_at"]},"access_fingerprint":{"type":"string"},"access_connection_rules_rdp":{"type":"object","properties":{"allowed_clipboard_local_to_remote_formats":{"$ref":"#/components/schemas/access_allowed_clipboard_local_to_remote_formats"},"allowed_clipboard_remote_to_local_formats":{"$ref":"#/components/schemas/access_allowed_clipboard_remote_to_local_formats"}},"title":"RDP Connection Rules"},"access_connection_rules_ssh":{"type":"object","properties":{"allow_email_alias":{"$ref":"#/components/schemas/access_allow_email_alias"},"usernames":{"$ref":"#/components/schemas/access_usernames"}},"required":["usernames"],"title":"SSH Connection Rules"},"access_allowed_clipboard_local_to_remote_formats":{"type":"array","items":{"$ref":"#/components/schemas/access_rdp_clipboard_format"}},"access_allowed_clipboard_remote_to_local_formats":{"type":"array","items":{"$ref":"#/components/schemas/access_rdp_clipboard_format"}},"access_allow_email_alias":{"type":"boolean","x-auditable":true},"access_usernames":{"type":"array","items":{"type":"string","x-auditable":true}},"access_allow_all_headers":{"type":"boolean"},"access_allow_all_methods":{"type":"boolean"},"access_allow_all_origins":{"type":"boolean"},"access_allow_credentials":{"type":"boolean"},"access_allowed_headers":{"type":"array","items":{"type":"string"}},"access_allowed_methods":{"type":"array","items":{"enum":["GET","POST","HEAD","PUT","DELETE","CONNECT","OPTIONS","TRACE","PATCH"],"type":"string"}},"access_allowed_origins":{"type":"array","items":{"type":"string"}},"access_max_age":{"type":"number","maximum":86400,"minimum":-1},"access_allowed_headers-2":{"type":"array","items":{}},"access_allowed_origins-2":{"type":"array","items":{}},"access_client_id":{"type":"string"},"access_client_secret":{"type":"string","x-sensitive":true},"access_app_count-2":{"type":"integer","x-auditable":true,"x-stainless-skip":true},"access_name-11":{"type":"string","x-auditable":true},"access_type-2":{"type":"string","enum":["identity_denied","forbidden"],"x-auditable":true},"access_device_posture_check":{"type":"object","properties":{"exists":{"type":"boolean","x-auditable":true},"path":{"type":"string","x-auditable":true}}},"access_rule":{"type":"object","oneOf":[{"$ref":"#/components/schemas/access_access_group_rule"},{"$ref":"#/components/schemas/access_any_valid_service_token_rule"},{"$ref":"#/components/schemas/access_auth_context_rule"},{"$ref":"#/components/schemas/access_authentication_method_rule"},{"$ref":"#/components/schemas/access_azure_group_rule"},{"$ref":"#/components/schemas/access_certificate_rule"},{"$ref":"#/components/schemas/access_common_name_rule"},{"$ref":"#/components/schemas/access_country_rule"},{"$ref":"#/components/schemas/access_device_posture_rule"},{"$ref":"#/components/schemas/access_domain_rule"},{"$ref":"#/components/schemas/access_email_list_rule"},{"$ref":"#/components/schemas/access_email_rule"},{"$ref":"#/components/schemas/access_everyone_rule"},{"$ref":"#/components/schemas/access_external_evaluation_rule"},{"$ref":"#/components/schemas/access_github_organization_rule"},{"$ref":"#/components/schemas/access_gsuite_group_rule"},{"$ref":"#/components/schemas/access_login_method_rule"},{"$ref":"#/components/schemas/access_ip_list_rule"},{"$ref":"#/components/schemas/access_ip_rule"},{"$ref":"#/components/schemas/access_okta_group_rule"},{"$ref":"#/components/schemas/access_saml_group_rule"},{"$ref":"#/components/schemas/access_oidc_claim_rule"},{"$ref":"#/components/schemas/access_service_token_rule"},{"$ref":"#/components/schemas/access_linked_app_token_rule"},{"$ref":"#/components/schemas/access_user_risk_score_rule"},{"$ref":"#/components/schemas/access_cloudflare_account_member_rule"}]},"access_allowed_idps":{"type":"array","items":{"type":"string"}},"access_auto_redirect_to_identity-2":{"type":"boolean","default":false},"access_custom_deny_url":{"type":"string"},"access_custom_non_identity_deny_url":{"type":"string"},"access_custom_pages-2":{"type":"array","items":{"type":"string"}},"access_domain":{"type":"string"},"access_session_duration-2":{"type":"string","default":"24h"},"access_domain-3":{"type":"string"},"access_session_duration-4":{"type":"string","default":"24h"},"access_type-3":{"type":"string","enum":["self_hosted","saas","ssh","vnc","app_launcher","warp","biso","bookmark","dash_sso"]},"access_externalId":{"type":"string"},"access_id":{"type":"string"},"access_meta":{"type":"object","properties":{"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"}}},"access_device_posture_rule-2":{"type":"object","properties":{"check":{"$ref":"#/components/schemas/access_device_posture_check"},"data":{"type":"object"},"error":{"type":"string"},"id":{"type":"string","x-auditable":true},"rule_name":{"type":"string","x-auditable":true},"success":{"type":"boolean","x-auditable":true},"timestamp":{"type":"string","x-auditable":true},"type":{"type":"string","x-auditable":true}}},"access_string_key_map_device_session":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/access_device_session"}},"access_geo":{"type":"object","properties":{"country":{"type":"string","x-auditable":true}}},"access_name-3":{"type":"string"},"access_saml_certificate_set":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"current_certificate":{"allOf":[{"$ref":"#/components/schemas/access_saml_certificate"}]},"previous_certificate":{"type":"object","nullable":true},"uid":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time"}},"required":["uid","created_at","updated_at"]},"access_azureAD":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"conditional_access_enabled":{"type":"boolean","x-auditable":true},"directory_id":{"type":"string","x-auditable":true},"prompt":{"type":"string","enum":["login","select_account","none"],"x-auditable":true},"support_groups":{"type":"boolean","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"Azure AD"},"access_centrify":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"centrify_account":{"type":"string","x-auditable":true},"centrify_app_id":{"type":"string","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"Centrify"},"access_facebook":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config"}},"type":"object"}],"title":"Facebook"},"access_github":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config"}},"type":"object"}],"title":"GitHub"},"access_google":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"}]}},"type":"object"}],"title":"Google"},"access_google-apps":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"apps_domain":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Google Workspace"},"access_linkedin":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config"}},"type":"object"}],"title":"LinkedIn"},"access_oidc":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"auth_url":{"type":"string"},"certs_url":{"type":"string"},"pkce_enabled":{"type":"boolean"},"scopes":{"type":"array","items":{"type":"string"}},"token_url":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Generic OAuth"},"access_okta":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"authorization_server_id":{"type":"string"},"okta_account":{"type":"string","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"Okta"},"access_onelogin":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"onelogin_account":{"type":"string","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"OneLogin"},"access_pingone":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"ping_env_id":{"type":"string","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"PingOne"},"access_saml":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"string"}},"email_attribute_name":{"type":"string","x-auditable":true},"enable_encryption":{"type":"boolean","default":false,"x-auditable":true},"header_attributes":{"type":"array","items":{"properties":{"attribute_name":{"type":"string"},"header_name":{"type":"string"}},"type":"object"}},"idp_public_certs":{"type":"array","items":{"type":"string"}},"issuer_url":{"type":"string","x-auditable":true},"sign_request":{"type":"boolean","default":false},"sso_target_url":{"type":"string","x-auditable":true}}}},"type":"object"}],"title":"Generic SAML"},"access_yandex":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config"}},"type":"object"}],"title":"Yandex"},"access_onetimepin":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"type":"object","properties":{"redirect_url":{"type":"string","readOnly":true}}},"type":{"type":"string","enum":["onetimepin"]}}}],"title":"One Time Pin"},"access_cloudflare":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"type":"object","properties":{"redirect_url":{"type":"string","readOnly":true},"restrict_to_account_members":{"type":"boolean","default":false}}},"type":{"type":"string","enum":["cloudflare"]}}}],"title":"Cloudflare"},"access_azureAD-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"conditional_access_enabled":{"type":"boolean"},"directory_id":{"type":"string"},"prompt":{"type":"string","enum":["login","select_account","none"]},"support_groups":{"type":"boolean"}},"type":"object"}]}},"type":"object"}],"title":"Azure AD"},"access_centrify-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"centrify_account":{"type":"string"},"centrify_app_id":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Centrify"},"access_facebook-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"Facebook"},"access_github-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"GitHub"},"access_google-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"Google"},"access_google-apps-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"apps_domain":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Google Workspace"},"access_linkedin-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"LinkedIn"},"access_oidc-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"auth_url":{"type":"string"},"certs_url":{"type":"string"},"claims":{"type":"array","items":{"type":"string"}},"scopes":{"type":"array","items":{"type":"string"}},"token_url":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Generic OAuth"},"access_okta-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"okta_account":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Okta"},"access_onelogin-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"onelogin_account":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"OneLogin"},"access_pingone-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"ping_env_id":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"PingOne"},"access_saml-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"string"}},"email_attribute_name":{"type":"string"},"header_attributes":{"type":"array","items":{"properties":{"attribute_name":{"type":"string"},"header_name":{"type":"string"}},"type":"object"}},"idp_public_certs":{"type":"array","items":{"type":"string"}},"issuer_url":{"type":"string"},"sign_request":{"type":"boolean"},"sso_target_url":{"type":"string"}}}},"type":"object"}],"title":"Generic SAML"},"access_yandex-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"Yandex"},"access_cloudflare-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"type":"object","properties":{"redirect_url":{"type":"string","readOnly":true},"restrict_to_account_members":{"type":"boolean","default":false}}},"type":{"type":"string","enum":["cloudflare"]}}}],"title":"Cloudflare"},"access_idp_federation_grant":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/access_created_at"},"id":{"allOf":[{"$ref":"#/components/schemas/access_identifier"}],"readOnly":true,"x-auditable":true},"idp_id":{"type":"string","format":"uuid","x-auditable":true}},"required":["id","idp_id","created_at"]},"access_infra_policy_req":{"type":"object","properties":{"connection_rules":{"$ref":"#/components/schemas/access_connection_rules_infra"},"mfa_config":{"$ref":"#/components/schemas/access_infra_mfa_config"}},"allOf":[{"$ref":"#/components/schemas/access_base_policy_req"}]},"access_infra_policy_resp":{"type":"object","properties":{"connection_rules":{"$ref":"#/components/schemas/access_connection_rules_infra"},"mfa_config":{"$ref":"#/components/schemas/access_infra_mfa_config"}},"allOf":[{"$ref":"#/components/schemas/access_base_policy_resp"}]},"access_connection_rules_infra":{"type":"object","properties":{"ssh":{"$ref":"#/components/schemas/access_connection_rules_ssh"}},"title":"Connection Rules"},"access_infra_mfa_config":{"type":"object","properties":{"allowed_authenticators":{"type":"array","items":{"enum":["piv_key"],"type":"string"}},"mfa_disabled":{"type":"boolean"},"session_duration":{"type":"string"}},"x-auditable":true},"access_base_policy_req":{"type":"object","properties":{"decision":{"$ref":"#/components/schemas/access_decision"},"exclude":{"$ref":"#/components/schemas/access_exclude-2"},"include":{"$ref":"#/components/schemas/access_include-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"require":{"$ref":"#/components/schemas/access_require-2"}},"required":["name","decision","include"]},"access_base_policy_resp":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/access_timestamp"},"decision":{"$ref":"#/components/schemas/access_decision"},"exclude":{"$ref":"#/components/schemas/access_exclude-2"},"id":{"$ref":"#/components/schemas/access_uuid-2"},"include":{"$ref":"#/components/schemas/access_include-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"require":{"$ref":"#/components/schemas/access_require-2"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_app_resp_embedded_target_criteria_infra":{"type":"object","properties":{"target_criteria":{"type":"array","items":{"$ref":"#/components/schemas/access_target_criteria_infra_app"}}}},"access_jit_request_event_type":{"type":"string","enum":["CREATED","APPROVER_DECISION","COMMITTED","CANCELED","LOGIN_SUCCESS","REDIRECT_TO_ACTIVE"]},"access_jit_request_status":{"type":"string","enum":["PENDING","APPROVED","DENIED","CANCELED","SPENT"]},"access_jit_request_log":{"type":"object","properties":{"app_aud":{"type":"string"},"app_hostname":{"type":"string"},"approvals_received":{"type":"integer"},"approver_emails":{"type":"array","items":{"format":"email","type":"string"}},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"expires_at":{"$ref":"#/components/schemas/access_timestamp"},"knock_request_id":{"type":"string"},"purpose_justification":{"type":"string"},"requester_email":{"type":"string","format":"email"},"status":{"$ref":"#/components/schemas/access_jit_request_status"}}},"access_jit_request_event":{"type":"object","properties":{"actor_email":{"type":"string","format":"email"},"actor_idp":{"type":"string"},"actor_uuid":{"type":"string","format":"uuid"},"decision_outcome":{"type":"string"},"ray_id":{"type":"string"},"session_duration_seconds":{"type":"integer"},"success":{"type":"boolean"},"timestamp":{"$ref":"#/components/schemas/access_timestamp"},"type":{"$ref":"#/components/schemas/access_jit_request_event_type"}}},"access_days_until_next_rotation":{"type":"number","readOnly":true,"x-auditable":true},"access_last_key_rotation_at":{"type":"string","format":"date-time","x-auditable":true},"access_button_color":{"type":"string"},"access_button_text_color":{"type":"string"},"access_image_url":{"type":"string"},"access_message":{"type":"string"},"access_title":{"type":"string","default":"Welcome!"},"access_allow_authenticate_via_warp-2":{"type":"boolean"},"access_custom_deny_message":{"type":"string"},"access_destinations":{"type":"array","items":{"oneOf":[{"properties":{"type":{"type":"string","enum":["public"]},"uri":{"type":"string"}},"title":"Public destination","type":"object"},{"properties":{"cidr":{"type":"string"},"hostname":{"type":"string"},"l4_protocol":{"type":"string","enum":["tcp","udp"]},"port_range":{"type":"string"},"type":{"type":"string","enum":["private"]},"vnet_id":{"type":"string"}},"title":"Private destination","type":"object"},{"properties":{"mcp_server_id":{"type":"string"},"type":{"type":"string","enum":["via_mcp_server_portal"]}},"title":"Via MCP Server Portal destination","type":"object"},{"properties":{"type":{"type":"string","enum":["worker"]},"worker_id":{"type":"string"}},"required":["type","worker_id"],"title":"Worker destination","type":"object"},{"properties":{"type":{"type":"string","enum":["preview_worker"]},"worker_id":{"type":"string"}},"required":["type","worker_id"],"title":"Preview Worker destination","type":"object"},{"properties":{"type":{"type":"string","enum":["all_workers"]}},"required":["type"],"title":"All Workers destination","type":"object"},{"properties":{"type":{"type":"string","enum":["all_preview_workers"]}},"required":["type"],"title":"All Preview Workers destination","type":"object"}]},"default":[]},"access_http_only_cookie_attribute":{"type":"boolean","default":true},"access_oauth_configuration":{"type":"object","properties":{"dynamic_client_registration":{"type":"object","properties":{"allow_any_on_localhost":{"type":"boolean"},"allow_any_on_loopback":{"type":"boolean"},"allowed_uris":{"type":"array","items":{"type":"string"}},"enabled":{"type":"boolean"}}},"enabled":{"type":"boolean","default":true},"grant":{"type":"object","properties":{"access_token_lifetime":{"type":"string"},"session_duration":{"type":"string"}}}}},"access_options_preflight_bypass":{"type":"boolean"},"access_same_site_cookie_attribute":{"type":"string"},"access_name-13":{"type":"string"},"access_status":{"type":"string","enum":["success"],"x-auditable":true},"access_approval_groups":{"type":"array","items":{"$ref":"#/components/schemas/access_approval_group"},"x-stainless-collection-type":"set"},"access_approval_required":{"type":"boolean"},"access_connection_rules":{"type":"object","properties":{"rdp":{"$ref":"#/components/schemas/access_connection_rules_rdp"}},"title":"Connection Rules"},"access_isolation_required":{"type":"boolean"},"access_mfa_config":{"type":"object","properties":{"allowed_authenticators":{"type":"array","items":{"enum":["totp","biometrics","security_key"],"type":"string"}},"mfa_disabled":{"type":"boolean"},"session_duration":{"type":"string"}},"x-auditable":true},"access_purpose_justification_required":{"type":"boolean"},"access_session_duration-3":{"type":"string","nullable":true},"access_percent_approved":{"type":"integer","x-auditable":true},"access_percent_blocked":{"type":"integer","x-auditable":true},"access_percent_errored":{"type":"integer","x-auditable":true},"access_percent_users_processed":{"type":"integer"},"access_update_status":{"type":"string","enum":["blocked","processing","exceeded time","complete"],"x-auditable":true},"access_total_users":{"type":"integer","x-auditable":true},"access_users_approved":{"type":"integer","x-auditable":true},"access_users_blocked":{"type":"integer","x-auditable":true},"access_users_errored":{"type":"integer"},"access_user_result":{"type":"string","enum":["approved","blocked","error"],"x-auditable":true},"access_policy_users":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/access_email-2"},"id":{"$ref":"#/components/schemas/access_uuid"},"name":{"$ref":"#/components/schemas/access_name-10"},"status":{"$ref":"#/components/schemas/access_user_result"}}},"access_app_resp_embedded_target_criteria_self_hosted":{"type":"object","properties":{"target_criteria":{"type":"array","items":{"$ref":"#/components/schemas/access_target_criteria_self_hosted_app"}}}},"access_custom_page_without_html":{"type":"object","properties":{"app_count":{"$ref":"#/components/schemas/access_app_count-2"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"name":{"$ref":"#/components/schemas/access_name-11"},"type":{"$ref":"#/components/schemas/access_type-2"},"uid":{"$ref":"#/components/schemas/access_uuid"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"required":["name","type"]},"access_access-requests":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/access_action"},"allowed":{"$ref":"#/components/schemas/access_allowed"},"app_domain":{"$ref":"#/components/schemas/access_app_domain"},"app_uid":{"$ref":"#/components/schemas/access_app_uid"},"connection":{"$ref":"#/components/schemas/access_connection"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"ip_address":{"$ref":"#/components/schemas/access_ip"},"ray_id":{"$ref":"#/components/schemas/access_ray_id"},"user_email":{"$ref":"#/components/schemas/access_email-3"}}},"access_seats":{"type":"object","properties":{"access_seat":{"$ref":"#/components/schemas/access_access_seat"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"gateway_seat":{"$ref":"#/components/schemas/access_gateway_seat"},"seat_uid":{"$ref":"#/components/schemas/access_seat_uid"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_bookmarks":{"type":"object","properties":{"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible-2"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"domain":{"$ref":"#/components/schemas/access_domain-2"},"id":{"type":"string"},"logo_url":{"$ref":"#/components/schemas/access_logo_url-2"},"name":{"$ref":"#/components/schemas/access_name-12"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_tag":{"type":"object","properties":{"app_count":{"type":"integer","x-auditable":true,"x-stainless-skip":true},"created_at":{"$ref":"#/components/schemas/access_created_at"},"name":{"$ref":"#/components/schemas/access_name-13"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"required":["name"]},"access_authenticator_device_aaguid":{"type":"object","properties":{"aaguid":{"$ref":"#/components/schemas/access_aaguid"},"name":{"$ref":"#/components/schemas/access_name-14"}},"required":["aaguid","name"]},"access_onetimepin-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"type":"object","properties":{"redirect_url":{"type":"string","readOnly":true}}},"type":{"enum":["onetimepin"]}}}],"title":"One Time Pin"},"access_groups-3":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/access_timestamp"},"exclude":{"$ref":"#/components/schemas/access_exclude"},"id":{"$ref":"#/components/schemas/access_uuid"},"include":{"$ref":"#/components/schemas/access_include"},"name":{"$ref":"#/components/schemas/access_name-16"},"require":{"$ref":"#/components/schemas/access_require"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_service-tokens-2":{"type":"object","properties":{"client_id":{"$ref":"#/components/schemas/access_client_id"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"duration":{"$ref":"#/components/schemas/access_duration-2"},"expires_at":{"$ref":"#/components/schemas/access_timestamp"},"id":{"allOf":[{},{"$ref":"#/components/schemas/access_uuid"}]},"last_seen_at":{"$ref":"#/components/schemas/access_timestamp"},"name":{"$ref":"#/components/schemas/access_name-17"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_groups-2":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/access_created_at"},"exclude":{"$ref":"#/components/schemas/access_exclude"},"id":{"$ref":"#/components/schemas/access_uuid"},"include":{"$ref":"#/components/schemas/access_include"},"is_default":{"$ref":"#/components/schemas/access_require"},"name":{"$ref":"#/components/schemas/access_name-6"},"require":{"$ref":"#/components/schemas/access_require"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_ca-2":{"type":"object","properties":{"aud":{"$ref":"#/components/schemas/access_aud-3"},"id":{"$ref":"#/components/schemas/access_id-3"},"public_key":{"$ref":"#/components/schemas/access_public_key"}}},"access_certificates-3":{"type":"object","properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames-2"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"expires_on":{"$ref":"#/components/schemas/access_timestamp"},"fingerprint":{"$ref":"#/components/schemas/access_fingerprint"},"id":{},"name":{"$ref":"#/components/schemas/access_name-18"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_policies":{"type":"object","properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups-2"},"approval_required":{"$ref":"#/components/schemas/access_approval_required-2"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"decision":{"$ref":"#/components/schemas/access_decision-2"},"exclude":{"$ref":"#/components/schemas/access_exclude-3"},"id":{"$ref":"#/components/schemas/access_uuid"},"include":{"$ref":"#/components/schemas/access_include"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"precedence":{"$ref":"#/components/schemas/access_precedence-2"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required-2"},"require":{"$ref":"#/components/schemas/access_require-3"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_users-2":{"type":"object","properties":{"access_seat":{"$ref":"#/components/schemas/access_access_seat-2"},"active_device_count":{"$ref":"#/components/schemas/access_active_device_count"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"email":{"$ref":"#/components/schemas/access_email-2"},"gateway_seat":{"$ref":"#/components/schemas/access_gateway_seat-2"},"id":{"$ref":"#/components/schemas/access_uuid"},"last_successful_login":{"$ref":"#/components/schemas/access_last_successful_login"},"name":{"$ref":"#/components/schemas/access_name-10"},"seat_uid":{"$ref":"#/components/schemas/access_seat_uid-2"},"uid":{"$ref":"#/components/schemas/access_uid"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_service-tokens":{"type":"object","properties":{"client_id":{"$ref":"#/components/schemas/access_client_id"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"duration":{"$ref":"#/components/schemas/access_duration"},"expires_at":{"$ref":"#/components/schemas/access_timestamp"},"id":{"allOf":[{},{"$ref":"#/components/schemas/access_uuid"}]},"last_seen_at":{"allOf":[{"x-stainless-skip":true},{"$ref":"#/components/schemas/access_timestamp"}]},"name":{"$ref":"#/components/schemas/access_name-2"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_ca":{"type":"object","properties":{"aud":{"$ref":"#/components/schemas/access_aud"},"id":{"$ref":"#/components/schemas/access_id-2"},"public_key":{"$ref":"#/components/schemas/access_public_key"}}},"access_certificates":{"type":"object","properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"expires_on":{"$ref":"#/components/schemas/access_timestamp"},"fingerprint":{"$ref":"#/components/schemas/access_fingerprint"},"id":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/access_name-7"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_certificates-2":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"public_key":{"type":"string"}}},"access_reusable_policy_resp":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_policy_resp"},{"properties":{"app_count":{"$ref":"#/components/schemas/access_app_count"},"reusable":{"type":"boolean","enum":[true]}}}]},"access_jit_request_log_detail":{"allOf":[{"$ref":"#/components/schemas/access_jit_request_log"},{"properties":{"events":{"type":"array","items":{"$ref":"#/components/schemas/access_jit_request_event"}}},"type":"object"}]},"access_app_count":{"type":"integer","x-auditable":true},"access_access_group_rule":{"type":"object","properties":{"group":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["group"],"title":"Access groups"},"access_any_valid_service_token_rule":{"type":"object","properties":{"any_valid_service_token":{"type":"object","x-stainless-empty-object":true}},"required":["any_valid_service_token"],"title":"Any Valid Service Token"},"access_auth_context_rule":{"type":"object","properties":{"auth_context":{"type":"object","properties":{"ac_id":{"type":"string"},"id":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["id","identity_provider_id","ac_id"]}},"required":["auth_context"],"title":"Authentication Context"},"access_authentication_method_rule":{"type":"object","properties":{"auth_method":{"type":"object","properties":{"auth_method":{"type":"string"}},"required":["auth_method"]}},"required":["auth_method"],"title":"Authentication method"},"access_azure_group_rule":{"type":"object","properties":{"azureAD":{"type":"object","properties":{"id":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["id","identity_provider_id"]}},"required":["azureAD"],"title":"Azure group"},"access_certificate_rule":{"type":"object","properties":{"certificate":{"type":"object","x-stainless-empty-object":true}},"required":["certificate"],"title":"Valid certificate"},"access_common_name_rule":{"type":"object","properties":{"common_name":{"type":"object","properties":{"common_name":{"type":"string"}},"required":["common_name"]}},"required":["common_name"],"title":"Common Name"},"access_country_rule":{"type":"object","properties":{"geo":{"type":"object","properties":{"country_code":{"type":"string"}},"required":["country_code"]}},"required":["geo"],"title":"Country"},"access_device_posture_rule":{"type":"object","properties":{"device_posture":{"type":"object","properties":{"integration_uid":{"type":"string"}},"required":["integration_uid"]}},"required":["device_posture"],"title":"Device Posture"},"access_domain_rule":{"type":"object","properties":{"email_domain":{"type":"object","properties":{"domain":{"type":"string"}},"required":["domain"]}},"required":["email_domain"],"title":"Email domain"},"access_email_list_rule":{"type":"object","properties":{"email_list":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["email_list"],"title":"Email list"},"access_email_rule":{"type":"object","properties":{"email":{"type":"object","properties":{"email":{"type":"string","format":"email"}},"required":["email"]}},"required":["email"],"title":"Email"},"access_everyone_rule":{"type":"object","properties":{"everyone":{"type":"object","x-stainless-empty-object":true}},"required":["everyone"],"title":"Everyone"},"access_external_evaluation_rule":{"type":"object","properties":{"external_evaluation":{"type":"object","properties":{"evaluate_url":{"type":"string"},"keys_url":{"type":"string"}},"required":["evaluate_url","keys_url"]}},"required":["external_evaluation"],"title":"External Evaluation"},"access_github_organization_rule":{"type":"object","properties":{"github-organization":{"type":"object","properties":{"identity_provider_id":{"type":"string"},"name":{"type":"string"},"team":{"type":"string"}},"required":["name","identity_provider_id"]}},"required":["github-organization"],"title":"Github organization"},"access_gsuite_group_rule":{"type":"object","properties":{"gsuite":{"type":"object","properties":{"email":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["email","identity_provider_id"]}},"required":["gsuite"],"title":"Google Workspace group"},"access_login_method_rule":{"type":"object","properties":{"login_method":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["login_method"],"title":"Login Method"},"access_ip_list_rule":{"type":"object","properties":{"ip_list":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["ip_list"],"title":"IP list"},"access_ip_rule":{"type":"object","properties":{"ip":{"type":"object","properties":{"ip":{"type":"string"}},"required":["ip"]}},"required":["ip"],"title":"IP ranges"},"access_okta_group_rule":{"type":"object","properties":{"okta":{"type":"object","properties":{"identity_provider_id":{"type":"string"},"name":{"type":"string"}},"required":["name","identity_provider_id"]}},"required":["okta"],"title":"Okta group"},"access_saml_group_rule":{"type":"object","properties":{"saml":{"type":"object","properties":{"attribute_name":{"type":"string"},"attribute_value":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["attribute_name","attribute_value","identity_provider_id"]}},"required":["saml"],"title":"SAML group"},"access_oidc_claim_rule":{"type":"object","properties":{"oidc":{"type":"object","properties":{"claim_name":{"type":"string"},"claim_value":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["claim_name","claim_value","identity_provider_id"]}},"required":["oidc"],"title":"OIDC claim"},"access_service_token_rule":{"type":"object","properties":{"service_token":{"type":"object","properties":{"token_id":{"type":"string"}},"required":["token_id"]}},"required":["service_token"],"title":"Service Token"},"access_linked_app_token_rule":{"type":"object","properties":{"linked_app_token":{"type":"object","properties":{"app_uid":{"type":"string"}},"required":["app_uid"]}},"required":["linked_app_token"],"title":"Linked App Token"},"access_user_risk_score_rule":{"type":"object","properties":{"user_risk_score":{"type":"object","properties":{"user_risk_score":{"type":"array","items":{"enum":["low","medium","high","unscored"],"type":"string"},"minItems":1}},"required":["user_risk_score"]}},"required":["user_risk_score"],"title":"User Risk Score"},"access_cloudflare_account_member_rule":{"type":"object","properties":{"cloudflare_account_member":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/access_identifier"}}}},"required":["cloudflare_account_member"],"title":"Cloudflare Account Member"},"access_saml_saas_app":{"type":"object","properties":{"auth_type":{"type":"string","enum":["saml","oidc"]},"consumer_service_url":{"type":"string"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"custom_attributes":{"type":"array","items":{"properties":{"friendly_name":{"type":"string"},"name":{"type":"string"},"name_format":{"type":"string","enum":["urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified","urn:oasis:names:tc:SAML:2.0:attrname-format:basic","urn:oasis:names:tc:SAML:2.0:attrname-format:uri"]},"required":{"type":"boolean"},"source":{"type":"object","properties":{"name":{"type":"string"},"name_by_idp":{"type":"array","items":{"properties":{"idp_id":{"type":"string"},"source_name":{"type":"string"}},"type":"object"}}}}},"type":"object"}},"default_relay_state":{"type":"string"},"idp_entity_id":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"name_id_format":{"type":"string","enum":["id","email"]},"name_id_transform_jsonata":{"type":"string"},"public_key":{"type":"string","x-stainless-terraform-configurability":"computed"},"saml_attribute_transform_jsonata":{"type":"string"},"sp_entity_id":{"type":"string"},"sso_endpoint":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"title":"SAML SaaS App"},"access_oidc_saas_app":{"type":"object","properties":{"access_token_lifetime":{"type":"string"},"allow_pkce_without_client_secret":{"type":"boolean"},"app_launcher_url":{"type":"string"},"auth_type":{"type":"string","enum":["saml","oidc"]},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"created_at":{"$ref":"#/components/schemas/access_created_at"},"custom_claims":{"type":"array","items":{"properties":{"name":{"type":"string"},"required":{"type":"boolean"},"scope":{"type":"string","enum":["groups","profile","email","openid"]},"source":{"type":"object","properties":{"name":{"type":"string"},"name_by_idp":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}},"grant_types":{"type":"array","items":{"enum":["authorization_code","authorization_code_with_pkce","refresh_tokens","hybrid","implicit"],"type":"string"}},"group_filter_regex":{"type":"string"},"hybrid_and_implicit_options":{"type":"object","properties":{"return_access_token_from_authorization_endpoint":{"type":"boolean"},"return_id_token_from_authorization_endpoint":{"type":"boolean"}}},"public_key":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"refresh_token_options":{"type":"object","properties":{"lifetime":{"type":"string"}}},"scopes":{"type":"array","items":{"enum":["openid","groups","email","profile"],"type":"string"}},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"title":"OIDC SaaS App"},"access_saml_saas_app-2":{"type":"object","properties":{"auth_type":{"type":"string","enum":["saml","oidc"]},"consumer_service_url":{"type":"string"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"custom_attributes":{"type":"array","items":{"properties":{"friendly_name":{"type":"string"},"name":{"type":"string"},"name_format":{"type":"string","enum":["urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified","urn:oasis:names:tc:SAML:2.0:attrname-format:basic","urn:oasis:names:tc:SAML:2.0:attrname-format:uri"]},"required":{"type":"boolean"},"source":{"type":"object","properties":{"name":{"type":"string"},"name_by_idp":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}},"idp_entity_id":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"name_id_format":{"type":"string","enum":["id","email"]},"name_id_transform_jsonata":{"type":"string"},"public_key":{"type":"string","x-stainless-terraform-configurability":"computed"},"sp_entity_id":{"type":"string"},"sso_endpoint":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}},"title":"SAML SaaS App"},"access_oidc_saas_app-2":{"type":"object","properties":{"access_token_lifetime":{"type":"string"},"allow_pkce_without_client_secret":{"type":"boolean"},"app_launcher_url":{"type":"string"},"auth_type":{"type":"string","enum":["saml","oidc"]},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"custom_claims":{"type":"array","items":{"properties":{"name":{"type":"string"},"required":{"type":"boolean"},"scope":{"type":"string","enum":["groups","profile","email","openid"]},"source":{"type":"object","properties":{"name":{"type":"string"},"name_by_idp":{"type":"array","items":{"properties":{"idp_id":{"type":"string"},"source_name":{"type":"string"}},"type":"object"}}}}},"type":"object"}},"grant_types":{"type":"array","items":{"enum":["authorization_code","authorization_code_with_pkce","refresh_tokens","hybrid","implicit"],"type":"string"}},"group_filter_regex":{"type":"string"},"hybrid_and_implicit_options":{"type":"object","properties":{"return_access_token_from_authorization_endpoint":{"type":"boolean"},"return_id_token_from_authorization_endpoint":{"type":"boolean"}}},"public_key":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"refresh_token_options":{"type":"object","properties":{"lifetime":{"type":"string"}}},"scopes":{"type":"array","items":{"enum":["openid","groups","email","profile"],"type":"string"}},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}},"title":"OIDC SaaS App"},"access_saml_certificate":{"type":"object","properties":{"is_current":{"type":"boolean"},"not_after":{"type":"string","format":"date-time"},"public_certificate":{"type":"string"},"uid":{"type":"string","format":"uuid"}},"required":["uid","public_certificate","not_after","is_current"]},"access_saml_certificate-2":{"type":"object","properties":{"is_current":{"type":"boolean"},"not_after":{"type":"string","format":"date-time"},"public_certificate":{"type":"string"},"uid":{"type":"string"}},"required":["uid","public_certificate","not_after","is_current"]},"access_scim_config_single_authentication":{"oneOf":[{"$ref":"#/components/schemas/access_scim_config_authentication_http_basic"},{"$ref":"#/components/schemas/access_scim_config_authentication_oauth_bearer_token"},{"$ref":"#/components/schemas/access_scim_config_authentication_oauth2"},{"$ref":"#/components/schemas/access_scim_config_authentication_access_service_token"}]},"access_scim_config_multi_authentication":{"type":"array","items":{"$ref":"#/components/schemas/access_scim_config_single_authentication"}},"access_scim_config_mapping":{"type":"object","properties":{"enabled":{"type":"boolean"},"filter":{"type":"string"},"operations":{"type":"object","properties":{"create":{"type":"boolean"},"delete":{"type":"boolean"},"update":{"type":"boolean"}}},"schema":{"type":"string"},"strictness":{"type":"string","enum":["strict","passthrough"]},"transform_jsonata":{"type":"string"}},"required":["schema"]},"access_scim_config_single_authentication-2":{"oneOf":[{"$ref":"#/components/schemas/access_scim_config_authentication_http_basic"},{"$ref":"#/components/schemas/access_scim_config_authentication_oauth_bearer_token-2"},{"$ref":"#/components/schemas/access_scim_config_authentication_oauth2"},{"$ref":"#/components/schemas/access_scim_config_authentication_access_service_token"}]},"access_scim_config_multi_authentication-2":{"type":"array","items":{"$ref":"#/components/schemas/access_scim_config_single_authentication-2"}},"access_scim_config_authentication_http_basic":{"type":"object","properties":{"password":{"type":"string","x-sensitive":true},"scheme":{"type":"string","enum":["httpbasic"]},"user":{"type":"string"}},"required":["scheme","user","password"],"title":"HTTP Basic"},"access_scim_config_authentication_oauth_bearer_token":{"type":"object","properties":{"scheme":{"type":"string","enum":["oauthbearertoken"]},"token":{"type":"string","x-sensitive":true}},"required":["scheme","token"],"title":"OAuth Bearer Token"},"access_scim_config_authentication_oauth2":{"type":"object","properties":{"authorization_url":{"type":"string"},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"scheme":{"type":"string","enum":["oauth2"]},"scopes":{"type":"array","items":{"type":"string"}},"token_url":{"type":"string"}},"required":["scheme","client_id","client_secret","authorization_url","token_url"],"title":"OAuth 2"},"access_scim_config_authentication_access_service_token":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"scheme":{"type":"string","enum":["access_service_token"]}},"required":["scheme","client_id","client_secret"],"title":"Access Service Token"},"access_scim_config_authentication_oauth_bearer_token-2":{"type":"object","properties":{"scheme":{"type":"string","enum":["oauthbearertoken"]},"token":{"type":"string"}},"required":["scheme","token"],"title":"OAuth Bearer Token"},"access_groups":{"type":"object","properties":{"displayName":{"type":"string"},"externalId":{"$ref":"#/components/schemas/access_externalId"},"id":{"$ref":"#/components/schemas/access_id"},"meta":{"$ref":"#/components/schemas/access_meta"},"schemas":{"type":"array","items":{"type":"string"}}}},"access_responses":{"type":"object","properties":{"cf_resource_id":{"type":"string"},"error_description":{"type":"string"},"idp_id":{"type":"string"},"idp_resource_id":{"type":"string"},"logged_at":{"$ref":"#/components/schemas/access_timestamp"},"request_body":{"type":"string"},"request_method":{"type":"string"},"resource_group_name":{"type":"string"},"resource_type":{"type":"string"},"resource_user_email":{"type":"string","format":"email"},"status":{"type":"string"}}},"access_users":{"type":"object","properties":{"active":{"type":"boolean"},"displayName":{"type":"string"},"emails":{"type":"array","items":{"properties":{"primary":{"type":"boolean"},"type":{"type":"string"},"value":{"type":"string","format":"email"}},"type":"object"}},"externalId":{"type":"string"},"id":{"$ref":"#/components/schemas/access_id"},"meta":{"$ref":"#/components/schemas/access_meta"},"schemas":{"type":"array","items":{"type":"string"}}}},"access_access_seat":{"type":"boolean","x-auditable":true},"access_gateway_seat":{"type":"boolean","x-auditable":true},"access_seat_uid":{"type":"string","maxLength":36,"x-auditable":true},"access_seat":{"type":"object","properties":{"access_seat":{"$ref":"#/components/schemas/access_access_seat"},"gateway_seat":{"$ref":"#/components/schemas/access_gateway_seat"},"seat_uid":{"$ref":"#/components/schemas/access_seat_uid"}},"required":["seat_uid","gateway_seat","access_seat"]},"access_cors_headers":{"type":"object","properties":{"allow_all_headers":{"$ref":"#/components/schemas/access_allow_all_headers"},"allow_all_methods":{"$ref":"#/components/schemas/access_allow_all_methods"},"allow_all_origins":{"$ref":"#/components/schemas/access_allow_all_origins"},"allow_credentials":{"$ref":"#/components/schemas/access_allow_credentials"},"allowed_headers":{"$ref":"#/components/schemas/access_allowed_headers"},"allowed_methods":{"$ref":"#/components/schemas/access_allowed_methods"},"allowed_origins":{"$ref":"#/components/schemas/access_allowed_origins"},"max_age":{"$ref":"#/components/schemas/access_max_age"}}},"access_eager_redirect_cookie_setting":{"type":"boolean","default":true},"access_enable_binding_cookie":{"type":"boolean","default":false},"access_path_cookie_attribute":{"type":"boolean","default":false},"access_read_service_tokens_from_header":{"type":"string"},"access_self_hosted_domains":{"type":"array","items":{"type":"string"},"default":[],"deprecated":true},"access_service_auth_401_redirect":{"type":"boolean"},"access_use_clientless_isolation_app_launcher_url":{"type":"boolean","default":false},"access_cors_headers-2":{"type":"object","properties":{"allow_all_headers":{"$ref":"#/components/schemas/access_allow_all_headers"},"allow_all_methods":{"$ref":"#/components/schemas/access_allow_all_methods"},"allow_all_origins":{"$ref":"#/components/schemas/access_allow_all_origins"},"allow_credentials":{"$ref":"#/components/schemas/access_allow_credentials"},"allowed_headers":{"$ref":"#/components/schemas/access_allowed_headers-2"},"allowed_methods":{"$ref":"#/components/schemas/access_allowed_methods"},"allowed_origins":{"$ref":"#/components/schemas/access_allowed_origins-2"},"max_age":{"$ref":"#/components/schemas/access_max_age"}}},"access_custom_deny_url-2":{"type":"string"},"access_options_preflight_bypass-2":{"type":"boolean","default":false},"access_organizations":{"type":"object","properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp"},"auth_domain":{"$ref":"#/components/schemas/access_auth_domain"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages"},"deny_unmatched_requests":{"$ref":"#/components/schemas/access_deny_unmatched_requests"},"deny_unmatched_requests_exempted_zone_names":{"$ref":"#/components/schemas/access_deny_unmatched_requests_exempted_zone_names"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only"},"login_design":{"$ref":"#/components/schemas/access_login_design"},"mfa_config":{"$ref":"#/components/schemas/access_org_mfa_config"},"mfa_piv_key_requirements":{"$ref":"#/components/schemas/access_mfa_piv_key_requirements"},"mfa_required_for_all_apps":{"$ref":"#/components/schemas/access_mfa_required_for_all_apps"},"name":{"$ref":"#/components/schemas/access_name"},"session_duration":{"$ref":"#/components/schemas/access_session_duration"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time"},"warp_auth_non_browser_401":{"$ref":"#/components/schemas/access_warp_auth_non_browser_401"},"warp_auth_session_duration":{"$ref":"#/components/schemas/access_warp_auth_session_duration"}}},"access_key_config":{"type":"object","properties":{"days_until_next_rotation":{"$ref":"#/components/schemas/access_days_until_next_rotation"},"key_rotation_interval_days":{"$ref":"#/components/schemas/access_key_rotation_interval_days"},"last_key_rotation_at":{"$ref":"#/components/schemas/access_last_key_rotation_at"}}},"access_organizations-2":{"type":"object","properties":{"auth_domain":{"$ref":"#/components/schemas/access_auth_domain-2"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"deny_unmatched_requests":{"$ref":"#/components/schemas/access_deny_unmatched_requests"},"deny_unmatched_requests_exempted_zone_names":{"$ref":"#/components/schemas/access_deny_unmatched_requests_exempted_zone_names"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only-2"},"login_design":{"$ref":"#/components/schemas/access_login_design-2"},"name":{"$ref":"#/components/schemas/access_name-15"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time-2"}}},"access_app_settings_response":{"type":"object","properties":{"allow_iframe":{"$ref":"#/components/schemas/access_allow_iframe"},"skip_interstitial":{"$ref":"#/components/schemas/access_skip_interstitial"}}},"access_device_session":{"type":"object","properties":{"last_authenticated":{"type":"number","x-auditable":true}}},"access_port":{"type":"integer"},"access_target_attributes":{"type":"object","additionalProperties":{"items":{"type":"string"},"type":"array"}},"access_target_criteria_base":{"type":"object","properties":{"port":{"$ref":"#/components/schemas/access_port"},"target_attributes":{"$ref":"#/components/schemas/access_target_attributes"}},"required":["target_attributes","port","protocol"],"title":"Target Criteria"},"access_protocol_infra_app":{"type":"string","enum":["SSH"],"x-auditable":true},"access_protocol_self_hosted_app":{"type":"string","enum":["RDP"],"x-auditable":true},"access_access_seat-2":{"type":"boolean"},"access_active_device_count":{"type":"number"},"access_gateway_seat-2":{"type":"boolean"},"access_last_successful_login":{"type":"string","format":"date-time"},"access_seat_uid-2":{"type":"string"},"access_uid":{"type":"string"},"addressing_can_delete":{"type":"boolean","readOnly":true,"x-auditable":true},"addressing_can_modify_ips":{"type":"boolean","readOnly":true,"x-auditable":true},"addressing_timestamp":{"type":"string","format":"date-time","x-auditable":true},"addressing_ip":{"type":"string","x-auditable":true},"addressing_schemas-can_delete":{"type":"boolean","readOnly":true,"x-auditable":true},"addressing_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_kind":{"type":"string","enum":["zone","account"],"x-auditable":true},"addressing_modified_at_nullable":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"addressing_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"addressing_schemas-advertised":{"type":"boolean","nullable":true,"x-auditable":true},"addressing_schemas-on_demand_enabled":{"type":"boolean","x-auditable":true},"addressing_schemas-on_demand_locked":{"type":"boolean","x-auditable":true},"addressing_asn_prepend_count":{"type":"integer","default":0,"maximum":3,"minimum":0,"x-auditable":true},"addressing_auto_advertise_withdraw":{"type":"boolean","default":false,"x-auditable":true},"addressing_bgp_signaling_enabled":{"type":"boolean","x-auditable":true},"addressing_bgp_signaling_modified_at":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"addressing_address-maps":{"type":"object","properties":{"can_delete":{"$ref":"#/components/schemas/addressing_can_delete"},"can_modify_ips":{"$ref":"#/components/schemas/addressing_can_modify_ips"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"default_sni":{"$ref":"#/components/schemas/addressing_default_sni"},"enabled":{"$ref":"#/components/schemas/addressing_enabled"},"id":{"$ref":"#/components/schemas/addressing_address_map_identifier"},"modified_at":{"$ref":"#/components/schemas/addressing_timestamp"}}},"addressing_ips":{"type":"array","items":{"$ref":"#/components/schemas/addressing_address-maps-ip"}},"addressing_memberships":{"type":"array","items":{"$ref":"#/components/schemas/addressing_address-maps-membership"}},"addressing_schemas-asn":{"type":"integer","nullable":true,"x-auditable":true},"addressing_bgp_signal_opts":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/addressing_bgp_signaling_enabled"},"modified_at":{"$ref":"#/components/schemas/addressing_bgp_signaling_modified_at"}}},"addressing_bgp_on_demand":{"type":"object","properties":{"advertised":{"$ref":"#/components/schemas/addressing_schemas-advertised"},"advertised_modified_at":{"$ref":"#/components/schemas/addressing_modified_at_nullable"},"on_demand_enabled":{"$ref":"#/components/schemas/addressing_schemas-on_demand_enabled"},"on_demand_locked":{"$ref":"#/components/schemas/addressing_schemas-on_demand_locked"}}},"addressing_advertised":{"type":"boolean","deprecated":true,"nullable":true,"x-auditable":true,"x-stainless-deprecation-message":"Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix."},"addressing_advertised_modified_at_nullable":{"type":"string","format":"date-time","deprecated":true,"nullable":true,"x-auditable":true,"x-stainless-deprecation-message":"Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix."},"addressing_approved":{"type":"string","x-auditable":true},"addressing_asn":{"type":"integer","x-auditable":true},"addressing_delegate_loa_creation":{"type":"boolean","default":false,"x-auditable":true},"addressing_validation_state":{"type":"string","x-auditable":true},"addressing_on_demand_enabled":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix."},"addressing_on_demand_locked":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix."},"addressing_ownership_validation_token":{"type":"string","x-auditable":true},"addressing_address-maps-ip":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"ip":{"$ref":"#/components/schemas/addressing_ip"}}},"addressing_schemas-cidr":{"type":"string"},"addressing_created_at":{"type":"string","format":"date-time"},"addressing_lease_id":{"type":"string"},"addressing_modified_at":{"type":"string","format":"date-time"},"addressing_lease_owner_id":{"type":"string"},"addressing_lease":{"type":"object","properties":{"active_from":{"type":"string","format":"date-time"},"cidrs":{"type":"array","items":{"$ref":"#/components/schemas/addressing_schemas-cidr"}},"created_at":{"$ref":"#/components/schemas/addressing_created_at"},"id":{"$ref":"#/components/schemas/addressing_lease_id"},"modified_at":{"$ref":"#/components/schemas/addressing_modified_at"},"owner_id":{"$ref":"#/components/schemas/addressing_lease_owner_id"},"purpose":{"type":"string"}}},"addressing_auto_generated":{"type":"boolean","x-auditable":true},"addressing_filename":{"type":"string","x-auditable":true},"addressing_size_bytes":{"type":"integer","x-auditable":true},"addressing_verified":{"type":"boolean","x-auditable":true},"addressing_verified_at":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"addressing_address-maps-membership-request":{"type":"object","properties":{"identifier":{"$ref":"#/components/schemas/addressing_identifier"},"kind":{"$ref":"#/components/schemas/addressing_kind"}}},"addressing_address-maps-membership":{"type":"object","properties":{"can_delete":{"$ref":"#/components/schemas/addressing_schemas-can_delete"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"identifier":{"$ref":"#/components/schemas/addressing_identifier"},"kind":{"$ref":"#/components/schemas/addressing_kind"}}},"addressing_ipam-prefixes":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/addressing_account_identifier"},"advertised":{"$ref":"#/components/schemas/addressing_advertised"},"advertised_modified_at":{"$ref":"#/components/schemas/addressing_advertised_modified_at_nullable"},"approved":{"$ref":"#/components/schemas/addressing_approved"},"asn":{"$ref":"#/components/schemas/addressing_asn"},"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"delegate_loa_creation":{"$ref":"#/components/schemas/addressing_delegate_loa_creation"},"id":{"$ref":"#/components/schemas/addressing_prefix_identifier"},"irr_validation_state":{"$ref":"#/components/schemas/addressing_validation_state"},"loa_document_id":{"$ref":"#/components/schemas/addressing_loa_document_identifier"},"modified_at":{"$ref":"#/components/schemas/addressing_timestamp"},"on_demand_enabled":{"$ref":"#/components/schemas/addressing_on_demand_enabled"},"on_demand_locked":{"$ref":"#/components/schemas/addressing_on_demand_locked"},"ownership_validation_state":{"$ref":"#/components/schemas/addressing_validation_state"},"ownership_validation_token":{"$ref":"#/components/schemas/addressing_ownership_validation_token"},"rpki_validation_state":{"$ref":"#/components/schemas/addressing_validation_state"}}},"addressing_ipam-bgp-prefixes":{"type":"object","properties":{"asn":{"$ref":"#/components/schemas/addressing_schemas-asn"},"asn_prepend_count":{"$ref":"#/components/schemas/addressing_asn_prepend_count"},"auto_advertise_withdraw":{"$ref":"#/components/schemas/addressing_auto_advertise_withdraw"},"bgp_signal_opts":{"$ref":"#/components/schemas/addressing_bgp_signal_opts"},"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"id":{"$ref":"#/components/schemas/addressing_bgp_prefix_identifier"},"modified_at":{"$ref":"#/components/schemas/addressing_timestamp"},"on_demand":{"$ref":"#/components/schemas/addressing_bgp_on_demand"}}},"addressing_ipam-delegations":{"type":"object","properties":{"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"delegated_account_id":{"$ref":"#/components/schemas/addressing_delegated_account_identifier"},"id":{"$ref":"#/components/schemas/addressing_delegation_identifier"},"modified_at":{"$ref":"#/components/schemas/addressing_timestamp"},"parent_prefix_id":{"$ref":"#/components/schemas/addressing_prefix_identifier"}}},"addressing_provisioning":{"type":"object","properties":{"state":{"type":"string","enum":["provisioning","active"],"x-auditable":true}}},"ai-audit_api_message":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"]},"ai-audit_user_agent_rules":{"type":"object","properties":{"allow":{"type":"array","items":{"type":"string"}},"contentSignals":{"$ref":"#/components/schemas/ai-audit_content_signal"},"crawlDelay":{"type":"number"},"disallow":{"type":"array","items":{"type":"string"}}},"required":["allow","disallow"]},"ai-audit_content_signal":{"type":"object","properties":{"ai-input":{"type":"string","enum":["yes","no"]},"ai-train":{"type":"string","enum":["yes","no"]},"search":{"type":"string","enum":["yes","no"]}}},"aig-billing_CreateTopupResult":{"type":"object","properties":{"brand":{"type":"string"},"client_secret":{"type":"string","nullable":true},"last4":{"type":"string"},"onboarding":{"type":"boolean"},"payment_intent_id":{"type":"string"}},"required":["onboarding","payment_intent_id","client_secret"]},"aig-billing_DeleteSpendingLimitResult":{"type":"object"},"aig-billing_DeleteTopupConfigResult":{"type":"object"},"aig-billing_GetCreditBalanceResult":{"type":"object","properties":{"balance":{"type":"number"},"first_topup_success":{"type":"boolean"},"has_default_payment_method":{"type":"boolean"},"payment_method":{"type":"object","nullable":true,"properties":{"brand":{"type":"string"},"last4":{"type":"string"}}},"topup_config":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"disabledReason":{"type":"string","nullable":true},"error":{"type":"string","nullable":true},"lastFailedAt":{"type":"number","nullable":true},"threshold":{"type":"number","nullable":true}},"required":["threshold","amount","error","disabledReason","lastFailedAt"]}},"required":["balance","has_default_payment_method","payment_method","topup_config"]},"aig-billing_GetInvoiceHistoryResult":{"type":"object","properties":{"invoices":{"type":"array","items":{"properties":{"amount_due":{"type":"number"},"amount_paid":{"type":"number"},"amount_remaining":{"type":"number"},"attempt_count":{"type":"number"},"attempted":{"type":"boolean"},"auto_advance":{"type":"boolean","nullable":true},"created":{"type":"number"},"created_by":{"type":"string"},"currency":{"type":"string"},"id":{"type":"string","nullable":true},"invoice_origin":{"type":"string"},"invoice_pdf":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}},"required":["amount_paid","amount_due","amount_remaining","currency"],"type":"object"}},"pagination":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]}},"required":["invoices","pagination"]},"aig-billing_GetInvoicePreviewResult":{"type":"object","properties":{"amount_due":{"type":"number"},"amount_paid":{"type":"number"},"amount_remaining":{"type":"number"},"currency":{"type":"string"},"id":{"type":"string"},"invoice_lines":{"type":"array","items":{"properties":{"amount":{"type":"number"},"currency":{"type":"string"},"period":{"type":"object","properties":{"end":{"type":"number"},"start":{"type":"number"}},"required":["start","end"]},"pretax_credit_amounts":{"type":"array","items":{"properties":{"amount":{"type":"number"},"credit_balance_transaction":{"type":"string","nullable":true},"discount":{"type":"string","nullable":true},"type":{"type":"string"}},"required":["amount","type"],"type":"object"}},"pricing":{"type":"object","properties":{"unit_amount_decimal":{"type":"string","nullable":true}},"required":["unit_amount_decimal"]},"quantity":{"type":"number"}},"required":["description","amount","period","currency","pricing","quantity"],"type":"object"}},"period_end":{"type":"number"},"period_start":{"type":"number"},"status":{"type":"string","enum":["draft","open","paid","uncollectible","void"]}},"required":["id","amount_due","amount_paid","amount_remaining","currency","period_start","period_end","status","invoice_lines"]},"aig-billing_GetSpendingLimitResult":{"type":"object","properties":{"config":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"duration":{"type":"string","nullable":true},"strategy":{"type":"string","nullable":true}},"required":["amount","duration","strategy"]},"enabled":{"type":"boolean"}},"required":["enabled","config"]},"aig-billing_GetTopupConfigResult":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"disabledReason":{"type":"string","nullable":true},"error":{"type":"string","nullable":true},"lastFailedAt":{"type":"number","nullable":true},"threshold":{"type":"number","nullable":true}},"required":["threshold","amount","error","disabledReason","lastFailedAt"]},"aig-billing_GetTopupLimitsResult":{"type":"object","properties":{"currency":{"type":"string"},"max_cents":{"type":"integer"},"min_cents":{"type":"integer"}},"required":["min_cents","max_cents","currency"]},"aig-billing_GetUsageHistoryResult":{"type":"object","properties":{"history":{"type":"array","items":{"properties":{"aggregated_value":{"type":"number"},"end_time":{"type":"number"},"id":{"type":"string"},"start_time":{"type":"number"}},"required":["id","aggregated_value","end_time","start_time"],"type":"object"}}},"required":["history"]},"aig-billing_SetSpendingLimitResult":{"type":"object"},"aig-billing_SetTopupConfigResult":{"type":"object","properties":{"amount":{"type":"number"},"threshold":{"type":"number"}},"required":["threshold","amount"]},"aig-billing_TopupStatusResult":{"type":"object","properties":{"payment_intent_id":{"type":"string"},"status":{"type":"string","enum":["completed","pending"]}},"required":["status","payment_intent_id"]},"alexandria_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/alexandria_messages"},"messages":{"$ref":"#/components/schemas/alexandria_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"alexandria_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"alexandria_application_confidence_score":{"type":"number","format":"float"},"alexandria_application_score_composition":{"type":"object","nullable":true},"alexandria_application_source":{"type":"string"},"alexandria_application_type":{"type":"string"},"alexandria_application_type_description":{"type":"string"},"alexandria_application_created_at":{"type":"string"},"alexandria_application_gen_ai_score":{"type":"number","format":"float"},"alexandria_application_hostnames":{"type":"array","items":{"type":"string"}},"alexandria_application_human_id":{"type":"string"},"alexandria_application_id":{"type":"integer","format":"int64","maximum":4294967295,"minimum":0},"alexandria_application_ip_subnets":{"type":"array","items":{"type":"string"}},"alexandria_application_name":{"type":"string"},"alexandria_application_port_protocols":{"type":"array","items":{"type":"string"}},"alexandria_application_support_domains":{"type":"array","items":{"type":"string"}},"alexandria_application_supported":{"type":"array","items":{"enum":["GATEWAY","ACCESS","CASB"],"type":"string"}},"alexandria_application_updated_at":{"type":"string"},"alexandria_application_version":{"type":"string"},"alexandria_application":{"type":"object","properties":{"application_confidence_score":{"$ref":"#/components/schemas/alexandria_application_confidence_score"},"application_score_composition":{"$ref":"#/components/schemas/alexandria_application_score_composition"},"application_source":{"$ref":"#/components/schemas/alexandria_application_source"},"application_type":{"$ref":"#/components/schemas/alexandria_application_type"},"application_type_description":{"$ref":"#/components/schemas/alexandria_application_type_description"},"created_at":{"$ref":"#/components/schemas/alexandria_application_created_at"},"gen_ai_score":{"$ref":"#/components/schemas/alexandria_application_gen_ai_score"},"hostnames":{"$ref":"#/components/schemas/alexandria_application_hostnames"},"human_id":{"$ref":"#/components/schemas/alexandria_application_human_id"},"id":{"$ref":"#/components/schemas/alexandria_application_id"},"ip_subnets":{"$ref":"#/components/schemas/alexandria_application_ip_subnets"},"name":{"$ref":"#/components/schemas/alexandria_application_name"},"port_protocols":{"$ref":"#/components/schemas/alexandria_application_port_protocols"},"support_domains":{"$ref":"#/components/schemas/alexandria_application_support_domains"},"supported":{"$ref":"#/components/schemas/alexandria_application_supported"},"updated_at":{"$ref":"#/components/schemas/alexandria_application_updated_at"},"version":{"$ref":"#/components/schemas/alexandria_application_version"}},"required":["application_source","application_type","application_type_description","gen_ai_score","application_confidence_score","created_at","supported","hostnames","human_id","id","ip_subnets","name","port_protocols","support_domains","updated_at","version"]},"alexandria_category":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/alexandria_category_created_at"},"id":{"$ref":"#/components/schemas/alexandria_category_id"},"name":{"$ref":"#/components/schemas/alexandria_category_name"}},"required":["created_at","description","id","name"]},"alexandria_category_created_at":{"type":"string"},"alexandria_category_id":{"type":"string"},"alexandria_category_name":{"type":"string"},"alexandria_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/alexandria_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}}},"type":"object"}]},"alexandria_applications":{"type":"array","items":{"$ref":"#/components/schemas/alexandria_application"}},"alexandria_categories":{"type":"array","items":{"$ref":"#/components/schemas/alexandria_category"}},"api-shield_timestamp-2":{"allOf":[{"$ref":"#/components/schemas/api-shield_timestamp"},{"readOnly":true,"type":"string","x-auditable":true}]},"api-shield_expression":{"type":"string","x-auditable":true},"api-shield_selector":{"type":"object","properties":{"exclude":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_selector-exclude"},"nullable":true},"include":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_selector-include"},"nullable":true}}},"api-shield_title-2":{"type":"string","maxLength":50,"x-auditable":true},"api-shield_credentials":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-response"},"maxItems":4,"minItems":1}},"required":["keys"]},"api-shield_title":{"type":"string","maxLength":50,"x-auditable":true},"api-shield_token_sources":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/api-shield_header"},{"$ref":"#/components/schemas/api-shield_cookie"}]},"maxItems":4,"minItems":1},"api-shield_token_type":{"type":"string","enum":["JWT"],"x-auditable":true},"api-shield_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"api-shield_api_discovery_patch_multiple_request_entry":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/api-shield_api_discovery_state_patch"}}},"api-shield_auth_id_characteristic":{"properties":{"name":{"type":"string","maxLength":128,"x-auditable":true},"type":{"type":"string","enum":["header","cookie"],"x-auditable":true}},"required":["type","name"]},"api-shield_auth_id_characteristic_jwt_claim":{"type":"object","properties":{"name":{"type":"string","maxLength":128,"pattern":"^(?[a-z0-9\\-]{32,36}):\\$(?.*?)$","x-auditable":true},"type":{"type":"string","enum":["jwt"],"x-auditable":true}},"required":["type","name"]},"api-shield_operation_id_selector":{"type":"object","properties":{"include":{"type":"object","properties":{"operation_ids":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_uuid-2"},"minItems":1}},"required":["operation_ids"]}},"required":["include"]},"api-shield_auth_id_characteristics":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/api-shield_auth_id_characteristic"},{"$ref":"#/components/schemas/api-shield_auth_id_characteristic_jwt_claim"}]},"maxItems":10,"uniqueItems":true},"api-shield_configuration":{"type":"object","properties":{"auth_id_characteristics":{"$ref":"#/components/schemas/api-shield_auth_id_characteristics"}},"required":["auth_id_characteristics"]},"api-shield_rule-properties":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/api-shield_action"},"enabled":{"$ref":"#/components/schemas/api-shield_enabled"},"expression":{"$ref":"#/components/schemas/api-shield_expression"},"selector":{"$ref":"#/components/schemas/api-shield_selector"},"title":{"$ref":"#/components/schemas/api-shield_title-2"}}},"api-shield_credentials-JWT-Key-response":{"type":"object","oneOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-RSA"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES256"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES384"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-oct-response"}]},"api-shield_credentials-JWT-Key-common":{"type":"object","properties":{"kid":{"type":"string","x-auditable":true}},"required":["kid"]},"api-shield_credentials-JWT-Key-EC-common":{"type":"object","properties":{"kty":{"type":"string","enum":["EC"],"x-auditable":true},"x":{"type":"string","x-auditable":false},"y":{"type":"string","x-auditable":false}},"required":["kty","x","y"]},"api-shield_credentials-JWT-Key-RSA":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"properties":{"alg":{"type":"string","enum":["RS256","RS384","RS512","PS256","PS384","PS512"],"x-auditable":true},"e":{"type":"string","x-auditable":false},"kty":{"type":"string","enum":["RSA"],"x-auditable":true},"n":{"type":"string","x-auditable":false}},"required":["kty","alg","n","e"],"type":"object"}]},"api-shield_credentials-JWT-Key-EC-ES256":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-common"},{"properties":{"alg":{"type":"string","enum":["ES256"],"x-auditable":true},"crv":{"type":"string","enum":["P-256"],"x-auditable":true}},"required":["alg","crv"],"type":"object"}]},"api-shield_credentials-JWT-Key-EC-ES384":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-common"},{"properties":{"alg":{"type":"string","enum":["ES384"],"x-auditable":true},"crv":{"type":"string","enum":["P-384"],"x-auditable":true}},"required":["alg","crv"],"type":"object"}]},"api-shield_credentials-JWT-Key-oct-patch-request":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"properties":{"alg":{"type":"string","enum":["HS256","HS384","HS512"],"x-auditable":true},"k":{"type":"string","x-auditable":false},"kty":{"type":"string","enum":["oct"],"x-auditable":true}},"required":["kty","alg"],"type":"object"}]},"api-shield_credentials-JWT-Key-oct-request":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"properties":{"alg":{"type":"string","enum":["HS256","HS384","HS512"],"x-auditable":true},"k":{"type":"string","x-auditable":false},"kty":{"type":"string","enum":["oct"],"x-auditable":true}},"required":["kty","alg","k"],"type":"object"}]},"api-shield_credentials-JWT-Key-oct-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"properties":{"alg":{"type":"string","enum":["HS256","HS384","HS512"],"x-auditable":true},"kty":{"type":"string","enum":["oct"],"x-auditable":true}},"required":["kty","alg"],"type":"object"}]},"api-shield_credentials-JWT-Key-patch-request":{"type":"object","oneOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-RSA"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES256"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES384"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-oct-patch-request"}]},"api-shield_credentials-JWT-Key-request":{"type":"object","oneOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-RSA"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES256"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES384"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-oct-request"}]},"api-shield_traffic_stats":{"type":"object","properties":{"traffic_stats":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"period_seconds":{"type":"integer","readOnly":true,"x-auditable":true},"requests":{"type":"number","format":"float","readOnly":true,"x-auditable":true}},"required":["period_seconds","requests","last_updated"]}},"readOnly":true},"api-shield_position":{"type":"object","oneOf":[{"$ref":"#/components/schemas/api-shield_index"},{"$ref":"#/components/schemas/api-shield_before"},{"$ref":"#/components/schemas/api-shield_after"}],"writeOnly":true},"api-shield_label_mapped_resources":{"type":"object"},"api-shield_identifier":{"type":"string","maxLength":32,"x-auditable":true},"api-shield_label_metadata":{"type":"object"},"api-shield_old_operation_mitigation_action":{"type":"string","enum":["log","block","none",null],"nullable":true,"x-auditable":true},"api-shield_old_operation_schema_validation_settings_multiple_request_entry":{"type":"object","properties":{"mitigation_action":{"$ref":"#/components/schemas/api-shield_old_operation_mitigation_action"}}},"api-shield_old_schema_upload_log_event":{"type":"object","properties":{"code":{"type":"integer","x-auditable":true},"locations":{"type":"array","items":{"type":"string","x-auditable":true}},"message":{"type":"string","x-auditable":true}},"required":["code"]},"api-shield_old_schema_upload_details_errors_critical":{"type":"object","properties":{"critical":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_schema_upload_log_event"}},"errors":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_schema_upload_log_event"}}}},"api-shield_old_schema_upload_details_warnings_only":{"type":"object","properties":{"warnings":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_schema_upload_log_event"}}}},"api-shield_old_validation_default_mitigation_action":{"type":"string","enum":["none","log","block"],"x-auditable":true},"api-shield_old_validation_override_mitigation_action":{"type":"string","enum":["none",null],"nullable":true,"x-auditable":true},"api-shield_old_validation_default_mitigation_action_patch":{"type":"string","enum":["none","log","block",null],"nullable":true,"x-auditable":true},"api-shield_old_validation_override_mitigation_action_patch":{"type":"string","enum":["none","disable_override",null],"nullable":true,"x-auditable":true},"api-shield_old_validation_override_mitigation_action_write":{"type":"string","enum":["none","disable_override",null],"nullable":true,"x-auditable":true},"api-shield_standard_operation":{"allOf":[{"$ref":"#/components/schemas/api-shield_basic_operation"},{"properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"required":["operation_id","last_updated"],"type":"object"}]},"api-shield_operation_features":{"type":"object","anyOf":[{"$ref":"#/components/schemas/api-shield_operation_feature_thresholds"},{"$ref":"#/components/schemas/api-shield_operation_feature_parameter_schemas"},{"$ref":"#/components/schemas/api-shield_operation_feature_api_routing"},{"$ref":"#/components/schemas/api-shield_operation_feature_confidence_intervals"},{"$ref":"#/components/schemas/api-shield_operation_feature_schema_info"}],"readOnly":true},"api-shield_timestamp":{"type":"string","format":"date-time","x-auditable":true},"api-shield_confidence_intervals_bounds":{"type":"object","properties":{"lower":{"type":"number","x-auditable":true},"upper":{"type":"number","x-auditable":true}},"readOnly":true},"api-shield_parameter_schemas_definition":{"type":"object","properties":{"parameters":{"items":{"type":"object"},"readOnly":true,"type":"array"},"responses":{"nullable":true,"readOnly":true,"type":"object"}},"readOnly":true},"api-shield_auth_id_tokens":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_data_points":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_p50":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_p90":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_p99":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_period_seconds":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_requests":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_suggested_threshold":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_operation_feature_thresholds":{"type":"object","properties":{"thresholds":{"type":"object","properties":{"auth_id_tokens":{"$ref":"#/components/schemas/api-shield_auth_id_tokens"},"data_points":{"$ref":"#/components/schemas/api-shield_data_points"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp"},"p50":{"$ref":"#/components/schemas/api-shield_p50"},"p90":{"$ref":"#/components/schemas/api-shield_p90"},"p99":{"$ref":"#/components/schemas/api-shield_p99"},"period_seconds":{"$ref":"#/components/schemas/api-shield_period_seconds"},"requests":{"$ref":"#/components/schemas/api-shield_requests"},"suggested_threshold":{"$ref":"#/components/schemas/api-shield_suggested_threshold"}}}},"readOnly":true,"required":["period_seconds","suggested_threshold","p50","p90","p99","requests","auth_id_tokens","data_points","last_updated"]},"api-shield_operation_feature_parameter_schemas":{"type":"object","properties":{"parameter_schemas":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp"},"parameter_schemas":{"$ref":"#/components/schemas/api-shield_parameter_schemas_definition"}}}},"readOnly":true,"required":["parameter_schemas","last_updated"]},"api-shield_operation_feature_api_routing":{"type":"object","properties":{"api_routing":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp"},"route":{"type":"string","x-auditable":true}}}},"readOnly":true},"api-shield_operation_feature_confidence_intervals":{"type":"object","properties":{"confidence_intervals":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp"},"suggested_threshold":{"type":"object","properties":{"confidence_intervals":{"type":"object","properties":{"p90":{"$ref":"#/components/schemas/api-shield_confidence_intervals_bounds"},"p95":{"$ref":"#/components/schemas/api-shield_confidence_intervals_bounds"},"p99":{"$ref":"#/components/schemas/api-shield_confidence_intervals_bounds"}}},"mean":{"type":"number","x-auditable":true}}}}}},"readOnly":true},"api-shield_operation_feature_schema_info":{"type":"object","properties":{"schema_info":{"type":"object","properties":{"active_schema":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp"},"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"is_learned":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true}}},"learned_available":{"type":"boolean","x-auditable":true},"mitigation_action":{"type":"string","enum":["none","log","block"],"nullable":true,"x-auditable":true}}}},"readOnly":true},"api-shield_operation_schema_fragment":{"type":"object","properties":{"parameters":{"items":{"additionalProperties":true,"type":"object"},"type":"array"},"requestBody":{"additionalProperties":true,"type":"object"}},"nullable":true},"api-shield_per_operation_setting":{"type":"object","properties":{"mitigation_action":{"type":"string","enum":["log","block","none"],"x-auditable":true},"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"required":["operation_id","mitigation_action"]},"api-shield_index":{"type":"object","properties":{"index":{"type":"integer","minimum":1,"x-auditable":true}},"required":["index"]},"api-shield_before":{"type":"object","properties":{"before":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true}}},"api-shield_after":{"type":"object","properties":{"after":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true}}},"api-shield_public_schema":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"kind":{"type":"string","enum":["openapi_v3"],"readOnly":true,"x-auditable":true},"name":{"type":"string","readOnly":true,"x-auditable":true},"schema_id":{"type":"string","allOf":[{"$ref":"#/components/schemas/api-shield_uuid-2"},{"format":"uuid","readOnly":true,"type":"string"}],"x-auditable":true},"source":{"type":"string","readOnly":true,"x-auditable":true},"validation_enabled":{"type":"boolean","x-auditable":true}},"required":["schema_id","name","kind","source","created_at"]},"api-shield_openapi-with-thresholds":{"type":"object"},"api-shield_openapi":{"type":"object"},"api-shield_selector-exclude":{"type":"object","properties":{"operation_ids":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_uuid-2"}}}},"api-shield_selector-include":{"type":"object","properties":{"host":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"}}}},"api-shield_operation_schemas":{"type":"object","properties":{"learned":{"$ref":"#/components/schemas/api-shield_operation_schema_fragment"},"uploaded":{"$ref":"#/components/schemas/api-shield_operation_schema_fragment"}},"readOnly":true},"api-shield_header":{"type":"string","pattern":"^http.request.headers\\[.*?\\]\\[\\d+\\]$","x-auditable":true},"api-shield_cookie":{"type":"string","pattern":"^http.request.cookies\\[.*?\\]\\[\\d+\\]$","x-auditable":true},"argo-analytics_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"argo-analytics_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/argo-analytics_messages"},"messages":{"$ref":"#/components/schemas/argo-analytics_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"argo-analytics_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/argo-analytics_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"argo-config_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"argo-config_result_object":{"type":"object","properties":{"editable":{"$ref":"#/components/schemas/argo-config_editable"},"id":{"$ref":"#/components/schemas/argo-config_setting_id"},"modified_on":{"$ref":"#/components/schemas/argo-config_modified_on"},"value":{"$ref":"#/components/schemas/argo-config_setting_value"}},"required":["id","value","editable"]},"argo-config_setting_value":{"type":"string","enum":["on","off"],"x-auditable":true},"argo-config_editable":{"type":"boolean","x-auditable":true},"argo-config_setting_id":{"type":"string","x-auditable":true},"argo-config_modified_on":{"type":"string","format":"date-time","x-auditable":true},"art_Filter":{"type":"object","properties":{"name":{"type":"string"},"op":{"type":"string"},"values":{"type":"array","items":{"oneOf":[{"type":"string"},{"type":"boolean"},{"type":"integer"},{"type":"number"}]}}},"required":["name","op","values"]},"art_APIError":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"art_APIMessage":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"art_DataSecurityFindingsTimeseriesResult":{"type":"object","properties":{"resolution":{"type":"string","nullable":true},"slots":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}}},"required":["slots"]},"art_ResultValues":{"type":"object","additionalProperties":true},"art_CommonQuery":{"type":"object","properties":{"filters":{"type":"array","items":{"$ref":"#/components/schemas/art_Filter"}},"from":{"type":"string","format":"date-time"},"groupBy":{"type":"array","items":{"type":"string"}},"stats":{"type":"array","items":{"type":"string"}},"to":{"type":"string","format":"date-time"}},"required":["from","to","groupBy","stats","filters"]},"art_SummaryResult":{"type":"object","properties":{"currentTotal":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}},"previousTotal":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}}},"required":["currentTotal","previousTotal"]},"art_TimeseriesResult":{"type":"object","properties":{"resolution":{"type":"string"},"slots":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}}},"required":["slots","resolution"]},"bill-subs-api_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/bill-subs-api_result_info"}}}]},"bill-subs-api_subscription":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_subscription-v2"}]},"bill-subs-api_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"bill-subs-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/bill-subs-api_messages"},"messages":{"$ref":"#/components/schemas/bill-subs-api_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"bill-subs-api_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"bill-subs-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"bill-subs-api_can_subscribe":{"type":"boolean","default":false,"x-auditable":true},"bill-subs-api_currency":{"type":"string","readOnly":true,"x-auditable":true},"bill-subs-api_externally_managed":{"type":"boolean","default":false,"x-auditable":true},"bill-subs-api_schemas-frequency":{"type":"string","enum":["weekly","monthly","quarterly","yearly"],"readOnly":true,"x-auditable":true},"bill-subs-api_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"bill-subs-api_is_subscribed":{"type":"boolean","default":false,"x-auditable":true},"bill-subs-api_legacy_discount":{"type":"boolean","default":false,"x-auditable":true},"bill-subs-api_legacy_id":{"type":"string","readOnly":true,"x-auditable":true},"bill-subs-api_schemas-name":{"type":"string","maxLength":80,"readOnly":true,"x-auditable":true},"bill-subs-api_schemas-price":{"type":"number","x-auditable":true},"bill-subs-api_action":{"type":"string","maxLength":30,"readOnly":true,"x-auditable":true},"bill-subs-api_amount":{"type":"number","readOnly":true,"x-auditable":true},"bill-subs-api_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"bill-subs-api_occurred_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"bill-subs-api_type":{"type":"string","maxLength":30,"readOnly":true,"x-auditable":true},"bill-subs-api_schemas-zone":{"type":"object","properties":{"name":{"type":"string","readOnly":true,"x-auditable":true}}},"bill-subs-api_billing-history":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/bill-subs-api_action"},"amount":{"$ref":"#/components/schemas/bill-subs-api_amount"},"currency":{"$ref":"#/components/schemas/bill-subs-api_currency"},"id":{"$ref":"#/components/schemas/bill-subs-api_components-schemas-identifier"},"occurred_at":{"$ref":"#/components/schemas/bill-subs-api_occurred_at"},"type":{"$ref":"#/components/schemas/bill-subs-api_type"},"zone":{"$ref":"#/components/schemas/bill-subs-api_schemas-zone"}},"required":["id","type","action","description","occurred_at","amount","currency","zone"]},"bill-subs-api_client_secrets":{"type":"array","items":{"$ref":"#/components/schemas/bill-subs-api_client_secret"},"nullable":true},"bill-subs-api_client_secret":{"type":"string","x-auditable":false},"bill-subs-api_default":{"type":"number","x-auditable":true},"bill-subs-api_components-schemas-name":{"enum":["zones","page_rules","dedicated_certificates","dedicated_certificates_custom"],"x-auditable":true},"bill-subs-api_unit_price":{"type":"number","readOnly":true,"x-auditable":true},"bill-subs-api_component_value":{"type":"object","properties":{"default":{"type":"number","x-auditable":true},"display_name":{"type":"string"},"kind":{"type":"string","enum":["enum","sum","usage"]},"name":{"type":"string","x-auditable":true},"price":{"type":"number","x-auditable":true},"value":{"type":"number","x-auditable":true}}},"bill-subs-api_frequency":{"type":"string","enum":["weekly","monthly","quarterly","yearly"],"x-auditable":true},"bill-subs-api_schemas-rate-plan":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_rate-plan"}]},"bill-subs-api_schemas-component_values":{"type":"array","items":{"$ref":"#/components/schemas/bill-subs-api_component-value"}},"bill-subs-api_duration":{"type":"number","x-auditable":true},"bill-subs-api_rate-plan_components-schemas-identifier":{"type":"string","readOnly":true,"x-auditable":true},"bill-subs-api_component-value":{"type":"object","properties":{"default":{"$ref":"#/components/schemas/bill-subs-api_default"},"name":{"$ref":"#/components/schemas/bill-subs-api_components-schemas-name"},"unit_price":{"$ref":"#/components/schemas/bill-subs-api_unit_price"}}},"bill-subs-api_rate-plan":{"type":"object","properties":{"components":{"$ref":"#/components/schemas/bill-subs-api_schemas-component_values"},"currency":{"$ref":"#/components/schemas/bill-subs-api_currency"},"duration":{"$ref":"#/components/schemas/bill-subs-api_duration"},"frequency":{"$ref":"#/components/schemas/bill-subs-api_schemas-frequency"},"id":{"$ref":"#/components/schemas/bill-subs-api_rate-plan_components-schemas-identifier"},"name":{"$ref":"#/components/schemas/bill-subs-api_schemas-name"}}},"bill-subs-api_subscription-v2":{"type":"object","properties":{"app":{"properties":{"install_id":{"$ref":"#/components/schemas/bill-subs-api_install_id"}}},"component_values":{"$ref":"#/components/schemas/bill-subs-api_component_values"},"currency":{"$ref":"#/components/schemas/bill-subs-api_currency"},"current_period_end":{"$ref":"#/components/schemas/bill-subs-api_current_period_end"},"current_period_start":{"$ref":"#/components/schemas/bill-subs-api_current_period_start"},"frequency":{"$ref":"#/components/schemas/bill-subs-api_frequency"},"id":{"$ref":"#/components/schemas/bill-subs-api_schemas-identifier"},"price":{"$ref":"#/components/schemas/bill-subs-api_price"},"rate_plan":{"$ref":"#/components/schemas/bill-subs-api_rate_plan"},"state":{"$ref":"#/components/schemas/bill-subs-api_state"},"zone":{"$ref":"#/components/schemas/bill-subs-api_zone"}}},"bill-subs-api_install_id":{"type":"string","x-auditable":true},"bill-subs-api_component_values":{"type":"array","items":{"$ref":"#/components/schemas/bill-subs-api_component_value"}},"bill-subs-api_current_period_end":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"bill-subs-api_current_period_start":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"bill-subs-api_schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"bill-subs-api_price":{"type":"number","readOnly":true,"x-auditable":true},"bill-subs-api_rate_plan":{"type":"object","properties":{"currency":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"externally_managed":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"id":{"type":"string","x-auditable":true},"is_contract":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"public_name":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"scope":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"sets":{"type":"array","items":{"type":"string","x-auditable":true},"x-stainless-terraform-configurability":"optional"}}},"bill-subs-api_state":{"type":"string","enum":["Trial","Provisioned","Paid","AwaitingPayment","Cancelled","Failed","Expired"],"readOnly":true,"x-auditable":true},"bill-subs-api_zone":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/bill-subs-api_identifier"},"name":{"$ref":"#/components/schemas/bill-subs-api_name"}}},"bill-subs-api_frequency_response":{"allOf":[{"$ref":"#/components/schemas/bill-subs-api_frequency"},{"enum":["weekly","monthly","quarterly","yearly","not-applicable"],"type":"string"}],"readOnly":true,"x-stainless-terraform-configurability":"computed"},"bill-subs-api_name":{"type":"string","maxLength":253,"pattern":"^([a-zA-Z0-9][\\-a-zA-Z0-9]*\\.)+[\\-a-zA-Z0-9]{2,20}$","readOnly":true,"x-auditable":true},"bill-subs-api_subscription_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_subscription-v2"},{"properties":{"frequency":{"$ref":"#/components/schemas/bill-subs-api_frequency_response"}},"type":"object"}]},"billable-usage-api_message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["message"]},"billable-usage-api_usage_record":{"type":"object","properties":{"BilledCost":{"type":"number"},"BillingAccountId":{"type":"string"},"BillingAccountName":{"type":"string","nullable":true},"BillingCurrency":{"type":"string"},"BillingPeriodStart":{"type":"string","format":"date-time"},"ChargeCategory":{"type":"string","enum":["Usage"]},"ChargeClass":{"type":"string","nullable":true},"ChargeDescription":{"type":"string","nullable":true},"ChargePeriodEnd":{"type":"string","format":"date-time"},"ChargePeriodStart":{"type":"string","format":"date-time"},"ConsumedQuantity":{"type":"number"},"ConsumedUnit":{"type":"string"},"ContractedCost":{"type":"number"},"CumulatedContractedCost":{"type":"number"},"CumulatedPricingQuantity":{"type":"integer"},"EffectiveCost":{"type":"number"},"HostProviderName":{"type":"string"},"InvoiceIssuerName":{"type":"string"},"ListCost":{"type":"number"},"PricingQuantity":{"type":"integer"},"PricingUnit":{"type":"string"},"ServiceFamilyName":{"type":"string"},"ServiceName":{"type":"string"},"ServiceProviderName":{"type":"string"},"SubscriptionId":{"type":"string","nullable":true},"ZoneId":{"type":"string","nullable":true},"ZoneName":{"type":"string","nullable":true}},"required":["ServiceProviderName","InvoiceIssuerName","HostProviderName","BillingAccountId","BillingAccountName","ServiceName","ChargeCategory","ChargeClass","ChargeDescription","ChargePeriodStart","ChargePeriodEnd","BillingPeriodStart","BillingCurrency","ConsumedQuantity","ConsumedUnit","PricingQuantity","PricingUnit","CumulatedPricingQuantity","ListCost","ContractedCost","EffectiveCost","BilledCost","CumulatedContractedCost"]},"billable-usage-api_v2_filter_by":{"type":"object","properties":{"MetricIds":{"type":"array","items":{"maxLength":128,"type":"string"},"maxItems":20,"uniqueItems":true},"ProductFamilyIds":{"type":"array","items":{"format":"uuid","type":"string"},"maxItems":10,"uniqueItems":true}},"additionalProperties":false},"billable-usage-api_v2_time_period":{"type":"object","properties":{"From":{"type":"string","format":"date-time"},"To":{"type":"string","format":"date-time"}},"additionalProperties":false},"billable-usage-api_cost_and_usage_data":{"type":"object","properties":{"BilledCost":{"type":"number","nullable":true},"BillingAccountId":{"type":"string"},"BillingAccountName":{"type":"string"},"BillingCurrency":{"type":"string","nullable":true},"BillingPeriodEnd":{"type":"string","format":"date-time","nullable":true},"BillingPeriodStart":{"type":"string","format":"date-time","nullable":true},"ChargeCategory":{"type":"string","enum":["Usage"]},"ChargeClass":{"type":"string","enum":["Correction"],"nullable":true},"ChargeDescription":{"type":"string"},"ChargeFrequency":{"type":"string","enum":["Usage-Based"]},"ChargePeriodEnd":{"type":"string","format":"date-time"},"ChargePeriodStart":{"type":"string","format":"date-time"},"ConsumedQuantity":{"type":"number"},"ConsumedUnit":{"type":"string"},"ContractedCost":{"type":"number","nullable":true},"ContractedUnitPrice":{"type":"number","nullable":true},"EffectiveCost":{"type":"number","nullable":true},"HostProviderName":{"type":"string"},"InvoiceIssuerName":{"type":"string"},"ListCost":{"type":"number","nullable":true},"ListUnitPrice":{"type":"number","nullable":true},"PricingQuantity":{"type":"number","nullable":true},"PricingUnit":{"type":"string","nullable":true},"RegionId":{"type":"string","nullable":true},"RegionName":{"type":"string","nullable":true},"ServiceProviderName":{"type":"string"},"SubAccountId":{"type":"string"},"SubAccountName":{"type":"string"},"x_BillableMetricId":{"type":"string"},"x_BillableMetricName":{"type":"string"},"x_ProductCategoryName":{"type":"string"},"x_ProductFamilyId":{"type":"string"},"x_ProductFamilyName":{"type":"string"},"x_ZoneId":{"type":"string","nullable":true},"x_ZoneName":{"type":"string","nullable":true}},"required":["ServiceProviderName","InvoiceIssuerName","HostProviderName","BillingAccountId","BillingAccountName","ChargePeriodStart","ChargePeriodEnd","x_BillableMetricId","x_BillableMetricName","ChargeCategory","ChargeFrequency","ChargeDescription","ConsumedQuantity","ConsumedUnit"]},"bot-management_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"bot-management_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/bot-management_messages"},"messages":{"$ref":"#/components/schemas/bot-management_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"bot-management_ai_bots_protection":{"type":"string","enum":["block","disabled","only_on_ad_pages"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_cf_robots_variant":{"type":"string","enum":["off","policy_only"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_content_bots_protection":{"type":"string","enum":["block","disabled"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_crawler_protection":{"type":"string","enum":["enabled","disabled"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_enable_js":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_is_robots_txt_managed":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_using_latest_model":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_base_config":{"allOf":[{"properties":{"ai_bots_protection":{"$ref":"#/components/schemas/bot-management_ai_bots_protection"},"cf_robots_variant":{"$ref":"#/components/schemas/bot-management_cf_robots_variant"},"content_bots_protection":{"$ref":"#/components/schemas/bot-management_content_bots_protection"},"crawler_protection":{"$ref":"#/components/schemas/bot-management_crawler_protection"},"enable_js":{"$ref":"#/components/schemas/bot-management_enable_js"},"is_robots_txt_managed":{"$ref":"#/components/schemas/bot-management_is_robots_txt_managed"},"using_latest_model":{"$ref":"#/components/schemas/bot-management_using_latest_model"}}}],"title":"Shared Config"},"bot-management_auto_update_model":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_bm_cookie_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_fight_mode_turned_on":{"type":"boolean","title":"fight_mode","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_optimize_wordpress_turned_on":{"type":"boolean","title":"optimize_wordpress","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_definitely_automated_turned_on":{"type":"string","title":"sbfm_definitely_automated","x-auditable":true},"bot-management_sbfm_likely_automated_turned_on":{"type":"string","title":"sbfm_likely_automated","x-auditable":true},"bot-management_sbfm_static_resource_protection_turned_on":{"type":"string","title":"sbfm_static_resource_protection","x-auditable":true},"bot-management_sbfm_verified_bots_turned_on":{"type":"string","title":"sbfm_verified_bots","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_suppress_session_score":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_fight_mode":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_suppress_session_score_turned_off":{"type":"boolean","title":"suppress_session_score","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/bot-management_api-response-common"}]},"bot-management_bot_fight_mode_config":{"allOf":[{"$ref":"#/components/schemas/bot-management_base_config"},{"properties":{"fight_mode":{"$ref":"#/components/schemas/bot-management_fight_mode"},"stale_zone_configuration":{"type":"object","properties":{"optimize_wordpress":{"$ref":"#/components/schemas/bot-management_optimize_wordpress_turned_on"},"sbfm_definitely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_definitely_automated_turned_on"},"sbfm_likely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_likely_automated_turned_on"},"sbfm_static_resource_protection":{"$ref":"#/components/schemas/bot-management_sbfm_static_resource_protection_turned_on"},"sbfm_verified_bots":{"$ref":"#/components/schemas/bot-management_sbfm_verified_bots_turned_on"},"suppress_session_score":{"$ref":"#/components/schemas/bot-management_suppress_session_score_turned_off"}},"readOnly":true,"title":"stale_zone_configuration"}}}],"title":"Bot Fight Mode"},"bot-management_sbfm_definitely_config":{"allOf":[{"$ref":"#/components/schemas/bot-management_base_config"},{"properties":{"optimize_wordpress":{"$ref":"#/components/schemas/bot-management_optimize_wordpress"},"sbfm_definitely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_definitely_automated"},"sbfm_static_resource_protection":{"$ref":"#/components/schemas/bot-management_sbfm_static_resource_protection"},"sbfm_verified_bots":{"$ref":"#/components/schemas/bot-management_sbfm_verified_bots"},"stale_zone_configuration":{"type":"object","properties":{"fight_mode":{"$ref":"#/components/schemas/bot-management_fight_mode_turned_on"},"sbfm_likely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_likely_automated_turned_on"}},"readOnly":true,"title":"stale_zone_configuration"}}}],"title":"SBFM Pro Plan"},"bot-management_sbfm_likely_config":{"allOf":[{"$ref":"#/components/schemas/bot-management_base_config"},{"properties":{"optimize_wordpress":{"$ref":"#/components/schemas/bot-management_optimize_wordpress"},"sbfm_definitely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_definitely_automated"},"sbfm_likely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_likely_automated"},"sbfm_static_resource_protection":{"$ref":"#/components/schemas/bot-management_sbfm_static_resource_protection"},"sbfm_verified_bots":{"$ref":"#/components/schemas/bot-management_sbfm_verified_bots"},"stale_zone_configuration":{"type":"object","properties":{"fight_mode":{"$ref":"#/components/schemas/bot-management_fight_mode_turned_on"}},"readOnly":true,"title":"stale_zone_configuration"}}}],"title":"SBFM Biz Plan"},"bot-management_bm_subscription_config":{"allOf":[{"$ref":"#/components/schemas/bot-management_base_config"},{"properties":{"auto_update_model":{"$ref":"#/components/schemas/bot-management_auto_update_model"},"bm_cookie_enabled":{"$ref":"#/components/schemas/bot-management_bm_cookie_enabled"},"stale_zone_configuration":{"type":"object","properties":{"fight_mode":{"$ref":"#/components/schemas/bot-management_fight_mode_turned_on"},"optimize_wordpress":{"$ref":"#/components/schemas/bot-management_optimize_wordpress_turned_on"},"sbfm_definitely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_definitely_automated_turned_on"},"sbfm_likely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_likely_automated_turned_on"},"sbfm_static_resource_protection":{"$ref":"#/components/schemas/bot-management_sbfm_static_resource_protection_turned_on"},"sbfm_verified_bots":{"$ref":"#/components/schemas/bot-management_sbfm_verified_bots_turned_on"}},"readOnly":true,"title":"stale_zone_configuration"},"suppress_session_score":{"$ref":"#/components/schemas/bot-management_suppress_session_score"}}}],"title":"BM Enterprise Subscription"},"bot-management_requests_by_attribute":{"type":"object","additionalProperties":{"items":{"$ref":"#/components/schemas/bot-management_metric_requests"},"type":"array"}},"bot-management_requests_by_score":{"type":"object","additionalProperties":{"format":"int64","type":"integer"}},"bot-management_requests_by_score_src":{"type":"object","additionalProperties":{"format":"int64","type":"integer"}},"bot-management_feedback_type":{"type":"string","enum":["false_positive","false_negative"]},"bot-management_metric_requests":{"type":"object","properties":{"metric":{"type":"string"},"requests":{"type":"integer","format":"int64"}},"required":["metric","requests"]},"bot-management_optimize_wordpress":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_definitely_automated":{"type":"string","enum":["allow","block","managed_challenge"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_static_resource_protection":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_verified_bots":{"type":"string","enum":["allow","block"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_likely_automated":{"type":"string","enum":["allow","block","managed_challenge"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"brex_BrowserExtensionConfigBase":{"type":"object","properties":{"min_extension_version":{"type":"string"},"mode":{"type":"string","default":"proxy","enum":["proxy"]},"proxy_url":{"type":"string","format":"uri"},"team_domain":{"type":"string"}},"required":["proxy_url","team_domain"]},"brex_ApiMessage":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"brex_BrowserExtensionConfig":{"allOf":[{"$ref":"#/components/schemas/brex_BrowserExtensionConfigBase"},{"properties":{"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}},"required":["created_at","updated_at"],"type":"object"}]},"builds_BuildOutcome":{"type":"string","enum":["success","fail","skipped","cancelled","terminated"]},"builds_BuildTriggerMetadataResponse":{"type":"object","properties":{"author":{"type":"string"},"branch":{"$ref":"#/components/schemas/builds_branch"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"build_trigger_source":{"$ref":"#/components/schemas/builds_BuildTriggerSource"},"commit_hash":{"$ref":"#/components/schemas/builds_commit_hash"},"commit_message":{"type":"string"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"environment_variables":{"type":"object","additionalProperties":{"type":"string"}},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"}}},"builds_created_on":{"type":"string","format":"date-time"},"builds_modified_on":{"type":"string","format":"date-time"},"builds_BuildStatus":{"type":"string","enum":["queued","initializing","running","stopped"]},"builds_stopped_on":{"type":"string","format":"date-time","nullable":true},"builds_branch_excludes":{"type":"array","items":{"type":"string"}},"builds_branch_includes":{"type":"array","items":{"type":"string"}},"builds_build_caching_enabled":{"type":"boolean","default":false},"builds_build_command":{"type":"string"},"builds_deleted_on":{"type":"string","format":"date-time","nullable":true},"builds_deploy_command":{"type":"string"},"builds_path_excludes":{"type":"array","items":{"type":"string"}},"builds_path_includes":{"type":"array","items":{"type":"string"},"default":"*"},"builds_trigger_name":{"type":"string"},"builds_BuildSeedRepoInputFile":{"type":"object","properties":{"content":{"type":"string"},"filename":{"type":"string"},"isBase64":{"type":"boolean","default":false},"replace":{"type":"string"}},"required":["filename","content"]},"builds_build_token_name":{"type":"string"},"builds_BuildTriggerSource":{"type":"string","enum":["push","pull_request","manual","api"]},"builds_commit_hash":{"type":"string"},"builds_provider_account_name":{"type":"string"},"builds_repo_name":{"type":"string"},"builds_PackageManager":{"type":"string","enum":["npm","yarn","pnpm","bun","uv"]},"builds_BuildSeedRepoInput":{"type":"object","properties":{"branch":{"$ref":"#/components/schemas/builds_branch"},"files":{"type":"array","items":{"$ref":"#/components/schemas/builds_BuildSeedRepoInputFile"},"maxItems":2},"owner":{"type":"string"},"path":{"type":"string"},"provider":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repository":{"type":"string"}},"required":["provider","owner","repository","branch","path"]},"builds_cloudflare_token_id":{"type":"string"},"builds_owner_type":{"type":"string"},"builds_deploy_hook_name":{"type":"string","maxLength":58,"minLength":1},"builds_CreateWorkerGitRepositoryFunfettiInput":{"type":"object","properties":{"branch":{"type":"string","maxLength":256,"minLength":1},"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"type":"string","enum":["github","gitlab"]},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}},"required":["repo_id","repo_name","provider_type","provider_account_id","provider_account_name","branch"]},"builds_CreateWorkerGitRepositoryGrantInput":{"type":"object","properties":{"branch":{"type":"string","maxLength":256,"minLength":1},"grant_id":{"type":"string","minLength":1},"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"type":"string","enum":["gitlab_internal"]},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}},"required":["repo_id","repo_name","provider_type","provider_account_id","provider_account_name","branch","grant_id"]},"builds_CreateWorkerGitRepositoryInput":{"discriminator":{"mapping":{"github":"#/components/schemas/builds_CreateWorkerGitRepositoryFunfettiInput","gitlab":"#/components/schemas/builds_CreateWorkerGitRepositoryFunfettiInput","gitlab_internal":"#/components/schemas/builds_CreateWorkerGitRepositoryGrantInput"},"propertyName":"provider_type"},"oneOf":[{"$ref":"#/components/schemas/builds_CreateWorkerGitRepositoryFunfettiInput"},{"$ref":"#/components/schemas/builds_CreateWorkerGitRepositoryGrantInput"}]},"builds_CreateWorkerBuildSettingsInput":{"type":"object","properties":{"build_caching_enabled":{"default":true,"allOf":[{"$ref":"#/components/schemas/builds_build_caching_enabled"}]},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"environment_variables":{"$ref":"#/components/schemas/builds_EnvironmentVariablesRequest"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"root_directory":{"default":"/","allOf":[{"$ref":"#/components/schemas/builds_root_directory"}]}},"required":["build_command","deploy_command","build_token_uuid"]},"builds_is_secret":{"type":"boolean"},"builds_UpdateWorkerBuildSettingsInput":{"type":"object","properties":{"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"environment_variables":{"type":"object","additionalProperties":{"nullable":true,"properties":{"is_secret":{"$ref":"#/components/schemas/builds_is_secret"},"value":{"type":"string"}},"required":["is_secret","value"],"type":"object"}},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"}},"minProperties":1},"builds_WorkerGitRepository":{"type":"object","properties":{"branch":{"type":"string","maxLength":256,"minLength":1},"grant_id":{"type":"string","nullable":true},"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}}},"builds_WorkerBuildSettings":{"type":"object","properties":{"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"environment_variables":{"$ref":"#/components/schemas/builds_EnvironmentVariablesResponse"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"}}},"cache-purge_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"cache-rules_base":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id"]},"cache-rules_aegis":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["aegis"],"x-auditable":true},"value":{"$ref":"#/components/schemas/cache-rules_aegis_value"}},"type":"object"}],"title":"Aegis"},"cache-rules_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"cache-rules_cache_reserve_clear":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["cache_reserve_clear"],"x-auditable":true}},"type":"object"}],"title":"Cache Reserve Clear"},"cache-rules_cache_reserve_clear_end_ts":{"type":"string","format":"date-time","x-auditable":true},"cache-rules_cache_reserve_clear_start_ts":{"type":"string","format":"date-time","x-auditable":true},"cache-rules_cache_reserve_clear_state":{"type":"string","enum":["In-progress","Completed"],"x-auditable":true},"cache-rules_cache_reserve":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["cache_reserve"],"x-auditable":true}},"type":"object"}],"title":"Cache Reserve"},"cache-rules_origin_cloud_region_batch_item_result":{"type":"object","properties":{"error":{"type":"string"},"origin-ip":{"type":"string"},"region":{"type":"string"},"vendor":{"type":"string"}},"required":["origin-ip"]},"cache-rules_origin_cloud_region_entry":{"type":"object","properties":{"modified_on":{"type":"string","format":"date-time","x-auditable":true},"origin-ip":{"type":"string","x-auditable":true},"region":{"type":"string","x-auditable":true},"vendor":{"type":"string","enum":["aws","azure","gcp","oci"],"x-auditable":true}},"required":["origin-ip","vendor","region"]},"cache-rules_origin_cloud_region_v2_batch_item_result":{"type":"object","properties":{"error":{"type":"string"},"origin_ip":{"type":"string"},"region":{"type":"string"},"vendor":{"type":"string"}},"required":["origin_ip"]},"cache-rules_origin_h2_max_streams":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_h2_max_streams"],"x-auditable":true},"value":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams_value"}},"type":"object"}],"title":"Origin H2 Max Streams"},"cache-rules_origin_max_http_version":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_max_http_version"],"x-auditable":true},"value":{"$ref":"#/components/schemas/cache-rules_origin_max_http_version_value"}},"type":"object"}],"title":"Origin Max HTTP Version"},"cache-rules_origin_post_quantum_encryption":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_pqe"],"x-auditable":true}},"type":"object"}],"title":"Origin Post-Quantum Encryption"},"cache-rules_origin_tls_compliance_modes":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_tls_compliance_modes"],"x-auditable":true}},"type":"object"}],"title":"Origin TLS Compliance Modes"},"cache-rules_origin_tls_compliance_modes_value":{"type":"array","items":{"maxLength":64,"type":"string","x-auditable":true},"maxItems":20,"uniqueItems":true,"x-auditable":true},"cache-rules_value":{"type":"string","enum":["on","off"],"x-auditable":true},"cache-rules_regional_tiered_cache":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["tc_regional"],"x-auditable":true}},"type":"object"}],"title":"Regional Tiered Cache"},"cache-rules_editable":{"type":"boolean","x-auditable":true},"cache-rules_setting_id":{"type":"string","x-auditable":true},"cache-rules_modified_on":{"type":"string","format":"date-time","x-auditable":true},"cache-rules_setting_value":{"type":"string","x-auditable":true},"cache-rules_smart_tiered_cache_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"cache-rules_supported_cloud_region":{"type":"object","properties":{"name":{"type":"string"},"upper_tier_colos":{"type":"array","items":{"type":"string"}}},"required":["name","upper_tier_colos"]},"cache-rules_tiered_cache":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["tiered_caching"],"x-auditable":true}},"type":"object"}],"title":"Tiered Cache"},"cache-rules_tiered_cache_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"cache-rules_result-object-delete":{"type":"object","properties":{"editable":{"$ref":"#/components/schemas/cache-rules_editable"},"id":{"$ref":"#/components/schemas/cache-rules_setting_id"},"modified_on":{"$ref":"#/components/schemas/cache-rules_modified_on"}},"required":["id","editable"]},"cache-rules_result-object":{"type":"object","properties":{"editable":{"$ref":"#/components/schemas/cache-rules_editable"},"id":{"$ref":"#/components/schemas/cache-rules_setting_id"},"modified_on":{"$ref":"#/components/schemas/cache-rules_modified_on"},"value":{"$ref":"#/components/schemas/cache-rules_setting_value"}},"required":["id","value","editable"]},"cache_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"cache_result":{"type":"object","properties":{"editable":{"type":"boolean","readOnly":true},"id":{"type":"string","readOnly":true},"modified_on":{"type":"string","format":"date-time","readOnly":true},"next_scheduled_scan":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"value":{"type":"string","enum":["auto","custom"],"readOnly":true}},"required":["id","modified_on","value","editable"]},"cache_auto_origin_tls_kex_result":{"type":"object","properties":{"enabled":{"allOf":[{"$ref":"#/components/schemas/cache_auto_origin_tls_kex_value"}],"readOnly":true},"id":{"type":"string","readOnly":true},"modified_on":{"type":"string","format":"date-time","readOnly":true}},"required":["id","enabled","modified_on"]},"cache_auto_origin_tls_kex_value":{"type":"boolean"},"cache_schemas_value":{"type":"string","enum":["auto","custom"]},"calls_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"calls_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/calls_messages"},"messages":{"$ref":"#/components/schemas/calls_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"calls_created":{"type":"string","format":"date-time"},"calls_modified":{"type":"string","format":"date-time"},"calls_name":{"type":"string","default":"","x-auditable":true},"calls_app":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/calls_created"},"modified":{"$ref":"#/components/schemas/calls_modified"},"name":{"$ref":"#/components/schemas/calls_name"},"uid":{"$ref":"#/components/schemas/calls_identifier"}}},"calls_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/calls_api-response-common"}]},"calls_app_with_secret":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/calls_created"},"modified":{"$ref":"#/components/schemas/calls_modified"},"name":{"$ref":"#/components/schemas/calls_name"},"secret":{"$ref":"#/components/schemas/calls_secret"},"uid":{"$ref":"#/components/schemas/calls_identifier"}}},"calls_secret":{"type":"string","maxLength":64,"minLength":64,"x-sensitive":true},"calls_turn_key_object":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/calls_created"},"modified":{"$ref":"#/components/schemas/calls_modified"},"name":{"$ref":"#/components/schemas/calls_name"},"uid":{"$ref":"#/components/schemas/calls_identifier"}}},"calls_turn_key_name":{"type":"string","default":"","x-auditable":true},"calls_turn_key_with_key":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/calls_created"},"key":{"$ref":"#/components/schemas/calls_turn_key"},"modified":{"$ref":"#/components/schemas/calls_modified"},"name":{"$ref":"#/components/schemas/calls_turn_key_name"},"uid":{"$ref":"#/components/schemas/calls_identifier"}}},"calls_turn_key":{"type":"string","maxLength":64,"minLength":64,"x-sensitive":true},"cc_AccountID":{"type":"string"},"cc_RolloutID":{"type":"string"},"cc_UserDeploymentConfiguration":{"type":"object","properties":{"authorized_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"command":{"$ref":"#/components/schemas/cc_Command"},"disk":{"$ref":"#/components/schemas/cc_Disk"},"dns":{"$ref":"#/components/schemas/cc_DNSConfiguration"},"entrypoint":{"$ref":"#/components/schemas/cc_Entrypoint"},"environment_variables":{"type":"array","items":{"$ref":"#/components/schemas/cc_EnvironmentVariable"}},"experimental_flags":{"type":"array","items":{"type":"string"},"maxItems":10},"image":{"$ref":"#/components/schemas/cc_Image"},"instance_type":{"$ref":"#/components/schemas/cc_InstanceType"},"labels":{"type":"array","items":{"$ref":"#/components/schemas/cc_Label"}},"lifecycle":{"$ref":"#/components/schemas/cc_DeploymentLifecycle"},"memory":{"$ref":"#/components/schemas/cc_MemorySizeWithUnit"},"memory_mib":{"type":"integer"},"observability":{"$ref":"#/components/schemas/cc_DeploymentObservability"},"trusted_user_ca_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"vcpu":{"type":"number","format":"float"},"wrangler_ssh":{"$ref":"#/components/schemas/cc_WranglerSSHConfig"}},"required":["image"]},"cc_ApplicationConstraints":{"type":"object","properties":{"jurisdiction":{"type":"string"},"regions":{"type":"array","items":{"$ref":"#/components/schemas/cc_Region"}}}},"cc_ISO8601Timestamp":{"type":"string"},"cc_ApplicationDurableObjectsConfiguration":{"oneOf":[{"$ref":"#/components/schemas/cc_DurableObjectsConfigurationNamespaceId"}]},"cc_ApplicationHealth":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cc_ApplicationHealthErrors"},"instances":{"$ref":"#/components/schemas/cc_ApplicationHealthInstances"},"summary":{"type":"string","enum":["healthy","degraded","unhealthy","pending"]}},"required":["instances","errors"]},"cc_ApplicationName":{"type":"string"},"cc_ApplicationObservability":{"type":"object","properties":{"logs":{"$ref":"#/components/schemas/cc_ObservabilityLogs"},"target_instance_count":{"type":"integer","minimum":1},"target_instance_percentage":{"type":"integer","maximum":99,"minimum":1}}},"cc_ApplicationRolloutActiveGracePeriod":{"type":"integer","default":0,"maximum":604800,"minimum":0},"cc_SchedulingPolicy":{"type":"string","enum":["default"]},"cc_Region":{"type":"string"},"cc_DurableObjectsConfigurationNamespaceId":{"type":"object","properties":{"namespace_id":{"type":"string"}},"required":["namespace_id"]},"cc_ApplicationHealthErrors":{"type":"array","items":{"$ref":"#/components/schemas/cc_ApplicationHealthError"}},"cc_ApplicationHealthInstances":{"type":"object","properties":{"active":{"type":"integer"},"assigned":{"type":"integer"}},"required":["active","assigned"]},"cc_PlacementEvent":{"type":"object","properties":{"details":{"type":"object","additionalProperties":true},"id":{"type":"string"},"message":{"type":"string"},"name":{"$ref":"#/components/schemas/cc_EventName"},"statusChange":{"type":"object","additionalProperties":true},"time":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"type":{"$ref":"#/components/schemas/cc_EventType"}},"required":["id","time","type","name","message","details","statusChange"]},"cc_ApplicationHealthError":{"type":"object","properties":{"event":{"$ref":"#/components/schemas/cc_PlacementEvent"},"instance_id":{"$ref":"#/components/schemas/cc_InstanceID"}},"required":["instance_id","event"]},"cc_ObservabilityLogs":{"type":"object","properties":{"enabled":{"type":"boolean","default":false}}},"cc_ModifyUserDeploymentConfiguration":{"type":"object","properties":{"authorized_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"command":{"$ref":"#/components/schemas/cc_Command"},"disk":{"$ref":"#/components/schemas/cc_Disk"},"dns":{"$ref":"#/components/schemas/cc_DNSConfiguration"},"entrypoint":{"$ref":"#/components/schemas/cc_Entrypoint"},"environment_variables":{"type":"array","items":{"$ref":"#/components/schemas/cc_EnvironmentVariable"}},"experimental_flags":{"type":"array","items":{"type":"string"},"maxItems":10},"image":{"$ref":"#/components/schemas/cc_Image"},"instance_type":{"$ref":"#/components/schemas/cc_InstanceType"},"labels":{"type":"array","items":{"$ref":"#/components/schemas/cc_Label"}},"lifecycle":{"$ref":"#/components/schemas/cc_DeploymentLifecycle"},"memory":{"$ref":"#/components/schemas/cc_MemorySizeWithUnit"},"memory_mib":{"type":"integer"},"observability":{"$ref":"#/components/schemas/cc_DeploymentObservability"},"trusted_user_ca_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"vcpu":{"type":"number","format":"float"},"wrangler_ssh":{"$ref":"#/components/schemas/cc_WranglerSSHConfig"}}},"cc_ApplicationRolloutProgress":{"type":"object","properties":{"current_step":{"type":"integer"},"total_instances":{"type":"integer"},"total_steps":{"type":"integer"},"updated_instances":{"type":"integer"},"version_distribution":{"type":"object","properties":{"current_version_instances":{"type":"integer"},"current_version_percentage":{"type":"integer"},"target_version_instances":{"type":"integer"},"target_version_percentage":{"type":"integer"}}}},"required":["total_steps","current_step","updated_instances","total_instances"]},"cc_RolloutStep":{"type":"object","properties":{"completed_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"id":{"type":"integer"},"reason":{"type":"string"},"started_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"status":{"type":"string","enum":["pending","progressing","reverting","completed","reverted"]},"step_size":{"type":"object","properties":{"percentage":{"type":"integer"}},"required":["percentage"]}},"required":["id","step_size","description","status"]},"cc_ExecFormParam":{"type":"string"},"cc_ImageRegistryAuth":{"type":"object","properties":{"private_credential":{"oneOf":[{"type":"string"},{"$ref":"#/components/schemas/cc_SecretsStoreRef"}]},"public_credential":{"type":"string"}},"required":["public_credential","private_credential"]},"cc_Domain":{"type":"string"},"cc_ExternalRegistryKind":{"type":"string","enum":["ECR","DockerHub","GAR"]},"cc_UserSSHPublicKey":{"type":"object","properties":{"name":{"type":"string"},"public_key":{"$ref":"#/components/schemas/cc_SSHPublicKey"}},"required":["public_key"]},"cc_DeploymentLifecycle":{"type":"object","properties":{"max_termination_duration":{"$ref":"#/components/schemas/cc_Duration"}}},"cc_WranglerSSHConfig":{"type":"object","properties":{"enabled":{"type":"boolean","default":true},"port":{"type":"number","default":22}}},"cc_ContainersModifyApplicationConfiguration":{"type":"object","properties":{"authorized_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"experimental_flags":{"type":"array","items":{"type":"string"},"maxItems":10},"lifecycle":{"$ref":"#/components/schemas/cc_DeploymentLifecycle"},"trusted_user_ca_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"wrangler_ssh":{"$ref":"#/components/schemas/cc_WranglerSSHConfig"}}},"cc_DurableObjectsConfiguration":{"oneOf":[{"$ref":"#/components/schemas/cc_DurableObjectsConfigurationNamespaceId"},{"$ref":"#/components/schemas/cc_DurableObjectsConfigurationScriptAndClass"}]},"cc_RolloutStepRequest":{"type":"object","properties":{"step_size":{"type":"object","properties":{"percentage":{"type":"integer"}},"required":["percentage"]}},"required":["step_size","description"]},"cc_DefaultImageRegistryKind":{"type":"string","enum":["default"]},"cc_SecretsStoreRef":{"type":"object","properties":{"secret_name":{"type":"string","maxLength":255,"minLength":1,"pattern":"^[A-z0-9-_]+$"},"store_id":{"type":"string","maxLength":32,"minLength":32,"pattern":"^[a-f0-9]{32}$"}},"required":["store_id","secret_name"]},"cc_IP":{"type":"string"},"cc_Duration":{"type":"string"},"cc_DiskSizeWithUnit":{"type":"string"},"cc_DurableObjectsConfigurationScriptAndClass":{"type":"object","properties":{"class_name":{"type":"string"},"script_name":{"type":"string"}},"required":["script_name","class_name"]},"cc_EnvironmentVariableName":{"type":"string"},"cc_EnvironmentVariableValue":{"type":"string"},"cc_ImageRegistryPermissions":{"type":"string","enum":["pull","push"]},"cc_LabelName":{"type":"string"},"cc_LabelValue":{"type":"string"},"cc_Command":{"type":"array","items":{"$ref":"#/components/schemas/cc_ExecFormParam"}},"cc_Disk":{"type":"object","properties":{"size":{"$ref":"#/components/schemas/cc_DiskSizeWithUnit"},"size_mb":{"type":"integer"}}},"cc_DNSConfiguration":{"type":"object","properties":{"searches":{"type":"array","items":{"$ref":"#/components/schemas/cc_Domain"}},"servers":{"type":"array","items":{"$ref":"#/components/schemas/cc_IP"}}}},"cc_Entrypoint":{"type":"array","items":{"$ref":"#/components/schemas/cc_ExecFormParam"}},"cc_EnvironmentVariable":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/cc_EnvironmentVariableName"},"value":{"$ref":"#/components/schemas/cc_EnvironmentVariableValue"}},"required":["name","value"]},"cc_Image":{"type":"string"},"cc_InstanceType":{"type":"string","default":"lite","anyOf":[{"enum":["lite","basic","standard-1","standard-2","standard-3","standard-4"],"type":"string"}]},"cc_Label":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/cc_LabelName"},"value":{"$ref":"#/components/schemas/cc_LabelValue"}},"required":["name","value"]},"cc_MemorySizeWithUnit":{"type":"string"},"cc_DeploymentObservability":{"type":"object","properties":{"logs":{"$ref":"#/components/schemas/cc_ObservabilityLogs"}}},"cc_EventName":{"type":"string","enum":["SchedulerPlaced","NetworkingIPAssigned","VMStarted","ImagePulled","ImagePullError","VMFailedToStart","NetworkingIPAssignmentFailed","VMRunning","VMStopping","VMStopped","VMFailed","RuntimeStartFailed","SSHStarted","ServiceHealthUpdates","CheckUpdate","DurableObjectConnected","ContainerStarted"]},"cc_EventType":{"type":"string","enum":["Info","Error","Warn","UserError","SystemError"]},"cc_SSHPublicKey":{"type":"string"},"cc_Messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloud-connector_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloud-connector_provider":{"type":"string","enum":["aws_s3","cloudflare_r2","gcp_storage","azure_storage"],"x-auditable":true},"cloudflare-pipelines_SourceField":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_FieldType"},{"properties":{"metadata_key":{"type":"string","nullable":true},"name":{"type":"string"},"required":{"type":"boolean"},"sql_name":{"type":"string"}},"required":["name"],"type":"object"}]},"cloudflare-pipelines_TimestampField":{"type":"object","properties":{"unit":{"$ref":"#/components/schemas/cloudflare-pipelines_TimestampUnit"}}},"cloudflare-pipelines_StructField":{"type":"object","properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_SourceField"}},"name":{"type":"string","nullable":true}},"required":["fields"]},"cloudflare-pipelines_ListField":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/cloudflare-pipelines_SourceField"}},"required":["items"]},"cloudflare-pipelines_JsonFormat":{"type":"object","properties":{"decimal_encoding":{"$ref":"#/components/schemas/cloudflare-pipelines_DecimalEncoding"},"timestamp_format":{"$ref":"#/components/schemas/cloudflare-pipelines_TimestampFormat"},"unstructured":{"type":"boolean"}}},"cloudflare-pipelines_ParquetFormat":{"type":"object","properties":{"compression":{"$ref":"#/components/schemas/cloudflare-pipelines_ParquetCompression"},"row_group_bytes":{"type":"integer","format":"int64","minimum":0,"nullable":true}}},"cloudflare-pipelines_DecimalEncoding":{"type":"string","enum":["number","string","bytes"]},"cloudflare-pipelines_TimestampFormat":{"type":"string","enum":["rfc3339","unix_millis"]},"cloudflare-pipelines_ParquetCompression":{"type":"string","enum":["uncompressed","snappy","gzip","zstd","lz4"]},"cloudflare-pipelines_PipelineEdge":{"type":"object","properties":{"dest_id":{"type":"integer","format":"int32","minimum":0},"edge_type":{"type":"string"},"key_type":{"type":"string"},"src_id":{"type":"integer","format":"int32","minimum":0},"value_type":{"type":"string"}},"required":["src_id","dest_id","key_type","value_type","edge_type"]},"cloudflare-pipelines_PipelineNode":{"type":"object","properties":{"node_id":{"type":"integer","format":"int32","minimum":0},"operator":{"type":"string"},"parallelism":{"type":"integer","format":"int32","minimum":0}},"required":["node_id","operator","description","parallelism"]},"cloudflare-pipelines_FieldType":{"discriminator":{"propertyName":"type"},"oneOf":[{"properties":{"type":{"type":"string","enum":["int32"]}},"required":["type"],"title":"Int32","type":"object"},{"properties":{"type":{"type":"string","enum":["int64"]}},"required":["type"],"title":"Int64","type":"object"},{"properties":{"type":{"type":"string","enum":["float32"]}},"required":["type"],"title":"Float32","type":"object"},{"properties":{"type":{"type":"string","enum":["float64"]}},"required":["type"],"title":"Float64","type":"object"},{"properties":{"type":{"type":"string","enum":["bool"]}},"required":["type"],"title":"Bool","type":"object"},{"properties":{"type":{"type":"string","enum":["string"]}},"required":["type"],"title":"String","type":"object"},{"properties":{"type":{"type":"string","enum":["binary"]}},"required":["type"],"title":"Binary","type":"object"},{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_TimestampField"},{"properties":{"type":{"type":"string","enum":["timestamp"]}},"required":["type"],"type":"object"}],"title":"Timestamp"},{"properties":{"type":{"type":"string","enum":["json"]}},"required":["type"],"title":"Json","type":"object"},{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_StructField"},{"properties":{"type":{"type":"string","enum":["struct"]}},"required":["type"],"type":"object"}],"title":"Struct"},{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_ListField"},{"properties":{"type":{"type":"string","enum":["list"]}},"required":["type"],"type":"object"}],"title":"List"}]},"cloudflare-pipelines_TimestampUnit":{"type":"string","enum":["second","millisecond","microsecond","nanosecond"]},"cloudforce-one-port-scan-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloudforce-one-requests_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloudforce-one-requests_labels":{"type":"array","items":{"type":"string"},"title":"Labels","x-auditable":true},"cloudforce-one-requests_tlp":{"type":"string","enum":["clear","amber","amber-strict","green","red"],"title":"TLP","x-auditable":true},"cloudforce-one-requests_time":{"type":"string","format":"date-time","x-auditable":true},"cloudforce-one-requests_asset-content":{"type":"string"},"cloudforce-one-requests_priority":{"type":"string","enum":["routine","high","urgent"],"title":"Request Priority","x-auditable":true},"cloudforce-one-requests_request-status":{"type":"string","enum":["open","accepted","reported","approved","completed","declined"],"title":"Request Status","x-auditable":true},"cloudforce-one-requests_request-content":{"type":"string"},"cloudforce-one-requests_request-type":{"type":"string","x-auditable":true},"cloudforce-one-requests_request-summary":{"type":"string","x-auditable":true},"cloudforce-one-requests_request-readable-id":{"type":"string","title":"Request Readable ID","x-auditable":true},"cloudforce-one-requests_message-content":{"type":"string","x-auditable":true},"cloudforce-one-whois_schemas-messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloudforce-one-whois_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloudforce-one-whois_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cloudforce-one-whois_schemas-messages"},"messages":{"$ref":"#/components/schemas/cloudforce-one-whois_schemas-messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cloudforce-one-whois_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_api-response-common"}]},"cloudforce-one-whois_whois":{"type":"object","properties":{"administrative_city":{"type":"string"},"administrative_country":{"type":"string"},"administrative_email":{"type":"string"},"administrative_fax":{"type":"string"},"administrative_fax_ext":{"type":"string"},"administrative_id":{"type":"string"},"administrative_name":{"type":"string"},"administrative_org":{"type":"string"},"administrative_phone":{"type":"string"},"administrative_phone_ext":{"type":"string"},"administrative_postal_code":{"type":"string"},"administrative_province":{"type":"string"},"administrative_referral_url":{"type":"string"},"administrative_street":{"type":"string"},"billing_city":{"type":"string"},"billing_country":{"type":"string"},"billing_email":{"type":"string"},"billing_fax":{"type":"string"},"billing_fax_ext":{"type":"string"},"billing_id":{"type":"string"},"billing_name":{"type":"string"},"billing_org":{"type":"string"},"billing_phone":{"type":"string"},"billing_phone_ext":{"type":"string"},"billing_postal_code":{"type":"string"},"billing_province":{"type":"string"},"billing_referral_url":{"type":"string"},"billing_street":{"type":"string"},"created_date":{"type":"string","format":"date-time"},"created_date_raw":{"type":"string"},"dnssec":{"type":"boolean"},"domain":{"$ref":"#/components/schemas/cloudforce-one-whois_domain_name"},"expiration_date":{"type":"string","format":"date-time"},"expiration_date_raw":{"type":"string"},"extension":{"type":"string"},"found":{"type":"boolean"},"id":{"type":"string"},"nameservers":{"type":"array","items":{"type":"string"}},"punycode":{"type":"string"},"registrant":{"type":"string"},"registrant_city":{"type":"string"},"registrant_country":{"type":"string"},"registrant_email":{"type":"string"},"registrant_fax":{"type":"string"},"registrant_fax_ext":{"type":"string"},"registrant_id":{"type":"string"},"registrant_name":{"type":"string"},"registrant_org":{"type":"string"},"registrant_phone":{"type":"string"},"registrant_phone_ext":{"type":"string"},"registrant_postal_code":{"type":"string"},"registrant_province":{"type":"string"},"registrant_referral_url":{"type":"string"},"registrant_street":{"type":"string"},"registrar":{"type":"string"},"registrar_city":{"type":"string"},"registrar_country":{"type":"string"},"registrar_email":{"type":"string"},"registrar_fax":{"type":"string"},"registrar_fax_ext":{"type":"string"},"registrar_id":{"type":"string"},"registrar_name":{"type":"string"},"registrar_org":{"type":"string"},"registrar_phone":{"type":"string"},"registrar_phone_ext":{"type":"string"},"registrar_postal_code":{"type":"string"},"registrar_province":{"type":"string"},"registrar_referral_url":{"type":"string"},"registrar_street":{"type":"string"},"status":{"type":"array","items":{"type":"string"}},"technical_city":{"type":"string"},"technical_country":{"type":"string"},"technical_email":{"type":"string"},"technical_fax":{"type":"string"},"technical_fax_ext":{"type":"string"},"technical_id":{"type":"string"},"technical_name":{"type":"string"},"technical_org":{"type":"string"},"technical_phone":{"type":"string"},"technical_phone_ext":{"type":"string"},"technical_postal_code":{"type":"string"},"technical_province":{"type":"string"},"technical_referral_url":{"type":"string"},"technical_street":{"type":"string"},"updated_date":{"type":"string","format":"date-time"},"updated_date_raw":{"type":"string"},"whois_server":{"type":"string"}},"required":["found","domain","dnssec","extension","nameservers","punycode","registrar","registrant"]},"cloudforce-one-whois_domain_name":{"type":"string"},"cloudforce-one_RuleAction":{"type":"object","properties":{"action_config":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"items":{"type":"string"},"type":"array"},{"additionalProperties":{"type":"string"},"type":"object"}]}},"action_type":{"type":"string","enum":["alert_gchat","webhook","logging","email","pipeline","remediation","throttle","delete"]},"enabled":{"type":"boolean","default":true}},"required":["action_type","action_config"]},"cloudforce-one_MetaInputEntry":{"type":"object","properties":{"key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-zA-Z_][a-zA-Z0-9_]*$"},"value":{"anyOf":[{"maxLength":10000,"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"]},"cloudforce-one_RuleMetaEntry":{"type":"object","properties":{"key":{"type":"string"},"type":{"type":"string","enum":["string","bool","int"]},"value":{"anyOf":[{"type":"string"},{"type":"boolean"},{"type":"number"}]}},"required":["key","value","type"]},"cloudforce-one_Rule":{"type":"object","properties":{"content":{"type":"string"},"created_at":{"type":"number","x-auditable":true},"created_by":{"type":"string","x-auditable":true},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid","x-auditable":true},"is_public":{"type":"boolean","x-auditable":true},"meta":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one_RuleMetaEntry"}},"name":{"type":"string","x-auditable":true},"namespaces":{"type":"array","items":{"type":"string"},"x-auditable":true},"path":{"type":"string","x-auditable":true},"pending_approval_id":{"type":"number","nullable":true},"structured_source":{"type":"string","nullable":true},"updated_at":{"type":"number","x-auditable":true},"updated_by":{"type":"string","x-auditable":true}},"required":["id","name","path","description","namespaces","content","is_public","enabled","created_at","updated_at","created_by","updated_by","pending_approval_id"]},"cloudforce-one_RuleSearchResult":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one_Rule"},{"properties":{"score":{"type":"number","maximum":1,"minimum":0},"scoring_details":{"type":"object","properties":{"fusion_method":{"type":"string"},"keyword_rank":{"type":"number"},"keyword_score":{"type":"number"},"reranking_score":{"type":"number"},"vector_rank":{"type":"number"},"vector_score":{"type":"number"}}}},"type":"object"}]},"cloudforce-one_TreeNode":{"type":"object","properties":{"children":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one_TreeNode"}},"count":{"type":"number"},"name":{"type":"string"},"path":{"type":"string"}},"required":["name","path","count","children"]},"cloudforce-one_ExemptionUpdateEntry":{"type":"object","properties":{"new_pattern":{"type":"string","minLength":1},"old_pattern":{"type":"string","minLength":1}},"required":["old_pattern","new_pattern"]},"csam-config-service_api_response_message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"csam-config-service_csam_scanner_value":{"type":"object","properties":{"email":{"type":"string","maxLength":254},"email_state":{"type":"string","enum":["valid","pending","unverified"]},"enabled":{"type":"boolean"},"sources":{"type":"object","additionalProperties":{"type":"boolean"}},"zone_plan":{"type":"string","readOnly":true}}},"csam-config-service_api_response_single":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/csam-config-service_api_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/csam-config-service_api_response_message"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"csam-config-service_csam_scanner_setting":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string","enum":["csam_scanner"]},"modified_on":{"type":"string","format":"date-time","nullable":true},"value":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_value"}}},"csam-config-service_csam_scanner_third_party_update_value":{"type":"object","properties":{"email":{"type":"string","maxLength":254},"enabled":{"type":"boolean"},"resend_email":{"type":"boolean"},"sources":{"type":"object","additionalProperties":{"type":"boolean"}}}},"custom-indicator-feeds_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"custom-indicator-feeds_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/custom-indicator-feeds_messages-2"},"messages":{"$ref":"#/components/schemas/custom-indicator-feeds_messages-2"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"custom-indicator-feeds_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"custom-indicator-feeds_name":{"type":"string","x-auditable":true},"custom-indicator-feeds_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-common"}]},"custom-indicator-feeds_indicator_feed_item":{"properties":{"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"$ref":"#/components/schemas/custom-indicator-feeds_id"},"is_attributable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_attributable"},"is_downloadable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_downloadable"},"is_public":{"$ref":"#/components/schemas/custom-indicator-feeds_is_public"},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"$ref":"#/components/schemas/custom-indicator-feeds_name"}}},"custom-indicator-feeds_create_provider_result":{"properties":{"account_id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true},"provider_id":{"type":"integer","x-auditable":true}},"required":["account_id","name","provider_id"]},"custom-indicator-feeds_id":{"type":"integer","x-auditable":true},"custom-indicator-feeds_is_attributable":{"type":"boolean","x-auditable":true},"custom-indicator-feeds_is_downloadable":{"type":"boolean","x-auditable":true},"custom-indicator-feeds_is_public":{"type":"boolean","x-auditable":true},"custom-indicator-feeds_last_upload_summary":{"type":"object","properties":{"persisted":{"type":"object","properties":{"domains_added":{"type":"integer","x-auditable":true},"domains_removed":{"type":"integer","x-auditable":true},"ips_added":{"type":"integer","x-auditable":true},"ips_removed":{"type":"integer","x-auditable":true},"urls_added":{"type":"integer","x-auditable":true},"urls_removed":{"type":"integer","x-auditable":true}}},"skipped":{"type":"object","properties":{"allowlisted_domains":{"type":"integer","x-auditable":true},"expired_indicators":{"type":"integer","x-auditable":true},"invalid_indicators":{"type":"integer","x-auditable":true}}},"uploaded":{"type":"object","properties":{"domains":{"type":"integer","x-auditable":true},"ips":{"type":"integer","x-auditable":true},"urls":{"type":"integer","x-auditable":true}}}},"x-auditable":true},"custom-indicator-feeds_provider_id":{"type":"integer","x-auditable":true},"custom-indicator-feeds_provider_name":{"type":"string","x-auditable":true},"custom-indicator-feeds_indicator_feed_metadata":{"properties":{"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"$ref":"#/components/schemas/custom-indicator-feeds_id"},"is_attributable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_attributable"},"is_downloadable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_downloadable"},"is_public":{"$ref":"#/components/schemas/custom-indicator-feeds_is_public"},"last_upload_summary":{"$ref":"#/components/schemas/custom-indicator-feeds_last_upload_summary"},"latest_upload_error":{"type":"string","x-auditable":true},"latest_upload_status":{"type":"string","enum":["Mirroring","Unifying","Loading","Provisioning","Complete","Error"],"x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"$ref":"#/components/schemas/custom-indicator-feeds_name"},"provider_id":{"$ref":"#/components/schemas/custom-indicator-feeds_provider_id"},"provider_name":{"$ref":"#/components/schemas/custom-indicator-feeds_provider_name"}}},"custom-indicator-feeds_permission_list_item":{"properties":{"id":{"$ref":"#/components/schemas/custom-indicator-feeds_id"},"is_attributable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_attributable"},"is_downloadable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_downloadable"},"is_public":{"$ref":"#/components/schemas/custom-indicator-feeds_is_public"},"name":{"$ref":"#/components/schemas/custom-indicator-feeds_name"}}},"custom-indicator-feeds_permissions_update":{"properties":{"success":{"type":"boolean","x-auditable":true}}},"custom-indicator-feeds_update_feed":{"properties":{"file_id":{"type":"integer","x-auditable":true},"filename":{"type":"string","x-auditable":true},"status":{"type":"string","x-auditable":true}}},"custom-pages_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/custom-pages_messages"},"messages":{"$ref":"#/components/schemas/custom-pages_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"custom-pages_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"custom-pages_timestamp":{"type":"string","format":"date-time","x-auditable":true},"custom-pages_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-common"}]},"custom-pages_custom_asset":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/custom-pages_timestamp"},"name":{"$ref":"#/components/schemas/custom-pages_asset_name"},"size_bytes":{"type":"integer","readOnly":true},"url":{"$ref":"#/components/schemas/custom-pages_asset_url"}}},"custom-pages_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"custom-pages_preview_token":{"type":"object","properties":{"cep_jwt":{"type":"string"}},"required":["cep_jwt"]},"d1_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"d1_single-query":{"type":"object","properties":{"params":{"$ref":"#/components/schemas/d1_params"},"sql":{"$ref":"#/components/schemas/d1_sql"}},"required":["sql"],"title":"single query"},"d1_created-at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"d1_file-size":{"type":"number","x-auditable":true},"d1_jurisdiction-nullable":{"type":"string","enum":["eu","fedramp","us"],"nullable":true,"x-auditable":true},"d1_table-count":{"type":"number","x-auditable":true},"d1_read-replication-details-for-response":{"type":"object","properties":{"mode":{"type":"string","enum":["auto","disabled"],"x-auditable":true}},"required":["mode"]},"d1_database-version":{"type":"string","pattern":"^(alpha|beta|production)$","x-auditable":true},"d1_served-by-colo":{"type":"string","x-auditable":true},"d1_served-by-region":{"type":"string","enum":["WNAM","ENAM","WEUR","EEUR","APAC","OC"],"x-auditable":true},"d1_query-meta":{"type":"object","properties":{"changed_db":{"type":"boolean","x-auditable":true},"changes":{"type":"number","x-auditable":true},"duration":{"type":"number","x-auditable":true},"last_row_id":{"type":"number","x-auditable":true},"rows_read":{"type":"number","x-auditable":true},"rows_written":{"type":"number","x-auditable":true},"served_by_colo":{"$ref":"#/components/schemas/d1_served-by-colo"},"served_by_primary":{"type":"boolean","x-auditable":true},"served_by_region":{"$ref":"#/components/schemas/d1_served-by-region"},"size_after":{"type":"number","x-auditable":true},"timings":{"type":"object","properties":{"sql_duration_ms":{"type":"number","x-auditable":true}}}}},"d1_params":{"type":"array","items":{"type":"string"}},"d1_sql":{"type":"string"},"digital-experience-monitoring_aggregate_time_period":{"type":"object","properties":{"units":{"type":"string","enum":["hours","days","testRuns"]},"value":{"type":"integer"}},"required":["value","units"]},"digital-experience-monitoring_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"digital-experience-monitoring_cpu_pct_by_app":{"type":"object","properties":{"cpu_pct":{"type":"number","format":"float","maximum":100,"minimum":0,"nullable":true},"name":{"type":"string","nullable":true}}},"digital-experience-monitoring_schemas-ip_info":{"type":"object","properties":{"address":{"type":"string","nullable":true},"asn":{"type":"integer","nullable":true},"aso":{"type":"string","nullable":true},"location":{"type":"object","properties":{"city":{"type":"string","nullable":true},"country_iso":{"type":"string","nullable":true},"state_iso":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true}}},"name":{"type":"string","nullable":true},"netmask":{"type":"string","nullable":true},"version":{"type":"integer"}}},"digital-experience-monitoring_personEmail":{"type":"string"},"digital-experience-monitoring_ram_used_pct_by_app":{"type":"object","properties":{"name":{"type":"string","nullable":true},"ram_used_pct":{"type":"number","format":"float","maximum":100,"minimum":0,"nullable":true}}},"digital-experience-monitoring_rtt_stats":{"type":"object","properties":{"minRttUs":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"rttUs":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"rttVarUs":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true}}},"digital-experience-monitoring_tunnel_stats":{"type":"object","properties":{"bytesLost":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"bytesReceived":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"bytesRetransmitted":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"bytesSent":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"packetsLost":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"packetsReceived":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"packetsRetransmitted":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"packetsSent":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"statsWindowMs":{"type":"integer","nullable":true}}},"digital-experience-monitoring_device-dex-test-schemas-data":{"type":"object","properties":{"host":{"type":"string","x-auditable":true},"kind":{"type":"string","enum":["http","traceroute"],"x-auditable":true},"method":{"type":"string","enum":["GET"],"x-auditable":true}},"required":["kind","host"]},"digital-experience-monitoring_device-dex-test-schemas-enabled":{"type":"boolean"},"digital-experience-monitoring_device-dex-test-schemas-interval":{"type":"string"},"digital-experience-monitoring_device-dex-test-schemas-name":{"type":"string"},"digital-experience-monitoring_device-dex-test-target-policies":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_dex_target_policy"}},"digital-experience-monitoring_dex_target_policy":{"type":"object","properties":{"default":{"type":"boolean","x-stainless-terraform-configurability":"computed"},"id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"name":{"type":"string","x-stainless-terraform-configurability":"computed"}},"required":["id"]},"digital-experience-monitoring_ip_info":{"type":"object","properties":{"address":{"type":"string"},"asn":{"type":"integer"},"aso":{"type":"string"},"location":{"$ref":"#/components/schemas/digital-experience-monitoring_ip_location"},"name":{"type":"string"},"netmask":{"type":"string"},"version":{"type":"integer"}}},"digital-experience-monitoring_device_isp":{"type":"object","properties":{"ip":{"$ref":"#/components/schemas/digital-experience-monitoring_ip_info"},"test_id":{"type":"string"},"test_result_id":{"type":"string"},"time_start":{"type":"string","format":"date-time"}},"required":["time_start","test_id","test_result_id"]},"digital-experience-monitoring_timeslot_int":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"integer"}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_float":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"number","format":"float"}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_string":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"string"}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_rtt_stats":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_rtt_stats"}]}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_cpu_apps":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_cpu_pct_by_app"}}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_ram_apps":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_ram_used_pct_by_app"}}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_tunnel_stats":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_tunnel_stats"}]}},"required":["timestamp","value"]},"digital-experience-monitoring_device_state_over_time":{"type":"object","properties":{"battery_cycles":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"battery_pct":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_float"}},"connection_type":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"cpu_pct":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_float"}},"disk_read_bps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"disk_usage_pct":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_float"}},"disk_write_bps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"mode":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"network_rcvd_bps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"network_sent_bps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"network_ssid":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"ram_available_kb":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"ram_used_pct":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_float"}},"rtt":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_rtt_stats"}},"status":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"top_cpu_applications":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_cpu_apps"}},"top_ram_applications":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_ram_apps"}},"tunnel_stats":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_tunnel_stats"}},"tunnel_type":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"unique_networks":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"wifi_strength_dbm":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}}}},"digital-experience-monitoring_device_state_top_networks_summary":{"type":"object","properties":{"count":{"type":"integer"},"name":{"type":"string"}},"required":["name","count"]},"digital-experience-monitoring_api-response-collection-common":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true}}}]},"digital-experience-monitoring_dex-targeted-test":{"type":"object","properties":{"data":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-data"}],"x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true},"test_id":{"type":"string","x-auditable":true}},"required":["test_id","name","enabled","data"]},"digital-experience-monitoring_live_stat":{"type":"object","properties":{"uniqueDevicesTotal":{"$ref":"#/components/schemas/digital-experience-monitoring_uniqueDevicesTotal"},"value":{"type":"string"}}},"digital-experience-monitoring_uniqueDevicesTotal":{"type":"number"},"digital-experience-monitoring_schemas-aggregate_stat":{"type":"object","properties":{"timestamp":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"},"uniqueDevicesTotal":{"$ref":"#/components/schemas/digital-experience-monitoring_uniqueDevicesTotal"},"value":{"type":"string"}}},"digital-experience-monitoring_percentiles":{"type":"object","properties":{"p50":{"type":"number","nullable":true},"p90":{"type":"number","nullable":true},"p95":{"type":"number","nullable":true},"p99":{"type":"number","nullable":true}}},"digital-experience-monitoring_test_stat_pct_over_time":{"type":"object","properties":{"avg":{"type":"number","format":"float","nullable":true},"max":{"type":"number","format":"float","nullable":true},"min":{"type":"number","format":"float","nullable":true},"slots":{"type":"array","items":{"properties":{"timestamp":{"type":"string"},"value":{"type":"number","format":"float"}},"required":["timestamp","value"],"type":"object"}}},"required":["slots"]},"digital-experience-monitoring_test_stat_over_time":{"type":"object","properties":{"avg":{"type":"integer","nullable":true},"max":{"type":"integer","nullable":true},"min":{"type":"integer","nullable":true},"slots":{"type":"array","items":{"properties":{"timestamp":{"type":"string"},"value":{"type":"integer"}},"required":["timestamp","value"],"type":"object"}}},"required":["slots"]},"digital-experience-monitoring_ip_location":{"type":"object","properties":{"city":{"type":"string"},"country_iso":{"type":"string"},"state_iso":{"type":"string"},"zip":{"type":"string"}}},"digital-experience-monitoring_directional_stat":{"type":"object","properties":{"downstream":{"type":"integer","nullable":true},"upstream":{"type":"integer","nullable":true}}},"digital-experience-monitoring_timing_aggregates":{"type":"object","properties":{"avgMs":{"type":"integer","nullable":true},"history":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_aggregate_stat"}},"overTime":{"type":"object","nullable":true,"properties":{"timePeriod":{"$ref":"#/components/schemas/digital-experience-monitoring_aggregate_time_period"},"values":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_aggregate_time_slot"}}},"required":["values","timePeriod"]}},"required":["history"]},"digital-experience-monitoring_aggregate_stat":{"type":"object","properties":{"avgMs":{"type":"integer","nullable":true},"deltaPct":{"type":"number","format":"float","nullable":true},"timePeriod":{"$ref":"#/components/schemas/digital-experience-monitoring_aggregate_time_period"}},"required":["timePeriod"]},"digital-experience-monitoring_aggregate_time_slot":{"type":"object","properties":{"avgMs":{"type":"integer"},"timestamp":{"type":"string"}},"required":["timestamp","avgMs"]},"digital-experience-monitoring_execution_context":{"type":"string","enum":["EXECUTION_CONTEXT_INVALID","OUT_OF_TUNNEL","IN_TUNNEL"]},"digital-experience-monitoring_warp_config_details":{"type":"object","properties":{"account_name":{"type":"string"},"account_tag":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"config_name":{"type":"string"}}},"digital-experience-monitoring_timestamp_datetime":{"type":"string","format":"date-time"},"digital-experience-monitoring_warp_toggle_change_event":{"type":"object","properties":{"account_name":{"type":"string"},"account_tag":{"type":"string"},"device_id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"device_registration":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}],"deprecated":true,"x-stainless-deprecation-message":"Use `registration_id` instead."},"hostname":{"type":"string"},"registration_id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"serial_number":{"type":"string"},"timestamp":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp_datetime"}]},"toggle":{"type":"string","enum":["on","off"]},"user_email":{"type":"string"}}},"digital-experience-monitoring_warp_config_change_event":{"type":"object","properties":{"device_id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"device_registration":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}],"deprecated":true,"x-stainless-deprecation-message":"Use `registration_id` instead."},"from":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_warp_config_details"}]},"hostname":{"type":"string"},"registration_id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"serial_number":{"type":"string"},"timestamp":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp_datetime"}]},"to":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_warp_config_details"}]},"user_email":{"type":"string"}}},"dlp_AddinAuth":{"oneOf":[{"properties":{"allowed_microsoft_organizations":{"type":"array","items":{"type":"string"}},"type":{"type":"string","enum":["Org"]}},"required":["allowed_microsoft_organizations","type"],"type":"object"},{"properties":{"type":{"type":"string","enum":["NoAuth"]}},"required":["type"],"type":"object"}]},"dlp_RiskLevel":{"type":"string","enum":["low","medium","high"]},"dlp_Behavior":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"risk_level":{"$ref":"#/components/schemas/dlp_RiskLevel"}},"required":["name","description","risk_level","enabled"]},"dlp_SkipConfig":{"type":"object","properties":{"files":{"type":"boolean"}},"required":["files"]},"dlp_EmailRuleAction":{"oneOf":[{"properties":{"action":{"type":"string","enum":["Block"]},"message":{"type":"string","nullable":true}},"required":["action"],"type":"object"}]},"dlp_EmailRuleCondition":{"type":"object","properties":{"operator":{"$ref":"#/components/schemas/dlp_EmailRuleOperator"},"selector":{"$ref":"#/components/schemas/dlp_EmailRuleSelector"},"value":{"$ref":"#/components/schemas/dlp_EmailRuleValue"}},"required":["selector","operator","value"]},"dlp_RiskScoreIntegrationType":{"type":"string","enum":["Okta"]},"dlp_Pattern":{"type":"object","properties":{"regex":{"type":"string"},"validation":{"allOf":[{"$ref":"#/components/schemas/dlp_Validation"}]}},"required":["regex"]},"dlp_CustomEntryUpdateType":{"type":"object","properties":{"name":{"type":"string"},"pattern":{"$ref":"#/components/schemas/dlp_Pattern"}},"required":["name","pattern"]},"dlp_Confidence":{"type":"string","enum":["low","medium","high","very_high"]},"dlp_ContextAwareness":{"type":"object","properties":{"enabled":{"type":"boolean"},"skip":{"$ref":"#/components/schemas/dlp_SkipConfig"}},"deprecated":true,"required":["enabled","skip"]},"dlp_SensitivityLevelRef":{"type":"object","properties":{"group_id":{"type":"string","format":"uuid"},"level_id":{"type":"string","format":"uuid"}},"required":["group_id","level_id"]},"dlp_CustomProfile":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","default":0,"maximum":1000,"minimum":0},"confidence_threshold":{"default":"low","allOf":[{"$ref":"#/components/schemas/dlp_Confidence"}]},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"created_at":{"type":"string","format":"date-time"},"data_classes":{"type":"array","items":{"format":"uuid","type":"string"}},"data_tags":{"type":"array","items":{"format":"uuid","type":"string"}},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"deprecated":true,"x-stainless-skip":["terraform"]},"id":{"type":"string","format":"uuid"},"name":{"type":"string","x-auditable":true},"ocr_enabled":{"type":"boolean","default":false},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"}},"shared_entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"x-stainless-terraform-configurability":"computed"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","allowed_match_count","ocr_enabled"]},"dlp_ProfileEntryUpdate":{"oneOf":[{"$ref":"#/components/schemas/dlp_NewCustomEntryWithId"},{"$ref":"#/components/schemas/dlp_NewCustomEntry"}]},"dlp_SharedEntryUpdate":{"type":"object","properties":{"enabled":{"type":"boolean"},"entry_id":{"type":"string","format":"uuid"}},"required":["entry_id","enabled"]},"dlp_DataTagTemplate":{"type":"object","properties":{"name":{"type":"string"}},"required":["name","description"]},"dlp_DataTagCategoryTagUpdate":{"allOf":[{"$ref":"#/components/schemas/dlp_DataTagUpdate"},{"properties":{"id":{"type":"string","format":"uuid","nullable":true}},"type":"object"}]},"dlp_DatasetUploadStatus":{"type":"string","enum":["empty","uploading","pending","processing","failed","complete"]},"dlp_DatasetUpload":{"type":"object","properties":{"num_cells":{"type":"integer","format":"int64"},"status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"},"version":{"type":"integer","format":"int64"}},"required":["version","status","num_cells"]},"dlp_PayloadLogSettingUpdate":{"type":"object","properties":{"masking_level":{"default":"default","allOf":[{"$ref":"#/components/schemas/dlp_PayloadLogMaskingLevel"}]},"public_key":{"type":"string","nullable":true}}},"dlp_EmailRuleOperator":{"type":"string","enum":["InList","NotInList","MatchRegex","NotMatchRegex"]},"dlp_EmailRuleSelector":{"type":"string","enum":["Recipients","Sender","DLPProfiles"]},"dlp_EmailRuleValue":{"oneOf":[{"items":{"type":"string"},"type":"array"},{"type":"string"}]},"dlp_CustomPromptTopicEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean","deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled"]},"dlp_ExactDataEntry":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"secret":{"type":"boolean"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled","secret","case_sensitive"]},"dlp_DocumentFingerprintEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled"]},"dlp_WordListEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid","nullable":true},"updated_at":{"type":"string","format":"date-time"},"word_list":{}},"required":["id","name","created_at","updated_at","word_list","enabled"]},"dlp_NewCustomEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"pattern":{"$ref":"#/components/schemas/dlp_Pattern"}},"required":["name","pattern","enabled"]},"dlp_NewWordListEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"words":{"type":"array","items":{"type":"string"}}},"required":["name","words","enabled"]},"dlp_EntryUpdateType":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/dlp_CustomEntryUpdateType"},{"properties":{"type":{"type":"string","enum":["custom"]}},"required":["type"],"type":"object"}]},{"properties":{"type":{"type":"string","enum":["predefined"]}},"required":["type"],"type":"object"},{"properties":{"type":{"type":"string","enum":["integration"]}},"required":["type"],"type":"object"}]},"dlp_EntryProfile":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"}},"required":["id","name"]},"dlp_EntryOfNewProfile":{"oneOf":[{"$ref":"#/components/schemas/dlp_NewCustomEntry"},{"$ref":"#/components/schemas/dlp_NewWordListEntry"}]},"dlp_NewSharedEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"entry_id":{"type":"string","format":"uuid"}},"required":["entry_id","enabled"]},"dlp_Validation":{"type":"string","deprecated":true,"enum":["luhn"]},"dlp_PayloadLogMaskingLevel":{"type":"string","enum":["full","partial","clear","default"]},"dlp_EntryConfidence":{"type":"object","properties":{"ai_context_available":{"type":"boolean"},"available":{"type":"boolean"}},"required":["available","ai_context_available"]},"dlp_PredefinedEntryVariant":{"oneOf":[{"properties":{"topic_type":{"$ref":"#/components/schemas/dlp_PromptTopicType"},"type":{"type":"string","enum":["PromptTopic"]}},"required":["topic_type","type"],"type":"object"},{"properties":{"type":{"type":"string","enum":["General"]}},"required":["type"],"type":"object"}]},"dlp_PromptTopicType":{"type":"string","enum":["Intent","Content"]},"dlp_PredefinedProfileEntryUpdate":{"type":"object","properties":{"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"}},"required":["id","enabled"]},"dlp_PredefinedProfile":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32"},"confidence_threshold":{"default":"low","allOf":[{"$ref":"#/components/schemas/dlp_Confidence"}]},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"ocr_enabled":{"type":"boolean","default":false},"open_access":{"type":"boolean"}},"required":["id","name","entries","allowed_match_count"]},"dlp_IntegrationProfile":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"shared_entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"x-stainless-terraform-configurability":"computed"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","entries","shared_entries","created_at","updated_at"]},"dlp_NewCustomEntryWithId":{"allOf":[{"$ref":"#/components/schemas/dlp_NewCustomEntry"},{"properties":{"entry_id":{"type":"string","format":"uuid"}},"required":["entry_id"],"type":"object"}]},"dlp_RiskEvent":{"type":"object","properties":{"event_details":{},"id":{"type":"string"},"name":{"type":"string"},"risk_level":{"$ref":"#/components/schemas/dlp_RiskLevel"},"timestamp":{"type":"string","format":"date-time"}},"required":["id","risk_level","name","timestamp"]},"dlp_UserRiskInfo":{"type":"object","properties":{"email":{"type":"string"},"event_count":{"type":"integer","minimum":0},"last_event":{"type":"string","format":"date-time"},"max_risk_level":{"$ref":"#/components/schemas/dlp_RiskLevel"},"name":{"type":"string"},"user_id":{"type":"string","format":"uuid"}},"required":["user_id","name","email","max_risk_level","event_count","last_event"]},"dlp_SensitivityLevelTemplate":{"type":"object","properties":{"name":{"type":"string"}},"required":["name","description"]},"dlp_SensitivityGroupLevelUpdate":{"allOf":[{"$ref":"#/components/schemas/dlp_SensitivityLevelUpdate"},{"properties":{"id":{"type":"string","format":"uuid","nullable":true}},"type":"object"}]},"dlp_UpdateBehavior":{"type":"object","properties":{"enabled":{"type":"boolean"},"risk_level":{"$ref":"#/components/schemas/dlp_RiskLevel"}},"required":["risk_level","enabled"]},"dlp_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dlp_messages"},"messages":{"$ref":"#/components/schemas/dlp_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dlp_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dls_RegionPublic":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time"},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string"},"region_key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-z0-9_-]+$"},"version":{"type":"integer"},"version_created_on":{"type":"string","format":"date-time"}},"required":["id","name","region_key","created_on","modified_on","version","version_created_on"]},"dls_coded_message":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"error_chain":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"message":{"type":"string"}},"required":["code","message"]},"dls_PrefixBinding":{"type":"object","properties":{"cidr":{"type":"string"},"id":{"type":"string"},"prefix_id":{"type":"string"},"region_key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-z0-9_-]+$"}},"required":["id","prefix_id","cidr","region_key"]},"dls_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dls_response":{"type":"object","properties":{"messages":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"success":{"type":"boolean"}},"required":["success","messages"]},"dls_none":{"type":"object","nullable":true},"dls_timestamp":{"type":"string","format":"date-time","x-auditable":true},"dns-analytics_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-analytics_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-analytics_messages"},"messages":{"$ref":"#/components/schemas/dns-analytics_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-analytics_result":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/dns-analytics_data"},"data_lag":{"type":"number","minimum":0},"max":{"type":"object"},"min":{"type":"object"},"query":{"$ref":"#/components/schemas/dns-analytics_query"},"rows":{"type":"number","minimum":0},"totals":{"type":"object"}},"required":["rows","totals","min","max","data_lag","query","data"]},"dns-analytics_data":{"type":"array","items":{"properties":{"dimensions":{"type":"array","items":{"type":"string"}}},"required":["dimensions"],"type":"object"}},"dns-analytics_query":{"type":"object","properties":{"dimensions":{"type":"array","items":{"type":"string"}},"filters":{"$ref":"#/components/schemas/dns-analytics_filters"},"limit":{"$ref":"#/components/schemas/dns-analytics_limit"},"metrics":{"type":"array","items":{"type":"string"}},"since":{"$ref":"#/components/schemas/dns-analytics_since"},"sort":{"type":"array","items":{"type":"string"}},"until":{"$ref":"#/components/schemas/dns-analytics_until"}},"required":["dimensions","metrics","since","until","limit"]},"dns-custom-nameservers_ns_name":{"type":"string","format":"hostname","x-auditable":true},"dns-custom-nameservers_ns_set":{"type":"number","default":1,"maximum":5,"minimum":1,"x-auditable":true},"dns-custom-nameservers_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dns-custom-nameservers_CustomNS":{"type":"object","properties":{"dns_records":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["A","AAAA"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"type":"object"},"x-stainless-collection-type":"set"},"ns_name":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_name"},"ns_set":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_set"},"status":{"type":"string","enum":["moved","pending","verified"],"deprecated":true,"x-auditable":true},"zone_tag":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier-2"}},"required":["dns_records","ns_name","status","zone_tag"],"title":"Custom NS"},"dns-custom-nameservers_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common"}]},"dns-custom-nameservers_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-custom-nameservers_messages"},"messages":{"$ref":"#/components/schemas/dns-custom-nameservers_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-custom-nameservers_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-custom-nameservers_CustomNS-2":{"type":"object","properties":{"dns_records":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["A","AAAA"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"type":"object"},"x-stainless-collection-type":"set"},"ns_name":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_name"},"ns_set":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_set"},"status":{"type":"string","enum":["moved","pending","verified"],"deprecated":true,"x-auditable":true},"zone_tag":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier-2"}},"required":["dns_records","ns_name","status","zone_tag"],"title":"Custom NS"},"dns-firewall_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-firewall_messages"},"messages":{"$ref":"#/components/schemas/dns-firewall_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-firewall_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-firewall_attack_mitigation":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"only_when_upstream_unhealthy":{"type":"boolean","default":true,"x-auditable":true}},"nullable":true},"dns-firewall_deprecate_any_requests":{"type":"boolean","x-auditable":true},"dns-firewall_ecs_fallback":{"type":"boolean","x-auditable":true},"dns-firewall_maximum_cache_ttl":{"type":"number","default":900,"maximum":36000,"minimum":30,"x-auditable":true},"dns-firewall_minimum_cache_ttl":{"type":"number","default":60,"maximum":36000,"minimum":30,"x-auditable":true},"dns-firewall_name":{"type":"string","maxLength":160,"minLength":1,"x-auditable":true},"dns-firewall_negative_cache_ttl":{"type":"number","maximum":36000,"minimum":30,"nullable":true,"x-auditable":true},"dns-firewall_ratelimit":{"type":"number","maximum":1000000000,"minimum":100,"nullable":true,"x-auditable":true},"dns-firewall_retries":{"type":"number","default":2,"maximum":2,"minimum":0,"x-auditable":true},"dns-firewall_upstream_ips":{"type":"array","items":{"anyOf":[{"format":"ipv4","type":"string","x-auditable":true},{"format":"ipv6","type":"string","x-auditable":true}],"type":"string"},"minLength":1,"x-stainless-collection-type":"set"},"dns-firewall_dns-firewall-cluster":{"type":"object","properties":{"attack_mitigation":{"$ref":"#/components/schemas/dns-firewall_attack_mitigation"},"deprecate_any_requests":{"$ref":"#/components/schemas/dns-firewall_deprecate_any_requests"},"ecs_fallback":{"$ref":"#/components/schemas/dns-firewall_ecs_fallback"},"maximum_cache_ttl":{"$ref":"#/components/schemas/dns-firewall_maximum_cache_ttl"},"minimum_cache_ttl":{"$ref":"#/components/schemas/dns-firewall_minimum_cache_ttl"},"name":{"$ref":"#/components/schemas/dns-firewall_name"},"negative_cache_ttl":{"$ref":"#/components/schemas/dns-firewall_negative_cache_ttl"},"ratelimit":{"$ref":"#/components/schemas/dns-firewall_ratelimit"},"retries":{"$ref":"#/components/schemas/dns-firewall_retries"},"upstream_ips":{"$ref":"#/components/schemas/dns-firewall_upstream_ips"}}},"dns-firewall_dns_firewall_ip_count":{"type":"integer","default":2,"maximum":10,"minimum":1},"dns-firewall_dns_firewall_ips":{"type":"array","items":{"anyOf":[{"format":"ipv4","type":"string","x-auditable":true},{"format":"ipv6","type":"string","x-auditable":true}],"type":"string"},"x-stainless-collection-type":"set"},"dns-firewall_modified_on":{"type":"string","format":"date-time","x-auditable":true},"dns-firewall_dns-firewall-reverse-dns":{"type":"object","properties":{"ptr":{"type":"object","additionalProperties":{"type":"string"}}}},"dns-firewall_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dns-firewall_dns-firewall-cluster-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster"},{"properties":{"dns_firewall_ips":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_ips"},"id":{"$ref":"#/components/schemas/dns-firewall_identifier"},"modified_on":{"$ref":"#/components/schemas/dns-firewall_modified_on"}},"required":["id","dns_firewall_ips","modified_on"],"type":"object"}],"required":["name","upstream_ips","minimum_cache_ttl","maximum_cache_ttl","negative_cache_ttl","deprecate_any_requests","ecs_fallback","ratelimit","retries"]},"dns-firewall_dns-firewall-reverse-dns-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-reverse-dns"}],"required":["ptr"]},"dns-records_dns-record-shared-fields":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/dns-records_comment"},"name":{"$ref":"#/components/schemas/dns-records_name"},"proxied":{"$ref":"#/components/schemas/dns-records_proxied"},"settings":{"$ref":"#/components/schemas/dns-records_settings"},"tags":{"$ref":"#/components/schemas/dns-records_tags"},"ttl":{"$ref":"#/components/schemas/dns-records_ttl"}}},"dns-records_priority":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"dns-records_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-records_messages"},"messages":{"$ref":"#/components/schemas/dns-records_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-records_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-records_dns-record-without-data":{"type":"object","oneOf":[{"$ref":"#/components/schemas/dns-records_ARecord"},{"$ref":"#/components/schemas/dns-records_AAAARecord"},{"$ref":"#/components/schemas/dns-records_CNAMERecord"},{"$ref":"#/components/schemas/dns-records_MXRecord"},{"$ref":"#/components/schemas/dns-records_NSRecord"},{"$ref":"#/components/schemas/dns-records_OPENPGPKEYRecord"},{"$ref":"#/components/schemas/dns-records_PTRRecord"},{"$ref":"#/components/schemas/dns-records_TXTRecord"}]},"dns-records_dns-record-with-data":{"type":"object","oneOf":[{"$ref":"#/components/schemas/dns-records_CAARecord"},{"$ref":"#/components/schemas/dns-records_CERTRecord"},{"$ref":"#/components/schemas/dns-records_DNSKEYRecord"},{"$ref":"#/components/schemas/dns-records_DSRecord"},{"$ref":"#/components/schemas/dns-records_HTTPSRecord"},{"$ref":"#/components/schemas/dns-records_LOCRecord"},{"$ref":"#/components/schemas/dns-records_NAPTRRecord"},{"$ref":"#/components/schemas/dns-records_SMIMEARecord"},{"$ref":"#/components/schemas/dns-records_SRVRecord"},{"$ref":"#/components/schemas/dns-records_SSHFPRecord"},{"$ref":"#/components/schemas/dns-records_SVCBRecord"},{"$ref":"#/components/schemas/dns-records_TLSARecord"},{"$ref":"#/components/schemas/dns-records_URIRecord"}]},"dns-records_comment":{"type":"string","x-auditable":true},"dns-records_name":{"type":"string","maxLength":255,"minLength":1,"x-auditable":true},"dns-records_settings":{"type":"object","properties":{"ipv4_only":{"type":"boolean","default":false,"x-auditable":true},"ipv6_only":{"type":"boolean","default":false,"x-auditable":true}}},"dns-records_tags":{"type":"array","items":{"type":"string","x-auditable":true},"default":[],"x-stainless-collection-type":"set"},"dns-records_ttl":{"type":"number","default":1,"anyOf":[{"maximum":86400,"minimum":30,"type":"number"},{"enum":[1],"type":"number"}],"x-auditable":true},"dns-records_CAARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"flags":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"tag":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["CAA"],"x-auditable":true}},"type":"object"}],"title":"CAA Record"},"dns-records_CERTRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"algorithm":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"certificate":{"type":"string","x-auditable":true},"key_tag":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"type":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["CERT"],"x-auditable":true}},"type":"object"}],"title":"CERT Record"},"dns-records_DNSKEYRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"algorithm":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"flags":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"protocol":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"public_key":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["DNSKEY"],"x-auditable":true}},"type":"object"}],"title":"DNSKEY Record"},"dns-records_DSRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"algorithm":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"digest":{"type":"string","x-auditable":true},"digest_type":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"key_tag":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["DS"],"x-auditable":true}},"type":"object"}],"title":"DS Record"},"dns-records_HTTPSRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"priority":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"target":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["HTTPS"],"x-auditable":true}},"type":"object"}],"title":"HTTPS Record"},"dns-records_LOCRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"altitude":{"type":"number","maximum":42849672.95,"minimum":-100000,"x-auditable":true},"lat_degrees":{"type":"number","maximum":90,"minimum":0,"x-auditable":true},"lat_direction":{"type":"string","enum":["N","S"],"x-auditable":true},"lat_minutes":{"type":"number","maximum":59,"minimum":0,"x-auditable":true},"lat_seconds":{"type":"number","maximum":59.999,"minimum":0,"x-auditable":true},"long_degrees":{"type":"number","maximum":180,"minimum":0,"x-auditable":true},"long_direction":{"type":"string","enum":["E","W"],"x-auditable":true},"long_minutes":{"type":"number","maximum":59,"minimum":0,"x-auditable":true},"long_seconds":{"type":"number","maximum":59.999,"minimum":0,"x-auditable":true},"precision_horz":{"type":"number","maximum":90000000,"minimum":0,"x-auditable":true},"precision_vert":{"type":"number","maximum":90000000,"minimum":0,"x-auditable":true},"size":{"type":"number","maximum":90000000,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["LOC"],"x-auditable":true}},"type":"object"}],"title":"LOC Record"},"dns-records_NAPTRRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"flags":{"type":"string","x-auditable":true},"order":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"preference":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"regex":{"type":"string","x-auditable":true},"replacement":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["NAPTR"],"x-auditable":true}},"type":"object"}],"title":"NAPTR Record"},"dns-records_SMIMEARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"certificate":{"type":"string","x-auditable":true},"matching_type":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"selector":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"usage":{"type":"number","maximum":255,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["SMIMEA"],"x-auditable":true}},"type":"object"}],"title":"SMIMEA Record"},"dns-records_SRVRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"port":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"priority":{"$ref":"#/components/schemas/dns-records_priority"},"target":{"type":"string","format":"hostname","x-auditable":true},"weight":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["SRV"],"x-auditable":true}},"type":"object"}],"title":"SRV Record"},"dns-records_SSHFPRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"algorithm":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"fingerprint":{"type":"string","x-auditable":true},"type":{"type":"number","maximum":255,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["SSHFP"],"x-auditable":true}},"type":"object"}],"title":"SSHFP Record"},"dns-records_SVCBRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"priority":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"target":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["SVCB"],"x-auditable":true}},"type":"object"}],"title":"SVCB Record"},"dns-records_TLSARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"certificate":{"type":"string","x-auditable":true},"matching_type":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"selector":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"usage":{"type":"number","maximum":255,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["TLSA"],"x-auditable":true}},"type":"object"}],"title":"TLSA Record"},"dns-records_URIRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"target":{"type":"string","x-auditable":true},"weight":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true}}},"priority":{"$ref":"#/components/schemas/dns-records_priority"},"type":{"type":"string","enum":["URI"],"x-auditable":true}},"type":"object"}],"title":"URI Record"},"dns-records_ARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"format":"ipv4","type":"string","x-auditable":true},"private_routing":{"type":"boolean","default":false,"x-auditable":true},"type":{"type":"string","enum":["A"],"x-auditable":true}},"type":"object"}],"title":"A Record"},"dns-records_AAAARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"format":"ipv6","type":"string","x-auditable":true},"private_routing":{"type":"boolean","default":false,"x-auditable":true},"type":{"type":"string","enum":["AAAA"],"x-auditable":true}},"type":"object"}],"title":"AAAA Record"},"dns-records_CNAMERecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"flatten_cname":{"type":"boolean","default":false,"x-auditable":true}}},"type":{"type":"string","enum":["CNAME"],"x-auditable":true}},"type":"object"}],"title":"CNAME Record"},"dns-records_MXRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"format":"hostname","type":"string","x-auditable":true},"priority":{"$ref":"#/components/schemas/dns-records_priority"},"type":{"type":"string","enum":["MX"],"x-auditable":true}},"type":"object"}],"title":"MX Record"},"dns-records_NSRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["NS"],"x-auditable":true}},"type":"object"}],"title":"NS Record"},"dns-records_OPENPGPKEYRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["OPENPGPKEY"],"x-auditable":true}},"type":"object"}],"title":"OPENPGPKEY Record"},"dns-records_PTRRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["PTR"],"x-auditable":true}},"type":"object"}],"title":"PTR Record"},"dns-records_TXTRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["TXT"],"x-auditable":true}},"type":"object"}],"title":"TXT Record"},"dns-records_dns-record-batch-delete":{"type":"object","allOf":[{"properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}},"type":"object"}],"required":["id"]},"dns-records_dns-record-batch-patch":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}},"allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-patch"}],"required":["id"]},"dns-records_dns-record-batch-post":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-post"}]},"dns-records_dns-record-batch-put":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}},"allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-post"}],"required":["id"]},"dns-records_dns-record-scan-batch-accept":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-patch"}]},"dns-records_dns-record-scan-batch-reject":{"type":"object","allOf":[{"properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}},"type":"object"}],"required":["id"]},"dns-records_dns-record-response":{"type":"object","allOf":[{"anyOf":[{"$ref":"#/components/schemas/dns-records_dns-record-without-data"},{"$ref":"#/components/schemas/dns-records_dns-record-with-data"}],"type":"object"},{"properties":{"comment_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"},"id":{"$ref":"#/components/schemas/dns-records_identifier"},"meta":{"type":"object","properties":{"dead_glue":{"type":"boolean","readOnly":true},"is_glue":{"type":"boolean","readOnly":true},"shadowed_by":{"type":"array","items":{"type":"string"},"readOnly":true},"shadowed_records_count":{"type":"integer","maximum":10000,"minimum":0,"readOnly":true}},"readOnly":true,"x-stainless-terraform-configurability":"computed"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"},"proxiable":{"type":"boolean","readOnly":true,"x-stainless-terraform-configurability":"computed"},"tags_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"}},"required":["id","proxiable","created_on","modified_on","meta"],"type":"object"}],"required":["name","type","content","data","proxied","ttl","settings","comment","tags"]},"dns-records_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-common"}]},"dns-records_dns-response-batch-object":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"patches":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"posts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"puts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}}}},"dns-records_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dns-records_dns-response-review-scan-object":{"type":"object","properties":{"accepts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"rejects":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_identifier"}}}},"dns-settings_enforce_dns_only":{"type":"boolean","x-auditable":true},"dns-settings_dns-settings-account-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-response"},{"properties":{"nameservers":{"type":"object","properties":{"type":{"type":"string","enum":["cloudflare.standard","cloudflare.advanced","cloudflare.standard.random","custom.account","custom.tenant"],"x-auditable":true}},"required":["type"]}},"required":["nameservers"],"type":"object"}]},"dns-settings_dns-settings-account-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-patch"},{"properties":{"nameservers":{"type":"object","properties":{"type":{"type":"string","enum":["cloudflare.standard","cloudflare.advanced","cloudflare.standard.random","custom.account","custom.tenant"],"x-auditable":true}},"x-stainless-terraform-configurability":"computed_optional"}},"type":"object"}]},"dns-settings_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-settings_messages"},"messages":{"$ref":"#/components/schemas/dns-settings_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-settings_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-settings_dns-settings-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-base"}]},"dns-settings_dns-settings-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-base"},{"properties":{"internal_dns":{"$ref":"#/components/schemas/dns-settings_internal_dns_response"},"soa":{"$ref":"#/components/schemas/dns-settings_soa-response"}},"required":["flatten_all_cnames","foundation_dns","multi_provider","secondary_overrides","soa","ns_ttl","zone_mode","internal_dns"],"type":"object"}]},"dns-settings_flatten_all_cnames":{"type":"boolean","x-auditable":true},"dns-settings_foundation_dns":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"foundation_dns is deprecated. Use nameservers.type: cloudflare.advanced to turn on Advanced Nameservers and cloudflare.standard to turn it off. This field will be removed in a future API version.\n"},"dns-settings_internal_dns_base":{"type":"object","properties":{"reference_zone_id":{"type":"string"}},"x-stainless-terraform-configurability":"computed_optional"},"dns-settings_multi_provider":{"type":"boolean","x-auditable":true},"dns-settings_ns_ttl":{"type":"number","maximum":86400,"minimum":30,"x-auditable":true},"dns-settings_secondary_overrides":{"type":"boolean","x-auditable":true},"dns-settings_soa-base":{"type":"object","properties":{"expire":{"type":"number","maximum":2419200,"minimum":86400,"x-auditable":true},"min_ttl":{"type":"number","maximum":86400,"minimum":60,"x-auditable":true},"mname":{"type":"string","nullable":true,"x-auditable":true},"refresh":{"type":"number","maximum":86400,"minimum":600,"x-auditable":true},"retry":{"type":"number","maximum":86400,"minimum":600,"x-auditable":true},"rname":{"type":"string","x-auditable":true},"ttl":{"type":"number","maximum":86400,"minimum":300,"x-auditable":true}},"x-stainless-terraform-configurability":"computed_optional"},"dns-settings_zone_mode":{"type":"string","enum":["standard","cdn_only","dns_only"],"x-auditable":true},"dns-settings_dns-settings-base":{"type":"object","properties":{"flatten_all_cnames":{"$ref":"#/components/schemas/dns-settings_flatten_all_cnames"},"foundation_dns":{"$ref":"#/components/schemas/dns-settings_foundation_dns"},"internal_dns":{"$ref":"#/components/schemas/dns-settings_internal_dns_base"},"multi_provider":{"$ref":"#/components/schemas/dns-settings_multi_provider"},"ns_ttl":{"$ref":"#/components/schemas/dns-settings_ns_ttl"},"secondary_overrides":{"$ref":"#/components/schemas/dns-settings_secondary_overrides"},"soa":{"$ref":"#/components/schemas/dns-settings_soa-base"},"zone_mode":{"$ref":"#/components/schemas/dns-settings_zone_mode"}}},"dns-settings_internal_dns_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_internal_dns_base"},{"required":["reference_zone_id"],"type":"object"}]},"dns-settings_soa-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_soa-base"},{"required":["mname","rname","refresh","retry","expire","min_ttl","ttl"],"type":"object"}]},"dns-settings_created_time":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"dns-settings_modified_time":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"dns-settings_name":{"type":"string","maxLength":255,"minLength":1,"x-auditable":true},"dns-settings_zones":{"type":"array","items":{"maxLength":32,"minLength":32,"type":"string","x-auditable":true},"x-stainless-collection-type":"set"},"dns-settings_dns-view":{"type":"object","properties":{"created_time":{"$ref":"#/components/schemas/dns-settings_created_time"},"modified_time":{"$ref":"#/components/schemas/dns-settings_modified_time"},"name":{"$ref":"#/components/schemas/dns-settings_name"},"zones":{"$ref":"#/components/schemas/dns-settings_zones"}}},"dns-settings_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-common"}]},"dns-settings_account_settings":{"type":"object","properties":{"enforce_dns_only":{"$ref":"#/components/schemas/dns-settings_enforce_dns_only"},"zone_defaults":{"$ref":"#/components/schemas/dns-settings_dns-settings-account-response"}},"required":["zone_defaults"]},"dns-settings_dns-settings-zone-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-response"},{"properties":{"nameservers":{"type":"object","properties":{"ns_set":{"type":"integer","maximum":5,"minimum":1,"x-auditable":true},"type":{"type":"string","enum":["cloudflare.standard","cloudflare.advanced","custom.account","custom.tenant","custom.zone"],"x-auditable":true}},"required":["type"]}},"required":["nameservers"],"type":"object"}]},"dns-settings_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dns-settings_dns-view-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-view"},{"properties":{"id":{"$ref":"#/components/schemas/dns-settings_identifier"}},"required":["id"],"type":"object"}],"required":["id","name","zones","created_time","modified_time"]},"dnssec_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dnssec_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dnssec_messages"},"messages":{"$ref":"#/components/schemas/dnssec_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dnssec_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dnssec_api-response-common"}]},"dnssec_dnskey_record_header":{"type":"object","properties":{"Class":{"type":"integer","nullable":true,"readOnly":true},"Name":{"type":"string","nullable":true,"readOnly":true},"Rdlength":{"type":"integer","nullable":true,"readOnly":true},"Rrtype":{"type":"integer","nullable":true,"readOnly":true},"Ttl":{"type":"integer","nullable":true,"readOnly":true}}},"dnssec_algorithm":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_digest":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_digest_algorithm":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_digest_type":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_ds":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_flags":{"type":"number","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_key_tag":{"type":"number","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_key_type":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_public_key":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_status":{"enum":["active","pending","disabled","pending-disabled","error"],"x-auditable":true},"dnssec_dnssec":{"type":"object","properties":{"algorithm":{"$ref":"#/components/schemas/dnssec_algorithm"},"digest":{"$ref":"#/components/schemas/dnssec_digest"},"digest_algorithm":{"$ref":"#/components/schemas/dnssec_digest_algorithm"},"digest_type":{"$ref":"#/components/schemas/dnssec_digest_type"},"dnssec_multi_signer":{"$ref":"#/components/schemas/dnssec_dnssec_multi_signer"},"dnssec_presigned":{"$ref":"#/components/schemas/dnssec_dnssec_presigned"},"dnssec_use_nsec3":{"$ref":"#/components/schemas/dnssec_dnssec_use_nsec3"},"ds":{"$ref":"#/components/schemas/dnssec_ds"},"flags":{"$ref":"#/components/schemas/dnssec_flags"},"key_tag":{"$ref":"#/components/schemas/dnssec_key_tag"},"key_type":{"$ref":"#/components/schemas/dnssec_key_type"},"modified_on":{"$ref":"#/components/schemas/dnssec_modified_on"},"public_key":{"$ref":"#/components/schemas/dnssec_public_key"},"status":{"$ref":"#/components/schemas/dnssec_status"}}},"dnssec_dnskey_record":{"type":"object","properties":{"Algorithm":{"type":"integer","nullable":true,"readOnly":true},"Flags":{"type":"integer","nullable":true,"readOnly":true},"Hdr":{"$ref":"#/components/schemas/dnssec_dnskey_record_header"},"Protocol":{"type":"integer","nullable":true,"readOnly":true},"PublicKey":{"type":"string","nullable":true,"readOnly":true}}},"dnssec_key_storage_location":{"type":"string","enum":["database","vault"],"x-auditable":true},"dnssec_dnskey_signing_key":{"type":"object","properties":{"kek":{"type":"string","nullable":true,"readOnly":true},"privkey":{"type":"string","format":"byte","nullable":true,"readOnly":true},"pubkey":{"type":"string","nullable":true,"readOnly":true}}},"dnssec_dnssec_key_state":{"type":"string","enum":["active","publish","external","retired","revoked","removed"],"x-auditable":true},"dnssec_dnssec_zsk":{"type":"object","properties":{"DNSKEY":{"$ref":"#/components/schemas/dnssec_dnskey_record"},"Location":{"$ref":"#/components/schemas/dnssec_key_storage_location"},"Name":{"type":"string","readOnly":true},"SigningKey":{"$ref":"#/components/schemas/dnssec_dnskey_signing_key"},"Tag":{"$ref":"#/components/schemas/dnssec_dnssec_key_state"}}},"dos_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dos_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dos_DnsProtectionRule":{"type":"object","properties":{"block_any_queries":{"type":"boolean","x-auditable":true},"burst_sensitivity":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"type":"string","x-auditable":true},"profile_sensitivity":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","scope","name","mode","profile_sensitivity","rate_sensitivity","burst_sensitivity","block_any_queries","created_on","modified_on"]},"dos_ExpressionFilter":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","x-auditable":true},"expression":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true}},"additionalProperties":false,"required":["id","expression","mode","created_on","modified_on"]},"dos_InfraPrefix":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","prefix","comment","enabled","created_on","modified_on"]},"dos_Prefix":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"excluded":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","prefix","comment","excluded","created_on","modified_on"]},"dos_ProtectionStatus":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}},"additionalProperties":false,"required":["enabled"]},"dos_SynProtectionRule":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"type":"string","x-auditable":true},"mitigation_type":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","scope","name","mode","mitigation_type","rate_sensitivity","burst_sensitivity","created_on","modified_on"]},"dos_TcpFlowProtectionRule":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","scope","name","mode","rate_sensitivity","burst_sensitivity","created_on","modified_on"]},"email-auth_ApprovedSourceResponse":{"type":"object","properties":{"created":{"type":"string","format":"date-time","deprecated":true,"x-stainless-deprecation-message":"Use `created_at` instead."},"created_at":{"type":"string","format":"date-time"},"domain":{"type":"string"},"ips":{"type":"array","items":{"type":"string"}},"modified":{"type":"string","format":"date-time","deprecated":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"slug":{"type":"string"},"tag":{"type":"string"}}},"email-auth_ZoneDnsRecords":{"type":"object","properties":{"bimi_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"cname_dkim_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"cname_dmarc_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"cname_spf_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"dkim_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"dmarc_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"spf_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}}}},"email-auth_DmarcStatus":{"type":"string","enum":["missing-dmarc-report","multiple-dmarc-reports","missing-dmarc-rua","cname-on-dmarc-record"]},"email-auth_SpfTree":{"type":"object","properties":{"components":{"items":{"$ref":"#/components/schemas/email-auth_SpfComponent"},"type":"array"},"domain":{"type":"string"},"errors":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_InspectError"}},"record":{"type":"string"},"total_lookups":{"type":"integer"}},"required":["domain","record","total_lookups","components"]},"email-auth_SpfResult":{"type":"string","enum":["pass","neutral","fail","soft_fail","none","temp_error","perm_error"]},"email-auth_SpfComponent":{"type":"object","properties":{"lookup_count":{"type":"integer"},"nested":{"allOf":[{"$ref":"#/components/schemas/email-auth_SpfTree"}]},"result":{"$ref":"#/components/schemas/email-auth_SpfResult"},"type":{"type":"string","enum":["ALL","A","MX","IP4","IP6","EXISTS","INCLUDE","PTR","REDIRECT"]},"value":{"type":"string"}},"required":["type","value","result","lookup_count"]},"email-auth_InspectError":{"type":"object","properties":{"code":{"type":"string"},"details":{"type":"string"},"domain":{"type":"string"},"message":{"type":"string"}},"required":["code","message","domain"]},"email-auth_DnsRecordInfo":{"type":"object","properties":{"content":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"ttl":{"type":"integer"},"type":{"type":"string"}}},"email-auth_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"email-auth_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/email-auth_messages"},"messages":{"$ref":"#/components/schemas/email-auth_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"email-security_ActionEntryProperties":{"type":"object","properties":{"folder":{"type":"string","nullable":true},"requested_by":{"type":"string","nullable":true},"requested_disposition":{"type":"string","nullable":true},"service":{"type":"string","nullable":true},"submission_id":{"type":"string","nullable":true},"submission_type":{"type":"string","nullable":true}}},"email-security_timestamp":{"type":"string","format":"date-time","x-auditable":true},"email-security_BulkMessageActionParams":{"discriminator":{"propertyName":"type"},"oneOf":[{"properties":{"client_recipient":{"type":"string"},"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"type":{"type":"string","enum":["MOVE"]}},"required":["type","destination","client_recipient"],"type":"object"},{"properties":{"client_recipient":{"type":"string"},"type":{"type":"string","enum":["RELEASE"]}},"required":["type","client_recipient"],"type":"object"}]},"email-security_BulkSearchParams":{"type":"object","properties":{"action_log":{"type":"boolean","default":false,"deprecated":true,"x-stainless-deprecation-message":"Use GET /investigate/{investigate_id}/action_log instead."},"alert_id":{"type":"string","nullable":true},"delivery_status":{"$ref":"#/components/schemas/email-security_MessageDeliveryStatus"},"detections_only":{"type":"boolean","default":true},"domain":{"type":"string","nullable":true},"end":{"type":"string","format":"date-time"},"exact_subject":{"type":"string","nullable":true},"final_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"message_action":{"type":"string","enum":["PREVIEW","QUARANTINE_RELEASED","MOVED"],"nullable":true},"message_id":{"type":"string","nullable":true},"metric":{"type":"string","nullable":true},"query":{"nullable":true,"type":"string"},"recipient":{"type":"string","nullable":true},"sender":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"subject":{"type":"string","nullable":true},"submissions":{"type":"boolean","default":false}}},"email-security_BulkJobActionParams":{"discriminator":{"propertyName":"type"},"oneOf":[{"properties":{"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"type":{"type":"string","enum":["MOVE"]}},"required":["type","destination"],"type":"object"},{"properties":{"type":{"type":"string","enum":["RELEASE"]}},"required":["type"],"type":"object"}]},"email-security_ScannableFolder":{"type":"string","enum":["AllItems","Inbox",null],"nullable":true},"email-security_Region":{"type":"string","enum":["GLOBAL","AU","DE","IN","US"]},"email-security_DomainAuthorization":{"type":"object","properties":{"authorized":{"type":"boolean"},"status_message":{"type":"string","nullable":true},"timestamp":{"type":"string","format":"date-time","readOnly":true}},"required":["authorized","timestamp"]},"email-security_DmarcStatus":{"type":"string","enum":["none","good","invalid",null],"nullable":true},"email-security_EmailsProcessed":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","readOnly":true},"total_emails_processed":{"type":"integer","minimum":0},"total_emails_processed_previous":{"type":"integer","minimum":0}},"required":["total_emails_processed","total_emails_processed_previous","timestamp"]},"email-security_SpfStatus":{"type":"string","enum":["none","good","neutral","open","invalid",null],"nullable":true},"email-security_ActionLogEntry":{"type":"object","properties":{"completed_at":{"type":"string","format":"date-time","readOnly":true},"completed_timestamp":{"type":"string","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `completed_at` instead."},"operation":{"type":"string","enum":["MOVE","RELEASE","RECLASSIFY","SUBMISSION","QUARANTINE_RELEASE","PREVIEW"]},"properties":{"type":"object","properties":{"folder":{"type":"string"},"requested_by":{"type":"string"}}},"status":{"type":"string","nullable":true}},"required":["completed_at","operation"]},"email-security_MessageDeliveryMode":{"type":"string","enum":["DIRECT","BCC","JOURNAL","REVIEW_SUBMISSION","DMARC_UNVERIFIED","DMARC_FAILURE_REPORT","DMARC_AGGREGATE_REPORT","THREAT_INTEL_SUBMISSION","SIMULATION_SUBMISSION","API","RETRO_SCAN"]},"email-security_Validation":{"type":"object","properties":{"comment":{"type":"string","nullable":true},"dkim":{"$ref":"#/components/schemas/email-security_ValidationStatus"},"dmarc":{"$ref":"#/components/schemas/email-security_ValidationStatus"},"spf":{"$ref":"#/components/schemas/email-security_ValidationStatus"}}},"email-security_Attachment":{"type":"object","properties":{"content_type":{"type":"string","nullable":true},"detection":{"type":"string","allOf":[{"$ref":"#/components/schemas/email-security_DispositionLabel"}],"nullable":true},"encrypted":{"type":"boolean","nullable":true},"filename":{"type":"string","nullable":true},"md5":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"sha1":{"type":"string","nullable":true},"sha256":{"type":"string","nullable":true},"size":{"type":"integer","minimum":0}},"required":["size"]},"email-security_MessageHeader":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"email-security_Link":{"type":"object","properties":{"href":{"type":"string"},"text":{"type":"string","nullable":true}},"required":["href"]},"email-security_ThreatCategory":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"email-security_TraceLine":{"type":"object","properties":{"lineno":{"type":"integer"},"logged_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"message":{"type":"string"},"ts":{"type":"string","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `logged_at` instead."}}},"email-security_SubmissionDisposition":{"type":"string","enum":["MALICIOUS","SUSPICIOUS","SPOOF","SPAM","BULK","NONE"]},"email-security_PhishGuardReportTag":{"type":"object","properties":{"category":{"type":"string"},"value":{"type":"string"}},"required":["category","value"]},"email-security_CustomerStatus":{"type":"string","enum":["escalated","reviewed","unreviewed"],"nullable":true},"email-security_OptionalSubmissionDisposition":{"type":"string","allOf":[{"$ref":"#/components/schemas/email-security_SubmissionDisposition"}],"nullable":true},"email-security_ValidationStatus":{"type":"string","enum":["pass","neutral","fail","error","none"]},"email-security_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"email-sending_EmailAttachment":{"type":"object","properties":{"content":{"type":"string"},"disposition":{"type":"string","enum":["attachment"]},"filename":{"type":"string"},"type":{"type":"string"}},"required":["disposition","filename","type","content"]},"email-sending_EmailInlineAttachment":{"type":"object","properties":{"content":{"type":"string"},"content_id":{"type":"string"},"disposition":{"type":"string","enum":["inline"]},"filename":{"type":"string"},"type":{"type":"string"}},"required":["disposition","content_id","filename","type","content"]},"email-sending_NamedRecipientList":{"oneOf":[{"$ref":"#/components/schemas/email-sending_EmailAddressString"},{"$ref":"#/components/schemas/email-sending_EmailAddressObject"},{"items":{"oneOf":[{"$ref":"#/components/schemas/email-sending_EmailAddressString"},{"$ref":"#/components/schemas/email-sending_EmailAddressObject"}]},"type":"array"}]},"email-sending_EmailAddressString":{"type":"string","pattern":"^[\\x20-\\x7E]+$"},"email-sending_EmailAddressObject":{"type":"object","properties":{"address":{"type":"string","pattern":"^[\\x20-\\x7E]+$"},"name":{"type":"string","nullable":true}},"required":["address"]},"email_rule_properties":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"id":{"$ref":"#/components/schemas/email_rule_identifier"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"priority":{"$ref":"#/components/schemas/email_rule_priority"},"source":{"$ref":"#/components/schemas/email_rule_source"},"tag":{"$ref":"#/components/schemas/email_rule_tag"}}},"email_account_rules_plan_zone":{"type":"object","properties":{"changes":{"type":"array","items":{"$ref":"#/components/schemas/email_account_rules_plan_change"}},"zone_id":{"$ref":"#/components/schemas/email_identifier"},"zone_name":{"type":"string"}}},"email_account_rules_plan_catch_all_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_catchall-actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_catchall-matchers"}},"required":["actions","matchers"]},"email_rule_catchall-actions":{"type":"array","items":{"$ref":"#/components/schemas/email_rule_catchall-action"},"maxItems":1,"minItems":1},"email_rule_enabled":{"type":"boolean","default":true,"enum":[true,false],"x-auditable":true},"email_rule_catchall-matchers":{"type":"array","items":{"$ref":"#/components/schemas/email_rule_catchall-matcher"}},"email_account_rules_plan_remote_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"id":{"$ref":"#/components/schemas/email_rule_identifier"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"},"owner_worker_name":{"type":"string"},"source":{"$ref":"#/components/schemas/email_rule_source"}}},"email_rule_actions":{"type":"array","items":{"$ref":"#/components/schemas/email_rule_action"},"maxItems":1,"minItems":1},"email_rule_matchers":{"type":"array","items":{"$ref":"#/components/schemas/email_rule_matcher"}},"email_rule_source":{"type":"string","default":"api","enum":["api","wrangler"],"x-auditable":true},"email_account_rules_plan_catch_all_entry":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/email_account_rules_plan_catch_all_rule"},"target":{"type":"string"}},"required":["target","rule"]},"email_rule_owner_worker_tag":{"type":"string","maxLength":32,"writeOnly":true,"x-auditable":true},"email_account_rules_plan_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"}},"required":["actions","matchers"]},"email_account_rules_plan":{"type":"object","properties":{"zones":{"type":"array","items":{"$ref":"#/components/schemas/email_account_rules_plan_zone"}}}},"email_account_rules_plan_change":{"type":"object","properties":{"remote":{"$ref":"#/components/schemas/email_account_rules_plan_remote_rule"},"target":{"type":"string"},"type":{"type":"string","enum":["added","updated","deleted","conflict"]}}},"email_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"email_account_rule":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_rule_properties"},{"properties":{"zone":{"type":"object","properties":{"name":{"type":"string","readOnly":true},"tag":{"type":"string","maxLength":32,"readOnly":true}}}}}]},"email_destination_address_properties":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/email_created"},"email":{"$ref":"#/components/schemas/email_email"},"id":{"$ref":"#/components/schemas/email_destination_address_identifier"},"modified":{"$ref":"#/components/schemas/email_modified"},"tag":{"$ref":"#/components/schemas/email_destination_address_tag"},"verified":{"$ref":"#/components/schemas/email_verified"}}},"email_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/email_messages"},"messages":{"$ref":"#/components/schemas/email_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"email_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"email_rule_name":{"type":"string","maxLength":256,"x-auditable":true},"email_rule_tag":{"type":"string","deprecated":true,"maxLength":32,"readOnly":true},"email_catch_all_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_catchall-actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"id":{"$ref":"#/components/schemas/email_rule_identifier"},"matchers":{"$ref":"#/components/schemas/email_rule_catchall-matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"source":{"$ref":"#/components/schemas/email_rule_source"},"tag":{"$ref":"#/components/schemas/email_rule_tag"}}},"email_email":{"type":"string","maxLength":90,"x-auditable":true},"email_rule_priority":{"type":"number","default":0,"minimum":0,"x-auditable":true},"email_created":{"type":"string","format":"date-time","readOnly":true},"email_modified":{"type":"string","format":"date-time","readOnly":true},"email_destination_address_tag":{"type":"string","deprecated":true,"maxLength":32,"readOnly":true},"email_verified":{"type":"string","format":"date-time","readOnly":true},"email_addresses":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_destination_address_properties"}]},"email_dns_record":{"type":"object","properties":{"content":{"type":"string"},"name":{"type":"string","maxLength":255,"x-auditable":true},"priority":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"ttl":{"type":"number","anyOf":[{"maximum":86400,"minimum":1,"type":"number"},{"enum":[1],"type":"number"}],"x-auditable":true},"type":{"type":"string","enum":["A","AAAA","CNAME","HTTPS","TXT","SRV","LOC","MX","NS","CERT","DNSKEY","DS","NAPTR","SMIMEA","SSHFP","SVCB","TLSA","URI"],"readOnly":true,"x-auditable":true}}},"email_email_routing_get_response_dns_errors":{"type":"array","items":{"$ref":"#/components/schemas/email_email_routing_get_response_dns_error"}},"email_email_routing_get_response_dns_error":{"type":"object","properties":{"code":{"type":"string"},"missing":{"$ref":"#/components/schemas/email_dns_record"}}},"email_email_setting_created":{"type":"string","format":"date-time","readOnly":true},"email_email_setting_enabled":{"type":"boolean","enum":[true,false],"readOnly":true,"x-auditable":true},"email_email_setting_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"email_email_setting_modified":{"type":"string","format":"date-time","readOnly":true},"email_email_setting_skip-wizard":{"type":"boolean","enum":[true,false],"readOnly":true},"email_email_setting_status":{"type":"string","enum":["ready","unconfigured","misconfigured","misconfigured/locked","unlocked"],"readOnly":true},"email_email_setting_support_subaddress":{"type":"boolean","enum":[true,false],"readOnly":true},"email_email_setting_tag":{"type":"string","deprecated":true,"maxLength":32,"readOnly":true},"email_settings":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_email_settings_properties"}]},"email_rule_action":{"type":"object","properties":{"type":{"type":"string","enum":["drop","forward","worker"],"x-auditable":true},"value":{"type":"array","items":{"maxLength":90,"type":"string","x-auditable":true},"maxItems":1}},"required":["type"]},"email_rule_catchall-action":{"type":"object","properties":{"type":{"type":"string","enum":["drop","forward","worker"],"x-auditable":true},"value":{"type":"array","items":{"maxLength":90,"type":"string","x-auditable":true},"maxItems":1}},"required":["type"]},"email_rule_catchall-matcher":{"type":"object","properties":{"type":{"type":"string","enum":["all"],"x-auditable":true}},"required":["type"]},"email_rule_matcher":{"type":"object","properties":{"field":{"type":"string","enum":["to"],"x-auditable":true},"type":{"type":"string","enum":["all","literal"],"x-auditable":true},"value":{"type":"string","maxLength":90,"x-auditable":true}},"required":["type"]},"email_rules":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_rule_properties"}]},"email_sending_limits_properties":{"type":"object","properties":{"quota":{"type":"object","nullable":true,"properties":{"unit":{"type":"string","enum":["day","hour"]},"value":{"type":"integer"}},"readOnly":true},"usage":{"type":"object","nullable":true,"properties":{"over_quota":{"type":"boolean"},"resets_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"sent":{"type":"integer"}},"readOnly":true}}},"email_sending_subdomain_properties":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/email_created"},"dkim_selector":{"type":"string","readOnly":true},"enabled":{"type":"boolean","readOnly":true},"modified":{"$ref":"#/components/schemas/email_modified"},"name":{"type":"string","x-auditable":true},"preview_enabled":{"type":"boolean","x-auditable":true},"return_path_domain":{"type":"string","readOnly":true},"tag":{"$ref":"#/components/schemas/email_sending_subdomain_identifier"}},"required":["tag","name","enabled"]},"email_sending_subdomain_config_error":{"type":"object","properties":{"code":{"type":"string","enum":["mx.missing","mx.foreign","spf.missing","spf.foreign","spf.multiple","dkim.missing","dkim.conflict","dmarc.missing","dmarc.multiple","domainkey.delegated"]},"existing":{"$ref":"#/components/schemas/email_dns_record"},"missing":{"$ref":"#/components/schemas/email_dns_record"},"multiple":{"type":"array","items":{"$ref":"#/components/schemas/email_dns_record"}}},"required":["code"]},"email_sending_subdomain_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"email_sending_subdomain":{"allOf":[{"$ref":"#/components/schemas/email_sending_subdomain_properties"}]},"email_email_settings_properties":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/email_email_setting_created"},"enabled":{"$ref":"#/components/schemas/email_email_setting_enabled"},"id":{"$ref":"#/components/schemas/email_email_setting_identifier"},"modified":{"$ref":"#/components/schemas/email_email_setting_modified"},"name":{"$ref":"#/components/schemas/email_email_setting_name"},"skip_wizard":{"$ref":"#/components/schemas/email_email_setting_skip-wizard"},"status":{"$ref":"#/components/schemas/email_email_setting_status"},"support_subaddress":{"$ref":"#/components/schemas/email_email_setting_support_subaddress"},"tag":{"$ref":"#/components/schemas/email_email_setting_tag"}},"required":["id","name","enabled"]},"firewall_mode":{"type":"string","enum":["simulate","ban","challenge","js_challenge","managed_challenge"],"x-auditable":true},"firewall_custom_response":{"type":"object","anyOf":[{"properties":{"body":{"$ref":"#/components/schemas/firewall_body"},"content_type":{"$ref":"#/components/schemas/firewall_content_type"}},"type":"object"}]},"firewall_timeout":{"type":"number","maximum":86400,"minimum":1,"x-auditable":true},"firewall_package_definition":{"type":"object","properties":{"detection_mode":{"$ref":"#/components/schemas/firewall_detection_mode"},"id":{"$ref":"#/components/schemas/firewall_identifier"},"name":{"$ref":"#/components/schemas/firewall_name"},"status":{"$ref":"#/components/schemas/firewall_status"},"zone_id":{"$ref":"#/components/schemas/firewall_identifier"}},"required":["id","name","description","detection_mode","zone_id"],"title":"Traditional WAF package"},"firewall_anomaly_detection_mode":{"type":"string","readOnly":true},"firewall_anomaly_name":{"type":"string","readOnly":true},"firewall_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/firewall_messages"},"messages":{"$ref":"#/components/schemas/firewall_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"firewall_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"firewall_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"firewall_ip_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip"]},"value":{"type":"string"}},"title":"An IP address configuration."},"firewall_ipv6_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip6"]},"value":{"type":"string"}},"title":"An IPv6 address configuration."},"firewall_cidr_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip_range"]},"value":{"type":"string"}},"title":"An IP address range configuration."},"firewall_asn_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["asn"]},"value":{"type":"string"}},"title":"An ASN configuration."},"firewall_country_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["country"]},"value":{"type":"string","x-auditable":true}},"title":"A country configuration."},"firewall_schemas-ip_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip"]},"value":{"type":"string"}},"title":"An IP address configuration."},"firewall_schemas-cidr_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip_range"]},"value":{"type":"string"}},"title":"An IP address range configuration."},"firewall_body":{"type":"string","maxLength":10240},"firewall_content_type":{"type":"string","maxLength":50,"x-auditable":true},"firewall_deleted":{"type":"boolean"},"firewall_expression":{"type":"string"},"firewall_schemas-ref":{"type":"string","maxLength":50},"firewall_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_api-response-common"},{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true},"result_info":{"$ref":"#/components/schemas/firewall_result_info"}},"type":"object"}]},"firewall_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"firewall_schemas-action":{"type":"string","enum":["block","challenge","js_challenge","managed_challenge","allow","log","bypass"]},"firewall_components-schemas-paused":{"type":"boolean"},"firewall_components-schemas-priority":{"type":"number","maximum":2147483647,"minimum":0},"firewall_products":{"type":"array","items":{"enum":["zoneLockdown","uaBlock","bic","hot","securityLevel","rateLimit","waf"],"type":"string"}},"firewall_ref":{"type":"string","maxLength":50},"firewall_filter-rule-base":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_schemas-action"},"id":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"},"paused":{"$ref":"#/components/schemas/firewall_components-schemas-paused"},"priority":{"$ref":"#/components/schemas/firewall_components-schemas-priority"},"products":{"$ref":"#/components/schemas/firewall_products"},"ref":{"$ref":"#/components/schemas/firewall_ref"}}},"firewall_deleted-filter":{"type":"object","properties":{"deleted":{"$ref":"#/components/schemas/firewall_deleted"},"id":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},"additionalProperties":false,"required":["id","deleted"]},"firewall_filter-rule-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_filter-rule-base"},{"properties":{"filter":{"oneOf":[{"$ref":"#/components/schemas/firewall_filter"},{"$ref":"#/components/schemas/firewall_deleted-filter"}]}},"type":"object"}]},"firewall_schemas-configuration":{"type":"object","properties":{"target":{"type":"string"},"value":{"type":"string"}}},"firewall_components-schemas-mode":{"enum":["block","challenge","js_challenge","managed_challenge"],"maxLength":12},"firewall_firewalluablock":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_schemas-configuration"},"id":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"},"mode":{"$ref":"#/components/schemas/firewall_components-schemas-mode"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"}}},"firewall_header_name":{"type":"string","x-auditable":true},"firewall_header_op":{"type":"string","enum":["eq","ne"],"x-auditable":true},"firewall_header_value":{"type":"string","x-auditable":true},"firewall_methods":{"type":"array","items":{"enum":["GET","POST","PUT","DELETE","PATCH","HEAD","_ALL_"],"type":"string","x-auditable":true}},"firewall_schemes":{"type":"array","items":{"type":"string"},"x-auditable":true},"firewall_url":{"type":"string","maxLength":1024,"x-auditable":true},"firewall_origin_traffic":{"type":"boolean","x-auditable":true},"firewall_groups":{"type":"object","additionalProperties":true},"firewall_paused":{"type":"boolean","x-auditable":true},"firewall_priority":{"type":"number","maximum":1000000000,"minimum":-1000000000,"x-auditable":true},"firewall_override":{"type":"object","properties":{"groups":{"$ref":"#/components/schemas/firewall_groups"},"id":{"$ref":"#/components/schemas/firewall_overrides-id"},"paused":{"$ref":"#/components/schemas/firewall_paused"},"priority":{"$ref":"#/components/schemas/firewall_priority"},"rewrite_action":{"$ref":"#/components/schemas/firewall_rewrite_action"},"rules":{"$ref":"#/components/schemas/firewall_rules"},"urls":{"$ref":"#/components/schemas/firewall_urls"}}},"firewall_detection_mode":{"type":"string","enum":["anomaly","traditional"],"readOnly":true},"firewall_name":{"type":"string","readOnly":true},"firewall_status":{"type":"string","default":"active","enum":["active"],"readOnly":true},"firewall_package":{"type":"object","oneOf":[{"$ref":"#/components/schemas/firewall_package_definition"},{"$ref":"#/components/schemas/firewall_anomaly_package"}]},"firewall_ratelimit":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"bypass":{"$ref":"#/components/schemas/firewall_bypass"},"disabled":{"$ref":"#/components/schemas/firewall_disabled"},"id":{"$ref":"#/components/schemas/firewall_id"},"match":{"$ref":"#/components/schemas/firewall_match"},"period":{"$ref":"#/components/schemas/firewall_period"},"threshold":{"$ref":"#/components/schemas/firewall_threshold"}}},"firewall_bypass":{"type":"array","items":{"properties":{"name":{"type":"string","enum":["url"]},"value":{"type":"string"}},"type":"object"}},"firewall_disabled":{"type":"boolean","x-auditable":true},"firewall_rate-limits":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_ratelimit"}]},"firewall_waf_rewrite_action":{"enum":["challenge","block","simulate","disable","default"],"x-auditable":true},"firewall_schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"firewall_rule":{"type":"object","properties":{"allowed_modes":{"type":"array","items":{"$ref":"#/components/schemas/firewall_schemas-mode"},"readOnly":true},"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"created_on":{"type":"string","format":"date-time","readOnly":true},"id":{"$ref":"#/components/schemas/firewall_schemas-identifier"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"modified_on":{"type":"string","format":"date-time","readOnly":true},"notes":{"$ref":"#/components/schemas/firewall_notes"}},"required":["id","mode","allowed_modes","configuration"]},"firewall_waf_action":{"enum":["challenge","block","simulate","disable","default"]},"firewall_email":{"type":"string","maxLength":90},"firewall_created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"firewall_schemas-urls":{"type":"array","items":{"type":"string","x-auditable":true}},"firewall_zonelockdown":{"type":"object","properties":{"configurations":{"$ref":"#/components/schemas/firewall_configurations"},"created_on":{"$ref":"#/components/schemas/firewall_created_on"},"id":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"},"modified_on":{"$ref":"#/components/schemas/firewall_modified_on"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"},"urls":{"$ref":"#/components/schemas/firewall_schemas-urls"}},"additionalProperties":false,"required":["id","created_on","modified_on","paused","description","urls","configurations"]},"flagship_ChangelogEntry":{"oneOf":[{"properties":{"after":{"$ref":"#/components/schemas/flagship_Flag"},"event":{"type":"string","enum":["create"]},"flag_key":{"type":"string"}},"required":["flag_key","event","after"],"type":"object"},{"properties":{"after":{"$ref":"#/components/schemas/flagship_Flag"},"event":{"type":"string","enum":["delete"]},"flag_key":{"type":"string"}},"required":["flag_key","event","after"],"type":"object"},{"properties":{"after":{"$ref":"#/components/schemas/flagship_Flag"},"diff":{"type":"object","additionalProperties":{"properties":{"from":{"$ref":"#/components/schemas/flagship_JsonValue"},"to":{"$ref":"#/components/schemas/flagship_JsonValue"}},"type":"object"}},"event":{"type":"string","enum":["update"]},"flag_key":{"type":"string"}},"required":["flag_key","event","after","diff"],"type":"object"}]},"flagship_ApiMessage":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]},"fraud_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"fraud_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/fraud_messages"},"messages":{"$ref":"#/components/schemas/fraud_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"fraud_auth_criteria":{"type":"object","properties":{"kind":{"type":"string","enum":["status_code"],"x-auditable":true},"status_codes":{"type":"array","items":{"maximum":599,"minimum":100,"type":"integer"},"maxItems":10,"x-auditable":true}},"additionalProperties":false,"required":["kind"]},"fraud_authentication_settings":{"type":"object","properties":{"failure_criteria":{"allOf":[{"$ref":"#/components/schemas/fraud_auth_criteria"}]},"success_criteria":{"allOf":[{"$ref":"#/components/schemas/fraud_auth_criteria"}]}},"additionalProperties":false},"fraud_user_profiles_status":{"type":"string","enum":["enabled","disabled"],"x-auditable":true},"fraud_username_expressions":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":10},"fraud_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/fraud_api-response-common"}]},"google-tag-gateway_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"healthchecks_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/healthchecks_messages"},"messages":{"$ref":"#/components/schemas/healthchecks_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"healthchecks_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"healthchecks_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"healthchecks_address":{"type":"string","x-auditable":true},"healthchecks_check_regions":{"type":"array","items":{"enum":["WNAM","ENAM","WEU","EEU","NSAM","SSAM","OC","ME","NAF","SAF","IN","SEAS","NEAS","ALL_REGIONS"],"type":"string"},"nullable":true,"x-auditable":true},"healthchecks_consecutive_fails":{"type":"integer","default":1,"x-auditable":true},"healthchecks_consecutive_successes":{"type":"integer","default":1,"x-auditable":true},"healthchecks_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"healthchecks_failure_reason":{"type":"string","readOnly":true,"x-auditable":true},"healthchecks_http_config":{"type":"object","properties":{"allow_insecure":{"type":"boolean","default":false,"x-auditable":true},"expected_body":{"type":"string","default":"","x-auditable":true},"expected_codes":{"type":"array","items":{"type":"string"},"default":"200","nullable":true,"x-auditable":true},"follow_redirects":{"type":"boolean","default":false,"x-auditable":true},"header":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"},"nullable":true},"method":{"type":"string","default":"GET","enum":["GET","HEAD"],"x-auditable":true},"path":{"type":"string","default":"/","x-auditable":true},"port":{"type":"integer","default":80,"x-auditable":true}},"nullable":true},"healthchecks_interval":{"type":"integer","default":60,"x-auditable":true},"healthchecks_name":{"type":"string","x-auditable":true},"healthchecks_retries":{"type":"integer","default":2,"x-auditable":true},"healthchecks_status":{"type":"string","enum":["unknown","healthy","unhealthy","suspended"],"readOnly":true,"x-auditable":true},"healthchecks_suspended":{"type":"boolean","default":false,"x-auditable":true},"healthchecks_tcp_config":{"type":"object","properties":{"method":{"type":"string","default":"connection_established","enum":["connection_established"],"x-auditable":true},"port":{"type":"integer","default":80,"x-auditable":true}},"nullable":true},"healthchecks_timeout":{"type":"integer","default":5,"x-auditable":true},"healthchecks_type":{"type":"string","default":"HTTP","x-auditable":true},"healthchecks_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-common"},{"properties":{"result":{"oneOf":[{"type":"object"},{"type":"string"}]}},"type":"object"}]},"healthchecks_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/healthchecks_result_info"}}}]},"healthchecks_healthchecks":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/healthchecks_address"},"check_regions":{"$ref":"#/components/schemas/healthchecks_check_regions"},"consecutive_fails":{"$ref":"#/components/schemas/healthchecks_consecutive_fails"},"consecutive_successes":{"$ref":"#/components/schemas/healthchecks_consecutive_successes"},"created_on":{"$ref":"#/components/schemas/healthchecks_timestamp"},"failure_reason":{"$ref":"#/components/schemas/healthchecks_failure_reason"},"http_config":{"$ref":"#/components/schemas/healthchecks_http_config"},"id":{"$ref":"#/components/schemas/healthchecks_identifier"},"interval":{"$ref":"#/components/schemas/healthchecks_interval"},"modified_on":{"$ref":"#/components/schemas/healthchecks_timestamp"},"name":{"$ref":"#/components/schemas/healthchecks_name"},"retries":{"$ref":"#/components/schemas/healthchecks_retries"},"status":{"$ref":"#/components/schemas/healthchecks_status"},"suspended":{"$ref":"#/components/schemas/healthchecks_suspended"},"tcp_config":{"$ref":"#/components/schemas/healthchecks_tcp_config"},"timeout":{"$ref":"#/components/schemas/healthchecks_timeout"},"type":{"$ref":"#/components/schemas/healthchecks_type"}}},"hyperdrive_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"hyperdrive_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"hyperdrive_hyperdrive-caching-enabled":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching-common"},{"properties":{"max_age":{"type":"integer","x-auditable":true},"stale_while_revalidate":{"type":"integer","x-auditable":true}},"type":"object"}]},"hyperdrive_hyperdrive-caching-disabled":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching-common"}]},"hyperdrive_hyperdrive-caching-common":{"type":"object","properties":{"disabled":{"type":"boolean","x-auditable":true}}},"hyperdrive_hyperdrive-caching":{"type":"object","discriminator":{"mapping":{"false":"#/components/schemas/hyperdrive_hyperdrive-caching-enabled","true":"#/components/schemas/hyperdrive_hyperdrive-caching-disabled"},"propertyName":"disabled"},"oneOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching-disabled"},{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching-enabled"}]},"hyperdrive_hyperdrive-mtls":{"type":"object","properties":{"ca_certificate_id":{"type":"string"},"mtls_certificate_id":{"type":"string"},"sslmode":{"type":"string"}},"title":"mTLS"},"hyperdrive_hyperdrive-name":{"type":"string","x-auditable":true},"hyperdrive_hyperdrive-database-full":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database"}],"required":["scheme","database","user","password"]},"hyperdrive_internet-origin":{"type":"object","properties":{"host":{"type":"string","x-auditable":true},"port":{"type":"integer","x-auditable":true}},"required":["host","port"],"title":"Public Database"},"hyperdrive_over-access-origin":{"type":"object","properties":{"access_client_id":{"type":"string","x-auditable":true},"access_client_secret":{"type":"string","writeOnly":true,"x-sensitive":true},"host":{"type":"string","x-auditable":true}},"required":["host","access_client_id","access_client_secret"],"title":"Access-protected Database behind Cloudflare Tunnel"},"hyperdrive_vpc-service-origin":{"type":"object","properties":{"service_id":{"type":"string","x-auditable":true}},"required":["service_id"],"title":"Database reachable through a Workers VPC"},"hyperdrive_hyperdrive-origin-connection-limit":{"type":"integer","minimum":5,"x-auditable":true},"hyperdrive_hyperdrive-database":{"type":"object","properties":{"database":{"type":"string","x-auditable":true},"password":{"type":"string","writeOnly":true,"x-sensitive":true},"scheme":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-scheme"},"user":{"type":"string","x-auditable":true}},"title":"Connection Options"},"hyperdrive_hyperdrive-scheme":{"type":"string","enum":["postgres","postgresql","mysql"],"x-auditable":true},"iam_common_components-schemas-identifier":{"type":"string","maxLength":32,"minLength":32,"x-auditable":true},"iam_account-type":{"enum":["standard","enterprise"]},"iam_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"iam_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"iam_member_with_policies":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"},"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_list_member_policy"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/iam_role"}},"status":{"enum":["accepted","pending"],"readOnly":true,"x-auditable":true},"user":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"first_name":{"$ref":"#/components/schemas/iam_first_name"},"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"},"last_name":{"$ref":"#/components/schemas/iam_last_name"},"two_factor_authentication_enabled":{"$ref":"#/components/schemas/iam_two_factor_authentication_enabled"}},"readOnly":true,"required":["email"]}}},"iam_membership":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/iam_schemas-account"},"api_access_enabled":{"$ref":"#/components/schemas/iam_api_access_enabled"},"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"},"permissions":{"allOf":[{"$ref":"#/components/schemas/iam_permissions"}],"readOnly":true},"roles":{"$ref":"#/components/schemas/iam_role_names"},"status":{"$ref":"#/components/schemas/iam_schemas-status"}}},"iam_membership-with-policies":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/iam_schemas-account"},"api_access_enabled":{"$ref":"#/components/schemas/iam_api_access_enabled"},"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"},"permissions":{"allOf":[{"$ref":"#/components/schemas/iam_permissions"}],"readOnly":true},"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_list_member_policy"}},"roles":{"$ref":"#/components/schemas/iam_role_names"},"status":{"$ref":"#/components/schemas/iam_schemas-status"}}},"iam_oauth_client":{"allOf":[{"$ref":"#/components/schemas/iam_oauth_client_common"},{"properties":{"client_id":{"allOf":[{"$ref":"#/components/schemas/iam_oauth_client_identifier"}],"readOnly":true},"client_uri_verification":{"$ref":"#/components/schemas/iam_oauth_client_uri_verification"},"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"has_rotated_secret":{"type":"boolean","readOnly":true},"promoted_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"updated_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"visibility":{"type":"string","enum":["public","private"],"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["client_id","visibility"],"type":"object"}],"title":"OAuth Client"},"iam_oauth_scope":{"type":"object","properties":{"category":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}}},"required":["name","id"],"title":"OAuth Scope"},"iam_organization":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"},"name":{"$ref":"#/components/schemas/iam_schemas-name"},"permissions":{"$ref":"#/components/schemas/iam_schemas-permissions"},"roles":{"type":"array","items":{"maxLength":120,"type":"string","x-auditable":true},"readOnly":true},"status":{"$ref":"#/components/schemas/iam_components-schemas-status"}}},"iam_permission_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_permission_group"}},"iam_role":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/iam_role_components-schemas-identifier"},"name":{"type":"string","maxLength":120,"readOnly":true,"x-auditable":true},"permissions":{"allOf":[{"$ref":"#/components/schemas/iam_permissions"},{"readOnly":true}]}},"required":["id","name","description","permissions"]},"iam_token_base":{"type":"object","properties":{"condition":{"$ref":"#/components/schemas/iam_condition"},"expires_on":{"$ref":"#/components/schemas/iam_expires_on"},"id":{"$ref":"#/components/schemas/iam_token_identifier"},"issued_on":{"$ref":"#/components/schemas/iam_issued_on"},"last_used_on":{"$ref":"#/components/schemas/iam_last_used_on"},"modified_on":{"$ref":"#/components/schemas/iam_modified_on"},"name":{"$ref":"#/components/schemas/iam_name"},"not_before":{"$ref":"#/components/schemas/iam_not_before"},"policies":{"$ref":"#/components/schemas/iam_token_policies"},"status":{"$ref":"#/components/schemas/iam_token_status"}}},"iam_account":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"},"managed_by":{"type":"object","properties":{"parent_org_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"parent_org_name":{"type":"string","readOnly":true,"x-auditable":true}}},"name":{"type":"string","maxLength":100,"x-auditable":true},"settings":{"type":"object","properties":{"abuse_contact_email":{"type":"string","x-auditable":true},"enforce_twofactor":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"type":{"$ref":"#/components/schemas/iam_account-type"}},"required":["id","name","type"]},"iam_request_ip":{"type":"object","properties":{"in":{"$ref":"#/components/schemas/iam_cidr_list"},"not_in":{"$ref":"#/components/schemas/iam_cidr_list"}}},"iam_email":{"type":"string","maxLength":90,"x-auditable":true},"iam_create_member_policy":{"properties":{"access":{"$ref":"#/components/schemas/iam_access"},"id":{"$ref":"#/components/schemas/iam_policy_identifier"},"permission_groups":{"$ref":"#/components/schemas/iam_member_permission_groups"},"resource_groups":{"$ref":"#/components/schemas/iam_member_resource_groups"}},"required":["id","access","permission_groups","resource_groups"],"title":"create_member_policy"},"iam_member-invitation-status":{"type":"string","enum":["accepted","pending"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"iam_create_resource_group_scope_scope_key":{},"iam_create_resource_group_scope_scope_object":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/iam_create_resource_group_scope_scope_object_key"}},"required":["key"]},"iam_access":{"type":"string","enum":["allow","deny"],"x-auditable":true},"iam_policy_identifier":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-always-send":true},"iam_member_permission_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_member_permission_group"}},"iam_member_resource_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_member_resource_group"}},"iam_condition":{"type":"object","properties":{"request_ip":{"$ref":"#/components/schemas/iam_request_ip"}}},"iam_expires_on":{"type":"string","format":"date-time","x-auditable":true},"iam_name":{"type":"string","maxLength":120,"x-auditable":true},"iam_not_before":{"type":"string","format":"date-time","x-auditable":true},"iam_token_policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_policy_with_permission_groups_and_resources"}},"iam_create_resource_group_scope_scope_object_key":{},"iam_user_group_policy_write_body":{"properties":{"access":{"$ref":"#/components/schemas/iam_access"},"permission_groups":{"$ref":"#/components/schemas/iam_permission_group_ids"},"resource_groups":{"$ref":"#/components/schemas/iam_resource_group_ids"}},"required":["access","permission_groups","resource_groups"]},"iam_resource_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_resource_group"}},"iam_member_permission_group":{"type":"object","properties":{"id":{"type":"string","x-auditable":true}},"required":["id"]},"iam_member_resource_group":{"type":"object","properties":{"id":{"type":"string","x-auditable":true}},"required":["id"]},"iam_list_member_policy":{"properties":{"access":{"$ref":"#/components/schemas/iam_access"},"id":{"$ref":"#/components/schemas/iam_policy_identifier"},"permission_groups":{"$ref":"#/components/schemas/iam_permission_groups"},"resource_groups":{"$ref":"#/components/schemas/iam_resource_groups"}},"title":"list_member_policy"},"iam_two_factor_authentication_enabled":{"type":"boolean","default":false,"readOnly":true},"iam_schemas-account":{"allOf":[{"$ref":"#/components/schemas/iam_account"}],"readOnly":true},"iam_api_access_enabled":{"type":"boolean","nullable":true,"x-auditable":true},"iam_permissions":{"type":"object","properties":{"analytics":{"$ref":"#/components/schemas/iam_grants"},"billing":{"$ref":"#/components/schemas/iam_grants"},"cache_purge":{"$ref":"#/components/schemas/iam_grants"},"dns":{"$ref":"#/components/schemas/iam_grants"},"dns_records":{"$ref":"#/components/schemas/iam_grants"},"lb":{"$ref":"#/components/schemas/iam_grants"},"logs":{"$ref":"#/components/schemas/iam_grants"},"organization":{"$ref":"#/components/schemas/iam_grants"},"ssl":{"$ref":"#/components/schemas/iam_grants"},"waf":{"$ref":"#/components/schemas/iam_grants"},"zone_settings":{"$ref":"#/components/schemas/iam_grants"},"zones":{"$ref":"#/components/schemas/iam_grants"}}},"iam_role_names":{"type":"array","items":{"maxLength":120,"type":"string","x-auditable":true},"readOnly":true},"iam_schemas-status":{"type":"string","enum":["accepted","pending","rejected"],"x-auditable":true},"iam_oauth_client_common":{"type":"object","properties":{"allowed_cors_origins":{"type":"array","items":{"type":"string"},"x-auditable":true},"client_name":{"type":"string","x-auditable":true},"client_uri":{"type":"string","x-auditable":true},"grant_types":{"$ref":"#/components/schemas/iam_oauth_client_grant_types"},"logo_uri":{"type":"string","x-auditable":true},"policy_uri":{"type":"string","x-auditable":true},"post_logout_redirect_uris":{"type":"array","items":{"type":"string"},"x-auditable":true},"redirect_uris":{"type":"array","items":{"type":"string"},"x-auditable":true},"response_types":{"$ref":"#/components/schemas/iam_oauth_client_response_types"},"scopes":{"type":"array","items":{"type":"string"},"x-auditable":true},"token_endpoint_auth_method":{"$ref":"#/components/schemas/iam_oauth_client_token_endpoint_auth_method"},"tos_uri":{"type":"string","x-auditable":true}},"title":"OAuth Client Common Fields"},"iam_oauth_client_identifier":{"type":"string","title":"OAuth Client Identifier","x-auditable":true},"iam_oauth_client_uri_verification":{"type":"object","properties":{"status":{"type":"string","enum":["pending","in_progress","verified","failed"]},"text":{"type":"string"}},"title":"OAuth Client URI Verification"},"iam_oauth_client_grant_types":{"type":"array","items":{"enum":["authorization_code","refresh_token"],"type":"string"},"x-auditable":true},"iam_oauth_client_response_types":{"type":"array","items":{"enum":["token","id_token","code"],"type":"string"},"x-auditable":true},"iam_oauth_client_token_endpoint_auth_method":{"type":"string","enum":["none","client_secret_basic","client_secret_post"],"x-auditable":true},"iam_schemas-permissions":{"type":"array","items":{"maxLength":160,"type":"string","x-auditable":true},"readOnly":true},"iam_components-schemas-status":{"type":"string","enum":["member","invited"],"x-auditable":true},"iam_permission_group":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"meta":{"type":"object","properties":{"key":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"name":{"type":"string","readOnly":true,"x-auditable":true}},"required":["id"]},"iam_grants":{"type":"object","properties":{"read":{"type":"boolean","x-auditable":true},"write":{"type":"boolean","x-auditable":true}}},"iam_effect":{"type":"string","enum":["allow","deny"],"x-auditable":true},"iam_resources":{"oneOf":[{"$ref":"#/components/schemas/iam_resources_type_object_string"},{"$ref":"#/components/schemas/iam_resources_type_object_nested"}],"x-auditable":true},"iam_create-scope":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/iam_create_resource_group_scope_scope_key"},"objects":{"type":"array","items":{"$ref":"#/components/schemas/iam_create_resource_group_scope_scope_object"}}},"required":["key","objects"]},"iam_cidr_list":{"type":"array","items":{"type":"string","x-auditable":true}},"iam_scope":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/iam_scope_key"},"objects":{"type":"array","items":{"$ref":"#/components/schemas/iam_scope_object"}}},"required":["key","objects"]},"iam_resources_type_object_string":{"type":"object","additionalProperties":{"type":"string"}},"iam_resources_type_object_nested":{"type":"object","additionalProperties":{"additionalProperties":{"type":"string"},"type":"object"}},"iam_value":{"type":"string","maxLength":80,"minLength":40,"readOnly":true,"x-sensitive":true},"iam_user_invite":{"type":"object","properties":{"expires_on":{"$ref":"#/components/schemas/iam_schemas-expires_on"},"id":{"$ref":"#/components/schemas/iam_invite_components-schemas-identifier"},"invited_by":{"$ref":"#/components/schemas/iam_invited_by"},"invited_member_email":{"$ref":"#/components/schemas/iam_invited_member_email"},"invited_member_id":{"type":"string","maxLength":32,"nullable":true,"readOnly":true,"x-auditable":true},"invited_on":{"$ref":"#/components/schemas/iam_invited_on"},"organization_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"organization_is_enforcing_twofactor":{"type":"boolean","x-auditable":true},"organization_name":{"type":"string","maxLength":100,"readOnly":true,"x-auditable":true},"roles":{"$ref":"#/components/schemas/iam_role_names"},"status":{"enum":["pending","accepted","rejected","expired"],"x-auditable":true}},"required":["invited_member_id","organization_id"]},"iam_scim_group_meta":{"type":"object","properties":{"resourceType":{"type":"string"}},"readOnly":true,"title":"SCIM Group Meta"},"iam_scim_group_summary":{"type":"object","properties":{"displayName":{"type":"string","x-auditable":true},"externalId":{"type":"string","x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"meta":{"$ref":"#/components/schemas/iam_scim_group_meta"},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","id","displayName"],"title":"SCIM Group Summary"},"iam_scim_group_patch_operation":{"type":"object","properties":{"op":{"type":"string","enum":["add","remove","replace"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"value":{"oneOf":[{"items":{"$ref":"#/components/schemas/iam_scim_group_patch_member_value"},"type":"array"},{"type":"string"}]}},"required":["op"],"title":"SCIM Group Patch Operation"},"iam_scim_group_patch_member_value":{"type":"object","properties":{"value":{"type":"string","x-auditable":true}},"title":"SCIM Group Patch Member Value"},"iam_scim_patch_operation":{"type":"object","properties":{"op":{"type":"string","enum":["add","remove","replace"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"value":{}},"required":["op"],"title":"SCIM Patch Operation"},"iam_scim_resource_type_meta":{"type":"object","properties":{"location":{"type":"string"},"resourceType":{"type":"string"}},"title":"SCIM Resource Type Meta"},"iam_scim_schema_extension":{"type":"object","properties":{"required":{"type":"boolean"},"schema":{"type":"string"}},"required":["schema","required"],"title":"SCIM Schema Extension"},"iam_scim_schema_attr":{"type":"object","properties":{"canonicalValues":{"type":"array","items":{"type":"string"}},"caseExact":{"type":"boolean"},"multiValued":{"type":"boolean"},"mutability":{"type":"string","enum":["readOnly","readWrite","immutable","writeOnly"]},"name":{"type":"string"},"referenceTypes":{"type":"array","items":{"type":"string"}},"required":{"type":"boolean"},"returned":{"type":"string","enum":["always","never","default","request"]},"subAttributes":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_schema_attr"}},"type":{"type":"string","enum":["string","boolean","decimal","integer","dateTime","reference","complex"]},"uniqueness":{"type":"string","enum":["none","server","global"]}},"required":["name","type","multiValued","description","required","caseExact","mutability","returned","uniqueness"],"title":"SCIM Schema Attribute"},"iam_scim_schema_meta":{"type":"object","properties":{"location":{"type":"string"},"resourceType":{"type":"string"}},"title":"SCIM Schema Meta"},"iam_scim_authentication_scheme":{"type":"object","properties":{"documentationUri":{"type":"string"},"name":{"type":"string"},"primary":{"type":"boolean"},"specUri":{"type":"string"},"type":{"type":"string"}},"required":["type","name","description"],"title":"SCIM Authentication Scheme"},"iam_scim_bulk_feature":{"type":"object","properties":{"maxOperations":{"type":"integer"},"maxPayloadSize":{"type":"integer"},"supported":{"type":"boolean"}},"required":["supported","maxOperations","maxPayloadSize"],"title":"SCIM Bulk Feature"},"iam_scim_feature":{"type":"object","properties":{"supported":{"type":"boolean"}},"required":["supported"],"title":"SCIM Feature"},"iam_scim_filter_feature":{"type":"object","properties":{"maxResults":{"type":"integer"},"supported":{"type":"boolean"}},"required":["supported","maxResults"],"title":"SCIM Filter Feature"},"iam_scim_user_email_object":{"type":"object","properties":{"primary":{"type":"boolean"},"type":{"type":"string"},"value":{"type":"string","format":"email"}},"required":["value"],"title":"SCIM User Email"},"iam_scim_user_name_object":{"type":"object","properties":{"familyName":{"type":"string","x-auditable":true},"formatted":{"type":"string","readOnly":true},"givenName":{"type":"string","x-auditable":true}},"title":"SCIM User Name"},"iam_scope_key":{"readOnly":true,"x-auditable":true},"iam_scope_object":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/iam_scope_object_key"}},"required":["key"]},"iam_scope_object_key":{"readOnly":true,"x-auditable":true},"iam_oauth_client_with_secret":{"allOf":[{"$ref":"#/components/schemas/iam_oauth_client"},{"properties":{"client_secret":{"type":"string","readOnly":true,"x-sensitive":true}},"type":"object"}],"title":"OAuth Client with Secret"},"iam_token_with_value":{"allOf":[{"$ref":"#/components/schemas/iam_token_base"},{"properties":{"value":{"$ref":"#/components/schemas/iam_value"}}}],"title":"Create token response, with the token value"},"iam_two_factor_authentication_locked":{"type":"boolean","default":false,"readOnly":true},"iam_sso_connector_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"SSO Connector Identifier"},"iam_use_fedramp_language":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed_optional"},"iam_sso_connector_verification_info":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/iam_dns_verification_code"},"status":{"type":"string","enum":["awaiting","pending","failed","verified"]}}},"iam_sso_connector":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time"},"email_domain":{"type":"string"},"enabled":{"type":"boolean"},"id":{"$ref":"#/components/schemas/iam_sso_connector_identifier"},"updated_on":{"type":"string","format":"date-time"},"use_fedramp_language":{"$ref":"#/components/schemas/iam_use_fedramp_language"},"verification":{"$ref":"#/components/schemas/iam_sso_connector_verification_info"}}},"iam_dns_verification_code":{"type":"string"},"iam_token_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"iam_issued_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"iam_last_used_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"iam_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"iam_token_status":{"type":"string","enum":["active","disabled","expired"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"iam_policy_with_permission_groups_and_resources":{"type":"object","properties":{"effect":{"$ref":"#/components/schemas/iam_effect"},"id":{"$ref":"#/components/schemas/iam_policy_identifier"},"permission_groups":{"$ref":"#/components/schemas/iam_permission_groups"},"resources":{"$ref":"#/components/schemas/iam_resources"}},"required":["id","effect","permission_groups","resources"],"title":"Policy with Permission Groups and Resources"},"iam_permission_group_ids":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/iam_permission_group_identifier"}},"required":["id"],"type":"object"},"title":"Permission Group IDs"},"iam_resource_group_ids":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/iam_resource_group_identifier"}},"required":["id"],"type":"object"},"title":"Resource Group IDs"},"iam_schemas-expires_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"iam_invited_by":{"type":"string","maxLength":90,"x-auditable":true},"iam_invited_member_email":{"type":"string","maxLength":90,"x-auditable":true},"iam_invited_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"images_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/images_messages"},"messages":{"$ref":"#/components/schemas/images_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true],"x-auditable":true}},"required":["success","errors","messages","result"]},"images_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true}},"images_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"anyOf":[{"type":"object"},{"type":"string"}]}}}]},"images_image_creator":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"images_image_filename":{"type":"string","maxLength":255,"readOnly":true,"x-auditable":true},"images_image_metadata":{"type":"object"},"images_image_requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"images_image_uploaded":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"images_image_variants":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/images_image_thumbnail_url"},{"$ref":"#/components/schemas/images_image_hero_url"},{"$ref":"#/components/schemas/images_image_original_url"}]},"readOnly":true},"images_image_keys_response":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/images_image_keys"}}}},"images_image_key_name":{"type":"string","readOnly":true,"x-auditable":true},"images_image_key_value":{"type":"string","readOnly":true,"x-auditable":true},"images_image_keys":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/images_image_key_name"},"value":{"$ref":"#/components/schemas/images_image_key_value"}}},"images_image":{"type":"object","properties":{"creator":{"$ref":"#/components/schemas/images_image_creator"},"filename":{"$ref":"#/components/schemas/images_image_filename"},"id":{"$ref":"#/components/schemas/images_image_identifier"},"meta":{"$ref":"#/components/schemas/images_image_metadata"},"requireSignedURLs":{"$ref":"#/components/schemas/images_image_requireSignedURLs"},"uploaded":{"$ref":"#/components/schemas/images_image_uploaded"},"variants":{"$ref":"#/components/schemas/images_image_variants"}}},"images_image_variant_neverRequireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"images_image_variant_options":{"type":"object","properties":{"fit":{"$ref":"#/components/schemas/images_image_variant_fit"},"height":{"$ref":"#/components/schemas/images_image_variant_height"},"metadata":{"$ref":"#/components/schemas/images_image_variant_schemas_metadata"},"width":{"$ref":"#/components/schemas/images_image_variant_width"}},"required":["fit","metadata","width","height"]},"images_image_variants_response":{"type":"object","properties":{"variants":{"$ref":"#/components/schemas/images_image_variant_public_request"}}},"images_image_variant_fit":{"type":"string","enum":["scale-down","contain","cover","crop","pad"],"x-auditable":true},"images_image_variant_height":{"type":"number","minimum":1,"x-auditable":true},"images_image_variant_schemas_metadata":{"type":"string","enum":["keep","copyright","none"],"x-auditable":true},"images_image_variant_width":{"type":"number","minimum":1,"x-auditable":true},"images_image_variant_response":{"type":"object","properties":{"variant":{"$ref":"#/components/schemas/images_image_variant_definition"}}},"images_image_thumbnail_url":{"type":"string","format":"uri","readOnly":true,"x-auditable":true},"images_image_hero_url":{"type":"string","format":"uri","readOnly":true,"x-auditable":true},"images_image_original_url":{"type":"string","format":"uri","readOnly":true,"x-auditable":true},"images_image_variant_public_request":{"type":"object","properties":{"hero":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/images_image_variant_identifier"},"neverRequireSignedURLs":{"$ref":"#/components/schemas/images_image_variant_neverRequireSignedURLs"},"options":{"$ref":"#/components/schemas/images_image_variant_options"}},"required":["id","options"]}}},"images_api-response-collection-v2":{"type":"object","allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"continuation_token":{"$ref":"#/components/schemas/images_images_list_continuation_token"}}}}}]},"images_images_stats_count":{"type":"object","properties":{"allowed":{"$ref":"#/components/schemas/images_images_stats_allowed"},"current":{"$ref":"#/components/schemas/images_images_stats_current"}}},"images_images_stats_allowed":{"type":"number","readOnly":true,"x-auditable":true},"images_images_stats_current":{"type":"number","readOnly":true,"x-auditable":true},"images_images_stats":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/images_images_stats_count"}}},"images_sourcingkit_vendor":{"type":"string","enum":["s3","r2"]},"images_sourcingkit_conflict_behaviour":{"type":"string","default":"skip","enum":["skip","overwrite"]},"images_sourcingkit_acceptable_content_type":{"type":"string","enum":["image/jpeg","image/png","image/webp","image/gif","image/avif","image/heic","image/svg+xml"]},"images_sourcingkit_migration_status":{"type":"string","enum":["pending","processing","success","error","aborted"]},"images_sourcingkit_migration":{"type":"object","properties":{"conflictBehaviour":{"$ref":"#/components/schemas/images_sourcingkit_conflict_behaviour"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"endedAt":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"excludedContentTypes":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_acceptable_content_type"},"nullable":true},"id":{"type":"string","format":"uuid","readOnly":true},"imagesPathPrefix":{"type":"string","nullable":true},"logStopped":{"type":"boolean","readOnly":true},"pathPrefix":{"type":"string","nullable":true},"rootDirectory":{"type":"string","nullable":true},"sourceId":{"type":"string","format":"uuid","nullable":true},"startedAt":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"status":{"$ref":"#/components/schemas/images_sourcingkit_migration_status"}}},"images_sourcingkit_migration_log_type":{"type":"string","enum":["default","importSkippedUnsupportedContentType","importSkippedExcludedContentType","importSkippedInvalidMedia","importErrorRetryExhaustion","importSkippedOversized","migrationErrorFailedContinuation","migrationStart","migrationAbort","migrationError","migrationComplete","importSkippedStorageClass"]},"images_sourcingkit_migration_log":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time","nullable":true},"logType":{"$ref":"#/components/schemas/images_sourcingkit_migration_log_type"},"msg":{"type":"string","nullable":true}}},"images_sourcingkit_source":{"type":"object","properties":{"bucket":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"name":{"type":"string"},"region":{"type":"string","nullable":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"vendor":{"$ref":"#/components/schemas/images_sourcingkit_vendor"}}},"infra_ServiceConfig":{"discriminator":{"mapping":{"http":"#/components/schemas/infra_HttpServiceConfig","tcp":"#/components/schemas/infra_TcpServiceConfig"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/infra_HttpServiceConfig"},{"$ref":"#/components/schemas/infra_TcpServiceConfig"}]},"infra_Network":{"type":"object","properties":{"tunnel_id":{"type":"string","format":"uuid"}},"required":["tunnel_id"]},"infra_ResolverNetwork":{"type":"object","properties":{"resolver_ips":{"type":"array","items":{"type":"string"},"nullable":true},"tunnel_id":{"type":"string","format":"uuid"}},"required":["tunnel_id"]},"infra_ServiceCommon":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"host":{"$ref":"#/components/schemas/infra_ServiceHost"},"name":{"type":"string"},"service_id":{"type":"string","format":"uuid","readOnly":true},"tls_settings":{"type":"object","allOf":[{"$ref":"#/components/schemas/infra_ApiTlsSettings"}],"nullable":true},"type":{"$ref":"#/components/schemas/infra_ServiceType"},"updated_at":{"type":"string","format":"date-time","readOnly":true}},"required":["name","type","host"]},"infra_ServiceHost":{"oneOf":[{"$ref":"#/components/schemas/infra_IPv4Host"},{"$ref":"#/components/schemas/infra_IPv6Host"},{"$ref":"#/components/schemas/infra_DualStackHost"},{"$ref":"#/components/schemas/infra_HostnameHost"}]},"infra_ApiTlsSettings":{"type":"object","properties":{"cert_verification_mode":{"type":"string"}},"required":["cert_verification_mode"]},"infra_ServiceType":{"type":"string","enum":["tcp","http"]},"infra_HttpServiceConfig":{"allOf":[{"$ref":"#/components/schemas/infra_ServiceCommon"},{"properties":{"http_port":{"type":"integer","format":"int32","minimum":1,"nullable":true},"https_port":{"type":"integer","format":"int32","minimum":1,"nullable":true}},"type":"object"}]},"infra_TcpServiceConfig":{"allOf":[{"$ref":"#/components/schemas/infra_ServiceCommon"},{"properties":{"app_protocol":{"type":"string","enum":["postgresql","mysql"],"nullable":true},"tcp_port":{"type":"integer","format":"int32","minimum":1,"nullable":true}},"type":"object"}]},"infra_IPv4Host":{"type":"object","properties":{"ipv4":{"type":"string"},"network":{"$ref":"#/components/schemas/infra_Network"}},"required":["ipv4","network"]},"infra_IPv6Host":{"type":"object","properties":{"ipv6":{"type":"string"},"network":{"$ref":"#/components/schemas/infra_Network"}},"required":["ipv6","network"]},"infra_DualStackHost":{"type":"object","properties":{"ipv4":{"type":"string"},"ipv6":{"type":"string"},"network":{"$ref":"#/components/schemas/infra_Network"}},"required":["ipv4","ipv6","network"]},"infra_HostnameHost":{"type":"object","properties":{"hostname":{"type":"string"},"resolver_network":{"$ref":"#/components/schemas/infra_ResolverNetwork"}},"required":["hostname","resolver_network"]},"infra_TargetId":{"type":"string","format":"uuid","maxLength":36,"title":"target_id","x-auditable":true},"infra_IPInfo":{"type":"object","properties":{"ipv4":{"type":"object","properties":{"ip_addr":{"type":"string","x-auditable":true},"virtual_network_id":{"type":"string","format":"uuid","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"ipv6":{"type":"object","properties":{"ip_addr":{"type":"string","x-auditable":true},"virtual_network_id":{"type":"string","format":"uuid","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}}}},"infra_Target":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"hostname":{"type":"string"},"id":{"$ref":"#/components/schemas/infra_TargetId"},"ip":{"$ref":"#/components/schemas/infra_IPInfo"},"modified_at":{"type":"string","format":"date-time"}},"required":["id","hostname","ip","created_at","modified_at"]},"infra_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/infra_messages"},"messages":{"$ref":"#/components/schemas/infra_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"infra_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"intel-sinkholes_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"intel-sinkholes_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"intel-sinkholes_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/intel-sinkholes_messages"},"messages":{"$ref":"#/components/schemas/intel-sinkholes_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"intel-sinkholes_ingress_item":{"type":"object","properties":{"cidr":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time"},"sinkhole_id":{"type":"string"},"zone_tag":{"type":"string"}}},"intel-sinkholes_sinkhole_item":{"type":"object","properties":{"account_tag":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string"},"r2_bucket":{"type":"string"},"r2_id":{"type":"string"}}},"intel_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/intel_messages"},"messages":{"$ref":"#/components/schemas/intel_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"oneOf":[{"type":"string"},{"type":"object"}]},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"intel_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"intel_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"intel_schemas-api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/intel_schemas-messages"},"messages":{"$ref":"#/components/schemas/intel_schemas-messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"intel_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_schemas-api-response-common"}]},"intel_category_with_super_category_id":{"type":"object","properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true},"super_category_id":{"type":"integer","x-auditable":true}}},"intel_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-common"},{"properties":{"result":{"type":"array","items":{"oneOf":[{"type":"string"},{"type":"object"}]},"nullable":true},"result_info":{"$ref":"#/components/schemas/intel_result_info"}},"type":"object"}]},"intel_additional_information":{"type":"object","properties":{"suspected_malware_family":{"type":"string","x-auditable":true}}},"intel_application":{"type":"object","properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true}}},"intel_content_categories":{"type":"array","items":{"properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true},"super_category_id":{"type":"integer","x-auditable":true}},"type":"object"}},"intel_domain_name":{"type":"string","x-auditable":true},"intel_categories_with_super_category_ids_example_empty":{"type":"array","items":{"$ref":"#/components/schemas/intel_category_with_super_category_id"}},"intel_inherited_from":{"type":"string","x-auditable":true},"intel_popularity_rank":{"type":"integer","x-auditable":true},"intel_risk_score":{"type":"number"},"intel_ip-list":{"type":"object","properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true}}},"intel_schemas-api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_schemas-api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/intel_schemas-result_info"}},"type":"object"}]},"intel_passive-dns-by-ip":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"reverse_records":{"type":"array","items":{"properties":{"first_seen":{"type":"string","format":"date","x-auditable":true},"hostname":{"type":"string","x-auditable":true},"last_seen":{"type":"string","format":"date","x-auditable":true}},"type":"object"}}}},"intel_resolves_to_refs":{"type":"array","items":{"$ref":"#/components/schemas/intel_resolves_to_ref"}},"intel_ipv4":{"type":"string","format":"ipv4","x-auditable":true},"intel_ipv6":{"type":"string","format":"ipv6","x-auditable":true},"intel_phishing-url-info":{"type":"object","properties":{"categorizations":{"type":"array","items":{"properties":{"category":{"type":"string","x-auditable":true},"verification_status":{"type":"string","x-auditable":true}},"type":"object"}},"model_results":{"type":"array","items":{"properties":{"model_name":{"type":"string","x-auditable":true},"model_score":{"type":"number"}},"type":"object"}},"rule_matches":{"type":"array","items":{"properties":{"banning":{"type":"boolean"},"blocking":{"type":"boolean"},"name":{"type":"string","x-auditable":true}},"type":"object"}},"scan_status":{"type":"object","properties":{"last_processed":{"type":"string","x-auditable":true},"scan_complete":{"type":"boolean"},"status_code":{"type":"integer","x-auditable":true},"submission_id":{"type":"integer","x-auditable":true}}},"screenshot_download_signature":{"type":"string"},"screenshot_path":{"type":"string"},"url":{"type":"string","x-auditable":true}}},"intel_phishing-url-submit":{"type":"object","properties":{"excluded_urls":{"type":"array","items":{"properties":{"url":{"type":"string","x-auditable":true}},"type":"object"}},"skipped_urls":{"type":"array","items":{"properties":{"url":{"type":"string","x-auditable":true},"url_id":{"type":"integer","x-auditable":true}},"type":"object"}},"submitted_urls":{"type":"array","items":{"properties":{"url":{"type":"string","x-auditable":true},"url_id":{"type":"integer","x-auditable":true}},"type":"object"}}}},"intel_stix_identifier":{"type":"string","x-auditable":true},"intel_resolves_to_ref":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/intel_stix_identifier"},"value":{"type":"string","x-auditable":true}}},"intel_domain-history":{"type":"object","properties":{"categorizations":{"type":"array","items":{"properties":{"categories":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"}},"type":"object"}},"end":{"type":"string","format":"date","x-auditable":true},"start":{"type":"string","format":"date","x-auditable":true}},"type":"object"}},"domain":{"$ref":"#/components/schemas/intel_domain_name"}}},"intel_schemas-result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"intel_schemas-messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"intel_asn_country":{"type":"string","x-auditable":true},"intel_asn_type":{"type":"string","enum":["hosting_provider","isp","organization"],"x-auditable":true},"intel_ip":{"type":"string","anyOf":[{"$ref":"#/components/schemas/intel_ipv4"},{"$ref":"#/components/schemas/intel_ipv6"}],"x-auditable":true},"intel_schemas-ip":{"type":"object","properties":{"belongs_to_ref":{"type":"object","properties":{"country":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["hosting_provider","isp","organization"],"x-auditable":true},"value":{"type":"string","x-auditable":true}}},"ip":{"$ref":"#/components/schemas/intel_ip"},"risk_types":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string","x-auditable":true},"super_category_id":{"type":"number"}},"type":"object"}}}},"intel_whois":{"type":"object","properties":{"created_date":{"type":"string","format":"date","x-auditable":true},"domain":{"$ref":"#/components/schemas/intel_domain_name"},"nameservers":{"type":"array","items":{"type":"string","x-auditable":true}},"registrant":{"type":"string","x-auditable":true},"registrant_country":{"type":"string","x-auditable":true},"registrant_email":{"type":"string","x-auditable":true},"registrant_org":{"type":"string","x-auditable":true},"registrar":{"type":"string","x-auditable":true},"updated_date":{"type":"string","format":"date","x-auditable":true}}},"intel_domain":{"type":"object","properties":{"additional_information":{"$ref":"#/components/schemas/intel_additional_information"},"application":{"$ref":"#/components/schemas/intel_application"},"content_categories":{"$ref":"#/components/schemas/intel_content_categories"},"domain":{"$ref":"#/components/schemas/intel_domain_name"},"inherited_content_categories":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"},"inherited_from":{"$ref":"#/components/schemas/intel_inherited_from"},"inherited_risk_types":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"},"popularity_rank":{"$ref":"#/components/schemas/intel_popularity_rank"},"resolves_to_refs":{"$ref":"#/components/schemas/intel_resolves_to_refs"},"risk_score":{"$ref":"#/components/schemas/intel_risk_score"},"risk_types":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"}}},"intel_url_intelligence_category_with_source":{"type":"object","properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true},"source_id":{"type":"integer","x-auditable":true},"super_category_id":{"type":"integer","x-auditable":true}}},"intel_url_intelligence":{"type":"object","properties":{"content_categories":{"type":"array","items":{"$ref":"#/components/schemas/intel_url_intelligence_category_with_source"}},"full_url":{"type":"string","x-auditable":true},"hostname":{"type":"string","x-auditable":true},"risk_type":{"type":"array","items":{"$ref":"#/components/schemas/intel_url_intelligence_category_with_source"}},"url_path":{"type":"string","x-auditable":true}},"required":["full_url","hostname","url_path","risk_type","content_categories"]},"intel_url":{"type":"string","format":"uri","x-auditable":true},"kamino_environment_position":{"type":"object","properties":{"after":{"type":"string"},"before":{"type":"string"}}},"kamino_environment":{"type":"object","properties":{"expression":{"type":"string"},"http_application_id":{"type":"string","nullable":true},"locked_on_deployment":{"type":"boolean","nullable":true},"name":{"type":"string"},"position":{"$ref":"#/components/schemas/kamino_environment_position"},"ref":{"type":"string"},"version":{"type":"integer","format":"int64","nullable":true}},"required":["name","ref","version","expression","locked_on_deployment","position"]},"kamino_message":{"type":"object","properties":{"code":{"type":"integer","format":"int64"},"message":{"type":"string"}},"required":["code","message"]},"kamino_environments_result":{"type":"object","properties":{"environments":{"type":"array","items":{"$ref":"#/components/schemas/kamino_environment"}}},"required":["environments"]},"lex_V4Error-2":{"type":"object","properties":{"code":{"type":"integer","format":"int32","x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"]},"lex_AvailableDestination":{"type":"object","properties":{"dataset":{"type":"string"},"object_type":{"type":"string","enum":["account","zone"]},"schema":{"type":"object","properties":{"properties":{"type":"object","additionalProperties":true},"required":{"type":"array","items":{"type":"string"}},"type":{"type":"string","enum":["object"]}}},"timestamp_field":{"type":"string"}},"required":["dataset","timestamp_field","schema","object_type"]},"lex_LogField":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name","enabled"]},"lex_DatasetResponse":{"allOf":[{"$ref":"#/components/schemas/lex_DatasetSummary"},{"properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/lex_LogField"},"x-stainless-terraform-configurability":"computed_optional"},"filter":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["fields"],"type":"object"}]},"lex_DatasetSummary":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"dataset":{"type":"string","x-auditable":true},"dataset_id":{"type":"string","pattern":"^[a-f0-9]{32}$","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"deletion_protection":{"type":"boolean","default":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"enabled":{"type":"boolean","default":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"object_id":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"object_type":{"type":"string","enum":["account","zone"],"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"updated_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"}},"required":["dataset","object_type","object_id","created_at","updated_at","dataset_id","enabled","deletion_protection"]},"lex_V4Error":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}},"required":["code","message"]},"lex_QueryRow":{"type":"object","additionalProperties":true},"lists_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/lists_messages"},"messages":{"$ref":"#/components/schemas/lists_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"lists_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"lists_operation":{"oneOf":[{"$ref":"#/components/schemas/lists_bulk_operation_pending_or_running"},{"$ref":"#/components/schemas/lists_bulk_operation_completed"},{"$ref":"#/components/schemas/lists_bulk_operation_failed"}]},"lists_completed":{"type":"string","readOnly":true,"x-auditable":true},"lists_list_item_ip_full":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_ip_object"},{"$ref":"#/components/schemas/lists_item_base"}]},"lists_list_item_hostname_full":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_hostname_object"},{"$ref":"#/components/schemas/lists_item_base"}]},"lists_list_item_redirect_full":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_redirect_object"},{"$ref":"#/components/schemas/lists_item_base"}]},"lists_list_item_asn_full":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_asn_object"},{"$ref":"#/components/schemas/lists_item_base"}]},"lists_item":{"oneOf":[{"$ref":"#/components/schemas/lists_list_item_ip_full"},{"$ref":"#/components/schemas/lists_list_item_hostname_full"},{"$ref":"#/components/schemas/lists_list_item_redirect_full"},{"$ref":"#/components/schemas/lists_list_item_asn_full"}]},"lists_item_comment":{"type":"string","x-auditable":true},"lists_created_on":{"type":"string","readOnly":true,"x-auditable":true},"lists_modified_on":{"type":"string","readOnly":true,"x-auditable":true},"lists_items":{"type":"array","items":{"$ref":"#/components/schemas/lists_item"}},"lists_api-response-collection":{"type":"object","allOf":[{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"lists_list_item_ip_comment":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_ip_object"},{"$ref":"#/components/schemas/lists_item_comment_object"}]},"lists_list_item_redirect_comment":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_redirect_object"},{"$ref":"#/components/schemas/lists_item_comment_object"}]},"lists_list_item_hostname_comment":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_hostname_object"},{"$ref":"#/components/schemas/lists_item_comment_object"}]},"lists_list_item_asn_comment":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_asn_object"},{"$ref":"#/components/schemas/lists_item_comment_object"}]},"lists_num_items":{"type":"number","readOnly":true,"x-auditable":true},"lists_num_referencing_filters":{"type":"number","readOnly":true,"x-auditable":true},"lists_list":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/lists_created_on"},"id":{"$ref":"#/components/schemas/lists_list_id"},"kind":{"$ref":"#/components/schemas/lists_kind"},"modified_on":{"$ref":"#/components/schemas/lists_modified_on"},"name":{"$ref":"#/components/schemas/lists_name"},"num_items":{"$ref":"#/components/schemas/lists_num_items"},"num_referencing_filters":{"$ref":"#/components/schemas/lists_num_referencing_filters"}},"required":["id","name","kind","num_items","num_referencing_filters","created_on","modified_on"]},"lists_list_item_asn_object":{"type":"object","properties":{"asn":{"$ref":"#/components/schemas/lists_item_asn"}},"required":["asn"]},"lists_item_comment_object":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/lists_item_comment"}}},"lists_item_base":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/lists_item_comment"},"created_on":{"$ref":"#/components/schemas/lists_created_on"},"id":{"$ref":"#/components/schemas/lists_item_id"},"modified_on":{"$ref":"#/components/schemas/lists_modified_on"}},"required":["id","created_on","modified_on"]},"lists_item_asn":{"type":"integer","x-auditable":true},"lists_list_item_hostname_object":{"type":"object","properties":{"hostname":{"$ref":"#/components/schemas/lists_item_hostname"}},"required":["hostname"]},"lists_item_hostname":{"properties":{"exclude_exact_hostname":{"type":"boolean"},"url_hostname":{"type":"string","x-auditable":true}},"required":["url_hostname"]},"lists_list_item_ip_object":{"type":"object","properties":{"ip":{"$ref":"#/components/schemas/lists_item_ip"}},"required":["ip"]},"lists_item_ip":{"type":"string","x-auditable":true},"lists_list_item_redirect_object":{"type":"object","properties":{"redirect":{"$ref":"#/components/schemas/lists_item_redirect"}},"required":["redirect"]},"lists_item_redirect":{"properties":{"include_subdomains":{"type":"boolean","default":false,"x-auditable":true},"preserve_path_suffix":{"type":"boolean","default":false,"x-auditable":true},"preserve_query_string":{"type":"boolean","default":false,"x-auditable":true},"source_url":{"type":"string","x-auditable":true},"status_code":{"type":"integer","default":301,"enum":[301,302,307,308],"x-auditable":true},"subpath_matching":{"type":"boolean","default":false,"x-auditable":true},"target_url":{"type":"string","x-auditable":true}},"required":["source_url","target_url"]},"lists_bulk_operation_pending_or_running":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/lists_operation_id"},"status":{"type":"string","enum":["pending","running"],"readOnly":true,"x-auditable":true}},"required":["id","status"]},"lists_bulk_operation_completed":{"type":"object","properties":{"completed":{"$ref":"#/components/schemas/lists_completed"},"id":{"$ref":"#/components/schemas/lists_operation_id"},"status":{"type":"string","enum":["completed"],"readOnly":true,"x-auditable":true}},"required":["id","status","completed"]},"lists_bulk_operation_failed":{"type":"object","properties":{"completed":{"$ref":"#/components/schemas/lists_completed"},"error":{"type":"string","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/lists_operation_id"},"status":{"type":"string","enum":["failed"],"readOnly":true,"x-auditable":true}},"required":["id","status","error","completed"]},"load-balancing_origin-analytics":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/load-balancing_address"},"changed":{"$ref":"#/components/schemas/load-balancing_origin-changed"},"enabled":{"$ref":"#/components/schemas/load-balancing_schemas-enabled"},"failure_reason":{"$ref":"#/components/schemas/load-balancing_origin-failure-reason"},"healthy":{"$ref":"#/components/schemas/load-balancing_origin-healthy"},"ip":{"$ref":"#/components/schemas/load-balancing_origin-ip"},"name":{"$ref":"#/components/schemas/load-balancing_schemas-name"}}},"load-balancing_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/load-balancing_messages"},"messages":{"$ref":"#/components/schemas/load-balancing_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"load-balancing_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}},"load-balancing_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"load-balancing_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"load-balancing_analytics":{"type":"object","properties":{"id":{"type":"integer","default":1},"origins":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_origin-analytics"}},"pool":{"type":"object"},"timestamp":{"type":"string","format":"date-time"}}},"load-balancing_origin-health":{"type":"object","properties":{"ip":{"type":"object","properties":{"failure_reason":{"type":"string","x-auditable":true},"healthy":{"type":"boolean","x-auditable":true},"response_code":{"type":"number","x-auditable":true},"rtt":{"type":"string","x-auditable":true}}}}},"load-balancing_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"load-balancing_pool_sets":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_pool_set"},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_components-schemas-zone-name":{"type":"string","x-auditable":true},"load-balancing_load-balancer":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"created_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"enabled":{"$ref":"#/components/schemas/load-balancing_components-schemas-enabled"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"id":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"modified_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"pool_sets":{"$ref":"#/components/schemas/load-balancing_pool_sets"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"},"zone_name":{"$ref":"#/components/schemas/load-balancing_components-schemas-zone-name"}}},"load-balancing_topology_match":{"type":"object","properties":{"countries":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":1000},"pops":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":1000},"regions":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":1000}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_allow_insecure":{"type":"boolean","default":false,"x-auditable":true},"load-balancing_consecutive_down":{"type":"integer","x-auditable":true},"load-balancing_consecutive_up":{"type":"integer","x-auditable":true},"load-balancing_expected_body":{"type":"string","default":"","x-auditable":true},"load-balancing_expected_codes":{"type":"string","default":"","x-auditable":true},"load-balancing_follow_redirects":{"type":"boolean","default":false,"x-auditable":true},"load-balancing_header":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"}},"load-balancing_interval":{"type":"integer","default":60,"x-auditable":true},"load-balancing_method":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_path":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_port":{"type":"integer","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"load-balancing_probe_zone":{"type":"string","default":"","x-auditable":true},"load-balancing_retries":{"type":"integer","default":2,"x-auditable":true},"load-balancing_timeout":{"type":"integer","default":5,"x-auditable":true},"load-balancing_type":{"type":"string","default":"http","enum":["http","https","tcp","udp_icmp","icmp_ping","smtp"],"x-auditable":true},"load-balancing_monitor-group-member":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"enabled":{"type":"boolean"},"monitor_id":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitoring_only":{"type":"boolean"},"must_be_healthy":{"type":"boolean"},"updated_at":{"type":"string","format":"date-time","readOnly":true}},"required":["monitor_id","enabled","monitoring_only","must_be_healthy"]},"load-balancing_monitor-group":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor_group_id"}],"readOnly":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_monitor-group-member"},"x-stainless-collection-type":"set"},"modified_on":{"type":"string","format":"date-time","readOnly":true}},"required":["id","description","members"]},"load-balancing_monitor":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"},{"properties":{"created_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"id":{"$ref":"#/components/schemas/load-balancing_identifier"},"modified_on":{"$ref":"#/components/schemas/load-balancing_timestamp"}},"type":"object"}]},"load-balancing_filter_options":{"type":"object","properties":{"disable":{"type":"boolean","default":false,"nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"healthy":{"type":"boolean","nullable":true,"x-auditable":true}},"nullable":true},"load-balancing_address":{"type":"string","x-auditable":true},"load-balancing_disabled_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"load-balancing_schemas-enabled":{"type":"boolean","default":true,"x-auditable":true},"load-balancing_origin_flatten_cname":{"type":"boolean","default":true},"load-balancing_schemas-header":{"type":"object","properties":{"Host":{"$ref":"#/components/schemas/load-balancing_Host"}}},"load-balancing_schemas-name":{"type":"string","x-auditable":true},"load-balancing_origin_port":{"type":"integer","default":0},"load-balancing_virtual_network_id":{"type":"string"},"load-balancing_weight":{"type":"number","default":1,"maximum":1,"minimum":0,"multipleOf":0.01,"x-auditable":true},"load-balancing_origin-changed":{"type":"boolean","x-auditable":true},"load-balancing_origin-failure-reason":{"type":"string","x-auditable":true},"load-balancing_origin-healthy":{"type":"boolean","x-auditable":true},"load-balancing_origin-ip":{"type":"string","x-auditable":true},"load-balancing_origin":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/load-balancing_address"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_schemas-enabled"},"flatten_cname":{"$ref":"#/components/schemas/load-balancing_origin_flatten_cname"},"header":{"$ref":"#/components/schemas/load-balancing_schemas-header"},"name":{"$ref":"#/components/schemas/load-balancing_schemas-name"},"port":{"$ref":"#/components/schemas/load-balancing_origin_port"},"virtual_network_id":{"$ref":"#/components/schemas/load-balancing_virtual_network_id"},"weight":{"$ref":"#/components/schemas/load-balancing_weight"}}},"load-balancing_fixed_response":{"type":"object","properties":{"content_type":{"type":"string","maxLength":32,"x-auditable":true},"location":{"type":"string","maxLength":2048,"x-auditable":true},"message_body":{"type":"string","maxLength":1024,"x-auditable":true},"status_code":{"type":"integer","x-auditable":true}}},"load-balancing_match":{"type":"object","properties":{"default":{"type":"boolean","default":false,"x-auditable":true},"topology":{"$ref":"#/components/schemas/load-balancing_topology_match"}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pool_set_overrides":{"type":"object","properties":{"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"pool_default_weight":{"$ref":"#/components/schemas/load-balancing_pool_default_weight"},"pool_weights":{"$ref":"#/components/schemas/load-balancing_pool_weights"},"pools":{"$ref":"#/components/schemas/load-balancing_pools"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pool_default_weight":{"type":"number","maximum":1,"minimum":0,"multipleOf":0.1,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pool_weights":{"type":"object","additionalProperties":{"type":"number","x-auditable":true},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pools":{"type":"array","items":{"type":"string","x-auditable":true},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pool_set":{"type":"object","properties":{"disabled":{"type":"boolean","default":false,"x-auditable":true},"fixed_response":{"$ref":"#/components/schemas/load-balancing_fixed_response"},"match":{"$ref":"#/components/schemas/load-balancing_match"},"name":{"type":"string","maxLength":200,"x-auditable":true},"overrides":{"$ref":"#/components/schemas/load-balancing_pool_set_overrides"}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_origin_health_data":{"type":"object","properties":{"failure_reason":{"type":"string","x-auditable":true},"healthy":{"type":"boolean","x-auditable":true},"response_code":{"type":"number","x-auditable":true},"rtt":{"type":"string","x-auditable":true}}},"load-balancing_preview_result":{"type":"object","additionalProperties":{"properties":{"healthy":{"type":"boolean","x-auditable":true},"origins":{"type":"array","items":{"additionalProperties":{"$ref":"#/components/schemas/load-balancing_origin_health_data"},"maxProperties":1,"minProperties":1,"type":"object"}}},"type":"object"}},"load-balancing_rule_overrides":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"pool_default_weight":{"$ref":"#/components/schemas/load-balancing_pool_default_weight"},"pool_weights":{"$ref":"#/components/schemas/load-balancing_pool_weights"},"pools":{"$ref":"#/components/schemas/load-balancing_pools"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_Host":{"type":"array","items":{"type":"string","x-auditable":true}},"load-balancing_pool":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"created_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"id":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"modified_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}}},"load-balancing_resource_reference":{"type":"object","properties":{"reference_type":{"type":"string","enum":["referral","referrer"],"x-auditable":true},"references":{"type":"array","items":{"type":"object"}},"resource_id":{"type":"string"},"resource_name":{"type":"string","x-auditable":true},"resource_type":{"type":"string","enum":["load_balancer","monitor","pool"],"x-auditable":true}}},"load-balancing_search":{"type":"object","properties":{"resources":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_resource_reference"}}}},"logcontrol_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"logcontrol_allow_out_of_region_access":{"type":"boolean","x-auditable":true},"logcontrol_regions":{"type":"string","maxLength":256,"pattern":"^[a-z]*$","x-auditable":true},"logcontrol_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common"}]},"logcontrol_flag":{"type":"boolean","x-auditable":true},"logpush_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"logpush_destination_conf-2":{"type":"string","format":"uri","maxLength":4096,"x-auditable":true},"logpush_session_id":{"type":"string","x-auditable":true},"logpush_instant_logs_job":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf-2"},"fields":{"$ref":"#/components/schemas/logpush_fields"},"filter":{"$ref":"#/components/schemas/logpush_filter-2"},"sample":{"$ref":"#/components/schemas/logpush_sample"},"session_id":{"$ref":"#/components/schemas/logpush_session_id"}},"nullable":true},"logpush_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"}]},"logpush_error_message":{"type":"string","nullable":true,"x-auditable":true},"logpush_last_complete":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"logpush_last_error":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"logpush_logpush_job":{"type":"object","properties":{"dataset":{"$ref":"#/components/schemas/logpush_dataset"},"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"error_message":{"$ref":"#/components/schemas/logpush_error_message"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"id":{"$ref":"#/components/schemas/logpush_id"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"last_complete":{"$ref":"#/components/schemas/logpush_last_complete"},"last_error":{"$ref":"#/components/schemas/logpush_last_error"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"}},"nullable":true},"logshare_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic-transit_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic-transit_colo_city":{"type":"string"},"magic-transit_colo_name":{"type":"string"},"magic-transit_colo":{"type":"object","properties":{"city":{"$ref":"#/components/schemas/magic-transit_colo_city"},"name":{"$ref":"#/components/schemas/magic-transit_colo_name"}}},"magic-transit_error":{"type":"string","enum":["","Could not gather traceroute data: Code 1","Could not gather traceroute data: Code 2","Could not gather traceroute data: Code 3","Could not gather traceroute data: Code 4"]},"magic-transit_hop_result":{"type":"object","properties":{"nodes":{"type":"array","items":{"$ref":"#/components/schemas/magic-transit_node_result"}},"packets_lost":{"$ref":"#/components/schemas/magic-transit_packets_lost"},"packets_sent":{"$ref":"#/components/schemas/magic-transit_packets_sent"},"packets_ttl":{"$ref":"#/components/schemas/magic-transit_packets_ttl"}}},"magic-transit_target_summary":{"type":"object"},"magic-transit_traceroute_time_ms":{"type":"integer"},"magic-transit_check_type":{"type":"string","default":"icmp","enum":["icmp"]},"magic-transit_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic-transit_messages"},"messages":{"$ref":"#/components/schemas/magic-transit_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"magic-transit_endpoint_health_check_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-transit_endpoint_health_check"},{"properties":{"id":{"$ref":"#/components/schemas/magic-transit_uuid"}}}],"required":["id","check_type","endpoint"]},"magic-transit_node_result":{"type":"object","properties":{"asn":{"$ref":"#/components/schemas/magic-transit_asn"},"ip":{"$ref":"#/components/schemas/magic-transit_ip"},"labels":{"$ref":"#/components/schemas/magic-transit_labels"},"max_rtt_ms":{"$ref":"#/components/schemas/magic-transit_max_rtt_ms"},"mean_rtt_ms":{"$ref":"#/components/schemas/magic-transit_mean_rtt_ms"},"min_rtt_ms":{"$ref":"#/components/schemas/magic-transit_min_rtt_ms"},"name":{"$ref":"#/components/schemas/magic-transit_name"},"packet_count":{"$ref":"#/components/schemas/magic-transit_packet_count"},"std_dev_rtt_ms":{"$ref":"#/components/schemas/magic-transit_std_dev_rtt_ms"}}},"magic-transit_packets_lost":{"type":"integer"},"magic-transit_packets_sent":{"type":"integer"},"magic-transit_packets_ttl":{"type":"integer"},"magic-transit_asn":{"type":"string"},"magic-transit_ip":{"type":"string"},"magic-transit_labels":{"type":"array","items":{"type":"string"}},"magic-transit_max_rtt_ms":{"type":"number"},"magic-transit_mean_rtt_ms":{"type":"number"},"magic-transit_min_rtt_ms":{"type":"number"},"magic-transit_name":{"type":"string"},"magic-transit_packet_count":{"type":"integer"},"magic-transit_std_dev_rtt_ms":{"type":"number"},"magic-transit_max_ttl":{"type":"integer","default":15,"maximum":64,"minimum":0},"magic-transit_packet_type":{"type":"string","default":"icmp","enum":["icmp","tcp","udp","gre","gre+icmp"]},"magic-transit_packets_per_ttl":{"type":"integer","default":3,"maximum":10,"minimum":0},"magic-transit_port":{"type":"integer","default":0,"maximum":65535,"minimum":0},"magic-transit_wait_time":{"type":"integer","default":1,"maximum":5,"minimum":1},"magic-transit_colo_result":{"type":"object","properties":{"colo":{"$ref":"#/components/schemas/magic-transit_colo"},"error":{"$ref":"#/components/schemas/magic-transit_error"},"hops":{"type":"array","items":{"$ref":"#/components/schemas/magic-transit_hop_result"}},"target_summary":{"$ref":"#/components/schemas/magic-transit_target_summary"},"traceroute_time_ms":{"$ref":"#/components/schemas/magic-transit_traceroute_time_ms"}}},"magic-transit_target":{"type":"string"},"magic-transit_target_result":{"type":"object","properties":{"colos":{"type":"array","items":{"$ref":"#/components/schemas/magic-transit_colo_result"}},"target":{"$ref":"#/components/schemas/magic-transit_target"}}},"magic-visibility-mnm_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic-visibility-mnm_messages"},"messages":{"$ref":"#/components/schemas/magic-visibility-mnm_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic-visibility-mnm_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"magic-visibility-mnm_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic-visibility-mnm_mnm_config_router_ip":{"type":"string","x-auditable":true},"magic-visibility-mnm_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"magic-visibility-mnm_mnm_config":{"type":"object","properties":{"default_sampling":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_default_sampling"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_name"},"router_ips":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ips"},"warp_devices":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_devices"}},"required":["name","default_sampling","router_ips","warp_devices"]},"magic-visibility-mnm_mnm_config_warp_device":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"router_ip":{"type":"string","x-auditable":true}},"required":["id","name","router_ip"]},"magic-visibility-mnm_mnm_rule_automatic_advertisement":{"type":"boolean","nullable":true,"x-auditable":true},"magic-visibility-mnm_mnm_rule_bandwidth_threshold":{"type":"number","minimum":1,"x-auditable":true},"magic-visibility-mnm_mnm_rule_duration":{"type":"string","default":"1m","enum":["1m","5m","10m","15m","20m","30m","45m","60m"],"x-auditable":true},"magic-visibility-mnm_mnm_rule_name":{"type":"string","x-auditable":true},"magic-visibility-mnm_mnm_rule_packet_threshold":{"type":"number","minimum":1,"x-auditable":true},"magic-visibility-mnm_mnm_rule_prefix_match":{"type":"string","enum":["exact","subnet","supernet"],"nullable":true,"x-auditable":true},"magic-visibility-mnm_mnm_rule_ip_prefixes":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_ip_prefix"}},"magic-visibility-mnm_mnm_rule_type":{"type":"string","enum":["threshold","zscore","advanced_ddos"],"x-auditable":true},"magic-visibility-mnm_mnm_rule_zscore_sensitivity":{"type":"string","enum":["low","medium","high"],"nullable":true,"x-auditable":true},"magic-visibility-mnm_mnm_rule_zscore_target":{"type":"string","enum":["bits","packets"],"nullable":true,"x-auditable":true},"magic-visibility-mnm_mnm_rule_advertisable_response":{"type":"object","properties":{"automatic_advertisement":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_automatic_advertisement"}},"nullable":true,"required":["automatic_advertisement"]},"magic-visibility-mnm_mnm_rule_ip_prefix":{"type":"string","x-auditable":true},"magic-visibility-mnm_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/magic-visibility-mnm_result_info"}}}]},"magic-visibility-mnm_mnm_rule":{"type":"object","properties":{"automatic_advertisement":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_automatic_advertisement"},"bandwidth_threshold":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_bandwidth_threshold"},"duration":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_duration"},"id":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_name"},"packet_threshold":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_packet_threshold"},"prefix_match":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_prefix_match"},"prefixes":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_ip_prefixes"},"type":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_type"},"zscore_sensitivity":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_zscore_sensitivity"},"zscore_target":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_zscore_target"}},"nullable":true,"required":["id","name","prefixes","automatic_advertisement","type"]},"magic-visibility-mnm_mnm_vpc_flows_token":{"type":"string","x-sensitive":true},"magic-visibility-pcaps_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic-visibility-pcaps_messages"},"messages":{"$ref":"#/components/schemas/magic-visibility-pcaps_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic-visibility-pcaps_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"magic-visibility-pcaps_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic-visibility-pcaps_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/magic-visibility-pcaps_result_info"}},"type":"object"}]},"magic-visibility-pcaps_pcaps_response_simple":{"type":"object","properties":{"filter_v1":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_filter_v1"},"id":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_id"},"offset_time":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_offset_time"},"status":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_status"},"submitted":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_submitted"},"system":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_system"},"time_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_time_limit_sampled"},"type":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_type"}}},"magic-visibility-pcaps_pcaps_response_full":{"type":"object","properties":{"byte_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_byte_limit"},"colo_name":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_colo_name"},"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"},"error_message":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_error_message"},"filter_v1":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_filter_v1"},"id":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_id"},"packets_captured":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_packets_captured"},"status":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_status"},"stop_requested":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_stop_requested"},"submitted":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_submitted"},"system":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_system"},"time_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_time_limit_full"},"type":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_type"}}},"magic-visibility-pcaps_pcaps_ownership_response":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"},"filename":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_challenge"},"id":{"type":"string","maxLength":32,"minLength":32},"status":{"type":"string","enum":["pending","success","failed"]},"submitted":{"type":"string"},"validated":{"type":"string"}},"required":["id","status","submitted","destination_conf","filename"]},"magic-visibility-pcaps_pcaps_destination_conf":{"type":"string"},"magic-visibility-pcaps_pcaps_ownership_challenge":{"type":"string"},"magic-visibility-pcaps_pcaps_byte_limit":{"type":"number","maximum":1000000000,"minimum":1,"x-auditable":true},"magic-visibility-pcaps_pcaps_colo_name":{"type":"string","x-auditable":true},"magic-visibility-pcaps_pcaps_filter_v1":{"type":"object","properties":{"destination_address":{"type":"string","x-auditable":true},"destination_port":{"type":"number","x-auditable":true},"protocol":{"type":"number","x-auditable":true},"source_address":{"type":"string","x-auditable":true},"source_port":{"type":"number","x-auditable":true}}},"magic-visibility-pcaps_pcaps_packet_limit":{"type":"number","maximum":10000,"minimum":1,"x-auditable":true},"magic-visibility-pcaps_pcaps_system":{"type":"string","enum":["magic-transit"],"x-auditable":true},"magic-visibility-pcaps_pcaps_time_limit_full":{"type":"number","maximum":86400,"minimum":1,"x-auditable":true},"magic-visibility-pcaps_pcaps_type":{"type":"string","enum":["simple","full"],"x-auditable":true},"magic-visibility-pcaps_pcaps_request_simple":{"type":"object","properties":{"filter_v1":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_filter_v1"},"offset_time":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_offset_time"},"packet_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_packet_limit"},"system":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_system"},"time_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_time_limit_sampled"},"type":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_type"}},"required":["time_limit","packet_limit","type","system"]},"magic-visibility-pcaps_pcaps_request_full":{"type":"object","properties":{"byte_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_byte_limit"},"colo_name":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_colo_name"},"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"},"filter_v1":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_filter_v1"},"packet_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_packet_limit"},"system":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_system"},"time_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_time_limit_full"},"type":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_type"}},"required":["time_limit","type","system","colo_name","destination_conf"]},"magic-visibility-pcaps_pcaps_offset_time":{"type":"string","format":"date-time","x-auditable":true},"magic-visibility-pcaps_pcaps_time_limit_sampled":{"type":"number","maximum":300,"minimum":1,"x-auditable":true},"magic-visibility-pcaps_pcaps_error_message":{"type":"string"},"magic-visibility-pcaps_pcaps_id":{"type":"string","maxLength":32,"minLength":32,"x-auditable":true},"magic-visibility-pcaps_pcaps_packets_captured":{"type":"integer"},"magic-visibility-pcaps_pcaps_status":{"type":"string","enum":["unknown","success","pending","running","conversion_pending","conversion_running","complete","failed"]},"magic-visibility-pcaps_pcaps_stop_requested":{"type":"string","format":"date-time"},"magic-visibility-pcaps_pcaps_submitted":{"type":"string"},"magic-visibility-pcaps_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common"},{"properties":{"result":{"anyOf":[{"type":"object"},{"type":"string"}]}},"type":"object"}]},"magic_account_app_id":{"type":"string"},"magic_app_hostnames":{"type":"array","items":{"type":"string"}},"magic_app_subnets":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/magic_cidr"},{}]}},"magic_app_name":{"type":"string"},"magic_app_source_subnets":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/magic_cidr"},{}]}},"magic_app_type":{"type":"string"},"magic_forward_locally":{"type":"boolean"},"magic_lan-acl-configuration":{"type":"object","properties":{"lan_id":{"type":"string"},"lan_name":{"type":"string"},"port_ranges":{"type":"array","items":{"$ref":"#/components/schemas/magic_acl-port-range"}},"ports":{"type":"array","items":{"$ref":"#/components/schemas/magic_port"}},"subnets":{"type":"array","items":{"$ref":"#/components/schemas/magic_acl-subnet"}}},"required":["lan_id"]},"magic_unidirectional":{"type":"boolean"},"magic_ip-address":{"type":"string"},"magic_cidr":{"type":"string"},"magic_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"magic_acl":{"type":"object","properties":{"forward_locally":{"$ref":"#/components/schemas/magic_forward_locally"},"id":{"$ref":"#/components/schemas/magic_identifier"},"lan_1":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"lan_2":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"name":{"type":"string"},"protocols":{"type":"array","items":{"enum":["tcp","udp","icmp"],"type":"string"}},"unidirectional":{"$ref":"#/components/schemas/magic_unidirectional"}}},"magic_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic_messages"},"messages":{"$ref":"#/components/schemas/magic_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic_account_app":{"type":"object","properties":{"account_app_id":{"$ref":"#/components/schemas/magic_account_app_id"},"hostnames":{"$ref":"#/components/schemas/magic_app_hostnames"},"ip_subnets":{"$ref":"#/components/schemas/magic_app_subnets"},"name":{"$ref":"#/components/schemas/magic_app_name"},"source_subnets":{"$ref":"#/components/schemas/magic_app_source_subnets"},"type":{"$ref":"#/components/schemas/magic_app_type"}},"required":["account_app_id"],"title":"Account App"},"magic_managed_app":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/magic_app_hostnames"},"ip_subnets":{"$ref":"#/components/schemas/magic_app_subnets"},"managed_app_id":{"$ref":"#/components/schemas/magic_managed_app_id"},"name":{"$ref":"#/components/schemas/magic_app_name"},"source_subnets":{"$ref":"#/components/schemas/magic_app_source_subnets"},"type":{"$ref":"#/components/schemas/magic_app_type"}},"required":["managed_app_id"],"title":"Managed App"},"magic_app_breakout":{"type":"boolean"},"magic_app_breakout_preferred_wans":{"type":"array","items":{"$ref":"#/components/schemas/magic_identifier"}},"magic_app_priority":{"type":"integer","maximum":1,"minimum":0},"magic_managed_app_id":{"type":"string"},"magic_apps-response-object":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic_messages"},"messages":{"$ref":"#/components/schemas/magic_messages"},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic_app_config":{"type":"object","allOf":[{"properties":{"breakout":{"$ref":"#/components/schemas/magic_app_breakout"},"id":{"$ref":"#/components/schemas/magic_identifier"},"preferred_wans":{"$ref":"#/components/schemas/magic_app_breakout_preferred_wans"},"priority":{"$ref":"#/components/schemas/magic_app_priority"},"site_id":{"$ref":"#/components/schemas/magic_identifier"}},"required":["id","site_id"]},{"oneOf":[{"properties":{"account_app_id":{"$ref":"#/components/schemas/magic_account_app_id"}},"required":["account_app_id"],"title":"Account App"},{"properties":{"managed_app_id":{"$ref":"#/components/schemas/magic_managed_app_id"}},"required":["managed_app_id"],"title":"Managed App"}]}]},"magic_apps-response-array":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic_messages"},"messages":{"$ref":"#/components/schemas/magic_messages"},"result":{"type":"array","items":{},"nullable":true},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic_app":{"type":"object","oneOf":[{"$ref":"#/components/schemas/magic_account_app"},{"$ref":"#/components/schemas/magic_managed_app"}]},"magic_schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"magic_bgp_filter_match_action":{"type":"string","enum":["allow","deny"]},"magic_bgp_redistribute_sources":{"type":"object","properties":{"static:wan":{"type":"boolean"}},"required":["static:wan"]},"magic_cf1_site_location":{"type":"object","properties":{"lat":{"type":"number","format":"float"},"long":{"type":"number","format":"float"},"name":{"type":"string"}}},"magic_cf1_site_managed_ramp":{"type":"object","properties":{"managed_by":{"type":"string","readOnly":true}}},"magic_cf1_site_ramp_type":{"type":"string","enum":["gre","gre_interconnect","mpls_interconnect","mconn","ipsec"]},"magic_cf1_site_ramp":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true},"gre":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"gre_interconnect":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"id":{"allOf":[{"$ref":"#/components/schemas/magic_identifier"}],"readOnly":true},"ipsec":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"mconn":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"modified_on":{"type":"string","format":"date-time","readOnly":true},"mpls_interconnect":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"name":{"type":"string"},"type":{"allOf":[{"$ref":"#/components/schemas/magic_cf1_site_ramp_type"}],"readOnly":true}},"oneOf":[{"required":["gre"]},{"required":["ipsec"]},{"required":["gre_interconnect"]},{"required":["mpls_interconnect"]},{"required":["mconn"]}],"required":["id","name","type","created_on","modified_on"]},"magic_colo_name":{"type":"string","x-auditable":true},"magic_colo_region":{"type":"string","x-auditable":true},"magic_interconnect":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_interconnect_bgp_config"},"colo_name":{"$ref":"#/components/schemas/magic_components-schemas-name"},"created_on":{"$ref":"#/components/schemas/magic_schemas-created_on"},"gre":{"$ref":"#/components/schemas/magic_gre"},"health_check":{"$ref":"#/components/schemas/magic_health_check_base"},"id":{"$ref":"#/components/schemas/magic_schemas-identifier"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address_interconnect"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"modified_on":{"$ref":"#/components/schemas/magic_schemas-modified_on"},"mtu":{"$ref":"#/components/schemas/magic_schemas-mtu"},"name":{"$ref":"#/components/schemas/magic_components-schemas-name"},"version":{"type":"string"},"virtual_port_reservation_id":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-identifier"},{"readOnly":true}]}}},"magic_automatic_return_routing":{"type":"boolean","default":false,"x-auditable":true},"magic_bgp_config":{"type":"object","properties":{"customer_asn":{"type":"integer","format":"int32","minimum":0},"export_filter_id":{"type":"string"},"extra_prefixes":{"type":"array","items":{"format":"cidr","type":"string"}},"import_filter_id":{"type":"string"},"md5_key":{"type":"string"}},"required":["customer_asn"]},"magic_cloudflare_gre_endpoint":{"type":"string","x-auditable":true},"magic_customer_gre_endpoint":{"type":"string","x-auditable":true},"magic_tunnel_health_check":{"allOf":[{"$ref":"#/components/schemas/magic_health_check_base"},{"properties":{"direction":{"type":"string","default":"unidirectional","enum":["unidirectional","bidirectional"]}}}]},"magic_interface_address":{"type":"string","x-auditable":true},"magic_interface_address6":{"type":"string","x-auditable":true},"magic_mtu":{"type":"integer","default":1476,"x-auditable":true},"magic_gre_tunnel_name":{"type":"string","x-auditable":true},"magic_ttl":{"type":"integer","default":64,"x-auditable":true},"magic_gre-tunnel":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_bgp_config"},"bgp_status":{"$ref":"#/components/schemas/magic_bgp_status_with_state"},"cloudflare_gre_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_gre_endpoint"},"created_on":{"$ref":"#/components/schemas/magic_schemas-created_on"},"customer_gre_endpoint":{"$ref":"#/components/schemas/magic_customer_gre_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"id":{"$ref":"#/components/schemas/magic_schemas-identifier"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"modified_on":{"$ref":"#/components/schemas/magic_schemas-modified_on"},"mtu":{"$ref":"#/components/schemas/magic_mtu"},"name":{"$ref":"#/components/schemas/magic_gre_tunnel_name"},"ttl":{"$ref":"#/components/schemas/magic_ttl"}},"required":["id","name","customer_gre_endpoint","cloudflare_gre_endpoint","interface_address"]},"magic_redundancy_member_request":{"type":"object","properties":{"id":{"type":"string","maxLength":36,"pattern":"^[a-fA-F0-9\\-]{32,36}$"},"type":{"type":"string","enum":["gre","ipsec","cni"]}},"required":["id","type"]},"magic_nexthop":{"type":"string","x-auditable":true},"magic_prefix":{"type":"string","x-auditable":true},"magic_priority":{"type":"integer","x-auditable":true},"magic_scope":{"type":"object","properties":{"colo_names":{"$ref":"#/components/schemas/magic_colo_names"},"colo_regions":{"$ref":"#/components/schemas/magic_colo_regions"}}},"magic_weight":{"type":"integer","x-auditable":true},"magic_route":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/magic_created_on"},"id":{"$ref":"#/components/schemas/magic_identifier"},"modified_on":{"$ref":"#/components/schemas/magic_modified_on"},"nexthop":{"$ref":"#/components/schemas/magic_nexthop"},"prefix":{"$ref":"#/components/schemas/magic_prefix"},"priority":{"$ref":"#/components/schemas/magic_priority"},"scope":{"$ref":"#/components/schemas/magic_scope"},"weight":{"$ref":"#/components/schemas/magic_weight"}},"required":["id","prefix","nexthop","priority"]},"magic_redundancy_group":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time"},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string"}}},"magic_bgp_status_with_state":{"type":"object","properties":{"bgp_state":{"type":"string"},"cf_speaker_ip":{"type":"string","format":"ipv4"},"cf_speaker_port":{"type":"integer","maximum":65535,"minimum":1},"customer_speaker_ip":{"type":"string","format":"ipv4"},"customer_speaker_port":{"type":"integer","maximum":65535,"minimum":1},"state":{"type":"string","enum":["BGP_DOWN","BGP_UP","BGP_ESTABLISHING"]},"tcp_established":{"type":"boolean"},"updated_at":{"type":"string","format":"date-time"}},"required":["state","tcp_established","updated_at"]},"magic_schemas-created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"magic_schemas-modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"magic_gre_tunnel_add_single_request":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"cloudflare_gre_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_gre_endpoint"},"customer_gre_endpoint":{"$ref":"#/components/schemas/magic_customer_gre_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"mtu":{"$ref":"#/components/schemas/magic_mtu"},"name":{"$ref":"#/components/schemas/magic_gre_tunnel_name"},"ttl":{"$ref":"#/components/schemas/magic_ttl"}},"required":["name","customer_gre_endpoint","cloudflare_gre_endpoint","interface_address"]},"magic_health_check_target":{"type":"object","properties":{"effective":{"type":"string","readOnly":true,"x-auditable":true},"saved":{"type":"string","x-auditable":true}}},"magic_interconnect_bgp_config":{"type":"object","properties":{"as_no":{"type":"integer","format":"int32","deprecated":true},"cloudflare_endpoint":{"type":"string","format":"ipv4","deprecated":true},"customer_asn":{"type":"integer","format":"int32"},"customer_endpoint":{"type":"string","format":"ipv4","deprecated":true},"export_filter_id":{"type":"string"},"extra_prefixes":{"type":"array","items":{"format":"cidr","type":"string"}},"import_filter_id":{"type":"string"},"md5_key":{"type":"string"}}},"magic_components-schemas-name":{"type":"string"},"magic_gre":{"type":"object","properties":{"cloudflare_endpoint":{"type":"string"}}},"magic_health_check_base":{"type":"object","properties":{"enabled":{"type":"boolean","default":true,"x-auditable":true},"rate":{"type":"string","default":"mid","enum":["low","mid","high"],"x-auditable":true},"target":{"oneOf":[{"$ref":"#/components/schemas/magic_health_check_target"},{"type":"string"}]},"type":{"type":"string","default":"reply","enum":["reply","request"],"x-auditable":true}}},"magic_interface_address_interconnect":{"type":"string","x-auditable":true},"magic_schemas-mtu":{"type":"integer","default":1476},"magic_allow_null_cipher":{"type":"boolean"},"magic_cloudflare_ipsec_endpoint":{"type":"string"},"magic_custom_remote_identities":{"type":"object","properties":{"fqdn_id":{"type":"string"}}},"magic_customer_ipsec_endpoint":{"type":"string"},"magic_ipsec_tunnel_name":{"type":"string"},"magic_psk_metadata":{"type":"object","properties":{"last_generated_on":{"$ref":"#/components/schemas/magic_schemas-modified_on"}}},"magic_replay_protection":{"type":"boolean","default":false},"magic_psk":{"type":"string","x-sensitive":true},"magic_ipsec_tunnel_psk_entry":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/magic_identifier"}]},"psk":{"$ref":"#/components/schemas/magic_psk"}},"required":["id","psk"]},"magic_ipsec_tunnel_applied_psk":{"type":"object","properties":{"ipsec_id":{"type":"string"},"ipsec_tunnel_id":{"$ref":"#/components/schemas/magic_identifier"},"psk":{"$ref":"#/components/schemas/magic_psk"},"psk_metadata":{"$ref":"#/components/schemas/magic_psk_metadata"}},"required":["ipsec_tunnel_id","ipsec_id","psk","psk_metadata"]},"magic_bond_id":{"type":"integer"},"magic_nat":{"type":"object","properties":{"static_prefix":{"$ref":"#/components/schemas/magic_cidr"}}},"magic_port":{"type":"integer"},"magic_routed_subnet":{"type":"object","properties":{"nat":{"$ref":"#/components/schemas/magic_nat"},"next_hop":{"$ref":"#/components/schemas/magic_ip-address"},"prefix":{"$ref":"#/components/schemas/magic_cidr"}},"required":["prefix","next_hop"]},"magic_lan_static_addressing":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/magic_cidr"},"dhcp_relay":{"$ref":"#/components/schemas/magic_lan_dhcp_relay"},"dhcp_server":{"$ref":"#/components/schemas/magic_lan_dhcp_server"},"secondary_address":{"$ref":"#/components/schemas/magic_cidr"},"virtual_address":{"$ref":"#/components/schemas/magic_cidr"}},"required":["address"]},"magic_vlan_tag":{"type":"integer","x-auditable":true},"magic_acl-port-range":{"type":"string"},"magic_acl-subnet":{"oneOf":[{"$ref":"#/components/schemas/magic_ip-address"},{"$ref":"#/components/schemas/magic_cidr"}]},"magic_lan":{"type":"object","properties":{"bond_id":{"$ref":"#/components/schemas/magic_bond_id"},"ha_link":{"type":"boolean"},"id":{"$ref":"#/components/schemas/magic_identifier"},"is_breakout":{"type":"boolean"},"is_prioritized":{"type":"boolean"},"name":{"type":"string"},"nat":{"$ref":"#/components/schemas/magic_nat"},"physport":{"$ref":"#/components/schemas/magic_port"},"routed_subnets":{"type":"array","items":{"$ref":"#/components/schemas/magic_routed_subnet"}},"site_id":{"$ref":"#/components/schemas/magic_identifier"},"static_addressing":{"$ref":"#/components/schemas/magic_lan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"magic_dhcp_option":{"type":"object","properties":{"code":{"type":"integer","maximum":254,"minimum":1},"type":{"type":"string","enum":["text","hex","ip","byte","short","integer"]},"value":{"type":"string"}},"required":["code","type","value"]},"magic_lan_dhcp_relay":{"type":"object","properties":{"server_addresses":{"type":"array","items":{"$ref":"#/components/schemas/magic_ip-address"}}}},"magic_lan_dhcp_server":{"type":"object","properties":{"dhcp_options":{"type":"array","items":{"$ref":"#/components/schemas/magic_dhcp_option"}},"dhcp_pool_end":{"$ref":"#/components/schemas/magic_ip-address"},"dhcp_pool_start":{"$ref":"#/components/schemas/magic_ip-address"},"dns_server":{"$ref":"#/components/schemas/magic_ip-address"},"dns_servers":{"type":"array","items":{"$ref":"#/components/schemas/magic_ip-address"}},"reservations":{"type":"object","additionalProperties":{"type":"string"}}}},"magic_bgp_filter_profile":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true},"id":{"$ref":"#/components/schemas/magic_schemas-identifier"},"match_action":{"$ref":"#/components/schemas/magic_bgp_filter_match_action"},"modified_on":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":255,"minLength":1},"targets":{"type":"array","items":{"type":"string"},"maxItems":1000}},"required":["id","name","description","match_action","targets"]},"magic_bgp_settings":{"type":"object","properties":{"cloudflare_asn":{"type":"integer","format":"uint32","minimum":1},"modified_on":{"type":"string","format":"date-time"},"redistribute":{"$ref":"#/components/schemas/magic_bgp_redistribute_sources"}},"required":["cloudflare_asn","redistribute"]},"magic_netflow_config":{"type":"object","properties":{"active_timeout":{"type":"integer","maximum":5400,"minimum":1},"collector_ip":{"type":"string"},"collector_port":{"type":"integer","maximum":65535,"minimum":1},"inactive_timeout":{"type":"integer","maximum":5400,"minimum":1},"sampling_rate":{"type":"integer","maximum":10000,"minimum":1}},"required":["collector_ip"]},"magic_redundancy_member_data":{"type":"object","properties":{"data":{"type":"object"},"type":{"type":"string","enum":["gre","ipsec","cni"]}},"required":["type","data"]},"magic_redundancy_group_with_members":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic_redundancy_group"},{"properties":{"member_data":{"type":"array","items":{"$ref":"#/components/schemas/magic_redundancy_member_data"}}}}]},"magic_created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"magic_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"magic_route_delete_id":{"allOf":[{"properties":{"id":{"$ref":"#/components/schemas/magic_identifier"}},"required":["id"]}]},"magic_route_update_single_request":{"allOf":[{"properties":{"id":{"$ref":"#/components/schemas/magic_identifier"}},"required":["id"]},{"$ref":"#/components/schemas/magic_route_add_single_request"}]},"magic_route_add_single_request":{"type":"object","properties":{"nexthop":{"$ref":"#/components/schemas/magic_nexthop"},"prefix":{"$ref":"#/components/schemas/magic_prefix"},"priority":{"$ref":"#/components/schemas/magic_priority"},"scope":{"$ref":"#/components/schemas/magic_scope"},"weight":{"$ref":"#/components/schemas/magic_weight"}},"required":["prefix","nexthop","priority"]},"magic_ipsec-tunnel":{"type":"object","properties":{"allow_null_cipher":{"$ref":"#/components/schemas/magic_allow_null_cipher"},"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_bgp_config"},"bgp_status":{"$ref":"#/components/schemas/magic_bgp_status_with_state"},"cloudflare_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_ipsec_endpoint"},"created_on":{"$ref":"#/components/schemas/magic_schemas-created_on"},"custom_remote_identities":{"$ref":"#/components/schemas/magic_custom_remote_identities"},"customer_endpoint":{"$ref":"#/components/schemas/magic_customer_ipsec_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"id":{"$ref":"#/components/schemas/magic_schemas-identifier"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"modified_on":{"$ref":"#/components/schemas/magic_schemas-modified_on"},"name":{"$ref":"#/components/schemas/magic_ipsec_tunnel_name"},"psk_metadata":{"$ref":"#/components/schemas/magic_psk_metadata"},"replay_protection":{"$ref":"#/components/schemas/magic_replay_protection"}},"required":["id","name","cloudflare_endpoint","interface_address"]},"magic_colo_names":{"type":"array","items":{"$ref":"#/components/schemas/magic_colo_name"}},"magic_colo_regions":{"type":"array","items":{"$ref":"#/components/schemas/magic_colo_region"},"x-auditable":true},"magic_connector-id":{"type":"string","x-auditable":true},"magic_site-location":{"type":"object","properties":{"lat":{"type":"string","x-auditable":true},"lon":{"type":"string","x-auditable":true}}},"magic_site-name":{"type":"string","x-auditable":true},"magic_secondary-connector-id":{"type":"string","x-auditable":true},"magic_site":{"type":"object","properties":{"connector_id":{"$ref":"#/components/schemas/magic_connector-id"},"ha_mode":{"type":"boolean"},"id":{"$ref":"#/components/schemas/magic_identifier"},"location":{"$ref":"#/components/schemas/magic_site-location"},"name":{"$ref":"#/components/schemas/magic_site-name"},"secondary_connector_id":{"$ref":"#/components/schemas/magic_secondary-connector-id"}}},"magic_update_bgp_settings_redistribute_sources":{"type":"object","properties":{"static:wan":{"type":"boolean"}}},"magic_wan_static_addressing":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/magic_cidr"},"gateway_address":{"$ref":"#/components/schemas/magic_ip-address"},"secondary_address":{"$ref":"#/components/schemas/magic_cidr"}},"required":["address","gateway_address"]},"magic_wan":{"type":"object","properties":{"health_check_rate":{"type":"string","default":"mid","enum":["low","mid","high"]},"id":{"$ref":"#/components/schemas/magic_identifier"},"name":{"type":"string"},"physport":{"$ref":"#/components/schemas/magic_port"},"priority":{"type":"integer"},"site_id":{"$ref":"#/components/schemas/magic_identifier"},"static_addressing":{"$ref":"#/components/schemas/magic_wan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"mcn_response":{"type":"object","properties":{"messages":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"}},"success":{"type":"boolean","x-auditable":true}},"required":["result","success","errors","messages"]},"mcn_error":{"type":"object","properties":{"code":{"type":"integer","enum":[1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,3001,3002,3003,3004,3005,3006,3007,4001,4002,4003,4004,4005,4006,4007,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,5001,5002,5003,5004,102000,102001,102002,102003,102004,102005,102006,102007,102008,102009,102010,102011,102012,102013,102014,102015,102016,102017,102018,102019,102020,102021,102022,102023,102024,102025,102026,102027,102028,102029,102030,102031,102032,102033,102034,102035,102036,102037,102038,102039,102040,102041,102042,102043,102044,102045,102046,102047,102048,102049,102050,102051,102052,102053,102054,102055,102056,102057,102058,102059,102060,102061,102062,102063,102064,102065,102066,102067,102068,102069,102070,102071,102072,103001,103002,103003,103004,103005,103006,103007,103008],"x-auditable":true},"documentation_url":{"type":"string"},"message":{"type":"string"},"meta":{"$ref":"#/components/schemas/mcn_error_meta"},"source":{"$ref":"#/components/schemas/mcn_error_source"}},"required":["code","message"]},"mcn_catalog_sync_destination_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_catalog_sync_update_mode":{"type":"string","enum":["AUTO","MANUAL"],"x-auditable":true},"mcn_catalog_syncs_prebuilt_policy":{"type":"object","properties":{"applicable_destinations":{"type":"array","items":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_type"}},"policy_description":{"type":"string"},"policy_name":{"type":"string"},"policy_string":{"type":"string"}},"required":["policy_name","policy_description","policy_string","applicable_destinations"]},"mcn_platform_client_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_catalog_sync":{"type":"object","properties":{"destination_id":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_id"},"destination_type":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_type"},"errors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_error"}},"id":{"$ref":"#/components/schemas/mcn_catalog_sync_id"},"includes_discoveries_until":{"type":"string"},"last_attempted_update_at":{"type":"string"},"last_successful_update_at":{"type":"string"},"last_user_update_at":{"type":"string"},"name":{"type":"string"},"policy":{"type":"string"},"update_mode":{"$ref":"#/components/schemas/mcn_catalog_sync_update_mode"}},"required":["id","name","description","policy","destination_type","destination_id","destination_url","update_mode","last_user_update_at"]},"mcn_onramp_cloud_type":{"type":"string","enum":["AWS","AZURE","GOOGLE"],"x-auditable":true},"mcn_onramp_type":{"type":"string","enum":["OnrampTypeSingle","OnrampTypeHub"],"x-auditable":true},"mcn_onramp":{"type":"object","properties":{"attached_hubs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"attached_vpcs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"cloud_asn":{"type":"integer","format":"uint32","x-auditable":true},"cloud_type":{"$ref":"#/components/schemas/mcn_onramp_cloud_type"},"dynamic_routing":{"type":"boolean","x-auditable":true},"hub":{"$ref":"#/components/schemas/mcn_resource_id"},"id":{"$ref":"#/components/schemas/mcn_onramp_id"},"install_routes_in_cloud":{"type":"boolean","x-auditable":true},"install_routes_in_magic_wan":{"type":"boolean","x-auditable":true},"last_applied_at":{"type":"string","x-auditable":true},"last_exported_at":{"type":"string","x-auditable":true},"last_planned_at":{"type":"string","x-auditable":true},"manage_hub_to_hub_attachments":{"type":"boolean","x-auditable":true},"manage_vpc_to_hub_attachments":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true},"planned_monthly_cost_estimate":{"$ref":"#/components/schemas/mcn_cost_diff"},"planned_resources":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_diff"}},"planned_resources_unavailable":{"type":"boolean","x-auditable":true},"post_apply_monthly_cost_estimate":{"$ref":"#/components/schemas/mcn_cost"},"post_apply_resources":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_resource_details"}},"post_apply_resources_unavailable":{"type":"boolean","x-auditable":true},"region":{"type":"string","x-auditable":true},"status":{"$ref":"#/components/schemas/mcn_onramp_status"},"type":{"$ref":"#/components/schemas/mcn_onramp_type"},"updated_at":{"type":"string"},"vpc":{"$ref":"#/components/schemas/mcn_resource_id"},"vpcs_by_id":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_resource_details"}},"vpcs_by_id_unavailable":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}}},"required":["id","name","type","cloud_type","install_routes_in_cloud","install_routes_in_magic_wan","dynamic_routing","updated_at"]},"mcn_cloud_type":{"type":"string","enum":["AWS","AZURE","GOOGLE","CLOUDFLARE"],"x-auditable":true},"mcn_provider":{"type":"object","properties":{"aws_arn":{"type":"string","x-auditable":true},"azure_subscription_id":{"type":"string","x-auditable":true},"azure_tenant_id":{"type":"string","x-auditable":true},"cloud_type":{"$ref":"#/components/schemas/mcn_cloud_type"},"friendly_name":{"type":"string"},"gcp_project_id":{"type":"string","x-auditable":true},"gcp_service_account_email":{"type":"string","x-auditable":true},"id":{"$ref":"#/components/schemas/mcn_provider_id"},"last_updated":{"type":"string","x-auditable":true},"lifecycle_state":{"$ref":"#/components/schemas/mcn_provider_lifecycle_state"},"state":{"$ref":"#/components/schemas/mcn_provider_discovery_status"},"state_v2":{"$ref":"#/components/schemas/mcn_provider_discovery_status"},"status":{"$ref":"#/components/schemas/mcn_provider_status"}},"required":["id","friendly_name","cloud_type","last_updated","state","state_v2","lifecycle_state"]},"mcn_deleted_catalog_sync":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}},"required":["id"]},"mcn_deleted_onramp":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mcn_onramp_id"}},"required":["id"]},"mcn_deleted_provider":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mcn_provider_id"}},"required":["id"]},"mcn_deleted_resource":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mcn_resource_id"}},"required":["id"]},"mcn_error_meta":{"type":"object","properties":{"l10n_key":{"type":"string","x-auditable":true},"loggable_error":{"type":"string"},"template_data":{"type":"object"},"trace_id":{"type":"string","x-auditable":true}}},"mcn_error_source":{"type":"object","properties":{"parameter":{"type":"string","x-auditable":true},"parameter_value_index":{"type":"integer","x-auditable":true},"pointer":{"type":"string","x-auditable":true}}},"mcn_magic_wan_address_space":{"type":"object","properties":{"prefixes":{"type":"array","items":{"$ref":"#/components/schemas/mcn_cidr_prefix"}}},"required":["prefixes"]},"mcn_response_collection":{"type":"object","properties":{"messages":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"}},"result_info":{"$ref":"#/components/schemas/mcn_result_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]},"mcn_string_item":{"type":"object","properties":{"item_type":{"type":"string"},"string":{"type":"string"}},"required":["item_type","string"]},"mcn_resource_preview_item":{"type":"object","properties":{"item_type":{"type":"string","x-auditable":true},"resource_preview":{"$ref":"#/components/schemas/mcn_resource_preview"}},"required":["item_type","resource_preview"]},"mcn_cidr_prefix":{"type":"string","x-auditable":true},"mcn_cost_diff":{"type":"object","properties":{"currency":{"type":"string","x-auditable":true},"current_monthly_cost":{"type":"number","format":"double"},"diff":{"type":"number","format":"double"},"proposed_monthly_cost":{"type":"number","format":"double"}},"required":["current_monthly_cost","proposed_monthly_cost","diff","currency"]},"mcn_resource_diff":{"type":"object","properties":{"diff":{"$ref":"#/components/schemas/mcn_yaml_diff"},"keys_require_replace":{"type":"array","items":{"type":"string"}},"monthly_cost_estimate_diff":{"$ref":"#/components/schemas/mcn_cost_diff"},"planned_action":{"$ref":"#/components/schemas/mcn_planned_action"},"resource":{"$ref":"#/components/schemas/mcn_resource_preview"}},"required":["resource","diff","planned_action","keys_require_replace","monthly_cost_estimate_diff"]},"mcn_cost":{"type":"object","properties":{"currency":{"type":"string","x-auditable":true},"monthly_cost":{"type":"number","format":"double"}},"required":["monthly_cost","currency"]},"mcn_resource_details":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/mcn_account_id"},"cloud_type":{"$ref":"#/components/schemas/mcn_cloud_type"},"config":{"type":"object","additionalProperties":true},"deployment_provider":{"$ref":"#/components/schemas/mcn_provider_id"},"id":{"$ref":"#/components/schemas/mcn_resource_id"},"managed":{"type":"boolean","x-auditable":true},"managed_by":{"type":"array","items":{"$ref":"#/components/schemas/mcn_cloud_platform_client"}},"monthly_cost_estimate":{"$ref":"#/components/schemas/mcn_cost"},"name":{"type":"string"},"native_id":{"type":"string"},"observations":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_observation"}},"provider_ids":{"type":"array","items":{"$ref":"#/components/schemas/mcn_provider_id"}},"provider_names_by_id":{"type":"object","additionalProperties":{"type":"string"}},"region":{"type":"string","x-auditable":true},"resource_group":{"type":"string","x-auditable":true},"resource_type":{"$ref":"#/components/schemas/mcn_resource_type"},"sections":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_details_section"}},"state":{"type":"object","additionalProperties":true},"tags":{"type":"object","additionalProperties":{"type":"string"}},"updated_at":{"type":"string"},"url":{"type":"string"}},"required":["id","native_id","name","account_id","cloud_type","resource_type","managed","provider_ids","provider_names_by_id","region","resource_group","tags","updated_at","url","config","state","observations","deployment_provider","sections","monthly_cost_estimate"]},"mcn_onramp_status":{"type":"object","properties":{"apply_progress":{"$ref":"#/components/schemas/mcn_apply_progress"},"lifecycle_errors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_error"}},"lifecycle_state":{"$ref":"#/components/schemas/mcn_onramp_lifecycle_state"},"plan_progress":{"$ref":"#/components/schemas/mcn_plan_progress"},"routes":{"type":"array","items":{"$ref":"#/components/schemas/mcn_conduit_route_id"}},"tunnels":{"type":"array","items":{"$ref":"#/components/schemas/mcn_conduit_tunnel_id"}}},"required":["lifecycle_state","tunnels","routes","plan_progress","apply_progress"]},"mcn_apply_progress":{"type":"object","properties":{"done":{"type":"integer","x-auditable":true},"total":{"type":"integer","x-auditable":true}},"required":["done","total"]},"mcn_onramp_lifecycle_state":{"type":"string","enum":["OnrampNeedsApply","OnrampPendingPlan","OnrampPlanning","OnrampPlanFailed","OnrampPendingApproval","OnrampPendingApply","OnrampApplying","OnrampApplyFailed","OnrampActive","OnrampPendingDestroy","OnrampDestroying","OnrampDestroyFailed"],"x-auditable":true},"mcn_plan_progress":{"type":"object","properties":{"done":{"type":"integer","x-auditable":true},"total":{"type":"integer","x-auditable":true}},"required":["done","total"]},"mcn_conduit_route_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_conduit_tunnel_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_provider_lifecycle_state":{"type":"string","enum":["ACTIVE","PENDING_SETUP","RETIRED"],"x-auditable":true},"mcn_provider_discovery_status":{"type":"string","enum":["UNSPECIFIED","PENDING","DISCOVERING","FAILED","SUCCEEDED"],"x-auditable":true},"mcn_provider_status":{"type":"object","properties":{"credentials_good_since":{"type":"string","x-auditable":true},"credentials_missing_since":{"type":"string","x-auditable":true},"credentials_rejected_since":{"type":"string","x-auditable":true},"discovery_message":{"type":"string","x-auditable":true},"discovery_message_v2":{"type":"string","x-auditable":true},"discovery_progress":{"$ref":"#/components/schemas/mcn_provider_discovery_progress"},"discovery_progress_v2":{"$ref":"#/components/schemas/mcn_provider_discovery_progress"},"in_use_by":{"type":"array","items":{"$ref":"#/components/schemas/mcn_cloud_platform_client"}},"last_discovery_completed_at":{"type":"string","x-auditable":true},"last_discovery_completed_at_v2":{"type":"string","x-auditable":true},"last_discovery_started_at":{"type":"string","x-auditable":true},"last_discovery_started_at_v2":{"type":"string","x-auditable":true},"last_discovery_status":{"$ref":"#/components/schemas/mcn_provider_discovery_status"},"last_discovery_status_v2":{"$ref":"#/components/schemas/mcn_provider_discovery_status"},"last_updated":{"type":"string","x-auditable":true},"regions":{"type":"array","items":{"type":"string","x-auditable":true}}},"required":["last_discovery_status","last_discovery_status_v2","regions","discovery_status","discovery_status_v2","discovery_progress","discovery_progress_v2"]},"mcn_aws_trust_policy":{"type":"object","properties":{"aws_trust_policy":{"type":"string"},"item_type":{"type":"string","x-auditable":true}},"required":["item_type","aws_trust_policy"]},"mcn_azure_setup":{"type":"object","properties":{"azure_consent_url":{"type":"string"},"integration_identity_tag":{"type":"string","x-auditable":true},"item_type":{"type":"string","x-auditable":true},"tag_cli_command":{"type":"string"}},"required":["item_type","azure_consent_url","integration_identity_tag","tag_cli_command"]},"mcn_gcp_setup":{"type":"object","properties":{"integration_identity_tag":{"type":"string","x-auditable":true},"item_type":{"type":"string","x-auditable":true},"tag_cli_command":{"type":"string"}},"required":["item_type","integration_identity_tag","tag_cli_command"]},"mcn_provider_discovery_progress":{"type":"object","properties":{"done":{"type":"integer","x-auditable":true},"total":{"type":"integer","x-auditable":true},"unit":{"type":"string","x-auditable":true}},"required":["unit","done","total"]},"mcn_cloud_platform_client":{"type":"object","properties":{"client_type":{"type":"string","enum":["MAGIC_WAN_CLOUD_ONRAMP"],"x-auditable":true},"id":{"$ref":"#/components/schemas/mcn_platform_client_id"},"name":{"type":"string","x-auditable":true}},"required":["client_type","name","id"]},"mcn_good_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_response_collection"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"},"maxLength":0}},"type":"object"}]},"mcn_result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}},"required":["page","per_page","count","total_count"]},"mcn_policy_result":{"type":"string"},"mcn_observation":{"type":"object","properties":{"first_observed_at":{"type":"string","x-auditable":true},"last_observed_at":{"type":"string","x-auditable":true},"provider_id":{"$ref":"#/components/schemas/mcn_provider_id"},"resource_id":{"$ref":"#/components/schemas/mcn_resource_id"}},"required":["provider_id","resource_id","first_observed_at","last_observed_at"]},"mcn_resource_details_section":{"type":"object","properties":{"help_text":{"type":"string"},"hidden_items":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_details_section_item"}},"name":{"type":"string"},"visible_items":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_details_section_item"}}},"required":["name","visible_items","hidden_items"]},"mcn_resource_details_section_item":{"type":"object","properties":{"helpText":{"type":"string"},"name":{"type":"string"},"value":{"type":"object","discriminator":{"propertyName":"item_type"},"oneOf":[{"$ref":"#/components/schemas/mcn_string_item"},{"$ref":"#/components/schemas/mcn_yaml_item"},{"$ref":"#/components/schemas/mcn_yaml_diff_item"},{"$ref":"#/components/schemas/mcn_resource_preview_item"},{"$ref":"#/components/schemas/mcn_list_item"}]}}},"mcn_yaml_item":{"type":"object","properties":{"item_type":{"type":"string"},"yaml":{"type":"string"}},"required":["item_type","yaml"]},"mcn_yaml_diff_item":{"type":"object","properties":{"item_type":{"type":"string"},"yaml_diff":{"$ref":"#/components/schemas/mcn_yaml_diff"}},"required":["item_type","yaml_diff"]},"mcn_list_item":{"type":"object","properties":{"item_type":{"type":"string"},"list":{"type":"array","items":{"discriminator":{"propertyName":"item_type"},"oneOf":[{"$ref":"#/components/schemas/mcn_string_item"},{"$ref":"#/components/schemas/mcn_resource_preview_item"}],"type":"object"}}},"required":["item_type","list"]},"mcn_yaml_diff":{"type":"object","properties":{"diff":{"type":"string"},"left_description":{"type":"string"},"left_yaml":{"type":"string"},"right_description":{"type":"string"},"right_yaml":{"type":"string"}},"required":["left_yaml","left_description","right_yaml","right_description","diff"]},"mcn_planned_action":{"type":"string","enum":["no_op","create","update","replace","destroy"],"x-auditable":true},"mcn_resource_preview":{"type":"object","properties":{"cloud_type":{"$ref":"#/components/schemas/mcn_cloud_type"},"detail":{"type":"string"},"id":{"$ref":"#/components/schemas/mcn_resource_id"},"name":{"type":"string"},"resource_type":{"$ref":"#/components/schemas/mcn_resource_type"},"title":{"type":"string"}},"required":["id","cloud_type","resource_type","name","title","detail"]},"mcn_resources_catalog_policy_preview":{"type":"string"},"mconn_recorded_event":{"type":"object","properties":{"e":{"$ref":"#/components/schemas/mconn_event"},"n":{"type":"number"},"t":{"type":"number"},"v":{"type":"string"}},"required":["t","n","e"]},"mconn_admin_events_get_latest_result":{"type":"object","properties":{"count":{"type":"number"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_recorded_event"}}},"required":["items","count"]},"mconn_event_metadata":{"type":"object","properties":{"a":{"type":"number"},"k":{"type":"string"},"n":{"type":"number"},"t":{"type":"number"}},"required":["a","t","n","k"]},"mconn_admin_events_get_result":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_event_metadata"}}},"required":["items","count"]},"mconn_admin_macros_report_exception_result":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]},"mconn_snapshot":{"type":"object","properties":{"bonds":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_bond"}},"count_reclaim_failures":{"type":"number"},"count_reclaimed_paths":{"type":"number"},"count_record_failed":{"type":"number"},"count_transmit_failures":{"type":"number"},"cpu_count":{"type":"number"},"cpu_pressure_10s":{"type":"number"},"cpu_pressure_300s":{"type":"number"},"cpu_pressure_60s":{"type":"number"},"cpu_pressure_total_us":{"type":"number"},"cpu_time_guest_ms":{"type":"number"},"cpu_time_guest_nice_ms":{"type":"number"},"cpu_time_idle_ms":{"type":"number"},"cpu_time_iowait_ms":{"type":"number"},"cpu_time_irq_ms":{"type":"number"},"cpu_time_nice_ms":{"type":"number"},"cpu_time_softirq_ms":{"type":"number"},"cpu_time_steal_ms":{"type":"number"},"cpu_time_system_ms":{"type":"number"},"cpu_time_user_ms":{"type":"number"},"delta":{"type":"number"},"dhcp_leases":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_dhcp_lease"}},"disks":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_disk"}},"epsilon":{"type":"number"},"ha_state":{"type":"string"},"ha_value":{"type":"number"},"interfaces":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_interface"}},"io_pressure_full_10s":{"type":"number"},"io_pressure_full_300s":{"type":"number"},"io_pressure_full_60s":{"type":"number"},"io_pressure_full_total_us":{"type":"number"},"io_pressure_some_10s":{"type":"number"},"io_pressure_some_300s":{"type":"number"},"io_pressure_some_60s":{"type":"number"},"io_pressure_some_total_us":{"type":"number"},"kernel_btime":{"type":"number"},"kernel_ctxt":{"type":"number"},"kernel_processes":{"type":"number"},"kernel_processes_blocked":{"type":"number"},"kernel_processes_running":{"type":"number"},"load_average_15m":{"type":"number"},"load_average_1m":{"type":"number"},"load_average_5m":{"type":"number"},"load_average_cur":{"type":"number"},"load_average_max":{"type":"number"},"memory_active_bytes":{"type":"number"},"memory_anon_hugepages_bytes":{"type":"number"},"memory_anon_pages_bytes":{"type":"number"},"memory_available_bytes":{"type":"number"},"memory_bounce_bytes":{"type":"number"},"memory_buffers_bytes":{"type":"number"},"memory_cached_bytes":{"type":"number"},"memory_cma_free_bytes":{"type":"number"},"memory_cma_total_bytes":{"type":"number"},"memory_commit_limit_bytes":{"type":"number"},"memory_committed_as_bytes":{"type":"number"},"memory_dirty_bytes":{"type":"number"},"memory_free_bytes":{"type":"number"},"memory_high_free_bytes":{"type":"number"},"memory_high_total_bytes":{"type":"number"},"memory_hugepages_free":{"type":"number"},"memory_hugepages_rsvd":{"type":"number"},"memory_hugepages_surp":{"type":"number"},"memory_hugepages_total":{"type":"number"},"memory_hugepagesize_bytes":{"type":"number"},"memory_inactive_bytes":{"type":"number"},"memory_k_reclaimable_bytes":{"type":"number"},"memory_kernel_stack_bytes":{"type":"number"},"memory_low_free_bytes":{"type":"number"},"memory_low_total_bytes":{"type":"number"},"memory_mapped_bytes":{"type":"number"},"memory_page_tables_bytes":{"type":"number"},"memory_per_cpu_bytes":{"type":"number"},"memory_pressure_full_10s":{"type":"number"},"memory_pressure_full_300s":{"type":"number"},"memory_pressure_full_60s":{"type":"number"},"memory_pressure_full_total_us":{"type":"number"},"memory_pressure_some_10s":{"type":"number"},"memory_pressure_some_300s":{"type":"number"},"memory_pressure_some_60s":{"type":"number"},"memory_pressure_some_total_us":{"type":"number"},"memory_s_reclaimable_bytes":{"type":"number"},"memory_s_unreclaim_bytes":{"type":"number"},"memory_secondary_page_tables_bytes":{"type":"number"},"memory_shmem_bytes":{"type":"number"},"memory_shmem_hugepages_bytes":{"type":"number"},"memory_shmem_pmd_mapped_bytes":{"type":"number"},"memory_slab_bytes":{"type":"number"},"memory_swap_cached_bytes":{"type":"number"},"memory_swap_free_bytes":{"type":"number"},"memory_swap_total_bytes":{"type":"number"},"memory_total_bytes":{"type":"number"},"memory_vmalloc_chunk_bytes":{"type":"number"},"memory_vmalloc_total_bytes":{"type":"number"},"memory_vmalloc_used_bytes":{"type":"number"},"memory_writeback_bytes":{"type":"number"},"memory_writeback_tmp_bytes":{"type":"number"},"memory_z_swap_bytes":{"type":"number"},"memory_z_swapped_bytes":{"type":"number"},"mounts":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_mount"}},"netdevs":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_netdev"}},"platform":{"type":"string"},"site_id":{"type":"string"},"snmp_icmp_in_addr_mask_reps":{"type":"number"},"snmp_icmp_in_addr_masks":{"type":"number"},"snmp_icmp_in_csum_errors":{"type":"number"},"snmp_icmp_in_dest_unreachs":{"type":"number"},"snmp_icmp_in_echo_reps":{"type":"number"},"snmp_icmp_in_echos":{"type":"number"},"snmp_icmp_in_errors":{"type":"number"},"snmp_icmp_in_msgs":{"type":"number"},"snmp_icmp_in_parm_probs":{"type":"number"},"snmp_icmp_in_redirects":{"type":"number"},"snmp_icmp_in_src_quenchs":{"type":"number"},"snmp_icmp_in_time_excds":{"type":"number"},"snmp_icmp_in_timestamp_reps":{"type":"number"},"snmp_icmp_in_timestamps":{"type":"number"},"snmp_icmp_out_addr_mask_reps":{"type":"number"},"snmp_icmp_out_addr_masks":{"type":"number"},"snmp_icmp_out_dest_unreachs":{"type":"number"},"snmp_icmp_out_echo_reps":{"type":"number"},"snmp_icmp_out_echos":{"type":"number"},"snmp_icmp_out_errors":{"type":"number"},"snmp_icmp_out_msgs":{"type":"number"},"snmp_icmp_out_parm_probs":{"type":"number"},"snmp_icmp_out_redirects":{"type":"number"},"snmp_icmp_out_src_quenchs":{"type":"number"},"snmp_icmp_out_time_excds":{"type":"number"},"snmp_icmp_out_timestamp_reps":{"type":"number"},"snmp_icmp_out_timestamps":{"type":"number"},"snmp_ip_default_ttl":{"type":"number"},"snmp_ip_forw_datagrams":{"type":"number"},"snmp_ip_forwarding_enabled":{"type":"boolean"},"snmp_ip_frag_creates":{"type":"number"},"snmp_ip_frag_fails":{"type":"number"},"snmp_ip_frag_oks":{"type":"number"},"snmp_ip_in_addr_errors":{"type":"number"},"snmp_ip_in_delivers":{"type":"number"},"snmp_ip_in_discards":{"type":"number"},"snmp_ip_in_hdr_errors":{"type":"number"},"snmp_ip_in_receives":{"type":"number"},"snmp_ip_in_unknown_protos":{"type":"number"},"snmp_ip_out_discards":{"type":"number"},"snmp_ip_out_no_routes":{"type":"number"},"snmp_ip_out_requests":{"type":"number"},"snmp_ip_reasm_fails":{"type":"number"},"snmp_ip_reasm_oks":{"type":"number"},"snmp_ip_reasm_reqds":{"type":"number"},"snmp_ip_reasm_timeout":{"type":"number"},"snmp_tcp_active_opens":{"type":"number"},"snmp_tcp_attempt_fails":{"type":"number"},"snmp_tcp_curr_estab":{"type":"number"},"snmp_tcp_estab_resets":{"type":"number"},"snmp_tcp_in_csum_errors":{"type":"number"},"snmp_tcp_in_errs":{"type":"number"},"snmp_tcp_in_segs":{"type":"number"},"snmp_tcp_max_conn":{"type":"number"},"snmp_tcp_out_rsts":{"type":"number"},"snmp_tcp_out_segs":{"type":"number"},"snmp_tcp_passive_opens":{"type":"number"},"snmp_tcp_retrans_segs":{"type":"number"},"snmp_tcp_rto_max":{"type":"number"},"snmp_tcp_rto_min":{"type":"number"},"snmp_udp_in_datagrams":{"type":"number"},"snmp_udp_in_errors":{"type":"number"},"snmp_udp_no_ports":{"type":"number"},"snmp_udp_out_datagrams":{"type":"number"},"system_boot_time_s":{"type":"number"},"t":{"type":"number"},"thermals":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_thermal"}},"tunnels":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_tunnel"}},"uptime_idle_ms":{"type":"number"},"uptime_total_ms":{"type":"number"},"v":{"type":"string"}},"required":["t","v","count_reclaim_failures","count_reclaimed_paths","count_record_failed","count_transmit_failures"]},"mconn_admin_snapshots_get_latest_result":{"type":"object","properties":{"count":{"type":"number"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot"}}},"required":["items","count"]},"mconn_snapshot_metadata":{"type":"object","properties":{"a":{"type":"number"},"t":{"type":"number"}},"required":["a","t"]},"mconn_admin_snapshots_get_result":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_metadata"}}},"required":["items","count"]},"mconn_response":{"type":"object","properties":{"messages":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"}},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]},"mconn_coded_message":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]},"mconn_none":{"type":"object","nullable":true},"mconn_connector_events_post_result":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]},"mconn_good_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"},"maxLength":0}},"type":"object"}]},"mconn_connector_interrupts_result":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_interrupt"},{"properties":{"submitted_at":{"type":"string"},"triggered_at":{"type":"string"}},"required":["submitted_at"],"type":"object"}]},"mconn_interrupt":{"type":"object","properties":{"reboot":{"type":"object","additionalProperties":false,"properties":{"purge":{"type":"boolean","default":false}}},"restart":{"type":"object","additionalProperties":false,"properties":{"purge":{"type":"boolean","default":false}}},"shutdown":{"type":"object","additionalProperties":false,"properties":{"purge":{"type":"boolean","default":false}}}},"additionalProperties":false,"maxProperties":1,"minProperties":1},"mconn_connector_snapshots_post_result":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]},"mconn_customer_device":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mconn_uuid"},"serial_number":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["MANAGED","LICENSED"],"x-auditable":true}},"required":["id"]},"mconn_day_of_week":{"type":"string","enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},"mconn_embargo_date":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"mconn_customer_device_options":{"type":"object","properties":{"id":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"provision_license":{"type":"boolean"},"serial_number":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"maxProperties":1,"minProperties":1},"mconn_customer_connector_fields":{"type":"object","properties":{"activated":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_days_of_week":{"type":"array","items":{"$ref":"#/components/schemas/mconn_day_of_week"},"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_duration_hours":{"type":"number","maximum":24,"minimum":1,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_embargo_dates":{"type":"array","items":{"$ref":"#/components/schemas/mconn_embargo_date"},"maxItems":100,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_hour_of_day":{"type":"number","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"notes":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"primary":{"type":"boolean","default":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"site_id":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"timezone":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"mconn_customer_connector":{"type":"object","properties":{"activated":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"device":{"$ref":"#/components/schemas/mconn_customer_device"},"id":{"$ref":"#/components/schemas/mconn_uuid"},"interrupt_window_days_of_week":{"type":"array","items":{"$ref":"#/components/schemas/mconn_day_of_week"},"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_duration_hours":{"type":"number","maximum":24,"minimum":1,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_embargo_dates":{"type":"array","items":{"$ref":"#/components/schemas/mconn_embargo_date"},"maxItems":100,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_hour_of_day":{"type":"number","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"last_heartbeat":{"type":"string","x-auditable":true},"last_seen_version":{"type":"string","x-auditable":true},"last_updated":{"type":"string","x-auditable":true},"license_key":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"notes":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"primary":{"type":"boolean","default":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"site_id":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"timezone":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["id","notes","activated","last_updated","timezone","interrupt_window_hour_of_day","interrupt_window_duration_hours","interrupt_window_days_of_week","interrupt_window_embargo_dates","primary"]},"mconn_customer_events_latest_get_result":{"type":"object","properties":{"count":{"type":"number"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_recorded_event"}}},"required":["items","count"]},"mconn_customer_events_list_result":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_event_metadata"}}},"required":["items","count"]},"mconn_customer_snapshots_latest_get_result":{"type":"object","properties":{"count":{"type":"number"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot"}}},"required":["items","count"]},"mconn_customer_snapshots_list_result":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_metadata"}}},"required":["items","count"]},"mconn_event":{"type":"object","properties":{"k":{"type":"string","enum":["Init","Leave","StartAttestation","FinishAttestationSuccess","FinishAttestationFailure","StartRotateCryptKey","FinishRotateCryptKeySuccess","FinishRotateCryptKeyFailure","StartRotatePki","FinishRotatePkiSuccess","FinishRotatePkiFailure","StartUpgrade","FinishUpgradeSuccess","FinishUpgradeFailure","Reconcile","ConfigureCloudflaredTunnel","RekeyInstallBoth","RekeyStart","RekeyRestart","RekeyAdvance","RekeyComplete","RekeyReset","HaTransition","HaError","HaInit","HaLeave"]}},"additionalProperties":true,"required":["k"]},"mconn_snapshot_bond":{"type":"object","properties":{"name":{"type":"string"},"status":{"type":"string"}},"required":["name","status"]},"mconn_snapshot_dhcp_lease":{"type":"object","properties":{"client_id":{"type":"string"},"expiry_time":{"type":"number"},"hostname":{"type":"string"},"interface_name":{"type":"string"},"ip_address":{"type":"string"},"mac_address":{"type":"string"}},"required":["interface_name","expiry_time","mac_address","ip_address","hostname","client_id"]},"mconn_snapshot_disk":{"type":"object","properties":{"discards":{"type":"number"},"discards_merged":{"type":"number"},"flushes":{"type":"number"},"in_progress":{"type":"number"},"major":{"type":"number"},"merged":{"type":"number"},"minor":{"type":"number"},"name":{"type":"string"},"reads":{"type":"number"},"sectors_discarded":{"type":"number"},"sectors_read":{"type":"number"},"sectors_written":{"type":"number"},"time_discarding_ms":{"type":"number"},"time_flushing_ms":{"type":"number"},"time_in_progress_ms":{"type":"number"},"time_reading_ms":{"type":"number"},"time_writing_ms":{"type":"number"},"weighted_time_in_progress_ms":{"type":"number"},"writes":{"type":"number"},"writes_merged":{"type":"number"}},"required":["in_progress","major","merged","minor","name","reads","sectors_read","sectors_written","time_in_progress_ms","time_reading_ms","time_writing_ms","weighted_time_in_progress_ms","writes","writes_merged"]},"mconn_snapshot_interface":{"type":"object","properties":{"ip_addresses":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_interface_address"}},"name":{"type":"string"},"operstate":{"type":"string"},"speed":{"type":"number"}},"required":["name","operstate"]},"mconn_snapshot_mount":{"type":"object","properties":{"available_bytes":{"type":"number"},"available_inodes":{"type":"number"},"file_system":{"type":"string"},"is_read_only":{"type":"boolean"},"is_removable":{"type":"boolean"},"kind":{"type":"string"},"mount_point":{"type":"string"},"name":{"type":"string"},"total_bytes":{"type":"number"},"total_inodes":{"type":"number"}},"required":["name","kind","file_system","mount_point"]},"mconn_snapshot_netdev":{"type":"object","properties":{"name":{"type":"string"},"recv_bytes":{"type":"number"},"recv_compressed":{"type":"number"},"recv_drop":{"type":"number"},"recv_errs":{"type":"number"},"recv_fifo":{"type":"number"},"recv_frame":{"type":"number"},"recv_multicast":{"type":"number"},"recv_packets":{"type":"number"},"sent_bytes":{"type":"number"},"sent_carrier":{"type":"number"},"sent_colls":{"type":"number"},"sent_compressed":{"type":"number"},"sent_drop":{"type":"number"},"sent_errs":{"type":"number"},"sent_fifo":{"type":"number"},"sent_packets":{"type":"number"}},"required":["name","recv_bytes","recv_packets","recv_errs","recv_drop","recv_fifo","recv_frame","recv_compressed","recv_multicast","sent_bytes","sent_packets","sent_errs","sent_drop","sent_fifo","sent_colls","sent_carrier","sent_compressed"]},"mconn_snapshot_thermal":{"type":"object","properties":{"critical_celcius":{"type":"number"},"current_celcius":{"type":"number"},"label":{"type":"string"},"max_celcius":{"type":"number"}},"required":["label"]},"mconn_snapshot_tunnel":{"type":"object","properties":{"health_state":{"type":"string"},"health_value":{"type":"number"},"interface_name":{"type":"string"},"jitter_ms":{"type":"number"},"latency_ms":{"type":"number"},"natd_result":{"type":"string"},"natd_state":{"type":"number"},"natd_target":{"type":"string"},"probed_mtu":{"type":"number"},"recent_healthy_pings":{"type":"number"},"recent_unhealthy_pings":{"type":"number"},"tunnel_id":{"type":"string"}},"required":["tunnel_id","interface_name","health_state","health_value"]},"mconn_snapshot_interface_address":{"type":"object","properties":{"interface_name":{"type":"string"},"ip_address":{"type":"string"}},"required":["interface_name","ip_address"]},"moq_cloudflare_jwt_token":{"type":"object","properties":{"created":{"type":"string","format":"date-time"},"expires":{"type":"string","format":"date-time"},"jti":{"type":"string"},"label":{"type":"string"},"operations":{"type":"array","items":{"enum":["publish","subscribe"],"type":"string"},"minItems":1},"secret":{"type":"string","x-sensitive":true}},"required":["jti","operations","created","expires"]},"moq_cloudflare_jwt_issuer":{"type":"object","properties":{"cloudflare_tokens":{"type":"array","items":{"$ref":"#/components/schemas/moq_cloudflare_jwt_token"}},"issuer":{"type":"string","enum":["cloudflare"]},"type":{"type":"string","enum":["cloudflare_jwt"]}},"required":["type","issuer","cloudflare_tokens"]},"moq_relay_config":{"type":"object","properties":{"upstreams":{"$ref":"#/components/schemas/moq_upstreams"}}},"moq_upstreams":{"type":"object","properties":{"enabled":{"type":"boolean","default":false},"upstreams":{"type":"array","items":{"$ref":"#/components/schemas/moq_upstream"},"default":[]}}},"moq_issuer":{"discriminator":{"mapping":{"cloudflare_jwt":"#/components/schemas/moq_cloudflare_jwt_issuer"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/moq_cloudflare_jwt_issuer"}]},"moq_upstream":{"type":"object","properties":{"url":{"type":"string","format":"uri"}},"required":["url"]},"mq_api-v4-error":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true},"minLength":1},"mq_api-v4-message":{"type":"array","items":{"type":"string","x-auditable":true}},"mq_http-consumer-request":{"type":"object","properties":{"dead_letter_queue":{"$ref":"#/components/schemas/mq_queue-name"},"settings":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"max_retries":{"$ref":"#/components/schemas/mq_max-retries"},"retry_delay":{"$ref":"#/components/schemas/mq_retry-delay"},"visibility_timeout_ms":{"$ref":"#/components/schemas/mq_visibility-timeout"}}},"type":{"type":"string","enum":["http_pull"],"x-auditable":true}},"required":["type"]},"mq_worker-consumer-request":{"type":"object","properties":{"dead_letter_queue":{"$ref":"#/components/schemas/mq_queue-name"},"script_name":{"$ref":"#/components/schemas/mq_script-name"},"settings":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"max_concurrency":{"$ref":"#/components/schemas/mq_max-concurrency"},"max_retries":{"$ref":"#/components/schemas/mq_max-retries"},"max_wait_time_ms":{"$ref":"#/components/schemas/mq_max-wait-time"},"retry_delay":{"$ref":"#/components/schemas/mq_retry-delay"}}},"type":{"type":"string","enum":["worker"],"x-auditable":true}},"required":["type","script_name"]},"mq_http-consumer-response":{"type":"object","properties":{"consumer_id":{"$ref":"#/components/schemas/mq_identifier"},"created_on":{"type":"string","format":"date-time","x-auditable":true},"dead_letter_queue":{"type":"string","x-auditable":true},"queue_name":{"$ref":"#/components/schemas/mq_queue-name"},"settings":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"max_retries":{"$ref":"#/components/schemas/mq_max-retries"},"retry_delay":{"$ref":"#/components/schemas/mq_retry-delay"},"visibility_timeout_ms":{"$ref":"#/components/schemas/mq_visibility-timeout"}}},"type":{"type":"string","enum":["http_pull"],"x-auditable":true}}},"mq_worker-consumer-response":{"type":"object","properties":{"consumer_id":{"$ref":"#/components/schemas/mq_identifier"},"created_on":{"type":"string","format":"date-time","x-auditable":true},"dead_letter_queue":{"type":"string","x-auditable":true},"queue_name":{"$ref":"#/components/schemas/mq_queue-name"},"script_name":{"$ref":"#/components/schemas/mq_script-name"},"settings":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"max_concurrency":{"$ref":"#/components/schemas/mq_max-concurrency"},"max_retries":{"$ref":"#/components/schemas/mq_max-retries"},"max_wait_time_ms":{"$ref":"#/components/schemas/mq_max-wait-time"},"retry_delay":{"$ref":"#/components/schemas/mq_retry-delay"}}},"type":{"type":"string","enum":["worker"],"x-auditable":true}}},"mq_event-destination-queue":{"type":"object","properties":{"queue_id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["queues.queue"],"x-auditable":true}},"required":["type","queue_id"]},"mq_event-source-images":{"type":"object","properties":{"type":{"type":"string","enum":["images"],"x-auditable":true}}},"mq_event-source-kv":{"type":"object","properties":{"type":{"type":"string","enum":["kv"],"x-auditable":true}}},"mq_event-source-r2":{"type":"object","properties":{"type":{"type":"string","enum":["r2"],"x-auditable":true}}},"mq_event-source-super-slurper":{"type":"object","properties":{"type":{"type":"string","enum":["superSlurper"],"x-auditable":true}}},"mq_event-source-vectorize":{"type":"object","properties":{"type":{"type":"string","enum":["vectorize"],"x-auditable":true}}},"mq_event-source-workers-ai-model":{"type":"object","properties":{"model_name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["workersAi.model"],"x-auditable":true}}},"mq_event-source-workers-builds-worker":{"type":"object","properties":{"type":{"type":"string","enum":["workersBuilds.worker"],"x-auditable":true},"worker_name":{"type":"string","x-auditable":true}}},"mq_event-source-workflows-workflow":{"type":"object","properties":{"type":{"type":"string","enum":["workflows.workflow"],"x-auditable":true},"workflow_name":{"type":"string","x-auditable":true}}},"mq_max-retries":{"type":"number","x-auditable":true},"mq_worker-producer":{"type":"object","properties":{"script":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["worker"],"x-auditable":true}}},"mq_r2-producer":{"type":"object","properties":{"bucket_name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["r2_bucket"],"x-auditable":true}}},"mq_producer":{"type":"object","oneOf":[{"$ref":"#/components/schemas/mq_worker-producer"},{"$ref":"#/components/schemas/mq_r2-producer"}]},"mq_queue-settings":{"type":"object","properties":{"delivery_delay":{"type":"number","x-auditable":true},"delivery_paused":{"type":"boolean","x-auditable":true},"message_retention_period":{"type":"number","x-auditable":true}}},"mq_queue-message-text":{"type":"object","properties":{"body":{"type":"string"},"content_type":{"type":"string","enum":["text"],"x-auditable":true}}},"mq_queue-message-json":{"type":"object","properties":{"body":{"type":"object"},"content_type":{"type":"string","enum":["json"],"x-auditable":true}}},"mq_script-name":{"type":"string","x-auditable":true},"mq_max-concurrency":{"type":"number","x-auditable":true},"mq_max-wait-time":{"type":"number","x-auditable":true},"nsc_BgpControl":{"type":"object","properties":{"customer_asn":{"type":"integer","format":"int32","minimum":0},"extra_prefixes":{"type":"array","items":{"format":"A.B.C.D/N","type":"string"}},"md5_key":{"type":"string","nullable":true}},"required":["customer_asn","extra_prefixes"]},"nsc_BgpMode":{"type":"string","enum":["dynamic_route_exchange","advertise_only"]},"nsc_MagicSettings":{"type":"object","properties":{"conduit_name":{"type":"string"},"mtu":{"type":"integer","format":"int32","minimum":0}},"required":["conduit_name","description","mtu"]},"nsc_Interconnect_Physical_Body":{"type":"object","allOf":[{"properties":{"account":{"type":"string"},"name":{"type":"string"},"owner":{"type":"string"},"type":{"type":"string"}},"required":["type","name","account"],"type":"object"},{"properties":{"ccr_device_name":{"type":"string","nullable":true},"facility":{"$ref":"#/components/schemas/nsc_FacilityInfo"},"site":{"$ref":"#/components/schemas/nsc_CloudflareSite"},"slot_id":{"type":"string","format":"uuid"},"speed":{"type":"string"},"virtual_port_reservation_id":{"type":"string","format":"uuid"}},"required":["virtual_port_reservation_id","slot_id","site","speed","facility"],"type":"object"}],"title":"Physical"},"nsc_Interconnect_GcpPartner_Body":{"type":"object","allOf":[{"properties":{"account":{"type":"string"},"name":{"type":"string"},"owner":{"type":"string"},"type":{"type":"string"}},"required":["type","name","account"],"type":"object"},{"properties":{"region":{"type":"string"},"speed":{"$ref":"#/components/schemas/nsc_ApiBandwidth"},"virtual_port_reservation_id":{"type":"string","format":"uuid"}},"required":["virtual_port_reservation_id","region"],"type":"object"}],"title":"GcpPartner"},"nsc_InterconnectCreate_Physical_Body":{"type":"object","allOf":[{"properties":{"account":{"type":"string"},"type":{"type":"string"}},"required":["type","account"],"type":"object"},{"properties":{"slot_id":{"type":"string","format":"uuid"},"speed":{"type":"string","nullable":true}},"required":["slot_id"],"type":"object"}],"title":"Physical"},"nsc_InterconnectCreate_GcpPartner_Body":{"type":"object","allOf":[{"properties":{"account":{"type":"string"},"type":{"type":"string"}},"required":["type","account"],"type":"object"},{"properties":{"bandwidth":{"$ref":"#/components/schemas/nsc_ApiBandwidth"},"pairing_key":{"type":"string"}},"required":["pairing_key","bandwidth"],"type":"object"}],"title":"GcpPartner"},"nsc_ApiBandwidth":{"type":"string","enum":["50M","100M","200M","300M","400M","500M","1G","2G","5G","10G","20G","50G"]},"nsc_FacilityInfo":{"type":"object","properties":{"address":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"required":["name","address"]},"nsc_CloudflareSite":{"type":"string"},"observatory_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/observatory_messages"},"messages":{"$ref":"#/components/schemas/observatory_messages"},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages"]},"observatory_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true}},"observatory_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"observatory_plan-properties-info":{"type":"object","properties":{"business":{"type":"integer","x-auditable":true},"enterprise":{"type":"integer","x-auditable":true},"free":{"type":"integer","x-auditable":true},"pro":{"type":"integer","x-auditable":true}}},"observatory_labeled_region":{"type":"object","properties":{"label":{"type":"string","x-auditable":true},"value":{"$ref":"#/components/schemas/observatory_region"}}},"observatory_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/observatory_api-response-common"}]},"observatory_availabilities":{"type":"object","properties":{"quota":{"type":"object","properties":{"plan":{"type":"string","x-auditable":true},"quotasPerPlan":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/observatory_plan-properties-info"}}},"remainingSchedules":{"type":"number","x-auditable":true},"remainingTests":{"type":"number","x-auditable":true},"scheduleQuotasPerPlan":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/observatory_plan-properties-info"}}}}},"regions":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}},"regionsPerPlan":{"type":"object","properties":{"business":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}},"enterprise":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}},"free":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}},"pro":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}}}}}},"observatory_schedule":{"type":"object","properties":{"frequency":{"$ref":"#/components/schemas/observatory_schedule_frequency"},"region":{"$ref":"#/components/schemas/observatory_region"},"url":{"$ref":"#/components/schemas/observatory_url"}}},"observatory_page_test":{"type":"object","properties":{"date":{"$ref":"#/components/schemas/observatory_timestamp"},"desktopReport":{"$ref":"#/components/schemas/observatory_lighthouse_report"},"id":{"$ref":"#/components/schemas/observatory_uuid"},"mobileReport":{"$ref":"#/components/schemas/observatory_lighthouse_report"},"region":{"$ref":"#/components/schemas/observatory_labeled_region"},"scheduleFrequency":{"$ref":"#/components/schemas/observatory_schedule_frequency"},"url":{"$ref":"#/components/schemas/observatory_url"}}},"observatory_lighthouse_error_code":{"type":"string","enum":["NOT_REACHABLE","DNS_FAILURE","NOT_HTML","LIGHTHOUSE_TIMEOUT","UNKNOWN"],"x-auditable":true},"observatory_lighthouse_state":{"type":"string","enum":["RUNNING","COMPLETE","FAILED"],"x-auditable":true},"observatory_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/observatory_api-response-common"}]},"observatory_result_info":{"type":"object","properties":{"count":{"type":"integer","x-auditable":true},"page":{"type":"integer","x-auditable":true},"per_page":{"type":"integer","x-auditable":true},"total_count":{"type":"integer","x-auditable":true}}},"observatory_lighthouse_report":{"type":"object","properties":{"cls":{"type":"number","x-auditable":true},"deviceType":{"$ref":"#/components/schemas/observatory_device_type"},"error":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/observatory_lighthouse_error_code"},"detail":{"type":"string","x-auditable":true},"finalDisplayedUrl":{"type":"string","x-auditable":true}}},"fcp":{"type":"number","x-auditable":true},"jsonReportUrl":{"type":"string","x-auditable":true},"lcp":{"type":"number","x-auditable":true},"performanceScore":{"type":"number","x-auditable":true},"si":{"type":"number","x-auditable":true},"state":{"$ref":"#/components/schemas/observatory_lighthouse_state"},"tbt":{"type":"number","x-auditable":true},"ttfb":{"type":"number","x-auditable":true},"tti":{"type":"number","x-auditable":true}}},"observatory_uuid":{"type":"string","maxLength":36,"x-auditable":true},"observatory_trend":{"type":"object","properties":{"cls":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"fcp":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"lcp":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"performanceScore":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"si":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"tbt":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"ttfb":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"tti":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}}}},"one_AuthMethod":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"},"is_default":{"type":"boolean"},"supported_environments":{"type":"array","items":{"type":"string"}}},"required":["display_name","id","is_default","supported_environments"]},"one_UseCaseDetail":{"type":"object","properties":{"base_scopes":{"type":"array","items":{"$ref":"#/components/schemas/one_Permission"}},"display_name":{"type":"string"},"features":{"type":"array","items":{"$ref":"#/components/schemas/one_FeatureScope"}},"id":{"type":"string"}},"required":["base_scopes","description","display_name","features","id"]},"one_ApplicationDetail":{"type":"object","properties":{"auth_methods":{"type":"array","items":{"$ref":"#/components/schemas/one_AuthMethod"}},"category":{"type":"string"},"display_name":{"type":"string"},"dlp_enabled":{"type":"boolean"},"id":{"type":"string","enum":["ANTHROPIC","AWS","BITBUCKET","BOX","CONFLUENCE","DROPBOX","GITHUB","GOOGLE_CLOUD_PLATFORM","GOOGLE_WORKSPACE","JIRA","MICROSOFT_INTERNAL","OPENAI","SALESFORCE","SERVICENOW","SLACK"]},"instructions":{"type":"string","nullable":true},"logo":{"type":"string","nullable":true},"use_cases":{"type":"array","items":{"$ref":"#/components/schemas/one_UseCaseDetail"}}},"required":["auth_methods","category","description","display_name","dlp_enabled","id","instructions","logo","use_cases"]},"one_AuthMethodSummary":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"}},"required":["display_name","id"]},"one_Permission":{"type":"object","properties":{"display_name":{"type":"string"},"scope":{"type":"string"},"severity":{"type":"string","enum":["low","medium","high","critical"]}},"required":["display_name","scope","severity"]},"one_UseCaseSummary":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"}},"required":["display_name","id"]},"one_Instructions":{"type":"object","properties":{"markdown":{"type":"string"}},"required":["markdown"]},"one_IntegrationV2Detail":{"type":"object","properties":{"application":{"type":"object","additionalProperties":{"nullable":true,"type":"string"},"readOnly":true},"auth_method":{"type":"object","additionalProperties":{"type":"string"},"nullable":true,"readOnly":true},"authorization_link":{"type":"object","nullable":true,"properties":{"components":{"additionalProperties":{},"nullable":true,"type":"object"},"link":{"type":"string","nullable":true}},"readOnly":true,"required":["components","link"]},"created":{"type":"string","format":"date-time","readOnly":true},"credentials_expiry":{"type":"string","format":"date-time","readOnly":true},"dlp_profiles":{"type":"array","items":{"format":"uuid","type":"string"},"readOnly":true},"health_details":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"is_paused":{"type":"boolean","readOnly":true},"last_hydrated":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","readOnly":true},"organization_id":{"type":"integer","readOnly":true},"status":{"type":"string"},"updated":{"type":"string","format":"date-time","readOnly":true},"use_cases":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true}},"required":["application","auth_method","authorization_link","created","credentials_expiry","dlp_profiles","health_details","id","is_paused","last_hydrated","name","organization_id","status","updated","use_cases"]},"one_ApplicationList":{"type":"object","properties":{"auth_methods":{"type":"array","items":{"$ref":"#/components/schemas/one_AuthMethodSummary"}},"category":{"type":"string"},"display_name":{"type":"string"},"dlp_enabled":{"type":"boolean"},"id":{"type":"string","enum":["ANTHROPIC","AWS","BITBUCKET","BOX","CONFLUENCE","DROPBOX","GITHUB","GOOGLE_CLOUD_PLATFORM","GOOGLE_WORKSPACE","JIRA","MICROSOFT_INTERNAL","OPENAI","SALESFORCE","SERVICENOW","SLACK"]},"logo":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/one_Permission"}},"supported_environments":{"type":"array","items":{"type":"string"}},"use_cases":{"type":"array","items":{"$ref":"#/components/schemas/one_UseCaseSummary"}}},"required":["auth_methods","category","description","display_name","dlp_enabled","id","logo","permissions","supported_environments","use_cases"]},"one_AuthMethodDetail":{"type":"object","properties":{"display_name":{"type":"string"},"human_interaction_required":{"type":"boolean"},"id":{"type":"string"},"instructions":{"allOf":[{"$ref":"#/components/schemas/one_Instructions"}]},"payload_example":{"type":"object","additionalProperties":{},"nullable":true},"payload_schema":{"type":"object","additionalProperties":{},"nullable":true},"redirect_url":{"type":"string","nullable":true}},"required":["display_name","human_interaction_required","id","instructions","payload_example","payload_schema","redirect_url"]},"one_IntegrationV2ListItem":{"type":"object","properties":{"application":{"type":"object","additionalProperties":{"nullable":true,"type":"string"},"readOnly":true},"created":{"type":"string","format":"date-time","readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"is_paused":{"type":"boolean","readOnly":true},"name":{"type":"string","readOnly":true},"status":{"type":"string"},"updated":{"type":"string","format":"date-time","readOnly":true}},"required":["application","created","id","is_paused","name","status","updated"]},"one_SetupFlow":{"type":"object","properties":{"auth_config":{"allOf":[{"$ref":"#/components/schemas/one_AuthConfig"}]},"default":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"},"steps":{"type":"array","items":{"$ref":"#/components/schemas/one_SetupFlowStep"}},"supported_environments":{"type":"array","items":{"type":"string"}}},"required":["default","description","id","name","steps","supported_environments"]},"one_AuthConfig":{"type":"object","properties":{"authorization_url":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"requires_pkce":{"type":"boolean"},"scopes":{"type":"array","items":{"type":"string"}},"url_placeholders":{"type":"array","items":{"type":"string"}}},"required":["authorization_url","client_id","requires_pkce","scopes","url_placeholders"]},"one_SetupFlowStep":{"type":"object","properties":{"component_id":{"type":"string","nullable":true},"dynamic_content":{"type":"array","items":{"$ref":"#/components/schemas/one_DynamicContent"},"nullable":true},"form_fields":{"type":"array","items":{"$ref":"#/components/schemas/one_FormField"}},"is_required":{"type":"boolean"},"parameters":{"additionalProperties":{"type":"string"},"nullable":true,"type":"object"},"title":{"type":"string"},"type":{"type":"string","enum":["component","instruction","form_input","oauth_redirect"]}},"required":["type"]},"one_DynamicContent":{"type":"object","properties":{"label":{"type":"string"},"type":{"type":"string","enum":["copy_block","external_link"]},"url_template":{"type":"string","nullable":true},"value_from":{"type":"string","nullable":true}},"required":["label","type"]},"one_FormField":{"type":"object","properties":{"label":{"type":"string"},"name":{"type":"string"},"placeholder":{"type":"string","nullable":true},"required":{"type":"boolean"},"supported_file_types":{"type":"array","items":{"type":"string"},"nullable":true},"type":{"type":"string","enum":["text","password","email","file_upload"]}},"required":["label","name","placeholder","required","supported_file_types","type"]},"one_FeatureScope":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"},"scopes":{"type":"array","items":{"$ref":"#/components/schemas/one_Permission"}}},"required":["description","display_name","id","scopes"]},"organizations-api_CreateSingleMember":{"type":"object","properties":{"status":{"type":"string","enum":["active","canceled"]},"user":{"type":"object","properties":{"email":{"type":"string"}},"required":["email"]}},"required":["user"]},"organizations-api_MaxCountAllocation":{"type":"object","properties":{"type":{"type":"string","enum":["max_count"]},"value":{"type":"integer"}},"required":["type","value"]},"organizations-api_BoolAllocation":{"type":"object","properties":{"type":{"type":"string","enum":["bool"]},"value":{"type":"boolean"}},"required":["type","value"]},"organizations-api_NullAllocation":{"type":"object","properties":{"type":{"type":"string","enum":[""]},"value":{"type":"object"}},"required":["type"]},"organizations-api_Feature":{"type":"object","properties":{"key":{"type":"string"}},"required":["key"]},"organizations-api_Entitlement":{"type":"object","properties":{"allocation":{"anyOf":[{"$ref":"#/components/schemas/organizations-api_MaxCountAllocation"},{"$ref":"#/components/schemas/organizations-api_BoolAllocation"},{"$ref":"#/components/schemas/organizations-api_NullAllocation"}]},"feature":{"$ref":"#/components/schemas/organizations-api_Feature"}},"required":["feature","allocation"]},"organizations-api_MemberID":{"type":"string","pattern":"^[a-f0-9]{32}$"},"organizations-api_MemberSubjectUser":{"type":"object","properties":{"email":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"two_factor_authentication_enabled":{"type":"boolean"}},"required":["id","email","name","two_factor_authentication_enabled"]},"organizations-api_OrganizationFlags":{"type":"object","properties":{"account_creation":{"type":"string"},"account_deletion":{"type":"string"},"account_migration":{"type":"string"},"account_mobility":{"type":"string"},"enterprise_capability":{"type":"string"},"member_management":{"type":"string"},"sub_org_creation":{"type":"string"}},"required":["account_creation","account_deletion","account_migration","account_mobility","enterprise_capability","member_management","sub_org_creation"]},"organizations-api_TenantUnit":{"type":"object","properties":{"unit_memberships":{"type":"array","items":{"type":"object"}},"unit_metadata":{"type":"object"},"unit_name":{"type":"string"},"unit_status":{"type":"string"},"unit_tag":{"type":"string"}},"required":["unit_tag","unit_name","unit_status","unit_metadata","unit_memberships"]},"page-shield_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/page-shield_messages"},"messages":{"$ref":"#/components/schemas/page-shield_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success"]},"page-shield_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"page-shield_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"page-shield_connection":{"properties":{"added_at":{"type":"string","format":"date-time"},"domain_reported_malicious":{"type":"boolean"},"first_page_url":{"type":"string"},"first_seen_at":{"type":"string","format":"date-time"},"host":{"type":"string"},"id":{"$ref":"#/components/schemas/page-shield_id"},"last_seen_at":{"type":"string","format":"date-time"},"malicious_domain_categories":{"type":"array","items":{"type":"string"}},"malicious_url_categories":{"type":"array","items":{"type":"string"}},"page_urls":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"url_contains_cdn_cgi_path":{"type":"boolean"},"url_reported_malicious":{"type":"boolean"}},"required":["id","url","added_at","first_seen_at","last_seen_at","host","url_contains_cdn_cgi_path"]},"page-shield_cookie":{"properties":{"domain_attribute":{"type":"string"},"expires_attribute":{"type":"string","format":"date-time"},"first_seen_at":{"type":"string","format":"date-time"},"host":{"type":"string"},"http_only_attribute":{"type":"boolean"},"id":{"$ref":"#/components/schemas/page-shield_id"},"last_seen_at":{"type":"string","format":"date-time"},"max_age_attribute":{"type":"integer"},"name":{"type":"string"},"page_urls":{"type":"array","items":{"type":"string"}},"path_attribute":{"type":"string"},"same_site_attribute":{"type":"string","enum":["lax","strict","none"]},"secure_attribute":{"type":"boolean"},"type":{"type":"string","enum":["first_party","unknown"]}},"required":["id","type","name","host","first_seen_at","last_seen_at"]},"page-shield_policy-with-id":{"allOf":[{"$ref":"#/components/schemas/page-shield_policy"},{"properties":{"id":{"$ref":"#/components/schemas/page-shield_id"}},"required":["id"]}],"required":["id","description","action","expression","enabled","value"]},"page-shield_script":{"properties":{"added_at":{"type":"string","format":"date-time"},"cryptomining_score":{"$ref":"#/components/schemas/page-shield_cryptomining_score"},"dataflow_score":{"allOf":[{"$ref":"#/components/schemas/page-shield_dataflow_score"}],"deprecated":true},"domain_reported_malicious":{"type":"boolean"},"fetched_at":{"$ref":"#/components/schemas/page-shield_fetched_at"},"first_page_url":{"type":"string"},"first_seen_at":{"type":"string","format":"date-time"},"hash":{"$ref":"#/components/schemas/page-shield_hash"},"host":{"type":"string"},"id":{"$ref":"#/components/schemas/page-shield_id"},"js_integrity_score":{"$ref":"#/components/schemas/page-shield_js_integrity_score"},"last_seen_at":{"type":"string","format":"date-time"},"magecart_score":{"$ref":"#/components/schemas/page-shield_magecart_score"},"malicious_domain_categories":{"type":"array","items":{"type":"string"}},"malicious_url_categories":{"type":"array","items":{"type":"string"}},"malware_score":{"$ref":"#/components/schemas/page-shield_malware_score"},"obfuscation_score":{"allOf":[{"$ref":"#/components/schemas/page-shield_obfuscation_score"}],"deprecated":true},"page_urls":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"url_contains_cdn_cgi_path":{"type":"boolean"},"url_reported_malicious":{"type":"boolean"}},"required":["id","url","added_at","first_seen_at","last_seen_at","host","url_contains_cdn_cgi_path"]},"page-shield_version":{"type":"object","properties":{"cryptomining_score":{"$ref":"#/components/schemas/page-shield_cryptomining_score"},"dataflow_score":{"allOf":[{"$ref":"#/components/schemas/page-shield_dataflow_score"}],"deprecated":true},"fetched_at":{"$ref":"#/components/schemas/page-shield_fetched_at"},"hash":{"$ref":"#/components/schemas/page-shield_hash"},"js_integrity_score":{"$ref":"#/components/schemas/page-shield_js_integrity_score"},"magecart_score":{"$ref":"#/components/schemas/page-shield_magecart_score"},"malware_score":{"$ref":"#/components/schemas/page-shield_malware_score"},"obfuscation_score":{"allOf":[{"$ref":"#/components/schemas/page-shield_obfuscation_score"}],"deprecated":true}}},"page-shield_updated_at":{"type":"string","x-auditable":true},"page-shield_api-list-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/page-shield_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/page-shield_result_info"}},"required":["result_info"]}]},"page-shield_cryptomining_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_dataflow_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_fetched_at":{"type":"string","nullable":true},"page-shield_hash":{"type":"string","maxLength":64,"minLength":64,"nullable":true},"page-shield_js_integrity_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_magecart_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_malware_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_obfuscation_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/page-shield_api-response-common"},{"properties":{"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]}}}]},"pages_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"pages_build_config":{"type":"object","properties":{"build_caching":{"type":"boolean","nullable":true,"x-auditable":true},"build_command":{"type":"string","nullable":true,"x-auditable":true},"destination_dir":{"type":"string","nullable":true,"x-auditable":true},"root_dir":{"type":"string","nullable":true,"x-auditable":true},"web_analytics_tag":{"type":"string","nullable":true,"x-auditable":true},"web_analytics_token":{"type":"string","nullable":true,"x-sensitive":true}},"required":["web_analytics_tag","web_analytics_token"]},"pages_env_vars":{"type":"object","additionalProperties":{"discriminator":{"mapping":{"plain_text":"#/components/schemas/pages_plain_text_env_var","secret_text":"#/components/schemas/pages_secret_text_env_var"},"propertyName":"type"},"nullable":true,"oneOf":[{"$ref":"#/components/schemas/pages_plain_text_env_var"},{"$ref":"#/components/schemas/pages_secret_text_env_var"}],"type":"object"},"nullable":true},"pages_stage":{"type":"object","properties":{"ended_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"name":{"type":"string","enum":["queued","initialize","clone_repo","build","deploy"],"x-auditable":true},"started_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"status":{"type":"string","enum":["success","idle","active","failure","canceled"],"readOnly":true,"x-auditable":true}},"readOnly":true,"required":["name","started_on","ended_on","status"]},"pages_plain_text_env_var":{"type":"object","properties":{"type":{"type":"string","enum":["plain_text"],"x-auditable":true},"value":{"type":"string"}},"nullable":true,"required":["type","value"]},"pages_secret_text_env_var":{"type":"object","properties":{"type":{"type":"string","enum":["secret_text"],"x-auditable":true},"value":{"type":"string","x-sensitive":true}},"nullable":true,"required":["type","value"]},"pages_deployment_config_values":{"type":"object","properties":{"ai_bindings":{"type":"object","additionalProperties":{"properties":{"project_id":{"type":"string","x-auditable":true}},"required":["project_id"],"type":"object"}},"always_use_latest_compatibility_date":{"type":"boolean","x-auditable":true},"analytics_engine_datasets":{"type":"object","additionalProperties":{"properties":{"dataset":{"type":"string","x-auditable":true}},"required":["dataset"],"type":"object"}},"browsers":{"type":"object","additionalProperties":{"nullable":true,"type":"object","x-stainless-empty-object":true}},"build_image_major_version":{"type":"integer","x-auditable":true},"compatibility_date":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"compatibility_flags":{"type":"array","items":{"type":"string","x-auditable":true}},"d1_databases":{"type":"object","additionalProperties":{"properties":{"id":{"type":"string","x-auditable":true}},"required":["id"],"type":"object"}},"durable_object_namespaces":{"type":"object","additionalProperties":{"properties":{"namespace_id":{"type":"string","x-auditable":true}},"required":["namespace_id"],"type":"object"}},"env_vars":{"$ref":"#/components/schemas/pages_env_vars"},"fail_open":{"type":"boolean","x-auditable":true},"hyperdrive_bindings":{"type":"object","additionalProperties":{"properties":{"id":{"type":"string","x-auditable":true}},"required":["id"],"type":"object"}},"kv_namespaces":{"type":"object","additionalProperties":{"properties":{"namespace_id":{"type":"string","x-auditable":true}},"required":["namespace_id"],"type":"object"}},"limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","x-auditable":true}},"required":["cpu_ms"]},"mtls_certificates":{"type":"object","additionalProperties":{"properties":{"certificate_id":{"type":"string","x-auditable":true}},"required":["certificate_id"],"type":"object"}},"placement":{"type":"object","properties":{"mode":{"type":"string","x-auditable":true}},"required":["mode"]},"queue_producers":{"type":"object","additionalProperties":{"properties":{"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"r2_buckets":{"type":"object","additionalProperties":{"properties":{"jurisdiction":{"type":"string","nullable":true,"x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"services":{"type":"object","additionalProperties":{"properties":{"entrypoint":{"type":"string","nullable":true,"x-auditable":true},"environment":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}},"required":["service","environment"],"type":"object"}},"usage_model":{"type":"string","enum":["standard","bundled","unbound"],"deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"All new projects now use the Standard usage model."},"vectorize_bindings":{"type":"object","additionalProperties":{"properties":{"index_name":{"type":"string","x-auditable":true}},"required":["index_name"],"type":"object"}},"wrangler_config_hash":{"type":"string","x-auditable":true}},"required":["env_vars","fail_open","always_use_latest_compatibility_date","compatibility_date","compatibility_flags","build_image_major_version","usage_model"]},"pay-per-crawl_BotAccessMode":{"type":"string","enum":["charge","bypass"]},"pay-per-crawl_Msg":{"type":"object","properties":{"code":{"type":"integer"},"documentation_url":{"type":"string"},"error_chain":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"message":{"type":"string"},"meta":{},"source":{"$ref":"#/components/schemas/pay-per-crawl_Source"}}},"pay-per-crawl_Source":{"type":"object","properties":{"parameter":{"type":"string"},"parameter_value_index":{"type":"integer"},"pointer":{"type":"array","items":{"type":"string"}}}},"pay-per-crawl_ErrorSource":{"type":"object","properties":{"pointer":{"type":"string"}}},"pay-per-crawl_DaricZoneCanBeEnabled":{"type":"object","properties":{"can_be_enabled":{"type":"boolean"},"enabled":{"type":"boolean"},"id":{"type":"string"}}},"pay-per-crawl_RESTError":{"type":"object","properties":{"code":{"type":"integer"},"documentation_url":{"type":"string"},"error":{"type":"string"},"source":{"$ref":"#/components/schemas/pay-per-crawl_ErrorSource"}}},"pay-per-crawl_ResultInfo":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}}},"pay-per-crawl_StripeConnectResp":{"type":"object","properties":{"url":{"type":"string"}}},"pay-per-crawl_DaricConfig":{"type":"object","properties":{"bot_overrides":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/pay-per-crawl_BotAccessMode"}},"enabled":{"type":"boolean"},"price_usd_microcents":{"type":"integer","maximum":999999900000,"minimum":0}}},"pay-per-crawl_StripeConnection":{"type":"object","properties":{"connect_status":{"type":"string"},"stripe_account_id":{"type":"string"}}},"pay-per-crawl_IronCladContract":{"type":"object","properties":{"body":{"type":"string"},"id":{"type":"string"}}},"pay-per-crawl_SignatureLinkResponse":{"type":"object","properties":{"link":{"type":"string","format":"uri"}}},"pay-per-crawl_CrawlerEntry":{"type":"object","properties":{"bot_management":{"type":"boolean"},"category":{"type":"string"},"category_id":{"type":"integer"},"heuristic_id":{"type":"integer","format":"int64","nullable":true},"info_url":{"type":"string","format":"uri","nullable":true},"managed":{"type":"boolean"},"name":{"type":"string"},"onboarded":{"type":"boolean"},"operator":{"type":"string"},"slug":{"type":"string"},"testing_id":{"type":"string","nullable":true},"user_agent":{"type":"string","nullable":true},"verified_id":{"type":"integer","format":"int64","nullable":true},"visible":{"type":"boolean"},"wba_id":{"type":"string","nullable":true}}},"pay-per-crawl_ZonesCanBeEnabledPayload":{"type":"object","properties":{"zones":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_DaricZoneCanBeEnabled"}}}},"posture-api_AssetCategory":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"service":{"type":"string","nullable":true},"type":{"type":"string"},"vendor":{"type":"string","readOnly":true}},"required":["service","type","vendor"]},"posture-api_AssetField":{"type":"object","properties":{"link":{"type":"string","format":"uri","nullable":true},"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"posture-api_FindingCategory":{"type":"object","properties":{"observation":{"$ref":"#/components/schemas/posture-api_ObservationEnum"},"product":{"$ref":"#/components/schemas/posture-api_ProductEnum"},"type":{"$ref":"#/components/schemas/posture-api_FindingCategoryTypeEnum"}},"required":["observation","product","type"]},"posture-api_SeverityEnum":{"type":"string","enum":["Critical","High","Medium","Low"]},"posture-api_DlpContext":{"type":"object","properties":{"created":{"type":"string","format":"date-time","readOnly":true},"deleted":{"type":"string","format":"date-time","nullable":true},"entry_ids":{"type":"array","items":{"format":"uuid","type":"string"}},"id":{"type":"string","format":"uuid"},"match_context_max_extent":{"type":"integer","maximum":2147483647,"minimum":0,"nullable":true},"match_context_min_extent":{"type":"integer","maximum":2147483647,"minimum":0,"nullable":true},"match_context_payload":{"type":"object","additionalProperties":true,"nullable":true},"profile_id":{"type":"string","format":"uuid"},"updated":{"type":"string","format":"date-time","readOnly":true}},"required":["created","entry_ids","profile_id","updated"]},"posture-api_IntegrationSummary":{"type":"object","properties":{"created":{"type":"string","format":"date-time","readOnly":true},"credential_health_status":{"$ref":"#/components/schemas/posture-api_CredentialHealthStatusEnum"},"credentials_expiry":{"type":"string","format":"date-time","nullable":true},"id":{"type":"string","format":"uuid"},"is_paused":{"type":"boolean","default":false},"last_hydrated":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":256},"permissions":{"type":"array","items":{"type":"string"},"readOnly":true},"policy":{"$ref":"#/components/schemas/posture-api_IntegrationPolicy"},"status":{"type":"string","readOnly":true},"updated":{"type":"string","format":"date-time","readOnly":true},"upgradable":{"type":"boolean","readOnly":true},"upgrade_dismissed":{"type":"boolean","default":false},"vendor":{"$ref":"#/components/schemas/posture-api_Vendor"},"zt_enrollments":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_ZeroTrustProduct"},"readOnly":true}},"required":["created","last_hydrated","name","permissions","policy","status","updated","upgradable","vendor","zt_enrollments"]},"posture-api_DLPProfile":{"type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_DLPProfileEntry"}},"id":{"type":"string","format":"uuid"},"name":{"type":"string"}},"required":["id","name","entries"]},"posture-api_ContentOrder":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_Order"},{"properties":{"name":{"type":"string","enum":["asset_name","dlp_profile_count","integration_name","latest_affliction_date"]}},"required":["name"],"type":"object"}]},"posture-api_Order":{"type":"object","properties":{"direction":{"$ref":"#/components/schemas/posture-api_DirectionEnum"},"name":{"type":"string"}},"required":["direction","name"]},"posture-api_RemediationJob":{"type":"object","properties":{"asset":{"$ref":"#/components/schemas/posture-api_RemediationJobAsset"},"created_at":{"type":"string","format":"date-time"},"finding_id":{"type":"string"},"finding_instance_id":{"type":"string","format":"uuid"},"finding_type_id":{"type":"string","format":"uuid"},"finding_type_name":{"type":"string"},"id":{"type":"string","format":"uuid"},"integration_name":{"type":"string"},"last_updated":{"type":"string","format":"date-time"},"remediation_type":{"type":"string"},"status":{"$ref":"#/components/schemas/posture-api_RemediationJobStatusEnum"},"triggered_by_actor":{"type":"string","enum":["user","account_token",null],"nullable":true},"triggered_by_id":{"type":"string","nullable":true},"triggered_by_user":{"type":"string"}},"required":["id","status","finding_instance_id","finding_type_id","finding_id","finding_type_name","remediation_type","integration_name","triggered_by_user","created_at","last_updated","asset"]},"posture-api_RemediationJobFailure":{"type":"object","properties":{"error":{"type":"string"},"finding_instance_id":{"type":"string","format":"uuid"}},"required":["finding_instance_id","error"]},"posture-api_WebhookJob":{"type":"object","properties":{"asset_data":{"type":"object","additionalProperties":true},"created_at":{"type":"string","format":"date-time"},"failure_details":{"type":"object","additionalProperties":true},"failure_reason":{"$ref":"#/components/schemas/posture-api_WebhookJobFailureReasonEnum"},"id":{"type":"string","format":"uuid"},"integration_id":{"type":"string","format":"uuid"},"last_updated_at":{"type":"string","format":"date-time"},"parameters":{"$ref":"#/components/schemas/posture-api_WebhookJobParameters"},"status":{"$ref":"#/components/schemas/posture-api_WebhookJobStatusEnum"},"triggered_by_actor":{"$ref":"#/components/schemas/posture-api_WebhookJobActorTypeEnum"},"triggered_by_id":{"type":"string"},"webhook_id":{"type":"string","format":"uuid"}},"required":["id","webhook_id","integration_id","asset_data","parameters","status","triggered_by_actor","triggered_by_id","created_at","last_updated_at"]},"posture-api_WebhookJobFailure":{"type":"object","properties":{"error":{"type":"string"},"finding_instance_id":{"type":"string","format":"uuid"},"webhook_id":{"type":"string","format":"uuid"}},"required":["webhook_id","finding_instance_id","error"]},"posture-api_WebhookHeaderInput":{"type":"object","properties":{"key":{"type":"string","maxLength":255},"value":{"type":"string","maxLength":4096,"nullable":true}},"required":["key"]},"posture-api_DLPProfileEntry":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid"}},"required":["id","name","profile_id"]},"posture-api_ExportJobTypeEnum":{"type":"string","enum":["finding","findingInstance","content","remediationJob"]},"posture-api_FindingType":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_BaseFindingType"},{"properties":{"remediation":{"$ref":"#/components/schemas/posture-api_FindingRemediation"}},"type":"object"}],"required":["category","id","name","remediation","severity","vendor"]},"posture-api_FindingSeverityOverride":{"type":"object","properties":{"created_by":{"type":"string"},"severity":{"$ref":"#/components/schemas/posture-api_SeverityEnum"}},"required":["created_by","severity"]},"posture-api_ObservationEnum":{"type":"string","enum":["Issue","Insight","Activity"]},"posture-api_ProductEnum":{"type":"string","enum":["SaaS","Cloud"]},"posture-api_FindingCategoryTypeEnum":{"type":"string","enum":["Content","Posture"]},"posture-api_FindingExportOrderFilterRequest":{"type":"object","properties":{"direction":{"$ref":"#/components/schemas/posture-api_DirectionEnum"},"name":{"type":"string","enum":["instance_count","finding.name","integration.name","latest_affliction_date","severity"]}},"required":["direction","name"]},"posture-api_NullEnum":{"type":"string","enum":[null],"nullable":true},"posture-api_SeveritiesEnum":{"type":"string","enum":["CRITICAL","HIGH","MEDIUM","LOW"]},"posture-api_DirectionEnum":{"type":"string","enum":["asc","desc"]},"posture-api_Asset":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/posture-api_AssetCategory"},"external_id":{"type":"string","maxLength":512},"fields":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_AssetField"},"readOnly":true},"id":{"type":"string","format":"uuid"},"link":{"type":"string","format":"uri","maxLength":2048,"nullable":true},"name":{"type":"string"}},"required":["category","external_id","fields","name"]},"posture-api_RemediationJobSummary":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"stale":{"type":"boolean"},"status":{"$ref":"#/components/schemas/posture-api_RemediationJobStatusEnum"}},"required":["id","status","created_at","stale"]},"posture-api_WebhookInvocationSummary":{"type":"object","properties":{"latest_job":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"stale":{"type":"boolean"},"status":{"type":"string","enum":["pending","processing","completed"]}},"required":["id","status","created_at","stale"]},"webhook_id":{"type":"string","format":"uuid"},"webhook_label":{"type":"string"}},"required":["webhook_id","webhook_label","latest_job"]},"posture-api_FindingInstanceExportOrderFilterRequest":{"type":"object","properties":{"direction":{"$ref":"#/components/schemas/posture-api_DirectionEnum"},"name":{"type":"string","enum":["asset.name","affliction_date"]}},"required":["direction","name"]},"posture-api_BaseFindingType":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/posture-api_FindingCategory"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"severity":{"$ref":"#/components/schemas/posture-api_SeverityEnum"},"vendor":{"type":"string"}},"required":["id","name","category","vendor","severity"]},"posture-api_FindingRemediation":{"type":"object","properties":{"frameworks":{"type":"array","items":{"type":"string"},"readOnly":true},"guide":{"type":"string"},"id":{"type":"string","format":"uuid","readOnly":true},"impact":{"type":"string"},"locale":{"type":"string","readOnly":true},"threat":{"type":"string"}},"required":["frameworks","guide","id","impact","locale","threat"]},"posture-api_CredentialHealthStatusEnum":{"type":"string","enum":["Initializing","Healthy","Unhealthy"]},"posture-api_IntegrationPolicy":{"type":"object","properties":{"client_id":{"type":"string","nullable":true},"compliance_level":{"type":"string"},"dlp_enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"link":{"type":"string","format":"uri","nullable":true},"name":{"type":"string"},"permissions":{"type":"array","items":{"type":"string"}}}},"posture-api_Vendor":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"},"logo":{"type":"string","format":"uri"},"name":{"type":"string"},"policies":{"type":"array","items":{"additionalProperties":true,"type":"object"}},"static_logo":{"type":"string","format":"uri"},"zt_enrollments":{"type":"array","items":{"type":"string"}}},"required":["description","display_name","id","logo","name","static_logo","zt_enrollments"]},"posture-api_ZeroTrustProduct":{"type":"object","properties":{"display_name":{"type":"string"},"enabled":{"type":"boolean","default":false},"id":{"type":"string"}}},"posture-api_api-response-collection":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/posture-api_messages"},"messages":{"$ref":"#/components/schemas/posture-api_messages"},"result_info":{"$ref":"#/components/schemas/posture-api_result-info"},"success":{"type":"boolean"}},"required":["success","errors","messages","result_info"]},"posture-api_ContentAsset":{"type":"object","properties":{"asset_id":{"type":"string","format":"uuid"},"asset_name":{"type":"string"},"dlp_contexts":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_DlpContext"}},"dlp_profile_count":{"type":"integer"},"dlp_profile_ids":{"type":"array","items":{"format":"uuid","type":"string"}},"integration":{"$ref":"#/components/schemas/posture-api_IntegrationSummary"},"latest_affliction_date":{"type":"string","format":"date-time"}},"required":["asset_id","asset_name","latest_affliction_date","dlp_profile_ids","dlp_profile_count","dlp_contexts","integration"]},"posture-api_ExportJob":{"type":"object","properties":{"download_url":{"type":"string","format":"uri","maxLength":1024,"nullable":true},"errors":{"type":"string","nullable":true},"file_name":{"type":"string","maxLength":256,"nullable":true},"file_path":{"type":"string","maxLength":512,"nullable":true},"id":{"type":"string","format":"uuid"},"status":{"$ref":"#/components/schemas/posture-api_StatusEnum"},"type":{"$ref":"#/components/schemas/posture-api_ExportJobTypeEnum"},"user_id":{"type":"string","maxLength":128}},"required":["id","status","type","user_id"]},"posture-api_RemediationType":{"type":"object","properties":{"display_name":{"type":"string"},"finding_type_id":{"type":"string","format":"uuid"},"id":{"type":"string","format":"uuid"},"remediation_type":{"type":"string"}},"required":["id","finding_type_id","remediation_type","display_name","description"]},"posture-api_RemediationJobAsset":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/posture-api_RemediationJobAssetCategory"},"external_id":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobAssetField"}},"id":{"type":"string","format":"uuid"},"link":{"type":"string","format":"uri","nullable":true},"name":{"type":"string"}},"required":["id","external_id","name","fields","category"]},"posture-api_RemediationJobAssetCategory":{"type":"object","properties":{"service":{"type":"string"},"type":{"type":"string"},"vendor":{"$ref":"#/components/schemas/posture-api_VendorsDisplayNameEnum"}},"required":["type","vendor","service"]},"posture-api_RemediationJobAssetField":{"type":"object","properties":{"link":{"type":"string","format":"uri","nullable":true},"name":{"type":"string"},"value":{"type":"string","oneOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["name","value"]},"posture-api_VendorsDisplayNameEnum":{"type":"string","enum":["AWS","Anthropic","Bitbucket","Box","Confluence","Dropbox","GitHub","Google Cloud Platform","Google Workspace","Jira","Microsoft","Microsoft Internal","Okta","OpenAI","Slack","Salesforce","ServiceNow","Workday","Zoom"]},"posture-api_RemediationJobsExportOrderFilterRequest":{"type":"object","properties":{"direction":{"$ref":"#/components/schemas/posture-api_DirectionEnum"},"name":{"type":"string","enum":["asset_name","finding_type_name","integration_name","status","last_updated_at","affliction_date"]}},"required":["direction","name"]},"posture-api_WebhookJobFailureReasonEnum":{"type":"string","enum":["Permission Denied","Integration Unavailable","Service Temporarily Unavailable","System Error"]},"posture-api_WebhookJobParameters":{"type":"object","properties":{"finding_instance_id":{"type":"string","format":"uuid"}},"required":["finding_instance_id"]},"posture-api_WebhookJobStatusEnum":{"type":"string","enum":["pending","processing","completed","failed"]},"posture-api_WebhookJobActorTypeEnum":{"type":"string","enum":["user","account_token"]},"posture-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"uniqueItems":true},"posture-api_result-info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string","nullable":true},"next":{"type":"string","format":"uri","nullable":true},"page":{"type":"integer"},"per_page":{"type":"integer"},"previous":{"type":"string","format":"uri","nullable":true},"total_count":{"type":"integer"}}},"posture-api_FindingInstance":{"type":"object","properties":{"affliction_date":{"type":"string","format":"date-time"},"asset":{"$ref":"#/components/schemas/posture-api_Asset"},"dlp_contexts":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_DlpContext"},"readOnly":true},"id":{"type":"string","format":"uuid"},"is_archived":{"type":"boolean","default":false},"remediations":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobSummary"}},"webhooks":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookInvocationSummary"}}},"required":["affliction_date","asset","dlp_contexts","remediations","webhooks"]},"posture-api_Finding":{"type":"object","properties":{"active_count":{"type":"integer","readOnly":true},"archived_count":{"type":"integer","readOnly":true},"finding":{"$ref":"#/components/schemas/posture-api_FindingType"},"id":{"type":"string","format":"byte","readOnly":true},"ignored":{"type":"boolean","readOnly":true},"instance_count":{"type":"integer","readOnly":true},"integration":{"$ref":"#/components/schemas/posture-api_IntegrationSummary"},"latest_affliction_date":{"type":"string","format":"date-time","readOnly":true},"severity_override":{"$ref":"#/components/schemas/posture-api_FindingSeverityOverride"}},"required":["active_count","archived_count","finding","id","ignored","instance_count","integration","latest_affliction_date"]},"precursor_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"precursor_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/precursor_messages"},"messages":{"$ref":"#/components/schemas/precursor_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"precursor_enforcement_rule_mode":{"type":"string","enum":["min-friction","max-security"],"x-auditable":true},"precursor_enforcement_rule":{"type":"object","properties":{"enabled":{"type":"boolean","default":true,"x-auditable":true},"expression":{"type":"string","x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"mode":{"$ref":"#/components/schemas/precursor_enforcement_rule_mode"}},"required":["expression","mode"],"title":"Enforcement Rule"},"precursor_default_mode":{"type":"string","default":"off","enum":["off","min-friction","max-security"],"x-auditable":true},"precursor_enforcement_rules":{"type":"array","items":{"$ref":"#/components/schemas/precursor_enforcement_rule"}},"precursor_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/precursor_api-response-common"}]},"precursor_precursor_config":{"type":"object","properties":{"default_mode":{"$ref":"#/components/schemas/precursor_default_mode"},"enforcement_rules":{"$ref":"#/components/schemas/precursor_enforcement_rules"}},"minProperties":1,"title":"Precursor Config"},"public-ip_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"public-ip_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/public-ip_messages"},"messages":{"$ref":"#/components/schemas/public-ip_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"public-ip_etag":{"type":"string"},"public-ip_ipv4_cidrs":{"type":"array","items":{"type":"string"}},"public-ip_ipv6_cidrs":{"type":"array","items":{"type":"string"}},"public-ip_jdcloud_cidrs":{"type":"array","items":{"type":"string"}},"r2-data-catalog_api-response-errors":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"r2-data-catalog_api-response-messages":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"r2-data-catalog_api-response-success":{"type":"boolean"},"r2-data-catalog_credential-status":{"type":"string","enum":["present","absent"]},"r2-data-catalog_catalog-status":{"type":"string","enum":["active","inactive"]},"r2-data-catalog_catalog-maintenance-state":{"type":"string","enum":["enabled","disabled"]},"r2-data-catalog_catalog-target-file-size":{"type":"string","enum":["64","128","256","512"]},"r2-data-catalog_catalog-compaction-config":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"},"target_size_mb":{"$ref":"#/components/schemas/r2-data-catalog_catalog-target-file-size"}},"required":["state","target_size_mb"]},"r2-data-catalog_snapshot-expiration-config":{"type":"object","properties":{"max_snapshot_age":{"type":"string","pattern":"^\\d+(d|h|m|s)$"},"min_snapshots_to_keep":{"type":"integer","format":"int64","minimum":1},"state":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"}},"required":["state","min_snapshots_to_keep","max_snapshot_age"]},"r2-data-catalog_maintenance-update-params":{"type":"object","properties":{"compaction":{"$ref":"#/components/schemas/r2-data-catalog_compaction-update-params"},"snapshot_expiration":{"$ref":"#/components/schemas/r2-data-catalog_snapshot-expiration-update-params"}}},"r2-data-catalog_table-identifier":{"type":"object","properties":{"name":{"type":"string"},"namespace":{"$ref":"#/components/schemas/r2-data-catalog_namespace-identifier"}},"required":["namespace","name"]},"r2-data-catalog_table-metadata":{"type":"object","additionalProperties":true},"r2-data-catalog_compaction-update-params":{"type":"object","properties":{"state":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"}]},"target_size_mb":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_catalog-target-file-size"}]}}},"r2-data-catalog_snapshot-expiration-update-params":{"type":"object","properties":{"max_snapshot_age":{"type":"string","pattern":"^\\d+(d|h|m|s)$"},"min_snapshots_to_keep":{"type":"integer","format":"int64","minimum":1},"state":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"}]}}},"r2-data-catalog_namespace-identifier":{"type":"array","items":{"type":"string"},"maxItems":16,"minItems":1},"r2-data-catalog_namespace-details":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","nullable":true},"namespace":{"$ref":"#/components/schemas/r2-data-catalog_namespace-identifier"},"namespace_uuid":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time","nullable":true}},"required":["namespace","namespace_uuid"]},"r2-data-catalog_table-details":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","nullable":true},"identifier":{"$ref":"#/components/schemas/r2-data-catalog_table-identifier"},"location":{"type":"string","nullable":true},"metadata_location":{"type":"string","nullable":true},"table_uuid":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time","nullable":true}},"required":["identifier","table_uuid"]},"r2-data-catalog_table-compaction-config":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"},"target_size_mb":{"$ref":"#/components/schemas/r2-data-catalog_catalog-target-file-size"}},"required":["state","target_size_mb"]},"r2-data-catalog_table-compaction-update-params":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"},"target_size_mb":{"$ref":"#/components/schemas/r2-data-catalog_catalog-target-file-size"}}},"r2-slurper_SourceJobSchema":{"type":"object","oneOf":[{"$ref":"#/components/schemas/r2-slurper_S3SourceSchema"},{"$ref":"#/components/schemas/r2-slurper_GCSSourceSchema"},{"$ref":"#/components/schemas/r2-slurper_R2SourceSchema"}]},"r2-slurper_R2TargetSchema":{"type":"object","properties":{"bucket":{"type":"string"},"jurisdiction":{"$ref":"#/components/schemas/r2-slurper_Jurisdiction"},"secret":{"$ref":"#/components/schemas/r2-slurper_S3LikeCredsSchema"},"vendor":{"type":"string","enum":["r2"]}},"required":["vendor","bucket","secret"]},"r2-slurper_GCSLikeCredsSchema":{"type":"object","properties":{"clientEmail":{"type":"string"},"privateKey":{"type":"string","x-sensitive":true}},"required":["clientEmail","privateKey"]},"r2-slurper_JobStatus":{"type":"string","enum":["running","paused","aborted","completed"]},"r2-slurper_Jurisdiction":{"type":"string","enum":["default","eu","fedramp"]},"r2-slurper_S3LikeCredsSchema":{"type":"object","properties":{"accessKeyId":{"type":"string"},"secretAccessKey":{"type":"string","x-sensitive":true}},"required":["accessKeyId","secretAccessKey"]},"r2-slurper_S3SourceSchema":{"type":"object","properties":{"bucket":{"type":"string"},"endpoint":{"type":"string","format":"uri","nullable":true},"keys":{"type":"array","items":{"type":"string"},"maxItems":10000,"nullable":true},"pathPrefix":{"type":"string","nullable":true},"region":{"type":"string","nullable":true},"secret":{"$ref":"#/components/schemas/r2-slurper_S3LikeCredsSchema"},"vendor":{"type":"string","enum":["s3"]}},"required":["vendor","bucket","secret"]},"r2-slurper_GCSSourceSchema":{"type":"object","properties":{"bucket":{"type":"string"},"keys":{"type":"array","items":{"type":"string"},"maxItems":10000,"nullable":true},"pathPrefix":{"type":"string","nullable":true},"secret":{"$ref":"#/components/schemas/r2-slurper_GCSLikeCredsSchema"},"vendor":{"type":"string","enum":["gcs"]}},"required":["vendor","bucket","secret"]},"r2-slurper_R2SourceSchema":{"type":"object","properties":{"bucket":{"type":"string"},"jurisdiction":{"$ref":"#/components/schemas/r2-slurper_Jurisdiction"},"keys":{"type":"array","items":{"type":"string"},"maxItems":10000,"nullable":true},"pathPrefix":{"type":"string","nullable":true},"secret":{"$ref":"#/components/schemas/r2-slurper_S3LikeCredsSchema"},"vendor":{"type":"string","enum":["r2"]}},"required":["vendor","bucket","secret"]},"r2-slurper_api-v4-error":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true},"minLength":1},"r2-slurper_api-v4-message":{"type":"array","items":{"type":"string","x-auditable":true}},"r2_class_based_metrics":{"type":"object","properties":{"published":{"$ref":"#/components/schemas/r2_object_size_metrics"},"uploaded":{"$ref":"#/components/schemas/r2_object_size_metrics"}}},"r2_lock-rule-age-condition":{"type":"object","properties":{"maxAgeSeconds":{"type":"integer","x-auditable":true},"type":{"type":"string","enum":["Age"],"x-auditable":true}},"required":["type","maxAgeSeconds"]},"r2_lock-rule-date-condition":{"type":"object","properties":{"date":{"type":"string","format":"date-time","x-auditable":true},"type":{"type":"string","enum":["Date"],"x-auditable":true}},"required":["type","date"]},"r2_lock-rule-indefinite-condition":{"type":"object","properties":{"type":{"type":"string","enum":["Indefinite"],"x-auditable":true}},"required":["type"]},"r2_bucket-lock-rule":{"type":"object","properties":{"condition":{"oneOf":[{"$ref":"#/components/schemas/r2_lock-rule-age-condition"},{"$ref":"#/components/schemas/r2_lock-rule-date-condition"},{"$ref":"#/components/schemas/r2_lock-rule-indefinite-condition"}]},"enabled":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"required":["id","condition","enabled"]},"r2_object_size_metrics":{"type":"object","properties":{"metadataSize":{"type":"number"},"objects":{"type":"number"},"payloadSize":{"type":"number"}}},"r2_lifecycle-rule":{"type":"object","properties":{"abortMultipartUploadsTransition":{"type":"object","properties":{"condition":{"allOf":[{"$ref":"#/components/schemas/r2_lifecycle-age-condition"}]}}},"conditions":{"type":"object","properties":{"prefix":{"type":"string","x-auditable":true}},"required":["prefix"]},"deleteObjectsTransition":{"type":"object","properties":{"condition":{"oneOf":[{"$ref":"#/components/schemas/r2_lifecycle-age-condition"},{"$ref":"#/components/schemas/r2_lifecycle-date-condition"}]}}},"enabled":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"storageClassTransitions":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/r2_lifecycle-storage-transition"}]}}},"required":["id","conditions","enabled"]},"r2_lifecycle-age-condition":{"type":"object","properties":{"maxAge":{"type":"integer","x-auditable":true},"type":{"type":"string","enum":["Age"],"x-auditable":true}},"required":["type","maxAge"]},"r2_lifecycle-date-condition":{"type":"object","properties":{"date":{"type":"string","format":"date-time","x-auditable":true},"type":{"type":"string","enum":["Date"],"x-auditable":true}},"required":["type","date"]},"r2_lifecycle-storage-transition":{"type":"object","properties":{"condition":{"oneOf":[{"$ref":"#/components/schemas/r2_lifecycle-age-condition"},{"$ref":"#/components/schemas/r2_lifecycle-date-condition"}]},"storageClass":{"type":"string","enum":["InfrequentAccess"],"x-auditable":true}},"required":["condition","storageClass"]},"r2_r2_bucket_job_status":{"type":"string","enum":["ENQUEUED","RUNNING","COMPLETED","FAILED","CANCELLED"]},"r2_r2_object_http_metadata":{"type":"object","properties":{"cacheControl":{"type":"string"},"cacheExpiry":{"type":"string","format":"date-time"},"contentDisposition":{"type":"string"},"contentEncoding":{"type":"string"},"contentLanguage":{"type":"string"},"contentType":{"type":"string"}}},"r2_r2-action":{"type":"string","enum":["PutObject","CopyObject","DeleteObject","CompleteMultipartUpload","LifecycleDeletion"],"x-auditable":true},"r2_result_info":{"type":"object","properties":{"cursor":{"type":"string"},"per_page":{"type":"number"}}},"realtimekit_SummarizationConfig":{"type":"object","properties":{"summary_type":{"type":"string","default":"general","enum":["general","team_meeting","sales_call","client_check_in","interview","daily_standup","one_on_one_meeting","lecture","code_review"]},"text_format":{"type":"string","default":"markdown","enum":["plain_text","markdown"]},"word_limit":{"type":"integer","default":500,"maximum":1000,"minimum":150}},"title":"SummarizationConfig"},"realtimekit_TranscriptionConfig":{"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string"}},"language":{"type":"string","default":"en-US","enum":["en-US","en-IN","de","hi","sv","ru","pl","el","fr","nl"]},"profanity_filter":{"type":"boolean","default":false}},"title":"TranscriptionConfig"},"realtimekit_ActiveSession":{"type":"object","properties":{"associated_id":{"type":"string"},"breakout_rooms":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_ActiveSession"},"readOnly":true},"created_at":{"type":"string"},"ended_at":{"type":"string"},"id":{"type":"string","readOnly":true},"live_participants":{"type":"number"},"max_concurrent_participants":{"type":"number"},"meeting_display_name":{"type":"string"},"minutes_consumed":{"type":"number"},"organization_id":{"type":"string"},"started_at":{"type":"string"},"status":{"type":"string","enum":["LIVE","ENDED"]},"type":{"type":"string","enum":["meeting","livestream","participant"]},"updated_at":{"type":"string"}},"required":["id","associated_id","meeting_display_name","type","status","live_participants","max_concurrent_participants","minutes_consumed","organization_id","started_at","created_at","updated_at"]},"realtimekit_LatencyCumulative":{"type":"object","properties":{"100ms_or_greater_event_fraction":{"type":"number"},"250ms_or_greater_event_fraction":{"type":"number"},"500ms_or_greater_event_fraction":{"type":"number"},"avg":{"type":"number"}}},"realtimekit_PacketLossCumulative":{"type":"object","properties":{"10_or_greater_event_fraction":{"type":"number"},"25_or_greater_event_fraction":{"type":"number"},"50_or_greater_event_fraction":{"type":"number"},"5_or_greater_event_fraction":{"type":"number"},"avg":{"type":"number"}}},"realtimekit_PercentileStats":{"type":"object","properties":{"avg":{"type":"number"},"p50":{"type":"number"},"p75":{"type":"number"},"p90":{"type":"number"}}},"realtimekit_RecordingConfig":{"type":"object","properties":{"audio_config":{"$ref":"#/components/schemas/realtimekit_AudioConfig"},"file_name_prefix":{"type":"string"},"live_streaming_config":{"$ref":"#/components/schemas/realtimekit_LivestreamingConfig"},"max_seconds":{"type":"number","maximum":86400,"minimum":60},"realtimekit_bucket_config":{"$ref":"#/components/schemas/realtimekit_realtimekitBucketConfig"},"storage_config":{"$ref":"#/components/schemas/realtimekit_StorageConfig"},"video_config":{"$ref":"#/components/schemas/realtimekit_VideoConfig"}},"title":"RecordingConfig"},"realtimekit_PeerEvent":{"type":"object","properties":{"created_at":{"type":"string"},"event_name":{"type":"string","enum":["PEER_CREATED","PEER_JOINING","PEER_LEAVING"]},"id":{"type":"string"},"minutes_consumed":{"type":"number"},"participant_id":{"type":"string","nullable":true},"peer_id":{"type":"string"},"preset_view_type":{"type":"string","enum":["GROUP_CALL","WEBINAR","AUDIO_ROOM","LIVESTREAM","CHAT"],"nullable":true},"session_id":{"type":"string","nullable":true},"socket_session_id":{"type":"string","nullable":true},"updated_at":{"type":"string"}}},"realtimekit_PeerReport":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/realtimekit_PeerReportMetadata"},"quality":{"$ref":"#/components/schemas/realtimekit_PeerReportQuality"}}},"realtimekit_PeerReportMetadata":{"type":"object","properties":{"audio_devices_updates":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDeviceUpdate"}},"browser_metadata":{"type":"object","properties":{"browser":{"type":"string"},"browser_version":{"type":"string"},"engine":{"type":"string"},"user_agent":{"type":"string"},"webgl_support":{"type":"boolean","nullable":true}}},"candidate_pairs":{"type":"object","properties":{"consuming_transport":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_CandidatePairStats"}},"producing_transport":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_CandidatePairStats"}}}},"device_info":{"type":"object","properties":{"cpus":{"type":"number"},"is_mobile":{"type":"boolean"},"os":{"type":"string"},"os_version":{"type":"string"}}},"events":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportEvent"}},"ip_information":{"type":"object","properties":{"asn":{"type":"object","properties":{"asn":{"type":"string"},"domain":{"type":"string"},"name":{"type":"string"},"route":{"type":"string"},"type":{"type":"string"}}},"city":{"type":"string"},"country":{"type":"string"},"ipv4":{"type":"string"},"org":{"type":"string"},"region":{"type":"string"},"timezone":{"type":"string"}}},"native_metadata":{"type":"object","properties":{"audio_encoder":{"type":"string"},"video_encoder":{"type":"string"}}},"pc_metadata":{"type":"array","items":{"properties":{"effective_network_type":{"type":"string"},"reflexive_connectivity":{"type":"boolean"},"relay_connectivity":{"type":"boolean"},"sdp":{"type":"array","items":{"type":"string"}},"timestamp":{"type":"string"},"turn_connectivity":{"type":"boolean"}},"type":"object"}},"room_view_type":{"type":"string"},"sdk_name":{"type":"string"},"sdk_type":{"type":"string"},"sdk_version":{"type":"string"},"selected_device_updates":{"type":"array","items":{"properties":{"device":{"$ref":"#/components/schemas/realtimekit_PeerReportDevice"},"timestamp":{"type":"string"}},"type":"object"}},"speaker_devices_updates":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDeviceUpdate"}},"video_devices_updates":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDeviceUpdate"}}}},"realtimekit_PeerReportQuality":{"type":"object","properties":{"audio_consumer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_AudioConsumerStats"}},"audio_consumer_cumulative":{"$ref":"#/components/schemas/realtimekit_AudioConsumerStatsCumulative"},"audio_producer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_AudioProducerStats"}},"audio_producer_cumulative":{"$ref":"#/components/schemas/realtimekit_AudioProducerStatsCumulative"},"screenshare_audio_consumer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_AudioConsumerStats"}},"screenshare_audio_consumer_cumulative":{"$ref":"#/components/schemas/realtimekit_AudioConsumerStatsCumulative"},"screenshare_audio_producer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_AudioProducerStats"}},"screenshare_audio_producer_cumulative":{"$ref":"#/components/schemas/realtimekit_AudioProducerStatsCumulative"},"screenshare_video_consumer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_VideoConsumerStats"}},"screenshare_video_consumer_cumulative":{"$ref":"#/components/schemas/realtimekit_VideoConsumerStatsCumulative"},"screenshare_video_producer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_VideoProducerStats"}},"screenshare_video_producer_cumulative":{"$ref":"#/components/schemas/realtimekit_VideoProducerStatsCumulative"},"video_consumer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_VideoConsumerStats"}},"video_consumer_cumulative":{"$ref":"#/components/schemas/realtimekit_VideoConsumerStatsCumulative"},"video_producer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_VideoProducerStats"}},"video_producer_cumulative":{"$ref":"#/components/schemas/realtimekit_VideoProducerStatsCumulative"}}},"realtimekit_PeerReportDevice":{"type":"object","properties":{"device_id":{"type":"string"},"kind":{"type":"string"},"label":{"type":"string"}}},"realtimekit_PeerReportDeviceUpdate":{"type":"object","properties":{"added":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDevice"}},"removed":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDevice"}},"timestamp":{"type":"string"}}},"realtimekit_CandidatePairStats":{"type":"object","properties":{"available_incoming_bitrate":{"type":"number"},"available_outgoing_bitrate":{"type":"number"},"bytes_discarded_on_send":{"type":"number"},"bytes_received":{"type":"number"},"bytes_sent":{"type":"number"},"current_round_trip_time":{"type":"number"},"last_packet_received_timestamp":{"type":"number"},"last_packet_sent_timestamp":{"type":"number"},"local_candidate_address":{"type":"string"},"local_candidate_id":{"type":"string"},"local_candidate_network_type":{"type":"string"},"local_candidate_port":{"type":"number"},"local_candidate_protocol":{"type":"string"},"local_candidate_related_address":{"type":"string"},"local_candidate_related_port":{"type":"number"},"local_candidate_type":{"type":"string"},"local_candidate_url":{"type":"string"},"nominated":{"type":"boolean"},"packets_discarded_on_send":{"type":"number"},"packets_received":{"type":"number"},"packets_sent":{"type":"number"},"remote_candidate_address":{"type":"string"},"remote_candidate_id":{"type":"string"},"remote_candidate_port":{"type":"number"},"remote_candidate_protocol":{"type":"string"},"remote_candidate_type":{"type":"string"},"remote_candidate_url":{"type":"string"},"total_round_trip_time":{"type":"number"}}},"realtimekit_PeerReportEvent":{"type":"object","properties":{"metadata":{"type":"object","additionalProperties":{"nullable":true,"oneOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"name":{"type":"string"},"timestamp":{"type":"string"}}},"realtimekit_AudioConsumerStats":{"type":"object","properties":{"bytes_received":{"type":"number"},"concealment_events":{"type":"number"},"consumer_id":{"type":"string"},"jitter":{"type":"number"},"jitter_buffer_delay":{"type":"number"},"jitter_buffer_emitted_count":{"type":"number"},"mid":{"type":"string"},"mos_quality":{"type":"number"},"packets_lost":{"type":"number"},"packets_received":{"type":"number"},"peer_id":{"type":"string"},"producer_id":{"type":"string"},"ssrc":{"type":"number"},"timestamp":{"type":"string"}}},"realtimekit_AudioConsumerStatsCumulative":{"type":"object","properties":{"jitter_buffer_delay":{"$ref":"#/components/schemas/realtimekit_LatencyCumulative"},"packet_loss":{"$ref":"#/components/schemas/realtimekit_PacketLossCumulative"},"quality_mos":{"$ref":"#/components/schemas/realtimekit_PercentileStats"}}},"realtimekit_AudioProducerStats":{"type":"object","properties":{"bytes_sent":{"type":"number"},"jitter":{"type":"number"},"mid":{"type":"string"},"mos_quality":{"type":"number"},"packets_lost":{"type":"number"},"packets_sent":{"type":"number"},"producer_id":{"type":"string"},"rtt":{"type":"number"},"ssrc":{"type":"number"},"timestamp":{"type":"string"}}},"realtimekit_AudioProducerStatsCumulative":{"type":"object","properties":{"packet_loss":{"$ref":"#/components/schemas/realtimekit_PacketLossCumulative"},"quality_mos":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"rtt":{"$ref":"#/components/schemas/realtimekit_LatencyCumulative"}}},"realtimekit_VideoConsumerStats":{"type":"object","properties":{"bytes_received":{"type":"number"},"consumer_id":{"type":"string"},"fir_count":{"type":"number"},"frame_height":{"type":"number"},"frame_width":{"type":"number"},"frames_decoded":{"type":"number"},"frames_dropped":{"type":"number"},"frames_per_second":{"type":"number"},"jitter":{"type":"number"},"jitter_buffer_delay":{"type":"number"},"jitter_buffer_emitted_count":{"type":"number"},"key_frames_decoded":{"type":"number"},"mid":{"type":"string"},"mos_quality":{"type":"number"},"packets_lost":{"type":"number"},"packets_received":{"type":"number"},"peer_id":{"type":"string"},"producer_id":{"type":"string"},"ssrc":{"type":"number"},"timestamp":{"type":"string"}}},"realtimekit_VideoConsumerStatsCumulative":{"type":"object","properties":{"frame_per_second":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"frame_width":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"issues":{"type":"object","properties":{"lag_fraction":{"type":"number"},"no_video_fraction":{"type":"number"},"poor_resolution_fraction":{"type":"number"}}},"jitter_buffer_delay":{"$ref":"#/components/schemas/realtimekit_LatencyCumulative"},"key_frames_decoded_fraction":{"type":"number"},"packet_loss":{"$ref":"#/components/schemas/realtimekit_PacketLossCumulative"},"quality_mos":{"$ref":"#/components/schemas/realtimekit_PercentileStats"}}},"realtimekit_VideoProducerStats":{"type":"object","properties":{"bytes_sent":{"type":"number"},"fir_count":{"type":"number"},"frame_height":{"type":"number"},"frame_width":{"type":"number"},"frames_encoded":{"type":"number"},"frames_per_second":{"type":"number"},"jitter":{"type":"number"},"key_frames_encoded":{"type":"number"},"mid":{"type":"string"},"mos_quality":{"type":"number"},"packets_lost":{"type":"number"},"packets_sent":{"type":"number"},"pli_count":{"type":"number"},"producer_id":{"type":"string"},"quality_limitation_durations":{"type":"object","properties":{"bandwidth":{"type":"number"},"cpu":{"type":"number"},"none":{"type":"number"},"other":{"type":"number"}}},"quality_limitation_reason":{"type":"string","enum":["cpu","bandwidth","none","other"]},"quality_limitation_resolution_changes":{"type":"number"},"rtt":{"type":"number"},"ssrc":{"type":"number"},"timestamp":{"type":"string"}}},"realtimekit_VideoProducerStatsCumulative":{"type":"object","properties":{"frame_per_second":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"frame_width":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"high_negative_feedback_fraction":{"type":"number"},"issues":{"type":"object","properties":{"bandwidth_quality_limitation_fraction":{"type":"number"},"cpu_quality_limitation_fraction":{"type":"number"},"no_video_fraction":{"type":"number"},"poor_resolution_fraction":{"type":"number"},"quality_limitation_fraction":{"type":"number"}}},"key_frames_encoded_fraction":{"type":"number"},"packet_loss":{"$ref":"#/components/schemas/realtimekit_PacketLossCumulative"},"quality_mos":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"rtt":{"$ref":"#/components/schemas/realtimekit_LatencyCumulative"}}},"realtimekit_PresetPluginConfig":{"type":"object","additionalProperties":{"additionalProperties":true,"properties":{"access_control":{"type":"string","enum":["FULL_ACCESS","VIEW_ONLY"]},"handles_view_only":{"type":"boolean"}},"type":"object"}},"realtimekit_AudioConfig":{"type":"object","properties":{"channel":{"type":"string","default":"stereo","enum":["mono","stereo"]},"codec":{"type":"string","default":"AAC","enum":["MP3","AAC"]},"export_file":{"type":"boolean","default":true}},"title":"AudioConfig"},"realtimekit_LivestreamingConfig":{"type":"object","properties":{"rtmp_url":{"type":"string","format":"uri"}},"title":"LivestreamingConfig"},"realtimekit_realtimekitBucketConfig":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"title":"realtimekitBucketConfig"},"realtimekit_StorageConfig":{"type":"object","properties":{"access_key":{"type":"string","writeOnly":true},"auth_method":{"type":"string","enum":["KEY","PASSWORD"]},"bucket":{"type":"string"},"host":{"type":"string"},"password":{"type":"string"},"path":{"type":"string"},"port":{"type":"number"},"private_key":{"type":"string"},"region":{"type":"string"},"secret":{"type":"string"},"type":{"type":"string","enum":["aws","azure","digitalocean","gcs","sftp"]},"username":{"type":"string"}},"nullable":true,"required":["type"],"title":"StorageConfig"},"realtimekit_VideoConfig":{"type":"object","properties":{"codec":{"type":"string","default":"H264","enum":["H264","VP8"]},"export_file":{"type":"boolean","default":true},"height":{"type":"integer","default":720,"maximum":1920,"minimum":1},"watermark":{"type":"object","properties":{"position":{"type":"string","default":"left top","enum":["left top","right top","left bottom","right bottom"]},"size":{"type":"object","properties":{"height":{"type":"integer","minimum":1},"width":{"type":"integer","minimum":1}}},"url":{"type":"string","format":"uri"}}},"width":{"type":"integer","default":1280,"maximum":1920,"minimum":1}},"title":"VideoConfig"},"realtimekit_Webhook":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"events":{"type":"array","items":{"enum":["meeting.started","meeting.ended","meeting.participantJoined","meeting.participantLeft","meeting.chatSynced","recording.statusUpdate","livestreaming.statusUpdate","meeting.transcript","meeting.summary"],"type":"string"}},"id":{"type":"string","format":"uuid","readOnly":true},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"},"url":{"type":"string","format":"uri"}},"required":["id","name","url","events","created_at","updated_at","enabled"]},"registrar-api-sandbox_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/registrar-api-sandbox_messages"},"messages":{"$ref":"#/components/schemas/registrar-api-sandbox_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"registrar-api-sandbox_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"registrar-api-sandbox_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"registrar-api-sandbox_address":{"type":"string"},"registrar-api-sandbox_address2":{"type":"string"},"registrar-api-sandbox_city":{"type":"string"},"registrar-api-sandbox_country":{"type":"string","maxLength":30,"nullable":true},"registrar-api-sandbox_email":{"type":"string","maxLength":90},"registrar-api-sandbox_fax":{"type":"string"},"registrar-api-sandbox_first_name":{"type":"string","maxLength":60,"nullable":true},"registrar-api-sandbox_contact_identifier":{"type":"string","maxLength":32,"readOnly":true},"registrar-api-sandbox_last_name":{"type":"string","maxLength":60,"nullable":true},"registrar-api-sandbox_organization":{"type":"string"},"registrar-api-sandbox_telephone":{"type":"string","maxLength":20,"nullable":true},"registrar-api-sandbox_state":{"type":"string"},"registrar-api-sandbox_zipcode":{"type":"string","maxLength":20,"nullable":true},"registrar-api-sandbox_contact_properties":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/registrar-api-sandbox_address"},"address2":{"$ref":"#/components/schemas/registrar-api-sandbox_address2"},"city":{"$ref":"#/components/schemas/registrar-api-sandbox_city"},"country":{"$ref":"#/components/schemas/registrar-api-sandbox_country"},"email":{"$ref":"#/components/schemas/registrar-api-sandbox_email"},"fax":{"$ref":"#/components/schemas/registrar-api-sandbox_fax"},"first_name":{"$ref":"#/components/schemas/registrar-api-sandbox_first_name"},"id":{"$ref":"#/components/schemas/registrar-api-sandbox_contact_identifier"},"last_name":{"$ref":"#/components/schemas/registrar-api-sandbox_last_name"},"organization":{"$ref":"#/components/schemas/registrar-api-sandbox_organization"},"phone":{"$ref":"#/components/schemas/registrar-api-sandbox_telephone"},"state":{"$ref":"#/components/schemas/registrar-api-sandbox_state"},"zip":{"$ref":"#/components/schemas/registrar-api-sandbox_zipcode"}},"required":["first_name","last_name","address","city","state","zip","country","phone","organization"]},"registrar-api-sandbox_domain_check_result":{"type":"object","properties":{"name":{"type":"string"},"pricing":{"$ref":"#/components/schemas/registrar-api-sandbox_pricing"},"reason":{"type":"string","enum":["extension_not_supported_via_api","extension_not_supported","extension_disallows_registration","domain_premium","domain_unavailable"]},"registrable":{"type":"boolean"},"tier":{"type":"string","enum":["standard","premium"]}},"required":["name","registrable"]},"registrar-api-sandbox_pricing":{"type":"object","properties":{"currency":{"type":"string"},"registration_cost":{"type":"string"},"renewal_cost":{"type":"string"}},"required":["currency","registration_cost","renewal_cost"]},"registrar-api-sandbox_available":{"type":"boolean"},"registrar-api-sandbox_can_register":{"type":"boolean"},"registrar-api-sandbox_created_at":{"type":"string","format":"date-time"},"registrar-api-sandbox_current_registrar":{"type":"string"},"registrar-api-sandbox_expires_at":{"type":"string","format":"date-time"},"registrar-api-sandbox_domain_identifier":{"type":"string","maxLength":32,"readOnly":true},"registrar-api-sandbox_locked":{"type":"boolean","x-auditable":true},"registrar-api-sandbox_registrant_contact":{"allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_contacts"}]},"registrar-api-sandbox_registry_statuses":{"type":"string"},"registrar-api-sandbox_supported_tld":{"type":"boolean"},"registrar-api-sandbox_transfer_in":{"properties":{"accept_foa":{"type":"string","enum":["needed","ok"]},"approve_transfer":{"type":"string","enum":["needed","ok","pending","trying","rejected","unknown"]},"can_cancel_transfer":{"type":"boolean"},"disable_privacy":{"type":"string","enum":["needed","ok","unknown"]},"enter_auth_code":{"type":"string","enum":["needed","ok","pending","trying","rejected"]},"unlock_domain":{"type":"string","enum":["needed","ok","pending","trying","unknown"]}}},"registrar-api-sandbox_updated_at":{"type":"string","format":"date-time"},"registrar-api-sandbox_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/registrar-api-sandbox_result_info"}}}]},"registrar-api-sandbox_domains":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_domain_properties"}]},"registrar-api-sandbox_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}}}]},"registrar-api-sandbox_domain_search_result":{"type":"object","properties":{"name":{"type":"string"},"pricing":{"$ref":"#/components/schemas/registrar-api-sandbox_pricing"},"reason":{"type":"string","enum":["extension_not_supported_via_api","extension_not_supported","extension_disallows_registration","domain_premium","domain_unavailable"]},"registrable":{"type":"boolean"},"tier":{"type":"string","enum":["standard","premium"]}},"required":["name","registrable"]},"registrar-api-sandbox_auto_renew":{"type":"boolean","x-auditable":true},"registrar-api-sandbox_privacy":{"type":"boolean","x-auditable":true},"registrar-api-sandbox_domain_properties":{"type":"object","properties":{"available":{"$ref":"#/components/schemas/registrar-api-sandbox_available"},"can_register":{"$ref":"#/components/schemas/registrar-api-sandbox_can_register"},"created_at":{"$ref":"#/components/schemas/registrar-api-sandbox_created_at"},"current_registrar":{"$ref":"#/components/schemas/registrar-api-sandbox_current_registrar"},"expires_at":{"$ref":"#/components/schemas/registrar-api-sandbox_expires_at"},"id":{"$ref":"#/components/schemas/registrar-api-sandbox_domain_identifier"},"locked":{"$ref":"#/components/schemas/registrar-api-sandbox_locked"},"registrant_contact":{"$ref":"#/components/schemas/registrar-api-sandbox_registrant_contact"},"registry_statuses":{"$ref":"#/components/schemas/registrar-api-sandbox_registry_statuses"},"supported_tld":{"$ref":"#/components/schemas/registrar-api-sandbox_supported_tld"},"transfer_in":{"$ref":"#/components/schemas/registrar-api-sandbox_transfer_in"},"updated_at":{"$ref":"#/components/schemas/registrar-api-sandbox_updated_at"}}},"registrar-api-sandbox_extension-item":{"type":"object","properties":{"metadata":{"type":"object","properties":{"name":{"type":"string"},"tld":{"type":"string"}},"required":["name","tld"]},"registration_schema":{"type":"object"}},"required":["metadata","registration_schema"]},"registrar-api-sandbox_contacts":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_contact_properties"}]},"registrar-api-sandbox_domain_name":{"type":"string","x-auditable":true},"registrar-api-sandbox_registration":{"type":"object","properties":{"auto_renew":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"domain_name":{"$ref":"#/components/schemas/registrar-api-sandbox_domain_name"},"expires_at":{"type":"string","format":"date-time","nullable":true},"locked":{"type":"boolean"},"privacy_mode":{"type":"string","enum":[false,"redaction"]},"status":{"type":"string","enum":["active","registration_pending","expired","suspended","redemption_period","pending_delete"]}},"required":["domain_name","status","created_at","expires_at","auto_renew","privacy_mode","locked"]},"registrar-api-sandbox_cursor_result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}},"required":["cursor","per_page","count"]},"registrar-api-sandbox_registration_contact_postal_info":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact_address"},"name":{"type":"string"},"organization":{"type":"string"}},"required":["name","address"]},"registrar-api-sandbox_registration_contact_address":{"type":"object","properties":{"city":{"type":"string"},"country_code":{"type":"string"},"postal_code":{"type":"string"},"state":{"type":"string"},"street":{"type":"string"}},"required":["street","city","state","postal_code","country_code"]},"registrar-api-sandbox_registration_contact":{"type":"object","properties":{"email":{"type":"string","format":"email"},"fax":{"type":"string"},"phone":{"type":"string"},"postal_info":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact_postal_info"}},"required":["phone","email","postal_info"]},"registrar-api-sandbox_registration_contacts":{"type":"object","properties":{"administrator":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact"},"billing":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact"},"registrant":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact"},"technical":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact"}}},"registrar-api-sandbox_workflow_status":{"type":"object","properties":{"completed":{"type":"boolean"},"context":{"type":"object","additionalProperties":true},"created_at":{"type":"string","format":"date-time"},"error":{"allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_workflow_error"}],"nullable":true},"links":{"$ref":"#/components/schemas/registrar-api-sandbox_workflow_links"},"state":{"type":"string","enum":["pending","in_progress","action_required","blocked","succeeded","failed"]},"updated_at":{"type":"string","format":"date-time"}},"required":["state","completed","created_at","updated_at","links"]},"registrar-api-sandbox_workflow_error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]},"registrar-api-sandbox_workflow_links":{"type":"object","properties":{"resource":{"type":"string"},"self":{"type":"string"}},"required":["self"]},"registrar-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/registrar-api_messages"},"messages":{"$ref":"#/components/schemas/registrar-api_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"registrar-api_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"registrar-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"registrar-api_address":{"type":"string"},"registrar-api_address2":{"type":"string"},"registrar-api_city":{"type":"string"},"registrar-api_country":{"type":"string","maxLength":30,"nullable":true},"registrar-api_email":{"type":"string","maxLength":90},"registrar-api_fax":{"type":"string"},"registrar-api_first_name":{"type":"string","maxLength":60,"nullable":true},"registrar-api_contact_identifier":{"type":"string","maxLength":32,"readOnly":true},"registrar-api_last_name":{"type":"string","maxLength":60,"nullable":true},"registrar-api_organization":{"type":"string"},"registrar-api_telephone":{"type":"string","maxLength":20,"nullable":true},"registrar-api_state":{"type":"string"},"registrar-api_zipcode":{"type":"string","maxLength":20,"nullable":true},"registrar-api_contact_properties":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/registrar-api_address"},"address2":{"$ref":"#/components/schemas/registrar-api_address2"},"city":{"$ref":"#/components/schemas/registrar-api_city"},"country":{"$ref":"#/components/schemas/registrar-api_country"},"email":{"$ref":"#/components/schemas/registrar-api_email"},"fax":{"$ref":"#/components/schemas/registrar-api_fax"},"first_name":{"$ref":"#/components/schemas/registrar-api_first_name"},"id":{"$ref":"#/components/schemas/registrar-api_contact_identifier"},"last_name":{"$ref":"#/components/schemas/registrar-api_last_name"},"organization":{"$ref":"#/components/schemas/registrar-api_organization"},"phone":{"$ref":"#/components/schemas/registrar-api_telephone"},"state":{"$ref":"#/components/schemas/registrar-api_state"},"zip":{"$ref":"#/components/schemas/registrar-api_zipcode"}},"required":["first_name","last_name","address","city","state","zip","country","phone","organization"]},"registrar-api_domain_check_result":{"type":"object","properties":{"name":{"type":"string"},"pricing":{"$ref":"#/components/schemas/registrar-api_pricing"},"reason":{"type":"string","enum":["extension_not_supported_via_api","extension_not_supported","extension_disallows_registration","domain_premium","domain_unavailable"]},"registrable":{"type":"boolean"},"tier":{"type":"string","enum":["standard","premium"]}},"required":["name","registrable"]},"registrar-api_pricing":{"type":"object","properties":{"currency":{"type":"string"},"registration_cost":{"type":"string"},"renewal_cost":{"type":"string"}},"required":["currency","registration_cost","renewal_cost"]},"registrar-api_available":{"type":"boolean"},"registrar-api_can_register":{"type":"boolean"},"registrar-api_created_at":{"type":"string","format":"date-time"},"registrar-api_current_registrar":{"type":"string"},"registrar-api_expires_at":{"type":"string","format":"date-time"},"registrar-api_domain_identifier":{"type":"string","maxLength":32,"readOnly":true},"registrar-api_locked":{"type":"boolean","x-auditable":true},"registrar-api_registrant_contact":{"allOf":[{"$ref":"#/components/schemas/registrar-api_contacts"}]},"registrar-api_registry_statuses":{"type":"string"},"registrar-api_supported_tld":{"type":"boolean"},"registrar-api_transfer_in":{"properties":{"accept_foa":{"type":"string","enum":["needed","ok"]},"approve_transfer":{"type":"string","enum":["needed","ok","pending","trying","rejected","unknown"]},"can_cancel_transfer":{"type":"boolean"},"disable_privacy":{"type":"string","enum":["needed","ok","unknown"]},"enter_auth_code":{"type":"string","enum":["needed","ok","pending","trying","rejected"]},"unlock_domain":{"type":"string","enum":["needed","ok","pending","trying","unknown"]}}},"registrar-api_updated_at":{"type":"string","format":"date-time"},"registrar-api_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/registrar-api_result_info"}}}]},"registrar-api_domains":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api_domain_properties"}]},"registrar-api_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}}}]},"registrar-api_domain_search_result":{"type":"object","properties":{"name":{"type":"string"},"pricing":{"$ref":"#/components/schemas/registrar-api_pricing"},"reason":{"type":"string","enum":["extension_not_supported_via_api","extension_not_supported","extension_disallows_registration","domain_premium","domain_unavailable"]},"registrable":{"type":"boolean"},"tier":{"type":"string","enum":["standard","premium"]}},"required":["name","registrable"]},"registrar-api_auto_renew":{"type":"boolean","x-auditable":true},"registrar-api_privacy":{"type":"boolean","x-auditable":true},"registrar-api_domain_properties":{"type":"object","properties":{"available":{"$ref":"#/components/schemas/registrar-api_available"},"can_register":{"$ref":"#/components/schemas/registrar-api_can_register"},"created_at":{"$ref":"#/components/schemas/registrar-api_created_at"},"current_registrar":{"$ref":"#/components/schemas/registrar-api_current_registrar"},"expires_at":{"$ref":"#/components/schemas/registrar-api_expires_at"},"id":{"$ref":"#/components/schemas/registrar-api_domain_identifier"},"locked":{"$ref":"#/components/schemas/registrar-api_locked"},"registrant_contact":{"$ref":"#/components/schemas/registrar-api_registrant_contact"},"registry_statuses":{"$ref":"#/components/schemas/registrar-api_registry_statuses"},"supported_tld":{"$ref":"#/components/schemas/registrar-api_supported_tld"},"transfer_in":{"$ref":"#/components/schemas/registrar-api_transfer_in"},"updated_at":{"$ref":"#/components/schemas/registrar-api_updated_at"}}},"registrar-api_extension-item":{"type":"object","properties":{"metadata":{"type":"object","properties":{"name":{"type":"string"},"tld":{"type":"string"}},"required":["name","tld"]},"registration_schema":{"type":"object"}},"required":["metadata","registration_schema"]},"registrar-api_contacts":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api_contact_properties"}]},"registrar-api_domain_name":{"type":"string","x-auditable":true},"registrar-api_registration":{"type":"object","properties":{"auto_renew":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"domain_name":{"$ref":"#/components/schemas/registrar-api_domain_name"},"expires_at":{"type":"string","format":"date-time","nullable":true},"locked":{"type":"boolean"},"privacy_mode":{"type":"string","enum":[false,"redaction"]},"status":{"type":"string","enum":["active","registration_pending","expired","suspended","redemption_period","pending_delete"]}},"required":["domain_name","status","created_at","expires_at","auto_renew","privacy_mode","locked"]},"registrar-api_cursor_result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}},"required":["cursor","per_page","count"]},"registrar-api_registration_contact_postal_info":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/registrar-api_registration_contact_address"},"name":{"type":"string"},"organization":{"type":"string"}},"required":["name","address"]},"registrar-api_registration_contact_address":{"type":"object","properties":{"city":{"type":"string"},"country_code":{"type":"string"},"postal_code":{"type":"string"},"state":{"type":"string"},"street":{"type":"string"}},"required":["street","city","state","postal_code","country_code"]},"registrar-api_registration_contact":{"type":"object","properties":{"email":{"type":"string","format":"email"},"fax":{"type":"string"},"phone":{"type":"string"},"postal_info":{"$ref":"#/components/schemas/registrar-api_registration_contact_postal_info"}},"required":["phone","email","postal_info"]},"registrar-api_registration_contacts":{"type":"object","properties":{"administrator":{"$ref":"#/components/schemas/registrar-api_registration_contact"},"billing":{"$ref":"#/components/schemas/registrar-api_registration_contact"},"registrant":{"$ref":"#/components/schemas/registrar-api_registration_contact"},"technical":{"$ref":"#/components/schemas/registrar-api_registration_contact"}}},"registrar-api_workflow_status":{"type":"object","properties":{"completed":{"type":"boolean"},"context":{"type":"object","additionalProperties":true},"created_at":{"type":"string","format":"date-time"},"error":{"allOf":[{"$ref":"#/components/schemas/registrar-api_workflow_error"}],"nullable":true},"links":{"$ref":"#/components/schemas/registrar-api_workflow_links"},"state":{"type":"string","enum":["pending","in_progress","action_required","blocked","succeeded","failed"]},"updated_at":{"type":"string","format":"date-time"}},"required":["state","completed","created_at","updated_at","links"]},"registrar-api_workflow_error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]},"registrar-api_workflow_links":{"type":"object","properties":{"resource":{"type":"string"},"self":{"type":"string"}},"required":["self"]},"request-tracer_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"resource-sharing_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/resource-sharing_v4errors"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean"}},"required":["success","errors"]},"resource-sharing_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}},"resource-sharing_v4errors":{"type":"array","items":{"$ref":"#/components/schemas/resource-sharing_v4error"}},"resource-sharing_account_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_organization_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_share_name":{"type":"string","x-auditable":true},"resource-sharing_create_share_recipient_request":{"type":"object","properties":{"account_id":{"allOf":[{"$ref":"#/components/schemas/resource-sharing_account_id"}],"deprecated":true,"x-stainless-deprecation-message":"This field has been renamed to `recipient_account_id`. Both names are accepted during the deprecation period.","x-stainless-skip":["terraform"]},"organization_id":{"$ref":"#/components/schemas/resource-sharing_organization_id"},"recipient_account_id":{"allOf":[{"$ref":"#/components/schemas/resource-sharing_account_id"}]}}},"resource-sharing_create_share_resource_request":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/resource-sharing_resource_meta"},"resource_account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"resource_id":{"$ref":"#/components/schemas/resource-sharing_resource_resource_id"},"resource_type":{"$ref":"#/components/schemas/resource-sharing_resource_type"}},"required":["resource_id","resource_type","resource_account_id","meta"]},"resource-sharing_resource_meta":{"type":"object"},"resource-sharing_resource_resource_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_created":{"type":"string","format":"date-time","x-auditable":true},"resource-sharing_excluded_recipient_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_modified":{"type":"string","format":"date-time","x-auditable":true},"resource-sharing_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/resource-sharing_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/resource-sharing_result_info"}}}]},"resource-sharing_share_excluded_recipient_object":{"properties":{"account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"created":{"$ref":"#/components/schemas/resource-sharing_created"},"id":{"$ref":"#/components/schemas/resource-sharing_excluded_recipient_id"},"modified":{"$ref":"#/components/schemas/resource-sharing_modified"}},"required":["id","account_id","created","modified"]},"resource-sharing_account_name":{"type":"string","x-auditable":true},"resource-sharing_share_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_share_resource_object":{"properties":{"created":{"$ref":"#/components/schemas/resource-sharing_created"},"id":{"$ref":"#/components/schemas/resource-sharing_resource_id"},"meta":{"$ref":"#/components/schemas/resource-sharing_resource_meta"},"modified":{"$ref":"#/components/schemas/resource-sharing_modified"},"resource_account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"resource_id":{"$ref":"#/components/schemas/resource-sharing_resource_resource_id"},"resource_type":{"$ref":"#/components/schemas/resource-sharing_resource_type"},"resource_version":{"$ref":"#/components/schemas/resource-sharing_resource_version"},"status":{"$ref":"#/components/schemas/resource-sharing_resource_status"}},"required":["id","resource_id","resource_type","resource_account_id","meta","status","created","modified","resource_version"]},"resource-sharing_recipient_association_status":{"type":"string","enum":["associating","associated","disassociating","disassociated"],"x-auditable":true},"resource-sharing_recipient_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_share_recipient_resource_object":{"properties":{"error":{"$ref":"#/components/schemas/resource-sharing_recipient_resource_error"},"resource_id":{"$ref":"#/components/schemas/resource-sharing_resource_resource_id"},"resource_version":{"$ref":"#/components/schemas/resource-sharing_resource_version"},"terminal":{"$ref":"#/components/schemas/resource-sharing_recipient_resource_error_terminal"}},"required":["error","terminal","resource_id","resource_version"]},"resource-sharing_recipient_resource_error":{"type":"string","x-auditable":true},"resource-sharing_resource_version":{"type":"integer","x-auditable":true},"resource-sharing_recipient_resource_error_terminal":{"type":"boolean","x-auditable":true},"resource-sharing_share_recipient_object":{"properties":{"account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"association_status":{"$ref":"#/components/schemas/resource-sharing_recipient_association_status"},"created":{"$ref":"#/components/schemas/resource-sharing_created"},"id":{"$ref":"#/components/schemas/resource-sharing_recipient_id"},"modified":{"$ref":"#/components/schemas/resource-sharing_modified"},"resources":{"type":"array","items":{"$ref":"#/components/schemas/resource-sharing_share_recipient_resource_object"}}},"required":["id","account_id","association_status","created","modified"]},"resource-sharing_resource_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_share_object":{"properties":{"account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"account_name":{"$ref":"#/components/schemas/resource-sharing_account_name"},"associated_recipient_count":{"type":"integer"},"associating_recipient_count":{"type":"integer"},"created":{"$ref":"#/components/schemas/resource-sharing_created"},"disassociated_recipient_count":{"type":"integer"},"disassociating_recipient_count":{"type":"integer"},"id":{"$ref":"#/components/schemas/resource-sharing_share_id"},"kind":{"$ref":"#/components/schemas/resource-sharing_share_kind"},"modified":{"$ref":"#/components/schemas/resource-sharing_modified"},"name":{"$ref":"#/components/schemas/resource-sharing_share_name"},"organization_id":{"$ref":"#/components/schemas/resource-sharing_organization_id"},"resources":{"type":"array","items":{"$ref":"#/components/schemas/resource-sharing_share_resource_object"}},"status":{"$ref":"#/components/schemas/resource-sharing_share_status"},"target_type":{"$ref":"#/components/schemas/resource-sharing_share_target_type"}},"required":["id","name","account_id","account_name","organization_id","created","modified","status","target_type"]},"resource-sharing_create_share_excluded_recipient_request":{"type":"object","properties":{"account_id":{"allOf":[{"$ref":"#/components/schemas/resource-sharing_account_id"}]}},"required":["account_id"]},"resource-sharing_v4error":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"]},"resource-tagging_identifier":{"type":"string","maxLength":32,"x-auditable":true},"resource-tagging_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"resource-tagging_delete_tags_request_account_level_base":{"type":"object","properties":{"resource_id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"resource_type":{"$ref":"#/components/schemas/resource-tagging_account_resource_type_base_enum"}},"required":["resource_type","resource_id"]},"resource-tagging_delete_tags_request_account_level_worker_version":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_account_level_base"},{"properties":{"resource_type":{"$ref":"#/components/schemas/resource-tagging_account_resource_type_worker_version_enum"},"worker_id":{"$ref":"#/components/schemas/resource-tagging_worker_id"}},"required":["worker_id"]}]},"resource-tagging_resource_id":{"type":"string","x-auditable":true},"resource-tagging_account_resource_type_base_enum":{"type":"string","enum":["access_application","access_group","account","account_ruleset","ai_gateway","alerting_policy","alerting_webhook","cloudflared_tunnel","d1_database","durable_object_namespace","gateway_list","gateway_rule","image","infrastructure_target","kv_namespace","load_balancer_monitor","load_balancer_pool","pages_project","queue","r2_bucket","resource_share","stream_live_input","stream_video","vectorize_index","worker"],"x-auditable":true},"resource-tagging_account_resource_type_worker_version_enum":{"type":"string","enum":["worker_version"],"x-auditable":true},"resource-tagging_worker_id":{"type":"string"},"resource-tagging_delete_tags_request_zone_level_access_application_policy":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_zone_level_base"},{"properties":{"access_application_id":{"$ref":"#/components/schemas/resource-tagging_access_application_id"},"resource_type":{"$ref":"#/components/schemas/resource-tagging_zone_resource_type_access_application_policy_enum"}},"required":["access_application_id"]}]},"resource-tagging_delete_tags_request_zone_level_base":{"type":"object","properties":{"resource_id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"resource_type":{"$ref":"#/components/schemas/resource-tagging_zone_resource_type_base_enum"}},"required":["resource_type","resource_id"]},"resource-tagging_access_application_id":{"type":"string","format":"uuid"},"resource-tagging_zone_resource_type_access_application_policy_enum":{"type":"string","enum":["access_application_policy"],"x-auditable":true},"resource-tagging_zone_resource_type_base_enum":{"type":"string","enum":["api_gateway_operation","custom_certificate","custom_hostname","dns_record","healthcheck","load_balancer","managed_client_certificate","worker_route","zone","zone_ruleset"],"x-auditable":true},"resource-tagging_set_tags_request_account_level_base":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_account_level_base"},{"properties":{"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}}}]},"resource-tagging_set_tags_request_account_level_worker_version":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_account_level_worker_version"},{"properties":{"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}}}]},"resource-tagging_tags":{"type":"object","additionalProperties":{"maxLength":1024,"type":"string"},"x-auditable":true},"resource-tagging_set_tags_request_zone_level_access_application_policy":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_zone_level_access_application_policy"},{"properties":{"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}}}]},"resource-tagging_set_tags_request_zone_level_base":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_zone_level_base"},{"properties":{"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}}}]},"resource-tagging_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/resource-tagging_messages"},"messages":{"$ref":"#/components/schemas/resource-tagging_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"resource-tagging_tag_key_summary":{"type":"object","properties":{"key":{"type":"string"},"values":{"type":"array","items":{"type":"string"}}},"required":["key","values"]},"resource-tagging_cursor_result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string","nullable":true}}},"resource-tagging_tagged_resource_object_access_application":{"allOf":[{"properties":{"type":{"type":"string","enum":["access_application"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_access_application_policy":{"allOf":[{"properties":{"type":{"type":"string","enum":["access_application_policy"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_access_application_policy_base"}]},"resource-tagging_tagged_resource_object_access_group":{"allOf":[{"properties":{"type":{"type":"string","enum":["access_group"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_account":{"allOf":[{"properties":{"type":{"type":"string","enum":["account"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_account_ruleset":{"allOf":[{"properties":{"type":{"type":"string","enum":["account_ruleset"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_ai_gateway":{"allOf":[{"properties":{"type":{"type":"string","enum":["ai_gateway"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_alerting_policy":{"allOf":[{"properties":{"type":{"type":"string","enum":["alerting_policy"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_alerting_webhook":{"allOf":[{"properties":{"type":{"type":"string","enum":["alerting_webhook"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_api_gateway_operation":{"allOf":[{"properties":{"type":{"type":"string","enum":["api_gateway_operation"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_cloudflared_tunnel":{"allOf":[{"properties":{"type":{"type":"string","enum":["cloudflared_tunnel"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_custom_certificate":{"allOf":[{"properties":{"type":{"type":"string","enum":["custom_certificate"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_custom_hostname":{"allOf":[{"properties":{"type":{"type":"string","enum":["custom_hostname"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_d1_database":{"allOf":[{"properties":{"type":{"type":"string","enum":["d1_database"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_dns_record":{"allOf":[{"properties":{"type":{"type":"string","enum":["dns_record"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_durable_object_namespace":{"allOf":[{"properties":{"type":{"type":"string","enum":["durable_object_namespace"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_gateway_list":{"allOf":[{"properties":{"type":{"type":"string","enum":["gateway_list"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_gateway_rule":{"allOf":[{"properties":{"type":{"type":"string","enum":["gateway_rule"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_healthcheck":{"allOf":[{"properties":{"type":{"type":"string","enum":["healthcheck"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_image":{"allOf":[{"properties":{"type":{"type":"string","enum":["image"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_infrastructure_target":{"allOf":[{"properties":{"type":{"type":"string","enum":["infrastructure_target"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_kv_namespace":{"allOf":[{"properties":{"type":{"type":"string","enum":["kv_namespace"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_load_balancer":{"allOf":[{"properties":{"type":{"type":"string","enum":["load_balancer"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_load_balancer_monitor":{"allOf":[{"properties":{"type":{"type":"string","enum":["load_balancer_monitor"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_load_balancer_pool":{"allOf":[{"properties":{"type":{"type":"string","enum":["load_balancer_pool"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_managed_client_certificate":{"allOf":[{"properties":{"type":{"type":"string","enum":["managed_client_certificate"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_pages_project":{"allOf":[{"properties":{"type":{"type":"string","enum":["pages_project"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_queue":{"allOf":[{"properties":{"type":{"type":"string","enum":["queue"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_r2_bucket":{"allOf":[{"properties":{"type":{"type":"string","enum":["r2_bucket"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_resource_share":{"allOf":[{"properties":{"type":{"type":"string","enum":["resource_share"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_stream_live_input":{"allOf":[{"properties":{"type":{"type":"string","enum":["stream_live_input"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_stream_video":{"allOf":[{"properties":{"type":{"type":"string","enum":["stream_video"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_vectorize_index":{"allOf":[{"properties":{"type":{"type":"string","enum":["vectorize_index"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_worker":{"allOf":[{"properties":{"type":{"type":"string","enum":["worker"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_worker_route":{"allOf":[{"properties":{"type":{"type":"string","enum":["worker_route"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_worker_version":{"allOf":[{"properties":{"type":{"type":"string","enum":["worker_version"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_worker_version_base"}]},"resource-tagging_tagged_resource_object_zone":{"allOf":[{"properties":{"type":{"type":"string","enum":["zone"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_zone_ruleset":{"allOf":[{"properties":{"type":{"type":"string","enum":["zone_ruleset"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_account_level_base":{"type":"object","properties":{"etag":{"$ref":"#/components/schemas/resource-tagging_etag"},"id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"name":{"$ref":"#/components/schemas/resource-tagging_resource_name"},"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}},"required":["id","tags","name","etag"]},"resource-tagging_tagged_resource_object_access_application_policy_base":{"type":"object","properties":{"access_application_id":{"$ref":"#/components/schemas/resource-tagging_access_application_id"},"etag":{"$ref":"#/components/schemas/resource-tagging_etag"},"id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"name":{"$ref":"#/components/schemas/resource-tagging_resource_name"},"tags":{"$ref":"#/components/schemas/resource-tagging_tags"},"zone_id":{"$ref":"#/components/schemas/resource-tagging_zone_id"}},"required":["id","tags","name","etag","zone_id","access_application_id"]},"resource-tagging_etag":{"type":"string","readOnly":true},"resource-tagging_resource_name":{"type":"string"},"resource-tagging_zone_id":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_identifier"}],"minLength":32},"resource-tagging_tagged_resource_object_zone_level_base":{"type":"object","properties":{"etag":{"$ref":"#/components/schemas/resource-tagging_etag"},"id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"name":{"$ref":"#/components/schemas/resource-tagging_resource_name"},"tags":{"$ref":"#/components/schemas/resource-tagging_tags"},"zone_id":{"$ref":"#/components/schemas/resource-tagging_zone_id"}},"required":["id","tags","name","etag","zone_id"]},"resource-tagging_tagged_resource_object_worker_version_base":{"type":"object","properties":{"etag":{"$ref":"#/components/schemas/resource-tagging_etag"},"id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"name":{"$ref":"#/components/schemas/resource-tagging_resource_name"},"tags":{"$ref":"#/components/schemas/resource-tagging_tags"},"worker_id":{"$ref":"#/components/schemas/resource-tagging_worker_id"}},"required":["id","tags","name","etag","worker_id"]},"resource-tagging_tagged_resource_object":{"discriminator":{"mapping":{"access_application":"#/components/schemas/resource-tagging_tagged_resource_object_access_application","access_application_policy":"#/components/schemas/resource-tagging_tagged_resource_object_access_application_policy","access_group":"#/components/schemas/resource-tagging_tagged_resource_object_access_group","account":"#/components/schemas/resource-tagging_tagged_resource_object_account","account_ruleset":"#/components/schemas/resource-tagging_tagged_resource_object_account_ruleset","ai_gateway":"#/components/schemas/resource-tagging_tagged_resource_object_ai_gateway","alerting_policy":"#/components/schemas/resource-tagging_tagged_resource_object_alerting_policy","alerting_webhook":"#/components/schemas/resource-tagging_tagged_resource_object_alerting_webhook","api_gateway_operation":"#/components/schemas/resource-tagging_tagged_resource_object_api_gateway_operation","cloudflared_tunnel":"#/components/schemas/resource-tagging_tagged_resource_object_cloudflared_tunnel","custom_certificate":"#/components/schemas/resource-tagging_tagged_resource_object_custom_certificate","custom_hostname":"#/components/schemas/resource-tagging_tagged_resource_object_custom_hostname","d1_database":"#/components/schemas/resource-tagging_tagged_resource_object_d1_database","dns_record":"#/components/schemas/resource-tagging_tagged_resource_object_dns_record","durable_object_namespace":"#/components/schemas/resource-tagging_tagged_resource_object_durable_object_namespace","gateway_list":"#/components/schemas/resource-tagging_tagged_resource_object_gateway_list","gateway_rule":"#/components/schemas/resource-tagging_tagged_resource_object_gateway_rule","healthcheck":"#/components/schemas/resource-tagging_tagged_resource_object_healthcheck","image":"#/components/schemas/resource-tagging_tagged_resource_object_image","infrastructure_target":"#/components/schemas/resource-tagging_tagged_resource_object_infrastructure_target","kv_namespace":"#/components/schemas/resource-tagging_tagged_resource_object_kv_namespace","load_balancer":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer","load_balancer_monitor":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer_monitor","load_balancer_pool":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer_pool","managed_client_certificate":"#/components/schemas/resource-tagging_tagged_resource_object_managed_client_certificate","pages_project":"#/components/schemas/resource-tagging_tagged_resource_object_pages_project","queue":"#/components/schemas/resource-tagging_tagged_resource_object_queue","r2_bucket":"#/components/schemas/resource-tagging_tagged_resource_object_r2_bucket","resource_share":"#/components/schemas/resource-tagging_tagged_resource_object_resource_share","stream_live_input":"#/components/schemas/resource-tagging_tagged_resource_object_stream_live_input","stream_video":"#/components/schemas/resource-tagging_tagged_resource_object_stream_video","vectorize_index":"#/components/schemas/resource-tagging_tagged_resource_object_vectorize_index","worker":"#/components/schemas/resource-tagging_tagged_resource_object_worker","worker_route":"#/components/schemas/resource-tagging_tagged_resource_object_worker_route","worker_version":"#/components/schemas/resource-tagging_tagged_resource_object_worker_version","zone":"#/components/schemas/resource-tagging_tagged_resource_object_zone","zone_ruleset":"#/components/schemas/resource-tagging_tagged_resource_object_zone_ruleset"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_access_application"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_access_application_policy"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_access_group"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_ruleset"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_ai_gateway"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_alerting_policy"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_alerting_webhook"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_api_gateway_operation"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_cloudflared_tunnel"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_custom_certificate"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_custom_hostname"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_d1_database"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_dns_record"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_durable_object_namespace"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_gateway_list"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_gateway_rule"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_healthcheck"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_image"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_infrastructure_target"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_kv_namespace"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer_monitor"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer_pool"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_managed_client_certificate"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_pages_project"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_queue"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_r2_bucket"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_resource_share"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_stream_live_input"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_stream_video"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_vectorize_index"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_worker"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_worker_route"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_worker_version"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_ruleset"}]},"rlanalytics_messages":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"]},"rlanalytics_rate_limit_analytics_timeseries_point":{"type":"object","properties":{"rules":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_rule_rollup"}},"since":{"type":"string","format":"date-time"},"until":{"type":"string","format":"date-time"}},"required":["since","until","rules"]},"rlanalytics_rate_limit_analytics_action_counters":{"type":"object","properties":{"all":{"type":"integer","format":"int64"},"allow":{"type":"integer","format":"int64"},"ban":{"type":"integer","format":"int64"},"error":{"type":"integer","format":"int64"},"simulate":{"type":"integer","format":"int64"}}},"rlanalytics_rate_limit_analytics_colo_entry":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_action_counters"}},"required":["actions"]},"rlanalytics_rate_limit_analytics_rule_rollup":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_action_counters"},"colos":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_colo_entry"}},"versions":{"type":"integer"}},"required":["versions","actions","colos"]},"rulesets_Rule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/rulesets_RuleAction"},"action_parameters":{"type":"object","default":{},"title":"Action Parameters"},"categories":{"$ref":"#/components/schemas/rulesets_RuleCategories"},"enabled":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleEnabled"},{"default":true}]},"exposed_credential_check":{"$ref":"#/components/schemas/rulesets_RuleExposedCredentialCheck"},"expression":{"type":"string","minLength":1,"title":"Expression"},"id":{"$ref":"#/components/schemas/rulesets_RuleId"},"last_updated":{"type":"string","format":"date-time","readOnly":true,"title":"Last Updated","x-stainless-skip":["terraform"]},"logging":{"$ref":"#/components/schemas/rulesets_RuleLogging"},"ratelimit":{"$ref":"#/components/schemas/rulesets_RuleRatelimit"},"ref":{"type":"string","minLength":1,"title":"Ref"},"version":{"type":"string","pattern":"^[0-9]+$","readOnly":true,"title":"Version","x-stainless-skip":["terraform"]}},"required":["version","last_updated"],"title":"Rule"},"rulesets_Message":{"type":"object","properties":{"code":{"type":"integer","title":"Code"},"message":{"type":"string","minLength":1,"title":"Description"},"source":{"type":"object","properties":{"pointer":{"type":"string","minLength":1,"title":"Pointer"}},"required":["pointer"],"title":"Source"}},"required":["message"],"title":"Message"},"rulesets_RuleAction":{"type":"string","pattern":"^[a-z_]+$","title":"Action"},"rulesets_RuleEnabled":{"type":"boolean","title":"Enabled"},"rulesets_ExecuteSensitivityLevel":{"type":"string","enum":["default","medium","low","eoff"],"title":"Sensitivity Level"},"rulesets_ExecuteCategoryOverrides":{"type":"array","items":{"minProperties":2,"properties":{"action":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleAction"},{}]},"category":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleCategory"},{}]},"enabled":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleEnabled"},{}]},"sensitivity_level":{"allOf":[{"$ref":"#/components/schemas/rulesets_ExecuteSensitivityLevel"},{}]}},"required":["category"],"title":"Category Override","type":"object"},"minItems":1,"title":"Category Overrides","uniqueItems":true},"rulesets_ExecuteRuleOverrides":{"type":"array","items":{"minProperties":2,"properties":{"action":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleAction"},{}]},"enabled":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleEnabled"},{}]},"id":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleId"},{}]},"score_threshold":{"type":"integer","title":"Score Threshold"},"sensitivity_level":{"allOf":[{"$ref":"#/components/schemas/rulesets_ExecuteSensitivityLevel"},{}]}},"required":["id"],"title":"Rule Override","type":"object"},"minItems":1,"title":"Rule Overrides","uniqueItems":true},"rulesets_ExecuteMatchedData":{"type":"object","properties":{"public_key":{"type":"string","minLength":1,"title":"Public Key"}},"required":["public_key"],"title":"Matched Data"},"rulesets_ExecuteOverrides":{"type":"object","properties":{"action":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleAction"},{}]},"categories":{"$ref":"#/components/schemas/rulesets_ExecuteCategoryOverrides"},"enabled":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleEnabled"},{}]},"rules":{"$ref":"#/components/schemas/rulesets_ExecuteRuleOverrides"},"sensitivity_level":{"allOf":[{"$ref":"#/components/schemas/rulesets_ExecuteSensitivityLevel"},{}]}},"minProperties":1,"title":"Overrides"},"rulesets_LogCustomFieldCookieFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Cookie Name"}},"required":["name"],"title":"Cookie Field","type":"object"},"minItems":1,"title":"Cookie Fields"},"rulesets_LogCustomFieldRawResponseFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Header Name"},"preserve_duplicates":{"type":"boolean","default":false,"title":"Preserve Duplicates"}},"required":["name"],"title":"Raw Response Field","type":"object"},"minItems":1,"title":"Raw Response Fields"},"rulesets_LogCustomFieldRequestFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Header Name"}},"required":["name"],"title":"Raw Request Field","type":"object"},"minItems":1,"title":"Raw Request Fields"},"rulesets_LogCustomFieldResponseFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Header Name"},"preserve_duplicates":{"type":"boolean","default":false,"title":"Preserve Duplicates"}},"required":["name"],"title":"Transformed Response Field","type":"object"},"minItems":1,"title":"Transformed Response Fields"},"rulesets_LogCustomFieldTransformedRequestFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Header Name"}},"required":["name"],"title":"Transformed Request Field","type":"object"},"minItems":1,"title":"Transformed Request Fields"},"rulesets_ManagedTransformId":{"type":"string","minLength":1,"title":"Transform ID"},"rulesets_ManagedTransform":{"type":"object","properties":{"conflicts_with":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransformId"},{}]},"minItems":1,"readOnly":true,"title":"Conflicts With","uniqueItems":true,"x-stainless-skip":["terraform"]},"enabled":{"type":"boolean","title":"Enabled"},"has_conflict":{"type":"boolean","readOnly":true,"title":"Has Conflict","x-stainless-skip":["terraform"]},"id":{"$ref":"#/components/schemas/rulesets_ManagedTransformId"}},"required":["id","enabled","has_conflict"],"title":"Managed Transform"},"rulesets_RedirectFromList":{"type":"object","properties":{"key":{"type":"string","minLength":1,"title":"Lookup Key"},"name":{"type":"string","pattern":"^[a-zA-Z0-9_]+$","title":"List Name"}},"required":["name","key"],"title":"Bulk Redirect"},"rulesets_RedirectFromValue":{"type":"object","properties":{"preserve_query_string":{"type":"boolean","default":false,"title":"Preserve Query String"},"status_code":{"type":"integer","enum":[301,302,303,307,308],"title":"Status Code"},"target_url":{"type":"object","maxProperties":1,"minProperties":1,"properties":{"expression":{"type":"string","minLength":1,"title":"Redirect Expression"},"value":{"type":"string","minLength":1,"title":"Redirect Value"}},"title":"Target URL"}},"required":["target_url"],"title":"Single Redirect"},"rulesets_BlockRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["block"]},"action_parameters":{"properties":{"response":{"type":"object","properties":{"content":{"minLength":1,"title":"Content","type":"string"},"content_type":{"type":"string","minLength":1,"title":"Content Type"},"status_code":{"type":"integer","maximum":499,"minimum":400,"title":"Status Code"}},"required":["status_code","content","content_type"],"title":"Response"}}}},"title":"Block Rule"}]},"rulesets_ChallengeRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["challenge"]}},"title":"Challenge Rule"}]},"rulesets_CompressResponseRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["compress_response"]},"action_parameters":{"properties":{"algorithms":{"type":"array","items":{"properties":{"name":{"type":"string","enum":["none","auto","default","gzip","brotli","zstd"],"title":"Algorithm Name"}},"title":"Algorithm","type":"object"},"minItems":1,"title":"Algorithms","uniqueItems":true}},"required":["algorithms"]}},"title":"Response Compression Rule"}]},"rulesets_DDoSDynamicRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["ddos_dynamic"]}},"title":"DDoS Dynamic Rule"}]},"rulesets_ExecuteRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["execute"]},"action_parameters":{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetId"},{}]},"matched_data":{"$ref":"#/components/schemas/rulesets_ExecuteMatchedData"},"overrides":{"$ref":"#/components/schemas/rulesets_ExecuteOverrides"}},"required":["id"]}},"title":"Execute Rule"}]},"rulesets_ForceConnectionCloseRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["force_connection_close"]}},"title":"Force Connection Close Rule"}]},"rulesets_JsChallengeRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["js_challenge"]}},"title":"JavaScript Challenge Rule"}]},"rulesets_LogRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["log"]}},"title":"Log Rule"}]},"rulesets_LogCustomFieldRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["log_custom_field"]},"action_parameters":{"minProperties":1,"properties":{"cookie_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldCookieFields"},"raw_response_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldRawResponseFields"},"request_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldRequestFields"},"response_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldResponseFields"},"transformed_request_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldTransformedRequestFields"}}}},"title":"Log Custom Field Rule"}]},"rulesets_ManagedChallengeRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["managed_challenge"]}},"title":"Managed Challenge Rule"}]},"rulesets_RedirectRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["redirect"]},"action_parameters":{"maxProperties":1,"minProperties":1,"properties":{"from_list":{"$ref":"#/components/schemas/rulesets_RedirectFromList"},"from_value":{"$ref":"#/components/schemas/rulesets_RedirectFromValue"}}}},"title":"Redirect Rule"}]},"rulesets_RewriteRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["rewrite"]},"action_parameters":{"minProperties":1,"properties":{"headers":{"$ref":"#/components/schemas/rulesets_RewriteHeaders"},"uri":{"$ref":"#/components/schemas/rulesets_RewriteUri"}}}},"title":"Rewrite Rule"}]},"rulesets_RouteRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["route"]},"action_parameters":{"minProperties":1,"properties":{"host_header":{"$ref":"#/components/schemas/rulesets_RouteHostHeader"},"origin":{"$ref":"#/components/schemas/rulesets_RouteOrigin"},"sni":{"$ref":"#/components/schemas/rulesets_RouteSNI"}}}},"title":"Route Rule"}]},"rulesets_ScoreRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["score"]},"action_parameters":{"properties":{"increment":{"$ref":"#/components/schemas/rulesets_ScoreIncrement"}},"required":["increment"]}},"title":"Score Rule"}]},"rulesets_ServeErrorRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["serve_error"]},"action_parameters":{"allOf":[{"properties":{"content_type":{"$ref":"#/components/schemas/rulesets_ServeErrorContentType"},"status_code":{"$ref":"#/components/schemas/rulesets_ServeErrorStatusCode"}},"required":["content_type"]},{"oneOf":[{"properties":{"content":{"$ref":"#/components/schemas/rulesets_ServeErrorContent"}},"required":["content"],"title":"Action Parameters (Content)"},{"properties":{"asset_name":{"$ref":"#/components/schemas/rulesets_ServeErrorAssetName"}},"required":["asset_name"],"title":"Action Parameters (Asset)"}]}]}},"title":"Serve Error Rule"}]},"rulesets_SetCacheControlRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["set_cache_control"]},"action_parameters":{"minProperties":1,"properties":{"immutable":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"max-age":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithValue"},"must-revalidate":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"must-understand":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"no-cache":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithQualifiers"},"no-store":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"no-transform":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"private":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithQualifiers"},"proxy-revalidate":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"public":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"s-maxage":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithValue"},"stale-if-error":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithValue"},"stale-while-revalidate":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithValue"}}}},"title":"Set Cache Control Rule"}]},"rulesets_SetCacheSettingsRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["set_cache_settings"]},"action_parameters":{"minProperties":1,"properties":{"additional_cacheable_ports":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsAdditionalCacheablePorts"},"browser_ttl":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsBrowserTTL"},"cache":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCache"},"cache_key":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCacheKey"},"cache_reserve":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCacheReserve"},"edge_ttl":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsEdgeTTL"},"origin_cache_control":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsOriginCacheControl"},"origin_error_page_passthru":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsOriginErrorPagePassthru"},"read_timeout":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsReadTimeout"},"respect_strong_etags":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsRespectStrongEtags"},"serve_stale":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsServeStale"},"shared_dictionary":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsSharedDictionary"},"strip_etags":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsStripETags"},"strip_last_modified":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsStripLastModified"},"strip_set_cookie":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsStripSetCookie"},"vary":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsVary"}}}},"title":"Set Cache Settings Rule"}]},"rulesets_SetCacheTagsRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["set_cache_tags"]},"action_parameters":{"oneOf":[{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["add"]}]},"values":{"$ref":"#/components/schemas/rulesets_SetCacheTagsValues"}},"required":["operation","values"],"title":"Add Cache Tags (Values)","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_SetCacheTagsExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["add"]}]}},"required":["operation","expression"],"title":"Add Cache Tags (Expression)","type":"object"},{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["remove"]}]},"values":{"$ref":"#/components/schemas/rulesets_SetCacheTagsValues"}},"required":["operation","values"],"title":"Remove Cache Tags (Values)","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_SetCacheTagsExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["remove"]}]}},"required":["operation","expression"],"title":"Remove Cache Tags (Expression)","type":"object"},{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["set"]}]},"values":{"$ref":"#/components/schemas/rulesets_SetCacheTagsValues"}},"required":["operation","values"],"title":"Set Cache Tags (Values)","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_SetCacheTagsExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["set"]}]}},"required":["operation","expression"],"title":"Set Cache Tags (Expression)","type":"object"}]}},"title":"Set Cache Tags Rule"}]},"rulesets_SetConfigRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["set_config"]},"action_parameters":{"minProperties":1,"properties":{"automatic_https_rewrites":{"type":"boolean","title":"Automatic HTTPS Rewrites"},"autominify":{"$ref":"#/components/schemas/rulesets_SetConfigAutominify"},"bic":{"type":"boolean","title":"Browser Integrity Check"},"content_converter":{"type":"boolean","title":"Content Converter"},"disable_apps":{"type":"boolean","enum":[true],"deprecated":true,"title":"Disable Apps","x-stainless-deprecation-message":"Cloudflare Apps are deprected."},"disable_pay_per_crawl":{"type":"boolean","enum":[true],"title":"Disable Pay Per Crawl"},"disable_rum":{"type":"boolean","enum":[true],"title":"Disable RUM"},"disable_zaraz":{"type":"boolean","enum":[true],"title":"Disable Zaraz"},"email_obfuscation":{"type":"boolean","title":"Email Obfuscation"},"fonts":{"type":"boolean","title":"Cloudflare Fonts"},"hotlink_protection":{"type":"boolean","title":"Hotlink Protection"},"mirage":{"type":"boolean","deprecated":true,"title":"Mirage","x-stainless-deprecation-message":"Mirage is deprecated. More information at https://developers.cloudflare.com/speed/optimization/images/mirage/."},"opportunistic_encryption":{"type":"boolean","title":"Opportunistic Encryption"},"polish":{"type":"string","enum":["off","lossless","lossy","webp"],"title":"Polish"},"redirects_for_ai_training":{"type":"boolean","title":"Redirects for AI Training"},"request_body_buffering":{"type":"string","enum":["none","standard","full"],"title":"Request body buffering"},"response_body_buffering":{"type":"string","enum":["none","standard"],"title":"Response body buffering"},"rocket_loader":{"type":"boolean","title":"Rocket Loader"},"security_level":{"type":"string","enum":["off","essentially_off","low","medium","high","under_attack"],"title":"Security Level"},"server_side_excludes":{"type":"boolean","title":"Server-Side Excludes"},"ssl":{"type":"string","enum":["off","flexible","full","strict","origin_pull"],"title":"SSL"},"sxg":{"type":"boolean","deprecated":true,"title":"Signed Exchanges","x-stainless-deprecation-message":"Signed Exchanges (SXG) is deprecated."}}}},"title":"Set Configuration Rule"}]},"rulesets_SkipRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["skip"]},"action_parameters":{"minProperties":1,"properties":{"phase":{"$ref":"#/components/schemas/rulesets_SkipPhase"},"phases":{"$ref":"#/components/schemas/rulesets_SkipPhases"},"products":{"$ref":"#/components/schemas/rulesets_SkipProducts"},"rules":{"$ref":"#/components/schemas/rulesets_SkipRules"},"ruleset":{"$ref":"#/components/schemas/rulesets_SkipRuleset"},"rulesets":{"$ref":"#/components/schemas/rulesets_SkipRulesets"}}}},"title":"Skip Rule"}]},"rulesets_TransformResponseHTMLRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["transform_response_html"]},"action_parameters":{"properties":{"link_maze":{"type":"object","title":"Link Maze"}},"required":["link_maze"]}},"title":"Transform Response HTML Rule"}]},"rulesets_RequestRule":{"discriminator":{"mapping":{"block":"#/components/schemas/rulesets_BlockRule","challenge":"#/components/schemas/rulesets_ChallengeRule","compress_response":"#/components/schemas/rulesets_CompressResponseRule","ddos_dynamic":"#/components/schemas/rulesets_DDoSDynamicRule","execute":"#/components/schemas/rulesets_ExecuteRule","force_connection_close":"#/components/schemas/rulesets_ForceConnectionCloseRule","js_challenge":"#/components/schemas/rulesets_JsChallengeRule","log":"#/components/schemas/rulesets_LogRule","log_custom_field":"#/components/schemas/rulesets_LogCustomFieldRule","managed_challenge":"#/components/schemas/rulesets_ManagedChallengeRule","redirect":"#/components/schemas/rulesets_RedirectRule","rewrite":"#/components/schemas/rulesets_RewriteRule","route":"#/components/schemas/rulesets_RouteRule","score":"#/components/schemas/rulesets_ScoreRule","serve_error":"#/components/schemas/rulesets_ServeErrorRule","set_cache_control":"#/components/schemas/rulesets_SetCacheControlRule","set_cache_settings":"#/components/schemas/rulesets_SetCacheSettingsRule","set_cache_tags":"#/components/schemas/rulesets_SetCacheTagsRule","set_config":"#/components/schemas/rulesets_SetConfigRule","skip":"#/components/schemas/rulesets_SkipRule","transform_response_html":"#/components/schemas/rulesets_TransformResponseHTMLRule"},"propertyName":"action"},"oneOf":[{"$ref":"#/components/schemas/rulesets_BlockRule"},{"$ref":"#/components/schemas/rulesets_ChallengeRule"},{"$ref":"#/components/schemas/rulesets_CompressResponseRule"},{"$ref":"#/components/schemas/rulesets_DDoSDynamicRule"},{"$ref":"#/components/schemas/rulesets_ExecuteRule"},{"$ref":"#/components/schemas/rulesets_ForceConnectionCloseRule"},{"$ref":"#/components/schemas/rulesets_JsChallengeRule"},{"$ref":"#/components/schemas/rulesets_LogRule"},{"$ref":"#/components/schemas/rulesets_LogCustomFieldRule"},{"$ref":"#/components/schemas/rulesets_ManagedChallengeRule"},{"$ref":"#/components/schemas/rulesets_RedirectRule"},{"$ref":"#/components/schemas/rulesets_RewriteRule"},{"$ref":"#/components/schemas/rulesets_RouteRule"},{"$ref":"#/components/schemas/rulesets_ScoreRule"},{"$ref":"#/components/schemas/rulesets_ServeErrorRule"},{"$ref":"#/components/schemas/rulesets_SetCacheControlRule"},{"$ref":"#/components/schemas/rulesets_SetCacheSettingsRule"},{"$ref":"#/components/schemas/rulesets_SetCacheTagsRule"},{"$ref":"#/components/schemas/rulesets_SetConfigRule"},{"$ref":"#/components/schemas/rulesets_SkipRule"},{"$ref":"#/components/schemas/rulesets_TransformResponseHTMLRule"}]},"rulesets_Errors":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_Message"},"title":"Errors","uniqueItems":true},"rulesets_Messages":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_Message"},"title":"Messages","uniqueItems":true},"rulesets_ResponseRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_RequestRule"},{"required":["id","expression","action","ref","enabled"]}]},"rulesets_RewriteHeaderOperation":{"type":"string","title":"Operation"},"rulesets_RewriteHeaderValue":{"type":"string","minLength":1,"title":"Header Value"},"rulesets_RewriteHeaderExpression":{"type":"string","minLength":1,"title":"Header Expression"},"rulesets_RewriteHeaders":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["add"]}]},"value":{"$ref":"#/components/schemas/rulesets_RewriteHeaderValue"}},"required":["operation","value"],"title":"Add Static Header","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_RewriteHeaderExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["add"]}]}},"required":["operation","expression"],"title":"Add Dynamic Header","type":"object"},{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["set"]}]},"value":{"$ref":"#/components/schemas/rulesets_RewriteHeaderValue"}},"required":["operation","value"],"title":"Set Static Header","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_RewriteHeaderExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["set"]}]}},"required":["operation","expression"],"title":"Set Dynamic Header","type":"object"},{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["remove"]}]}},"required":["operation"],"title":"Remove Header","type":"object"}]},"minProperties":1,"title":"Headers"},"rulesets_RewriteUri":{"allOf":[{"anyOf":[{"properties":{"path":{"$ref":"#/components/schemas/rulesets_RewriteUriPath"}},"required":["path"],"title":"URI Path"},{"properties":{"query":{"$ref":"#/components/schemas/rulesets_RewriteUriQuery"}},"required":["query"],"title":"URI Query"}]},{"properties":{"origin":{"type":"boolean","readOnly":true,"title":"Origin"}},"type":"object"}]},"rulesets_RewriteUriPath":{"type":"object","properties":{"expression":{"type":"string","minLength":1,"title":"Path Expression"},"value":{"type":"string","minLength":1,"title":"Path Value"}},"maxProperties":1,"minProperties":1,"title":"URI Path"},"rulesets_RewriteUriQuery":{"type":"object","properties":{"expression":{"type":"string","minLength":1,"title":"Query Expression"},"value":{"type":"string","title":"Query Value"}},"maxProperties":1,"minProperties":1,"title":"URI Query"},"rulesets_RouteHostHeader":{"type":"string","minLength":1,"title":"Host Header"},"rulesets_RouteOrigin":{"type":"object","properties":{"host":{"type":"string","minLength":1,"title":"Host"},"port":{"type":"integer","maximum":65535,"minimum":1,"title":"Port"}},"minProperties":1,"title":"Origin"},"rulesets_RouteSNI":{"type":"object","properties":{"value":{"type":"string","minLength":1,"title":"Value"}},"required":["value"],"title":"Server Name Indication"},"rulesets_RuleCategories":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_RuleCategory"},"minItems":1,"readOnly":true,"title":"Categories","uniqueItems":true},"rulesets_RuleExposedCredentialCheck":{"type":"object","properties":{"password_expression":{"type":"string","minLength":1,"title":"Password Expression"},"username_expression":{"type":"string","minLength":1,"title":"Username Expression"}},"required":["username_expression","password_expression"],"title":"Exposed Credential Check"},"rulesets_RuleLogging":{"type":"object","properties":{"enabled":{"type":"boolean","title":"Enabled"}},"required":["enabled"],"title":"Logging"},"rulesets_RuleRatelimit":{"type":"object","properties":{"characteristics":{"type":"array","items":{"minLength":1,"title":"Characteristic","type":"string"},"minItems":1,"title":"Characteristics","uniqueItems":true},"counting_expression":{"type":"string","minLength":1,"title":"Counting Expression"},"mitigation_timeout":{"type":"integer","title":"Mitigation Timeout"},"period":{"type":"integer","minimum":0,"title":"Period"},"requests_per_period":{"type":"integer","minimum":1,"title":"Requests per Period"},"requests_to_origin":{"type":"boolean","default":false,"title":"Requests to Origin"},"score_per_period":{"type":"integer","title":"Score per Period"},"score_response_header_name":{"type":"string","minLength":1,"title":"Score Response Header Name"}},"required":["characteristics","period"],"title":"Rate Limit"},"rulesets_ScoreIncrement":{"type":"integer","title":"Increment"},"rulesets_ServeErrorContentType":{"type":"string","enum":["application/json","text/html","text/plain","text/xml"],"title":"Content Type"},"rulesets_ServeErrorStatusCode":{"type":"integer","maximum":999,"minimum":400,"title":"Status Code"},"rulesets_ServeErrorContent":{"type":"string","minLength":1,"title":"Content"},"rulesets_ServeErrorAssetName":{"type":"string","minLength":1,"title":"Asset Name"},"rulesets_SetCacheControlCloudflareOnly":{"type":"boolean","default":false,"title":"Cloudflare Only"},"rulesets_SetCacheControlOperation":{"type":"string","enum":["set","remove"],"title":"Operation"},"rulesets_SetCacheControlDirective":{"oneOf":[{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["set"]}]}},"required":["operation"],"title":"Set Directive","type":"object"},{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["remove"]}]}},"required":["operation"],"title":"Remove Directive","type":"object"}],"title":"Cache Control Directive"},"rulesets_SetCacheControlDirectiveWithValue":{"oneOf":[{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["set"]}]},"value":{"type":"integer","minimum":0,"title":"Value"}},"required":["operation","value"],"title":"Set Directive","type":"object"},{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["remove"]}]}},"required":["operation"],"title":"Remove Directive","type":"object"}],"title":"Cache Control Directive With Duration Seconds Value"},"rulesets_SetCacheControlDirectiveWithQualifiers":{"oneOf":[{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["set"]}]},"qualifiers":{"type":"array","items":{"minLength":1,"title":"Qualifier","type":"string"},"title":"Qualifiers","uniqueItems":true}},"required":["operation"],"title":"Set Directive","type":"object"},{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["remove"]}]}},"required":["operation"],"title":"Remove Directive","type":"object"}],"title":"Cache Control Directive With Optional Qualifiers"},"rulesets_SetCacheSettingsCustomCacheKey":{"type":"object","properties":{"cookie":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyCookie"},"header":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyHeader"},"host":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyHost"},"query_string":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyQueryString"},"user":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyUser"}},"title":"Custom Cache Key"},"rulesets_SetCacheSettingsCustomCacheKeyCookie":{"type":"object","properties":{"check_presence":{"type":"array","items":{"minLength":1,"title":"Cookie Name","type":"string"},"minItems":1,"title":"Check Presence","uniqueItems":true},"include":{"type":"array","items":{"minLength":1,"title":"Cookie Name","type":"string"},"minItems":1,"title":"Include","uniqueItems":true}},"title":"Cookies"},"rulesets_SetCacheSettingsCustomCacheKeyHeader":{"type":"object","properties":{"check_presence":{"type":"array","items":{"minLength":1,"title":"Header","type":"string"},"minItems":1,"title":"Check Presence","uniqueItems":true},"contains":{"type":"object","additionalProperties":{"items":{"minLength":1,"title":"Header Value","type":"string"},"minItems":1,"title":"Header Values","type":"array","uniqueItems":true},"minProperties":1,"title":"Contains"},"exclude_origin":{"type":"boolean","title":"Exclude Origin"},"include":{"type":"array","items":{"minLength":1,"title":"Header","type":"string"},"minItems":1,"title":"Include","uniqueItems":true}},"title":"Headers"},"rulesets_SetCacheSettingsCustomCacheKeyHost":{"type":"object","properties":{"resolved":{"type":"boolean","title":"Use Resolved Host"}},"title":"Host"},"rulesets_SetCacheSettingsCustomCacheKeyQueryString":{"type":"object","properties":{"exclude":{"type":"object","maxProperties":1,"minProperties":1,"properties":{"all":{"type":"boolean","enum":[true],"title":"Exclude All"},"list":{"type":"array","items":{"minLength":1,"title":"Parameter Name","type":"string"},"minItems":1,"title":"Exclude List","uniqueItems":true}},"title":"Exclude"},"include":{"type":"object","maxProperties":1,"minProperties":1,"properties":{"all":{"type":"boolean","enum":[true],"title":"Include All"},"list":{"type":"array","items":{"minLength":1,"title":"Parameter Name","type":"string"},"minItems":1,"title":"Include List","uniqueItems":true}},"title":"Include"}},"maxProperties":1,"title":"Query String Parameters"},"rulesets_SetCacheSettingsCustomCacheKeyUser":{"type":"object","properties":{"device_type":{"type":"boolean","title":"Device Type"},"geo":{"type":"boolean","title":"Country"},"lang":{"type":"boolean","title":"Language"}},"title":"User"},"rulesets_SetCacheSettingsStatusCodeTTL":{"type":"array","items":{"maxProperties":2,"minProperties":2,"properties":{"status_code":{"type":"integer","maximum":999,"minimum":100,"title":"Status Code"},"status_code_range":{"type":"object","minProperties":1,"properties":{"from":{"type":"integer","maximum":999,"minimum":100,"title":"From"},"to":{"type":"integer","maximum":999,"minimum":100,"title":"To"}},"title":"Status Code Range"},"value":{"type":"integer","title":"TTL Value"}},"required":["value"],"type":"object"},"minItems":1,"title":"Status Code TTLs","uniqueItems":true},"rulesets_SetCacheSettingsAdditionalCacheablePorts":{"type":"array","items":{"maximum":65535,"minimum":1,"title":"Additional Cacheable Port","type":"integer"},"minItems":1,"title":"Additional Cacheable Ports (Enterprise-Only)","uniqueItems":true},"rulesets_SetCacheSettingsBrowserTTL":{"type":"object","properties":{"default":{"type":"integer","minimum":0,"title":"Default TTL"},"mode":{"type":"string","enum":["respect_origin","bypass_by_default","override_origin","bypass"],"title":"TTL Mode"}},"required":["mode"],"title":"Browser TTL"},"rulesets_SetCacheSettingsCache":{"type":"boolean","title":"Cache"},"rulesets_SetCacheSettingsCacheKey":{"type":"object","properties":{"cache_by_device_type":{"type":"boolean","title":"Cache by Device Type"},"cache_deception_armor":{"type":"boolean","title":"Cache Deception Armor"},"custom_key":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKey"},"ignore_query_strings_order":{"type":"boolean","title":"Ignore Query Strings Order"}},"title":"Cache Key"},"rulesets_SetCacheSettingsCacheReserve":{"type":"object","properties":{"eligible":{"type":"boolean","title":"Eligible"},"minimum_file_size":{"type":"integer","minimum":0,"title":"Minimum File Size"}},"required":["eligible"],"title":"Cache Reserve"},"rulesets_SetCacheSettingsEdgeTTL":{"type":"object","properties":{"default":{"type":"integer","minimum":0,"title":"Default TTL"},"mode":{"type":"string","enum":["respect_origin","bypass_by_default","override_origin"],"title":"TTL Mode"},"status_code_ttl":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsStatusCodeTTL"}},"required":["mode"],"title":"Edge TTL"},"rulesets_SetCacheSettingsOriginCacheControl":{"type":"boolean","title":"Origin Cache Control (Enterprise-Only)"},"rulesets_SetCacheSettingsOriginErrorPagePassthru":{"type":"boolean","title":"Origin Error Page Passthrough"},"rulesets_SetCacheSettingsReadTimeout":{"type":"integer","maximum":6000,"minimum":100,"title":"Read Timeout (Enterprise-Only)"},"rulesets_SetCacheSettingsRespectStrongEtags":{"type":"boolean","title":"Respect Strong ETags"},"rulesets_SetCacheSettingsServeStale":{"type":"object","properties":{"disable_stale_while_updating":{"type":"boolean","title":"Disable Stale While Updating"}},"title":"Serve Stale"},"rulesets_SetCacheSettingsSharedDictionary":{"type":"object","properties":{"match_pattern":{"type":"string","maxLength":1024,"minLength":1,"title":"Match Pattern"}},"required":["match_pattern"],"title":"Shared Dictionary"},"rulesets_SetCacheSettingsStripETags":{"type":"boolean","title":"Strip ETags"},"rulesets_SetCacheSettingsStripLastModified":{"type":"boolean","title":"Strip Last-Modified"},"rulesets_SetCacheSettingsStripSetCookie":{"type":"boolean","title":"Strip Set-Cookie"},"rulesets_SetCacheSettingsVary":{"type":"object","properties":{"default":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsVaryDefault"},"headers":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsVaryHeader"},"maxProperties":50,"title":"Headers"}},"minProperties":1,"title":"Vary"},"rulesets_SetCacheSettingsVaryDefault":{"type":"object","properties":{"action":{"type":"string","enum":["bypass","passthrough","normalize"],"title":"Action"}},"required":["action"],"title":"Vary Default"},"rulesets_SetCacheSettingsVaryHeader":{"type":"object","properties":{"action":{"type":"string","enum":["bypass","passthrough","normalize"],"title":"Action"},"languages":{"type":"array","items":{"maxLength":64,"minLength":1,"pattern":"^[ -~]+$","title":"Language","type":"string"},"maxItems":20,"title":"Languages"},"media_types":{"type":"array","items":{"maxLength":255,"minLength":1,"pattern":"^[ -~]+$","title":"Media Type","type":"string"},"maxItems":10,"title":"Media Types"}},"required":["action"],"title":"Vary Header"},"rulesets_SetCacheTagsOperation":{"type":"string","enum":["add","remove","set"],"title":"Operation"},"rulesets_SetCacheTagsValues":{"type":"array","items":{"minLength":1,"title":"Cache Tag","type":"string"},"maxItems":100,"minItems":1,"title":"Values"},"rulesets_SetCacheTagsExpression":{"type":"string","minLength":1,"title":"Expression"},"rulesets_SetConfigAutominify":{"type":"object","properties":{"css":{"type":"boolean","default":false,"title":"CSS"},"html":{"type":"boolean","default":false,"title":"HTML"},"js":{"type":"boolean","default":false,"title":"JavaScript"}},"title":"Auto-Minify"},"rulesets_SkipPhase":{"type":"string","enum":["current"],"title":"Phase"},"rulesets_SkipPhases":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetPhase"},{}]},"minItems":1,"title":"Phases","uniqueItems":true},"rulesets_SkipProducts":{"type":"array","items":{"enum":["bic","hot","rateLimit","securityLevel","uaBlock","waf","zoneLockdown"],"title":"Product","type":"string"},"minItems":1,"title":"Products","uniqueItems":true},"rulesets_SkipRules":{"type":"object","additionalProperties":{"items":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleId"},{"title":"Rule"}]},"minItems":1,"title":"Rules","type":"array","uniqueItems":true},"minProperties":1,"title":"Rules"},"rulesets_SkipRuleset":{"type":"string","enum":["current"],"title":"Ruleset"},"rulesets_SkipRulesets":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetId"},{"title":"Ruleset"}]},"minItems":1,"title":"Rulesets","uniqueItems":true},"rum_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"rum_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"rum_auto_install":{"type":"boolean","x-auditable":true},"rum_host":{"type":"string","x-auditable":true},"rum_zone_tag":{"type":"string","x-auditable":true},"rum_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"rum_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/rum_messages"},"messages":{"$ref":"#/components/schemas/rum_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"rum_rule_identifier":{"type":"string","x-auditable":true},"rum_rule":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/rum_timestamp"},"host":{"type":"string","x-auditable":true},"id":{"$ref":"#/components/schemas/rum_rule_identifier"},"inclusive":{"type":"boolean","x-auditable":true},"is_paused":{"type":"boolean","x-auditable":true},"paths":{"type":"array","items":{"type":"string","x-auditable":true}},"priority":{"type":"number","x-auditable":true}}},"rum_rules":{"type":"array","items":{"$ref":"#/components/schemas/rum_rule"}},"rum_ruleset":{"type":"object","properties":{"enabled":{"type":"boolean"},"id":{"$ref":"#/components/schemas/rum_ruleset_identifier"},"zone_name":{"type":"string"},"zone_tag":{"$ref":"#/components/schemas/rum_zone_tag"}}},"rum_rum_site":{"type":"object","properties":{"editable":{"$ref":"#/components/schemas/rum_editable"},"id":{"$ref":"#/components/schemas/rum_id"},"value":{"$ref":"#/components/schemas/rum_value"}}},"rum_editable":{"type":"boolean"},"rum_id":{"type":"string","x-auditable":true},"rum_value":{"type":"string","x-auditable":true},"rum_site_tag":{"type":"string","x-auditable":true},"rum_site_token":{"type":"string","x-auditable":true},"rum_snippet":{"type":"string","x-auditable":true},"rum_site":{"type":"object","properties":{"auto_install":{"$ref":"#/components/schemas/rum_auto_install"},"created":{"$ref":"#/components/schemas/rum_timestamp"},"rules":{"$ref":"#/components/schemas/rum_rules"},"ruleset":{"$ref":"#/components/schemas/rum_ruleset"},"site_tag":{"$ref":"#/components/schemas/rum_site_tag"},"site_token":{"$ref":"#/components/schemas/rum_site_token"},"snippet":{"$ref":"#/components/schemas/rum_snippet"}}},"rum_result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer","nullable":true}}},"rum_enabled":{"type":"boolean","x-auditable":true},"rum_lite":{"type":"boolean","x-auditable":true},"secondary-dns_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/secondary-dns_messages"},"messages":{"$ref":"#/components/schemas/secondary-dns_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"secondary-dns_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"secondary-dns_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-common"}]},"secondary-dns_disable_transfer_result":{"type":"string","x-auditable":true},"secondary-dns_auto_refresh_seconds":{"type":"number","default":86400,"minimum":300,"x-auditable":true},"secondary-dns_name":{"type":"string","x-auditable":true},"secondary-dns_peers":{"type":"array","items":{"$ref":"#/components/schemas/secondary-dns_identifier"},"x-stainless-collection-type":"set"},"secondary-dns_enable_transfer_result":{"type":"string","x-auditable":true},"secondary-dns_force_result":{"type":"string","x-auditable":true},"secondary-dns_force_result-2":{"type":"string","x-auditable":true},"secondary-dns_ip":{"type":"string","x-auditable":true},"secondary-dns_ixfr_enable":{"type":"boolean","x-auditable":true},"secondary-dns_port":{"type":"number","x-auditable":true},"secondary-dns_tsig_id":{"type":"string","x-auditable":true},"secondary-dns_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"secondary-dns_time":{"type":"string","x-auditable":true},"secondary-dns_soa_serial":{"type":"number","x-auditable":true},"secondary-dns_algo":{"type":"string","x-auditable":true},"secondary-dns_name-2":{"type":"string","x-auditable":true},"secondary-dns_secret":{"type":"string","x-sensitive":true},"secrets-store_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/secrets-store_messages"},"messages":{"$ref":"#/components/schemas/secrets-store_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"secrets-store_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"secrets-store_comment":{"type":"string","x-auditable":true},"secrets-store_secret_name":{"type":"string"},"secrets-store_scopes":{"type":"array","items":{"enum":["workers","ai_gateway","dex","access","containers","websearch"],"type":"string"}},"secrets-store_value":{"type":"string","maxLength":65536,"writeOnly":true,"x-sensitive":true},"secrets-store_store_name":{"type":"string"},"secrets-store_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"secrets-store_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common"}]},"secrets-store_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"secrets-store_secretsUsageObject":{"properties":{"secrets":{"$ref":"#/components/schemas/secrets-store_usageQuotaObject"}},"required":["secrets"]},"secrets-store_created":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"secrets-store_modified":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"secrets-store_SecretStatus":{"type":"string","enum":["pending","active","deleted"],"x-auditable":true},"secrets-store_store_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"secrets-store_secretObject":{"properties":{"comment":{"$ref":"#/components/schemas/secrets-store_comment"},"created":{"$ref":"#/components/schemas/secrets-store_created"},"id":{"$ref":"#/components/schemas/secrets-store_identifier"},"modified":{"$ref":"#/components/schemas/secrets-store_modified"},"name":{"$ref":"#/components/schemas/secrets-store_secret_name"},"scopes":{"$ref":"#/components/schemas/secrets-store_scopes"},"status":{"$ref":"#/components/schemas/secrets-store_SecretStatus"},"store_id":{"$ref":"#/components/schemas/secrets-store_store_identifier"}},"required":["id","name","store_id","created","modified","status"]},"secrets-store_usageQuotaObject":{"properties":{"quota":{"$ref":"#/components/schemas/secrets-store_quota"},"usage":{"$ref":"#/components/schemas/secrets-store_usage"}},"required":["usage","quota"]},"secrets-store_account_identifier":{"type":"string","maxLength":32,"readOnly":true},"secrets-store_storeObject":{"properties":{"account_id":{"$ref":"#/components/schemas/secrets-store_account_identifier"},"created":{"$ref":"#/components/schemas/secrets-store_created"},"id":{"$ref":"#/components/schemas/secrets-store_store_identifier"},"modified":{"$ref":"#/components/schemas/secrets-store_modified"},"name":{"$ref":"#/components/schemas/secrets-store_store_name"}},"required":["id","name","created","modified"]},"secrets-store_quota":{"type":"number","x-auditable":true},"secrets-store_usage":{"type":"number","x-auditable":true},"security-center_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"security-center_auditLog":{"type":"object","properties":{"changed_at":{"type":"string","format":"date-time","x-auditable":true},"changed_by":{"type":"string","x-auditable":true},"current_value":{"type":"string","nullable":true,"x-auditable":true},"field_changed":{"type":"string","enum":["status","user_classification"],"x-auditable":true},"id":{"type":"string","format":"uuid","x-auditable":true},"issue_id":{"type":"string","x-auditable":true},"previous_value":{"type":"string","nullable":true,"x-auditable":true},"rationale":{"type":"string","nullable":true,"x-auditable":true},"zone_id":{"type":"integer","format":"int64","x-auditable":true}}},"security-center_issueClass":{"type":"string","x-auditable":true},"security-center_issueType":{"type":"string","enum":["compliance_violation","email_security","exposed_infrastructure","insecure_configuration","weak_authentication","configuration_suggestion"],"x-auditable":true},"security-center_subject":{"type":"string","x-auditable":true},"security-center_userClassification":{"type":"string","enum":["false_positive","accept_risk","other",null],"nullable":true,"x-auditable":true},"security-center_scanQuota":{"type":"object","properties":{"available":{"type":"integer"},"used":{"type":"integer"}},"required":["used","available"]},"security-center_scanStatusResponse":{"type":"object","properties":{"scan_id":{"type":"string"},"started_at":{"type":"string","format":"date-time"},"status":{"type":"string","enum":["in_progress","completed"]}},"required":["scan_id","started_at","status"]},"smartshield_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"smartshield_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"smartshield_base":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id"]},"smartshield_cache_reserve_clear":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_base"},{"properties":{"id":{"type":"string","enum":["cache_reserve_clear"],"x-auditable":true}},"type":"object"}],"title":"Cache Reserve Clear"},"smartshield_cache_reserve_clear_end_ts":{"type":"string","format":"date-time","x-auditable":true},"smartshield_cache_reserve_clear_start_ts":{"type":"string","format":"date-time","x-auditable":true},"smartshield_cache_reserve_clear_state":{"type":"string","enum":["In-progress","Completed"],"x-auditable":true},"smartshield_address":{"type":"string","x-auditable":true},"smartshield_check_regions":{"type":"array","items":{"enum":["WNAM","ENAM","WEU","EEU","NSAM","SSAM","OC","ME","NAF","SAF","IN","SEAS","NEAS","ALL_REGIONS"],"type":"string"},"nullable":true,"x-auditable":true},"smartshield_consecutive_fails":{"type":"integer","default":1,"x-auditable":true},"smartshield_consecutive_successes":{"type":"integer","default":1,"x-auditable":true},"smartshield_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"smartshield_failure_reason":{"type":"string","readOnly":true,"x-auditable":true},"smartshield_http_config":{"type":"object","properties":{"allow_insecure":{"type":"boolean","default":false,"x-auditable":true},"expected_body":{"type":"string","x-auditable":true},"expected_codes":{"type":"array","items":{"type":"string"},"default":"200","nullable":true,"x-auditable":true},"follow_redirects":{"type":"boolean","default":false,"x-auditable":true},"header":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"},"nullable":true},"method":{"type":"string","default":"GET","enum":["GET","HEAD"],"x-auditable":true},"path":{"type":"string","default":"/","x-auditable":true},"port":{"type":"integer","default":80,"x-auditable":true}},"nullable":true},"smartshield_interval":{"type":"integer","default":60,"x-auditable":true},"smartshield_name":{"type":"string","x-auditable":true},"smartshield_retries":{"type":"integer","default":2,"x-auditable":true},"smartshield_status":{"type":"string","enum":["unknown","healthy","unhealthy","suspended"],"readOnly":true,"x-auditable":true},"smartshield_suspended":{"type":"boolean","default":false,"x-auditable":true},"smartshield_tcp_config":{"type":"object","properties":{"method":{"type":"string","default":"connection_established","enum":["connection_established"],"x-auditable":true},"port":{"type":"integer","default":80,"x-auditable":true}},"nullable":true},"smartshield_timeout":{"type":"integer","default":5,"x-auditable":true},"smartshield_type":{"type":"string","default":"HTTP","x-auditable":true},"smartshield_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/smartshield_result_info"}}}]},"smartshield_healthchecks":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/smartshield_address"},"check_regions":{"$ref":"#/components/schemas/smartshield_check_regions"},"consecutive_fails":{"$ref":"#/components/schemas/smartshield_consecutive_fails"},"consecutive_successes":{"$ref":"#/components/schemas/smartshield_consecutive_successes"},"created_on":{"$ref":"#/components/schemas/smartshield_timestamp"},"failure_reason":{"$ref":"#/components/schemas/smartshield_failure_reason"},"http_config":{"$ref":"#/components/schemas/smartshield_http_config"},"id":{"$ref":"#/components/schemas/smartshield_identifier"},"interval":{"$ref":"#/components/schemas/smartshield_interval"},"modified_on":{"$ref":"#/components/schemas/smartshield_timestamp"},"name":{"$ref":"#/components/schemas/smartshield_name"},"retries":{"$ref":"#/components/schemas/smartshield_retries"},"status":{"$ref":"#/components/schemas/smartshield_status"},"suspended":{"$ref":"#/components/schemas/smartshield_suspended"},"tcp_config":{"$ref":"#/components/schemas/smartshield_tcp_config"},"timeout":{"$ref":"#/components/schemas/smartshield_timeout"},"type":{"$ref":"#/components/schemas/smartshield_type"}}},"smartshield_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"properties":{"result":{"oneOf":[{"type":"object"},{"type":"string"}]}},"type":"object"}]},"smartshield_smart_shield_settings_get_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_smart_shield_settings"},{"properties":{"healthchecks_count":{"type":"integer"}},"type":"object"}],"required":["smart_tiered_cache","smart_routing","regional_tiered_cache","cache_reserve","healthchecks_count"]},"smartshield_smart_shield_settings_patch_response":{"type":"object","properties":{"smart_tiered_cache":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"modified_on":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}}},"required":["smart_tiered_cache","smart_routing","regional_tiered_cache","cache_reserve"]},"smartshield_smart_shield_settings":{"type":"object","properties":{"cache_reserve":{"properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}},"regional_tiered_cache":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}},"smart_routing":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}},"smart_tiered_cache":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"modified_on":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}}}},"snippets_Message":{"type":"object","properties":{"code":{"type":"integer","title":"Code","x-auditable":true},"message":{"type":"string","minLength":1,"title":"Description","x-auditable":true}},"required":["message"],"title":"Message"},"snippets_Errors":{"type":"array","items":{"$ref":"#/components/schemas/snippets_Message"},"title":"Errors"},"snippets_Messages":{"type":"array","items":{"$ref":"#/components/schemas/snippets_Message"},"title":"Messages"},"spectrum-analytics_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"spectrum-analytics_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/spectrum-analytics_messages"},"messages":{"$ref":"#/components/schemas/spectrum-analytics_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"spectrum-analytics_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/spectrum-analytics_api-response-common"}]},"spectrum-analytics_column":{"type":"object","properties":{"dimensions":{"type":"array","items":{"type":"string"}},"metrics":{"oneOf":[{"items":{"type":"number"},"type":"array"},{"items":{"items":{"type":"number"},"type":"array"},"type":"array"}]}}},"spectrum-analytics_stat":{"type":"object","additionalProperties":{"type":"number"}},"spectrum-analytics_query":{"type":"object","properties":{"dimensions":{"$ref":"#/components/schemas/spectrum-analytics_dimensions"},"filters":{"$ref":"#/components/schemas/spectrum-analytics_filters"},"limit":{"type":"number"},"metrics":{"$ref":"#/components/schemas/spectrum-analytics_metrics"},"since":{"$ref":"#/components/schemas/spectrum-analytics_since"},"sort":{"$ref":"#/components/schemas/spectrum-analytics_sort"},"until":{"$ref":"#/components/schemas/spectrum-analytics_until"}}},"spectrum-analytics_timestamp":{"type":"string","format":"date-time","x-auditable":true},"spectrum-config_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/spectrum-config_messages"},"messages":{"$ref":"#/components/schemas/spectrum-config_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"spectrum-config_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"spectrum-config_identifier":{"type":"string","maxLength":32,"x-auditable":true},"spectrum-config_base_app_config":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/spectrum-config_created"},"id":{"$ref":"#/components/schemas/spectrum-config_app_identifier"},"modified_on":{"$ref":"#/components/schemas/spectrum-config_modified"}},"required":["id","created_on","modified_on"]},"spectrum-config_argo_smart_routing":{"type":"boolean","default":false},"spectrum-config_dns":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/spectrum-config_dns_name"},"type":{"$ref":"#/components/schemas/spectrum-config_dns_type"}}},"spectrum-config_edge_ips":{"default":{"connectivity":"all","type":"dynamic"},"oneOf":[{"properties":{"connectivity":{"type":"string","enum":["all","ipv4","ipv6"]},"type":{"type":"string","enum":["dynamic"]}},"type":"object"},{"properties":{"ips":{"type":"array","items":{"type":"string"}},"type":{"type":"string","enum":["static"]}},"type":"object"}]},"spectrum-config_ip_firewall":{"type":"boolean","default":false},"spectrum-config_origin_direct":{"type":"array","items":{"format":"URI","type":"string"}},"spectrum-config_origin_dns":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/spectrum-config_origin_dns_name"},"ttl":{"$ref":"#/components/schemas/spectrum-config_dns_ttl"},"type":{"$ref":"#/components/schemas/spectrum-config_origin_dns_type"}}},"spectrum-config_origin_port":{"anyOf":[{"type":"integer"},{"type":"string"}],"maximum":65535,"minimum":1},"spectrum-config_protocol":{"type":"string"},"spectrum-config_proxy_protocol":{"type":"string","default":"off","enum":["off","v1","v2","simple"]},"spectrum-config_tls":{"type":"string","default":"off","enum":["off","flexible","full","strict"]},"spectrum-config_traffic_type":{"type":"string","default":"direct","enum":["direct","http","https"]},"spectrum-config_virtual_network_id":{"type":"string","format":"uuid"},"spectrum-config_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"spectrum-config_app_config":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_base_app_config"},{"properties":{"argo_smart_routing":{"$ref":"#/components/schemas/spectrum-config_argo_smart_routing"},"dns":{"$ref":"#/components/schemas/spectrum-config_dns"},"edge_ips":{"$ref":"#/components/schemas/spectrum-config_edge_ips"},"ip_firewall":{"$ref":"#/components/schemas/spectrum-config_ip_firewall"},"origin_direct":{"$ref":"#/components/schemas/spectrum-config_origin_direct"},"origin_dns":{"$ref":"#/components/schemas/spectrum-config_origin_dns"},"origin_port":{"$ref":"#/components/schemas/spectrum-config_origin_port"},"protocol":{"$ref":"#/components/schemas/spectrum-config_protocol"},"proxy_protocol":{"$ref":"#/components/schemas/spectrum-config_proxy_protocol"},"tls":{"$ref":"#/components/schemas/spectrum-config_tls"},"traffic_type":{"$ref":"#/components/schemas/spectrum-config_traffic_type"},"virtual_network_id":{"$ref":"#/components/schemas/spectrum-config_virtual_network_id"}},"required":["protocol","dns","traffic_type"],"type":"object"}]},"spectrum-config_paygo_app_config":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_base_app_config"},{"properties":{"dns":{"$ref":"#/components/schemas/spectrum-config_dns"},"origin_direct":{"$ref":"#/components/schemas/spectrum-config_origin_direct"},"protocol":{"$ref":"#/components/schemas/spectrum-config_protocol"}},"required":["protocol","dns"],"type":"object"}]},"spectrum-config_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-common"}]},"spectrum-config_created":{"allOf":[{},{"readOnly":true},{"$ref":"#/components/schemas/spectrum-config_timestamp"}]},"spectrum-config_modified":{"allOf":[{},{"readOnly":true},{"$ref":"#/components/schemas/spectrum-config_timestamp"}]},"spectrum-config_timestamp":{"type":"string","format":"date-time","x-auditable":true},"spectrum-config_dns_name":{"type":"string","format":"hostname"},"spectrum-config_dns_type":{"type":"string","enum":["CNAME","ADDRESS"]},"spectrum-config_origin_dns_name":{"type":"string","format":"hostname"},"spectrum-config_dns_ttl":{"type":"integer","minimum":600},"spectrum-config_origin_dns_type":{"type":"string","enum":["","A","AAAA","SRV"]},"speed_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true}},"speed_base":{"properties":{"editable":{"type":"boolean","default":true,"enum":[true,false],"readOnly":true,"x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}}},"stream_additionalAudio":{"type":"object","properties":{"default":{"$ref":"#/components/schemas/stream_audio_default"},"label":{"$ref":"#/components/schemas/stream_audio_label"},"status":{"$ref":"#/components/schemas/stream_audio_state"},"uid":{"$ref":"#/components/schemas/stream_identifier"}}},"stream_audio_default":{"type":"boolean","default":false,"x-auditable":true},"stream_audio_label":{"type":"string","x-auditable":true},"stream_audio_state":{"type":"string","enum":["queued","ready","error"],"x-auditable":true},"stream_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"stream_generated_caption":{"type":"boolean","x-auditable":true},"stream_label":{"type":"string","x-auditable":true},"stream_caption_status":{"type":"string","enum":["ready","inprogress","error"],"x-auditable":true},"stream_videos":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_allowedOrigins"},"clippedFrom":{"type":"string"},"created":{"$ref":"#/components/schemas/stream_created"},"creator":{"$ref":"#/components/schemas/stream_creator"},"duration":{"$ref":"#/components/schemas/stream_duration"},"input":{"$ref":"#/components/schemas/stream_input"},"liveInput":{"$ref":"#/components/schemas/stream_liveInput"},"maxDurationSeconds":{"$ref":"#/components/schemas/stream_maxDurationSeconds"},"maxSizeBytes":{"type":"integer","format":"int64"},"meta":{"$ref":"#/components/schemas/stream_media_metadata"},"modified":{"$ref":"#/components/schemas/stream_modified"},"playback":{"$ref":"#/components/schemas/stream_playback"},"preview":{"$ref":"#/components/schemas/stream_preview"},"publicDetails":{"type":"object","properties":{"channel_link":{"type":"string","nullable":true},"logo":{"type":"string","nullable":true},"media_id":{"type":"integer"},"share_link":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}}},"readyToStream":{"$ref":"#/components/schemas/stream_readyToStream"},"readyToStreamAt":{"$ref":"#/components/schemas/stream_readyToStreamAt"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_requireSignedURLs"},"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"size":{"$ref":"#/components/schemas/stream_size"},"status":{"$ref":"#/components/schemas/stream_media_status"},"thumbnail":{"$ref":"#/components/schemas/stream_thumbnail_url"},"thumbnailTimestampPct":{"$ref":"#/components/schemas/stream_thumbnailTimestampPct"},"uid":{"$ref":"#/components/schemas/stream_identifier"},"uploadExpiry":{"$ref":"#/components/schemas/stream_oneTimeUploadExpiry"},"uploaded":{"$ref":"#/components/schemas/stream_uploaded"},"watermark":{"$ref":"#/components/schemas/stream_watermarks"}}},"stream_allowedOrigins":{"type":"array","items":{"type":"string","x-auditable":true}},"stream_clipped_from_video_uid":{"type":"string","maxLength":32,"x-auditable":true},"stream_clipping_created":{"type":"string","format":"date-time"},"stream_end_time_seconds":{"type":"integer","x-auditable":true},"stream_maxDurationSeconds":{"type":"integer","maximum":36000,"minimum":1,"x-auditable":true},"stream_media_metadata":{"type":"object"},"stream_live_input_modified":{"type":"string","format":"date-time","x-auditable":true},"stream_playback":{"type":"object","properties":{"dash":{"type":"string","x-auditable":true},"hls":{"type":"string","x-auditable":true}}},"stream_preview":{"type":"string","format":"uri","x-auditable":true},"stream_requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"stream_start_time_seconds":{"type":"integer","x-auditable":true},"stream_thumbnailTimestampPct":{"type":"number","default":0,"maximum":1,"minimum":0,"x-auditable":true},"stream_watermarkAtUpload":{"type":"object","properties":{"uid":{"type":"string","maxLength":32,"x-auditable":true}}},"stream_live_input_default_creator":{"type":"string","x-auditable":true},"stream_live_input_recording_deletion":{"type":"number","minimum":30,"x-auditable":true},"stream_live_input_enabled":{"type":"boolean","default":true,"x-auditable":true},"stream_live_input_metadata":{"type":"object"},"stream_live_input_prefer_low_latency":{"type":"boolean","default":false,"x-auditable":true},"stream_live_input_recording_settings":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_live_input_recording_allowedOrigins"},"hideLiveViewerCount":{"$ref":"#/components/schemas/stream_live_input_recording_hideLiveViewerCount"},"mode":{"$ref":"#/components/schemas/stream_live_input_recording_mode"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_live_input_recording_requireSignedURLs"},"timeoutSeconds":{"$ref":"#/components/schemas/stream_live_input_recording_timeoutSeconds"}}},"stream_output_enabled":{"type":"boolean","default":true,"x-auditable":true},"stream_output_streamKey":{"type":"string","x-sensitive":true},"stream_output_url":{"type":"string","x-sensitive":true},"stream_scheduledDeletion":{"type":"string","format":"date-time","x-auditable":true},"stream_watermark_at_upload":{"type":"object","properties":{"uid":{"type":"string","maxLength":32,"x-auditable":true}}},"stream_watermarks":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/stream_watermark_created"},"downloadedFrom":{"$ref":"#/components/schemas/stream_downloadedFrom"},"height":{"$ref":"#/components/schemas/stream_height"},"name":{"$ref":"#/components/schemas/stream_name"},"opacity":{"$ref":"#/components/schemas/stream_opacity"},"padding":{"$ref":"#/components/schemas/stream_padding"},"position":{"$ref":"#/components/schemas/stream_position"},"scale":{"$ref":"#/components/schemas/stream_scale"},"size":{"$ref":"#/components/schemas/stream_watermark_size"},"uid":{"$ref":"#/components/schemas/stream_watermark_identifier"},"width":{"$ref":"#/components/schemas/stream_width"}}},"stream_download_percent_complete":{"type":"number","maximum":100,"minimum":0,"x-auditable":true},"stream_download_status":{"type":"string","enum":["ready","inprogress","error"],"x-auditable":true},"stream_download_url":{"type":"string","format":"uri","x-auditable":true},"stream_downloads":{"type":"object","properties":{"percentComplete":{"$ref":"#/components/schemas/stream_download_percent_complete"},"status":{"$ref":"#/components/schemas/stream_download_status"},"url":{"$ref":"#/components/schemas/stream_download_url"}},"required":["status","percentComplete"]},"stream_input_rtmps_stream_key":{"type":"string","x-sensitive":true},"stream_input_rtmps_url":{"type":"string","x-sensitive":true},"stream_input_srt_stream_passphrase":{"type":"string","x-sensitive":true},"stream_input_srt_stream_id":{"type":"string","x-auditable":true},"stream_input_srt_url":{"type":"string","x-sensitive":true},"stream_input_webrtc_url":{"type":"string","x-sensitive":true},"stream_keys":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/stream_signing_key_created"},"id":{"$ref":"#/components/schemas/stream_identifier-2"},"jwk":{"$ref":"#/components/schemas/stream_jwk"},"pem":{"$ref":"#/components/schemas/stream_pem"}}},"stream_signing_key_created":{"type":"string","format":"date-time","x-auditable":true},"stream_jwk":{"type":"string","x-sensitive":true},"stream_pem":{"type":"string","x-sensitive":true},"stream_captions":{"type":"object","properties":{"generated":{"$ref":"#/components/schemas/stream_generated_caption"},"label":{"$ref":"#/components/schemas/stream_label"},"language":{"$ref":"#/components/schemas/stream_language"},"status":{"$ref":"#/components/schemas/stream_caption_status"}}},"stream_live_input_created":{"type":"string","format":"date-time","x-auditable":true},"stream_live_input_keys_rotated_at":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"stream_input_rtmps":{"type":"object","properties":{"streamKey":{"$ref":"#/components/schemas/stream_input_rtmps_stream_key"},"url":{"$ref":"#/components/schemas/stream_input_rtmps_url"}}},"stream_playback_rtmps":{"type":"object","properties":{"streamKey":{"$ref":"#/components/schemas/stream_playback_rtmps_stream_key"},"url":{"$ref":"#/components/schemas/stream_playback_rtmps_url"}}},"stream_input_srt":{"type":"object","properties":{"passphrase":{"$ref":"#/components/schemas/stream_input_srt_stream_passphrase"},"streamId":{"$ref":"#/components/schemas/stream_input_srt_stream_id"},"url":{"$ref":"#/components/schemas/stream_input_srt_url"}}},"stream_playback_srt":{"type":"object","properties":{"passphrase":{"$ref":"#/components/schemas/stream_playback_srt_stream_passphrase"},"streamId":{"$ref":"#/components/schemas/stream_playback_srt_stream_id"},"url":{"$ref":"#/components/schemas/stream_playback_srt_url"}}},"stream_live_input_status":{"type":"string","enum":[null,"connected","reconnected","reconnecting","client_disconnect","ttl_exceeded","failed_to_connect","failed_to_reconnect","new_configuration_accepted"],"nullable":true,"x-auditable":true},"stream_input_webrtc":{"type":"object","properties":{"url":{"$ref":"#/components/schemas/stream_input_webrtc_url"}}},"stream_playback_webrtc":{"type":"object","properties":{"url":{"$ref":"#/components/schemas/stream_playback_webrtc_url"}}},"stream_live_input_recording_allowedOrigins":{"type":"array","items":{"type":"string","x-auditable":true}},"stream_live_input_recording_hideLiveViewerCount":{"type":"boolean","default":false,"x-auditable":true},"stream_live_input_recording_mode":{"type":"string","default":"off","enum":["off","automatic"],"x-auditable":true},"stream_live_input_recording_requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"stream_live_input_recording_timeoutSeconds":{"type":"integer","default":0,"x-auditable":true},"stream_live_input_object_without_url":{"properties":{"created":{"$ref":"#/components/schemas/stream_live_input_created"},"deleteRecordingAfterDays":{"$ref":"#/components/schemas/stream_live_input_recording_deletion"},"enabled":{"$ref":"#/components/schemas/stream_live_input_enabled"},"meta":{"$ref":"#/components/schemas/stream_live_input_metadata"},"modified":{"$ref":"#/components/schemas/stream_live_input_modified"},"uid":{"$ref":"#/components/schemas/stream_live_input_identifier"}}},"stream_live_input":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/stream_live_input_created"},"deleteRecordingAfterDays":{"$ref":"#/components/schemas/stream_live_input_recording_deletion"},"enabled":{"$ref":"#/components/schemas/stream_live_input_enabled"},"keysRotatedAt":{"$ref":"#/components/schemas/stream_live_input_keys_rotated_at"},"meta":{"$ref":"#/components/schemas/stream_live_input_metadata"},"modified":{"$ref":"#/components/schemas/stream_live_input_modified"},"preferLowLatency":{"$ref":"#/components/schemas/stream_live_input_prefer_low_latency"},"recording":{"$ref":"#/components/schemas/stream_live_input_recording_settings"},"rtmps":{"$ref":"#/components/schemas/stream_input_rtmps"},"rtmpsPlayback":{"$ref":"#/components/schemas/stream_playback_rtmps"},"srt":{"$ref":"#/components/schemas/stream_input_srt"},"srtPlayback":{"$ref":"#/components/schemas/stream_playback_srt"},"status":{"$ref":"#/components/schemas/stream_live_input_status"},"uid":{"$ref":"#/components/schemas/stream_live_input_identifier"},"webRTC":{"$ref":"#/components/schemas/stream_input_webrtc"},"webRTCPlayback":{"$ref":"#/components/schemas/stream_playback_webrtc"}}},"stream_errorReasonCode":{"type":"string","x-auditable":true},"stream_errorReasonText":{"type":"string","x-auditable":true},"stream_pctComplete":{"type":"string","x-auditable":true},"stream_output":{"properties":{"enabled":{"$ref":"#/components/schemas/stream_output_enabled"},"streamKey":{"$ref":"#/components/schemas/stream_output_streamKey"},"uid":{"$ref":"#/components/schemas/stream_output_identifier"},"url":{"$ref":"#/components/schemas/stream_output_url"}}},"stream_playback_rtmps_stream_key":{"type":"string","x-sensitive":true},"stream_playback_rtmps_url":{"type":"string","x-sensitive":true},"stream_playback_srt_stream_passphrase":{"type":"string","x-sensitive":true},"stream_playback_srt_stream_id":{"type":"string","x-auditable":true},"stream_playback_srt_url":{"type":"string","x-sensitive":true},"stream_playback_webrtc_url":{"type":"string","x-sensitive":true},"stream_accessRules":{"type":"object","properties":{"action":{"type":"string","enum":["allow","block"],"x-auditable":true},"country":{"type":"array","items":{"type":"string","x-auditable":true}},"ip":{"type":"array","items":{"type":"string","x-auditable":true}},"type":{"type":"string","enum":["any","ip.src","ip.geoip.country"],"x-auditable":true}}},"stream_oneTimeUploadExpiry":{"type":"string","format":"date-time","x-auditable":true},"stream_created":{"type":"string","format":"date-time","x-auditable":true},"stream_duration":{"type":"number","x-auditable":true},"stream_input":{"type":"object","properties":{"height":{"type":"integer","x-auditable":true},"width":{"type":"integer","x-auditable":true}}},"stream_liveInput":{"type":"string","maxLength":32,"x-auditable":true},"stream_modified":{"type":"string","format":"date-time","x-auditable":true},"stream_readyToStream":{"type":"boolean","x-auditable":true},"stream_readyToStreamAt":{"type":"string","format":"date-time","x-auditable":true},"stream_size":{"type":"number","x-auditable":true},"stream_media_status":{"properties":{"errorReasonCode":{"$ref":"#/components/schemas/stream_errorReasonCode"},"errorReasonText":{"$ref":"#/components/schemas/stream_errorReasonText"},"pctComplete":{"$ref":"#/components/schemas/stream_pctComplete"},"state":{"$ref":"#/components/schemas/stream_media_state"}}},"stream_thumbnail_url":{"type":"string","format":"uri","x-auditable":true},"stream_uploaded":{"type":"string","format":"date-time","x-auditable":true},"stream_watermark_created":{"type":"string","format":"date-time","x-auditable":true},"stream_downloadedFrom":{"type":"string","x-auditable":true},"stream_height":{"type":"integer","x-auditable":true},"stream_watermark_size":{"type":"number","x-auditable":true},"stream_width":{"type":"integer","x-auditable":true},"stream_notificationUrl":{"type":"string","format":"uri","x-auditable":true},"supplat-chronos_Slot":{"type":"object","properties":{"end_time":{"type":"string","format":"date-time","x-auditable":true},"slot_token":{"type":"string","x-auditable":true},"start_time":{"type":"string","format":"date-time","x-auditable":true}},"required":["slot_token","start_time","end_time"]},"supplat-chronos_BookingChannel":{"type":"string","enum":["voice_callback"],"x-auditable":true},"supplat-chronos_CustomerPhone":{"type":"object","properties":{"country_code":{"type":"string","pattern":"^[A-Z]{2}$","x-auditable":true},"phone_number":{"type":"string","minLength":1}},"required":["country_code","phone_number"]},"supplat-chronos_Booking":{"type":"object","properties":{"booking_id":{"type":"string","format":"uuid","x-auditable":true},"case_id":{"type":"string","x-auditable":true},"category":{"$ref":"#/components/schemas/supplat-chronos_BookingCategory"},"channel":{"$ref":"#/components/schemas/supplat-chronos_BookingChannel"},"created_at":{"type":"string","format":"date-time","x-auditable":true},"customer_phone":{"$ref":"#/components/schemas/supplat-chronos_CustomerPhone"},"customer_timezone":{"type":"string","pattern":"^[A-Za-z_+0-9-]+/[A-Za-z_+0-9-]+(?:/[A-Za-z_+0-9-]+)?$","x-auditable":true},"end_time":{"type":"string","format":"date-time","x-auditable":true},"start_time":{"type":"string","format":"date-time","x-auditable":true},"status":{"$ref":"#/components/schemas/supplat-chronos_BookingStatus"},"subject":{"type":"string"},"updated_at":{"type":"string","format":"date-time","x-auditable":true}},"required":["booking_id","status","channel","category","customer_phone","customer_timezone","start_time","end_time","created_at","updated_at"]},"teams-devices_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/teams-devices_messages"},"messages":{"$ref":"#/components/schemas/teams-devices_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"teams-devices_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"teams-devices_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"teams-devices_extended_key_usage_enum":{"type":"string","enum":["clientAuth","emailProtection"],"x-auditable":true},"teams-devices_paths":{"type":"array","items":{"type":"string"}},"teams-devices_trust_stores":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_trust_stores_enum"}},"teams-devices_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-common"},{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true},"result_info":{"$ref":"#/components/schemas/teams-devices_result_info"}},"type":"object"}]},"teams-devices_device-managed-networks":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_schemas-config_response"},"name":{"$ref":"#/components/schemas/teams-devices_device-managed-networks_components-schemas-name"},"network_id":{"$ref":"#/components/schemas/teams-devices_uuid"},"type":{"$ref":"#/components/schemas/teams-devices_components-schemas-type"}}},"teams-devices_workspace_one_config_request":{"type":"object","properties":{"api_url":{"type":"string"},"auth_url":{"type":"string"},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true}},"required":["api_url","auth_url","client_id","client_secret"],"title":"Workspace One Config"},"teams-devices_crowdstrike_config_request":{"type":"object","properties":{"api_url":{"type":"string","x-auditable":true},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"customer_id":{"type":"string","x-auditable":true}},"required":["api_url","customer_id","client_id","client_secret"],"title":"Crowdstrike Config"},"teams-devices_uptycs_config_request":{"type":"object","properties":{"api_url":{"type":"string","x-auditable":true},"client_key":{"type":"string","x-sensitive":true},"client_secret":{"type":"string","x-sensitive":true},"customer_id":{"type":"string"}},"required":["api_url","client_key","customer_id","client_secret"],"title":"Uptycs Config"},"teams-devices_intune_config_request":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"customer_id":{"type":"string"}},"required":["customer_id","client_id","client_secret"],"title":"Intune Config"},"teams-devices_kolide_config_request":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true}},"required":["client_id","client_secret"],"title":"Kolide Config"},"teams-devices_tanium_config_request":{"type":"object","properties":{"access_client_id":{"type":"string"},"access_client_secret":{"type":"string","x-sensitive":true},"api_url":{"type":"string","x-auditable":true},"client_secret":{"type":"string","x-sensitive":true}},"required":["api_url","client_secret"],"title":"Tanium Config"},"teams-devices_sentinelone_s2s_config_request":{"type":"object","properties":{"api_url":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true}},"required":["api_url","client_secret"],"title":"SentinelOne S2S Config"},"teams-devices_custom_s2s_config_request":{"type":"object","properties":{"access_client_id":{"type":"string"},"access_client_secret":{"type":"string","x-sensitive":true},"api_url":{"type":"string","x-auditable":true}},"required":["api_url","access_client_id","access_client_secret"],"title":"Custom Device Posture Integration Config"},"teams-devices_workspace_one_config_response":{"type":"object","properties":{"api_url":{"type":"string"},"auth_url":{"type":"string"},"client_id":{"type":"string"}},"required":["api_url","auth_url","client_id"]},"teams-devices_exclude":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"},"default":[{"address":"10.0.0.0/8"},{"address":"100.64.0.0/10"},{"address":"169.254.0.0/16"},{"address":"172.16.0.0/12"},{"address":"192.0.0.0/24"},{"address":"192.168.0.0/16"},{"address":"224.0.0.0/24"},{"address":"240.0.0.0/4"},{"address":"255.255.255.255/32"},{"address":"fe80::/10"},{"address":"fd00::/8"},{"address":"ff01::/16"},{"address":"ff02::/16"},{"address":"ff03::/16"},{"address":"ff04::/16"},{"address":"ff05::/16"}]},"teams-devices_fallback_domains":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_fallback_domain"},"default":[{"suffix":"intranet"},{"suffix":"internal"},{"suffix":"private"},{"suffix":"localdomain"},{"suffix":"domain"},{"suffix":"lan"},{"suffix":"home"},{"suffix":"host"},{"suffix":"corp"},{"suffix":"local"},{"suffix":"localhost"},{"suffix":"home.arpa"},{"suffix":"invalid"},{"suffix":"test"}]},"teams-devices_gateway_unique_id":{"type":"string"},"teams-devices_include":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"}},"teams-devices_default_device_settings_policy":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"default":{"type":"boolean"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"enabled":{"type":"boolean","default":true},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"fallback_domains":{"$ref":"#/components/schemas/teams-devices_fallback_domains"},"gateway_unique_id":{"$ref":"#/components/schemas/teams-devices_gateway_unique_id"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include"},"policy_id":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}}},"teams-devices_deployment_group_created_at":{"type":"string"},"teams-devices_deployment_group_id":{"type":"string","x-auditable":true},"teams-devices_deployment_group_name":{"type":"string","maxLength":255,"minLength":1,"x-auditable":true},"teams-devices_deployment_group_policy_ids":{"type":"array","items":{"type":"string"},"nullable":true,"x-auditable":true},"teams-devices_deployment_group_updated_at":{"type":"string"},"teams-devices_version_config":{"type":"object","properties":{"target_environment":{"type":"string","nullable":true,"x-auditable":true},"version":{"type":"string","x-auditable":true}},"required":["version","target_environment"]},"teams-devices_account":{"type":"object","properties":{"account_type":{"type":"string","deprecated":true},"id":{"type":"string","deprecated":true},"name":{"type":"string","x-auditable":true}}},"teams-devices_created":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_deleted":{"type":"boolean"},"teams-devices_device_type":{"type":"string","x-auditable":true},"teams-devices_gateway_device_id":{"type":"string","deprecated":true},"teams-devices_ip":{"type":"string","x-auditable":true},"teams-devices_key":{"type":"string"},"teams-devices_key_type":{"type":"string","x-auditable":true},"teams-devices_last_seen":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_mac_address":{"type":"string","x-auditable":true},"teams-devices_model":{"type":"string"},"teams-devices_schemas-name":{"type":"string"},"teams-devices_os_version":{"type":"string"},"teams-devices_serial_number":{"type":"string"},"teams-devices_tunnel_type":{"type":"string","x-auditable":true},"teams-devices_updated":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_user":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/teams-devices_email"},"id":{"$ref":"#/components/schemas/teams-devices_components-schemas-uuid"},"name":{"type":"string"}}},"teams-devices_version":{"type":"string"},"teams-devices_dex_target_policy":{"type":"object","properties":{"default":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"}}},"teams-devices_schemas-config_response":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_tls_config_response"}]},"teams-devices_config_response":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_workspace_one_config_response"}]},"teams-devices_device":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/teams-devices_account"},"created":{"$ref":"#/components/schemas/teams-devices_created"},"deleted":{"$ref":"#/components/schemas/teams-devices_deleted"},"device_type":{"$ref":"#/components/schemas/teams-devices_device_type"},"gateway_device_id":{"$ref":"#/components/schemas/teams-devices_gateway_device_id"},"id":{"$ref":"#/components/schemas/teams-devices_registration_id"},"ip":{"$ref":"#/components/schemas/teams-devices_ip"},"key":{"$ref":"#/components/schemas/teams-devices_key"},"key_type":{"$ref":"#/components/schemas/teams-devices_key_type"},"last_seen":{"$ref":"#/components/schemas/teams-devices_last_seen"},"mac_address":{"$ref":"#/components/schemas/teams-devices_mac_address"},"model":{"$ref":"#/components/schemas/teams-devices_model"},"name":{"$ref":"#/components/schemas/teams-devices_schemas-name"},"os_version":{"$ref":"#/components/schemas/teams-devices_os_version"},"serial_number":{"$ref":"#/components/schemas/teams-devices_serial_number"},"tunnel_type":{"$ref":"#/components/schemas/teams-devices_tunnel_type"},"updated":{"$ref":"#/components/schemas/teams-devices_updated"},"user":{"$ref":"#/components/schemas/teams-devices_user"},"version":{"$ref":"#/components/schemas/teams-devices_version"}}},"teams-devices_default":{"type":"boolean"},"teams-devices_target_dex_test":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"teams-devices_device_settings_policy":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"default":{"$ref":"#/components/schemas/teams-devices_default"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"enabled":{"type":"boolean","default":true},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"fallback_domains":{"$ref":"#/components/schemas/teams-devices_fallback_domains"},"gateway_unique_id":{"$ref":"#/components/schemas/teams-devices_gateway_unique_id"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include"},"lan_allow_minutes":{"$ref":"#/components/schemas/teams-devices_lan_allow_minutes"},"lan_allow_subnet_size":{"$ref":"#/components/schemas/teams-devices_lan_allow_subnet_size"},"match":{"$ref":"#/components/schemas/teams-devices_schemas-match"},"name":{"type":"string","maxLength":100},"policy_id":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"},"precedence":{"$ref":"#/components/schemas/teams-devices_precedence"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"target_tests":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_target_dex_test"}},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}}},"teams-devices_platform":{"type":"string","enum":["windows","mac","linux","android","ios","chromeos"],"x-auditable":true},"teams-devices_manufacturer":{"type":"string"},"teams-devices_os_distro_name":{"type":"string","x-auditable":true},"teams-devices_os_distro_revision":{"type":"string","x-auditable":true},"teams-devices_os_version_extra":{"type":"string"},"teams-devices_revoked_at":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_devices":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/teams-devices_created"},"deleted":{"$ref":"#/components/schemas/teams-devices_deleted"},"device_type":{"$ref":"#/components/schemas/teams-devices_platform"},"id":{"$ref":"#/components/schemas/teams-devices_registration_id"},"ip":{"$ref":"#/components/schemas/teams-devices_ip"},"key":{"$ref":"#/components/schemas/teams-devices_key"},"last_seen":{"$ref":"#/components/schemas/teams-devices_last_seen"},"mac_address":{"$ref":"#/components/schemas/teams-devices_mac_address"},"manufacturer":{"$ref":"#/components/schemas/teams-devices_manufacturer"},"model":{"$ref":"#/components/schemas/teams-devices_model"},"name":{"$ref":"#/components/schemas/teams-devices_schemas-name"},"os_distro_name":{"$ref":"#/components/schemas/teams-devices_os_distro_name"},"os_distro_revision":{"$ref":"#/components/schemas/teams-devices_os_distro_revision"},"os_version":{"$ref":"#/components/schemas/teams-devices_os_version"},"os_version_extra":{"$ref":"#/components/schemas/teams-devices_os_version_extra"},"revoked_at":{"$ref":"#/components/schemas/teams-devices_revoked_at"},"serial_number":{"$ref":"#/components/schemas/teams-devices_serial_number"},"updated":{"$ref":"#/components/schemas/teams-devices_updated"},"user":{"$ref":"#/components/schemas/teams-devices_user"},"version":{"$ref":"#/components/schemas/teams-devices_version"}}},"teams-devices_checkDisks":{"type":"array","items":{"type":"string"}},"teams-devices_requireAll":{"type":"boolean","x-auditable":true},"teams-devices_dns_search_suffix":{"type":"object","properties":{"suffix":{"type":"string","x-auditable":true}},"required":["suffix"]},"teams-devices_split_tunnel_address":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"teams-devices_split_tunnel_host":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"teams-devices_disconnect":{"type":"boolean","x-auditable":true},"teams-devices_timestamp":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_justification":{"type":"string","x-auditable":true},"teams-devices_global_warp_override":{"type":"object","properties":{"disconnect":{"$ref":"#/components/schemas/teams-devices_disconnect"},"timestamp":{"$ref":"#/components/schemas/teams-devices_timestamp"}}},"teams-devices_include_split_tunnel_address":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"teams-devices_include_split_tunnel_host":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"teams-devices_file_input_request":{"type":"object","properties":{"exists":{"type":"boolean","x-auditable":true},"operating_system":{"type":"string","enum":["windows","linux","mac"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"sha256":{"type":"string"},"thumbprint":{"type":"string"}},"required":["path","operating_system"],"title":"File Check"},"teams-devices_unique_client_id_input_request":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"operating_system":{"type":"string","enum":["android","ios","chromeos"],"x-auditable":true}},"required":["operating_system","id"],"title":"Unique Client ID"},"teams-devices_domain_joined_input_request":{"type":"object","properties":{"domain":{"type":"string","x-auditable":true},"operating_system":{"type":"string","enum":["windows"],"x-auditable":true}},"required":["operating_system"],"title":"Domain Joined"},"teams-devices_os_version_input_request":{"type":"object","properties":{"operating_system":{"type":"string","enum":["windows"],"x-auditable":true},"operator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"os_distro_name":{"type":"string","x-auditable":true},"os_distro_revision":{"type":"string","x-auditable":true},"os_version_extra":{"type":"string","x-auditable":true},"version":{"type":"string","x-auditable":true}},"required":["operating_system","version","operator"],"title":"OS Version"},"teams-devices_firewall_input_request":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"operating_system":{"type":"string","enum":["windows","mac"],"x-auditable":true}},"required":["operating_system","enabled"],"title":"Firewall"},"teams-devices_sentinelone_input_request":{"type":"object","properties":{"operating_system":{"type":"string","enum":["windows","linux","mac"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"sha256":{"type":"string","x-auditable":true},"thumbprint":{"type":"string","x-auditable":true}},"required":["path","operating_system"],"title":"Sentinelone"},"teams-devices_carbonblack_input_request":{"type":"object","properties":{"operating_system":{"type":"string","enum":["windows","linux","mac"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"sha256":{"type":"string","x-auditable":true},"thumbprint":{"type":"string","x-auditable":true}},"required":["path","operating_system"],"title":"Carbonblack"},"teams-devices_access_serial_number_list_input_request":{"type":"object","properties":{"id":{"type":"string","maxLength":36,"x-auditable":true}},"required":["id"],"title":"Serial Number"},"teams-devices_disk_encryption_input_request":{"type":"object","properties":{"checkDisks":{"$ref":"#/components/schemas/teams-devices_checkDisks"},"requireAll":{"$ref":"#/components/schemas/teams-devices_requireAll"}},"title":"Disk Encryption"},"teams-devices_application_input_request":{"type":"object","properties":{"operating_system":{"type":"string","enum":["windows","linux","mac"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"sha256":{"type":"string","x-auditable":true},"thumbprint":{"type":"string","x-auditable":true}},"required":["path","operating_system"],"title":"Application"},"teams-devices_client_certificate_input_request":{"type":"object","properties":{"certificate_id":{"type":"string","maxLength":36},"cn":{"type":"string"}},"required":["certificate_id","cn"],"title":"Client Certificate"},"teams-devices_client_certificate_v2_input_request":{"type":"object","properties":{"certificate_id":{"type":"string","maxLength":36},"check_private_key":{"type":"boolean"},"cn":{"type":"string"},"extended_key_usage":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_extended_key_usage_enum"}},"locations":{"type":"object","properties":{"paths":{"$ref":"#/components/schemas/teams-devices_paths"},"trust_stores":{"$ref":"#/components/schemas/teams-devices_trust_stores"}}},"operating_system":{"type":"string","enum":["windows","mac","linux"]},"subject_alternative_names":{"type":"array","items":{"type":"string"}}},"required":["certificate_id","check_private_key","operating_system"],"title":"Client Certificate V2"},"teams-devices_antivirus_input_request":{"type":"object","properties":{"update_window_days":{"type":"number"}},"title":"Antivirus"},"teams-devices_workspace_one_input_request":{"type":"object","properties":{"compliance_status":{"type":"string","enum":["compliant","noncompliant","unknown"],"x-auditable":true},"connection_id":{"type":"string","x-auditable":true}},"required":["connection_id","compliance_status"],"title":"Workspace One S2S Input"},"teams-devices_crowdstrike_input_request":{"type":"object","properties":{"connection_id":{"type":"string","x-auditable":true},"last_seen":{"type":"string","x-auditable":true},"operator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"os":{"type":"string","x-auditable":true},"overall":{"type":"string","x-auditable":true},"sensor_config":{"type":"string","x-auditable":true},"state":{"type":"string","enum":["online","offline","unknown"],"x-auditable":true},"version":{"type":"string","x-auditable":true},"versionOperator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true}},"required":["connection_id"],"title":"Crowdstrike S2S Input"},"teams-devices_intune_input_request":{"type":"object","properties":{"compliance_status":{"type":"string","enum":["compliant","noncompliant","unknown","notapplicable","ingraceperiod","error"],"x-auditable":true},"connection_id":{"type":"string","x-auditable":true}},"required":["connection_id","compliance_status"],"title":"Intune S2S Input"},"teams-devices_kolide_input_request":{"type":"object","properties":{"auth_state":{"type":"array","items":{"enum":["Good","Notified","Will Block","Blocked"],"type":"string"},"minItems":1,"uniqueItems":true,"x-auditable":true},"connection_id":{"type":"string","x-auditable":true},"countOperator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"issue_count":{"type":"string","x-auditable":true}},"required":["connection_id"],"title":"Kolide S2S Input"},"teams-devices_tanium_input_request":{"type":"object","properties":{"connection_id":{"type":"string","x-auditable":true},"eid_last_seen":{"type":"string","x-auditable":true},"operator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"risk_level":{"type":"string","enum":["low","medium","high","critical"],"x-auditable":true},"scoreOperator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"total_score":{"type":"number","x-auditable":true}},"required":["connection_id"],"title":"Tanium S2S Input"},"teams-devices_sentinelone_s2s_input_request":{"type":"object","properties":{"active_threats":{"type":"number"},"connection_id":{"type":"string"},"infected":{"type":"boolean"},"is_active":{"type":"boolean"},"network_status":{"type":"string","enum":["connected","disconnected","disconnecting","connecting"]},"operational_state":{"type":"string","enum":["na","partially_disabled","auto_fully_disabled","fully_disabled","auto_partially_disabled","disabled_error","db_corruption"]},"operator":{"type":"string","enum":["<","<=",">",">=","=="]}},"required":["connection_id"],"title":"SentinelOne S2S Input"},"teams-devices_custom_s2s_input_request":{"type":"object","properties":{"connection_id":{"type":"string"},"operator":{"type":"string","enum":["<","<=",">",">=","=="]},"score":{"type":"number"}},"required":["connection_id","score","operator"],"title":"Custom Device Posture Integration Input"},"teams-devices_ip_profile_created_at":{"type":"string"},"teams-devices_ip_profile_enabled":{"type":"boolean","x-auditable":true},"teams-devices_ip_profile_id":{"type":"string","x-auditable":true},"teams-devices_ip_profile_match":{"type":"string","maxLength":10000,"x-auditable":true},"teams-devices_ip_profile_name":{"type":"string","x-auditable":true},"teams-devices_ip_profile_precedence":{"type":"integer","x-auditable":true},"teams-devices_ip_profile_subnet_id":{"type":"string","x-auditable":true},"teams-devices_ip_profile_updated_at":{"type":"string"},"teams-devices_match_item":{"type":"object","properties":{"platform":{"$ref":"#/components/schemas/teams-devices_platform"}}},"teams-devices_disable_for_time":{"type":"object","properties":{"1":{"type":"string"},"3":{"type":"string"},"6":{"type":"string"},"12":{"type":"string"},"24":{"type":"string"}}},"teams-devices_registration_details":{"type":"object","properties":{"policy":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_policy_summary"}],"nullable":true}}},"teams-devices_registration_device_details":{"type":"object","properties":{"client_version":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["id","name"]},"teams-devices_policy_summary":{"type":"object","properties":{"default":{"type":"boolean"},"deleted":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","name","updated_at","default","deleted"]},"teams-devices_device-posture-rules":{"type":"object","properties":{"enabled":{"type":"boolean","readOnly":true},"expiration":{"$ref":"#/components/schemas/teams-devices_expiration"},"id":{"$ref":"#/components/schemas/teams-devices_uuid"},"input":{"$ref":"#/components/schemas/teams-devices_input"},"match":{"$ref":"#/components/schemas/teams-devices_match"},"name":{"$ref":"#/components/schemas/teams-devices_name"},"schedule":{"$ref":"#/components/schemas/teams-devices_schedule"},"type":{"$ref":"#/components/schemas/teams-devices_type"}}},"teams-devices_tls_config_request":{"type":"object","properties":{"sha256":{"type":"string"},"tls_sockaddr":{"type":"string"}},"required":["tls_sockaddr"]},"teams-devices_tls_config_response":{"type":"object","properties":{"sha256":{"type":"string"},"tls_sockaddr":{"type":"string","x-auditable":true}},"required":["tls_sockaddr"]},"teams-devices_device-posture-integrations":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_config_response"},"id":{"$ref":"#/components/schemas/teams-devices_uuid"},"interval":{"$ref":"#/components/schemas/teams-devices_interval"},"name":{"$ref":"#/components/schemas/teams-devices_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_schemas-type"}}},"teams-devices_exclude_split_tunnel_with_address":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/teams-devices_split_tunnel_address"}},"required":["address"]},"teams-devices_exclude_split_tunnel_with_host":{"type":"object","properties":{"host":{"$ref":"#/components/schemas/teams-devices_split_tunnel_host"}},"required":["host"]},"teams-devices_include_split_tunnel_with_address":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/teams-devices_include_split_tunnel_address"}},"required":["address"]},"teams-devices_include_split_tunnel_with_host":{"type":"object","properties":{"host":{"$ref":"#/components/schemas/teams-devices_include_split_tunnel_host"}},"required":["host"]},"teams-devices_trust_stores_enum":{"type":"string","enum":["system","user"],"x-auditable":true},"teams-devices_email":{"type":"string","maxLength":90,"x-auditable":true},"teams-devices_components-schemas-uuid":{"type":"string","maxLength":36,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common"}]},"tls-certificates-and-hostnames_certificate_pack":{"type":"object","properties":{"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-2"},"certificates":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_certificate"}},"cloudflare_branding":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cloudflare_branding"},"dcv_delegation_records":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_record"},"readOnly":true},"hosts":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hosts-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"primary_certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_primary"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-5"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_type-2"},"validation_errors":{"type":"array","items":{"properties":{"message":{"type":"string","x-auditable":true}},"type":"object"}},"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method"},"validation_records":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_record"}},"validity_days":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_days"}},"required":["id","type","hosts","certificates","status"]},"tls-certificates-and-hostnames_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"},"messages":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"tls-certificates-and-hostnames_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"tls-certificates-and-hostnames_service":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_status-10":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"tls-certificates-and-hostnames_associationObject":{"type":"object","properties":{"service":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_service"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-10"}}},"tls-certificates-and-hostnames_enabled":{"type":"boolean","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_identifier-2":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_name":{"type":"string","maxLength":180,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_status-2":{"type":"string","enum":["active","deleted"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_expires_on-4":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_issuer":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_signature":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_status-8":{"type":"string","enum":["initializing","pending_deployment","pending_deletion","active","deleted","deployment_timed_out","deletion_timed_out"],"x-auditable":true},"tls-certificates-and-hostnames_uploaded_on-2":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_expires_on-5":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_serial_number":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_status-9":{"type":"string","enum":["initializing","pending_deployment","pending_deletion","active","deleted","deployment_timed_out","deletion_timed_out"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_uploaded_on-3":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_expires_on-2":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_issuer-2":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_serial_number-2":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_type-3":{"type":"string","enum":["custom","gateway_managed","access_managed"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_uploaded_on-4":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_updated_at-4":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_certificate_pack_certificate":{"type":"object","properties":{"bundle_method":{"type":"string","x-auditable":true},"expires_on":{"type":"string","format":"date-time","x-auditable":true},"geo_restrictions":{"type":"object","properties":{"label":{"type":"string","enum":["us","eu","highest_security"],"x-auditable":true}}},"hosts":{"type":"array","items":{"type":"string"},"x-auditable":true},"id":{"type":"string","x-auditable":true},"issuer":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"priority":{"type":"number","x-auditable":true},"signature":{"type":"string","x-auditable":true},"status":{"type":"string","x-auditable":true},"uploaded_on":{"type":"string","format":"date-time","x-auditable":true},"zone_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},"required":["id","hosts","status"]},"tls-certificates-and-hostnames_validation_record":{"type":"object","properties":{"cname":{"type":"string","readOnly":true,"x-auditable":true},"cname_target":{"type":"string","readOnly":true,"x-auditable":true},"emails":{"type":"array","items":{"type":"string","x-auditable":true}},"http_body":{"type":"string"},"http_url":{"type":"string"},"status":{"type":"string","readOnly":true},"txt_name":{"type":"string","x-auditable":true},"txt_value":{"type":"string"}}},"tls-certificates-and-hostnames_primary":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_status-5":{"type":"string","enum":["initializing","pending_validation","deleted","pending_issuance","pending_deployment","pending_deletion","pending_expiration","expired","active","initializing_timed_out","validation_timed_out","issuance_timed_out","deployment_timed_out","deletion_timed_out","pending_cleanup","staging_deployment","staging_active","deactivating","inactive","backup_issued","holding_deployment"],"x-auditable":true},"tls-certificates-and-hostnames_type-2":{"type":"string","enum":["mh_custom","managed_hostname","sni_custom","universal","advanced","total_tls","keyless","legacy_custom"],"x-auditable":true},"tls-certificates-and-hostnames_quota":{"type":"object","properties":{"allocated":{"type":"integer","x-auditable":true},"used":{"type":"integer","x-auditable":true}}},"tls-certificates-and-hostnames_custom-certificate":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"custom_csr_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_id"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on"},"geo_restrictions":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_geo_restrictions"},"hosts":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hosts"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"keyless_server":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless-certificate"},"modified_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_modified_on"},"policy_restrictions":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_policy_restrictions"},"priority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_priority"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on"},"zone_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},"required":["id","zone_id"]},"tls-certificates-and-hostnames_certificates":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-4"},"csr":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_csr"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-3"},"hostnames":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostnames"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"request_type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_request_type"},"requested_validity":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_requested_validity"}},"required":["hostnames","csr","requested_validity","request_type"]},"tls-certificates-and-hostnames_zone-authenticated-origin-pull":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-5"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-4"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-2"}},"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject"}]},"tls-certificates-and-hostnames_certificateObject-2":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-6"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-5"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-9"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-3"}}},"tls-certificates-and-hostnames_certificateObject-3":{"type":"object","properties":{"ca":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ca"},"certificates":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificates-2"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer-2"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name-2"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number-2"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_type-3"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-4"}}},"tls-certificates-and-hostnames_certificateObjectPost":{"type":"object","properties":{"ca":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ca"},"certificates":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificates-2"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer-2"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name-2"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number-2"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_type-3"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-4"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-4"}}},"tls-certificates-and-hostnames_revoked_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_certificate-4":{"type":"string","readOnly":true},"tls-certificates-and-hostnames_csr":{"type":"string"},"tls-certificates-and-hostnames_expires_on-3":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_hostnames":{"type":"array","items":{"minLength":1,"type":"string","x-auditable":true},"maxItems":100,"minItems":1},"tls-certificates-and-hostnames_request_type":{"type":"string","enum":["origin-rsa","origin-ecc","keyless-certificate"],"x-auditable":true},"tls-certificates-and-hostnames_requested_validity":{"type":"number","default":5475,"enum":[7,30,90,365,730,1095,5475],"x-auditable":true},"tls-certificates-and-hostnames_certificate-7":{"type":"string","readOnly":true},"tls-certificates-and-hostnames_certificate_authority-4":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true}}},"tls-certificates-and-hostnames_common_name":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_country":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_expired_on":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_fingerprint_sha256":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_issued_on":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_location":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_organization":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_organizational_unit":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_serial_number-3":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_signature-3":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_ski":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_state":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_status-11":{"type":"string","enum":["active","pending_reactivation","pending_revocation","revoked"],"x-auditable":true},"tls-certificates-and-hostnames_client_certificate":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-7"},"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-4"},"common_name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_common_name"},"country":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_country"},"csr":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_csr-2"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expired_on"},"fingerprint_sha256":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fingerprint_sha256"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issued_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issued_on"},"location":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_location"},"organization":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_organization"},"organizational_unit":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_organizational_unit"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number-3"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature-3"},"ski":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ski"},"state":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_state"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-11"},"validity_days":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_days-2"}}},"tls-certificates-and-hostnames_hostname_certid_input":{"type":"object","properties":{"cert_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cert_id"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-5"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"}}},"tls-certificates-and-hostnames_ct_alerting_emails":{"type":"array","items":{"format":"email","type":"string"},"maxItems":10},"tls-certificates-and-hostnames_ct_alerting_enabled":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_ct_alerting_subscription":{"type":"object","properties":{"emails":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_emails"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_enabled"}},"required":["enabled"]},"tls-certificates-and-hostnames_expires_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_hosts":{"type":"array","items":{"maxLength":253,"readOnly":true,"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_keyless-certificate":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_base"}]},"tls-certificates-and-hostnames_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_policy_restrictions":{"type":"string","readOnly":true},"tls-certificates-and-hostnames_status":{"type":"string","enum":["active","expired","deleted","pending","initializing"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_uploaded_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_hostname":{"type":"string","maxLength":255,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_ssl":{"type":"object","oneOf":[{"properties":{"bundle_method":{"type":"string","default":"ubiquitous","enum":["ubiquitous","optimal","force"],"x-auditable":true},"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority"},"custom_certificate":{"type":"string"},"custom_csr_id":{"type":"string","x-auditable":true},"custom_key":{"type":"string","x-sensitive":true},"dcv_delegation_records":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_record"},"readOnly":true},"expires_on":{"type":"string","format":"date-time","x-auditable":true},"hosts":{"type":"array","items":{"type":"string","x-auditable":true}},"id":{"type":"string","maxLength":36,"minLength":36,"x-auditable":true},"issuer":{"type":"string","x-auditable":true},"method":{"type":"string","enum":["http","txt","email"],"readOnly":true,"x-auditable":true},"serial_number":{"type":"string","x-auditable":true},"settings":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_sslsettings"},"signature":{"type":"string","x-auditable":true},"status":{"type":"string","enum":["initializing","pending_validation","deleted","pending_issuance","pending_deployment","pending_deletion","pending_expiration","expired","active","initializing_timed_out","validation_timed_out","issuance_timed_out","deployment_timed_out","deletion_timed_out","pending_cleanup","staging_deployment","staging_active","deactivating","inactive","backup_issued","holding_deployment"],"readOnly":true,"x-auditable":true},"type":{"type":"string","enum":["dv"],"x-auditable":true},"uploaded_on":{"type":"string","format":"date-time","x-auditable":true},"validation_errors":{"type":"array","items":{"properties":{"message":{"type":"string","x-auditable":true}},"type":"object"}},"validation_records":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_record"}},"wildcard":{"type":"boolean","x-auditable":true}},"type":"object"}]},"tls-certificates-and-hostnames_customhostname":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at"},"custom_metadata":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_metadata"},"custom_origin_server":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_server"},"custom_origin_sni":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_sni"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"ownership_verification":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ownership_verification"},"ownership_verification_http":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ownership_verification_http"},"ssl":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-3"},"verification_errors":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification_errors"}}},"tls-certificates-and-hostnames_status-7":{"type":"string","enum":["initializing","pending_deployment","active","pending_deletion","deleted","expired"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_updated_at-2":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_custom_csr":{"type":"object","properties":{"common_name":{"type":"string","maxLength":64,"x-auditable":true},"country":{"type":"string","x-auditable":true},"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"csr":{"type":"string","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"},"key_type":{"type":"string","enum":["rsa2048","p256v1"],"x-auditable":true},"locality":{"type":"string","x-auditable":true},"organization":{"type":"string","x-auditable":true},"organizational_unit":{"type":"string","x-auditable":true},"sans":{"type":"array","items":{"type":"string"},"x-auditable":true},"state":{"type":"string","x-auditable":true}},"required":["id","key_type","created_at"]},"tls-certificates-and-hostnames_custom_csr-2":{"type":"object","properties":{"account_tag":{"type":"string","readOnly":true,"x-auditable":true},"common_name":{"type":"string","maxLength":64,"x-auditable":true},"country":{"type":"string","x-auditable":true},"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"csr":{"type":"string","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"},"key_type":{"type":"string","enum":["rsa2048","p256v1"],"x-auditable":true},"locality":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"organization":{"type":"string","x-auditable":true},"organizational_unit":{"type":"string","x-auditable":true},"sans":{"type":"array","items":{"type":"string"},"x-auditable":true},"state":{"type":"string","x-auditable":true}},"required":["id","key_type","created_at"]},"tls-certificates-and-hostnames_custom_hostname_response_messages":{"type":"array","items":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_custom_hostname_api_response_common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"},"messages":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"tls-certificates-and-hostnames_custom_hostname_quota":{"type":"object","properties":{"allocated":{"type":"integer","format":"int64","x-auditable":true},"exceeded":{"type":"boolean","x-auditable":true},"hard_cap":{"type":"integer","format":"int64","x-auditable":true},"used":{"type":"integer","format":"int64","x-auditable":true}},"required":["allocated","used","exceeded","hard_cap"]},"tls-certificates-and-hostnames_custom-hostname":{"type":"object","properties":{"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"ssl":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl"}},"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_customhostname"}],"required":["id","hostname"]},"tls-certificates-and-hostnames_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}},"tls-certificates-and-hostnames_custom-trust-store":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-3"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-7"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-2"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on"}},"required":["id","status","issuer","signature","certificate","expires_on","uploaded_on","updated_at"]},"tls-certificates-and-hostnames_created_at":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_ownership_verification":{"type":"object","oneOf":[{"properties":{"name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["txt"],"x-auditable":true},"value":{"type":"string"}},"type":"object"}]},"tls-certificates-and-hostnames_ownership_verification_http":{"type":"object","oneOf":[{"properties":{"http_body":{"type":"string"},"http_url":{"type":"string"}},"type":"object"}]},"tls-certificates-and-hostnames_status-3":{"type":"string","enum":["active","pending","active_redeploying","moved","pending_deletion","deleted","pending_blocked","pending_migration","pending_provisioned","test_pending","test_active","test_active_apex","test_blocked","test_failed","provisioned","blocked"],"x-auditable":true},"tls-certificates-and-hostnames_verification_errors":{"type":"array","items":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_uuidObject":{"type":"object","properties":{"uuid":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uuid"}}},"tls-certificates-and-hostnames_fallbackorigin":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-2"},"errors":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_errors"},"origin":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_origin"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-4"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at"}}},"tls-certificates-and-hostnames_created_at-2":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_errors":{"type":"array","items":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_status-4":{"type":"string","enum":["initializing","pending_deployment","pending_deletion","active","deployment_timed_out","deletion_timed_out"],"x-auditable":true},"tls-certificates-and-hostnames_updated_at":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_enabled-5":{"type":"boolean","nullable":true,"x-auditable":true},"tls-certificates-and-hostnames_hostname_certid_object":{"type":"object","properties":{"cert_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"cert_status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-9"},"cert_updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-3"},"cert_uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-3"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-6"},"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-3"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-5"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-5"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-9"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-3"}}},"tls-certificates-and-hostnames_hostname-authenticated-origin-pull":{"type":"object","properties":{"cert_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-6"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-5"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-3"}},"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_certid_object"}]},"tls-certificates-and-hostnames_cert_id":{"type":"string","maxLength":36,"x-auditable":true},"tls-certificates-and-hostnames_created_at-3":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_updated_at-3":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_hostname_assoc_object":{"type":"object","properties":{"cert_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cert_id"},"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-3"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-5"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-9"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-3"}}},"tls-certificates-and-hostnames_hostnames-2":{"type":"array","items":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_base":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled"},"host":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_host"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier-2"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name"},"permissions":{"type":"array","items":{"type":"string","x-auditable":true},"readOnly":true},"port":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_port"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-2"},"tunnel":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_tunnel"}},"required":["id","name","host","port","status","enabled","permissions","created_on","modified_on"]},"tls-certificates-and-hostnames_keyless_private_ip":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_keyless_vnet_id":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_settingObject":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-4"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-12"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-5"},"value":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_value"}}},"tls-certificates-and-hostnames_created_at-4":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_status-12":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_updated_at-5":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_settingObjectDelete":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-4"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-12"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-5"},"value":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_value"}}},"tls-certificates-and-hostnames_certificate_authority":{"type":"string","enum":["digicert","google","lets_encrypt","ssl_com"],"x-auditable":true},"tls-certificates-and-hostnames_sslsettings":{"type":"object","properties":{"ciphers":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"early_hints":{"type":"string","enum":["on","off"],"x-auditable":true},"http2":{"type":"string","enum":["on","off"],"x-auditable":true},"min_tls_version":{"type":"string","enum":["1.0","1.1","1.2","1.3"],"x-auditable":true},"tls_1_3":{"type":"string","enum":["on","off"],"x-auditable":true}}},"tls-certificates-and-hostnames_status-6":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_validation_method_definition":{"type":"string","enum":["http","cname","txt","email"],"x-auditable":true},"tls-certificates-and-hostnames_verification":{"type":"object","properties":{"brand_check":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_brand_check"},"cert_pack_uuid":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cert_pack_uuid"},"certificate_status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_status"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature-2"},"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method-2"},"verification_info":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification_info"},"verification_status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification_status"},"verification_type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification_type"}},"required":["certificate_status"]},"tls-certificates-and-hostnames_custom_cert_bundle":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_cert_and_key"},"maxItems":2,"minItems":1},"tls-certificates-and-hostnames_validity_period":{"type":"integer","enum":[90],"x-auditable":true},"tls-certificates-and-hostnames_enabled-2":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_uuid":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_brand_check":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_certificate_status":{"type":"string","enum":["initializing","authorizing","active","expired","issuing","timing_out","pending_deployment"],"x-auditable":true},"tls-certificates-and-hostnames_signature-2":{"type":"string","enum":["ECDSAWithSHA256","SHA1WithRSA","SHA256WithRSA"],"x-auditable":true},"tls-certificates-and-hostnames_validation_method-2":{"type":"string","enum":["http","cname","txt"],"x-auditable":true},"tls-certificates-and-hostnames_verification_info":{"type":"object","properties":{"record_name":{"type":"string","format":"hostname","enum":["record_name","http_url","cname","txt_name"],"x-auditable":true},"record_target":{"type":"string","format":"hostname","enum":["record_value","http_body","cname_target","txt_value"],"x-auditable":true}}},"tls-certificates-and-hostnames_verification_status":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_verification_type":{"type":"string","enum":["cname","meta tag"],"x-auditable":true},"tls-certificates-and-hostnames_certificateObject":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-5"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-4"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-8"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-2"}}},"tunnel_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/tunnel_messages"},"messages":{"$ref":"#/components/schemas/tunnel_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"tunnel_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"tunnel_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"tunnel_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"tunnel_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/tunnel_messages-2"},"messages":{"$ref":"#/components/schemas/tunnel_messages-2"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"tunnel_connection":{"properties":{"colo_name":{"$ref":"#/components/schemas/tunnel_colo_name"},"uuid":{"$ref":"#/components/schemas/tunnel_connection_id"}}},"tunnel_created_at":{"type":"string","format":"date-time","readOnly":true},"tunnel_deleted_at":{"type":"string","format":"date-time","readOnly":true},"tunnel_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/tunnel_result_info"}}}]},"tunnel_cfd_tunnel":{"type":"object","properties":{"account_tag":{"$ref":"#/components/schemas/tunnel_account_id"},"config_src":{"$ref":"#/components/schemas/tunnel_config_src"},"connections":{"$ref":"#/components/schemas/tunnel_connections_deprecated"},"conns_active_at":{"$ref":"#/components/schemas/tunnel_conns_active_at"},"conns_inactive_at":{"$ref":"#/components/schemas/tunnel_conns_inactive_at"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"metadata":{"$ref":"#/components/schemas/tunnel_metadata"},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"remote_config":{"$ref":"#/components/schemas/tunnel_remote_config"},"status":{"$ref":"#/components/schemas/tunnel_status"},"tun_type":{"$ref":"#/components/schemas/tunnel_tunnel_type"}}},"tunnel_connections_deprecated":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_schemas-connection"},"deprecated":true,"x-stainless-deprecation-message":"This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint `/accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections`"},"tunnel_conns_active_at":{"type":"string","format":"date-time"},"tunnel_conns_inactive_at":{"type":"string","format":"date-time"},"tunnel_metadata":{"type":"object"},"tunnel_remote_config":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use the config_src field instead.","x-stainless-ignore":true},"tunnel_ingressRule":{"type":"object","properties":{"hostname":{"type":"string"},"originRequest":{"$ref":"#/components/schemas/tunnel_originRequest"},"path":{"type":"string"},"service":{"type":"string"}},"required":["hostname","service"]},"tunnel_originRequest":{"type":"object","properties":{"access":{"type":"object","properties":{"audTag":{"type":"array","items":{"type":"string"}},"required":{"type":"boolean"},"teamName":{"type":"string"}},"required":["audTag","teamName"]},"caPool":{"type":"string"},"connectTimeout":{"type":"integer"},"disableChunkedEncoding":{"type":"boolean"},"http2Origin":{"type":"boolean"},"httpHostHeader":{"type":"string"},"keepAliveConnections":{"type":"integer"},"keepAliveTimeout":{"type":"integer"},"matchSNItoHost":{"type":"boolean","x-stainless-naming":{"python":{"name":"match_sni_to_host"}}},"noHappyEyeballs":{"type":"boolean"},"noTLSVerify":{"type":"boolean"},"originServerName":{"type":"string"},"proxyType":{"type":"string"},"tcpKeepAlive":{"type":"integer"},"tlsTimeout":{"type":"integer"}}},"tunnel_timestamp":{"type":"string","format":"date-time","x-auditable":true},"tunnel_config_src-2":{"type":"string","enum":["local","cloudflare"],"x-stainless-terraform-configurability":"computed_optional"},"tunnel_config_version-2":{"type":"integer"},"tunnel_api-response-single-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common-2"}]},"tunnel_configuration":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/tunnel_identifier"},"config":{"$ref":"#/components/schemas/tunnel_config"},"created_at":{"$ref":"#/components/schemas/tunnel_timestamp"},"source":{"$ref":"#/components/schemas/tunnel_config_src-2"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"},"version":{"$ref":"#/components/schemas/tunnel_config_version-2"}}},"tunnel_colo_name":{"type":"string"},"tunnel_connection_id":{"type":"string","format":"uuid","maxLength":36,"readOnly":true,"x-auditable":true},"tunnel_schemas-connection":{"properties":{"client_id":{"$ref":"#/components/schemas/tunnel_client_id"},"client_version":{"$ref":"#/components/schemas/tunnel_version"},"colo_name":{"$ref":"#/components/schemas/tunnel_colo_name"},"id":{"$ref":"#/components/schemas/tunnel_connection_id"},"opened_at":{"type":"string","format":"date-time"},"origin_ip":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip"}]},"uuid":{"$ref":"#/components/schemas/tunnel_connection_id"}}},"tunnel_tunnel_name-2":{"type":"string"},"tunnel_hostname_route":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_hostname_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"hostname":{"$ref":"#/components/schemas/tunnel_hostname"},"id":{"$ref":"#/components/schemas/tunnel_hostname_route_id"},"tun_type":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_type"},{"enum":["cfd_tunnel","warp_connector"],"type":"string"}]},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-3"},"tunnel_name":{"$ref":"#/components/schemas/tunnel_tunnel_name-2"}}},"tunnel_argo-tunnel":{"type":"object","properties":{"connections":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_connection"}},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"}},"required":["id","name","created_at","connections"]},"tunnel_mesh_aws_config":{"type":"object","properties":{"fnr_id":{"type":"string"}},"required":["fnr_id"]},"tunnel_mesh_local_config":{"type":"object","properties":{"vips":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_mesh_vip_entry"},"maxItems":8,"minItems":1},"vips_previous":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_mesh_vip_entry"},"maxItems":8}},"required":["vips"]},"tunnel_mesh_ha_mode":{"type":"string","enum":["none","disabled","aws","local"],"x-auditable":true},"tunnel_updated_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"tunnel_mesh_configuration_response":{"type":"object","properties":{"config":{"type":"object","nullable":true,"oneOf":[{"$ref":"#/components/schemas/tunnel_mesh_aws_config"},{"$ref":"#/components/schemas/tunnel_mesh_local_config"}]},"configuration_version":{"type":"integer"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"ha_mode":{"$ref":"#/components/schemas/tunnel_mesh_ha_mode"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"},"updated_at":{"$ref":"#/components/schemas/tunnel_updated_at"}},"required":["tunnel_id","configuration_version","ha_mode","created_at"]},"tunnel_mesh_vip_entry":{"type":"object","properties":{"address":{"type":"string"}},"required":["address"]},"tunnel_route":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_route_id"},"network":{"$ref":"#/components/schemas/tunnel_ip_network"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}}},"tunnel_version":{"type":"string"},"tunnel_subnet_capacity":{"type":"object","properties":{"total":{"type":"integer"},"used":{"type":"integer"}}},"tunnel_subnet_type":{"type":"string","enum":["cloudflare_source","initial_resolved_ip","warp"],"x-auditable":true},"tunnel_subnet":{"type":"object","properties":{"capacity":{"$ref":"#/components/schemas/tunnel_subnet_capacity"},"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_subnet_id"},"is_default_network":{"$ref":"#/components/schemas/tunnel_subnet_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"},"subnet_type":{"$ref":"#/components/schemas/tunnel_subnet_type"}}},"tunnel_teamnet":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_route_id"},"network":{"$ref":"#/components/schemas/tunnel_ip_network"},"tun_type":{"$ref":"#/components/schemas/tunnel_tunnel_type"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"tunnel_name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id_computed_optional"},"virtual_network_name":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}}},"tunnel_warp_connector_tunnel":{"type":"object","properties":{"account_tag":{"$ref":"#/components/schemas/tunnel_account_id"},"connections":{"$ref":"#/components/schemas/tunnel_connections_deprecated"},"conns_active_at":{"$ref":"#/components/schemas/tunnel_conns_active_at"},"conns_inactive_at":{"$ref":"#/components/schemas/tunnel_conns_inactive_at"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"metadata":{"$ref":"#/components/schemas/tunnel_metadata"},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"status":{"$ref":"#/components/schemas/tunnel_status"},"tun_type":{"$ref":"#/components/schemas/tunnel_tunnel_type"}}},"tunnel_arch":{"type":"string"},"tunnel_config_version":{"type":"integer"},"tunnel_connections":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_schemas-connection"}},"tunnel_features":{"type":"array","items":{"type":"string"}},"tunnel_run_at":{"type":"string","format":"date-time"},"tunnel_tunnel_client":{"type":"object","properties":{"arch":{"$ref":"#/components/schemas/tunnel_arch"},"config_version":{"$ref":"#/components/schemas/tunnel_config_version"},"conns":{"$ref":"#/components/schemas/tunnel_connections"},"features":{"$ref":"#/components/schemas/tunnel_features"},"id":{"$ref":"#/components/schemas/tunnel_connection_id"},"run_at":{"$ref":"#/components/schemas/tunnel_run_at"},"version":{"$ref":"#/components/schemas/tunnel_version"}}},"tunnel_tunnel_link":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"linked_tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}},"tunnel_tunnel_token":{"type":"string","readOnly":true,"x-sensitive":true},"tunnel_warp_connector_connections":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_schemas-warp-connector-connection"}},"tunnel_ha_status":{"type":"string","enum":["offline","passive","active"],"x-auditable":true},"tunnel_tunnel_warp_connector_client":{"type":"object","properties":{"arch":{"$ref":"#/components/schemas/tunnel_arch"},"conns":{"$ref":"#/components/schemas/tunnel_warp_connector_connections"},"features":{"$ref":"#/components/schemas/tunnel_features"},"ha_status":{"$ref":"#/components/schemas/tunnel_ha_status"},"id":{"$ref":"#/components/schemas/tunnel_client_id"},"run_at":{"$ref":"#/components/schemas/tunnel_run_at"},"version":{"$ref":"#/components/schemas/tunnel_version"}}},"tunnel_is_default_network":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_virtual-network":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_virtual_network_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_virtual_network_id"},"is_default_network":{"$ref":"#/components/schemas/tunnel_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}},"required":["id","name","is_default_network","comment","created_at"]},"tunnel_schemas-warp-connector-connection":{"properties":{"client_id":{"$ref":"#/components/schemas/tunnel_client_id"},"client_version":{"$ref":"#/components/schemas/tunnel_version"},"colo_name":{"$ref":"#/components/schemas/tunnel_colo_name"},"id":{"$ref":"#/components/schemas/tunnel_connection_id"},"opened_at":{"type":"string","format":"date-time"},"origin_ip":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip"}]}}},"turnstile_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"turnstile_created_on":{"type":"string","format":"date-time","readOnly":true},"turnstile_deployed_via":{"type":"string","enum":["wrangler","dashboard","spin","api","unknown"],"readOnly":true,"x-auditable":true},"turnstile_last_modified_via":{"type":"string","enum":["wrangler","dashboard","spin","api","unknown"],"readOnly":true,"x-auditable":true},"turnstile_modified_on":{"type":"string","format":"date-time","readOnly":true},"turnstile_secret":{"type":"string","x-sensitive":true},"usage-analytics_api_error":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"usage-analytics_api_message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"usage-analytics_billing_usage_data_point":{"type":"object","properties":{"argoAcceleratedBytes":{"type":"integer","format":"int64"},"imageResizingRequests":{"type":"integer","format":"int64"},"loadBalancingQueries":{"type":"integer","format":"int64"},"mediaUniqueTransformations":{"type":"integer","format":"int64"},"rateLimitingRequestsAllowed":{"type":"integer","format":"int64"},"spectrumBytesTransferred":{"type":"integer","format":"int64"},"streamMinutesViewed":{"type":"integer","format":"int64"},"ts":{"type":"integer","format":"int64"},"workersKVReads":{"type":"integer","format":"int64"},"workersRequests":{"type":"integer","format":"int64"}}},"usage-analytics_stream_usage_data_point":{"type":"object","properties":{"streamMinutesViewed":{"type":"integer","format":"int64"},"ts":{"type":"integer","format":"int64"}}},"vectorize_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"vectorize_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"vectorize_index-configuration":{"oneOf":[{"$ref":"#/components/schemas/vectorize_index-dimension-configuration"},{"$ref":"#/components/schemas/vectorize_index-preset-configuration"}]},"vectorize_index-dimension-configuration":{"type":"object","properties":{"dimensions":{"$ref":"#/components/schemas/vectorize_index-dimensions"},"metric":{"$ref":"#/components/schemas/vectorize_index-metric"}},"required":["dimensions","metric"]},"vectorize_mutation-uuid":{"maxLength":36,"x-auditable":true},"vectorize_index-preset-configuration":{"type":"object","properties":{"preset":{"$ref":"#/components/schemas/vectorize_index-preset"}},"required":["preset"]},"vectorize_vector-identifier":{"type":"string","maxLength":64,"readOnly":true},"vectorize_index-dimensions":{"type":"integer","maximum":1536,"minimum":1,"x-auditable":true},"vectorize_index-metric":{"type":"string","enum":["cosine","euclidean","dot-product"],"x-auditable":true},"vectorize_vector-list-item":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/vectorize_vector-identifier"}},"required":["id"]},"vectorize_index-preset":{"type":"string","enum":["@cf/baai/bge-small-en-v1.5","@cf/baai/bge-base-en-v1.5","@cf/baai/bge-large-en-v1.5","openai/text-embedding-ada-002","cohere/embed-multilingual-v2.0"],"x-auditable":true},"vuln_scanner_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/vuln_scanner_messages"},"messages":{"$ref":"#/components/schemas/vuln_scanner_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"vuln_scanner_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"vuln_scanner_bola-http-status-range":{"type":"object","properties":{"max":{"type":"integer","maximum":65535,"minimum":0},"min":{"type":"integer","maximum":65535,"minimum":0}},"required":["min","max"]},"vuln_scanner_bola-body-response-bytes":{"type":"object","properties":{"contents":{"type":"string"},"kind":{"type":"string","enum":["bytes"]},"truncated":{"type":"boolean"}},"required":["kind","contents","truncated"]},"vuln_scanner_bola-body-response-json":{"type":"object","properties":{"contents":{"type":"string"},"kind":{"type":"string","enum":["json"]},"truncated":{"type":"boolean"}},"required":["kind","contents","truncated"]},"vuln_scanner_bola-body-response-not-found":{"type":"object","properties":{"kind":{"type":"string","enum":["not_found"]}},"required":["kind"]},"vuln_scanner_bola-body-response-text":{"type":"object","properties":{"contents":{"type":"string"},"kind":{"type":"string","enum":["text"]},"truncated":{"type":"boolean"}},"required":["kind","contents","truncated"]},"vuln_scanner_bola-report-v1":{"type":"object","properties":{"summary":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-report-summary"}]},"tests":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test"}}},"required":["summary","tests"]},"vuln_scanner_bola-verdict":{"type":"string","enum":["ok","warning","inconclusive"]},"vuln_scanner_bola-report-summary":{"type":"object","properties":{"verdict":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-verdict"}]}},"required":["verdict"]},"vuln_scanner_bola-test":{"type":"object","properties":{"preflight_errors":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test-error"}},"steps":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test-step"}},"verdict":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-verdict"}]}},"required":["verdict","steps"]},"vuln_scanner_bola-test-error":{"type":"object","properties":{"error_code":{"type":"integer","format":"uint32","minimum":0,"nullable":true}},"required":["description"]},"vuln_scanner_bola-test-step":{"type":"object","properties":{"assertions":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test-assertion"}},"errors":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test-error"}},"request":{"type":"object","allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-test-request"}],"nullable":true},"response":{"type":"object","allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-test-response"}],"nullable":true}},"required":["assertions"]},"vuln_scanner_bola-assertion-kind":{"oneOf":[{"properties":{"parameters":{"$ref":"#/components/schemas/vuln_scanner_bola-http-status-range"},"type":{"type":"string","enum":["http_status_within_range"]}},"required":["type","parameters"],"type":"object"}]},"vuln_scanner_bola-outcome":{"type":"string","enum":["ok","fail","inconclusive"]},"vuln_scanner_bola-credential-role":{"type":"string","enum":["owner","attacker"]},"vuln_scanner_bola-test-credential-set":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"role":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-credential-role"}]}},"required":["id","role"]},"vuln_scanner_bola-method":{"type":"string","enum":["GET","DELETE","PATCH","POST","PUT"]},"vuln_scanner_bola-variable-capture":{"type":"object","properties":{"json_path":{"type":"string"},"name":{"type":"string"}},"required":["name","json_path"]},"vuln_scanner_bola-body-response":{"discriminator":{"mapping":{"bytes":"#/components/schemas/vuln_scanner_bola-body-response-bytes","json":"#/components/schemas/vuln_scanner_bola-body-response-json","not_found":"#/components/schemas/vuln_scanner_bola-body-response-not-found","text":"#/components/schemas/vuln_scanner_bola-body-response-text"},"propertyName":"kind"},"oneOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-body-response-not-found"},{"$ref":"#/components/schemas/vuln_scanner_bola-body-response-bytes"},{"$ref":"#/components/schemas/vuln_scanner_bola-body-response-text"},{"$ref":"#/components/schemas/vuln_scanner_bola-body-response-json"}]},"vuln_scanner_bola-test-assertion":{"type":"object","properties":{"kind":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-assertion-kind"}]},"observed":{"type":"integer","nullable":true},"outcome":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-outcome"}]}},"required":["description","kind","observed","outcome"]},"vuln_scanner_bola-test-request":{"type":"object","properties":{"body":{"type":"object","nullable":true},"credential_set":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-test-credential-set"}]},"header_names":{"type":"array","items":{"type":"string"}},"method":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-method"}]},"url":{"type":"string","format":"uri"},"variable_captures":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-variable-capture"}}},"required":["method","url","credential_set","header_names","variable_captures"]},"vuln_scanner_bola-test-response":{"type":"object","properties":{"body":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-body-response"}]},"header_names":{"type":"array","items":{"type":"string"}},"status":{"type":"integer","maximum":65535,"minimum":0},"status_text":{"type":"string","nullable":true}},"required":["status","header_names","body"]},"vuln_scanner_bola-credential-sets":{"type":"object","properties":{"attacker":{"type":"string","format":"uuid"},"owner":{"type":"string","format":"uuid"}},"required":["owner","attacker"]},"vuln_scanner_credential-location":{"type":"string","enum":["header","cookie"],"x-auditable":true},"vuln_scanner_create-bola-scan-request":{"type":"object","properties":{"credential_sets":{"$ref":"#/components/schemas/vuln_scanner_bola-credential-sets"},"open_api":{"type":"string"},"scan_type":{"type":"string","enum":["bola"]},"target_environment_id":{"type":"string","format":"uuid"}},"required":["target_environment_id","scan_type","open_api","credential_sets"]},"vuln_scanner_target-type":{"discriminator":{"mapping":{"zone":"#/components/schemas/vuln_scanner_zone-target"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/vuln_scanner_zone-target"}],"x-auditable":true},"vuln_scanner_bola-report":{"type":"object","properties":{"report":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-report-v1"}]},"report_schema_version":{"type":"string","enum":["v1"]}},"required":["report_schema_version","report"]},"vuln_scanner_zone-target":{"type":"object","properties":{"type":{"type":"string","enum":["zone"]},"zone_tag":{"type":"string","maxLength":32}},"required":["type","zone_tag"]},"waf-managed-rules_mode_allow_traditional":{"type":"string","enum":["on","off"],"x-auditable":true},"waf-managed-rules_mode_anomaly":{"type":"string","enum":["on","off"],"x-auditable":true},"waf-managed-rules_mode_deny_traditional":{"type":"string","enum":["default","disable","simulate","block","challenge"],"x-auditable":true},"waf-managed-rules_schemas-base":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_base"}]},"waf-managed-rules_allowed_modes_anomaly":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_mode_anomaly"},"readOnly":true},"waf-managed-rules_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/waf-managed-rules_messages"},"messages":{"$ref":"#/components/schemas/waf-managed-rules_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"waf-managed-rules_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"waf-managed-rules_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"waf-managed-rules_name":{"type":"string","readOnly":true,"x-auditable":true},"waf-managed-rules_rule_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-managed-rules_priority":{"type":"string","readOnly":true,"x-auditable":true},"waf-managed-rules_modified_rules_count":{"type":"number","default":0,"readOnly":true,"x-auditable":true},"waf-managed-rules_rules_count":{"type":"number","default":0,"readOnly":true,"x-auditable":true},"waf-managed-rules_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/waf-managed-rules_result_info"}},"type":"object"}]},"waf-managed-rules_schemas-group":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-managed-rules_group"},{"properties":{"allowed_modes":{"$ref":"#/components/schemas/waf-managed-rules_allowed_modes"},"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode"}},"type":"object"}],"required":["id","name","description","mode","rules_count"]},"waf-managed-rules_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-common"},{"properties":{"result":{"oneOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"waf-managed-rules_rule":{"oneOf":[{"$ref":"#/components/schemas/waf-managed-rules_anomaly_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_deny_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_allow_rule"}]},"waf-managed-rules_base":{"properties":{"group":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waf-managed-rules_components-schemas-identifier"},"name":{"$ref":"#/components/schemas/waf-managed-rules_name"}},"readOnly":true},"id":{"$ref":"#/components/schemas/waf-managed-rules_rule_components-schemas-identifier"},"package_id":{"$ref":"#/components/schemas/waf-managed-rules_identifier"},"priority":{"$ref":"#/components/schemas/waf-managed-rules_priority"}}},"waf-managed-rules_group":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waf-managed-rules_components-schemas-identifier"},"modified_rules_count":{"$ref":"#/components/schemas/waf-managed-rules_modified_rules_count"},"name":{"$ref":"#/components/schemas/waf-managed-rules_name"},"package_id":{"$ref":"#/components/schemas/waf-managed-rules_identifier"},"rules_count":{"$ref":"#/components/schemas/waf-managed-rules_rules_count"}}},"waf-managed-rules_allowed_modes":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_mode"},"readOnly":true},"waf-managed-rules_allowed_modes_allow_traditional":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_mode_allow_traditional"},"readOnly":true},"waf-managed-rules_allowed_modes_deny_traditional":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_mode_deny_traditional"},"readOnly":true},"waf-managed-rules_default_mode":{"enum":["disable","simulate","block","challenge"],"readOnly":true},"waf-product-api-bundle_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"waf-product-api-bundle_custom-topic":{"type":"object","properties":{"label":{"type":"string","maxLength":20,"minLength":2,"pattern":"^[a-z0-9-]+$"},"topic":{"type":"string","maxLength":50,"minLength":2}},"required":["label","topic"]},"waf-product-api-bundle_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"waf-product-api-bundle_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common"},{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true}},"type":"object"}]},"waf-product-api-bundle_api-response-collection-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true}},"type":"object"}]},"waf-product-api-bundle_custom-scan":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan-id"},"payload":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan-payload"}}},"waf-product-api-bundle_custom-topics":{"type":"object","properties":{"topics":{"type":"array","items":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-topic"},"maxItems":20}}},"waf-product-api-bundle_settings":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"waf-product-api-bundle_api-response-single-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-2"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"waf-product-api-bundle_status-2":{"type":"object","properties":{"modified":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"waitingroom_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/waitingroom_messages"},"messages":{"$ref":"#/components/schemas/waitingroom_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"waitingroom_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"waitingroom_api-response-common":{"type":"object","required":["success","errors","messages","result"]},"waitingroom_rule_action":{"type":"string","enum":["bypass_waiting_room"],"x-auditable":true},"waitingroom_rule_enabled":{"type":"boolean","default":true,"x-auditable":true},"waitingroom_rule_expression":{"type":"string","x-auditable":true},"waitingroom_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-common"},{"properties":{"result":{"type":"object","oneOf":[{"type":"object"},{"type":"string"}]}},"type":"object"}]},"waitingroom_event_details_result":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"custom_page_html":{"$ref":"#/components/schemas/waitingroom_event_details_custom_page_html"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_event_details_disable_session_renewal"},"event_end_time":{"$ref":"#/components/schemas/waitingroom_event_end_time"},"event_start_time":{"$ref":"#/components/schemas/waitingroom_event_start_time"},"id":{"$ref":"#/components/schemas/waitingroom_event_id"},"modified_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"name":{"$ref":"#/components/schemas/waitingroom_event_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_event_details_new_users_per_minute"},"prequeue_start_time":{"$ref":"#/components/schemas/waitingroom_event_prequeue_start_time"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_event_details_queueing_method"},"session_duration":{"$ref":"#/components/schemas/waitingroom_event_details_session_duration"},"shuffle_at_event_start":{"$ref":"#/components/schemas/waitingroom_event_shuffle_at_event_start"},"suspended":{"$ref":"#/components/schemas/waitingroom_event_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_event_details_total_active_users"}}},"waitingroom_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"waitingroom_event_details_custom_page_html":{"type":"string","x-auditable":true},"waitingroom_event_details_disable_session_renewal":{"type":"boolean","x-auditable":true},"waitingroom_event_end_time":{"type":"string","x-auditable":true},"waitingroom_event_start_time":{"type":"string","x-auditable":true},"waitingroom_event_name":{"type":"string","x-auditable":true},"waitingroom_event_details_new_users_per_minute":{"type":"integer","x-auditable":true},"waitingroom_event_prequeue_start_time":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_event_details_queueing_method":{"type":"string","x-auditable":true},"waitingroom_event_details_session_duration":{"type":"integer","x-auditable":true},"waitingroom_event_shuffle_at_event_start":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_event_suspended":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_event_details_total_active_users":{"type":"integer","x-auditable":true},"waitingroom_event_result":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"custom_page_html":{"$ref":"#/components/schemas/waitingroom_event_custom_page_html"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_event_disable_session_renewal"},"event_end_time":{"$ref":"#/components/schemas/waitingroom_event_end_time"},"event_start_time":{"$ref":"#/components/schemas/waitingroom_event_start_time"},"id":{"$ref":"#/components/schemas/waitingroom_event_id"},"modified_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"name":{"$ref":"#/components/schemas/waitingroom_event_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_event_new_users_per_minute"},"prequeue_start_time":{"$ref":"#/components/schemas/waitingroom_event_prequeue_start_time"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_event_queueing_method"},"session_duration":{"$ref":"#/components/schemas/waitingroom_event_session_duration"},"shuffle_at_event_start":{"$ref":"#/components/schemas/waitingroom_event_shuffle_at_event_start"},"suspended":{"$ref":"#/components/schemas/waitingroom_event_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_event_total_active_users"},"turnstile_action":{"$ref":"#/components/schemas/waitingroom_event_turnstile_action"},"turnstile_mode":{"$ref":"#/components/schemas/waitingroom_event_turnstile_mode"}}},"waitingroom_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-common-2"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"waitingroom_event_custom_page_html":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_event_disable_session_renewal":{"type":"boolean","nullable":true,"x-auditable":true},"waitingroom_event_new_users_per_minute":{"type":"integer","maximum":2147483647,"minimum":200,"nullable":true,"x-auditable":true},"waitingroom_event_queueing_method":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_event_session_duration":{"type":"integer","maximum":30,"minimum":1,"nullable":true,"x-auditable":true},"waitingroom_event_total_active_users":{"type":"integer","maximum":2147483647,"minimum":200,"nullable":true,"x-auditable":true},"waitingroom_event_turnstile_action":{"type":"string","enum":["log","infinite_queue"],"nullable":true,"x-auditable":true},"waitingroom_event_turnstile_mode":{"type":"string","enum":["off","invisible","visible_non_interactive","visible_managed"],"nullable":true,"x-auditable":true},"waitingroom_rule_position":{"type":"object","oneOf":[{"properties":{"index":{"type":"integer","x-auditable":true}},"type":"object"},{"properties":{"before":{"type":"string","x-auditable":true}},"type":"object"},{"properties":{"after":{"type":"string","x-auditable":true}},"type":"object"}]},"waitingroom_preview_url":{"type":"string","x-auditable":true},"waitingroom_custom_page_html":{"type":"string","default":"","x-auditable":true},"waitingroom_additional_routes":{"type":"array","items":{"properties":{"host":{"type":"string","x-auditable":true},"path":{"type":"string","default":"/","x-auditable":true}},"type":"object"}},"waitingroom_cookie_attributes":{"type":"object","properties":{"samesite":{"type":"string","default":"auto","enum":["auto","lax","none","strict"],"x-auditable":true},"secure":{"type":"string","default":"auto","enum":["auto","always","never"],"x-auditable":true}}},"waitingroom_cookie_suffix":{"type":"string","default":"","x-auditable":true},"waitingroom_default_template_language":{"type":"string","default":"en-US","enum":["en-US","es-ES","de-DE","fr-FR","it-IT","ja-JP","ko-KR","pt-BR","zh-CN","zh-TW","nl-NL","pl-PL","id-ID","tr-TR","ar-EG","ru-RU","fa-IR","bg-BG","hr-HR","cs-CZ","da-DK","fi-FI","lt-LT","lv-LV","ms-MY","nb-NO","ro-RO","el-GR","he-IL","hi-IN","hu-HU","sr-BA","sk-SK","sl-SI","sv-SE","tl-PH","th-TH","uk-UA","vi-VN"],"x-auditable":true},"waitingroom_disable_session_renewal":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_enabled_origin_commands":{"type":"array","items":{"enum":["revoke"],"type":"string","uniqueItems":true,"x-auditable":true},"default":[]},"waitingroom_host":{"type":"string","x-auditable":true},"waitingroom_json_response_enabled":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_name":{"type":"string","x-auditable":true},"waitingroom_new_users_per_minute":{"type":"integer","maximum":2147483647,"minimum":200,"x-auditable":true},"waitingroom_path":{"type":"string","default":"/","x-auditable":true},"waitingroom_queue_all":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_queueing_method":{"type":"string","default":"fifo","enum":["fifo","random","passthrough","reject"],"x-auditable":true},"waitingroom_queueing_status_code":{"type":"integer","default":200,"enum":[200,202,429],"x-auditable":true},"waitingroom_session_duration":{"type":"integer","default":5,"maximum":30,"minimum":1,"x-auditable":true},"waitingroom_suspended":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_total_active_users":{"type":"integer","maximum":2147483647,"minimum":200,"x-auditable":true},"waitingroom_turnstile_action":{"type":"string","default":"log","enum":["log","infinite_queue"],"x-auditable":true},"waitingroom_turnstile_mode":{"type":"string","default":"invisible","enum":["off","invisible","visible_non_interactive","visible_managed"],"x-auditable":true},"waitingroom_waitingroom":{"type":"object","properties":{"additional_routes":{"$ref":"#/components/schemas/waitingroom_additional_routes"},"cookie_attributes":{"$ref":"#/components/schemas/waitingroom_cookie_attributes"},"cookie_suffix":{"$ref":"#/components/schemas/waitingroom_cookie_suffix"},"created_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"custom_page_html":{"$ref":"#/components/schemas/waitingroom_custom_page_html"},"default_template_language":{"$ref":"#/components/schemas/waitingroom_default_template_language"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_disable_session_renewal"},"enabled_origin_commands":{"$ref":"#/components/schemas/waitingroom_enabled_origin_commands"},"host":{"$ref":"#/components/schemas/waitingroom_host"},"id":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"},"json_response_enabled":{"$ref":"#/components/schemas/waitingroom_json_response_enabled"},"modified_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"name":{"$ref":"#/components/schemas/waitingroom_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_new_users_per_minute"},"next_event_prequeue_start_time":{"$ref":"#/components/schemas/waitingroom_next_event_prequeue_start_time"},"next_event_start_time":{"$ref":"#/components/schemas/waitingroom_next_event_start_time"},"path":{"$ref":"#/components/schemas/waitingroom_path"},"queue_all":{"$ref":"#/components/schemas/waitingroom_queue_all"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_queueing_method"},"queueing_status_code":{"$ref":"#/components/schemas/waitingroom_queueing_status_code"},"session_duration":{"$ref":"#/components/schemas/waitingroom_session_duration"},"suspended":{"$ref":"#/components/schemas/waitingroom_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_total_active_users"},"turnstile_action":{"$ref":"#/components/schemas/waitingroom_turnstile_action"},"turnstile_mode":{"$ref":"#/components/schemas/waitingroom_turnstile_mode"}}},"waitingroom_rule_version":{"type":"string","x-auditable":true},"waitingroom_rule_result":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/waitingroom_rule_action"},"enabled":{"$ref":"#/components/schemas/waitingroom_rule_enabled"},"expression":{"$ref":"#/components/schemas/waitingroom_rule_expression"},"id":{"$ref":"#/components/schemas/waitingroom_rule_id"},"last_updated":{"$ref":"#/components/schemas/waitingroom_timestamp"},"version":{"$ref":"#/components/schemas/waitingroom_rule_version"}}},"waitingroom_estimated_queued_users":{"type":"integer","x-auditable":true},"waitingroom_estimated_total_active_users":{"type":"integer","x-auditable":true},"waitingroom_status_event_id":{"type":"string","x-auditable":true},"waitingroom_max_estimated_time_minutes":{"type":"integer","x-auditable":true},"waitingroom_status":{"type":"string","enum":["event_prequeueing","not_queueing","queueing","suspended"],"x-auditable":true},"waitingroom_create_rule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/waitingroom_rule_action"},"enabled":{"$ref":"#/components/schemas/waitingroom_rule_enabled"},"expression":{"$ref":"#/components/schemas/waitingroom_rule_expression"}},"required":["action","expression"]},"waitingroom_next_event_prequeue_start_time":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_next_event_start_time":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_search_engine_crawler_bypass":{"type":"boolean","default":false,"x-auditable":true},"web3_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/web3_messages"},"messages":{"$ref":"#/components/schemas/web3_messages"},"result":{"type":"object","anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"web3_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"web3_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"web3_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/web3_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/web3_result_info"}}}]},"web3_web3-hostname":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/web3_timestamp"},"dnslink":{"$ref":"#/components/schemas/web3_dnslink"},"id":{"$ref":"#/components/schemas/web3_identifier"},"modified_on":{"$ref":"#/components/schemas/web3_timestamp"},"name":{"$ref":"#/components/schemas/web3_name"},"status":{"$ref":"#/components/schemas/web3_status"},"target":{"$ref":"#/components/schemas/web3_target"}}},"web3_content_list_action":{"type":"string","enum":["block"]},"web3_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/web3_api-response-common"},{"properties":{"result_info":{"type":"object","anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"web3_content_list_details":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/web3_content_list_action"}}},"web3_content_list_entry":{"type":"object","properties":{"content":{"$ref":"#/components/schemas/web3_content_list_entry_content"},"created_on":{"$ref":"#/components/schemas/web3_timestamp"},"id":{"$ref":"#/components/schemas/web3_identifier"},"modified_on":{"$ref":"#/components/schemas/web3_timestamp"},"type":{"$ref":"#/components/schemas/web3_content_list_entry_type"}}},"web3_content_list_entry_content":{"type":"string","maxLength":500},"web3_timestamp":{"type":"string","format":"date-time","readOnly":true},"web3_content_list_entry_type":{"type":"string","enum":["cid","content_path"]},"web3_content_list_entries":{"type":"array","items":{"$ref":"#/components/schemas/web3_content_list_entry"}},"web3_dnslink":{"type":"string"},"web3_name":{"type":"string","maxLength":255},"web3_target":{"type":"string","enum":["ethereum","ipfs","ipfs_universal_path"]},"web3_status":{"type":"string","enum":["active","pending","deleting","error"],"readOnly":true},"workers-kv_any":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"integer"},{"type":"boolean"},{"additionalProperties":true,"nullable":true,"type":"object"},{"items":{"$ref":"#/components/schemas/workers-kv_any"},"type":"array"}],"x-stainless-override-schema":{"type":"unknown"}},"workers-kv_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"workers-kv_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object"},"uniqueItems":true},"workers-kv_namespace_title":{"type":"string","maxLength":512,"x-auditable":true},"workers-kv_cursor":{"type":"string","x-stainless-pagination-property":{"purpose":"next_cursor_field"}},"workers-observability_distribution_result":{"type":"object","properties":{"bins":{"type":"array","items":{"type":"string"}},"bucketBoundaries":{"type":"array","items":{"type":"number"}},"bucketMode":{"type":"string","enum":["log","linear"]},"buckets":{"type":"array","items":{"type":"string"}},"matrix":{"type":"array","items":{"items":{"type":"number"},"type":"array"}}},"required":["bins","buckets","matrix","bucketBoundaries","bucketMode"]},"workers-observability_telemetry_event":{"type":"object","properties":{"$containers":{"type":"object","additionalProperties":true},"$metadata":{"type":"object","properties":{"account":{"type":"string"},"cloudService":{"type":"string"},"coldStart":{"type":"integer","exclusiveMinimum":true,"minimum":0},"cost":{"type":"integer","exclusiveMinimum":true,"minimum":0},"duration":{"type":"integer","exclusiveMinimum":true,"minimum":0},"endTime":{"type":"integer","minimum":0},"error":{"type":"string"},"errorTemplate":{"type":"string"},"fingerprint":{"type":"string"},"id":{"type":"string"},"level":{"type":"string"},"message":{"type":"string"},"messageTemplate":{"type":"string"},"metricName":{"type":"string"},"origin":{"type":"string"},"parentSpanId":{"type":"string"},"provider":{"type":"string"},"rayId":{"type":"string"},"region":{"type":"string"},"requestId":{"type":"string"},"service":{"type":"string"},"spanId":{"type":"string"},"spanName":{"type":"string"},"stackId":{"type":"string"},"startTime":{"type":"integer","minimum":0},"statusCode":{"type":"integer","exclusiveMinimum":true,"minimum":0},"traceDuration":{"type":"integer","exclusiveMinimum":true,"minimum":0},"traceId":{"type":"string"},"transactionName":{"type":"string"},"trigger":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["id"]},"$workers":{"anyOf":[{"properties":{"durableObjectId":{"type":"string"},"entrypoint":{"type":"string"},"event":{"type":"object","additionalProperties":true},"eventType":{"type":"string","enum":["fetch","scheduled","alarm","cron","queue","email","tail","rpc","jsrpc","websocket","workflow","unknown"]},"executionModel":{"type":"string","enum":["durableObject","stateless"]},"outcome":{"type":"string"},"preview":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"}}},"requestId":{"type":"string"},"scriptName":{"type":"string"},"scriptVersion":{"type":"object","properties":{"id":{"type":"string"},"message":{"type":"string"},"tag":{"type":"string"}}},"spanId":{"type":"string"},"traceId":{"type":"string"},"truncated":{"type":"boolean"}},"required":["scriptName","eventType","requestId"],"type":"object"},{"properties":{"cpuTimeMs":{"type":"number"},"diagnosticsChannelEvents":{"type":"array","items":{"properties":{"channel":{"type":"string"},"message":{"type":"string"},"timestamp":{"type":"number"}},"required":["timestamp","channel","message"],"type":"object"}},"dispatchNamespace":{"type":"string"},"durableObjectId":{"type":"string"},"entrypoint":{"type":"string"},"event":{"type":"object","additionalProperties":true},"eventType":{"type":"string","enum":["fetch","scheduled","alarm","cron","queue","email","tail","rpc","jsrpc","websocket","workflow","unknown"]},"executionModel":{"type":"string","enum":["durableObject","stateless"]},"outcome":{"type":"string"},"preview":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"}}},"requestId":{"type":"string"},"scriptName":{"type":"string"},"scriptVersion":{"type":"object","properties":{"id":{"type":"string"},"message":{"type":"string"},"tag":{"type":"string"}}},"spanId":{"type":"string"},"traceId":{"type":"string"},"truncated":{"type":"boolean"},"wallTimeMs":{"type":"number"}},"required":["scriptName","outcome","eventType","wallTimeMs","cpuTimeMs","requestId"],"type":"object"}]},"dataset":{"type":"string"},"source":{"anyOf":[{"type":"string"},{"additionalProperties":true,"type":"object"}]},"timestamp":{"type":"integer","minimum":0}},"additionalProperties":false,"required":["dataset","timestamp","source","$metadata"]},"workers-observability_query_run":{"type":"object","properties":{"accountId":{"type":"string"},"created":{"type":"string"},"dry":{"type":"boolean"},"granularity":{"type":"number"},"id":{"type":"string"},"query":{"allOf":[{"$ref":"#/components/schemas/workers-observability_query"},{"properties":{"created":{"anyOf":[{"type":"string"},{"type":"string"}]},"updated":{"anyOf":[{"type":"string"},{"type":"string"}]}},"type":"object"}]},"statistics":{"type":"object","properties":{"abr_level":{"type":"number"},"bytes_read":{"type":"number"},"elapsed":{"type":"number"},"rows_read":{"type":"number"}},"required":["elapsed","rows_read","bytes_read"]},"status":{"type":"string","enum":["STARTED","COMPLETED"]},"timeframe":{"type":"object","properties":{"from":{"type":"number"},"to":{"type":"number"}},"required":["to","from"]},"updated":{"type":"string"},"userId":{"type":"string"}},"required":["id","query","accountId","timeframe","userId","status","granularity","dry"]},"workers-observability_performance_information":{"type":"object","properties":{"abr_level":{"type":"number"},"bytes_read":{"type":"number"},"elapsed":{"type":"number"},"rows_read":{"type":"number"}},"required":["elapsed","rows_read","bytes_read"]},"workers_cache_options":{"type":"object","properties":{"cross_version_cache":{"type":"boolean","default":false,"x-auditable":true},"enabled":{"type":"boolean","default":false,"x-auditable":true}},"additionalProperties":false,"required":["enabled"]},"workers_compatibility_date":{"type":"string","x-auditable":true},"workers_compatibility_flags":{"type":"array","items":{"$ref":"#/components/schemas/workers_compatibility_flag"},"default":[],"x-stainless-collection-type":"set"},"workers_containers":{"type":"array","items":{"$ref":"#/components/schemas/workers_container_item"},"x-stainless-collection-type":"set"},"workers_exports_config_map":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/workers_export_config"},"maxProperties":100},"workers_exports_reconciliation_result":{"type":"object","properties":{"created":{"type":"array","items":{"type":"string"}},"deleted":{"type":"array","items":{"type":"string"}},"info":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_info"}},"removable_entries":{"type":"array","items":{"type":"string"}},"renamed":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_rename"}},"transfer_pending":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_transfer_pending"}},"transferred":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_transfer"}},"updated":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_warning"}}},"readOnly":true,"required":["created","updated","deleted","renamed","transferred","transfer_pending","warnings","info","removable_entries"]},"workers_single_step_migrations":{"allOf":[{"$ref":"#/components/schemas/workers_migration_tag_conditions"},{"$ref":"#/components/schemas/workers_migration_step"}]},"workers_multiple_step_migrations":{"allOf":[{"$ref":"#/components/schemas/workers_migration_tag_conditions"},{"properties":{"steps":{"type":"array","items":{"$ref":"#/components/schemas/workers_migration_step"},"writeOnly":true}},"type":"object"}]},"workers_placement_info_no_status":{"type":"object","oneOf":[{"additionalProperties":false,"properties":{"mode":{"type":"string","enum":["smart"],"x-auditable":true}},"required":["mode"],"type":"object"},{"additionalProperties":false,"properties":{"region":{"type":"string","x-auditable":true}},"required":["region"],"type":"object"},{"additionalProperties":false,"properties":{"hostname":{"type":"string","x-auditable":true}},"required":["hostname"],"type":"object"},{"additionalProperties":false,"properties":{"host":{"type":"string","x-auditable":true}},"required":["host"],"type":"object"},{"additionalProperties":false,"properties":{"mode":{"type":"string","enum":["targeted"],"x-auditable":true},"region":{"type":"string","x-auditable":true}},"required":["mode","region"],"type":"object"},{"additionalProperties":false,"properties":{"hostname":{"type":"string","x-auditable":true},"mode":{"type":"string","enum":["targeted"],"x-auditable":true}},"required":["mode","hostname"],"type":"object"},{"additionalProperties":false,"properties":{"host":{"type":"string","x-auditable":true},"mode":{"type":"string","enum":["targeted"],"x-auditable":true}},"required":["mode","host"],"type":"object"},{"additionalProperties":false,"properties":{"mode":{"type":"string","enum":["targeted"],"x-auditable":true},"target":{"type":"array","items":{"$ref":"#/components/schemas/workers_placement_target"},"maxItems":1,"minItems":1,"x-auditable":true}},"required":["mode","target"],"type":"object"}]},"workers_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"workers_binding_kind_ai":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["ai"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_ai_search":{"type":"object","properties":{"instance_name":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["ai_search"],"x-auditable":true}},"required":["name","type","instance_name"]},"workers_binding_kind_ai_search_namespace":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["ai_search_namespace"],"x-auditable":true}},"required":["name","type","namespace"]},"workers_binding_kind_analytics_engine":{"type":"object","properties":{"dataset":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["analytics_engine"],"x-auditable":true}},"required":["name","type","dataset"]},"workers_binding_kind_assets":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["assets"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_browser":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["browser"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_d1":{"type":"object","properties":{"database_id":{"type":"string","x-auditable":true},"id":{"type":"string","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"This property has been renamed to `database_id`."},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["d1"],"x-auditable":true}},"required":["name","type","database_id"]},"workers_binding_kind_data_blob":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"part":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["data_blob"],"deprecated":true,"x-auditable":true}},"required":["name","type","part"]},"workers_binding_kind_dispatch_namespace":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace":{"type":"string","x-auditable":true},"outbound":{"type":"object","properties":{"params":{"type":"array","items":{"properties":{"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"worker":{"type":"object","properties":{"entrypoint":{"type":"string","x-auditable":true},"environment":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}}}}},"type":{"type":"string","enum":["dispatch_namespace"],"x-auditable":true}},"required":["name","type","namespace"]},"workers_binding_kind_durable_object_namespace":{"type":"object","properties":{"class_name":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"dispatch_namespace":{"type":"string","x-auditable":true},"environment":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace_id":{"allOf":[{"$ref":"#/components/schemas/workers_namespace_identifier"},{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}]},"script_name":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"type":{"type":"string","enum":["durable_object_namespace"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_flagship":{"type":"object","properties":{"app_id":{"type":"string","maxLength":128,"x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["flagship"],"x-auditable":true}},"required":["name","type","app_id"]},"workers_binding_kind_hyperdrive":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["hyperdrive"],"x-auditable":true}},"required":["name","type","id"]},"workers_binding_kind_images":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["images"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_inherit":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"old_name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["inherit"],"x-auditable":true},"version_id":{"type":"string","default":"latest","x-auditable":true}},"required":["name","type"]},"workers_binding_kind_json":{"type":"object","properties":{"json":{"type":"object","x-stainless-any":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["json"],"x-auditable":true}},"required":["name","type","json"]},"workers_binding_kind_kv_namespace":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace_id":{"$ref":"#/components/schemas/workers_namespace_identifier"},"type":{"type":"string","enum":["kv_namespace"],"x-auditable":true}},"required":["name","type","namespace_id"]},"workers_binding_kind_media":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["media"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_messaging":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["messaging"],"x-auditable":true}},"required":["name","type","namespace"]},"workers_binding_kind_mtls_certificate":{"type":"object","properties":{"certificate_id":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["mtls_certificate"],"x-auditable":true}},"required":["name","type","certificate_id"]},"workers_binding_kind_pipelines":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"pipeline":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["pipelines"],"x-auditable":true}},"required":["name","type","pipeline"]},"workers_binding_kind_plain_text":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"text":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["plain_text"],"x-auditable":true}},"required":["name","type","text"]},"workers_binding_kind_queue":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"queue_name":{"type":"string"},"type":{"type":"string","enum":["queue"],"x-auditable":true}},"required":["name","type","queue_name"]},"workers_binding_kind_r2_bucket":{"type":"object","properties":{"bucket_name":{"type":"string","x-auditable":true},"jurisdiction":{"type":"string","enum":["eu","fedramp","fedramp-high"],"x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["r2_bucket"],"x-auditable":true}},"required":["name","type","bucket_name"]},"workers_binding_kind_ratelimit":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace_id":{"type":"string","x-auditable":true},"simple":{"type":"object","properties":{"limit":{"type":"number","x-auditable":true},"mitigation_timeout":{"type":"integer","x-auditable":true},"period":{"type":"integer","x-auditable":true}},"required":["limit","period"]},"type":{"type":"string","enum":["ratelimit"],"x-auditable":true}},"required":["name","type","namespace_id","simple"]},"workers_binding_kind_secret_key":{"type":"object","properties":{"algorithm":{"type":"object","x-auditable":true},"format":{"type":"string","enum":["raw","pkcs8","spki","jwk"],"x-auditable":true},"key_base64":{"type":"string","writeOnly":true,"x-sensitive":true},"key_jwk":{"type":"object","writeOnly":true,"x-sensitive":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["secret_key"],"x-auditable":true},"usages":{"type":"array","items":{"enum":["encrypt","decrypt","sign","verify","deriveKey","deriveBits","wrapKey","unwrapKey"],"type":"string"},"x-auditable":true,"x-stainless-collection-type":"set"}},"required":["name","type","format","algorithm","usages"]},"workers_binding_kind_secret_text":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"text":{"type":"string","writeOnly":true,"x-sensitive":true},"type":{"type":"string","enum":["secret_text"],"x-auditable":true}},"required":["name","type","text"]},"workers_binding_kind_secrets_store_secret":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"secret_name":{"type":"string","x-auditable":true},"store_id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["secrets_store_secret"],"x-auditable":true}},"required":["name","type","store_id","secret_name"]},"workers_binding_kind_send_email":{"type":"object","properties":{"allowed_destination_addresses":{"type":"array","items":{"format":"email","type":"string"},"x-auditable":true},"allowed_sender_addresses":{"type":"array","items":{"format":"email","type":"string"},"x-auditable":true},"destination_address":{"type":"string","format":"email","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["send_email"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_service":{"type":"object","properties":{"entrypoint":{"type":"string","x-auditable":true},"environment":{"type":"string","default":"production","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"service":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["service"],"x-auditable":true}},"required":["name","type","service"]},"workers_binding_kind_text_blob":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"part":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["text_blob"],"deprecated":true,"x-auditable":true}},"required":["name","type","part"]},"workers_binding_kind_vectorize":{"type":"object","properties":{"index_name":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["vectorize"],"x-auditable":true}},"required":["name","type","index_name"]},"workers_binding_kind_version_metadata":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["version_metadata"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_vpc_network":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"network_id":{"type":"string","x-auditable":true},"tunnel_id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["vpc_network"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_vpc_service":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"service_id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["vpc_service"],"x-auditable":true}},"required":["name","type","service_id"]},"workers_binding_kind_wasm_module":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"part":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["wasm_module"],"deprecated":true,"x-auditable":true}},"required":["name","type","part"]},"workers_binding_kind_workflow":{"type":"object","properties":{"class_name":{"type":"string"},"name":{"$ref":"#/components/schemas/workers_binding_name"},"script_name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["workflow"]},"workflow_name":{"type":"string"}},"required":["name","type","workflow_name"]},"workers_binding_name":{"type":"string","x-auditable":true},"workers_namespace_identifier":{"type":"string","maxLength":32,"x-auditable":true},"workers_binding_item":{"type":"object","discriminator":{"mapping":{"ai":"#/components/schemas/workers_binding_kind_ai","ai_search":"#/components/schemas/workers_binding_kind_ai_search","ai_search_namespace":"#/components/schemas/workers_binding_kind_ai_search_namespace","analytics_engine":"#/components/schemas/workers_binding_kind_analytics_engine","assets":"#/components/schemas/workers_binding_kind_assets","browser":"#/components/schemas/workers_binding_kind_browser","d1":"#/components/schemas/workers_binding_kind_d1","data_blob":"#/components/schemas/workers_binding_kind_data_blob","dispatch_namespace":"#/components/schemas/workers_binding_kind_dispatch_namespace","durable_object_namespace":"#/components/schemas/workers_binding_kind_durable_object_namespace","flagship":"#/components/schemas/workers_binding_kind_flagship","hyperdrive":"#/components/schemas/workers_binding_kind_hyperdrive","images":"#/components/schemas/workers_binding_kind_images","inherit":"#/components/schemas/workers_binding_kind_inherit","json":"#/components/schemas/workers_binding_kind_json","kv_namespace":"#/components/schemas/workers_binding_kind_kv_namespace","media":"#/components/schemas/workers_binding_kind_media","messaging":"#/components/schemas/workers_binding_kind_messaging","mtls_certificate":"#/components/schemas/workers_binding_kind_mtls_certificate","pipelines":"#/components/schemas/workers_binding_kind_pipelines","plain_text":"#/components/schemas/workers_binding_kind_plain_text","queue":"#/components/schemas/workers_binding_kind_queue","r2_bucket":"#/components/schemas/workers_binding_kind_r2_bucket","ratelimit":"#/components/schemas/workers_binding_kind_ratelimit","secret_key":"#/components/schemas/workers_binding_kind_secret_key","secret_text":"#/components/schemas/workers_binding_kind_secret_text","secrets_store_secret":"#/components/schemas/workers_binding_kind_secrets_store_secret","send_email":"#/components/schemas/workers_binding_kind_send_email","service":"#/components/schemas/workers_binding_kind_service","text_blob":"#/components/schemas/workers_binding_kind_text_blob","vectorize":"#/components/schemas/workers_binding_kind_vectorize","version_metadata":"#/components/schemas/workers_binding_kind_version_metadata","vpc_network":"#/components/schemas/workers_binding_kind_vpc_network","vpc_service":"#/components/schemas/workers_binding_kind_vpc_service","wasm_module":"#/components/schemas/workers_binding_kind_wasm_module","workflow":"#/components/schemas/workers_binding_kind_workflow"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/workers_binding_kind_ai"},{"$ref":"#/components/schemas/workers_binding_kind_ai_search"},{"$ref":"#/components/schemas/workers_binding_kind_ai_search_namespace"},{"$ref":"#/components/schemas/workers_binding_kind_messaging"},{"$ref":"#/components/schemas/workers_binding_kind_analytics_engine"},{"$ref":"#/components/schemas/workers_binding_kind_assets"},{"$ref":"#/components/schemas/workers_binding_kind_browser"},{"$ref":"#/components/schemas/workers_binding_kind_d1"},{"$ref":"#/components/schemas/workers_binding_kind_data_blob"},{"$ref":"#/components/schemas/workers_binding_kind_dispatch_namespace"},{"$ref":"#/components/schemas/workers_binding_kind_durable_object_namespace"},{"$ref":"#/components/schemas/workers_binding_kind_hyperdrive"},{"$ref":"#/components/schemas/workers_binding_kind_inherit"},{"$ref":"#/components/schemas/workers_binding_kind_images"},{"$ref":"#/components/schemas/workers_binding_kind_json"},{"$ref":"#/components/schemas/workers_binding_kind_kv_namespace"},{"$ref":"#/components/schemas/workers_binding_kind_media"},{"$ref":"#/components/schemas/workers_binding_kind_mtls_certificate"},{"$ref":"#/components/schemas/workers_binding_kind_plain_text"},{"$ref":"#/components/schemas/workers_binding_kind_pipelines"},{"$ref":"#/components/schemas/workers_binding_kind_queue"},{"$ref":"#/components/schemas/workers_binding_kind_ratelimit"},{"$ref":"#/components/schemas/workers_binding_kind_r2_bucket"},{"$ref":"#/components/schemas/workers_binding_kind_secret_text"},{"$ref":"#/components/schemas/workers_binding_kind_send_email"},{"$ref":"#/components/schemas/workers_binding_kind_service"},{"$ref":"#/components/schemas/workers_binding_kind_text_blob"},{"$ref":"#/components/schemas/workers_binding_kind_vectorize"},{"$ref":"#/components/schemas/workers_binding_kind_version_metadata"},{"$ref":"#/components/schemas/workers_binding_kind_secrets_store_secret"},{"$ref":"#/components/schemas/workers_binding_kind_flagship"},{"$ref":"#/components/schemas/workers_binding_kind_secret_key"},{"$ref":"#/components/schemas/workers_binding_kind_workflow"},{"$ref":"#/components/schemas/workers_binding_kind_wasm_module"},{"$ref":"#/components/schemas/workers_binding_kind_vpc_service"},{"$ref":"#/components/schemas/workers_binding_kind_vpc_network"}]},"workers_compatibility_flag":{"type":"string","x-auditable":true},"workers_container_item":{"type":"object","properties":{"class_name":{"type":"string","x-auditable":true}},"required":["class_name"]},"workers_manifest-value":{"type":"object","properties":{"hash":{"type":"string"},"size":{"type":"integer"}},"required":["hash","size"]},"workers_export_storage":{"type":"string","enum":["sqlite","legacy-kv"]},"workers_durable_object_export":{"type":"object","properties":{"container":{"type":"string","maxLength":128},"state":{"type":"string","default":"created","enum":["created"]},"storage":{"$ref":"#/components/schemas/workers_export_storage"},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","storage"]},"workers_durable_object_deleted_export":{"type":"object","properties":{"state":{"type":"string","enum":["deleted"]},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","state"]},"workers_durable_object_renamed_export":{"type":"object","properties":{"renamed_to":{"type":"string","maxLength":128,"writeOnly":true},"state":{"type":"string","enum":["renamed"]},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","state","renamed_to"]},"workers_durable_object_transferred_export":{"type":"object","properties":{"state":{"type":"string","enum":["transferred"]},"transferred_to":{"type":"string","maxLength":128,"writeOnly":true},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","state","transferred_to"]},"workers_durable_object_expecting_transfer_export":{"type":"object","properties":{"container":{"type":"string","maxLength":128},"state":{"type":"string","enum":["expecting-transfer"]},"storage":{"$ref":"#/components/schemas/workers_export_storage"},"transfer_from":{"type":"string","maxLength":128},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","state","storage","transfer_from"]},"workers_durable_object_export_variants":{"oneOf":[{"$ref":"#/components/schemas/workers_durable_object_export"},{"$ref":"#/components/schemas/workers_durable_object_deleted_export"},{"$ref":"#/components/schemas/workers_durable_object_renamed_export"},{"$ref":"#/components/schemas/workers_durable_object_transferred_export"},{"$ref":"#/components/schemas/workers_durable_object_expecting_transfer_export"}]},"workers_worker_export":{"type":"object","properties":{"cache":{"allOf":[{"$ref":"#/components/schemas/workers_entrypoint_cache_options"}]},"state":{"type":"string","default":"created","enum":["created"]},"type":{"type":"string","enum":["worker"]}},"additionalProperties":false,"required":["type"]},"workers_export_config":{"discriminator":{"mapping":{"durable-object":"#/components/schemas/workers_durable_object_export_variants","worker":"#/components/schemas/workers_worker_export"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/workers_worker_export"},{"$ref":"#/components/schemas/workers_durable_object_export_variants"}]},"workers_exports_reconciliation_scenario":{"type":"string","enum":["code_class_not_in_exports","provisioned_class_missing_from_config","config_export_not_in_code","config_references_nonexistent_class","orphaned_provisioned_namespace","storage_type_mismatch","free_tier_requires_sqlite","invalid_export","tombstone_delete_class_still_in_code","tombstone_delete_blocked_by_external_bindings","tombstone_renamed_to_occupied","transferred_pending_not_found","transferred_target_missing","transferred_target_mismatch","phase_one_transfer_source_missing","phase_one_transfer_source_namespace_missing","phase_one_transfer_target_class_provisioned","phase_one_transfer_after_commit_mismatch","phase_one_transfer_duplicate","phase_one_transfer_target_in_dispatch_namespace","phase_one_transfer_source_in_dispatch_namespace","transferred_source_in_dispatch_namespace","transferred_target_in_dispatch_namespace","container_undeclared_reference","container_class_not_durable_object","container_wiring_inconsistent","container_multiple_durable_objects","transfer_container_parity_mismatch","transfer_container_parity_mismatch_on_commit","tombstone_class_still_in_code","stale_tombstone","transfer_receive_already_applied","transfer_receive_cleanup_complete"]},"workers_exports_reconciliation_error":{"type":"object","properties":{"class":{"type":"string"},"message":{"type":"string"},"namespace_id":{"type":"string","format":"uuid"},"referencing_scripts":{"type":"array","items":{"type":"string"}},"scenario":{"$ref":"#/components/schemas/workers_exports_reconciliation_scenario"},"suggestion":{"type":"string"}},"required":["class","scenario","message"]},"workers_exports_reconciliation_info":{"type":"object","properties":{"class":{"type":"string"},"message":{"type":"string"},"namespace_id":{"type":"string","format":"uuid"},"referencing_scripts":{"type":"array","items":{"type":"string"}},"scenario":{"$ref":"#/components/schemas/workers_exports_reconciliation_scenario"}},"required":["class","scenario","message"]},"workers_exports_reconciliation_rename":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"}},"required":["from","to"]},"workers_exports_reconciliation_transfer_pending":{"type":"object","properties":{"class":{"type":"string"},"from":{"type":"string"}},"required":["class","from"]},"workers_exports_reconciliation_transfer":{"type":"object","properties":{"class":{"type":"string"},"phase":{"type":"string","enum":["committed"]},"to":{"type":"string"}},"required":["class","to","phase"]},"workers_exports_reconciliation_warning":{"type":"object","properties":{"class":{"type":"string"},"message":{"type":"string"},"namespace_id":{"type":"string","format":"uuid"},"scenario":{"$ref":"#/components/schemas/workers_exports_reconciliation_scenario"}},"required":["class","scenario","message"]},"workers_assets":{"type":"object","properties":{"config":{"type":"object","properties":{"_headers":{"type":"string"},"_redirects":{"type":"string"},"html_handling":{"type":"string","enum":["auto-trailing-slash","force-trailing-slash","drop-trailing-slash","none"]},"not_found_handling":{"type":"string","enum":["none","404-page","single-page-application"]},"run_worker_first":{"oneOf":[{"items":{"type":"string"},"type":"array"},{"type":"boolean"}]},"serve_directly":{"type":"boolean","deprecated":true}}},"jwt":{"type":"string","x-sensitive":true}}},"workers_limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","x-auditable":true},"subrequests":{"type":"integer","x-auditable":true}}},"workers_logpush":{"type":"boolean","default":false,"x-auditable":true},"workers_observability":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"head_sampling_rate":{"type":"number","nullable":true,"x-auditable":true},"logs":{"type":"object","nullable":true,"properties":{"destinations":{"type":"array","items":{"type":"string"},"x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"head_sampling_rate":{"type":"number","nullable":true,"x-auditable":true},"invocation_logs":{"type":"boolean","x-auditable":true},"persist":{"type":"boolean","default":true,"x-auditable":true}},"required":["enabled","invocation_logs"]},"traces":{"type":"object","nullable":true,"properties":{"destinations":{"type":"array","items":{"type":"string"},"x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"head_sampling_rate":{"type":"number","nullable":true,"x-auditable":true},"persist":{"type":"boolean","default":true,"x-auditable":true},"propagation_policy":{"type":"string","default":"authenticated","enum":["authenticated","accept"],"x-auditable":true}}}},"required":["enabled"]},"workers_placement_info":{"type":"object","allOf":[{"oneOf":[{"properties":{"mode":{"type":"string","enum":["smart"],"x-auditable":true}},"required":["mode"],"type":"object"},{"properties":{"region":{"type":"string","x-auditable":true}},"required":["region"],"type":"object"},{"properties":{"hostname":{"type":"string","x-auditable":true}},"required":["hostname"],"type":"object"},{"properties":{"host":{"type":"string","x-auditable":true}},"required":["host"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["targeted"],"x-auditable":true},"region":{"type":"string","x-auditable":true}},"required":["mode","region"],"type":"object"},{"properties":{"hostname":{"type":"string","x-auditable":true},"mode":{"type":"string","enum":["targeted"],"x-auditable":true}},"required":["mode","hostname"],"type":"object"},{"properties":{"host":{"type":"string","x-auditable":true},"mode":{"type":"string","enum":["targeted"],"x-auditable":true}},"required":["mode","host"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["targeted"],"x-auditable":true},"target":{"type":"array","items":{"$ref":"#/components/schemas/workers_placement_target"},"maxItems":1,"minItems":1,"x-auditable":true}},"required":["mode","target"],"type":"object"}]},{"properties":{"last_analyzed_at":{"type":"string","format":"date-time","readOnly":true},"status":{"$ref":"#/components/schemas/workers_placement_status"}},"type":"object"}]},"workers_tail_consumers":{"type":"array","items":{"$ref":"#/components/schemas/workers_tail_consumers_script"},"nullable":true,"x-stainless-collection-type":"set"},"workers_migration_tag_conditions":{"type":"object","properties":{"new_tag":{"type":"string","writeOnly":true,"x-auditable":true},"old_tag":{"type":"string","writeOnly":true,"x-auditable":true}}},"workers_migration_step":{"type":"object","properties":{"deleted_classes":{"type":"array","items":{"type":"string","x-auditable":true},"writeOnly":true},"new_classes":{"type":"array","items":{"type":"string","x-auditable":true},"writeOnly":true},"new_sqlite_classes":{"type":"array","items":{"type":"string","x-auditable":true},"writeOnly":true},"renamed_classes":{"type":"array","items":{"properties":{"from":{"type":"string","writeOnly":true,"x-auditable":true},"to":{"type":"string","writeOnly":true,"x-auditable":true}},"type":"object"},"writeOnly":true},"transferred_classes":{"type":"array","items":{"properties":{"from":{"type":"string","writeOnly":true,"x-auditable":true},"from_script":{"type":"string","writeOnly":true,"x-auditable":true},"to":{"type":"string","writeOnly":true,"x-auditable":true}},"type":"object"},"writeOnly":true}}},"workers_namespace-response":{"type":"object","properties":{"created_by":{"$ref":"#/components/schemas/workers_identifier"},"created_on":{"$ref":"#/components/schemas/workers_created_on"},"modified_by":{"$ref":"#/components/schemas/workers_identifier"},"modified_on":{"$ref":"#/components/schemas/workers_modified_on"},"namespace_id":{"$ref":"#/components/schemas/workers_uuid"},"namespace_name":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"},"script_count":{"$ref":"#/components/schemas/workers_script_count"},"trusted_workers":{"$ref":"#/components/schemas/workers_trusted_workers"}}},"workers_uuid":{"type":"string","maxLength":36,"x-auditable":true},"workers_script_count":{"type":"integer"},"workers_tail_consumers_script":{"type":"object","properties":{"environment":{"type":"string","x-auditable":true},"namespace":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}},"required":["service"]},"workers_script-response":{"properties":{"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"$ref":"#/components/schemas/workers_compatibility_date"},"compatibility_flags":{"$ref":"#/components/schemas/workers_compatibility_flags"},"created_on":{"$ref":"#/components/schemas/workers_created_on"},"etag":{"$ref":"#/components/schemas/workers_etag"},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"readOnly":true},"handlers":{"type":"array","items":{"type":"string"}},"has_assets":{"$ref":"#/components/schemas/workers_has_assets"},"has_modules":{"$ref":"#/components/schemas/workers_has_modules"},"id":{"type":"string","readOnly":true,"x-auditable":true},"last_deployed_from":{"type":"string"},"logpush":{"$ref":"#/components/schemas/workers_logpush"},"migration_tag":{"type":"string"},"modified_on":{"$ref":"#/components/schemas/workers_modified_on"},"named_handlers":{"type":"array","items":{"properties":{"handlers":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"type":"object"}},"observability":{"$ref":"#/components/schemas/workers_observability"},"placement":{"$ref":"#/components/schemas/workers_placement_info"},"placement_mode":{"allOf":[{"$ref":"#/components/schemas/workers_placement_mode"},{"deprecated":true,"type":"string"}]},"placement_status":{"allOf":[{"$ref":"#/components/schemas/workers_placement_status"},{"deprecated":true,"type":"string"}]},"tag":{"type":"string","readOnly":true},"tags":{"$ref":"#/components/schemas/workers_tags"},"tail_consumers":{"$ref":"#/components/schemas/workers_tail_consumers"},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}}},"workers_placement-region":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]},"workers_placement-provider":{"type":"object","properties":{"id":{"type":"string"},"regions":{"type":"array","items":{"$ref":"#/components/schemas/workers_placement-region"}}},"required":["id","regions"]},"workers_placement_target":{"type":"object","oneOf":[{"additionalProperties":false,"properties":{"region":{"type":"string"}},"required":["region"],"type":"object"},{"additionalProperties":false,"properties":{"hostname":{"type":"string"}},"required":["hostname"],"type":"object"},{"additionalProperties":false,"properties":{"host":{"type":"string"}},"required":["host"],"type":"object"}]},"workers_placement_status":{"type":"string","enum":["SUCCESS","UNSUPPORTED_APPLICATION","INSUFFICIENT_INVOCATIONS"],"readOnly":true,"x-auditable":true},"workers_etag":{"type":"string","readOnly":true},"workers_has_assets":{"type":"boolean","x-auditable":true},"workers_has_modules":{"type":"boolean","x-auditable":true},"workers_placement_mode":{"type":"string","enum":["smart","targeted"],"x-auditable":true},"workers_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"}]},"workers_script-response-upload":{"allOf":[{"$ref":"#/components/schemas/workers_script-response"},{"properties":{"entry_point":{"type":"string","readOnly":true},"startup_time_ms":{"type":"integer","readOnly":true,"x-auditable":true}},"required":["startup_time_ms"],"type":"object"}]},"workers_version-item-short":{"type":"object","properties":{"id":{"type":"string","readOnly":true,"x-auditable":true},"metadata":{"type":"object","properties":{"author_email":{"type":"string","readOnly":true,"x-auditable":true},"author_id":{"type":"string","readOnly":true,"x-auditable":true},"created_on":{"type":"string","readOnly":true,"x-auditable":true},"hasPreview":{"type":"boolean","readOnly":true},"modified_on":{"type":"string","readOnly":true,"x-auditable":true},"source":{"type":"string","enum":["unknown","api","wrangler","terraform","dash","cf_cli","dash_template","integration","quick_editor","playground","workersci"],"readOnly":true,"x-auditable":true}},"readOnly":true},"number":{"type":"number","readOnly":true,"x-auditable":true}}},"workers_version-item-full":{"allOf":[{"$ref":"#/components/schemas/workers_version-item-short"},{"properties":{"resources":{"type":"object","properties":{"bindings":{"allOf":[{"$ref":"#/components/schemas/workers_bindings"},{"readOnly":true}]},"script":{"type":"object","properties":{"etag":{"type":"string","readOnly":true,"x-auditable":true},"handlers":{"type":"array","items":{"readOnly":true,"type":"string"},"readOnly":true,"x-stainless-collection-type":"set"},"last_deployed_from":{"type":"string","readOnly":true,"x-auditable":true},"named_handlers":{"type":"array","items":{"properties":{"handlers":{"type":"array","items":{"readOnly":true,"type":"string"},"readOnly":true,"x-stainless-collection-type":"set"},"name":{"type":"string","readOnly":true}},"readOnly":true,"type":"object"},"readOnly":true,"x-stainless-collection-type":"set"}},"readOnly":true},"script_runtime":{"type":"object","properties":{"compatibility_date":{"type":"string","readOnly":true,"x-auditable":true},"compatibility_flags":{"type":"array","items":{"readOnly":true,"type":"string"},"readOnly":true,"x-stainless-collection-type":"set"},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"readOnly":true},"limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","readOnly":true}},"readOnly":true},"migration_tag":{"type":"string","readOnly":true,"x-auditable":true},"usage_model":{"type":"string","enum":["bundled","unbound","standard"],"readOnly":true,"x-auditable":true}},"readOnly":true}},"readOnly":true}},"required":["resources"],"type":"object"}]},"workers_version-item-uploaded":{"allOf":[{"$ref":"#/components/schemas/workers_version-item-full"},{"properties":{"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"startup_time_ms":{"type":"integer"}},"required":["resources"],"type":"object"}]},"workers_entrypoint_cache_options":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}},"additionalProperties":false,"required":["enabled"]},"zaraz_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"zaraz_base-tool":{"type":"object","properties":{"blockingTriggers":{"type":"array","items":{"type":"string","x-auditable":true}},"defaultFields":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"boolean"}],"x-auditable":true}},"defaultPurpose":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true},"vendorName":{"type":"string","x-auditable":true},"vendorPolicyUrl":{"type":"string","x-auditable":true}},"required":["enabled","blockingTriggers","name","defaultFields"]},"zaraz_base-mc":{"allOf":[{"$ref":"#/components/schemas/zaraz_base-tool"},{"properties":{"actions":{"type":"object","additionalProperties":{"properties":{"actionType":{"type":"string","x-auditable":true},"blockingTriggers":{"type":"array","items":{"type":"string","x-auditable":true}},"data":{"type":"object"},"firingTriggers":{"type":"array","items":{"type":"string","x-auditable":true},"minItems":1}},"required":["actionType","blockingTriggers","firingTriggers","data"],"type":"object"}},"component":{"type":"string","x-auditable":true},"neoEvents":{"type":"array","items":{"properties":{"actionType":{"type":"string","x-auditable":true},"blockingTriggers":{"type":"array","items":{"type":"string","x-auditable":true}},"data":{"type":"object"},"firingTriggers":{"type":"array","items":{"type":"string","x-auditable":true},"minItems":1}},"required":["actionType","blockingTriggers","firingTriggers","data"],"type":"object"}},"permissions":{"type":"array","items":{"type":"string","x-auditable":true}},"settings":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"boolean"}],"x-auditable":true}}},"required":["component","settings","permissions"],"type":"object"}]},"zaraz_load-rule":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"match":{"type":"string","x-auditable":true},"op":{"type":"string","enum":["CONTAINS","EQUALS","STARTS_WITH","ENDS_WITH","MATCH_REGEX","NOT_MATCH_REGEX","GREATER_THAN","GREATER_THAN_OR_EQUAL","LESS_THAN","LESS_THAN_OR_EQUAL"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"required":["id","match","op","value"]},"zaraz_click-listener-rule":{"type":"object","properties":{"action":{"type":"string","enum":["clickListener"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"selector":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["xpath","css"],"x-auditable":true},"waitForTags":{"type":"integer","minimum":0,"x-auditable":true}},"required":["type","selector","waitForTags"]}},"required":["id","action","settings"]},"zaraz_timer-rule":{"type":"object","properties":{"action":{"type":"string","enum":["timer"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"interval":{"type":"integer","minimum":50,"x-auditable":true},"limit":{"type":"integer","minimum":0,"x-auditable":true}},"required":["interval","limit"]}},"required":["id","action","settings"]},"zaraz_form-submission-rule":{"type":"object","properties":{"action":{"type":"string","enum":["formSubmission"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"selector":{"type":"string","x-auditable":true},"validate":{"type":"boolean","x-auditable":true}},"required":["selector","validate"]}},"required":["id","action","settings"]},"zaraz_variable-match-rule":{"type":"object","properties":{"action":{"type":"string","enum":["variableMatch"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"match":{"type":"string","x-auditable":true},"variable":{"type":"string","x-auditable":true}},"required":["variable","match"]}},"required":["id","action","settings"]},"zaraz_scroll-depth-rule":{"type":"object","properties":{"action":{"type":"string","enum":["scrollDepth"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"positions":{"type":"string","x-auditable":true}},"required":["positions"]}},"required":["id","action","settings"]},"zaraz_element-visibility-rule":{"type":"object","properties":{"action":{"type":"string","enum":["elementVisibility"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"selector":{"type":"string","x-auditable":true}},"required":["selector"]}},"required":["id","action","settings"]},"zaraz_string_variable":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["string"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"required":["name","type","value"]},"zaraz_secret_variable":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["secret"],"x-auditable":true},"value":{"type":"string","x-auditable":true,"x-sensitive":true}},"required":["name","type","value"]},"zaraz_worker_variable":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["worker"],"x-auditable":true},"value":{"type":"object","properties":{"escapedWorkerName":{"type":"string","x-auditable":true},"workerTag":{"type":"string","x-auditable":true}},"required":["escapedWorkerName","workerTag"]}},"required":["name","type","value"]},"zaraz_zaraz-config-base":{"type":"object","properties":{"analytics":{"type":"object","properties":{"defaultPurpose":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"sessionExpTime":{"type":"integer","maximum":86400,"minimum":60,"x-auditable":true}}},"consent":{"type":"object","properties":{"buttonTextTranslations":{"type":"object","properties":{"accept_all":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"confirm_my_choices":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"reject_all":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}}},"required":["accept_all","reject_all","confirm_my_choices"]},"companyEmail":{"type":"string","x-auditable":true},"companyName":{"type":"string","x-auditable":true},"companyStreetAddress":{"type":"string","x-auditable":true},"consentModalIntroHTML":{"type":"string","x-auditable":true},"consentModalIntroHTMLWithTranslations":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"cookieName":{"type":"string","x-auditable":true},"customCSS":{"type":"string","x-auditable":true},"customIntroDisclaimerDismissed":{"type":"boolean","x-auditable":true},"defaultLanguage":{"type":"string","x-auditable":true},"enabled":{"type":"boolean"},"hideModal":{"type":"boolean","x-auditable":true},"purposes":{"type":"object","additionalProperties":{"properties":{"name":{"type":"string","x-auditable":true}},"required":["name","description"],"type":"object"}},"purposesWithTranslations":{"type":"object","additionalProperties":{"properties":{"name":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"order":{"type":"integer","x-auditable":true}},"required":["name","description","order"],"type":"object"}},"tcfCompliant":{"type":"boolean"}},"required":["enabled"]},"dataLayer":{"type":"boolean","x-auditable":true},"debugKey":{"type":"string","x-auditable":true},"historyChange":{"type":"boolean","x-auditable":true},"settings":{"type":"object","properties":{"autoInjectScript":{"type":"boolean","x-auditable":true},"contextEnricher":{"type":"object","properties":{"escapedWorkerName":{"type":"string","x-auditable":true},"workerTag":{"type":"string","x-auditable":true}},"required":["escapedWorkerName","workerTag"]},"cookieDomain":{"type":"string","x-auditable":true},"ecommerce":{"type":"boolean","x-auditable":true},"eventsApiPath":{"type":"string","x-auditable":true},"hideExternalReferer":{"type":"boolean","x-auditable":true},"hideIPAddress":{"type":"boolean","x-auditable":true},"hideQueryParams":{"type":"boolean","x-auditable":true},"hideUserAgent":{"type":"boolean"},"initPath":{"type":"string","x-auditable":true},"injectIframes":{"type":"boolean","x-auditable":true},"mcRootPath":{"type":"string","x-auditable":true},"scriptPath":{"type":"string","x-auditable":true},"trackPath":{"type":"string","x-auditable":true}},"required":["autoInjectScript"]},"triggers":{"type":"object","additionalProperties":{"properties":{"excludeRules":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/zaraz_load-rule"},{"$ref":"#/components/schemas/zaraz_click-listener-rule"},{"$ref":"#/components/schemas/zaraz_timer-rule"},{"$ref":"#/components/schemas/zaraz_form-submission-rule"},{"$ref":"#/components/schemas/zaraz_variable-match-rule"},{"$ref":"#/components/schemas/zaraz_scroll-depth-rule"},{"$ref":"#/components/schemas/zaraz_element-visibility-rule"}]}},"loadRules":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/zaraz_load-rule"},{"$ref":"#/components/schemas/zaraz_click-listener-rule"},{"$ref":"#/components/schemas/zaraz_timer-rule"},{"$ref":"#/components/schemas/zaraz_form-submission-rule"},{"$ref":"#/components/schemas/zaraz_variable-match-rule"},{"$ref":"#/components/schemas/zaraz_scroll-depth-rule"},{"$ref":"#/components/schemas/zaraz_element-visibility-rule"}]}},"name":{"type":"string","x-auditable":true},"system":{"type":"string","enum":["pageload"],"x-auditable":true}},"required":["name","loadRules","excludeRules"],"type":"object"}},"variables":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/components/schemas/zaraz_string_variable"},{"$ref":"#/components/schemas/zaraz_secret_variable"},{"$ref":"#/components/schemas/zaraz_worker_variable"}],"discriminator":{"mapping":{"secret":"#/components/schemas/zaraz_secret_variable","string":"#/components/schemas/zaraz_string_variable","worker":"#/components/schemas/zaraz_worker_variable"},"propertyName":"type"}}},"zarazVersion":{"type":"integer","x-auditable":true}},"required":["tools","triggers","variables","settings","dataLayer","debugKey","zarazVersion"]},"zaraz_managed-component":{"allOf":[{"$ref":"#/components/schemas/zaraz_base-mc"},{"properties":{"type":{"type":"string","enum":["component"]}},"required":["type"],"type":"object"}]},"zaraz_custom-managed-component":{"allOf":[{"$ref":"#/components/schemas/zaraz_base-mc"},{"properties":{"type":{"type":"string","enum":["custom-mc"]},"worker":{"type":"object","properties":{"escapedWorkerName":{"type":"string","x-auditable":true},"workerTag":{"type":"string","x-auditable":true}},"required":["workerTag","escapedWorkerName"]}},"required":["worker","type"],"type":"object"}]},"zaraz_zaraz-config-row-base":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time","x-auditable":true},"id":{"type":"integer","x-auditable":true},"updatedAt":{"type":"string","format":"date-time","x-auditable":true},"userId":{"type":"string","x-auditable":true}},"required":["id","createdAt","updatedAt","userId"]},"zero-trust-gateway_enabled_download_phase":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_enabled_upload_phase":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_fail_closed":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_notification_settings":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"include_context":{"type":"boolean","x-auditable":true},"msg":{"type":"string","x-auditable":true},"support_url":{"type":"string","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zero-trust-gateway_messages"},"messages":{"$ref":"#/components/schemas/zero-trust-gateway_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"zero-trust-gateway_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"zero-trust-gateway_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"zero-trust-gateway_application":{"type":"object","properties":{"application_type_id":{"$ref":"#/components/schemas/zero-trust-gateway_app_type_id"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_app_id"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-4"}}},"zero-trust-gateway_application_type":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_app_type_id"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-4"}}},"zero-trust-gateway_app_type_id":{"type":"integer","x-auditable":true},"zero-trust-gateway_timestamp":{"type":"string","format":"date-time"},"zero-trust-gateway_app_id":{"type":"integer","x-auditable":true},"zero-trust-gateway_name-4":{"type":"string","x-auditable":true},"zero-trust-gateway_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common"}]},"zero-trust-gateway_applications_review_status_response_content":{"type":"object","properties":{"approved_apps":{"$ref":"#/components/schemas/zero-trust-gateway_approved_apps"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"in_review_apps":{"$ref":"#/components/schemas/zero-trust-gateway_in_review_apps"},"unapproved_apps":{"$ref":"#/components/schemas/zero-trust-gateway_unapproved_apps"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_approved_apps":{"type":"array","items":{"type":"integer"},"x-stainless-collection-type":"set"},"zero-trust-gateway_read_only_timestamp":{"type":"string","format":"date-time","readOnly":true},"zero-trust-gateway_in_review_apps":{"type":"array","items":{"type":"integer"},"x-stainless-collection-type":"set"},"zero-trust-gateway_unapproved_apps":{"type":"array","items":{"type":"integer"},"x-stainless-collection-type":"set"},"zero-trust-gateway_beta":{"type":"boolean","x-auditable":true},"zero-trust-gateway_class":{"type":"string","enum":["free","premium","blocked","removalPending","noBlock"],"x-auditable":true},"zero-trust-gateway_id":{"type":"integer","x-auditable":true},"zero-trust-gateway_name-5":{"type":"string"},"zero-trust-gateway_subcategory":{"type":"object","properties":{"beta":{"$ref":"#/components/schemas/zero-trust-gateway_beta"},"class":{"$ref":"#/components/schemas/zero-trust-gateway_class"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_id"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-5"}}},"zero-trust-gateway_binding_status":{"type":"string","enum":["pending_deployment","available","pending_deletion","inactive"],"readOnly":true,"x-auditable":true},"zero-trust-gateway_uuid":{"type":"string","maxLength":36,"x-auditable":true},"zero-trust-gateway_type":{"type":"string","enum":["custom","gateway_managed"],"readOnly":true,"x-auditable":true},"zero-trust-gateway_csv_operation_data":{"type":"object","properties":{"list_type":{"$ref":"#/components/schemas/zero-trust-gateway_type-2"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name"}}},"zero-trust-gateway_type-2":{"type":"string","enum":["SERIAL","URL","DOMAIN","EMAIL","IP","CATEGORY","LOCATION","DEVICE","AAGUID"],"x-auditable":true},"zero-trust-gateway_name":{"type":"string","x-auditable":true},"zero-trust-gateway_csv_operation":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"data":{"$ref":"#/components/schemas/zero-trust-gateway_csv_operation_data"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"},"operation_type":{"type":"string","enum":["create_list"]},"processing_error":{"type":"string","nullable":true},"result":{"type":"string","nullable":true},"status":{"type":"string","enum":["pending","active","failed","complete"]},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_ip_networks":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_ip_network"},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_doh_endpoint":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ip_networks"},"require_token":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"zero-trust-gateway_dot_endpoint":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ip_networks"}}},"zero-trust-gateway_ipv4_endpoint":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"zero-trust-gateway_ipv6_endpoint":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ipv6_networks"}}},"zero-trust-gateway_gateway-account-egress-cidr":{"type":"object","properties":{"geolocation":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"}}},"ipv4":{"type":"string"},"ipv4_colo_name":{"type":"string"},"ipv6_cidr":{"type":"string"}},"required":["ipv4","ipv4_colo_name","ipv6_cidr","geolocation"]},"zero-trust-gateway_account-log-options":{"type":"object","properties":{"log_all":{"type":"boolean","default":false,"x-auditable":true},"log_blocks":{"type":"boolean","default":false,"x-auditable":true}}},"zero-trust-gateway_gateway-account-logging-settings":{"type":"object","properties":{"redact_pii":{"type":"boolean","default":false,"x-auditable":true},"settings_by_rule_type":{"type":"object","properties":{"dns":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_account-log-options"}]},"http":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_account-log-options"}]},"l4":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_account-log-options"}]}}}}},"zero-trust-gateway_activity-log-settings":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_anti-virus-settings":{"type":"object","properties":{"enabled_download_phase":{"$ref":"#/components/schemas/zero-trust-gateway_enabled_download_phase"},"enabled_upload_phase":{"$ref":"#/components/schemas/zero-trust-gateway_enabled_upload_phase"},"fail_closed":{"$ref":"#/components/schemas/zero-trust-gateway_fail_closed"},"notification_settings":{"$ref":"#/components/schemas/zero-trust-gateway_notification_settings"}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_block-page-settings":{"type":"object","properties":{"background_color":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","nullable":true,"x-auditable":true},"footer_text":{"type":"string","x-auditable":true},"header_text":{"type":"string","x-auditable":true},"include_context":{"type":"boolean","x-auditable":true},"logo_path":{"type":"string","x-auditable":true},"mailto_address":{"type":"string","x-auditable":true},"mailto_subject":{"type":"string","x-auditable":true},"mode":{"type":"string","default":"","enum":["","customized_block_page","redirect_uri"],"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"name":{"type":"string","x-auditable":true},"read_only":{"type":"boolean","nullable":true,"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"source_account":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"suppress_footer":{"type":"boolean"},"target_uri":{"type":"string","format":"uri","x-auditable":true},"version":{"type":"integer","nullable":true,"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_body-scanning-settings":{"type":"object","properties":{"inspection_mode":{"type":"string","enum":["deep","shallow"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_browser-isolation-settings":{"type":"object","properties":{"non_identity_enabled":{"type":"boolean","x-auditable":true},"url_browser_isolation_enabled":{"type":"boolean","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_certificate-settings":{"type":"object","properties":{"id":{"type":"string","x-auditable":true}},"nullable":true,"required":["id"],"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_custom-certificate-settings":{"type":"object","properties":{"binding_status":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"enabled":{"type":"boolean","nullable":true,"x-auditable":true},"id":{"type":"string","x-auditable":true},"updated_at":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"}},"deprecated":true,"nullable":true,"required":["enabled"],"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_extended-email-matching":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true},"read_only":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"source_account":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"version":{"type":"integer","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_fips-settings":{"type":"object","properties":{"tls":{"type":"boolean","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_host-selector-settings":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_inspection-settings":{"type":"object","properties":{"mode":{"type":"string","enum":["static","dynamic"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_max-ttl-secs":{"type":"integer","maximum":36000,"minimum":60,"nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_protocol-detection":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_sandbox":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true},"fallback_action":{"type":"string","enum":["allow","block"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_tls-settings":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_gateway_tag":{"type":"string","maxLength":32},"zero-trust-gateway_cf_account_id":{"type":"string","maxLength":32},"zero-trust-gateway_provider_name":{"type":"string"},"zero-trust-gateway_gateway-account-settings":{"properties":{"settings":{"type":"object","properties":{"activity_log":{"$ref":"#/components/schemas/zero-trust-gateway_activity-log-settings"},"antivirus":{"$ref":"#/components/schemas/zero-trust-gateway_anti-virus-settings"},"block_page":{"$ref":"#/components/schemas/zero-trust-gateway_block-page-settings"},"body_scanning":{"$ref":"#/components/schemas/zero-trust-gateway_body-scanning-settings"},"browser_isolation":{"$ref":"#/components/schemas/zero-trust-gateway_browser-isolation-settings"},"certificate":{"$ref":"#/components/schemas/zero-trust-gateway_certificate-settings"},"custom_certificate":{"$ref":"#/components/schemas/zero-trust-gateway_custom-certificate-settings"},"extended_email_matching":{"$ref":"#/components/schemas/zero-trust-gateway_extended-email-matching"},"fips":{"$ref":"#/components/schemas/zero-trust-gateway_fips-settings"},"host_selector":{"$ref":"#/components/schemas/zero-trust-gateway_host-selector-settings"},"inspection":{"$ref":"#/components/schemas/zero-trust-gateway_inspection-settings"},"max_ttl_secs":{"$ref":"#/components/schemas/zero-trust-gateway_max-ttl-secs"},"protocol_detection":{"$ref":"#/components/schemas/zero-trust-gateway_protocol-detection"},"sandbox":{"$ref":"#/components/schemas/zero-trust-gateway_sandbox"},"tls_decrypt":{"$ref":"#/components/schemas/zero-trust-gateway_tls-settings"}}}}},"zero-trust-gateway_ip_network":{"type":"object","properties":{"network":{"type":"string","x-auditable":true}},"required":["network"]},"zero-trust-gateway_ipv4_network":{"type":"object","properties":{"network":{"type":"string","x-auditable":true}},"required":["network"]},"zero-trust-gateway_ipv6_networks":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_ipv6_network"},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_ipv6_network":{"type":"object","properties":{"network":{"type":"string","x-auditable":true}},"required":["network"]},"zero-trust-gateway_value":{"type":"string","x-auditable":true},"zero-trust-gateway_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/zero-trust-gateway_result_info"}},"type":"object"}]},"zero-trust-gateway_items":{"type":"array","items":{"properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"value":{"$ref":"#/components/schemas/zero-trust-gateway_value"}},"type":"object"},"x-stainless-collection-type":"set"},"zero-trust-gateway_lists":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/zero-trust-gateway_count"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"},"items":{"$ref":"#/components/schemas/zero-trust-gateway_items"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name"},"type":{"$ref":"#/components/schemas/zero-trust-gateway_type-2"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_count":{"type":"number","readOnly":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_dns-destination-ips-id-read":{"type":"string","default":"0e4a32c6-6fb8-4858-9296-98f51631e8e6","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_dns_destination_ipv6_block_id":{"type":"string","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_subdomain":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_ip":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_operation_data":{"type":"object"},"zero-trust-gateway_slug":{"type":"string","x-auditable":true},"zero-trust-gateway_url":{"type":"string","readOnly":true,"x-auditable":true},"zero-trust-gateway_name-6":{"type":"string","x-auditable":true},"zero-trust-gateway_subdomain-2":{"type":"string","readOnly":true,"x-auditable":true},"zero-trust-gateway_ips":{"type":"array","items":{"type":"string","x-auditable":true}},"zero-trust-gateway_proxy-endpoint-identity":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"kind":{"type":"string","enum":["identity"],"x-auditable":true},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-6"},"subdomain":{"$ref":"#/components/schemas/zero-trust-gateway_subdomain-2"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}},"required":["kind","name"]},"zero-trust-gateway_proxy-endpoint-ip":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"ips":{"$ref":"#/components/schemas/zero-trust-gateway_ips"},"kind":{"type":"string","enum":["ip"],"x-auditable":true},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-6"},"subdomain":{"$ref":"#/components/schemas/zero-trust-gateway_subdomain-2"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}},"required":["name","ips"]},"zero-trust-gateway_certificates":{"type":"object","properties":{"binding_status":{"$ref":"#/components/schemas/zero-trust-gateway_binding_status"},"certificate":{"type":"string","readOnly":true},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"expires_on":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"fingerprint":{"type":"string","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid"},"in_use":{"type":"boolean","readOnly":true,"x-stainless-terraform-configurability":"computed"},"issuer_org":{"type":"string","readOnly":true,"x-auditable":true},"issuer_raw":{"type":"string","readOnly":true,"x-auditable":true},"type":{"$ref":"#/components/schemas/zero-trust-gateway_type"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"uploaded_on":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_dns_destination_ip_pair":{"type":"object","properties":{"backup_ip":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"pair_type":{"enum":["shared","dedicated","byoip"],"x-auditable":true},"primary_ip":{"type":"string","x-auditable":true}},"required":["id","primary_ip","backup_ip","pair_type"]},"zero-trust-gateway_operation":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"data":{"$ref":"#/components/schemas/zero-trust-gateway_operation_data"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"},"operation_type":{"type":"string","enum":["create_list"]},"processing_error":{"type":"string","nullable":true},"result":{"type":"string","nullable":true},"status":{"type":"string","enum":["pending","active","failed","complete"]},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}},"readOnly":true},"zero-trust-gateway_locations":{"type":"object","properties":{"client_default":{"$ref":"#/components/schemas/zero-trust-gateway_client-default"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"dns_destination_ips_id":{"$ref":"#/components/schemas/zero-trust-gateway_dns-destination-ips-id-read"},"dns_destination_ipv6_block_id":{"$ref":"#/components/schemas/zero-trust-gateway_dns_destination_ipv6_block_id"},"doh_subdomain":{"$ref":"#/components/schemas/zero-trust-gateway_subdomain"},"ecs_support":{"$ref":"#/components/schemas/zero-trust-gateway_ecs-support"},"endpoints":{"$ref":"#/components/schemas/zero-trust-gateway_endpoints"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"ip":{"$ref":"#/components/schemas/zero-trust-gateway_ip"},"ipv4_destination":{"type":"string","readOnly":true,"x-stainless-terraform-configurability":"computed"},"ipv4_destination_backup":{"type":"string","readOnly":true,"x-stainless-terraform-configurability":"computed"},"max_ttl":{"$ref":"#/components/schemas/zero-trust-gateway_max-ttl"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-2"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_networks"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_rules":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/zero-trust-gateway_action"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"deleted_at":{"$ref":"#/components/schemas/zero-trust-gateway_deleted_at"},"device_posture":{"$ref":"#/components/schemas/zero-trust-gateway_device_posture"},"enabled":{"$ref":"#/components/schemas/zero-trust-gateway_enabled"},"expiration":{"$ref":"#/components/schemas/zero-trust-gateway_expiration"},"filters":{"$ref":"#/components/schemas/zero-trust-gateway_filters"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"},"identity":{"$ref":"#/components/schemas/zero-trust-gateway_identity"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-3"},"precedence":{"$ref":"#/components/schemas/zero-trust-gateway_precedence"},"read_only":{"$ref":"#/components/schemas/zero-trust-gateway_read_only"},"rule_settings":{"$ref":"#/components/schemas/zero-trust-gateway_rule-settings"},"schedule":{"$ref":"#/components/schemas/zero-trust-gateway_schedule"},"sharable":{"$ref":"#/components/schemas/zero-trust-gateway_sharable"},"source_account":{"$ref":"#/components/schemas/zero-trust-gateway_source_account"},"traffic":{"$ref":"#/components/schemas/zero-trust-gateway_traffic"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"version":{"$ref":"#/components/schemas/zero-trust-gateway_version"},"warning_status":{"$ref":"#/components/schemas/zero-trust-gateway_warning_status"}},"required":["name","precedence","enabled","action","traffic","filters"]},"zero-trust-gateway_app-types":{"type":"object","oneOf":[{"$ref":"#/components/schemas/zero-trust-gateway_application"},{"$ref":"#/components/schemas/zero-trust-gateway_application_type"}],"readOnly":true},"zero-trust-gateway_categories":{"type":"object","properties":{"beta":{"$ref":"#/components/schemas/zero-trust-gateway_beta"},"class":{"$ref":"#/components/schemas/zero-trust-gateway_class"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_id"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-5"},"subcategories":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_subcategory"}}},"readOnly":true},"zero-trust-gateway_proxy-endpoints":{"discriminator":{"mapping":{"identity":"#/components/schemas/zero-trust-gateway_proxy-endpoint-identity","ip":"#/components/schemas/zero-trust-gateway_proxy-endpoint-ip"},"propertyName":"kind"},"oneOf":[{"$ref":"#/components/schemas/zero-trust-gateway_proxy-endpoint-ip"},{"$ref":"#/components/schemas/zero-trust-gateway_proxy-endpoint-identity"}]},"zero-trust-gateway_dns_resolver_settings_v4":{"type":"object","properties":{"ip":{"type":"string","x-auditable":true},"port":{"type":"integer","x-auditable":true},"route_through_private_network":{"type":"boolean","x-auditable":true},"vnet_id":{"type":"string","x-auditable":true}},"required":["ip"],"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_dns_resolver_settings_v6":{"type":"object","properties":{"ip":{"type":"string","x-auditable":true},"port":{"type":"integer","x-auditable":true},"route_through_private_network":{"type":"boolean","x-auditable":true},"vnet_id":{"type":"string","x-auditable":true}},"required":["ip"],"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_action":{"type":"string","enum":["on","off","allow","block","scan","noscan","safesearch","ytrestricted","isolate","noisolate","override","l4_override","egress","resolve","quarantine","redirect"],"x-auditable":true},"zero-trust-gateway_deleted_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_device_posture":{"type":"string","default":"","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_enabled":{"type":"boolean","default":false,"x-auditable":true},"zero-trust-gateway_expiration":{"type":"object","properties":{"duration":{"type":"integer","minimum":5,"x-auditable":true},"expired":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"expires_at":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_timestamp"},{"type":"string","x-auditable":true}]}},"nullable":true,"required":["expires_at"],"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_filters":{"type":"array","items":{"enum":["http","dns","l4","egress","dns_resolver"],"type":"string","x-auditable":true},"maxItems":1,"minItems":1},"zero-trust-gateway_identity":{"type":"string","default":"","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_name-3":{"type":"string","x-auditable":true},"zero-trust-gateway_precedence":{"type":"integer","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_read_only":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_rule-settings":{"type":"object","properties":{"add_headers":{"type":"object","additionalProperties":{"items":{"type":"string"},"type":"array","x-auditable":true},"nullable":true,"x-stainless-terraform-configurability":"optional"},"allow_child_bypass":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"audit_ssh":{"type":"object","nullable":true,"properties":{"command_logging":{"type":"boolean","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"biso_admin_controls":{"type":"object","properties":{"copy":{"type":"string","enum":["enabled","disabled","remote_only"],"x-auditable":true},"dcp":{"type":"boolean","x-auditable":true},"dd":{"type":"boolean","x-auditable":true},"dk":{"type":"boolean","x-auditable":true},"download":{"type":"string","enum":["enabled","disabled","remote_only"],"x-auditable":true},"dp":{"type":"boolean","x-auditable":true},"du":{"type":"boolean","x-auditable":true},"keyboard":{"type":"string","enum":["enabled","disabled"],"x-auditable":true},"paste":{"type":"string","enum":["enabled","disabled","remote_only"],"x-auditable":true},"printing":{"type":"string","enum":["enabled","disabled"],"x-auditable":true},"upload":{"type":"string","enum":["enabled","disabled"],"x-auditable":true},"version":{"type":"string","default":"v1","enum":["v1","v2"],"x-auditable":true},"wm_id":{"type":"string","format":"uuid","maxLength":36,"minLength":1,"x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"block_page":{"type":"object","nullable":true,"properties":{"include_context":{"type":"boolean","x-auditable":true},"target_uri":{"type":"string","format":"uri","x-auditable":true}},"required":["target_uri"],"x-stainless-terraform-configurability":"optional"},"block_page_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"block_reason":{"type":"string","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"bypass_parent_rule":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"check_session":{"type":"object","nullable":true,"properties":{"duration":{"type":"string","x-auditable":true},"enforce":{"type":"boolean","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"delete_headers":{"type":"array","items":{"type":"string","x-auditable":true},"nullable":true,"x-stainless-terraform-configurability":"optional"},"dns_resolvers":{"type":"object","nullable":true,"properties":{"ipv4":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_dns_resolver_settings_v4"}},"ipv6":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_dns_resolver_settings_v6"}}},"x-stainless-terraform-configurability":"optional"},"egress":{"type":"object","nullable":true,"properties":{"ipv4":{"type":"string","x-auditable":true},"ipv4_fallback":{"type":"string","x-auditable":true},"ipv6":{"type":"string","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"forensic_copy":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"ignore_cname_category_matches":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"insecure_disable_dnssec_validation":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"ip_categories":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"ip_indicator_feeds":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"l4override":{"type":"object","nullable":true,"properties":{"ip":{"type":"string","x-auditable":true},"port":{"type":"integer","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"notification_settings":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","x-auditable":true},"include_context":{"type":"boolean","x-auditable":true},"msg":{"type":"string","x-auditable":true},"support_url":{"type":"string","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"override_host":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"override_ips":{"type":"array","items":{"type":"string","x-auditable":true},"nullable":true,"x-stainless-terraform-configurability":"optional"},"payload_log":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"quarantine":{"type":"object","nullable":true,"properties":{"file_types":{"type":"array","items":{"enum":["exe","pdf","doc","docm","docx","rtf","ppt","pptx","xls","xlsm","xlsx","zip","rar"],"type":"string","x-auditable":true}}},"x-stainless-terraform-configurability":"optional"},"redirect":{"type":"object","nullable":true,"properties":{"include_context":{"type":"boolean","x-auditable":true},"preserve_path_and_query":{"type":"boolean","x-auditable":true},"target_uri":{"type":"string","format":"uri","x-auditable":true}},"required":["target_uri"],"x-stainless-terraform-configurability":"optional"},"resolve_dns_internally":{"type":"object","nullable":true,"properties":{"fallback":{"type":"string","enum":["none","public_dns"],"x-auditable":true},"view_id":{"type":"string","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"resolve_dns_through_cloudflare":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"set_headers":{"type":"object","additionalProperties":{"items":{"type":"string"},"type":"array","x-auditable":true},"nullable":true,"x-stainless-terraform-configurability":"optional"},"untrusted_cert":{"type":"object","nullable":true,"properties":{"action":{"type":"string","enum":["pass_through","block","error"],"x-auditable":true}},"x-stainless-terraform-configurability":"optional"}},"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_schedule":{"type":"object","properties":{"fri":{"type":"string","x-auditable":true},"mon":{"type":"string","x-auditable":true},"sat":{"type":"string","x-auditable":true},"sun":{"type":"string","x-auditable":true},"thu":{"type":"string","x-auditable":true},"time_zone":{"type":"string","x-auditable":true},"tue":{"type":"string","x-auditable":true},"wed":{"type":"string","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_sharable":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_source_account":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_traffic":{"type":"string","default":"","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_version":{"type":"integer","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_warning_status":{"type":"string","nullable":true,"readOnly":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_public_key":{"type":"string","x-auditable":true},"zero-trust-gateway_uuid-4":{"type":"string","maxLength":36,"x-auditable":true},"zero-trust-gateway_settings":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"public_key":{"$ref":"#/components/schemas/zero-trust-gateway_public_key"},"seed_id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-4"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_pacfile":{"type":"object","properties":{"contents":{"$ref":"#/components/schemas/zero-trust-gateway_contents"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-7"},"slug":{"$ref":"#/components/schemas/zero-trust-gateway_slug"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"url":{"$ref":"#/components/schemas/zero-trust-gateway_url"}}},"zone-activation_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"zone-activation_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zone-activation_messages"},"messages":{"$ref":"#/components/schemas/zone-activation_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"zone-analytics-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"zone-analytics-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zone-analytics-api_messages"},"messages":{"$ref":"#/components/schemas/zone-analytics-api_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"zone-analytics-api_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/zone-analytics-api_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"zone-analytics-api_query_response":{"type":"object","properties":{"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"time_delta":{"type":"integer"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}},"readOnly":true},"zone-analytics-api_datacenters":{"type":"array","items":{"properties":{"colo_id":{"type":"string"},"timeseries":{"$ref":"#/components/schemas/zone-analytics-api_timeseries_by_colo"},"totals":{"$ref":"#/components/schemas/zone-analytics-api_totals_by_colo"}},"type":"object"},"title":"Analytics data by datacenter"},"zone-analytics-api_timeseries":{"type":"array","items":{"properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_bandwidth"},"pageviews":{"$ref":"#/components/schemas/zone-analytics-api_pageviews"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_requests"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"threats":{"$ref":"#/components/schemas/zone-analytics-api_threats"},"uniques":{"$ref":"#/components/schemas/zone-analytics-api_uniques"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}},"type":"object"}},"zone-analytics-api_totals":{"type":"object","properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_bandwidth"},"pageviews":{"$ref":"#/components/schemas/zone-analytics-api_pageviews"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_requests"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"threats":{"$ref":"#/components/schemas/zone-analytics-api_threats"},"uniques":{"$ref":"#/components/schemas/zone-analytics-api_uniques"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}}},"zone-analytics-api_dashboard":{"type":"object","properties":{"timeseries":{"$ref":"#/components/schemas/zone-analytics-api_timeseries"},"totals":{"$ref":"#/components/schemas/zone-analytics-api_totals"}},"title":"Dashboard response"},"zone-analytics-api_timeseries_by_colo":{"type":"array","items":{"properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_bandwidth_by_colo"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_requests_by_colo"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"threats":{"$ref":"#/components/schemas/zone-analytics-api_threats"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}},"type":"object"}},"zone-analytics-api_totals_by_colo":{"type":"object","properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_bandwidth_by_colo"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_requests_by_colo"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"threats":{"$ref":"#/components/schemas/zone-analytics-api_threats"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}}},"zone-analytics-api_bandwidth":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"content_type":{"type":"object"},"country":{"type":"object"},"ssl":{"type":"object","properties":{"encrypted":{"type":"integer"},"unencrypted":{"type":"integer"}}},"ssl_protocols":{"type":"object","properties":{"TLSv1":{"type":"integer"},"TLSv1.1":{"type":"integer"},"TLSv1.2":{"type":"integer"},"TLSv1.3":{"type":"integer"},"none":{"type":"integer"}}},"uncached":{"type":"integer"}}},"zone-analytics-api_pageviews":{"type":"object","properties":{"all":{"type":"integer"},"search_engine":{"type":"object"}}},"zone-analytics-api_requests":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"content_type":{"type":"object"},"country":{"type":"object"},"http_status":{"type":"object","additionalProperties":true},"ssl":{"type":"object","properties":{"encrypted":{"type":"integer"},"unencrypted":{"type":"integer"}}},"ssl_protocols":{"type":"object","properties":{"TLSv1":{"type":"integer"},"TLSv1.1":{"type":"integer"},"TLSv1.2":{"type":"integer"},"TLSv1.3":{"type":"integer"},"none":{"type":"integer"}}},"uncached":{"type":"integer"}}},"zone-analytics-api_threats":{"type":"object","properties":{"all":{"type":"integer"},"country":{"type":"object"},"type":{"type":"object"}}},"zone-analytics-api_uniques":{"type":"object","properties":{"all":{"type":"integer"}}},"zone-analytics-api_bandwidth_by_colo":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"uncached":{"type":"integer"}}},"zone-analytics-api_requests_by_colo":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"country":{"type":"object","additionalProperties":true},"http_status":{"type":"object"},"uncached":{"type":"integer"}}},"zone-analytics-api_user_zone":{"type":"object","properties":{"timeseries":{"type":"array","items":{"$ref":"#/components/schemas/zone-analytics-api_user_period"}},"totals":{"$ref":"#/components/schemas/zone-analytics-api_user_period"},"zone_id":{"type":"string","maxLength":32,"readOnly":true}}},"zone-analytics-api_user_period_bandwidth":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"uncached":{"type":"integer"}}},"zone-analytics-api_user_period_requests":{"type":"object","properties":{"all":{"type":"integer"}}},"zone-analytics-api_user_period":{"type":"object","properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_user_period_bandwidth"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_user_period_requests"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}}},"zones_base":{"properties":{"editable":{"type":"boolean","enum":[true,false],"readOnly":true},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"value":{}},"required":["id","value"]},"zones_0rtt_value":{"type":"string","default":"off","enum":["on","off"]},"zones_always_use_https":{"type":"object","properties":{"id":{"type":"string","enum":["always_use_https"],"x-auditable":true}},"title":"Always Use HTTPS","x-stainless-skip":["terraform"]},"zones_automatic_https_rewrites":{"type":"object","properties":{"id":{"type":"string","enum":["automatic_https_rewrites"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Automatic HTTPS Rewrites","x-stainless-skip":["terraform"]},"zones_browser_cache_ttl":{"type":"object","properties":{"id":{"type":"string","enum":["browser_cache_ttl"],"x-auditable":true},"value":{"type":"integer","maximum":31536000,"minimum":0,"x-auditable":true}},"title":"Browser Cache TTL","x-stainless-skip":["terraform"]},"zones_browser_check":{"type":"object","properties":{"id":{"type":"string","enum":["browser_check"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Browser Integrity Check","x-stainless-skip":["terraform"]},"zones_bypass_cache_on_cookie":{"type":"object","properties":{"id":{"type":"string","enum":["bypass_cache_on_cookie"],"x-auditable":true},"value":{"type":"string","maxLength":150,"minLength":1,"x-auditable":true}},"title":"Bypass Cache on Cookie","x-stainless-skip":["terraform"]},"zones_cache_by_device_type":{"type":"object","properties":{"id":{"type":"string","enum":["cache_by_device_type"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Cache By Device Type","x-stainless-skip":["terraform"]},"zones_cache_deception_armor":{"type":"object","properties":{"id":{"type":"string","enum":["cache_deception_armor"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Cache Deception Armor","x-stainless-skip":["terraform"]},"zones_cache_key_fields":{"type":"object","properties":{"id":{"type":"string","enum":["cache_key_fields"]},"value":{"type":"object","properties":{"cookie":{"properties":{"check_presence":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1},"include":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1}},"type":"object"},"header":{"properties":{"check_presence":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1},"exclude":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1},"include":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1}},"type":"object"},"host":{"properties":{"resolved":{"type":"boolean"}},"type":"object"},"query_string":{"properties":{"exclude":{"oneOf":[{"enum":["*"],"type":"string"},{"items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1,"type":"array"}]},"include":{"oneOf":[{"enum":["*"],"type":"string"},{"items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1,"type":"array"}]}},"type":"object"},"user":{"properties":{"device_type":{"type":"boolean"},"geo":{"type":"boolean"},"lang":{"type":"boolean"}},"type":"object"}}}},"title":"Custom Cache Key","x-stainless-skip":["terraform"]},"zones_cache_level":{"type":"object","properties":{"id":{"type":"string","enum":["cache_level"],"x-auditable":true},"value":{"type":"string","enum":["bypass","basic","simplified","aggressive","cache_everything"],"x-auditable":true}},"title":"Cache Level","x-stainless-skip":["terraform"]},"zones_cache_on_cookie":{"type":"object","properties":{"id":{"type":"string","enum":["cache_on_cookie"],"x-auditable":true},"value":{"type":"string","maxLength":150,"minLength":1,"x-auditable":true}},"title":"Cache on Cookie","x-stainless-skip":["terraform"]},"zones_cache_ttl_by_status":{"type":"object","properties":{"id":{"type":"string","enum":["cache_ttl_by_status"],"x-auditable":true},"value":{"type":"object","additionalProperties":{"anyOf":[{"enum":["no-cache","no-store"],"type":"string"},{"type":"integer"}]}}},"title":"Cache TTL by Status Code","x-stainless-skip":["terraform"]},"zones_disable_apps":{"type":"object","properties":{"id":{"type":"string","enum":["disable_apps"],"x-auditable":true}},"title":"Disable Apps","x-stainless-skip":["terraform"]},"zones_disable_performance":{"type":"object","properties":{"id":{"type":"string","enum":["disable_performance"],"x-auditable":true}},"title":"Disable Performance","x-stainless-skip":["terraform"]},"zones_disable_security":{"type":"object","properties":{"id":{"type":"string","enum":["disable_security"],"x-auditable":true}},"title":"Disable Security","x-stainless-skip":["terraform"]},"zones_disable_zaraz":{"type":"object","properties":{"id":{"type":"string","enum":["disable_zaraz"],"x-auditable":true}},"title":"Disable Zaraz","x-stainless-skip":["terraform"]},"zones_edge_cache_ttl":{"type":"object","properties":{"id":{"type":"string","enum":["edge_cache_ttl"],"x-auditable":true},"value":{"type":"integer","maximum":31536000,"minimum":1,"x-auditable":true}},"title":"Edge Cache TTL","x-stainless-skip":["terraform"]},"zones_email_obfuscation":{"type":"object","properties":{"id":{"type":"string","enum":["email_obfuscation"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Email Obfuscation","x-stainless-skip":["terraform"]},"zones_explicit_cache_control":{"type":"object","properties":{"id":{"type":"string","enum":["explicit_cache_control"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Origin Cache Control","x-stainless-skip":["terraform"]},"zones_forwarding_url":{"type":"object","properties":{"id":{"type":"string","enum":["forwarding_url"],"x-auditable":true},"value":{"properties":{"status_code":{"enum":[301,302],"type":"integer","x-auditable":true},"url":{"maxLength":1500,"type":"string","x-auditable":true}}}},"title":"Forwarding URL","x-stainless-skip":["terraform"]},"zones_host_header_override":{"type":"object","properties":{"id":{"type":"string","enum":["host_header_override"],"x-auditable":true},"value":{"type":"string","minLength":1,"x-auditable":true}},"title":"Host Header Override","x-stainless-skip":["terraform"]},"zones_ip_geolocation":{"type":"object","properties":{"id":{"type":"string","enum":["ip_geolocation"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"IP Geolocation Header","x-stainless-skip":["terraform"]},"zones_mirage":{"type":"object","properties":{"id":{"type":"string","enum":["mirage"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"deprecated":true,"title":"Mirage","x-stainless-deprecation-message":"Mirage is deprecated. This functionality is no longer supported. \nSee https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-11-03 for further details.\n","x-stainless-skip":["terraform"]},"zones_opportunistic_encryption":{"type":"object","properties":{"id":{"type":"string","enum":["opportunistic_encryption"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Opportunistic Encryption","x-stainless-skip":["terraform"]},"zones_origin_error_page_pass_thru":{"type":"object","properties":{"id":{"type":"string","enum":["origin_error_page_pass_thru"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Origin Error Page Passthru","x-stainless-skip":["terraform"]},"zones_polish":{"type":"object","properties":{"id":{"type":"string","enum":["polish"],"x-auditable":true},"value":{"type":"string","enum":["off","lossless","lossy"],"x-auditable":true}},"title":"Polish","x-stainless-skip":["terraform"]},"zones_resolve_override":{"type":"object","properties":{"id":{"type":"string","enum":["resolve_override"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"title":"Resolve Override","x-stainless-skip":["terraform"]},"zones_respect_strong_etag":{"type":"object","properties":{"id":{"type":"string","enum":["respect_strong_etag"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Respect Strong ETags","x-stainless-skip":["terraform"]},"zones_response_buffering":{"type":"object","properties":{"id":{"type":"string","enum":["response_buffering"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"deprecated":true,"title":"Response Buffering","x-stainless-deprecation-message":"This page rule is deprecated. This functionality is no longer supported.","x-stainless-skip":["terraform"]},"zones_rocket_loader":{"type":"object","properties":{"id":{"type":"string","enum":["rocket_loader"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Rocket Loader","x-stainless-skip":["terraform"]},"zones_security_level":{"type":"object","properties":{"id":{"type":"string","enum":["security_level"],"x-auditable":true},"value":{"type":"string","enum":["off","essentially_off","low","medium","high","under_attack"],"x-auditable":true}},"title":"Security Level","x-stainless-skip":["terraform"]},"zones_sort_query_string_for_cache":{"type":"object","properties":{"id":{"type":"string","enum":["sort_query_string_for_cache"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Query String Sort","x-stainless-skip":["terraform"]},"zones_ssl":{"type":"object","properties":{"id":{"type":"string","enum":["ssl"],"x-auditable":true},"value":{"type":"string","enum":["off","flexible","full","strict","origin_pull"],"x-auditable":true}},"title":"SSL","x-stainless-skip":["terraform"]},"zones_true_client_ip_header":{"type":"object","properties":{"id":{"type":"string","enum":["true_client_ip_header"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"True Client IP Header","x-stainless-skip":["terraform"]},"zones_waf":{"type":"object","properties":{"id":{"type":"string","enum":["waf"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"WAF","x-stainless-skip":["terraform"]},"zones_advanced_ddos_value":{"type":"string","default":"off","enum":["on","off"]},"zones_always_online_value":{"type":"string","default":"on","enum":["on","off"]},"zones_always_use_https_value":{"type":"string","default":"off","enum":["on","off"]},"zones_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"zones_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"zones_api-response-common-3":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zones_messages"},"messages":{"$ref":"#/components/schemas/zones_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"zones_automatic_https_rewrites_value":{"type":"string","default":"on","enum":["on","off"]},"zones_brotli_value":{"type":"string","default":"off","enum":["off","on"]},"zones_browser_cache_ttl_value":{"type":"integer","default":14400,"maximum":31536000,"minimum":0},"zones_browser_check_value":{"type":"string","default":"on","enum":["on","off"]},"zones_cache-rules_base":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id"]},"zones_cache-rules_aegis_value":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"pool_id":{"type":"string","x-auditable":true}}},"zones_cache-rules_origin_h2_max_streams_value":{"type":"integer","maximum":1000,"minimum":1,"x-auditable":true},"zones_cache-rules_origin_max_http_version_value":{"type":"string","enum":["2","1"],"x-auditable":true},"zones_cache_level_value":{"type":"string","default":"aggressive","enum":["aggressive","basic","simplified"]},"zones_challenge_ttl_value":{"type":"number","default":1800,"enum":[300,900,1800,2700,3600,7200,10800,14400,28800,57600,86400,604800,2592000,31536000]},"zones_china_network_enabled_value":{"type":"string","default":"off","enum":["on","off"],"readOnly":true},"zones_ciphers_value":{"type":"array","items":{"type":"string"},"default":[],"uniqueItems":true},"zones_cname_flattening_value":{"type":"string","default":"flatten_at_root","deprecated":true,"enum":["flatten_at_root","flatten_all"],"x-stainless-deprecation-message":"This zone setting is deprecated; please use the DNS Settings route instead. More information at https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-03-21"},"zones_content_converter_value":{"type":"string","default":"off","enum":["off","on"]},"zones_development_mode_value":{"type":"string","default":"off","enum":["on","off"]},"zones_early_hints_value":{"type":"string","default":"off","enum":["on","off"]},"zones_edge_cache_ttl_value":{"type":"number","default":7200,"enum":[30,60,300,1200,1800,3600,7200,10800,14400,18000,28800,43200,57600,72000,86400,172800,259200,345600,432000,518400,604800]},"zones_email_obfuscation_value":{"type":"string","default":"on","enum":["on","off"]},"zones_h2_prioritization_value":{"type":"string","default":"off","enum":["on","off","custom"]},"zones_hotlink_protection_value":{"type":"string","default":"off","enum":["on","off"]},"zones_http2_value":{"type":"string","default":"off","enum":["on","off"]},"zones_http3_value":{"type":"string","default":"off","enum":["on","off"]},"zones_image_resizing_value":{"type":"string","default":"off","enum":["on","off","open"]},"zones_ip_geolocation_value":{"type":"string","default":"on","enum":["on","off"]},"zones_ipv6_value":{"type":"string","default":"off","enum":["off","on"]},"zones_max_upload_value":{"type":"integer","default":100,"enum":[100,125,150,175,200,225,250,275,300,325,350,375,400,425,450,475,500,1000]},"zones_min_tls_version_value":{"type":"string","default":"1.0","enum":["1.0","1.1","1.2","1.3"]},"zones_mirage_value":{"type":"string","default":"off","deprecated":true,"enum":["on","off"],"x-stainless-deprecation-message":"Mirage is being deprecated. More information at https://developers.cloudflare.com/speed/optimization/images/mirage/"},"zones_0rtt":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["0rtt"]},"value":{"$ref":"#/components/schemas/zones_0rtt_value"}}}],"title":"0-RTT Value"},"zones_advanced_ddos":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["advanced_ddos"]},"value":{"$ref":"#/components/schemas/zones_advanced_ddos_value"}}}],"title":"Advanced DDoS Protection"},"zones_cache-rules_aegis":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_cache-rules_base"},{"properties":{"id":{"type":"string","enum":["aegis"],"x-auditable":true},"value":{"$ref":"#/components/schemas/zones_cache-rules_aegis_value"}},"type":"object"}],"title":"Aegis"},"zones_always_online":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["always_online"]},"value":{"$ref":"#/components/schemas/zones_always_online_value"}}}],"title":"Always Online Mode"},"zones_always_use_https-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["always_use_https"]},"value":{"$ref":"#/components/schemas/zones_always_use_https_value"}}}],"title":"Zone Enable Always Use HTTPS"},"zones_automatic_https_rewrites-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["automatic_https_rewrites"]},"value":{"$ref":"#/components/schemas/zones_automatic_https_rewrites_value"}}}],"title":"Zone Enable Automatic HTTPS Rewrites"},"zones_brotli":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["brotli"]},"value":{"$ref":"#/components/schemas/zones_brotli_value"}}}],"title":"Brotli Compression"},"zones_browser_cache_ttl-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["browser_cache_ttl"]},"value":{"$ref":"#/components/schemas/zones_browser_cache_ttl_value"}}}],"title":"Browser Cache TTL"},"zones_browser_check-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["browser_check"]},"value":{"$ref":"#/components/schemas/zones_browser_check_value"}}}],"title":"Browser Check"},"zones_cache_level-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["cache_level"]},"value":{"$ref":"#/components/schemas/zones_cache_level_value"}}}],"title":"Cloudflare Cache Level"},"zones_challenge_ttl":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["challenge_ttl"]},"value":{"$ref":"#/components/schemas/zones_challenge_ttl_value"}}}],"title":"Challenge Page TTL"},"zones_china_network_enabled":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["china_network_enabled"]},"value":{"$ref":"#/components/schemas/zones_china_network_enabled_value"}}}],"title":"China Network Enabled"},"zones_content_converter":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["content_converter"]},"value":{"$ref":"#/components/schemas/zones_content_converter_value"}}}],"title":"Content Converter"},"zones_ciphers":{"default":[],"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["ciphers"]},"value":{"$ref":"#/components/schemas/zones_ciphers_value"}}}],"title":"Zone ciphers allowed for TLS termination"},"zones_cname_flattening":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["cname_flattening"]},"value":{"$ref":"#/components/schemas/zones_cname_flattening_value"}}}],"deprecated":true,"title":"Cloudflare CNAME Flattening","x-stainless-deprecation-message":"This zone setting is deprecated; please use the DNS Settings route instead. More information at https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-03-21"},"zones_development_mode":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["development_mode"]},"time_remaining":{"type":"number","readOnly":true},"value":{"$ref":"#/components/schemas/zones_development_mode_value"}}}],"title":"Development Mode"},"zones_early_hints":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["early_hints"]},"value":{"$ref":"#/components/schemas/zones_early_hints_value"}}}],"title":"Early Hints"},"zones_edge_cache_ttl-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["edge_cache_ttl"]},"value":{"$ref":"#/components/schemas/zones_edge_cache_ttl_value"}}}],"title":"Edge Cache TTL"},"zones_email_obfuscation-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["email_obfuscation"]},"value":{"$ref":"#/components/schemas/zones_email_obfuscation_value"}}}],"title":"Email Obfuscation"},"zones_h2_prioritization":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["h2_prioritization"]},"value":{"$ref":"#/components/schemas/zones_h2_prioritization_value"}}}],"title":"HTTP/2 Edge Prioritization"},"zones_hotlink_protection":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["hotlink_protection"]},"value":{"$ref":"#/components/schemas/zones_hotlink_protection_value"}}}],"title":"Hotlink Protection"},"zones_http2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["http2"]},"value":{"$ref":"#/components/schemas/zones_http2_value"}}}],"title":"HTTP2 Value"},"zones_http3":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["http3"]},"value":{"$ref":"#/components/schemas/zones_http3_value"}}}],"title":"HTTP3 Value"},"zones_ip_geolocation-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["ip_geolocation"]},"value":{"$ref":"#/components/schemas/zones_ip_geolocation_value"}}}],"title":"IP Geolocation"},"zones_ipv6":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["ipv6"]},"value":{"$ref":"#/components/schemas/zones_ipv6_value"}}}],"title":"IPv6"},"zones_max_upload":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["max_upload"]},"value":{"$ref":"#/components/schemas/zones_max_upload_value"}}}],"title":"Max Upload"},"zones_min_tls_version":{"default":"1.0","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["min_tls_version"]},"value":{"$ref":"#/components/schemas/zones_min_tls_version_value"}}}],"title":"Zone Minimum TLS Version value"},"zones_mirage-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["mirage"]},"value":{"$ref":"#/components/schemas/zones_mirage_value"}}}],"deprecated":true,"title":"Mirage Image Optimization","x-stainless-deprecation-message":"Mirage is being deprecated. More information at https://developers.cloudflare.com/speed/optimization/images/mirage/"},"zones_nel":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["nel"]},"value":{"$ref":"#/components/schemas/zones_nel_value"}}}],"title":"Network Error Logging"},"zones_opportunistic_encryption-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["opportunistic_encryption"]},"value":{"$ref":"#/components/schemas/zones_opportunistic_encryption_value"}}}],"title":"Enable Opportunistic Encryption for a zone"},"zones_opportunistic_onion":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["opportunistic_onion"]},"value":{"$ref":"#/components/schemas/zones_opportunistic_onion_value"}}}],"title":"Zone Enable Onion Routing"},"zones_orange_to_orange":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["orange_to_orange"]},"value":{"$ref":"#/components/schemas/zones_orange_to_orange_value"}}}],"title":"Orange to Orange"},"zones_origin_error_page_pass_thru-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["origin_error_page_pass_thru"]},"value":{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru_value"}}}],"title":"Error Pages On"},"zones_cache-rules_origin_h2_max_streams":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_h2_max_streams"],"x-auditable":true},"value":{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams_value"}},"type":"object"}],"title":"Origin H2 Max Streams"},"zones_cache-rules_origin_max_http_version":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_max_http_version"],"x-auditable":true},"value":{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version_value"}},"type":"object"}],"title":"Origin Max HTTP Version"},"zones_polish-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["polish"]},"value":{"$ref":"#/components/schemas/zones_polish_value"}}}],"title":"Polish Image Optimization"},"zones_prefetch_preload":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["prefetch_preload"]},"value":{"$ref":"#/components/schemas/zones_prefetch_preload_value"}}}],"title":"Prefetch preload"},"zones_privacy_pass":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["privacy_pass"]},"value":{"$ref":"#/components/schemas/zones_privacy_pass_value"}}}],"deprecated":true,"title":"Privacy Pass v1 (deprecated)","x-stainless-deprecation-message":"Privacy Pass v1 was deprecated in 2023. (Announcement - https://blog.cloudflare.com/privacy-pass-standard/) and (API deprecation details - https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2024-03-31)"},"zones_proxy_read_timeout":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["proxy_read_timeout"]},"value":{"$ref":"#/components/schemas/zones_proxy_read_timeout_value"}}}],"title":"Proxy Read Timeout"},"zones_pseudo_ipv4":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"default":"pseudo_ipv4","enum":["pseudo_ipv4"]},"value":{"$ref":"#/components/schemas/zones_pseudo_ipv4_value"}}}],"title":"Pseudo IPv4 Value"},"zones_redirects_for_ai_training":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["redirects_for_ai_training"]},"value":{"$ref":"#/components/schemas/zones_redirects_for_ai_training_value"}}}],"title":"Redirects for AI Training"},"zones_replace_insecure_js":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["replace_insecure_js"]},"value":{"$ref":"#/components/schemas/zones_replace_insecure_js_value"}}}],"title":"Replace insecure JavaScript libraries"},"zones_response_buffering-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["response_buffering"]},"value":{"$ref":"#/components/schemas/zones_response_buffering_value"}}}],"deprecated":true,"title":"Response Buffering","x-stainless-deprecation-message":"This zone setting is deprecated. This functionality is no longer supported."},"zones_rocket_loader-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["rocket_loader"]},"value":{"$ref":"#/components/schemas/zones_rocket_loader_value"}}}],"title":"Rocket Loader"},"zones_schemas-automatic_platform_optimization":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["automatic_platform_optimization"]},"value":{"$ref":"#/components/schemas/zones_automatic_platform_optimization"}}}],"title":"Automatic Platform Optimization for WordPress"},"zones_search_for_agents":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["search_for_agents"]},"value":{"$ref":"#/components/schemas/zones_search_for_agents_value"}}}],"title":"Search for Agents"},"zones_security_header":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["security_header"]},"value":{"$ref":"#/components/schemas/zones_security_header_value"}}}],"title":"Security Header"},"zones_security_level-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["security_level"]},"value":{"$ref":"#/components/schemas/zones_security_level_value"}}}],"title":"Security Level"},"zones_server_side_exclude":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["server_side_exclude"]},"value":{"$ref":"#/components/schemas/zones_server_side_exclude_value"}}}],"title":"Server Side Exclude"},"zones_sha1_support":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["sha1_support"]},"value":{"$ref":"#/components/schemas/zones_sha1_support_value"}}}],"title":"Toggle SHA1 support"},"zones_sort_query_string_for_cache-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["sort_query_string_for_cache"]},"value":{"$ref":"#/components/schemas/zones_sort_query_string_for_cache_value"}}}],"title":"Get String Sort"},"zones_ssl-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["ssl"]},"value":{"$ref":"#/components/schemas/zones_ssl_value"}}}],"title":"SSL"},"zones_ssl_recommender":{"allOf":[{"properties":{"enabled":{"$ref":"#/components/schemas/zones_ssl_recommender_enabled"},"id":{"enum":["ssl_recommender"]}}}],"title":"SSL/TLS Recommender"},"zones_tls_1_2_only":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["tls_1_2_only"]},"value":{"$ref":"#/components/schemas/zones_tls_1_2_only_value"}}}],"title":"TLS1.2 only"},"zones_tls_1_3":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["tls_1_3"]},"value":{"$ref":"#/components/schemas/zones_tls_1_3_value"}}}],"title":"Enable TLS 1.3 value for a zone"},"zones_tls_client_auth":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["tls_client_auth"]},"value":{"$ref":"#/components/schemas/zones_tls_client_auth_value"}}}],"title":"TLS Client Authentication"},"zones_true_client_ip_header-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["true_client_ip_header"]},"value":{"$ref":"#/components/schemas/zones_true_client_ip_header_value"}}}],"title":"True Client IP Header"},"zones_waf-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["waf"]},"value":{"$ref":"#/components/schemas/zones_waf_value"}}}],"title":"Web Application Firewall"},"zones_webmcp_enabled":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["webmcp_enabled"]},"value":{"$ref":"#/components/schemas/zones_webmcp_enabled_value"}}}],"title":"WebMCP Enabled"},"zones_webmcp_packs":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["webmcp_packs"]},"value":{"$ref":"#/components/schemas/zones_webmcp_packs_value"}}}],"title":"WebMCP Tool Packs"},"zones_webp":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["webp"]},"value":{"$ref":"#/components/schemas/zones_webp_value"}}}],"title":"Polish WebP Conversion"},"zones_websockets":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["websockets"]},"value":{"$ref":"#/components/schemas/zones_websockets_value"}}}],"title":"WebSockets"},"zones_nel_value":{"type":"object","properties":{"enabled":{"type":"boolean","default":false}},"default":{"enabled":false}},"zones_opportunistic_encryption_value":{"type":"string","default":"on","enum":["on","off"]},"zones_opportunistic_onion_value":{"type":"string","default":"off","enum":["on","off"]},"zones_orange_to_orange_value":{"type":"string","default":"on","enum":["on","off"]},"zones_origin_error_page_pass_thru_value":{"type":"string","default":"off","enum":["on","off"]},"zones_created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"zones_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"zones_polish_value":{"type":"string","default":"off","enum":["off","lossless","lossy"]},"zones_prefetch_preload_value":{"type":"string","default":"off","enum":["on","off"]},"zones_privacy_pass_value":{"type":"string","default":"off","deprecated":true,"enum":["on","off"],"x-stainless-deprecation-message":"Privacy Pass v1 was deprecated in 2023. (Announcement - https://blog.cloudflare.com/privacy-pass-standard/) and (API deprecation details - https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2024-03-31)"},"zones_proxy_read_timeout_value":{"type":"number","default":125},"zones_pseudo_ipv4_value":{"type":"string","default":"off","enum":["off","add_header","overwrite_header"]},"zones_redirects_for_ai_training_value":{"type":"string","default":"off","enum":["off","on"]},"zones_replace_insecure_js_value":{"type":"string","default":"off","enum":["on","off"]},"zones_response_buffering_value":{"type":"string","default":"off","enum":["on","off"]},"zones_rocket_loader_value":{"type":"string","default":"off","enum":["on","off"]},"zones_automatic_platform_optimization":{"type":"object","properties":{"cache_by_device_type":{"type":"boolean"},"cf":{"type":"boolean","default":false},"enabled":{"type":"boolean","default":false},"hostnames":{"type":"array","items":{"format":"hostname","type":"string"}},"wordpress":{"type":"boolean","default":false},"wp_plugin":{"type":"boolean","default":false}},"required":["enabled","cf","wordpress","wp_plugin","hostnames","cache_by_device_type"]},"zones_search_for_agents_value":{"type":"string","default":"off","enum":["off","on"]},"zones_security_header_value":{"type":"object","properties":{"strict_transport_security":{"type":"object","properties":{"enabled":{"type":"boolean"},"include_subdomains":{"type":"boolean"},"max_age":{"type":"number"},"nosniff":{"type":"boolean"},"preload":{"type":"boolean"}}}},"default":{"strict_transport_security":{"enabled":true,"include_subdomains":true,"max_age":86400,"nosniff":true,"preload":false}}},"zones_security_level_value":{"type":"string","default":"medium","enum":["off","essentially_off","low","medium","high","under_attack"]},"zones_server_side_exclude_value":{"type":"string","default":"on","enum":["on","off"]},"zones_image_resizing":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["image_resizing"]},"value":{"$ref":"#/components/schemas/zones_image_resizing_value"}}}],"title":"Image Transformations"},"zones_transformations":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["transformations"]},"value":{"$ref":"#/components/schemas/zones_image_resizing_value"}}}],"title":"Media Transformations"},"zones_transformations_allowed_origins":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["transformations_allowed_origins"]},"value":{"$ref":"#/components/schemas/zones_transformations_allowed_origins_value"}}}],"title":"Media Transformations Allowed Origins"},"zones_sha1_support_value":{"type":"string","default":"off","enum":["off","on"]},"zones_sort_query_string_for_cache_value":{"type":"string","default":"off","enum":["on","off"]},"zones_ssl_value":{"type":"string","default":"off","enum":["off","flexible","full","strict"]},"zones_tls_1_2_only_value":{"type":"string","default":"off","enum":["off","on"]},"zones_tls_1_3_value":{"type":"string","default":"off","enum":["on","off","zrt"]},"zones_tls_client_auth_value":{"type":"string","default":"off","enum":["on","off"]},"zones_true_client_ip_header_value":{"type":"string","default":"off","enum":["on","off"]},"zones_waf_value":{"type":"string","default":"off","enum":["on","off"]},"zones_webmcp_enabled_value":{"type":"string","default":"off","enum":["off","on"]},"zones_webmcp_packs_value":{"type":"string","default":"","maxLength":256,"pattern":"^([a-z0-9]+(-[a-z0-9]+)*(,[a-z0-9]+(-[a-z0-9]+)*)*)?$"},"zones_webp_value":{"type":"string","default":"off","enum":["off","on"]},"zones_websockets_value":{"type":"string","default":"off","enum":["off","on"]},"zones_ssl_recommender_enabled":{"type":"boolean","default":false},"zones_url_target":{"type":"object","properties":{"constraint":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_string_constraint"},{"properties":{"value":{"type":"string","pattern":"^(https?://)?(([-a-zA-Z0-9*]*\\.)+[-a-zA-Z0-9]{2,20})(:(8080|8443|443|80))?(/[\\S]+)?$","x-auditable":true}}}]},"target":{"enum":["url"],"x-auditable":true}}},"zones_target":{"oneOf":[{"$ref":"#/components/schemas/zones_url_target"}],"required":["target","constraint"]},"zones_transformations_allowed_origins_value":{"type":"string"},"zones_string_constraint":{"type":"object","properties":{"operator":{"default":"contains","enum":["matches","contains","equals","not_equal","not_contain"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"required":["operator","value"]},"zones_setting_value":{"oneOf":[{"$ref":"#/components/schemas/zones_0rtt_value"},{"$ref":"#/components/schemas/zones_advanced_ddos_value"},{"$ref":"#/components/schemas/zones_cache-rules_aegis_value"},{"$ref":"#/components/schemas/zones_always_online_value"},{"$ref":"#/components/schemas/zones_always_use_https_value"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites_value"},{"$ref":"#/components/schemas/zones_brotli_value"},{"$ref":"#/components/schemas/zones_browser_cache_ttl_value"},{"$ref":"#/components/schemas/zones_browser_check_value"},{"$ref":"#/components/schemas/zones_cache_level_value"},{"$ref":"#/components/schemas/zones_challenge_ttl_value"},{"$ref":"#/components/schemas/zones_china_network_enabled_value"},{"$ref":"#/components/schemas/zones_content_converter_value"},{"$ref":"#/components/schemas/zones_ciphers_value"},{"$ref":"#/components/schemas/zones_cname_flattening_value"},{"$ref":"#/components/schemas/zones_development_mode_value"},{"$ref":"#/components/schemas/zones_early_hints_value"},{"$ref":"#/components/schemas/zones_edge_cache_ttl_value"},{"$ref":"#/components/schemas/zones_email_obfuscation_value"},{"$ref":"#/components/schemas/zones_h2_prioritization_value"},{"$ref":"#/components/schemas/zones_hotlink_protection_value"},{"$ref":"#/components/schemas/zones_http2_value"},{"$ref":"#/components/schemas/zones_http3_value"},{"$ref":"#/components/schemas/zones_image_resizing_value"},{"$ref":"#/components/schemas/zones_ip_geolocation_value"},{"$ref":"#/components/schemas/zones_ipv6_value"},{"$ref":"#/components/schemas/zones_max_upload_value"},{"$ref":"#/components/schemas/zones_min_tls_version_value"},{"$ref":"#/components/schemas/zones_mirage_value"},{"$ref":"#/components/schemas/zones_nel_value"},{"$ref":"#/components/schemas/zones_opportunistic_encryption_value"},{"$ref":"#/components/schemas/zones_opportunistic_onion_value"},{"$ref":"#/components/schemas/zones_orange_to_orange_value"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru_value"},{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams_value"},{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version_value"},{"$ref":"#/components/schemas/zones_polish_value"},{"$ref":"#/components/schemas/zones_prefetch_preload_value"},{"$ref":"#/components/schemas/zones_privacy_pass_value"},{"$ref":"#/components/schemas/zones_proxy_read_timeout_value"},{"$ref":"#/components/schemas/zones_pseudo_ipv4_value"},{"$ref":"#/components/schemas/zones_redirects_for_ai_training_value"},{"$ref":"#/components/schemas/zones_replace_insecure_js_value"},{"$ref":"#/components/schemas/zones_response_buffering_value"},{"$ref":"#/components/schemas/zones_rocket_loader_value"},{"$ref":"#/components/schemas/zones_automatic_platform_optimization"},{"$ref":"#/components/schemas/zones_search_for_agents_value"},{"$ref":"#/components/schemas/zones_security_header_value"},{"$ref":"#/components/schemas/zones_security_level_value"},{"$ref":"#/components/schemas/zones_server_side_exclude_value"},{"$ref":"#/components/schemas/zones_sha1_support_value"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache_value"},{"$ref":"#/components/schemas/zones_ssl_value"},{"$ref":"#/components/schemas/zones_tls_1_2_only_value"},{"$ref":"#/components/schemas/zones_tls_1_3_value"},{"$ref":"#/components/schemas/zones_tls_client_auth_value"},{"$ref":"#/components/schemas/zones_true_client_ip_header_value"},{"$ref":"#/components/schemas/zones_waf_value"},{"$ref":"#/components/schemas/zones_webmcp_enabled_value"},{"$ref":"#/components/schemas/zones_webmcp_packs_value"},{"$ref":"#/components/schemas/zones_webp_value"},{"$ref":"#/components/schemas/zones_websockets_value"}]},"api-shield_create-single-rule-request":{"allOf":[{"required":["title","description","action","enabled","expression","selector"],"type":"object"},{"$ref":"#/components/schemas/api-shield_rule-properties"}]},"api-shield_edit-single-rule-request":{"allOf":[{"$ref":"#/components/schemas/api-shield_rule-properties"},{"properties":{"position":{"$ref":"#/components/schemas/api-shield_position"}},"type":"object"}]},"api-shield_credentials-request":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-request"},"maxItems":4,"minItems":1}},"required":["keys"]},"api-shield_credentials-patch-request":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-patch-request"},"maxItems":4,"minItems":1}},"required":["keys"]},"api-shield_global_setting_change_base":{"type":"object","properties":{"validation_default_mitigation_action":{"type":"string","enum":["none","log","block"],"x-auditable":true},"validation_override_mitigation_action":{"type":"string","enum":["none",null],"nullable":true,"x-auditable":true}}},"api-shield_per_operation_setting_change_base":{"type":"object","properties":{"mitigation_action":{"type":"string","enum":["log","block","none",null],"nullable":true,"x-auditable":true}}},"pay-per-crawl_ZonesCanBeEnabledQueryPayload":{"type":"object","properties":{"zones":{"type":"array","items":{"type":"string"}}}},"realtimekit_AIConfig":{"type":"object","properties":{"summarization":{"$ref":"#/components/schemas/realtimekit_SummarizationConfig"},"transcription":{"$ref":"#/components/schemas/realtimekit_TranscriptionConfig"}},"title":"AIConfig"},"realtimekit_Preset":{"type":"object","properties":{"config":{"type":"object","properties":{"livestream_viewer_qualities":{"type":"array","items":{"minimum":0,"type":"integer"},"default":[],"nullable":true},"max_screenshare_count":{"type":"number"},"max_video_streams":{"type":"object","properties":{"desktop":{"type":"number"},"mobile":{"type":"number"}},"required":["mobile","desktop"]},"media":{"type":"object","properties":{"audio":{"type":"object","properties":{"enable_high_bitrate":{"type":"boolean","default":false},"enable_stereo":{"type":"boolean","default":false}}},"screenshare":{"type":"object","properties":{"frame_rate":{"type":"number"},"quality":{"type":"string","enum":["hd","vga","qvga","fhd","uhd"]}},"required":["quality","frame_rate"]},"video":{"type":"object","properties":{"frame_rate":{"type":"number","maximum":30},"quality":{"type":"string","enum":["hd","vga","qvga","fhd","uhd"]},"simulcast":{"type":"boolean","default":false}},"required":["quality","frame_rate"]}},"required":["video","screenshare"]},"view_type":{"type":"string","enum":["GROUP_CALL","WEBINAR","AUDIO_ROOM","LIVESTREAM"]}},"required":["view_type","max_video_streams","max_screenshare_count","media"]},"name":{"type":"string"},"permissions":{"type":"object","properties":{"accept_stage_requests":{"type":"boolean"},"accept_waiting_requests":{"type":"boolean"},"can_accept_production_requests":{"type":"boolean"},"can_change_participant_permissions":{"type":"boolean"},"can_edit_display_name":{"type":"boolean"},"can_livestream":{"type":"boolean"},"can_record":{"type":"boolean"},"can_spotlight":{"type":"boolean"},"chat":{"type":"object","properties":{"private":{"type":"object","properties":{"can_receive":{"type":"boolean"},"can_send":{"type":"boolean"},"files":{"type":"boolean"},"text":{"type":"boolean"}},"required":["can_send","can_receive","text","files"]},"public":{"type":"object","properties":{"can_send":{"type":"boolean"},"files":{"type":"boolean"},"text":{"type":"boolean"}},"required":["can_send","text","files"]}},"required":["public","private"]},"connected_meetings":{"type":"object","properties":{"can_alter_connected_meetings":{"type":"boolean"},"can_switch_connected_meetings":{"type":"boolean"},"can_switch_to_parent_meeting":{"type":"boolean"}},"required":["can_alter_connected_meetings","can_switch_connected_meetings","can_switch_to_parent_meeting"]},"disable_participant_audio":{"type":"boolean"},"disable_participant_screensharing":{"type":"boolean"},"disable_participant_video":{"type":"boolean"},"hidden_participant":{"type":"boolean"},"is_recorder":{"type":"boolean","default":false},"kick_participant":{"type":"boolean"},"media":{"type":"object","properties":{"audio":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}},"required":["can_produce"]},"screenshare":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}},"required":["can_produce"]},"video":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}},"required":["can_produce"]}},"required":["video","audio","screenshare"]},"pin_participant":{"type":"boolean"},"plugins":{"type":"object","properties":{"can_close":{"type":"boolean"},"can_edit_config":{"type":"boolean"},"can_start":{"type":"boolean"},"config":{"$ref":"#/components/schemas/realtimekit_PresetPluginConfig"}},"required":["can_close","can_start","can_edit_config","config"]},"polls":{"type":"object","properties":{"can_create":{"type":"boolean"},"can_view":{"type":"boolean"},"can_vote":{"type":"boolean"}},"required":["can_create","can_vote","can_view"]},"recorder_type":{"type":"string","default":"NONE","enum":["RECORDER","LIVESTREAMER","NONE"]},"show_participant_list":{"type":"boolean"},"stage_access":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]},"stage_enabled":{"type":"boolean"},"transcription_enabled":{"type":"boolean"},"waiting_room_type":{"type":"string","enum":["SKIP","ON_PRIVILEGED_USER_ENTRY","SKIP_ON_ACCEPT"]}},"required":["accept_waiting_requests","can_accept_production_requests","can_edit_display_name","can_spotlight","recorder_type","disable_participant_audio","disable_participant_screensharing","disable_participant_video","kick_participant","pin_participant","can_record","can_livestream","waiting_room_type","plugins","connected_meetings","polls","media","chat","hidden_participant","show_participant_list","can_change_participant_permissions"]},"ui":{"type":"object","properties":{"design_tokens":{"type":"object","properties":{"border_radius":{"type":"string","enum":["sharp","rounded","extra-rounded","circular"]},"border_width":{"type":"string","enum":["none","thin","fat"]},"colors":{"type":"object","properties":{"background":{"type":"object","properties":{"600":{"type":"string","default":"#222222"},"700":{"type":"string","default":"#1f1f1f"},"800":{"type":"string","default":"#1b1b1b"},"900":{"type":"string","default":"#181818"},"1000":{"type":"string","default":"#141414"}},"required":["600","700","800","900","1000"]},"brand":{"type":"object","properties":{"300":{"type":"string","default":"#844d1c"},"400":{"type":"string","default":"#9d5b22"},"500":{"type":"string","default":"#b56927"},"600":{"type":"string","default":"#d37c30"},"700":{"type":"string","default":"#d9904f"}},"required":["300","400","500","600","700"]},"danger":{"type":"string","default":"#FF2D2D"},"success":{"type":"string","default":"#62A504"},"text":{"type":"string","default":"#EEEEEE"},"text_on_brand":{"type":"string","default":"#EEEEEE"},"video_bg":{"type":"string","default":"#191919"},"warning":{"type":"string","default":"#FFCD07"}},"required":["brand","background","danger","text","text_on_brand","success","video_bg","warning"]},"font_family":{"type":"string"},"google_font":{"type":"string"},"logo":{"type":"string","format":"uri"},"spacing_base":{"type":"number","default":4,"minimum":1},"theme":{"type":"string","enum":["darkest","dark","light"]}},"required":["border_radius","border_width","spacing_base","theme","colors"]}},"required":["design_tokens"]}},"required":["name","config","permissions","ui"],"title":"Preset"},"realtimekit_InteractiveConfig":{"type":"object","properties":{"type":{"type":"string","enum":["ID3"]}},"title":"InteractiveConfig"},"realtimekit_TrackConfigLayer":{"type":"object","properties":{"file_name_prefix":{"type":"string","pattern":"^[-\\w\\s]+$"},"media_kind":{"type":"string","default":"audio","enum":["audio"]}},"title":"TrackLayerConfig"},"realtimekit_UpdatePreset":{"type":"object","properties":{"config":{"type":"object","properties":{"livestream_viewer_qualities":{"type":"array","items":{"minimum":0,"type":"integer"},"default":[],"nullable":true},"max_screenshare_count":{"type":"number"},"max_video_streams":{"type":"object","properties":{"desktop":{"type":"number"},"mobile":{"type":"number"}}},"media":{"type":"object","properties":{"audio":{"type":"object","properties":{"enable_high_bitrate":{"type":"boolean","default":false},"enable_stereo":{"type":"boolean","default":false}}},"screenshare":{"type":"object","properties":{"frame_rate":{"type":"number"},"quality":{"type":"string","enum":["hd","vga","qvga","fhd","uhd"]}}},"video":{"type":"object","properties":{"frame_rate":{"type":"number","maximum":30},"quality":{"type":"string","enum":["hd","vga","qvga","fhd","uhd"]},"simulcast":{"type":"boolean"}}}}},"view_type":{"type":"string","enum":["GROUP_CALL","WEBINAR","AUDIO_ROOM","LIVESTREAM"]}}},"name":{"type":"string"},"permissions":{"type":"object","properties":{"accept_stage_requests":{"type":"boolean"},"accept_waiting_requests":{"type":"boolean"},"can_accept_production_requests":{"type":"boolean"},"can_change_participant_permissions":{"type":"boolean"},"can_edit_display_name":{"type":"boolean"},"can_livestream":{"type":"boolean"},"can_record":{"type":"boolean"},"can_spotlight":{"type":"boolean"},"chat":{"type":"object","properties":{"private":{"type":"object","properties":{"can_receive":{"type":"boolean"},"can_send":{"type":"boolean"},"files":{"type":"boolean"},"text":{"type":"boolean"}}},"public":{"type":"object","properties":{"can_send":{"type":"boolean"},"files":{"type":"boolean"},"text":{"type":"boolean"}}}}},"connected_meetings":{"type":"object","properties":{"can_alter_connected_meetings":{"type":"boolean"},"can_switch_connected_meetings":{"type":"boolean"},"can_switch_to_parent_meeting":{"type":"boolean"}}},"disable_participant_audio":{"type":"boolean"},"disable_participant_screensharing":{"type":"boolean"},"disable_participant_video":{"type":"boolean"},"hidden_participant":{"type":"boolean"},"is_recorder":{"type":"boolean","default":false},"kick_participant":{"type":"boolean"},"media":{"type":"object","properties":{"audio":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}}},"screenshare":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}}},"video":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}}}}},"pin_participant":{"type":"boolean"},"plugins":{"type":"object","properties":{"can_close":{"type":"boolean"},"can_edit_config":{"type":"boolean"},"can_start":{"type":"boolean"},"config":{"$ref":"#/components/schemas/realtimekit_PresetPluginConfig"}}},"polls":{"type":"object","properties":{"can_create":{"type":"boolean"},"can_view":{"type":"boolean"},"can_vote":{"type":"boolean"}}},"recorder_type":{"type":"string","default":"NONE","enum":["RECORDER","LIVESTREAMER","NONE"]},"show_participant_list":{"type":"boolean"},"stage_access":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]},"stage_enabled":{"type":"boolean"},"transcription_enabled":{"type":"boolean"},"waiting_room_type":{"type":"string","enum":["SKIP","ON_PRIVILEGED_USER_ENTRY","SKIP_ON_ACCEPT"]}}},"ui":{"type":"object","properties":{"design_tokens":{"type":"object","properties":{"border_radius":{"type":"string","enum":["sharp","rounded","extra-rounded","circular"]},"border_width":{"type":"string","enum":["none","thin","fat"]},"colors":{"type":"object","properties":{"background":{"type":"object","properties":{"600":{"type":"string","default":"#222222"},"700":{"type":"string","default":"#1f1f1f"},"800":{"type":"string","default":"#1b1b1b"},"900":{"type":"string","default":"#181818"},"1000":{"type":"string","default":"#141414"}}},"brand":{"type":"object","properties":{"300":{"type":"string","default":"#844d1c"},"400":{"type":"string","default":"#9d5b22"},"500":{"type":"string","default":"#b56927"},"600":{"type":"string","default":"#d37c30"},"700":{"type":"string","default":"#d9904f"}}},"danger":{"type":"string","default":"#FF2D2D"},"success":{"type":"string","default":"#62A504"},"text":{"type":"string","default":"#EEEEEE"},"text_on_brand":{"type":"string","default":"#EEEEEE"},"video_bg":{"type":"string","default":"#191919"},"warning":{"type":"string","default":"#FFCD07"}}},"font_family":{"type":"string"},"google_font":{"type":"string"},"logo":{"type":"string","format":"uri"},"spacing_base":{"type":"number","default":4,"minimum":1},"theme":{"type":"string","enum":["darkest","dark","light"]}}}}}},"title":"UpdatePreset"},"rulesets_Ruleset":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetId"},{"readOnly":true}]},"last_updated":{"type":"string","format":"date-time","readOnly":true,"title":"Last Updated"},"name":{"type":"string","minLength":1,"title":"Name"},"version":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetVersion"},{"readOnly":true}]}},"required":["id","version","last_updated"],"title":"Ruleset"},"rulesets_RulesetKind":{"type":"string","enum":["managed","custom","root","zone"],"title":"Kind"},"rulesets_RequestRules":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_RequestRule"},"default":[],"title":"Rules"},"rulesets_ManagedTransformsPatch":{"type":"object","properties":{"managed_request_headers":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransform"},{"properties":{"id":{}}}]},"title":"Managed Request Transforms","uniqueItems":true},"managed_response_headers":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransform"},{"properties":{"id":{}}}]},"title":"Managed Response Transforms","uniqueItems":true}},"title":"Managed Transforms Patch"},"rulesets_RulePosition":{"type":"object","title":"Position"},"rulesets_UrlNormalization":{"type":"object","properties":{"scope":{"type":"string","enum":["incoming","both","none"],"title":"Scope"},"type":{"type":"string","enum":["cloudflare","rfc3986"],"title":"Type"}},"required":["type","scope"],"title":"URL Normalization"},"snippets_SnippetMainModule":{"type":"string","minLength":1,"title":"Main Module","x-auditable":true},"snippets_SnippetFiles":{"type":"array","items":{"format":"binary","title":"File","type":"string","x-auditable":true},"minItems":1,"title":"Files"},"snippets_SnippetRules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":false,"title":"Enabled","x-auditable":true},"expression":{"type":"string","minLength":1,"title":"Expression","x-auditable":true},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","readOnly":true,"title":"ID","x-auditable":true},"last_updated":{"type":"string","format":"date-time","readOnly":true,"title":"Last Updated","x-auditable":true},"snippet_name":{"$ref":"#/components/schemas/snippets_SnippetName"}},"required":["id","expression","snippet_name","last_updated"],"title":"Snippet Rule","type":"object"},"title":"Snippet Rules"},"workers_multipart-script":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"assets":{"$ref":"#/components/schemas/workers_assets"},"bindings":{"$ref":"#/components/schemas/workers_bindings"},"body_part":{"type":"string"},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"$ref":"#/components/schemas/workers_compatibility_date"},"compatibility_flags":{"$ref":"#/components/schemas/workers_compatibility_flags"},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"writeOnly":true},"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"keep_assets":{"type":"boolean"},"keep_bindings":{"type":"array","items":{"type":"string"},"x-stainless-collection-type":"set"},"limits":{"$ref":"#/components/schemas/workers_limits"},"logpush":{"$ref":"#/components/schemas/workers_logpush"},"main_module":{"type":"string"},"migrations":{"oneOf":[{"$ref":"#/components/schemas/workers_single_step_migrations"},{"$ref":"#/components/schemas/workers_multiple_step_migrations"}],"writeOnly":true},"observability":{"$ref":"#/components/schemas/workers_observability"},"package_dependencies":{"type":"array","items":{"properties":{"installedVersion":{"type":"string"},"name":{"type":"string"},"packageJsonVersion":{"type":"string"}},"required":["name","packageJsonVersion","installedVersion"],"type":"object"},"x-auditable":true},"placement":{"$ref":"#/components/schemas/workers_placement_info"},"tags":{"type":"array","items":{"type":"string"},"x-stainless-collection-type":"set"},"tail_consumers":{"$ref":"#/components/schemas/workers_tail_consumers"},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}}}},"required":["metadata"]},"analytics-engine_JsonFormatResponse":{"type":"object","properties":{"data":{"type":"array","items":{"additionalProperties":true,"type":"object"}},"meta":{"type":"array","items":{"properties":{"name":{"type":"string"},"type":{"type":"string"}},"required":["name","type"],"type":"object"}},"rows":{"type":"integer"}},"required":["data","meta","rows"]},"api-shield_Rule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/api-shield_action"},"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"enabled":{"$ref":"#/components/schemas/api-shield_enabled"},"expression":{"$ref":"#/components/schemas/api-shield_expression"},"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"selector":{"$ref":"#/components/schemas/api-shield_selector"},"title":{"$ref":"#/components/schemas/api-shield_title-2"}},"required":["title","description","action","enabled","expression","selector"]},"api-shield_configuration-single-response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_configuration"}},"required":["result"],"type":"object"}]},"api-shield_TokenConfiguration":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"credentials":{"$ref":"#/components/schemas/api-shield_credentials"},"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"title":{"$ref":"#/components/schemas/api-shield_title"},"token_sources":{"$ref":"#/components/schemas/api-shield_token_sources"},"token_type":{"$ref":"#/components/schemas/api-shield_token_type"}},"required":["id","title","description","token_sources","token_type","credentials","created_at","last_updated"]},"api-shield_api-response-single-obj":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"api-shield_global_settings":{"type":"object","properties":{"validation_default_mitigation_action":{"type":"string","enum":["none","log","block"],"x-auditable":true},"validation_override_mitigation_action":{"type":"string","enum":["none"],"x-auditable":true}},"required":["validation_default_mitigation_action"]},"api-shield_per_operation_bulk_settings":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/api-shield_per_operation_setting"}},"api-shield_schema_issue_notification":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"},"source":{"type":"object","nullable":true,"properties":{"locations":{"type":"array","items":{"type":"string"}}}}},"required":["code","message"]},"api-shield_public_schema_success_result":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_public_schema"}},"required":["result"],"type":"object"}]},"api-shield_schema_hosts":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"hosts":{"type":"array","items":{"type":"string"},"readOnly":true,"x-auditable":true},"name":{"type":"string","readOnly":true,"x-auditable":true},"schema_id":{"type":"string","allOf":[{"$ref":"#/components/schemas/api-shield_uuid-2"},{"format":"uuid","readOnly":true,"type":"string"}],"x-auditable":true}},"required":["schema_id","name","hosts","created_at"]},"art_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"brand-protection-api_Error":{"type":"object","properties":{"code":{"type":"integer"},"errors":{"type":"object","additionalProperties":{}},"message":{"type":"string"},"status":{"type":"string"}}},"brex_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/brex_ApiMessage"},"minItems":1},"messages":{"type":"array","items":{"$ref":"#/components/schemas/brex_ApiMessage"}},"result":{"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]},"builds_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"email-auth_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/email-auth_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/email-auth_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"email-security_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/email-security_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/email-security_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"kamino_error_response":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/kamino_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/kamino_message"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]},"lex_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","additionalProperties":true,"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]},"lex_ErrorResponse-2":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error-2"}},"messages":{"type":"array","items":{"type":"string","x-auditable":true}},"result":{"type":"object","additionalProperties":true,"nullable":true,"x-auditable":true},"success":{"type":"boolean","enum":[false],"x-auditable":true}},"required":["result","success","errors","messages"]},"realtimekit_Participant":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"custom_participant_id":{"type":"string"},"id":{"type":"string","format":"uuid"},"name":{"type":"string","nullable":true},"picture":{"type":"string","format":"uri","nullable":true},"preset_name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","custom_participant_id","preset_name","created_at","updated_at"],"title":"Participant"},"realtimekit_Poll":{"type":"object","properties":{"anonymous":{"type":"boolean"},"created_by":{"type":"string"},"hide_votes":{"type":"boolean"},"id":{"type":"string","readOnly":true},"options":{"type":"array","items":{"properties":{"count":{"type":"number"},"text":{"type":"string"},"votes":{"type":"array","items":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"],"type":"object"}}},"required":["text","count","votes"],"type":"object"}},"question":{"type":"string"},"voted":{"type":"array","items":{"type":"string"}}},"required":["id","question","options"]},"realtimekit_GenericErrorResponse":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]},"success":{"type":"boolean","default":false}},"required":["success","error"]},"realtimekit_PagingResponse":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object"}},"paging":{"type":"object","properties":{"end_offset":{"type":"number"},"start_offset":{"type":"number"},"total_count":{"type":"number","minimum":0}},"required":["total_count","start_offset","end_offset"]},"success":{"type":"boolean"}},"required":["success","data","paging"],"title":"PagingResponse"},"realtimekit_Meeting":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"live_stream_on_start":{"type":"boolean"},"persist_chat":{"type":"boolean"},"record_on_start":{"type":"boolean"},"recording_config":{"$ref":"#/components/schemas/realtimekit_RecordingConfig"},"session_keep_alive_time_in_secs":{"type":"number","default":60,"maximum":600,"minimum":60},"status":{"type":"string","enum":["ACTIVE","INACTIVE"]},"summarize_on_end":{"type":"boolean"},"title":{"type":"string"},"transcribe_on_end":{"type":"boolean"},"updated_at":{"type":"string","format":"date-time","readOnly":true}},"required":["id","created_at","updated_at"]},"realtimekit_PresetListItem":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"title":"PresetListItem"},"realtimekit_DaywiseStats":{"type":"object","properties":{"date":{"type":"string"},"recordings_minutes_consumed":{"type":"number"},"sessions_count":{"type":"number"},"sessions_minutes_consumed":{"type":"number"}}},"realtimekit_OverallStats":{"type":"object","properties":{"recordings_minutes_consumed":{"type":"number"},"sessions_count":{"type":"number"},"sessions_minutes_consumed":{"type":"number"}}},"realtimekit_PeerParticipantDetails":{"type":"object","properties":{"created_at":{"type":"string"},"custom_participant_id":{"type":"string"},"display_name":{"type":"string"},"duration":{"type":"number"},"id":{"type":"string","format":"uuid"},"joined_at":{"type":"string"},"left_at":{"type":"string"},"peer_events":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerEvent"}},"peer_report":{"$ref":"#/components/schemas/realtimekit_PeerReport"},"role":{"type":"string"},"session_id":{"type":"string","format":"uuid"},"updated_at":{"type":"string"},"user_id":{"type":"string"}}},"realtimekit_ParticipantsList":{"type":"object","properties":{"created_at":{"type":"string"},"custom_participant_id":{"type":"string"},"display_name":{"type":"string"},"duration":{"type":"number"},"id":{"type":"string"},"joined_at":{"type":"string"},"left_at":{"type":"string"},"peer_events":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerEvent"}},"preset_name":{"type":"string"},"updated_at":{"type":"string"},"user_id":{"type":"string"}}},"realtimekit_startReason":{"type":"object","properties":{"caller":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string","enum":["ORGANIZATION","USER"]},"user_Id":{"type":"string","format":"uuid"}}},"reason":{"type":"string","enum":["API_CALL","RECORD_ON_START"]}},"title":"startReason"},"realtimekit_stopReason":{"type":"object","properties":{"caller":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string","enum":["ORGANIZATION","USER"]},"user_Id":{"type":"string","format":"uuid"}}},"reason":{"type":"string","enum":["API_CALL","INTERNAL_ERROR","ALL_PEERS_LEFT"]}},"title":"stopReason"},"realtimekit_ChatMessage":{"type":"object","properties":{"chat_download_url":{"type":"string"},"chat_download_url_expiry":{"type":"string"}},"required":["chat_download_url","chat_download_url_expiry"]},"realtimekit_Transcript":{"type":"object","properties":{"sessionId":{"type":"string"},"transcript_download_url":{"type":"string"},"transcript_download_url_expiry":{"type":"string"}},"required":["sessionId","transcript_download_url","transcript_download_url_expiry"]},"realtimekit_TranscriptSummary":{"type":"object","properties":{"sessionId":{"type":"string"},"summaryDownloadUrl":{"type":"string"},"summaryDownloadUrlExpiry":{"type":"string"}},"required":["sessionId","summaryDownloadUrl","summaryDownloadUrlExpiry"],"title":"TranscriptSummary"},"realtimekit_SessionParticipant":{"type":"object","properties":{"created_at":{"type":"string"},"email":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"picture":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","created_at","updated_at"],"title":"SessionParticipant"},"rulesets_Response":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/rulesets_Errors"},"messages":{"$ref":"#/components/schemas/rulesets_Messages"},"result":{"title":"Result"},"success":{"type":"boolean","title":"Success"}},"required":["result","success","errors","messages"],"title":"Response"},"rulesets_ManagedTransforms":{"type":"object","properties":{"managed_request_headers":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransform"},{"properties":{"id":{}}}]},"title":"Managed Request Transforms","uniqueItems":true},"managed_response_headers":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransform"},{"properties":{"id":{}}}]},"title":"Managed Response Transforms","uniqueItems":true}},"required":["managed_request_headers","managed_response_headers"],"title":"Managed Transforms"},"rulesets_ResponseRules":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_ResponseRule"},"title":"Rules"},"rulesets_ResultInfo":{"type":"object","properties":{"cursors":{"type":"object","properties":{"after":{"allOf":[{"$ref":"#/components/schemas/rulesets_Cursor"},{"title":"After Cursor"}]}},"required":["after"],"title":"Cursors"}},"title":"Result Info"},"snippets_Response":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/snippets_Errors"},"messages":{"$ref":"#/components/schemas/snippets_Messages"},"result":{"type":"object","title":"Result"},"success":{"type":"boolean","title":"Success","x-auditable":true}},"required":["result","success","errors","messages"],"title":"Response"},"snippets_Snippet":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","title":"Created On","x-auditable":true},"modified_on":{"type":"string","format":"date-time","title":"Modified On","x-auditable":true},"snippet_name":{"$ref":"#/components/schemas/snippets_SnippetName"}},"required":["created_on","modified_one","snippet_name"],"title":"Snippet"},"snippets_ResultInfo":{"type":"object","properties":{"count":{"type":"integer","minimum":0,"title":"Count","x-auditable":true},"page":{"$ref":"#/components/schemas/snippets_Page"},"per_page":{"$ref":"#/components/schemas/snippets_PerPage"},"total_count":{"type":"integer","minimum":0,"title":"Total Count","x-auditable":true},"total_pages":{"type":"integer","minimum":1,"title":"Total Pages","x-auditable":true}},"required":["page","per_page","total_pages","count","total_count"],"title":"Result Info"},"supplat-chronos_Error":{"type":"object","properties":{"code":{"type":"string","x-auditable":true},"message":{"type":"string"},"request_id":{"type":"string","x-auditable":true}},"required":["code","message"]},"usage-analytics_error_response":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_api_error"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_api_message"}},"result":{"type":"array","items":{"type":"object"},"nullable":true},"success":{"type":"boolean"}},"required":["success","errors"]},"vuln_scanner_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"workers_ErrorAuth":{"type":"object","properties":{"code":{"type":"integer","enum":[10023]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorInternalServer":{"type":"object","properties":{"code":{"type":"integer","enum":[10002]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerNotFound":{"type":"object","properties":{"code":{"type":"integer","enum":[10007]},"message":{"type":"string"}},"required":["code","message"]},"teams-devices_ip_profile_description":{"type":"string","nullable":true,"x-auditable":true},"digital-experience-monitoring_device-dex-test-schemas-description":{"type":"string"},"zero-trust-gateway_description-4":{"type":"string","x-auditable":true},"load-balancing_components-schemas-description":{"type":"string","x-auditable":true},"load-balancing_description":{"type":"string","default":"","x-auditable":true},"magic_interconnect_components-schemas-description":{"type":"string"},"magic_schemas-description":{"type":"string","x-auditable":true},"magic_components-schemas-description":{"type":"string"},"magic_description":{"type":"string","x-auditable":true},"vectorize_index-description":{"type":"string","x-auditable":true},"api-shield_label_description":{"type":"string","x-auditable":true},"firewall_filters_components-schemas-description":{"type":"string","maxLength":500},"firewall_anomaly_description":{"type":"string","readOnly":true},"healthchecks_description":{"type":"string","x-auditable":true},"page-shield_policy-description":{"type":"string","x-auditable":true},"smartshield_description":{"type":"string","x-auditable":true},"api-shield_description":{"type":"string","maxLength":500,"x-auditable":true},"waitingroom_description":{"type":"string","default":"","x-auditable":true},"waitingroom_event_description":{"type":"string","default":"","x-auditable":true},"waitingroom_rule_description":{"type":"string","default":"","x-auditable":true},"web3_description":{"type":"string","maxLength":500},"web3_content_list_entry_description":{"type":"string","maxLength":500},"aaa_description":{"type":"string","x-auditable":true},"aaa_components-schemas-description":{"type":"string"},"aaa_schemas-description":{"type":"string","x-auditable":true},"addressing_schemas-description":{"type":"string","nullable":true,"x-auditable":true},"addressing_description":{"type":"string","maxLength":1000,"x-auditable":true},"alexandria_category_description":{"type":"string"},"api-shield_description-2":{"type":"string","maxLength":500,"x-auditable":true},"bill-subs-api_description":{"type":"string","maxLength":255,"readOnly":true,"x-auditable":true},"custom-indicator-feeds_description":{"type":"string","x-auditable":true},"custom-pages_asset_description":{"type":"string"},"firewall_schemas-description":{"type":"string","readOnly":true},"firewall_firewall-rules_components-schemas-description":{"type":"string","maxLength":500},"firewall_firewalluablock_components-schemas-description":{"type":"string","maxLength":1024},"firewall_components-schemas-description":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"firewall_description":{"type":"string","maxLength":1024,"x-auditable":true},"firewall_lockdowns_components-schemas-description":{"type":"string","maxLength":1024},"lists_description":{"type":"string","maxLength":500,"x-auditable":true},"load-balancing_schemas-description":{"type":"string","default":"","x-auditable":true},"teams-devices_schemas-description":{"type":"string","maxLength":500},"teams-devices_description":{"type":"string","x-auditable":true},"teams-devices_split_tunnel_description":{"type":"string","maxLength":100,"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_include_split_tunnel_description":{"type":"string","maxLength":100,"x-stainless-terraform-configurability":"computed_optional"},"waf-managed-rules_schemas-description":{"type":"string","readOnly":true,"x-auditable":true},"waf-managed-rules_description":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"zero-trust-gateway_description-3":{"type":"string","x-auditable":true},"zero-trust-gateway_description":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_description_item":{"type":"string","minimum":0},"zero-trust-gateway_description-2":{"type":"string","x-auditable":true}},"parameters":{"access_page":{"in":"query","name":"page","schema":{"type":"integer","default":1}},"access_per_page":{"in":"query","name":"per_page","schema":{"type":"integer","default":1000,"maximum":1000}},"dls_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/dls_identifier"}},"art_account_id":{"in":"path","name":"account_id","required":true,"schema":{"type":"string","maxLength":32,"pattern":"^[0-9a-f]{32}$"}},"analytics-engine_AccountId":{"in":"path","name":"account_id","required":true,"schema":{"type":"string"}},"builds_AccountId":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/builds_account_id"}},"builds_BuildUuid":{"in":"path","name":"build_uuid","required":true,"schema":{"$ref":"#/components/schemas/builds_build_uuid"}},"builds_RepoConnectionUuid":{"in":"path","name":"repo_connection_uuid","required":true,"schema":{"$ref":"#/components/schemas/builds_repo_connection_uuid"}},"builds_Page":{"in":"query","name":"page","schema":{"type":"integer","default":1,"minimum":1}},"builds_PerPage":{"in":"query","name":"per_page","schema":{"type":"integer","default":50,"maximum":200,"minimum":1}},"builds_TriggerUuid":{"in":"path","name":"trigger_uuid","required":true,"schema":{"$ref":"#/components/schemas/builds_trigger_uuid"}},"builds_ScriptName":{"in":"path","name":"script_name","required":true,"schema":{"$ref":"#/components/schemas/builds_script_name"}},"builds_DeployHookUuid":{"in":"path","name":"deploy_hook_uuid","required":true,"schema":{"$ref":"#/components/schemas/builds_deploy_hook_uuid"}},"builds_ScriptTag":{"in":"path","name":"script_tag","required":true,"schema":{"$ref":"#/components/schemas/builds_external_script_id"}},"cc_AccountId":{"in":"path","name":"account_id","required":true,"schema":{"type":"string"}},"posture-api_AccountTag":{"in":"path","name":"account_id","required":true,"schema":{"type":"string"}},"posture-api_Direction":{"in":"query","name":"direction","schema":{"type":"string","enum":["asc","desc"]}},"posture-api_IntegrationId":{"in":"query","name":"integration_id","schema":{"type":"string","format":"uuid"}},"posture-api_MaxAfflictionDate":{"in":"query","name":"max_affliction_date","schema":{"type":"string","format":"date-time"}},"posture-api_MinAfflictionDate":{"in":"query","name":"min_affliction_date","schema":{"type":"string","format":"date-time"}},"posture-api_Page":{"in":"query","name":"page","schema":{"type":"integer"}},"posture-api_PerPage":{"in":"query","name":"per_page","schema":{"type":"integer"}},"posture-api_Search":{"in":"query","name":"search","schema":{"type":"string"}},"posture-api_Vendor":{"in":"query","name":"vendor","schema":{"$ref":"#/components/schemas/posture-api_VendorsEnum"}},"posture-api_FindingTypeVendors":{"explode":false,"in":"query","name":"vendors","schema":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_VendorsEnum"}},"style":"form"},"posture-api_FindingTypeId":{"in":"path","name":"finding_type_id","required":true,"schema":{"type":"string","format":"uuid"}},"posture-api_FindingTypeIdParam":{"in":"path","name":"finding_type_id","required":true,"schema":{"type":"string","format":"uuid"}},"posture-api_Ignored":{"in":"query","name":"ignored","schema":{"type":"boolean"}},"posture-api_Observation":{"in":"query","name":"observation","schema":{"type":"string","enum":["Activity","Insight","Issue"]}},"posture-api_FindingOrder":{"in":"query","name":"order","schema":{"type":"string","enum":["finding.name","instance_count","integration.name","latest_affliction_date","severity"]}},"posture-api_Product":{"in":"query","name":"product","schema":{"type":"string","enum":["Cloud","Saas"]}},"posture-api_Severity":{"in":"query","name":"severity","schema":{"type":"string","enum":["Critical","High","Medium","Low"]}},"posture-api_Type":{"in":"query","name":"type","schema":{"type":"string","enum":["Content","Posture"]}},"posture-api_FindingTypeIds":{"in":"query","name":"finding_type_ids","schema":{"type":"string","format":"uuid"}},"posture-api_FindingIdByte":{"in":"path","name":"finding_id","required":true,"schema":{"type":"string","format":"byte"}},"posture-api_Archived":{"in":"query","name":"archived","schema":{"type":"boolean"}},"posture-api_FindingInstanceOrder":{"in":"query","name":"order","schema":{"type":"string","enum":["affliction_date","asset.name","remediation.status"]}},"posture-api_RemediationStatuses":{"explode":false,"in":"query","name":"remediation_statuses","schema":{"type":"array","items":{"enum":["none","pending","processing","validating","completed","failed"],"type":"string"}},"style":"form"},"posture-api_FindingInstanceIds":{"in":"query","name":"finding_instance_ids","schema":{"type":"array","items":{"format":"uuid","type":"string"}}},"posture-api_AssetIds":{"in":"query","name":"asset_ids","schema":{"type":"array","items":{"format":"uuid","type":"string"}}},"posture-api_FindingInstanceId":{"in":"path","name":"instance_id","required":true,"schema":{"type":"string","format":"uuid"}},"posture-api_StorageNamespaceId":{"in":"path","name":"storage_namespace_id","required":true,"schema":{"type":"string","pattern":"^[\\da-f]{8}-([\\da-f]{4}-){3}[\\da-f]{12}-[\\da-f]{8}-([\\da-f]{4}-){3}[\\da-f]{12}$"}},"posture-api_WebhookId":{"in":"path","name":"webhook_id","required":true,"schema":{"type":"string","format":"uuid"}},"email-security_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/email-security_identifier"}},"email-security_per_page":{"in":"query","name":"per_page","schema":{"type":"integer","default":20,"maximum":1000,"minimum":1}},"email-security_page":{"in":"query","name":"page","schema":{"type":"integer","default":1,"minimum":1}},"email-security_submission":{"in":"query","name":"submission","schema":{"type":"boolean"}},"email-security_search":{"in":"query","name":"search","schema":{"type":"string"}},"email-security_direction":{"in":"query","name":"direction","schema":{"type":"string","enum":["asc","desc"]}},"intel-sinkholes_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/intel-sinkholes_identifier"}},"intel-sinkholes_sinkhole_id":{"in":"path","name":"sinkhole_id","required":true,"schema":{"type":"string"}},"lex_AccountID":{"in":"path","name":"account_id","required":true,"schema":{"type":"string","pattern":"^[a-f0-9]{32}$"}},"lex_DatasetID":{"in":"path","name":"dataset_id","required":true,"schema":{"type":"string","pattern":"^[a-f0-9]{32}$"}},"logpull_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/logpull_AccountId"}},"logpull_accessKeyIdHeader":{"in":"header","name":"R2-Access-Key-Id","required":true,"schema":{"$ref":"#/components/schemas/logpull_AccessKeyId"}},"logpull_secretAccessKeyHeader":{"in":"header","name":"R2-Secret-Access-Key","required":true,"schema":{"$ref":"#/components/schemas/logpull_SecretAccessKey"}},"logpull_startParam":{"in":"query","name":"start","required":true,"schema":{"$ref":"#/components/schemas/logpull_TimestampRFC3339"}},"logpull_endParam":{"in":"query","name":"end","required":true,"schema":{"$ref":"#/components/schemas/logpull_TimestampRFC3339"}},"logpull_bucketParam":{"in":"query","name":"bucket","required":true,"schema":{"$ref":"#/components/schemas/logpull_Bucket"}},"logpull_prefixParam":{"in":"query","name":"prefix","schema":{"$ref":"#/components/schemas/logpull_Prefix"}},"logpull_limitParam":{"in":"query","name":"limit","schema":{"$ref":"#/components/schemas/logpull_Limit"}},"usage-analytics_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/usage-analytics_identifier"}},"usage-analytics_metrics":{"in":"query","name":"metrics","schema":{"type":"string"}},"usage-analytics_since":{"in":"query","name":"since","schema":{"type":"string","format":"date-time"}},"usage-analytics_until":{"in":"query","name":"until","schema":{"type":"string","format":"date-time"}},"usage-analytics_time_delta":{"in":"query","name":"time_delta","schema":{"type":"string","default":"hour","enum":["hour","day","week","month","quarter","year"]}},"usage-analytics_limit":{"in":"query","name":"limit","schema":{"type":"integer","default":100,"maximum":10000,"minimum":1}},"usage-analytics_filters":{"in":"query","name":"filters","schema":{"type":"string"}},"realtimekit_startDate":{"in":"query","name":"start_date","schema":{"type":"string"}},"realtimekit_endDate":{"in":"query","name":"end_date","schema":{"type":"string"}},"realtimekit_pageNo":{"allowEmptyValue":true,"in":"query","name":"page_no","schema":{"type":"number","minimum":0}},"realtimekit_perPage":{"allowEmptyValue":true,"in":"query","name":"per_page","schema":{"type":"number","minimum":0}},"realtimekit_startTime":{"in":"query","name":"start_time","schema":{"type":"string","format":"date-time"}},"realtimekit_endTime":{"in":"query","name":"end_time","schema":{"type":"string","format":"date-time"}},"realtimekit_search":{"in":"query","name":"search","schema":{"type":"string"}},"realtimekit_meeting_id":{"in":"path","name":"meeting_id","required":true,"schema":{"type":"string","pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"}},"realtimekit_meetingId":{"in":"path","name":"meeting_id","required":true,"schema":{"type":"string"}},"realtimekit_recordingSortBy":{"in":"query","name":"sort_by","schema":{"type":"string","enum":["invokedTime"]}},"realtimekit_sortOrder":{"in":"query","name":"sort_order","schema":{"type":"string","enum":["ASC","DESC"]}},"realtimekit_recordingStatus":{"explode":false,"in":"query","name":"status","schema":{"type":"array","items":{"enum":["INVOKED","RECORDING","UPLOADING","UPLOADED","ERRORED","PAUSED"],"type":"string"}}},"realtimekit_sortBy":{"in":"query","name":"sort_by","schema":{"type":"string","enum":["minutesConsumed","createdAt"]}},"realtimekit_participants":{"in":"query","name":"participants","schema":{"type":"string"}},"realtimekit_status":{"in":"query","name":"status","schema":{"type":"string","enum":["LIVE","ENDED"]}},"realtimekit_participantsSortBy":{"in":"query","name":"sort_by","schema":{"type":"string","enum":["joinedAt","duration"]}},"rulesets_DryRun":{"in":"query","name":"dry_run","schema":{"type":"boolean","default":false}},"secrets-store_account_id":{"in":"path","name":"account_id","required":true,"schema":{"type":"string","maxLength":32}},"secrets-store_direction":{"in":"query","name":"direction","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},"secrets-store_page":{"in":"query","name":"page","schema":{"type":"integer","minimum":0,"multipleOf":1}},"secrets-store_per_page":{"in":"query","name":"per_page","schema":{"type":"integer","maximum":100,"minimum":0,"multipleOf":1}},"secrets-store_store_order":{"in":"query","name":"order","schema":{"type":"string","default":"created","enum":["name","created","modified"]}},"secrets-store_store_id":{"in":"path","name":"store_id","required":true,"schema":{"type":"string","maxLength":32}},"secrets-store_force":{"in":"query","name":"force","schema":{"type":"boolean","default":false}},"secrets-store_search":{"in":"query","name":"search","schema":{"type":"string"}},"secrets-store_order":{"in":"query","name":"order","schema":{"type":"string","default":"created","enum":["name","comment","created","modified","status"]}},"secrets-store_scopes_query":{"explode":false,"in":"query","name":"scopes","schema":{"type":"array","items":{"enum":["workers","ai_gateway","dex","access","containers","websearch"],"type":"string"}},"style":"form"},"secrets-store_secret_id":{"in":"path","name":"secret_id","required":true,"schema":{"type":"string","maxLength":32}},"waitingroom_page":{"in":"query","name":"page","schema":{"type":"number","default":1,"minimum":1}},"waitingroom_per_page":{"in":"query","name":"per_page","schema":{"type":"number","default":25,"maximum":1000,"minimum":5}},"organizations-api_OrganizationListFiltersId":{"explode":false,"in":"query","name":"id","schema":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_OrganizationID"}}},"organizations-api_OrganizationListFiltersName":{"explode":false,"in":"query","name":"name","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersNameStartsWith":{"explode":false,"in":"query","name":"name.startsWith","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersNameEndsWith":{"explode":false,"in":"query","name":"name.endsWith","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersNameContains":{"explode":false,"in":"query","name":"name.contains","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersContainingAccount":{"explode":false,"in":"query","name":"containing.account","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersContainingUser":{"explode":false,"in":"query","name":"containing.user","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersContainingOrganization":{"explode":false,"in":"query","name":"containing.organization","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersParentId":{"explode":false,"in":"query","name":"parent.id","schema":{"anyOf":[{"$ref":"#/components/schemas/organizations-api_OrganizationID"},{"enum":["null"],"type":"string"}]}},"organizations-api_PageTokenParamsPageToken":{"explode":false,"in":"query","name":"page_token","schema":{"type":"string"}},"organizations-api_PageTokenParamsPageSize":{"explode":false,"in":"query","name":"page_size","schema":{"type":"integer","maximum":1000,"minimum":0}},"dls_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/dls_identifier"}},"dls_hostname":{"in":"path","name":"hostname","required":true,"schema":{"$ref":"#/components/schemas/dls_hostname"}},"api-shield_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_identifier-2"}},"api-shield_page":{"in":"query","name":"page","schema":{"type":"integer","default":1,"minimum":1}},"api-shield_per_page":{"in":"query","name":"per_page","schema":{"type":"integer","default":20,"maximum":50,"minimum":5}},"api-shield_host_parameter":{"in":"query","name":"host","schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}},"api-shield_method_parameter":{"in":"query","name":"method","schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}},"api-shield_endpoint_parameter":{"in":"query","name":"endpoint","schema":{"type":"string"}},"api-shield_direction_parameter":{"in":"query","name":"direction","schema":{"type":"string","enum":["asc","desc"]}},"api-shield_order_parameter":{"in":"query","name":"order","schema":{"type":"string","enum":["host","method","endpoint","traffic_stats.requests","traffic_stats.last_updated"]}},"api-shield_diff_parameter":{"in":"query","name":"diff","schema":{"type":"boolean"}},"api-shield_api_discovery_origin_parameter":{"in":"query","name":"origin","schema":{"$ref":"#/components/schemas/api-shield_api_discovery_origin"}},"api-shield_api_discovery_state_parameter":{"in":"query","name":"state","schema":{"$ref":"#/components/schemas/api-shield_api_discovery_state"}},"api-shield_discovery_id":{"in":"path","name":"discovery_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"api-shield_order_parameter-2":{"in":"query","name":"order","schema":{"type":"string","enum":["name","description","created_at","last_updated","mapped_resources.operations"]}},"api-shield_source_parameter":{"in":"query","name":"source","schema":{"$ref":"#/components/schemas/api-shield_label_source"}},"api-shield_filter_parameter":{"in":"query","name":"filter","schema":{"type":"string"}},"api-shield_with_mapped_resource_counts_parameter":{"in":"query","name":"with_mapped_resource_counts","schema":{"type":"boolean","default":false}},"api-shield_label_name_parameter":{"in":"path","name":"name","required":true,"schema":{"$ref":"#/components/schemas/api-shield_label_name"}},"api-shield_operation_feature_parameter":{"in":"query","name":"feature","schema":{"type":"array","items":{"enum":["thresholds","parameter_schemas","schema_info"],"type":"string"},"uniqueItems":true}},"api-shield_operation_id":{"in":"path","name":"operation_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_uuid"}},"api-shield_with_schemas_parameter":{"in":"query","name":"with_schemas","schema":{"type":"boolean","default":false}},"api-shield_old_omit_source":{"in":"query","name":"omit_source","schema":{"type":"boolean","default":false}},"api-shield_old_schema_id":{"in":"path","name":"schema_id","required":true,"schema":{"type":"string","format":"uuid","maxLength":36,"readOnly":true}},"dns-records_include_shadow_metadata":{"in":"query","name":"include_shadow_metadata","schema":{"type":"boolean","default":false}},"kamino_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"type":"string"}},"kamino_environment_id":{"in":"path","name":"environment_id","required":true,"schema":{"type":"string"}},"healthchecks_page":{"in":"query","name":"page","schema":{"type":"number","default":1,"minimum":1}},"healthchecks_per_page":{"in":"query","name":"per_page","schema":{"type":"number","default":25,"maximum":1000,"minimum":5}},"intel-sinkholes_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/intel-sinkholes_identifier"}},"intel-sinkholes_ingress_id":{"in":"path","name":"ingress_id","required":true,"schema":{"type":"string"}},"lex_ZoneID":{"in":"path","name":"zone_id","required":true,"schema":{"type":"string","pattern":"^[a-f0-9]{32}$"}},"usage-analytics_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/usage-analytics_identifier"}},"api-shield_omit_source_query":{"in":"query","name":"omit_source","schema":{"type":"boolean","default":false}},"api-shield_schema_id_path":{"in":"path","name":"schema_id","required":true,"schema":{"type":"string","allOf":[{"$ref":"#/components/schemas/api-shield_uuid-2"},{"format":"uuid","readOnly":true,"type":"string"}]}},"security-center_auditLogPerPage":{"in":"query","name":"per_page","schema":{"type":"integer","default":25,"maximum":1000,"minimum":1}},"security-center_auditLogCursor":{"in":"query","name":"cursor","schema":{"type":"string"}},"security-center_auditLogFieldChanged":{"in":"query","name":"field_changed","schema":{"type":"string","enum":["status","user_classification"]}},"security-center_auditLogChangedBy":{"in":"query","name":"changed_by","schema":{"type":"string"}},"security-center_auditLogSince":{"in":"query","name":"since","schema":{"type":"string","format":"date-time"}},"security-center_auditLogBefore":{"in":"query","name":"before","schema":{"type":"string","format":"date-time"}},"security-center_auditLogOrder":{"in":"query","name":"order","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},"csam-config-service_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/csam-config-service_zone_identifier"}},"smartshield_page":{"in":"query","name":"page","schema":{"type":"number","default":1,"minimum":1}},"smartshield_per_page":{"in":"query","name":"per_page","schema":{"type":"number","default":25,"maximum":1000,"minimum":5}},"api-shield_config_id":{"in":"path","name":"config_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"api-shield_rule_id":{"in":"path","name":"rule_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}}},"responses":{"art_BadRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_ErrorResponse"}}}},"art_Unauthorized":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_ErrorResponse"}}}},"art_Forbidden":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_ErrorResponse"}}}},"analytics-engine_QuerySuccess":{"headers":{"X-Query-Id":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/analytics-engine_JsonFormatResponse"}},"application/x-ndjson":{"schema":{"type":"string"}}}},"analytics-engine_BadRequest":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_Forbidden":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_UnprocessableQuery":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_TooManyRequests":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_InternalServerError":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_ServiceUnavailable":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_GatewayTimeout":{"content":{"text/plain":{"schema":{"type":"string"}}}},"brand-protection-api_DEFAULT_ERROR":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_Error"}}}},"brand-protection-api_UNPROCESSABLE_CONTENT":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_Error"}}}},"builds_NotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_ErrorResponse"}}}},"builds_SuccessEmpty":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_APIResponse"}}}},"builds_BadRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_ErrorResponse"}}}},"builds_Unauthorized":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_ErrorResponse"}}}},"builds_Conflict":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_ErrorResponse"}}}},"email-security_ClientError":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_api-response-common-failure"}}}},"lex_BadRequest-2":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse-2"}}}},"lex_Forbidden-2":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse-2"}}}},"lex_NotFound-2":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse-2"}}}},"lex_Conflict":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse-2"}}}},"lex_BadRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse"}}}},"lex_Forbidden":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse"}}}},"lex_NotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse"}}}},"lex_ResourcesExhausted":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse"}}}},"logpull_ListKeysOKResponse":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","properties":{"keys":{"type":"array","items":{"type":"string"}}}},"success":{"type":"boolean"}}}}}},"logpull_BadRequestResponse":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}}}}}},"logpull_UnauthorizedResponse":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}}}}}},"logpull_RetrieveLogsOKResponse":{"content":{"application/json":{}}},"usage-analytics_bad_request":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_error_response"}}}},"usage-analytics_unauthorized":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_error_response"}}}},"usage-analytics_forbidden":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_error_response"}}}},"realtimekit_GetAllMeetings":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_PagingResponse"},{"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_Meeting"}}},"type":"object"}]}}}},"realtimekit_GetMeeting":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"allOf":[{"properties":{"data":{"$ref":"#/components/schemas/realtimekit_Meeting"}},"type":"object"},{"properties":{"data":{"type":"object","properties":{"recording_config":{"$ref":"#/components/schemas/realtimekit_RecordingConfig"}}}},"type":"object"},{"properties":{"data":{"type":"object","properties":{"ai_config":{"$ref":"#/components/schemas/realtimekit_AIConfig"}}}},"type":"object"}],"type":"object"}]}}}},"realtimekit_GenericError":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_GenericErrorResponse"}}}},"realtimekit_GetActiveSession":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_ActiveSession"},"success":{"type":"boolean"}}}}}},"realtimekit_GetActiveSessionNotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_GenericErrorResponse"}}}},"realtimekit_KickParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"participants":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_SessionParticipant"}}}},"success":{"type":"boolean"}}}}}},"realtimekit_ParticipantNotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_GenericErrorResponse"}}}},"realtimekit_KickAllParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"kicked_participants_count":{"type":"number"}}},"success":{"type":"boolean"}}}}}},"realtimekit_MuteParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"participants":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_SessionParticipant"}}}},"success":{"type":"boolean"}}}}}},"realtimekit_MuteAllParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"muted_participants_count":{"type":"number"}}},"success":{"type":"boolean"}}}}}},"realtimekit_CreatePoll":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"poll":{"$ref":"#/components/schemas/realtimekit_Poll"}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetAllParticipants":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_PagingResponse"},{"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_Participant"}}},"type":"object"}]}}}},"realtimekit_AddParticipant":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"allOf":[{"$ref":"#/components/schemas/realtimekit_Participant"},{"properties":{"token":{"type":"string"}},"required":["token"],"type":"object"}]}},"type":"object"}]}}}},"realtimekit_GetParticipant":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"$ref":"#/components/schemas/realtimekit_Participant"}},"required":["data"],"type":"object"}]}}}},"realtimekit_DeleteParticipant":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"custom_participant_id":{"type":"string"},"preset_id":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time"}},"required":["custom_participant_id","preset_id","created_at","updated_at"]}},"type":"object"}]}}}},"realtimekit_RegenToken":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"]}},"required":["data"],"type":"object"}]}}}},"realtimekit_GetAllPresets":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_PagingResponse"},{"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PresetListItem"}}},"type":"object"}]}}}},"realtimekit_GetPresetBody":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"allOf":[{"properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","created_at","updated_at"],"type":"object"},{"$ref":"#/components/schemas/realtimekit_Preset"}]}},"required":["data"],"type":"object"}]}}}},"realtimekit_GetRecordings":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_PagingResponse"},{"properties":{"data":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/realtimekit_Recording"},{"properties":{"storage_config":{"$ref":"#/components/schemas/realtimekit_StorageConfig"}},"type":"object"},{"properties":{"meeting":{"$ref":"#/components/schemas/realtimekit_Meeting"}},"type":"object"}]}}},"type":"object"}]}}}},"realtimekit_GetRecording":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"allOf":[{"$ref":"#/components/schemas/realtimekit_Recording"},{"properties":{"start_reason":{"$ref":"#/components/schemas/realtimekit_startReason"},"stop_reason":{"$ref":"#/components/schemas/realtimekit_stopReason"},"storage_config":{"$ref":"#/components/schemas/realtimekit_StorageConfig"}},"type":"object"}]}},"type":"object"}]}}}},"realtimekit_GetActiveRecording":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"$ref":"#/components/schemas/realtimekit_Recording"}},"required":["data"],"type":"object"}]}}}},"realtimekit_GetSessions":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"sessions":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_ActiveSession"}}}},"paging":{"type":"object","properties":{"end_offset":{"type":"number"},"start_offset":{"type":"number"},"total_count":{"type":"number","minimum":0}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetParticipantDataFromPeerId":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"participant":{"$ref":"#/components/schemas/realtimekit_PeerParticipantDetails"}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionDetails":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_ActiveSession"},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionChat":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_ChatMessage"},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"participants":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_ParticipantsList"}}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetParticipantDetails":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"participant":{"$ref":"#/components/schemas/realtimekit_ParticipantsList"}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionTranscriptSummary":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_TranscriptSummary"},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionTranscript":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_Transcript"},"success":{"type":"boolean"}}}}}},"rulesets_Rulesets":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},"required":["name","kind","phase"]}]},"title":"Rulesets"},"result_info":{"$ref":"#/components/schemas/rulesets_ResultInfo"},"success":{"enum":[true]}}}]}}}},"rulesets_Failure":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"result":{"enum":[null]},"success":{"enum":[false]}}}]}}}},"rulesets_RulesetOrDryRun":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"},"rules":{"$ref":"#/components/schemas/rulesets_ResponseRules"}},"required":["name","kind","phase","rules"]}]},{"enum":[null],"nullable":true,"type":"object"}]},"success":{"enum":[true]}}}]}}}},"rulesets_Ruleset":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"},"rules":{"$ref":"#/components/schemas/rulesets_ResponseRules"}},"required":["name","kind","phase","rules"]}]},"success":{"enum":[true]}}}]}}}},"rulesets_Empty":{},"workers_200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_script-response-upload-single"},{"type":"object"}]}}}},"workers_4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}},"workers_ErrorAuth":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/workers_ErrorAuth"}}},"required":["errors"],"type":"object"}]}}}},"workers_ErrorInternalServer":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/workers_ErrorInternalServer"}}},"required":["errors"],"type":"object"}]}}}},"workers_ErrorWorkerNotFound":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/workers_ErrorWorkerNotFound"}}},"required":["errors"],"type":"object"}]}}}},"api-shield_config-get-success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_configuration-single-response"}}}},"api-shield_generic-failure":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}},"api-shield_config-update-success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_configuration-single-response"}}}},"kamino_client_error":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_error_response"}}}},"rulesets_ManagedTransforms":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"$ref":"#/components/schemas/rulesets_ManagedTransforms"},"success":{"enum":[true]}}}]}}}},"api-shield_schemas_list_success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_public_schema"}}},"required":["result"],"type":"object"}]}}}},"api-shield_generic_failure":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}},"api-shield_schema_create_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_public_schema_success_result"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_issue_notification"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_issue_notification"}}},"required":["messages"],"type":"object"}]}}}},"api-shield_schema_create_failure":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_issue_notification"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_issue_notification"}}},"required":["errors"],"type":"object"}]}}}},"api-shield_schema_hosts_get_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_hosts"}}},"required":["result"],"type":"object"}]}}}},"api-shield_schema_get_success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_public_schema_success_result"}}}},"api-shield_schema_delete_success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"type":"string","format":"uuid","x-auditable":true}},"required":["id"]}},"required":["result"],"type":"object"}]}}}},"api-shield_schema_edit_success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_public_schema_success_result"}}}},"api-shield_schemas_extract_operations_get_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/api-shield_operation"},{"$ref":"#/components/schemas/api-shield_basic_operation"}]}}},"required":["result"],"type":"object"}]}}}},"api-shield_global_settings_get_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_global_settings"}},"required":["result"],"type":"object"}]}}}},"api-shield_global_settings_update_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_global_settings"}},"required":["result"],"type":"object"}]}}}},"api-shield_global_settings_edit_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_global_settings"}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_settings_list_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_per_operation_setting"}}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_settings_bulk_edit_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_per_operation_bulk_settings"}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_setting_get_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_per_operation_setting"}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_setting_update_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_per_operation_setting"}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_settings_delete_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}}}},"required":["result"],"type":"object"}]}}}},"snippets_Snippets":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"errors":{"type":"array","items":{"type":"object"},"enum":[[]]},"result":{"type":"array","items":{"$ref":"#/components/schemas/snippets_Snippet"},"title":"Snippets"},"result_info":{"$ref":"#/components/schemas/snippets_ResultInfo"},"success":{"type":"boolean","enum":[true]}},"type":"object"}]}}}},"snippets_Failure":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true,"x-auditable":true},"success":{"type":"boolean","enum":[false]}},"type":"object"}]}}}},"snippets_SnippetRules":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"errors":{"type":"array","items":{"type":"object"},"enum":[[]]},"result":{"$ref":"#/components/schemas/snippets_SnippetRules"},"success":{"type":"boolean","enum":[true]}},"type":"object"}]}}}},"snippets_Snippet":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"errors":{"type":"array","items":{"type":"object"},"enum":[[]]},"result":{"$ref":"#/components/schemas/snippets_Snippet"},"success":{"type":"boolean","enum":[true]}},"type":"object"}]}}}},"snippets_Null":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"errors":{"type":"array","items":{"type":"object"},"enum":[[]]},"result":{"type":"object","enum":[null],"nullable":true,"x-auditable":true},"success":{"type":"boolean","enum":[true]}},"type":"object"}]}}}},"snippets_SnippetContent":{"headers":{"cf-entrypoint":{"schema":{"$ref":"#/components/schemas/snippets_SnippetMainModule"}}},"content":{"multipart/form-data":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/snippets_SnippetFiles"},"title":"Snippet Content Response"}}}},"api-shield_list-configs-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_TokenConfiguration"}}},"required":["result"],"type":"object"}]}}}},"api-shield_create-config-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_TokenConfiguration"}},"required":["result"],"type":"object"}]}}}},"api-shield_get-config-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_TokenConfiguration"}},"required":["result"],"type":"object"}]}}}},"api-shield_delete-config-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/api-shield_uuid-2"}}}},"required":["result"],"type":"object"}]}}}},"api-shield_edit-config-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"title":{"$ref":"#/components/schemas/api-shield_title"},"token_sources":{"$ref":"#/components/schemas/api-shield_token_sources"}}}},"required":["result"],"type":"object"}]}}}},"api-shield_update-config-credentials-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"$ref":"#/components/schemas/api-shield_credentials"}]}}}},"api-shield_list-rules-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_Rule"}}},"required":["result"],"type":"object"}]}}}},"api-shield_create-rule-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_Rule"}},"required":["result"],"type":"object"}]}}}},"api-shield_bulk-create-rules-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_Rule"}}},"required":["result"],"type":"object"}]}}}},"api-shield_bulk-edit-rules-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_Rule"}}},"required":["result"],"type":"object"}]}}}},"api-shield_preview-rules-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"object","properties":{"available_hosts":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"},"uniqueItems":true},"excluded":{"type":"integer","x-auditable":true},"ignored":{"type":"integer","x-auditable":true},"included":{"type":"integer","x-auditable":true},"operations":{"type":"array","items":{"properties":{"endpoint":{"$ref":"#/components/schemas/api-shield_endpoint"},"host":{"$ref":"#/components/schemas/api-shield_host"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"method":{"$ref":"#/components/schemas/api-shield_method"},"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"state":{"$ref":"#/components/schemas/api-shield_selector-operation-state"}},"type":"object"}},"selected_hosts":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"},"uniqueItems":true},"total":{"type":"integer","x-auditable":true}}}},"required":["result"],"type":"object"}]}}}},"api-shield_get-rule-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_Rule"}},"required":["result"],"type":"object"}]}}}},"api-shield_delete-rule-success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-single-obj"}}}},"api-shield_edit-rule-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_Rule"}},"required":["result"],"type":"object"}]}}}},"rulesets_UrlNormalization":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"$ref":"#/components/schemas/rulesets_UrlNormalization"},"success":{"enum":[true]}}}]}}}}},"requestBodies":{"pay-per-crawl_ZonesCanBeEnabledPayload":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_ZonesCanBeEnabledPayload"}}},"required":true,"x-auditable":true},"pay-per-crawl_ZonesCanBeEnabledQueryPayload":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_ZonesCanBeEnabledQueryPayload"}}},"required":true,"x-auditable":true},"realtimekit_CreateApp":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1}},"required":["name"]}}},"required":true},"realtimekit_CreateMeetingBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ai_config":{"$ref":"#/components/schemas/realtimekit_AIConfig"},"live_stream_on_start":{"type":"boolean","default":false,"nullable":true},"persist_chat":{"type":"boolean","default":false},"record_on_start":{"type":"boolean","default":false,"nullable":true},"recording_config":{"$ref":"#/components/schemas/realtimekit_RecordingConfig"},"session_keep_alive_time_in_secs":{"type":"number","default":60,"maximum":600,"minimum":60},"summarize_on_end":{"type":"boolean","default":false},"title":{"type":"string","nullable":true},"transcribe_on_end":{"type":"boolean","default":false}}}}},"required":true},"realtimekit_UpdateMeetingBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ai_config":{"$ref":"#/components/schemas/realtimekit_AIConfig"},"live_stream_on_start":{"type":"boolean","default":false},"persist_chat":{"type":"boolean","default":false},"record_on_start":{"type":"boolean","default":false},"recording_config":{"$ref":"#/components/schemas/realtimekit_RecordingConfig"},"session_keep_alive_time_in_secs":{"type":"number","default":60,"maximum":600,"minimum":60},"status":{"type":"string","enum":["ACTIVE","INACTIVE"]},"summarize_on_end":{"type":"boolean","default":false},"title":{"type":"string"},"transcribe_on_end":{"type":"boolean","default":false}}}}},"required":true},"realtimekit_KickParticipantsBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"custom_participant_ids":{"type":"array","items":{"type":"string"}},"participant_ids":{"type":"array","items":{"type":"string"}}},"required":["participant_ids","custom_participant_ids"]}}},"required":true},"realtimekit_MuteAllParticipantsBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"allow_unmute":{"type":"boolean"}},"required":["allow_unmute"]}}},"required":true},"realtimekit_CreatePollBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"anonymous":{"type":"boolean"},"hide_votes":{"type":"boolean"},"options":{"type":"array","items":{"type":"string"}},"question":{"type":"string"}},"required":["question","options"]}}},"required":true},"realtimekit_AddParticipantBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"custom_participant_id":{"type":"string"},"name":{"type":"string","nullable":true},"picture":{"type":"string","format":"uri","nullable":true},"preset_name":{"type":"string","default":"group_call_host"}},"required":["preset_name","custom_participant_id"]}}},"required":true},"realtimekit_ReplaceParticipantBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"custom_participant_id":{"type":"string"},"name":{"type":"string","nullable":true},"picture":{"type":"string","format":"uri","nullable":true},"preset_name":{"type":"string"}},"required":["preset_name","custom_participant_id"]}}},"required":true},"realtimekit_EditParticipantBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","nullable":true},"picture":{"type":"string","format":"uri","nullable":true},"preset_name":{"type":"string","nullable":true}}}}},"required":true},"realtimekit_CreatePresetBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_Preset"}}},"required":true},"realtimekit_UpdatePresetBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_UpdatePreset"}}},"required":true},"realtimekit_StartRecording":{"content":{"application/json":{"schema":{"type":"object","properties":{"allow_multiple_recordings":{"type":"boolean","default":false},"audio_config":{"$ref":"#/components/schemas/realtimekit_AudioConfig"},"file_name_prefix":{"type":"string"},"interactive_config":{"$ref":"#/components/schemas/realtimekit_InteractiveConfig"},"max_seconds":{"type":"integer","maximum":86400,"minimum":60},"meeting_id":{"type":"string","format":"uuid"},"realtimekit_bucket_config":{"$ref":"#/components/schemas/realtimekit_realtimekitBucketConfig"},"rtmp_out_config":{"$ref":"#/components/schemas/realtimekit_LivestreamingConfig"},"storage_config":{"$ref":"#/components/schemas/realtimekit_StorageConfig"},"url":{"type":"string","format":"uri"},"video_config":{"$ref":"#/components/schemas/realtimekit_VideoConfig"}},"required":["meeting_id"]}}},"required":true},"realtimekit_StartTrackRecordingBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"layers":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/realtimekit_TrackConfigLayer"}},"meeting_id":{"type":"string","format":"uuid"},"user_ids":{"type":"array","items":{"maxLength":256,"minLength":1,"type":"string"},"maxItems":100,"minItems":1}},"required":["meeting_id"]}}},"required":true},"rulesets_CreateRuleset":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"},"rules":{"$ref":"#/components/schemas/rulesets_RequestRules"}},"required":["name","kind","phase"]}]}}},"required":true},"rulesets_UpdateEntrypointRuleset":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"rules":{"$ref":"#/components/schemas/rulesets_RequestRules"}}}]}}},"required":true},"rulesets_UpdateRuleset":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"},"rules":{"$ref":"#/components/schemas/rulesets_RequestRules"}}}]}}},"required":true},"rulesets_Rule":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_RequestRule"},{"properties":{"position":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/rulesets_RulePosition"},{"properties":{"before":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Before"}},"title":"Before Position"}]},{"allOf":[{"$ref":"#/components/schemas/rulesets_RulePosition"},{"properties":{"after":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"After"}},"title":"After Position"}]},{"allOf":[{"$ref":"#/components/schemas/rulesets_RulePosition"},{"properties":{"index":{"type":"integer","minimum":1,"title":"Index"}},"title":"Index Position"}]}]}}}]}}},"required":true},"workers_namespace_upload":{"content":{"application/javascript":{"schema":{"type":"string"}},"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"$ref":"#/components/schemas/workers_multipart-script"}},"text/javascript":{"schema":{"type":"string"}}},"required":true},"workers_script_upload":{"content":{"application/javascript":{"schema":{"type":"string"}},"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"allOf":[{"$ref":"#/components/schemas/workers_multipart-script"},{"properties":{"metadata":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/message":{"type":"string","maxLength":1000},"workers/tag":{"type":"string","maxLength":100}}}}}},"type":"object"}]}},"text/javascript":{"schema":{"type":"string"}}},"required":true},"workers_version-post":{"content":{"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, `text/x-python`, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/alias":{"type":"string","maxLength":63},"workers/message":{"type":"string","maxLength":1000},"workers/tag":{"type":"string","maxLength":100}}},"bindings":{"$ref":"#/components/schemas/workers_bindings"},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"$ref":"#/components/schemas/workers_compatibility_date"},"compatibility_flags":{"$ref":"#/components/schemas/workers_compatibility_flags"},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"writeOnly":true},"keep_bindings":{"type":"array","items":{"type":"string"},"x-stainless-collection-type":"set"},"main_module":{"type":"string"},"package_dependencies":{"type":"array","items":{"properties":{"installedVersion":{"type":"string"},"name":{"type":"string"},"packageJsonVersion":{"type":"string"}},"required":["name","packageJsonVersion","installedVersion"],"type":"object"},"x-auditable":true},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}},"required":["main_module"]}},"required":["metadata"]}}},"required":true},"api-shield_config-update":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_configuration"}}},"required":true},"rulesets_ManagedTransforms":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rulesets_ManagedTransformsPatch"}}},"required":true},"pay-per-crawl_DaricConfig":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_DaricConfig"}}},"required":true,"x-auditable":true},"api-shield_schema_create":{"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["openapi_v3"]},"name":{"type":"string"},"source":{"type":"string"},"validation_enabled":{"type":"boolean"}},"required":["name","kind","source","validation_enabled"]}}},"required":true},"api-shield_schema_edit":{"content":{"application/json":{"schema":{"type":"object","properties":{"validation_enabled":{"type":"boolean"}}}}},"required":true},"api-shield_global_settings_update":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_global_setting_change_base"},{"required":["validation_default_mitigation_action"],"type":"object"}]}}},"required":true},"api-shield_global_settings_edit":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_global_setting_change_base"}}},"required":true},"api-shield_per_operation_settings_bulk_edit":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"properties":{"mitigation_action":{"type":"string","enum":["none","log","block",null],"nullable":true}},"type":"object"}}}},"required":true},"api-shield_per_operation_setting_update":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_per_operation_setting_change_base"},{"required":["mitigation_action"],"type":"object"}]}}},"required":true},"snippets_SnippetRules":{"content":{"application/json":{"schema":{"type":"object","properties":{"rules":{"$ref":"#/components/schemas/snippets_SnippetRules"}},"required":["rules"],"title":"Snippet Rules"}}},"required":true},"snippets_Snippet":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"metadata":{"type":"object","properties":{"main_module":{"$ref":"#/components/schemas/snippets_SnippetMainModule"}},"required":["main_module"],"title":"Metadata"}},"additionalProperties":{"$ref":"#/components/schemas/snippets_SnippetFiles"},"required":["metadata","files"],"title":"Snippet"}}},"required":true},"api-shield_create-config":{"content":{"application/json":{"schema":{"type":"object","properties":{"credentials":{"$ref":"#/components/schemas/api-shield_credentials-request"},"title":{"$ref":"#/components/schemas/api-shield_title"},"token_sources":{"$ref":"#/components/schemas/api-shield_token_sources"},"token_type":{"$ref":"#/components/schemas/api-shield_token_type"}},"required":["title","description","token_sources","token_type","credentials"]}}},"required":true},"api-shield_edit-config":{"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/api-shield_title"},"token_sources":{"$ref":"#/components/schemas/api-shield_token_sources"}}}}},"required":true},"api-shield_update-config-credentials":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_credentials-request"}}},"required":true},"api-shield_edit-config-credentials":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_credentials-patch-request"}}},"required":true},"api-shield_create-rule":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_create-single-rule-request"}}},"required":true},"api-shield_bulk-create-rules":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_create-single-rule-request"}}}},"required":true},"api-shield_bulk-edit-rules":{"content":{"application/json":{"schema":{"type":"array","items":{"allOf":[{"properties":{"id":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true}},"required":["id"],"type":"object"},{"$ref":"#/components/schemas/api-shield_edit-single-rule-request"}]}}}},"required":true},"api-shield_preview-rules":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_selector"}}},"required":true},"api-shield_edit-rule":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_edit-single-rule-request"}}},"required":true},"rulesets_UrlNormalization":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rulesets_UrlNormalization"}}},"required":true}},"examples":{"realtimekit_GetActiveSessionSuccessResponse":{"summary":"Success response for fetching active session","value":{"data":{"associated_id":"6bf2b8be-04dd-4191-b602-1128921a306b","created_at":"2022-01-12T14:21:34.398Z","ended_at":"null","id":"813432c7-3c5a-45e2-9acf-eef7061c7584","live_participants":1,"max_concurrent_participants":2,"minutes_consumed":2.3434,"started_at":"2022-01-12T14:21:34.388Z","status":"LIVE","type":"meeting","updated_at":"2022-01-12T14:26:00.784Z"},"success":true}},"realtimekit_GetActiveSessionNotFoundResponse":{"summary":"Active Session not found","value":{"error":{"code":404,"message":"No active session found for meeting_id 6bf2b8be-04dd-4191-b602-1128921a306b"},"success":false}},"realtimekit_ParticipantNotFoundResponse":{"summary":"Participant Not Found","value":{"error":{"code":404,"message":"No user found with id 813432c7-3c5a-45e2-9acf-eef7061c7584"},"success":false}},"realtimekit_ParticipantListSuccess":{"summary":"success response for session's participants list","value":{"data":{"paging":{"end_offset":2,"start_offset":1,"total_count":123},"participants":[{"created_at":"2023-02-01T10:51:08.039Z","custom_participant_id":"83qi0i","display_name":"Mark","duration":5.8097,"id":"005f4e0c-4d08-4d4e-a391-a76be75cd296","joined_at":"2023-02-01T10:51:08.030Z","left_at":"2023-02-01T10:56:56.612Z","preset_name":"webinar_participant","updated_at":"2023-02-01T10:56:56.618Z","user_id":"0a08343d-a9dc-45f0-9feb-6a64afcc4f81"},{"created_at":"2023-02-01T10:50:36.853Z","custom_participant_id":"3uggr","display_name":"Henry","duration":6.9263,"id":"51fdf95f-d893-471a-922b-7db7adb14453","joined_at":"2023-02-01T10:50:36.846Z\"","left_at":"2023-02-01T10:57:32.424Z","preset_name":"webinar_participant","updated_at":"2023-02-01T10:57:32.431Z","user_id":"85e7f0fd-7c16-45e9-9d68-f17ef007c4eb"}]},"success":true}},"realtimekit_ParticipantListWithPeerEventSucces":{"summary":"success response for sessions participants list with peer events","value":{"data":{"paging":{"end_offset":2,"start_offset":1,"total_count":123},"participants":[{"created_at":"2023-02-01T10:51:08.039Z","custom_participant_id":"83qi0i","display_name":"Mark","duration":5.8097,"id":"005f4e0c-4d08-4d4e-a391-a76be75cd296","joined_at":"2023-02-01T10:51:08.030Z","left_at":"2023-02-01T10:56:56.612Z","peer_events":[{"created_at":"2023-02-01T10:51:50.786Z","event_name":"PEER_JOINING","id":"94af3bac-f30b-40b9-ab45-4b9e6eff191a","peer_id":"79d87ca5-7e47-452a-b3c1-b6842ad84bf5","updated_at":"2023-02-01T10:51:50.792Z"},{"created_at":"2023-02-01T10:56:50.786Z","event_name":"PEER_LEAVING","id":"94af3bac-f30b-40b9-ab45-4b9e6eff191b","peer_id":"79d87ca5-7e47-452a-b3c1-b6842ad84bf5","updated_at":"2023-02-01T10:56:50.792Z"}],"preset_name":"webinar_participant","updated_at":"2023-02-01T10:56:56.618Z","user_id":"0a08343d-a9dc-45f0-9feb-6a64afcc4f81"},{"created_at":"2023-02-01T10:50:36.853Z","custom_participant_id":"3uggr","display_name":"Henry","duration":6.9263,"id":"51fdf95f-d893-471a-922b-7db7adb14453","joined_at":"2023-02-01T10:50:36.846Z\"","left_at":"2023-02-01T10:57:32.424Z","peer_events":[{"created_at":"2023-02-01T10:51:50.786Z","event_name":"PEER_JOINING","id":"94af3bac-f30b-40b9-ab45-4b9e6eff191a","peer_id":"51fdf95f-d893-471a-922b-7db7adb14453","updated_at":"2023-02-01T10:51:50.792Z"},{"created_at":"2023-02-01T10:56:50.786Z","event_name":"PEER_LEAVING","id":"94af3bac-f30b-40b9-ab45-4b9e6eff191b","peer_id":"51fdf95f-d893-471a-922b-7db7adb14453","updated_at":"2023-02-01T10:56:50.792Z"}],"preset_name":"webinar_participant","updated_at":"2023-02-01T10:57:32.431Z","user_id":"85e7f0fd-7c16-45e9-9d68-f17ef007c4eb"}]},"success":true}}},"securitySchemes":{"realmrootOidc":{"type":"openIdConnect","openIdConnectUrl":"https://id.realmroot.dev/api/auth/.well-known/openid-configuration","x-dpop-required":true}}},"x-cloudflare-openapi-source":{"repository":"https://github.com/cloudflare/api-schemas","commit":"4e2f140437b8e356fb28631ece09c26efd7e781c","openapiSha256":"311c8b1de9ea5ed7d6f8644a5a259c8aa7774df81e65c1cfbb53719741b6ad32","sha256":"311c8b1de9ea5ed7d6f8644a5a259c8aa7774df81e65c1cfbb53719741b6ad32"},"x-cloudflare-oauth-scope-catalog-sha256":"aff94a65e17f31b533ef4aeb2aa040823bca1f9e38fc052385a7165ca41d6986","x-wrangler-compatibility":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"},"x-cli-config":{"command_layout":"tags"},"x-realmroot-transparent-upstream":"https://api.cloudflare.com/client/v4"} +{"openapi":"3.0.3","info":{"title":"Cloudflare REST API through Realmroot","version":"4.0.0"},"servers":[{"url":"https://adapters.realmroot.dev/cloudflare"}],"paths":{"/accounts/{account_identifier}/custom_pages":{"get":{"operationId":"custom-pages-for-an-account-list-custom-pages","summary":"List custom pages","parameters":[{"name":"account_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result_list"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result_list"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-custom-pages.read"]},{"realmrootOidc":["account-custom-pages.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Custom pages for an account"],"x-api-token-group":["Zero Trust: PII Read","Account Custom Pages Write","Account Custom Pages Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_identifier}/custom_pages/preview_tokens":{"post":{"operationId":"custom-pages-for-an-account-create-preview-token","summary":"Create a preview token","parameters":[{"name":"account_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_preview_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_preview_token_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_preview_token_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-custom-pages.read"]},{"realmrootOidc":["account-custom-pages.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Custom pages for an account"],"x-api-token-group":["Zero Trust: PII Read","Account Custom Pages Write","Account Custom Pages Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/accounts/{account_identifier}/custom_pages/{identifier}":{"get":{"operationId":"custom-pages-for-an-account-get-a-custom-page","summary":"Get a custom page","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_error_page_type"}},{"name":"account_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-custom-pages.read"]},{"realmrootOidc":["account-custom-pages.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Custom pages for an account"],"x-api-token-group":["Zero Trust: PII Read","Account Custom Pages Write","Account Custom Pages Read","Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"custom-pages-for-an-account-update-a-custom-page","summary":"Update a custom page","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_error_page_type"}},{"name":"account_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"state":{"$ref":"#/components/schemas/custom-pages_state"},"url":{"$ref":"#/components/schemas/custom-pages_url"}},"required":["url","state"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-custom-pages.write"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Custom pages for an account"],"x-api-token-group":["Account Custom Pages Write","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.account-custom-pages","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}":{"get":{"operationId":"accounts-account-details","summary":"Account Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_response_single_account"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Accounts"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"accounts-update-account","summary":"Update Account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_components-schemas-account"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_response_single_account"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Accounts"],"x-api-token-group":["Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"account-deletion","summary":"Delete a specific account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Accounts"],"x-api-token-group":["Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":false,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"accounts","x-fern-sdk-method-name":"delete","x-forge-require-confirmation":"Are you sure? This action cannot be undone."}},"/accounts/{account_id}/abuse-reports":{"get":{"operationId":"ListAbuseReports","summary":"List abuse reports","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"sort","in":"query","schema":{"type":"string"}},{"name":"domain","in":"query","schema":{"type":"string"}},{"name":"created_before","in":"query","schema":{"type":"string"}},{"name":"created_after","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_ReportStatus"}},{"name":"type","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_ReportType"}},{"name":"mitigation_status","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_MitigationStatus"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"object","properties":{"reports":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_AbuseReport"}}},"required":["reports"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"success":{"type":"boolean"}},"required":["success"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_id}/appeals/eligibility":{"get":{"operationId":"CheckAppealEligibility","summary":"Check whether a report can be appealed","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"$ref":"#/components/schemas/abuse-reports_AppealEligibility"},"success":{"type":"boolean"}},"required":["success"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports.appeals","x-fern-sdk-method-name":"eligibility","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_id}/emails":{"get":{"operationId":"ListEmails","summary":"List abuse report emails","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"object","properties":{"emails":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_EmailListItem"}}},"required":["emails"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"success":{"type":"boolean"}},"required":["success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports.emails","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_id}/mitigations":{"get":{"operationId":"ListMitigations","summary":"List abuse report mitigations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"sort","in":"query","schema":{"type":"string","enum":["type,asc","type,desc","effective_date,asc","effective_date,desc","status,asc","status,desc","entity_type,asc","entity_type,desc"]}},{"name":"type","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_MitigationType"}},{"name":"effective_before","in":"query","schema":{"type":"string"}},{"name":"effective_after","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_MitigationStatus"}},{"name":"entity_type","in":"query","schema":{"$ref":"#/components/schemas/abuse-reports_MitigatedEntityType"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"object","properties":{"mitigations":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_MitigationListItem"}}},"required":["mitigations"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"success":{"type":"boolean"}},"required":["success"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports.mitigations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_id}/mitigations/appeal":{"post":{"operationId":"RequestReview","summary":"Request review on mitigations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_MitigationAppealRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_MitigationAppealResult"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports.mitigations","x-fern-sdk-method-name":"review","x-forge-hidden":true}},"/accounts/{account_id}/abuse-reports/{report_param}":{"get":{"operationId":"GetAbuseReport","summary":"Abuse Report Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","maxLength":32}},{"name":"report_param","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_ErrorMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"$ref":"#/components/schemas/abuse-reports_AbuseReport"},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_ErrorMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"$ref":"#/components/schemas/abuse-reports_AbuseReport"},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/abuse-reports_UnauthorizedErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_ErrorMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"$ref":"#/components/schemas/abuse-reports_AbuseReport"},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]}],"tags":["tseng-abuse-complaint-processor_other"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"abuse-reports","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/access/ai-controls/mcp/portals":{"get":{"operationId":"mcp-portals-api-list-portals","summary":"List MCP Portals","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"default_disabled":{"type":"boolean","default":false},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"on_behalf":{"type":"boolean","default":true},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts","server_id"],"type":"object"},"x-stainless-collection-type":"set"}},"required":["id","name","hostname","servers"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"mcp-portals-api-create-portals","summary":"Create a new MCP Portal","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"default_disabled":{"type":"boolean","default":false},"on_behalf":{"type":"boolean","default":true},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["server_id"],"type":"object"},"maxItems":80,"x-stainless-collection-type":"set"}},"required":["id","name","hostname"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"default_disabled":{"type":"boolean","default":false},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"on_behalf":{"type":"boolean","default":true},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts","server_id"],"type":"object"},"x-stainless-collection-type":"set"}},"required":["id","name","hostname","servers"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/portals/{id}":{"get":{"operationId":"mcp-portals-api-fetch-gateways","summary":"Read details of an MCP Portal","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"default_disabled":{"type":"boolean","default":false},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"on_behalf":{"type":"boolean","default":true},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts","server_id"],"type":"object"},"x-stainless-collection-type":"set"}},"required":["id","name","hostname","servers"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"mcp-portals-api-update-portals","summary":"Update a MCP Portal","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"default_disabled":{"type":"boolean","default":false},"on_behalf":{"type":"boolean","default":true},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["server_id"],"type":"object"},"maxItems":80,"x-stainless-collection-type":"set"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"servers":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"default_disabled":{"type":"boolean","default":false},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"on_behalf":{"type":"boolean","default":true},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"server_id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"portal_alias":{"type":"string"},"portal_description":{"type":"string"},"server_alias":{"type":"string"},"server_description":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts","server_id"],"type":"object"},"x-stainless-collection-type":"set"}},"required":["id","name","hostname","servers"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"mcp-portals-api-delete-portals","summary":"Delete a MCP Portal","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"allow_code_mode":{"type":"boolean","deprecated":true},"code_mode":{"type":"string","enum":["off","opt_in","default_on","enforced"]},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false}},"required":["id","name","hostname"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/portals/{portal_id}/servers/{server_id}/effective-redirect-uri":{"get":{"operationId":"mcp-portals-api-effective-redirect-uri","summary":"Resolve the OAuth redirect_uri the admin must register at the upstream","parameters":[{"name":"portal_id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"server_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"redirect_uri":{"type":"string","format":"uri"},"source":{"type":"string","enum":["per_portal","shared_mcp22"]}},"required":["redirect_uri","source"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/servers":{"get":{"operationId":"mcp-portals-api-list-servers","summary":"List MCP Servers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"mcp-portals-api-create-servers","summary":"Create a new MCP Server","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"auth_credentials":{"type":"string","x-sensitive":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"client_secret":{"type":"string","writeOnly":true,"x-sensitive":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}":{"get":{"operationId":"mcp-portals-api-fetch-servers","summary":"Read the details of a MCP Server","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.read"]},{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write","MCP Portals Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"mcp-portals-api-update-servers","summary":"Update a MCP Server","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"auth_credentials":{"type":"string","x-sensitive":true},"client_secret":{"type":"string","writeOnly":true,"x-sensitive":true},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"name":{"type":"string","maxLength":350},"secure_web_gateway":{"type":"boolean","default":false},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"mcp-portals-api-delete-servers","summary":"Delete a MCP Server","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"auth_config_summary":{"type":"object","properties":{"auth_mode":{"type":"string","enum":["dcr","manual"]},"client_secret_version":{"type":"number"},"config":{"type":"object","properties":{"authorization_endpoint":{"type":"string"},"issuer":{"type":"string"},"resource":{"type":"string"},"revocation_endpoint":{"type":"string"},"token_endpoint":{"type":"string"}}},"has_client_secret":{"type":"boolean"},"registration_info":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"},"token_endpoint_auth_method":{"type":"string"}}}},"readOnly":true},"auth_type":{"type":"string","enum":["oauth","bearer","unauthenticated"]},"authentication_status":{"type":"string","enum":["not_required","required","connected","stale","manual"],"readOnly":true},"created_at":{"type":"string","format":"date-time","readOnly":true},"created_by":{"type":"string","readOnly":true},"error":{"type":"string","readOnly":true},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"hostname":{"type":"string","format":"uri"},"id":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"},"is_shared_oauth_callback_enabled":{"type":"boolean","default":false},"last_successful_sync":{"type":"string","format":"date-time","readOnly":true},"last_synced":{"type":"string","format":"date-time","readOnly":true},"modified_at":{"type":"string","format":"date-time","readOnly":true},"modified_by":{"type":"string","readOnly":true},"name":{"type":"string","maxLength":350},"prompts":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"secure_web_gateway":{"type":"boolean","default":false},"status":{"type":"string","default":"waiting","enum":["waiting","ready","stale","error"],"readOnly":true},"tools":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"updated_prompts":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}},"updated_tools":{"type":"array","items":{"properties":{"alias":{"type":"string","maxLength":40,"pattern":"^[a-zA-Z0-9]+([_-][a-zA-Z0-9]+)*$"},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["id","name","hostname","auth_type","tools","prompts"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}/sync":{"post":{"operationId":"mcp-portals-api-sync-server","summary":"Sync MCP Server Capabilities","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"error":{"type":"string"},"error_details":{"type":"object","properties":{"cause":{"type":"string"},"is_upstream":{"type":"boolean"},"mcp_code":{"type":"number"},"retryable":{"type":"boolean"},"status_code":{"type":"number"}},"readOnly":true},"status":{"type":"string","enum":["waiting","ready","stale","error"]}}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["mcp-portals.write"]}],"tags":["MCP Portal Servers"],"x-api-token-group":["MCP Portals Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.mcp_portals"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/access/apps":{"get":{"operationId":"access-applications-list-access-applications","summary":"List Access applications","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"domain","in":"query","schema":{"type":"string"}},{"name":"aud","in":"query","schema":{"type":"string"}},{"name":"target_attributes","in":"query","schema":{"type":"string"}},{"name":"exact","in":"query","schema":{"type":"boolean"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"$ref":"#/components/parameters/access_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-7"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.revoke"]},{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"access-applications-add-an-application","summary":"Add an Access application","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-8"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/access/apps/ca":{"get":{"operationId":"access-short-lived-certificate-c-as-list-short-lived-certificate-c-as","summary":"List short-lived certificate CAs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.cas","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}":{"get":{"operationId":"access-applications-get-an-access-application","summary":"Get an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-8"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"put":{"operationId":"access-applications-update-an-access-application","summary":"Update an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-8"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"access-applications-delete-an-access-application","summary":"Delete an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/ca":{"get":{"operationId":"access-short-lived-certificate-c-as-get-a-short-lived-certificate-ca","summary":"Get a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-5"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.cas","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"access-short-lived-certificate-c-as-create-a-short-lived-certificate-ca","summary":"Create a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-5"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.cas","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"access-short-lived-certificate-c-as-delete-a-short-lived-certificate-ca","summary":"Delete a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.cas","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/policies":{"get":{"operationId":"access-policies-list-access-app-policies","summary":"List Access application policies","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":200,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-8"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-policies-create-an-access-policy","summary":"Create an Access application policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_policy_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-9"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}":{"get":{"operationId":"access-policies-get-an-access-policy","summary":"Get an Access application policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-9"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-policies-update-an-access-policy","summary":"Update an Access application policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_policy_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-9"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-policies-delete-an-access-policy","summary":"Delete an Access application policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}/make_reusable":{"put":{"operationId":"access-policies-convert-reusable","summary":"Convert an Access application policy to a reusable policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-8"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access application-scoped policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies.make.reusable","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/revoke_tokens":{"post":{"operationId":"access-applications-revoke-service-tokens","summary":"Revoke application tokens","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_empty_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.revoke"]},{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications","x-fern-sdk-method-name":"revoke-tokens","x-forge-hidden":true,"x-forge-require-confirmation":"This operation invalidates every service token for the app."}},"/accounts/{account_id}/access/apps/{app_id}/settings":{"put":{"operationId":"access-applications-put-update-access-application-settings","summary":"Update Access application settings","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_settings_request"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response_update"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/apps/{app_id}/user_policy_checks":{"get":{"operationId":"access-applications-test-access-policies","summary":"Test Access policies","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_check_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.user-policy-checks","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/bookmarks":{"get":{"operationId":"access-bookmark-applications-(-deprecated)-list-bookmark-applications","summary":"List Bookmark applications","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-14"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.revoke"]},{"realmrootOidc":["access.write"]}],"tags":["Access Bookmark applications (Deprecated)"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfDeprecation":{"display":true,"eol":"2023-03-19","id":"bookmarks_deprecation"},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.bookmarks","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/bookmarks/{bookmark_id}":{"get":{"operationId":"access-bookmark-applications-(-deprecated)-get-a-bookmark-application","summary":"Get a Bookmark application","parameters":[{"name":"bookmark_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-13"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access Bookmark applications (Deprecated)"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfDeprecation":{"display":true,"eol":"2023-03-19","id":"bookmarks_deprecation"},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.bookmarks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-bookmark-applications-(-deprecated)-update-a-bookmark-application","summary":"Update a Bookmark application","parameters":[{"name":"bookmark_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-3"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-13"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["access.write"]}],"tags":["Access Bookmark applications (Deprecated)"],"x-api-token-group":["Access: Apps and Policies Write"],"x-cfDeprecation":{"display":true,"eol":"2023-03-19","id":"bookmarks_deprecation"},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.bookmarks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-bookmark-applications-(-deprecated)-delete-a-bookmark-application","summary":"Delete a Bookmark application","parameters":[{"name":"bookmark_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-3"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["access.write"]}],"tags":["Access Bookmark applications (Deprecated)"],"x-api-token-group":["Access: Apps and Policies Write"],"x-cfDeprecation":{"display":true,"eol":"2023-03-19","id":"bookmarks_deprecation"},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.bookmarks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/certificates":{"get":{"operationId":"access-mtls-authentication-list-mtls-certificates","summary":"List mTLS certificates","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-5"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-mtls-authentication-add-an-mtls-certificate","summary":"Add an mTLS certificate","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames"},"certificate":{"type":"string"},"name":{"$ref":"#/components/schemas/access_name-7"}},"required":["name","certificate"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/certificates/settings":{"get":{"operationId":"access-mtls-authentication-list-mtls-certificates-hostname-settings","summary":"List all mTLS hostname settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection_hostnames"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-mtls-authentication-update-an-mtls-certificate-settings","summary":"Update an mTLS certificate's hostname settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"settings":{"type":"array","items":{"$ref":"#/components/schemas/access_settings"}}},"required":["settings"]}}}},"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection_hostnames"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/certificates/{certificate_id}":{"get":{"operationId":"access-mtls-authentication-get-an-mtls-certificate","summary":"Get an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-mtls-authentication-update-an-mtls-certificate","summary":"Update an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames"},"name":{"$ref":"#/components/schemas/access_name-7"}},"required":["associated_hostnames"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-mtls-authentication-delete-an-mtls-certificate","summary":"Delete an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/custom_pages":{"get":{"operationId":"access-custom-pages-list-custom-pages","summary":"List custom pages","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-10"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.read"]},{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write","Access: Custom Pages Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-custom-pages-create-a-custom-page","summary":"Create a custom page","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_custom_page"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response_without_html"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/custom_pages/{custom_page_id}":{"get":{"operationId":"access-custom-pages-get-a-custom-page","summary":"Get a custom page","parameters":[{"name":"custom_page_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-11"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.read"]},{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write","Access: Custom Pages Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-custom-pages-update-a-custom-page","summary":"Update a custom page","parameters":[{"name":"custom_page_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_custom_page"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response_without_html"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-custom-pages-delete-a-custom-page","summary":"Delete a custom page","parameters":[{"name":"custom_page_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-custom-page.write"]}],"tags":["Access custom pages"],"x-api-token-group":["Access: Custom Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.custom-pages","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/gateway_ca":{"get":{"operationId":"access-gateway-ca-list-SSH-ca","summary":"List SSH Certificate Authorities (CA)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-ssh-auditing.read"]},{"realmrootOidc":["access-ssh-auditing.write"]}],"tags":["Gateway CA"],"x-api-token-group":["Access: SSH Auditing Write","Access: SSH Auditing Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.gateway-ca","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-gateway-ca-add-an-SSH-ca","summary":"Add a new SSH Certificate Authority (CA)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-7"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-ssh-auditing.write"]}],"tags":["Gateway CA"],"x-api-token-group":["Access: SSH Auditing Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.gateway-ca","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/gateway_ca/{certificate_id}":{"delete":{"operationId":"access-gateway-ca-delete-an-SSH-ca","summary":"Delete an SSH Certificate Authority (CA)","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-ssh-auditing.write"]}],"tags":["Gateway CA"],"x-api-token-group":["Access: SSH Auditing Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.gateway-ca","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/groups":{"get":{"operationId":"access-groups-list-access-groups","summary":"List Access groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"$ref":"#/components/parameters/access_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-groups-create-an-access-group","summary":"Create an Access group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"exclude":{"$ref":"#/components/schemas/access_exclude"},"include":{"$ref":"#/components/schemas/access_include"},"is_default":{"$ref":"#/components/schemas/access_is_default"},"name":{"$ref":"#/components/schemas/access_name-6"},"require":{"$ref":"#/components/schemas/access_require"}},"required":["name","include"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/groups/{group_id}":{"get":{"operationId":"access-groups-get-an-access-group","summary":"Get an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-groups-update-an-access-group","summary":"Update an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"exclude":{"$ref":"#/components/schemas/access_exclude"},"include":{"$ref":"#/components/schemas/access_include"},"is_default":{"$ref":"#/components/schemas/access_is_default"},"name":{"$ref":"#/components/schemas/access_name-6"},"require":{"$ref":"#/components/schemas/access_require"}},"required":["name","include"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-4"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-groups-delete-an-access-group","summary":"Delete an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/identity_providers":{"get":{"operationId":"access-identity-providers-list-access-identity-providers","summary":"List Access identity providers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"scim_enabled","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":200,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-identity-providers-add-an-access-identity-provider","summary":"Add an Access identity provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_identity-providers"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/identity_providers/{identity_provider_id}":{"get":{"operationId":"access-identity-providers-get-an-access-identity-provider","summary":"Get an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-identity-providers-update-an-access-identity-provider","summary":"Update an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_identity-providers"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-identity-providers-delete-an-access-identity-provider","summary":"Delete an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/groups":{"get":{"operationId":"access-identity-providers-list-scim-group-resources","summary":"List SCIM Group resources","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"cf_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_cf_resource_id"},"explode":true,"style":"form"},{"name":"idp_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_idp_resource_id"},"explode":true,"style":"form"},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/access_name-4"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":100}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_scim_groups_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers.scim.groups","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/users":{"get":{"operationId":"access-identity-providers-list-scim-user-resources","summary":"List SCIM User resources","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"cf_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_cf_resource_id-2"},"explode":true,"style":"form"},{"name":"idp_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_idp_resource_id-2"},"explode":true,"style":"form"},{"name":"username","in":"query","schema":{"$ref":"#/components/schemas/access_username"}},{"name":"email","in":"query","schema":{"$ref":"#/components/schemas/access_email"}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/access_name-5"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":100}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_scim_users_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.identity-providers.scim.users","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/keys":{"get":{"operationId":"access-key-configuration-get-the-access-key-configuration","summary":"Get the Access key configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-12"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Access key configuration"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.keys","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-key-configuration-update-the-access-key-configuration","summary":"Update the Access key configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"key_rotation_interval_days":{"$ref":"#/components/schemas/access_key_rotation_interval_days"}},"required":["key_rotation_interval_days"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-12"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access key configuration"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.keys","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/keys/rotate":{"post":{"operationId":"access-key-configuration-rotate-access-keys","summary":"Rotate Access keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-12"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Access key configuration"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.keys","x-fern-sdk-method-name":"rotate","x-forge-hidden":true}},"/accounts/{account_id}/access/logs/access_requests":{"get":{"operationId":"access-authentication-logs-get-access-authentication-logs","summary":"Get Access authentication logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"limit","in":"query","schema":{"type":"integer","default":25}},{"name":"direction","in":"query","schema":{"default":"desc","enum":["desc","asc"]}},{"name":"since","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"until","in":"query","schema":{"type":"string","format":"date-time"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":25}},{"name":"email","in":"query","schema":{"$ref":"#/components/schemas/access_email-3"}},{"name":"email_exact","in":"query","schema":{"type":"boolean","default":false}},{"name":"user_id","in":"query","schema":{"$ref":"#/components/schemas/access_user_id"},"deprecated":true},{"name":"allowedOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"country_codeOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"app_typeOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"app_uidOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"ray_idOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"emailOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq","contains"]}},{"name":"idpOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"non_identityOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]}},{"name":"user_idOp","in":"query","schema":{"type":"string","default":"eq","enum":["eq","neq"]},"deprecated":true},{"name":"fields","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-11"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Access authentication logs"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.logs.access-requests","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/logs/scim/updates":{"get":{"operationId":"access-scim-update-logs-list-access-scim-update-logs","summary":"List Access SCIM update logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/access_limit"}},{"name":"direction","in":"query","schema":{"$ref":"#/components/schemas/access_direction"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/access_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/access_until"}},{"name":"idp_id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/access_idp_id"},"explode":true,"style":"form"},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/access_status-2"},"explode":true,"style":"form"},{"name":"resource_type","in":"query","schema":{"$ref":"#/components/schemas/access_resource_type"},"explode":true,"style":"form"},{"name":"request_method","in":"query","schema":{"$ref":"#/components/schemas/access_request_method"},"explode":true,"style":"form"},{"name":"resource_user_email","in":"query","schema":{"$ref":"#/components/schemas/access_resource_user_email"},"explode":true,"style":"form"},{"name":"resource_group_name","in":"query","schema":{"$ref":"#/components/schemas/access_resource_group_name"},"explode":true,"style":"form"},{"name":"cf_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_cf_resource_id-3"},"explode":true,"style":"form"},{"name":"idp_resource_id","in":"query","schema":{"$ref":"#/components/schemas/access_idp_resource_id-3"},"explode":true,"style":"form"},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_scim_update_logs_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-scim-log.read"]}],"tags":["Access SCIM update logs"],"x-api-token-group":["Access: SCIM Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.logs.scim.updates","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/organizations":{"get":{"operationId":"zero-trust-organization-get-your-zero-trust-organization","summary":"Get your Zero Trust organization","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.revoke"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Revoke","Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"zero-trust-organization-update-your-zero-trust-organization","summary":"Update your Zero Trust organization","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp"},"auth_domain":{"$ref":"#/components/schemas/access_auth_domain"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages"},"deny_unmatched_requests":{"$ref":"#/components/schemas/access_deny_unmatched_requests"},"deny_unmatched_requests_exempted_zone_names":{"$ref":"#/components/schemas/access_deny_unmatched_requests_exempted_zone_names"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only"},"login_design":{"$ref":"#/components/schemas/access_login_design"},"mfa_config":{"$ref":"#/components/schemas/access_org_mfa_config"},"mfa_piv_key_requirements":{"$ref":"#/components/schemas/access_mfa_piv_key_requirements"},"mfa_required_for_all_apps":{"$ref":"#/components/schemas/access_mfa_required_for_all_apps"},"name":{"$ref":"#/components/schemas/access_name"},"session_duration":{"$ref":"#/components/schemas/access_session_duration"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time"},"warp_auth_non_browser_401":{"$ref":"#/components/schemas/access_warp_auth_non_browser_401"},"warp_auth_session_duration":{"$ref":"#/components/schemas/access_warp_auth_session_duration"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"zero-trust-organization-create-your-zero-trust-organization","summary":"Create your Zero Trust organization","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp"},"auth_domain":{"$ref":"#/components/schemas/access_auth_domain"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity"},"deny_unmatched_requests":{"$ref":"#/components/schemas/access_deny_unmatched_requests"},"deny_unmatched_requests_exempted_zone_names":{"$ref":"#/components/schemas/access_deny_unmatched_requests_exempted_zone_names"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only"},"login_design":{"$ref":"#/components/schemas/access_login_design"},"mfa_config":{"$ref":"#/components/schemas/access_org_mfa_config"},"mfa_piv_key_requirements":{"$ref":"#/components/schemas/access_mfa_piv_key_requirements"},"mfa_required_for_all_apps":{"$ref":"#/components/schemas/access_mfa_required_for_all_apps"},"name":{"$ref":"#/components/schemas/access_name"},"session_duration":{"$ref":"#/components/schemas/access_session_duration"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time"},"warp_auth_non_browser_401":{"$ref":"#/components/schemas/access_warp_auth_non_browser_401"},"warp_auth_session_duration":{"$ref":"#/components/schemas/access_warp_auth_session_duration"}},"required":["name","auth_domain"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/organizations/doh":{"get":{"operationId":"zero-trust-organization-get-your-zero-trust-organization-doh-settings","summary":"Get your Zero Trust organization DoH settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-2"},{"properties":{"result":{"type":"object","properties":{"doh_jwt_duration":{"type":"string"}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.revoke"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Revoke","Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations.doh","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zero-trust-organization-update-your-zero-trust-organization-doh-settings","summary":"Update your Zero Trust organization DoH settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"properties":{"doh_jwt_duration":{"$ref":"#/components/schemas/access_doh_jwt_duration"},"service_token_id":{"type":"string"}}}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-2"},{"properties":{"result":{"type":"object","properties":{"doh_jwt_duration":{"$ref":"#/components/schemas/access_doh_jwt_duration"}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations.doh","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/organizations/revoke_user":{"post":{"operationId":"zero-trust-organization-revoke-all-access-tokens-for-a-user","summary":"Revoke all Access tokens for a user","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"devices","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"devices":{"type":"boolean"},"email":{"type":"string"},"user_uid":{"type":"string"},"warp_session_reauth":{"type":"boolean"}},"required":["email"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_empty_response"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.organizations","x-fern-sdk-method-name":"revoke-users","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes all access tokens for a user destructively."}},"/accounts/{account_id}/access/policies":{"get":{"operationId":"access-policies-list-access-reusable-policies","summary":"List Access reusable policies","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":1000}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-9"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-policies-create-an-access-reusable-policy","summary":"Create an Access reusable policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_req"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-10"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/policies/{policy_id}":{"get":{"operationId":"access-policies-get-an-access-reusable-policy","summary":"Get an Access reusable policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-10"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.read"]},{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-policies-update-an-access-reusable-policy","summary":"Update an Access reusable policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_req"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-10"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-policies-delete-an-access-reusable-policy","summary":"Delete an Access reusable policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid-2"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-5"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access.write"]}],"tags":["Access reusable policies"],"x-api-token-group":["Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/policy-tests":{"post":{"operationId":"access-policy-tests","summary":"Start Access policy test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_init_req"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_init_resp"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-policy-test.write"]}],"tags":["Access policy tester"],"x-api-token-group":["Access: Policy Test Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policy-tests","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/policy-tests/{policy_test_id}":{"get":{"operationId":"access-policy-tests-get-an-update","summary":"Get the current status of a given Access policy test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_policy_test_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_update_resp"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-policy-test.read"]},{"realmrootOidc":["access-policy-test.write"]}],"tags":["Access policy tester"],"x-api-token-group":["Access: Policy Test Write","Access: Policy Test Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policy-tests","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/access/policy-tests/{policy_test_id}/users":{"get":{"operationId":"access-policy-tests-get-a-user-page","summary":"Get an Access policy test users page","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"policy_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_policy_test_id"}},{"$ref":"#/components/parameters/access_page"},{"name":"per_page","in":"query","schema":{"type":"integer","default":25,"maximum":1000}},{"name":"status","in":"query","schema":{"type":"string","enum":["success","fail","error"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_users_resp"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-policy-test.read"]},{"realmrootOidc":["access-policy-test.write"]}],"tags":["Access policy tester"],"x-api-token-group":["Access: Policy Test Write","Access: Policy Test Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.applications.policy-tests.users","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/seats":{"patch":{"operationId":"zero-trust-seats-update-a-user-seat","summary":"Update a user seat","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_seats_definition"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-13"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-seats.write"]}],"tags":["Zero Trust seats"],"x-api-token-group":["Zero Trust: Seats Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.seats","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/access/service_tokens":{"get":{"operationId":"access-service-tokens-list-service-tokens","summary":"List service tokens","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"$ref":"#/components/parameters/access_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.read"]},{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write","Access: Service Tokens Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"access-service-tokens-create-a-service-token","summary":"Create a service token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"client_secret_version":{"$ref":"#/components/schemas/access_client_secret_version"},"duration":{"$ref":"#/components/schemas/access_duration"},"name":{"$ref":"#/components/schemas/access_name-2"},"previous_client_secret_expires_at":{"$ref":"#/components/schemas/access_previous_client_secret_expires_at"}},"required":["name"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_create_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/access/service_tokens/{service_token_id}":{"get":{"operationId":"access-service-tokens-get-a-service-token","summary":"Get a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.read"]},{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write","Access: Service Tokens Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"access-service-tokens-update-a-service-token","summary":"Update a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"client_secret_version":{"$ref":"#/components/schemas/access_client_secret_version"},"duration":{"$ref":"#/components/schemas/access_duration"},"name":{"$ref":"#/components/schemas/access_name-2"},"previous_client_secret_expires_at":{"$ref":"#/components/schemas/access_previous_client_secret_expires_at"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"access-service-tokens-delete-a-service-token","summary":"Delete a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/access/service_tokens/{service_token_id}/refresh":{"post":{"operationId":"access-service-tokens-refresh-a-service-token","summary":"Refresh a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.service-tokens","x-fern-sdk-method-name":"refresh","x-forge-hidden":true}},"/accounts/{account_id}/access/users":{"get":{"operationId":"zero-trust-users-get-users","summary":"Get users","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"email","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/access_page"},{"$ref":"#/components/parameters/access_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-24"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}":{"get":{"operationId":"zero-trust-users-get-user","summary":"Get a user","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_user_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zero-trust-users-update-user","summary":"Update a user","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"email":{"$ref":"#/components/schemas/access_email-2"},"name":{"$ref":"#/components/schemas/access_name-10"}},"required":["name","email"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_user_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-seats.write"]}],"tags":["Zero Trust users"],"x-api-token-group":["Zero Trust: Seats Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}/active_sessions":{"get":{"operationId":"zero-trust-users-get-active-sessions","summary":"Get active sessions","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_active_sessions_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users.active-sessions","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}/active_sessions/{nonce}":{"get":{"operationId":"zero-trust-users-get-active-session","summary":"Get single active session","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}},{"name":"nonce","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_nonce"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_active_session_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users.active-sessions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}/failed_logins":{"get":{"operationId":"zero-trust-users-get-failed-logins","summary":"Get failed logins","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_failed_login_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users.failed-logins","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/access/users/{user_id}/last_seen_identity":{"get":{"operationId":"zero-trust-users-get-last-seen-identity","summary":"Get last seen identity","parameters":[{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_last_seen_identity_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-audit-log.read"]}],"tags":["Zero Trust users"],"x-api-token-group":["Access: Audit Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.access.users.last-seen-identity","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/addressing/address_maps":{"get":{"operationId":"ip-address-management-address-maps-list-address-maps","summary":"List Address Maps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_components-schemas-response_collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.read"]},{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write","Address Maps Read"]},"post":{"operationId":"ip-address-management-address-maps-create-address-map","summary":"Create Address Map","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"enabled":{"$ref":"#/components/schemas/addressing_enabled"},"ips":{"type":"array","items":{"$ref":"#/components/schemas/addressing_ip_address"}},"memberships":{"$ref":"#/components/schemas/addressing_membership_requests"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_full_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_full_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/address_maps/{address_map_id}":{"get":{"operationId":"ip-address-management-address-maps-address-map-details","summary":"Address Map Details","parameters":[{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_full_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_full_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.read"]},{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write","Address Maps Read"]},"delete":{"operationId":"ip-address-management-address-maps-delete-address-map","summary":"Delete Address Map","parameters":[{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]},"patch":{"operationId":"ip-address-management-address-maps-update-address-map","summary":"Update Address Map","parameters":[{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"default_sni":{"$ref":"#/components/schemas/addressing_default_sni"},"enabled":{"$ref":"#/components/schemas/addressing_enabled"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_components-schemas-single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/address_maps/{address_map_id}/accounts/{account_id_2}":{"delete":{"operationId":"ip-address-management-address-maps-remove-an-account-membership-from-an-address-map","summary":"Remove an account membership from an Address Map","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id_2","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/address_maps/{address_map_id}/ips/{ip_address}":{"put":{"operationId":"ip-address-management-address-maps-add-an-ip-to-an-address-map","summary":"Add an IP to an Address Map","parameters":[{"name":"ip_address","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_ip_address"}},{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]},"delete":{"operationId":"ip-address-management-address-maps-remove-an-ip-from-an-address-map","summary":"Remove an IP from an Address Map","parameters":[{"name":"ip_address","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_ip_address"}},{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/address_maps/{address_map_id}/zones/{zone_id}":{"delete":{"operationId":"ip-address-management-address-maps-remove-a-zone-membership-from-an-address-map","summary":"Remove a zone membership from an Address Map","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_zone_identifier"}},{"name":"address_map_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_address_map_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["address-maps.write"]}],"tags":["IP Address Management Address Maps"],"x-api-token-group":["Address Maps Write"]}},"/accounts/{account_id}/addressing/loa_documents":{"post":{"operationId":"ip-address-management-prefixes-upload-loa-document","summary":"Upload LOA Document","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"loa_document":{"type":"string"}},"required":["loa_document"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_loa_upload_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_loa_upload_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Write"]}},"/accounts/{account_id}/addressing/loa_documents/{loa_document_id}/download":{"get":{"operationId":"ip-address-management-prefixes-download-loa-document","summary":"Download LOA Document","parameters":[{"name":"loa_document_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_loa_document_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/pdf":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write"]}},"/accounts/{account_id}/addressing/prefixes":{"get":{"operationId":"ip-address-management-prefixes-list-prefixes","summary":"List Prefixes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_response_collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}":{"get":{"operationId":"ip-address-management-prefixes-prefix-details","summary":"Prefix Details","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]},"delete":{"operationId":"ip-address-management-prefixes-delete-prefix","summary":"Delete Prefix","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Write"]},"patch":{"operationId":"ip-address-management-prefixes-update-prefix-description","summary":"Update Prefix Description","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{},"required":["description"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Write","IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes":{"get":{"operationId":"ip-address-management-prefixes-list-bgp-prefixes","summary":"List BGP Prefixes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_response_collection_bgp"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_response_collection_bgp"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management BGP Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id}":{"get":{"operationId":"ip-address-management-prefixes-fetch-bgp-prefix","summary":"Fetch BGP Prefix","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"bgp_prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_bgp_prefix_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response_bgp"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response_bgp"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management BGP Prefixes"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]},"patch":{"operationId":"ip-address-management-prefixes-update-bgp-prefix","summary":"Update BGP Prefix","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"bgp_prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_bgp_prefix_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_bgp_prefix_update_advertisement"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response_bgp"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response_bgp"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management BGP Prefixes"],"x-api-token-group":["Magic Transit Write","IP Prefixes: Write","IP Prefixes: BGP On Demand Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/status":{"get":{"operationId":"ip-address-management-dynamic-advertisement-get-advertisement-status","summary":"Get Advertisement Status","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_advertised_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_advertised_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.read"]},{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Dynamic Advertisement"],"x-api-token-group":["Magic Transit Read","Magic Transit Write","IP Prefixes: Write","IP Prefixes: Read","IP Prefixes: BGP On Demand Write","IP Prefixes: BGP On Demand Read"]},"patch":{"operationId":"ip-address-management-dynamic-advertisement-update-prefix-dynamic-advertisement-status","summary":"Update Prefix Dynamic Advertisement Status","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"advertised":{"$ref":"#/components/schemas/addressing_components-schemas-advertised"}},"required":["advertised"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_advertised_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_advertised_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["ip-prefix-bgp-on-demand.write"]},{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Dynamic Advertisement"],"x-api-token-group":["Magic Transit Write","IP Prefixes: Write","IP Prefixes: BGP On Demand Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings":{"get":{"operationId":"ip-address-management-service-bindings-list-service-bindings","summary":"List Service Bindings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/addressing_service_binding"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write","IP Prefixes: Read"]},"post":{"operationId":"ip-address-management-service-bindings-create-service-binding","summary":"Create Service Binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_create_binding_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_service_binding"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings/{binding_id}":{"get":{"operationId":"ip-address-management-service-bindings-get-service-binding","summary":"Get Service Binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_service_binding_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_service_binding"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write","IP Prefixes: Read"]},"delete":{"operationId":"ip-address-management-service-bindings-delete-service-binding","summary":"Delete Service Binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_service_binding_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations":{"post":{"operationId":"ip-address-management-prefix-delegation-create-prefix-delegation","summary":"Create Prefix Delegation","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"delegated_account_id":{"$ref":"#/components/schemas/addressing_delegated_account_identifier"}},"required":["cidr","delegated_account_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_schemas-single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Prefix Delegation"],"x-api-token-group":["IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations/{delegation_id}":{"delete":{"operationId":"ip-address-management-prefix-delegation-delete-prefix-delegation","summary":"Delete Prefix Delegation","parameters":[{"name":"delegation_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_delegation_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_id_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Prefix Delegation"],"x-api-token-group":["IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/prefixes/{prefix_id}/validate":{"post":{"operationId":"ip-address-management-prefixes-validate-prefix","summary":"Validate Prefix","parameters":[{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_prefix_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_single_response"},{"$ref":"#/components/schemas/addressing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ip-prefix.write"]},{"realmrootOidc":["magic-transit.write"]}],"tags":["IP Address Management Prefixes"],"x-api-token-group":["Magic Transit Write","IP Prefixes: Write"]}},"/accounts/{account_id}/addressing/regional_hostnames/regions":{"get":{"operationId":"dls-account-regional-hostnames-list-regions","summary":"List Regions","parameters":[{"$ref":"#/components/parameters/dls_account_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"key":{"$ref":"#/components/schemas/dls_region_key"},"label":{"type":"string"}},"type":"object"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Read","DNS Write"]}},"/accounts/{account_id}/addressing/services":{"get":{"operationId":"ip-address-management-service-bindings-list-services","summary":"List Services","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/addressing_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/addressing_service_identifier"},"name":{"$ref":"#/components/schemas/addressing_service_name"}}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/addressing_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ip-prefix.read"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["IP Address Management Service Bindings"],"x-api-token-group":["IP Prefixes: Write","IP Prefixes: Read"]}},"/accounts/{account_id}/ai-gateway/billing/credit-balance":{"get":{"operationId":"aig-billing-get-credit-balance","summary":"Get credit balance","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetCreditBalanceResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing","x-fern-sdk-method-name":"credit_balance","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/invoice-history":{"get":{"operationId":"aig-billing-get-invoice-history","summary":"Get invoice history","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","schema":{"type":"string","default":"all","enum":["auto","all","manual"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetInvoiceHistoryResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing","x-fern-sdk-method-name":"invoice_history","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/invoice-preview":{"get":{"operationId":"aig-billing-get-invoice-preview","summary":"Get invoice preview","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetInvoicePreviewResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing","x-fern-sdk-method-name":"invoice_preview","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/spending-limit":{"get":{"operationId":"aig-billing-get-spending-limit","summary":"Get spending limit","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetSpendingLimitResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.spending_limit","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"aig-billing-set-spending-limit","summary":"Set spending limit (deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","minimum":100},"duration":{"type":"string","enum":["daily","weekly","monthly"]},"strategy":{"type":"string","enum":["fixed","sliding"]}},"additionalProperties":false,"required":["amount","strategy","duration"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_SetSpendingLimitResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"deprecated":true,"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.spending_limit","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"aig-billing-delete-spending-limit","summary":"Delete spending limit","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_DeleteSpendingLimitResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.spending_limit","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/topup":{"post":{"operationId":"aig-billing-create-topup","summary":"Create a top-up","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","minimum":1000}},"additionalProperties":false,"required":["amount"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_CreateTopupResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"402":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/topup/config":{"get":{"operationId":"aig-billing-get-topup-config","summary":"Get auto top-up configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetTopupConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup.config","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"aig-billing-set-topup-config","summary":"Set auto top-up configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"integer","minimum":1000},"threshold":{"type":"integer","minimum":500}},"additionalProperties":false,"required":["threshold","amount"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_SetTopupConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup.config","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"aig-billing-delete-topup-config","summary":"Delete auto top-up configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_DeleteTopupConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup.config","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/topup/limits":{"get":{"operationId":"aig-billing-get-topup-limits","summary":"Get account top-up limits","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetTopupLimitsResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/billing/topup/status":{"post":{"operationId":"aig-billing-check-topup-status","summary":"Check top-up status","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"payment_intent_id":{"type":"string"}},"additionalProperties":false,"required":["payment_intent_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_TopupStatusResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing.topup","x-fern-sdk-method-name":"status","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/billing/usage-history":{"get":{"operationId":"aig-billing-get-usage-history","summary":"Get usage history","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"value_grouping_window","in":"query","required":true,"schema":{"type":"string","enum":["day","hour"]}},{"name":"start_time","in":"query","schema":{"type":"number","nullable":true}},{"name":"end_time","in":"query","schema":{"type":"number","nullable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_GetUsageHistoryResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aig-billing_ErrorResponse"}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.billing","x-fern-sdk-method-name":"usage_history","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/custom-providers":{"get":{"operationId":"aig-config-list-account-provider","summary":"List Account Providers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"beta","in":"query","schema":{"type":"boolean"}},{"name":"enable","in":"query","schema":{"type":"boolean"}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-account-provider","summary":"Create a new Account Provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"js_example":{"type":"string"},"link":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["name","slug","base_url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/custom-providers/costs":{"get":{"operationId":"aig-config-list-account-provider-cost","summary":"List Account Provider Costs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"enable","in":"query","schema":{"type":"boolean"}},{"name":"account_provider_id","in":"query","schema":{"type":"string","format":"uuid"}},{"name":"model_rule","in":"query","schema":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]}},{"name":"cost_type","in":"query","schema":{"type":"string","default":"tokens"}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-account-provider-cost","summary":"Create a new Account Provider Cost","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"enable":{"type":"boolean"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"token_pricing":{"type":"object","properties":{"input_audio_tokens":{"type":"number"},"input_cache_creation_tokens":{"type":"number"},"input_cached_tokens":{"type":"number"},"input_image_count":{"type":"number"},"input_image_tokens":{"type":"number"},"input_text_tokens":{"type":"number"},"input_tokens":{"type":"number"},"input_video_tokens":{"type":"number"},"output_image_count":{"type":"number"},"output_reasoning_tokens":{"type":"number"},"output_tokens":{"type":"number"},"total_tokens":{"type":"number"}}}},"required":["account_provider_id","model"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/custom-providers/costs/{id}":{"get":{"operationId":"aig-config-fetch-account-provider-cost","summary":"Fetch a Account Provider Cost","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-account-provider-cost","summary":"Delete a Account Provider Cost","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"aig-config-update-account-provider-cost","summary":"Update a Account Provider Cost","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"enable":{"type":"boolean"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"token_pricing":{"type":"object","properties":{"input_audio_tokens":{"type":"number"},"input_cache_creation_tokens":{"type":"number"},"input_cached_tokens":{"type":"number"},"input_image_count":{"type":"number"},"input_image_tokens":{"type":"number"},"input_text_tokens":{"type":"number"},"input_tokens":{"type":"number"},"input_video_tokens":{"type":"number"},"output_image_count":{"type":"number"},"output_reasoning_tokens":{"type":"number"},"output_tokens":{"type":"number"},"total_tokens":{"type":"number"}}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"account_provider_id":{"type":"string","format":"uuid"},"changed_by":{"type":"string","default":"manual"},"cost_in":{"type":"number"},"cost_out":{"type":"number"},"cost_type":{"type":"string","default":"tokens"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"model":{"type":"string"},"model_rule":{"type":"string","default":"equals","enum":["equals","starts-with","contains"]},"modified_at":{"type":"string","format":"date-time"},"token_pricing":{"type":"string"},"weight":{"type":"integer"}},"required":["account_provider_id","model","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Provider Costs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/custom-providers/{id}":{"get":{"operationId":"aig-config-fetch-account-provider","summary":"Fetch a Account Provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-account-provider","summary":"Delete a Account Provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"aig-config-update-account-provider","summary":"Update a Account Provider","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"base_url":{"type":"string","format":"uri"},"beta":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"curl_example":{"type":"string"},"enable":{"type":"boolean"},"headers":{"type":"string","maxLength":8192},"id":{"type":"string","format":"uuid"},"js_example":{"type":"string"},"link":{"type":"string"},"logo":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"position":{"type":"integer"},"slug":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$"}},"required":["id","created_at","modified_at","name","slug","base_url"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Account Providers"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/evaluation-types":{"get":{"operationId":"aig-config-list-evaluators","summary":"List Evaluators","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":5}},{"name":"order_by","in":"query","schema":{"type":"string","default":"mandatory"}},{"name":"order_by_direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean"},"id":{"type":"string"},"mandatory":{"type":"boolean"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"type":{"type":"string"}},"required":["name","type","mandatory","description","enable","id","created_at","modified_at"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.evaluation-types","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways":{"get":{"operationId":"aig-config-list-gateway","summary":"List Gateways","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"884d0761","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-gateway","summary":"Create a new Gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"store_id":{"type":"string","nullable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"a63dee3a","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains":{"get":{"operationId":"aig-config-list-custom-domain","summary":"List Custom Domains","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"status","in":"query","schema":{"type":"string","enum":["initializing","pending_dcv","active","error"],"x-auditable":true}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"integer"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"hostname":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true},"modified_at":{"type":"integer"},"ssl_hostname_id":{"type":"string","nullable":true,"x-auditable":true},"status":{"type":"string","enum":["initializing","pending_dcv","active","error"],"x-auditable":true}},"required":["hostname","gateway_id","ssl_hostname_id","status","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Custom Domains"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-custom-domain","summary":"Create a custom domain for a gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true},"minTLS":{"type":"string","enum":["1.0","1.1","1.2","1.3"],"x-auditable":true},"zone_id":{"type":"string","pattern":"^[0-9a-f]{32}$","x-auditable":true}},"required":["domain","zone_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"cname_target":{"type":"string"},"created_at":{"type":"integer"},"gateway_id":{"type":"string"},"hostname":{"type":"string"},"modified_at":{"type":"integer"},"status":{"type":"string","enum":["initializing","pending_dcv","active","error"]}},"required":["hostname","gateway_id","status","cname_target","created_at","modified_at"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Custom Domains"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains/{hostname}":{"get":{"operationId":"aig-config-fetch-custom-domain","summary":"Fetch a Custom Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"hostname","in":"path","required":true,"schema":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"integer"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"hostname":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true},"modified_at":{"type":"integer"},"ssl_hostname_id":{"type":"string","nullable":true,"x-auditable":true},"status":{"type":"string","enum":["initializing","pending_dcv","active","error"],"x-auditable":true}},"required":["hostname","gateway_id","ssl_hostname_id","status","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Custom Domains"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-custom-domain","summary":"Delete a Custom Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"hostname","in":"path","required":true,"schema":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"integer"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"hostname":{"type":"string","maxLength":253,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$","x-auditable":true},"modified_at":{"type":"integer"},"ssl_hostname_id":{"type":"string","nullable":true,"x-auditable":true},"status":{"type":"string","enum":["initializing","pending_dcv","active","error"],"x-auditable":true}},"required":["hostname","gateway_id","ssl_hostname_id","status","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Custom Domains"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets":{"get":{"operationId":"aig-config-list-dataset","summary":"List Datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"name","in":"query","schema":{"type":"string","x-auditable":true}},{"name":"enable","in":"query","schema":{"type":"boolean","x-auditable":true}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-dataset","summary":"Create a new Dataset","parameters":[{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name","filters","enable"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}":{"get":{"operationId":"aig-config-fetch-dataset","summary":"Fetch a Dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"aig-config-update-dataset","summary":"Update a Dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name","filters","enable"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-dataset","summary":"Delete a Dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Datasets"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations":{"get":{"operationId":"aig-config-list-evaluations","summary":"List Evaluations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"name","in":"query","schema":{"type":"string","x-auditable":true}},{"name":"processed","in":"query","schema":{"type":"boolean","x-auditable":true}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"datasets":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","account_id","account_tag","created_at","modified_at"],"type":"object"}},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"processed":{"type":"boolean","x-auditable":true},"results":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"evaluation_id":{"type":"string"},"evaluation_type_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"result":{"type":"string"},"status":{"type":"number"},"status_description":{"type":"string"},"total_logs":{"type":"number"}},"required":["evaluation_id","evaluation_type_id","result","total_logs","status","status_description","id","created_at","modified_at"],"type":"object"}},"total_logs":{"type":"number","x-auditable":true}},"required":["id","gateway_id","name","created_at","modified_at","datasets","results","processed","total_logs"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"aig-config-create-evaluations","summary":"Create a new Evaluation","parameters":[{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"dataset_ids":{"type":"array","items":{"type":"string"},"maxItems":5,"minItems":1},"evaluation_type_ids":{"type":"array","items":{"type":"string"}},"name":{"type":"string","x-auditable":true}},"required":["name","dataset_ids","evaluation_type_ids"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"datasets":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","account_id","account_tag","created_at","modified_at"],"type":"object"}},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"processed":{"type":"boolean","x-auditable":true},"results":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"evaluation_id":{"type":"string"},"evaluation_type_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"result":{"type":"string"},"status":{"type":"number"},"status_description":{"type":"string"},"total_logs":{"type":"number"}},"required":["evaluation_id","evaluation_type_id","result","total_logs","status","status_description","id","created_at","modified_at"],"type":"object"}},"total_logs":{"type":"number","x-auditable":true}},"required":["id","gateway_id","name","created_at","modified_at","datasets","results","processed","total_logs"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id}":{"get":{"operationId":"aig-config-fetch-evaluations","summary":"Fetch a Evaluation","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"datasets":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","account_id","account_tag","created_at","modified_at"],"type":"object"}},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"processed":{"type":"boolean","x-auditable":true},"results":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"evaluation_id":{"type":"string"},"evaluation_type_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"result":{"type":"string"},"status":{"type":"number"},"status_description":{"type":"string"},"total_logs":{"type":"number"}},"required":["evaluation_id","evaluation_type_id","result","total_logs","status","status_description","id","created_at","modified_at"],"type":"object"}},"total_logs":{"type":"number","x-auditable":true}},"required":["id","gateway_id","name","created_at","modified_at","datasets","results","processed","total_logs"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-evaluations","summary":"Delete a Evaluation","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"datasets":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"enable":{"type":"boolean","x-auditable":true},"filters":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["created_at","request_content_type","response_content_type","success","cached","provider","model","cost","tokens","tokens_in","tokens_out","duration","feedback"],"x-auditable":true},"operator":{"type":"string","enum":["eq","contains","lt","gt"],"x-auditable":true},"value":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"x-auditable":true}},"required":["key","operator","value"],"type":"object"},"x-auditable":true},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["gateway_id","name","filters","enable","id","account_id","account_tag","created_at","modified_at"],"type":"object"}},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"processed":{"type":"boolean","x-auditable":true},"results":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"evaluation_id":{"type":"string"},"evaluation_type_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"result":{"type":"string"},"status":{"type":"number"},"status_description":{"type":"string"},"total_logs":{"type":"number"}},"required":["evaluation_id","evaluation_type_id","result","total_logs","status","status_description","id","created_at","modified_at"],"type":"object"}},"total_logs":{"type":"number","x-auditable":true}},"required":["id","gateway_id","name","created_at","modified_at","datasets","results","processed","total_logs"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Evaluations"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs":{"get":{"operationId":"aig-config-list-gateway-logs","summary":"List Gateway Logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","default":"created_at","enum":["created_at","provider","model","model_type","success","cached"]}},{"name":"order_by_direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"filters","in":"query","schema":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["id","created_at","request_content_type","response_content_type","request_type","success","cached","provider","model","model_type","cost","tokens","tokens_in","tokens_out","duration","feedback","event_id","metadata.key","metadata.value","authentication","wholesale","compatibilityMode","dlp_action","user_agent"]},"operator":{"type":"string","enum":["eq","neq","contains","lt","gt"]},"value":{"type":"array","items":{"anyOf":[{"nullable":true,"type":"string"},{"type":"number"},{"type":"boolean"}]}}},"required":["key","operator","value"],"type":"object"}}},{"name":"meta_info","in":"query","schema":{"type":"boolean"}},{"name":"direction","in":"query","schema":{"type":"string","deprecated":true,"enum":["asc","desc"]}},{"name":"start_date","in":"query","schema":{"type":"string","format":"date-time","deprecated":true}},{"name":"end_date","in":"query","schema":{"type":"string","format":"date-time","deprecated":true}},{"name":"min_cost","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_cost","in":"query","schema":{"type":"number","deprecated":true}},{"name":"min_tokens_in","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_tokens_in","in":"query","schema":{"type":"number","deprecated":true}},{"name":"min_tokens_out","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_tokens_out","in":"query","schema":{"type":"number","deprecated":true}},{"name":"min_total_tokens","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_total_tokens","in":"query","schema":{"type":"number","deprecated":true}},{"name":"min_duration","in":"query","schema":{"type":"number","deprecated":true}},{"name":"max_duration","in":"query","schema":{"type":"number","deprecated":true}},{"name":"feedback","in":"query","schema":{"anyOf":[{"enum":[-1],"type":"number"},{"enum":[0],"type":"number"},{"enum":[1],"type":"number"}],"deprecated":true}},{"name":"success","in":"query","schema":{"type":"boolean","deprecated":true}},{"name":"cached","in":"query","schema":{"type":"boolean","deprecated":true}},{"name":"model","in":"query","schema":{"type":"string","deprecated":true}},{"name":"model_type","in":"query","schema":{"type":"string","deprecated":true}},{"name":"provider","in":"query","schema":{"type":"string","deprecated":true}},{"name":"request_content_type","in":"query","schema":{"type":"string","deprecated":true}},{"name":"response_content_type","in":"query","schema":{"type":"string","deprecated":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"cached":{"type":"boolean"},"cost":{"type":"number"},"created_at":{"type":"string","format":"date-time"},"custom_cost":{"type":"boolean"},"duration":{"type":"integer"},"id":{"type":"string"},"metadata":{"type":"string"},"model":{"type":"string"},"model_type":{"type":"string"},"path":{"type":"string"},"provider":{"type":"string"},"request_content_type":{"type":"string"},"request_type":{"type":"string"},"response_content_type":{"type":"string"},"status_code":{"type":"integer"},"step":{"type":"integer"},"success":{"type":"boolean"},"tokens_in":{"type":"integer","nullable":true},"tokens_out":{"type":"integer","nullable":true}},"required":["id","created_at","provider","model","path","duration","success","cached","tokens_in","tokens_out"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"max_cost":{"type":"number"},"max_duration":{"type":"number"},"max_tokens_in":{"type":"number"},"max_tokens_out":{"type":"number"},"max_total_tokens":{"type":"number"},"min_cost":{"type":"number"},"min_duration":{"type":"number"},"min_tokens_in":{"type":"number"},"min_tokens_out":{"type":"number"},"min_total_tokens":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"delete":{"operationId":"aig-config-delete-gateway-logs","summary":"Delete Gateway Logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"order_by","in":"query","schema":{"type":"string","default":"created_at","enum":["created_at","provider","model","model_type","success","cached","cost","tokens_in","tokens_out","duration","feedback"]}},{"name":"order_by_direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}},{"name":"filters","in":"query","schema":{"type":"array","items":{"properties":{"key":{"type":"string","enum":["id","created_at","request_content_type","response_content_type","request_type","success","cached","provider","model","model_type","cost","tokens","tokens_in","tokens_out","duration","feedback","event_id","metadata.key","metadata.value","authentication","wholesale","compatibilityMode","dlp_action","user_agent"]},"operator":{"type":"string","enum":["eq","neq","contains","lt","gt"]},"value":{"type":"array","items":{"anyOf":[{"nullable":true,"type":"string"},{"type":"number"},{"type":"boolean"}]}}},"required":["key","operator","value"],"type":"object"}}},{"name":"limit","in":"query","schema":{"type":"integer","default":10000,"maximum":10000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}":{"get":{"operationId":"aig-config-get-gateway-log-detail","summary":"Get Gateway Log Detail","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"cached":{"type":"boolean"},"cost":{"type":"number"},"created_at":{"type":"string","format":"date-time"},"custom_cost":{"type":"boolean"},"duration":{"type":"integer"},"id":{"type":"string"},"metadata":{"type":"string"},"model":{"type":"string"},"model_type":{"type":"string"},"path":{"type":"string"},"provider":{"type":"string"},"request_content_type":{"type":"string"},"request_head":{"type":"string"},"request_head_complete":{"type":"boolean"},"request_size":{"type":"integer"},"request_type":{"type":"string"},"response_content_type":{"type":"string"},"response_head":{"type":"string"},"response_head_complete":{"type":"boolean"},"response_size":{"type":"integer"},"status_code":{"type":"integer"},"step":{"type":"integer"},"success":{"type":"boolean"},"tokens_in":{"type":"integer","nullable":true},"tokens_out":{"type":"integer","nullable":true}},"required":["id","created_at","provider","model","path","duration","success","cached","tokens_in","tokens_out"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"aig-config-patch-gateway-log","summary":"Patch Gateway Log","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"feedback":{"type":"number","maximum":1,"minimum":-1,"nullable":true},"metadata":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},"nullable":true},"score":{"type":"number","maximum":100,"minimum":0,"nullable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object"},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/request":{"get":{"operationId":"aig-config-get-gateway-log-request","summary":"Get Gateway Log Request","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"request","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/response":{"get":{"operationId":"aig-config-get-gateway-log-response","summary":"Get Gateway Log Response","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Logs"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.logs","x-fern-sdk-method-name":"response","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs":{"post":{"operationId":"aig-config-create-providers","summary":"Create a new Provider Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"alias":{"type":"string"},"default_config":{"type":"boolean"},"provider_slug":{"type":"string"},"rate_limit":{"type":"number"},"rate_limit_period":{"type":"number","default":60},"secret":{"type":"string"},"secret_id":{"type":"string"}},"required":["provider_slug","default_config","alias"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"alias":{"type":"string"},"default_config":{"type":"boolean"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"provider_slug":{"type":"string"},"rate_limit":{"type":"number"},"rate_limit_period":{"type":"number","default":60},"secret_id":{"type":"string"},"secret_preview":{"type":"string"}},"required":["id","provider_slug","secret_preview","default_config","gateway_id","modified_at","alias","secret_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["AI Gateway Provider Configs"],"x-api-token-group":["Secrets Store Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs/{id}":{"put":{"operationId":"aig-config-update-providers","summary":"Update a Provider Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"secret":{"type":"string"}},"required":["secret"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"alias":{"type":"string"},"default_config":{"type":"boolean"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"provider_slug":{"type":"string"},"rate_limit":{"type":"number"},"rate_limit_period":{"type":"number","default":60},"secret_id":{"type":"string"},"secret_preview":{"type":"string"}},"required":["id","provider_slug","secret_preview","default_config","gateway_id","modified_at","alias","secret_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["AI Gateway Provider Configs"],"x-api-token-group":["Secrets Store Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-providers","summary":"Delete a Provider Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"alias":{"type":"string"},"default_config":{"type":"boolean"},"gateway_id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"provider_slug":{"type":"string"},"rate_limit":{"type":"number"},"rate_limit_period":{"type":"number","default":60},"secret_id":{"type":"string"},"secret_preview":{"type":"string"}},"required":["id","provider_slug","secret_preview","default_config","gateway_id","modified_at","alias","secret_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["AI Gateway Provider Configs"],"x-api-token-group":["Secrets Store Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes":{"get":{"operationId":"aig-config-list-gateway-dynamic-routes","summary":"List all AI Gateway Dynamic Routes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"order_by":{"type":"string"},"order_by_direction":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"routes":{"type":"array","items":{"properties":{"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"deployment":{"type":"object","properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"]},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"]}},"required":["id","name","elements","created_at","modified_at","account_tag","gateway_id","version","deployment"],"type":"object"}}},"required":["routes","page","per_page","order_by","order_by_direction"]},"success":{"type":"boolean"}},"required":["success","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"aig-config-post-gateway-dynamic-route","summary":"Create a new AI Gateway Dynamic Route.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"name":{"type":"string"}},"required":["name","elements"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"deployment":{"type":"object","properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"]},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"]}},"required":["id","name","elements","created_at","modified_at","gateway_id","version","deployment"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}":{"get":{"operationId":"aig-config-get-gateway-dynamic-route","summary":"Get an AI Gateway Dynamic Route.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"deployment":{"type":"object","properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"]},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"]}},"required":["id","name","elements","created_at","modified_at","gateway_id","version","deployment"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"aig-config-delete-gateway-dynamic-route","summary":"Delete an AI Gateway Dynamic Route.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","gateway_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"aig-config-update-gateway-dynamic-route","summary":"Update an AI Gateway Dynamic Route.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"route":{"type":"object","properties":{"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"deployment":{"type":"object","properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"]},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"]}},"required":["id","name","elements","created_at","modified_at","account_tag","gateway_id","version","deployment"]},"success":{"type":"boolean"}},"required":["success","route"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"route":{"type":"object","properties":{"account_tag":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","account_tag","gateway_id"]},"success":{"type":"boolean"}},"required":["success","route"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/deployments":{"get":{"operationId":"aig-config-list-gateway-dynamic-route-deployments","summary":"List all AI Gateway Dynamic Route Deployments.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"deployments":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"deployment_id":{"type":"string"},"version_id":{"type":"string"}},"required":["deployment_id","version_id","created_at"],"type":"object"}},"order_by":{"type":"string"},"order_by_direction":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"}},"required":["deployments","page","per_page","order_by","order_by_direction"]},"success":{"type":"boolean"}},"required":["success","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"list-deployments","x-forge-hidden":true},"post":{"operationId":"aig-config-post-gateway-dynamic-route-deployment","summary":"Create a new AI Gateway Dynamic Route Deployment.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"version_id":{"type":"string"}},"required":["version_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","gateway_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"create-deployment","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions":{"get":{"operationId":"aig-config-list-gateway-dynamic-route-versions","summary":"List all AI Gateway Dynamic Route Versions.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"order_by":{"type":"string"},"order_by_direction":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"versions":{"type":"array","items":{"properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"is_valid":{"type":"boolean"},"version_id":{"type":"string"}},"required":["version_id","data","active","created_at"],"type":"object"}}},"required":["versions","page","per_page","order_by","order_by_direction"]},"success":{"type":"boolean"}},"required":["success","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"list-versions","x-forge-hidden":true},"post":{"operationId":"aig-config-post-gateway-dynamic-route-version","summary":"Create a new AI Gateway Dynamic Route Version.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}}},"required":["elements"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","gateway_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"create-version","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions/{version_id}":{"get":{"operationId":"aig-config-get-gateway-dynamic-route-version","summary":"Get an AI Gateway Dynamic Route Version.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"active":{"type":"string","enum":["true","false"]},"created_at":{"type":"string"},"data":{"type":"string"},"elements":{"type":"array","items":{"oneOf":[{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"next":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["next"]},"type":{"type":"string","enum":["start"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"false":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"true":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["true","false"]},"properties":{"type":"object","properties":{"conditions":{"type":"object"}}},"type":{"type":"string","enum":["conditional"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["percentage"]}},"required":["id","outputs","type"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"key":{"type":"string"},"limit":{"type":"number"},"limitType":{"enum":["count","cost"],"type":"string"},"window":{"type":"number"}},"required":["limitType","key","limit","window"]},"type":{"type":"string","enum":["rate"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","properties":{"fallback":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]},"success":{"type":"object","properties":{"elementId":{"type":"string"}},"required":["elementId"]}},"required":["success","fallback"]},"properties":{"type":"object","properties":{"model":{"type":"string"},"provider":{"type":"string"},"retries":{"type":"number"},"timeout":{"type":"number"}},"required":["provider","model","timeout","retries"]},"type":{"type":"string","enum":["model"]}},"required":["id","outputs","type","properties"],"type":"object"},{"properties":{"id":{"type":"string"},"outputs":{"type":"object","additionalProperties":{"properties":{"elementId":{"type":"string"}},"required":["elementId"],"type":"object"}},"type":{"type":"string","enum":["end"]}},"required":["id","outputs","type"],"type":"object"}]}},"gateway_id":{"type":"string"},"id":{"type":"string"},"is_valid":{"type":"boolean"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"version_id":{"type":"string"}},"required":["id","name","elements","created_at","modified_at","gateway_id","version_id","data","active"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Dynamic Routes"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.dynamic-routing","x-fern-sdk-method-name":"get-version","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/url/{provider}":{"get":{"operationId":"aig-config-get-gateway-url","summary":"Get Gateway URL","parameters":[{"name":"gateway_id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"provider","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ai-gateway.urls","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/ai-gateway/gateways/{id}":{"get":{"operationId":"aig-config-fetch-gateway","summary":"Fetch a Gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"4799196d","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.read"]},{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write","AI Gateway Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"aig-config-update-gateway","summary":"Update a Gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"4a6d1f72","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"a8ba4157","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"},"path":{"type":"array","items":{"type":"string"}}},"required":["code","message","path"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"aig-config-delete-gateway","summary":"Delete a Gateway","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"authentication":{"type":"boolean","x-auditable":true},"cache_invalidate_on_update":{"type":"boolean","x-auditable":true},"cache_ttl":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"collect_logs":{"type":"boolean","x-auditable":true},"created_at":{"type":"string","format":"date-time"},"dlp":{"anyOf":[{"properties":{"action":{"type":"string","enum":["BLOCK","FLAG"]},"enabled":{"type":"boolean"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["profiles","enabled","action"],"type":"object"},{"properties":{"enabled":{"type":"boolean"},"policies":{"type":"array","items":{"properties":{"action":{"type":"string","enum":["FLAG","BLOCK"]},"check":{"type":"array","items":{"enum":["REQUEST","RESPONSE"],"type":"string"}},"enabled":{"type":"boolean"},"id":{"type":"string"},"profiles":{"type":"array","items":{"type":"string"}}},"required":["id","enabled","action","profiles","check"],"type":"object"}}},"required":["enabled","policies"],"type":"object"}]},"guardrails":{"type":"object","nullable":true,"properties":{"prompt":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}},"response":{"type":"object","properties":{"P1":{"type":"string","enum":["FLAG","BLOCK"]},"S1":{"type":"string","enum":["FLAG","BLOCK"]},"S10":{"type":"string","enum":["FLAG","BLOCK"]},"S11":{"type":"string","enum":["FLAG","BLOCK"]},"S12":{"type":"string","enum":["FLAG","BLOCK"]},"S13":{"type":"string","enum":["FLAG","BLOCK"]},"S2":{"type":"string","enum":["FLAG","BLOCK"]},"S3":{"type":"string","enum":["FLAG","BLOCK"]},"S4":{"type":"string","enum":["FLAG","BLOCK"]},"S5":{"type":"string","enum":["FLAG","BLOCK"]},"S6":{"type":"string","enum":["FLAG","BLOCK"]},"S7":{"type":"string","enum":["FLAG","BLOCK"]},"S8":{"type":"string","enum":["FLAG","BLOCK"]},"S9":{"type":"string","enum":["FLAG","BLOCK"]}}}},"required":["prompt","response"],"x-auditable":true},"id":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$","x-auditable":true},"is_default":{"type":"boolean","x-auditable":true},"log_management":{"type":"integer","maximum":10000000,"minimum":10000,"nullable":true,"x-auditable":true},"log_management_strategy":{"type":"string","enum":["STOP_INSERTING","DELETE_OLDEST"],"nullable":true,"x-auditable":true},"logpush":{"type":"boolean","x-auditable":true},"logpush_public_key":{"type":"string","maxLength":1024,"minLength":16,"nullable":true,"x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"otel":{"type":"array","items":{"properties":{"authorization":{"type":"string","maxLength":256},"content_type":{"type":"string","default":"json","enum":["json","protobuf"]},"headers":{"type":"object","additionalProperties":{"maxLength":4096,"type":"string"}},"url":{"type":"string","format":"uri","maxLength":2048}},"required":["url","headers"],"type":"object"},"maxItems":5,"nullable":true,"x-auditable":true},"rate_limiting_interval":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_limit":{"type":"integer","minimum":0,"nullable":true,"x-auditable":true},"rate_limiting_technique":{"type":"string","enum":["fixed","sliding"],"nullable":true,"x-auditable":true},"retry_backoff":{"type":"string","enum":["constant","linear","exponential"],"nullable":true,"x-auditable":true},"retry_delay":{"type":"integer","maximum":5000,"minimum":0,"nullable":true,"x-auditable":true},"retry_max_attempts":{"type":"integer","maximum":5,"minimum":1,"nullable":true,"x-auditable":true},"spend_limits":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","default":false},"rules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":true},"id":{"type":"string","default":"ddf7501e","minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"limit":{"type":"number","exclusiveMinimum":true,"minimum":0},"limitType":{"type":"string","enum":["cost"]},"metadata":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"mode":{"type":"string","enum":["partition"]}},"required":["mode"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"],"type":"object"}]}},"model":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"provider":{"type":"object","properties":{"mode":{"type":"string","enum":["filter"]},"values":{"type":"array","items":{"type":"string"}}},"required":["mode","values"]},"technique":{"type":"string","default":"sliding","enum":["fixed","sliding"]},"window":{"type":"integer","exclusiveMinimum":true,"minimum":0}},"required":["limitType","limit","window"],"type":"object"},"default":[],"maxItems":20}},"x-auditable":true},"store_id":{"type":"string","nullable":true},"stripe":{"type":"object","nullable":true,"properties":{"authorization":{"type":"string"},"usage_events":{"type":"array","items":{"properties":{"payload":{"type":"string"}},"required":["payload"],"type":"object"}}},"required":["authorization","usage_events"],"x-auditable":true},"workers_ai_billing_mode":{"type":"string","default":"postpaid","enum":["postpaid","unified"],"x-auditable":true},"zdr":{"type":"boolean","x-auditable":true}},"required":["id","rate_limiting_interval","rate_limiting_limit","collect_logs","cache_ttl","cache_invalidate_on_update","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["aig.write"]}],"tags":["AI Gateway Gateways"],"x-api-token-group":["AI Gateway Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.aig"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/authors/search":{"get":{"operationId":"workers-ai-search-author","summary":"Author Search","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/finetunes":{"get":{"operationId":"workers-ai-list-finetunes","summary":"List Finetunes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid","x-auditable":true},"model":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true}},"required":["id","model","name","created_at","modified_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI Finetune"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"workers-ai-create-finetune","summary":"Create a new Finetune","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"model":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"public":{"type":"boolean","default":false,"x-auditable":true}},"required":["model","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid","x-auditable":true},"model":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"public":{"type":"boolean","x-auditable":true}},"required":["id","created_at","modified_at","public","name","model"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["errors","success"]}}}}},"security":[{"realmrootOidc":["ai.write"]}],"tags":["Workers AI Finetune"],"x-api-token-group":["Workers AI Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/finetunes/public":{"get":{"operationId":"workers-ai-list-public-finetunes","summary":"List Public Finetunes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number","default":20}},{"name":"offset","in":"query","schema":{"type":"number","default":0}},{"name":"orderBy","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid","x-auditable":true},"model":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","x-auditable":true},"public":{"type":"boolean","x-auditable":true}},"required":["id","model","name","public","created_at","modified_at"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI Finetune"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/finetunes/{finetune_id}/finetune-assets":{"post":{"operationId":"workers-ai-upload-finetune-asset","summary":"Upload a Finetune Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"finetune_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"file_name":{"type":"string"}},"required":["file_name","file"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["ai.write"]}],"tags":["Workers AI Finetune"],"x-api-token-group":["Workers AI Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/models/schema":{"get":{"operationId":"workers-ai-get-model-schema","summary":"Get Model Schema","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"model","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"input":{"type":"object","properties":{"additionalProperties":{"type":"boolean"},"type":{"type":"string"}},"required":["type","description","additionalProperties"]},"output":{"type":"object","properties":{"additionalProperties":{"type":"boolean"},"type":{"type":"string"}},"required":["type","description","additionalProperties"]}},"required":["input","output"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/models/search":{"get":{"operationId":"workers-ai-search-model","summary":"Model Search","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"integer","default":100}},{"name":"page","in":"query","schema":{"type":"integer","default":1}},{"name":"task","in":"query","schema":{"type":"string","default":""}},{"name":"author","in":"query","schema":{"type":"string","default":""}},{"name":"source","in":"query","schema":{"type":"number"}},{"name":"hide_experimental","in":"query","schema":{"type":"boolean","default":false}},{"name":"search","in":"query","schema":{"type":"string","default":""}},{"name":"include_deprecated","in":"query","schema":{"type":"boolean","default":false}},{"name":"format","in":"query","schema":{"type":"string","enum":["openrouter"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"anyOf":[{"properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","result","errors","messages"],"type":"object"},{"properties":{"data":{"type":"array","items":{"type":"object"}}},"required":["data"],"type":"object"}]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/run":{"post":{"operationId":"workers-ai-post-run-generic","summary":"Execute AI Model (Generic)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"type":"object"},"model":{"type":"string"},"options":{"type":"object","properties":{"extraHeaders":{"type":"object","additionalProperties":{"type":"string"}},"gateway":{"type":"object","properties":{"cacheTtl":{"type":"number"},"id":{"type":"string"},"skipCache":{"type":"boolean"}}}}}},"required":["model","input"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/run/{model_name}":{"post":{"operationId":"workers-ai-post-run-model","summary":"Execute AI model","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"model_name","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","oneOf":[{"properties":{"text":{"type":"string","minLength":1}},"required":["text"],"title":"Text Classification","type":"object"},{"properties":{"guidance":{"type":"number","default":7.5},"height":{"type":"integer","maximum":2048,"minimum":256},"image":{"type":"array","items":{"type":"number"}},"image_b64":{"type":"string"},"mask":{"type":"array","items":{"type":"number"}},"negative_prompt":{"type":"string"},"num_steps":{"type":"integer","default":20,"maximum":20},"prompt":{"type":"string","minLength":1},"seed":{"type":"integer"},"strength":{"type":"number","default":1},"width":{"type":"integer","maximum":2048,"minimum":256}},"required":["prompt"],"title":"Text To Image","type":"object"},{"properties":{"lang":{"type":"string","default":"en"},"prompt":{"type":"string","minLength":1}},"required":["prompt"],"title":"Text To Speech","type":"object"},{"properties":{"text":{"oneOf":[{"minLength":1,"type":"string"},{"items":{"minLength":1,"type":"string"},"maxItems":100,"type":"array"}]}},"required":["text"],"title":"Text Embeddings","type":"object"},{"oneOf":[{"format":"binary","type":"string"},{"properties":{"audio":{"type":"array","items":{"type":"number"}},"source_lang":{"type":"string"},"target_lang":{"type":"string"}},"required":["audio"],"type":"object"}],"title":"Automatic Speech Recognition","type":"object"},{"oneOf":[{"format":"binary","type":"string"},{"properties":{"image":{"type":"array","items":{"type":"number"}}},"required":["image"],"type":"object"}],"title":"Image Classification","type":"object"},{"oneOf":[{"format":"binary","type":"string"},{"properties":{"image":{"type":"array","items":{"type":"number"}}},"type":"object"}],"title":"Object Detection","type":"object"},{"oneOf":[{"properties":{"frequency_penalty":{"type":"number","maximum":2,"minimum":-2},"lora":{"type":"string"},"max_tokens":{"type":"integer","default":256},"presence_penalty":{"type":"number","maximum":2,"minimum":-2},"prompt":{"type":"string","minLength":1},"raw":{"type":"boolean","default":false},"repetition_penalty":{"type":"number","maximum":2,"minimum":0},"response_format":{"type":"object","properties":{"json_schema":{},"type":{"type":"string","enum":["json_object","json_schema"]}},"title":"JSON Mode"},"seed":{"type":"integer","maximum":9999999999,"minimum":1},"stream":{"type":"boolean","default":false},"temperature":{"type":"number","default":0.6,"maximum":5,"minimum":0},"top_k":{"type":"integer","maximum":50,"minimum":1},"top_p":{"type":"number","maximum":1,"minimum":0.001}},"required":["prompt"],"title":"Prompt"},{"properties":{"frequency_penalty":{"type":"number","maximum":2,"minimum":-2},"functions":{"type":"array","items":{"properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["name","code"],"type":"object"}},"max_tokens":{"type":"integer","default":256},"messages":{"type":"array","items":{"properties":{"content":{"oneOf":[{"type":"string"},{"items":{"properties":{"text":{"type":"string"},"type":{"type":"string"}},"type":"object"},"type":"array"}]},"role":{"type":"string"}},"required":["role","content"],"type":"object"}},"presence_penalty":{"type":"number","maximum":2,"minimum":-2},"raw":{"type":"boolean","default":false},"repetition_penalty":{"type":"number","maximum":2,"minimum":0},"response_format":{"type":"object","properties":{"json_schema":{},"type":{"type":"string","enum":["json_object","json_schema"]}},"title":"JSON Mode"},"seed":{"type":"integer","maximum":9999999999,"minimum":1},"stream":{"type":"boolean","default":false},"temperature":{"type":"number","default":0.6,"maximum":5,"minimum":0},"tools":{"type":"array","items":{"oneOf":[{"properties":{"name":{"type":"string"},"parameters":{"required":["type","properties"],"properties":{"properties":{"type":"object","additionalProperties":{"properties":{"type":{"type":"string"}},"required":["type","description"],"type":"object"}},"required":{"type":"array","items":{"type":"string"}},"type":{"type":"string"}},"type":"object"}},"required":["name","description","parameters"]},{"properties":{"function":{"type":"object","properties":{"name":{"type":"string"},"parameters":{"required":["type","properties"],"properties":{"properties":{"type":"object","additionalProperties":{"properties":{"type":{"type":"string"}},"required":["type","description"],"type":"object"}},"required":{"type":"array","items":{"type":"string"}},"type":{"type":"string"}},"type":"object"}},"required":["name","description","parameters"]},"type":{"type":"string"}},"required":["type","function"]}],"type":"object"}},"top_k":{"type":"integer","maximum":50,"minimum":1},"top_p":{"type":"number","maximum":1,"minimum":0.001}},"required":["messages"],"title":"Messages"}],"title":"Text Generation","type":"object"},{"properties":{"source_lang":{"type":"string","default":"en"},"target_lang":{"type":"string"},"text":{"type":"string","minLength":1}},"required":["text","target_lang"],"title":"Translation","type":"object"},{"properties":{"input_text":{"type":"string","minLength":1},"max_length":{"type":"integer","default":1024}},"required":["input_text"],"title":"Summarization","type":"object"},{"oneOf":[{"format":"binary","type":"string"},{"properties":{"frequency_penalty":{"type":"number"},"image":{"oneOf":[{"items":{"type":"number"},"type":"array"},{"format":"binary","type":"string"}]},"max_tokens":{"type":"integer","default":512},"presence_penalty":{"type":"number"},"prompt":{"type":"string"},"raw":{"type":"boolean","default":false},"repetition_penalty":{"type":"number"},"seed":{"type":"number"},"temperature":{"type":"number"},"top_k":{"type":"number"},"top_p":{"type":"number"}},"required":["image"],"type":"object"}],"title":"Image To Text","type":"object"},{"oneOf":[{"properties":{"frequency_penalty":{"type":"number"},"ignore_eos":{"type":"boolean"},"image":{"type":"string"},"max_tokens":{"type":"integer","default":512},"presence_penalty":{"type":"number"},"prompt":{"type":"string","minLength":1},"repetition_penalty":{"type":"number"},"seed":{"type":"number"},"temperature":{"type":"number"},"top_k":{"type":"number"},"top_p":{"type":"number"}},"required":["prompt","image"],"type":"object"},{"properties":{"frequency_penalty":{"type":"number"},"ignore_eos":{"type":"boolean"},"image":{"type":"string"},"max_tokens":{"type":"integer","default":512},"messages":{"type":"array","items":{"properties":{"content":{"anyOf":[{"type":"string"},{"items":{"properties":{"image_url":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]},"text":{"type":"string"},"type":{"type":"string"}},"required":["type"],"type":"object"},"type":"array"}]},"role":{"type":"string"}},"required":["role","content"],"type":"object"}},"presence_penalty":{"type":"number"},"repetition_penalty":{"type":"number"},"seed":{"type":"number"},"temperature":{"type":"number"},"top_k":{"type":"number"},"top_p":{"type":"number"}},"required":["messages","image"],"type":"object"}],"title":"Image Text To Text","type":"object"},{"properties":{"image":{"type":"string","minLength":1},"text":{"type":"array","items":{"minLength":1,"type":"string"}}},"title":"Multimodal Embeddings","type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","oneOf":[{"items":{"properties":{"label":{"type":"string"},"score":{"type":"number"}},"type":"object"},"title":"Text Classification","type":"array"},{"format":"binary","title":"Text To Image","type":"string"},{"oneOf":[{"properties":{"audio":{"type":"string"}},"type":"object"},{"format":"binary","type":"string"}],"title":"Text To Speech","type":"object"},{"properties":{"data":{"type":"array","items":{"items":{"type":"number"},"type":"array"}},"shape":{"type":"array","items":{"type":"number"}}},"title":"Text Embeddings","type":"object"},{"properties":{"text":{"type":"string"},"vtt":{"type":"string"},"word_count":{"type":"number"},"words":{"type":"array","items":{"properties":{"end":{"type":"number"},"start":{"type":"number"},"word":{"type":"string"}},"type":"object"}}},"required":["text"],"title":"Automatic Speech Recognition","type":"object"},{"items":{"properties":{"label":{"type":"string"},"score":{"type":"number"}},"type":"object"},"title":"Image Classification","type":"array"},{"items":{"properties":{"box":{"type":"object","properties":{"xmax":{"type":"number"},"xmin":{"type":"number"},"ymax":{"type":"number"},"ymin":{"type":"number"}}},"label":{"type":"string"},"score":{"type":"number"}},"type":"object"},"title":"Object Detection","type":"array"},{"oneOf":[{"properties":{"response":{"type":"string"},"tool_calls":{"type":"array","items":{"properties":{"arguments":{"type":"object"},"name":{"type":"string"}},"type":"object"}},"usage":{"type":"object","properties":{"completion_tokens":{"type":"number","default":0},"prompt_tokens":{"type":"number","default":0},"total_tokens":{"type":"number","default":0}}}},"required":["response"],"type":"object"},{"format":"binary","type":"string"}],"title":"Text Generation","type":"object"},{"properties":{"translated_text":{"type":"string"}},"title":"Translation","type":"object"},{"properties":{"summary":{"type":"string"}},"title":"Summarization","type":"object"},{"properties":{},"title":"Image To Text","type":"object"},{"properties":{},"title":"Image Text To Text","type":"object"},{"properties":{"data":{"type":"array","items":{"items":{"type":"number"},"type":"array"}},"shape":{"type":"array","items":{"type":"number"}}},"title":"Multimodal Embeddings","type":"object"}]}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/tasks/search":{"get":{"operationId":"workers-ai-search-task","summary":"Task Search","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean","x-auditable":true}},"required":["success","result","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/tomarkdown":{"post":{"operationId":"workers-ai-post-to-markdown","summary":"Convert Files into Markdown","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"}}},"required":["files"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"data":{"type":"string","x-auditable":true},"format":{"type":"string","x-auditable":true},"mimeType":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"tokens":{"type":"string","x-auditable":true}},"required":["name","mimeType","format","tokens","data"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/ai/tomarkdown/supported":{"get":{"operationId":"workers-ai-get-to-markdown-supported","summary":"Get all converted formats supported","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"extension":{"type":"string","x-auditable":true},"mimeType":{"type":"string","x-auditable":true}},"required":["extension","mimeType"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["ai.read"]},{"realmrootOidc":["ai.write"]}],"tags":["Workers AI"],"x-api-token-group":["Workers AI Write","Workers AI Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.ai"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/alerting/v3/available_alerts":{"get":{"operationId":"notification-alert-types-get-alert-types","summary":"Get Alert Types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_alerts-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification Alert Types"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.available-alerts","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/pagerduty":{"get":{"operationId":"notification-destinations-with-pager-duty-list-pager-duty-services","summary":"List PagerDuty services","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification destinations with PagerDuty"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.pagerduty","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"notification-destinations-with-pager-duty-delete-pager-duty-services","summary":"Delete PagerDuty Services","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification destinations with PagerDuty"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.pagerduty","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect":{"post":{"operationId":"notification-destinations-with-pager-duty-connect-pager-duty","summary":"Create PagerDuty integration token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_sensitive_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification destinations with PagerDuty"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.pagerduty","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect/{token_id}":{"get":{"operationId":"notification-destinations-with-pager-duty-connect-pager-duty-token","summary":"Connect PagerDuty","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_integration-token"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification destinations with PagerDuty"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.pagerduty","x-fern-sdk-method-name":"link","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/webhooks":{"get":{"operationId":"notification-webhooks-list-webhooks","summary":"List webhooks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_webhooks_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_webhooks_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification webhooks"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"notification-webhooks-create-a-webhook","summary":"Create a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"name":{"$ref":"#/components/schemas/aaa_components-schemas-name"},"secret":{"$ref":"#/components/schemas/aaa_secret"},"url":{"$ref":"#/components/schemas/aaa_url"}},"required":["name","url"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification webhooks"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id}":{"get":{"operationId":"notification-webhooks-get-a-webhook","summary":"Get a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_webhook-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_schemas-single_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification webhooks"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"notification-webhooks-update-a-webhook","summary":"Update a webhook","parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_webhook-id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"name":{"$ref":"#/components/schemas/aaa_components-schemas-name"},"secret":{"$ref":"#/components/schemas/aaa_secret"},"url":{"$ref":"#/components/schemas/aaa_url"}},"required":["name","url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification webhooks"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"notification-webhooks-delete-a-webhook","summary":"Delete a webhook","parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_webhook-id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification webhooks"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.destinations.webhooks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/history":{"get":{"operationId":"notification-history-list-history","summary":"List History","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/aaa_per_page"}},{"name":"before","in":"query","schema":{"$ref":"#/components/schemas/aaa_before"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"since","in":"query","schema":{"type":"string","format":"date-time"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_history_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_history_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification History"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.history","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/policies":{"get":{"operationId":"notification-policies-list-notification-policies","summary":"List Notification policies","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_policies_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification policies"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"notification-policies-create-a-notification-policy","summary":"Create a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"alert_interval":{"$ref":"#/components/schemas/aaa_alert_interval"},"alert_type":{"$ref":"#/components/schemas/aaa_alert_type"},"enabled":{"$ref":"#/components/schemas/aaa_enabled"},"filters":{"$ref":"#/components/schemas/aaa_filters"},"mechanisms":{"$ref":"#/components/schemas/aaa_mechanisms"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"}},"required":["name","alert_type","enabled","mechanisms"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification policies"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/policies/{policy_id}":{"get":{"operationId":"notification-policies-get-a-notification-policy","summary":"Get a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_single_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification policies"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"notification-policies-update-a-notification-policy","summary":"Update a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"alert_interval":{"$ref":"#/components/schemas/aaa_alert_interval"},"alert_type":{"$ref":"#/components/schemas/aaa_alert_type"},"enabled":{"$ref":"#/components/schemas/aaa_enabled"},"filters":{"$ref":"#/components/schemas/aaa_filters"},"mechanisms":{"$ref":"#/components/schemas/aaa_mechanisms"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_id_response"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification policies"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"notification-policies-delete-a-notification-policy","summary":"Delete a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification policies"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/policies/{policy_id}/email/unsubscribe":{"get":{"operationId":"notification-policies-show-email-unsubscribe-details","summary":"Show email unsubscribe details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}},{"name":"email","in":"query","required":true,"schema":{"type":"string","format":"email"}},{"name":"token","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_unsubscribe_email_single_response"}},"text/html":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification policies"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"]}},"/accounts/{account_id}/alerting/v3/policies/{policy_id}/test":{"post":{"operationId":"notification-policies-test-a-notification-policy","summary":"Test a Notification policy","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_policy-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"severity":{"type":"integer","enum":[0,1,2,3,4]},"source":{"type":"string"},"state_correlation_id":{"type":"string"},"state_event":{"type":"integer","enum":[0,1,2]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification policies"],"x-api-token-group":["Notifications Write","Account Settings Write"]}},"/accounts/{account_id}/alerting/v3/silences":{"get":{"operationId":"notification-silences-list-silences","summary":"List Silences","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification Silences"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"notification-silences-update-silences","summary":"Update Silences","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/aaa_silence_update_request"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification Silences"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"notification-silences-create-silences","summary":"Create Silences","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/aaa_silence_create_request"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silences_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification Silences"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/alerting/v3/silences/{silence_id}":{"get":{"operationId":"notification-silences-get-silence","summary":"Get Silence","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"silence_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_silence-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_silence_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silence_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.read"]},{"realmrootOidc":["notifications.write"]},{"realmrootOidc":["teams-pii.read"]}],"tags":["Notification Silences"],"x-api-token-group":["Zero Trust: PII Read","Notifications Write","Notifications Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"notification-silences-delete-silences","summary":"Delete Silence","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_account-id"}},{"name":"silence_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_silence-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_silence_components-schemas-response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure-3"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["notifications.write"]}],"tags":["Notification Silences"],"x-api-token-group":["Notifications Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerting.silences","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/analytics/query/data-security/content-findings/top-n":{"post":{"operationId":"data-security-content-findings-top-n","summary":"Top integrations by content findings","parameters":[{"$ref":"#/components/parameters/art_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_DataSecurityContentFindingsTopNQuery"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_TopNResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["Data Security"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/data-security/findings/summary":{"post":{"operationId":"data-security-findings-summary","summary":"Data security findings summary","parameters":[{"$ref":"#/components/parameters/art_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_DataSecurityFindingsSummaryQuery"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_SummaryResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["Data Security"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/data-security/findings/timeseries":{"post":{"operationId":"data-security-findings-timeseries","summary":"Data security findings timeseries","parameters":[{"$ref":"#/components/parameters/art_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_DataSecurityFindingsTimeseriesQuery"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_DataSecurityFindingsTimeseriesResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["Data Security"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/{dataset}/summary":{"post":{"operationId":"art-analytics-query-summary","summary":"Query analytics summary","parameters":[{"$ref":"#/components/parameters/art_account_id"},{"name":"dataset","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_QuerySummary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_SummaryResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["ART Analytics"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/{dataset}/timeseries":{"post":{"operationId":"art-analytics-query-timeseries","summary":"Query analytics timeseries","parameters":[{"$ref":"#/components/parameters/art_account_id"},{"name":"dataset","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_QueryTimeseries"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_TimeseriesResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["ART Analytics"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics/query/{dataset}/top-n":{"post":{"operationId":"art-analytics-query-top-n","summary":"Query analytics top-N","parameters":[{"$ref":"#/components/parameters/art_account_id"},{"name":"dataset","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_QueryTopN"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_TopNResponse"}}}},"400":{"$ref":"#/components/responses/art_BadRequest"},"401":{"$ref":"#/components/responses/art_Unauthorized"},"403":{"$ref":"#/components/responses/art_Forbidden"}},"security":[{"realmrootOidc":["teams.read"]}],"tags":["ART Analytics"],"x-api-token-group":["Zero Trust Read"]}},"/accounts/{account_id}/analytics_engine/sql":{"parameters":[{"$ref":"#/components/parameters/analytics-engine_AccountId"}],"get":{"operationId":"analytics-engine-sql-query-get","summary":"Execute an Analytics Engine SQL query via query parameter","parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/analytics-engine_QuerySuccess"},"400":{"$ref":"#/components/responses/analytics-engine_BadRequest"},"403":{"$ref":"#/components/responses/analytics-engine_Forbidden"},"422":{"$ref":"#/components/responses/analytics-engine_UnprocessableQuery"},"429":{"$ref":"#/components/responses/analytics-engine_TooManyRequests"},"500":{"$ref":"#/components/responses/analytics-engine_InternalServerError"},"503":{"$ref":"#/components/responses/analytics-engine_ServiceUnavailable"},"504":{"$ref":"#/components/responses/analytics-engine_GatewayTimeout"}},"security":[{"realmrootOidc":["account-analytics.read"]}],"tags":["Analytics Engine"],"x-api-token-group":["Account Analytics Read"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"analytics_engine.sql","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"analytics-engine-sql-query-post","summary":"Execute an Analytics Engine SQL query via request body","requestBody":{"required":true,"content":{"text/plain":{"schema":{"type":"string"}}}},"responses":{"200":{"$ref":"#/components/responses/analytics-engine_QuerySuccess"},"400":{"$ref":"#/components/responses/analytics-engine_BadRequest"},"403":{"$ref":"#/components/responses/analytics-engine_Forbidden"},"422":{"$ref":"#/components/responses/analytics-engine_UnprocessableQuery"},"429":{"$ref":"#/components/responses/analytics-engine_TooManyRequests"},"500":{"$ref":"#/components/responses/analytics-engine_InternalServerError"},"503":{"$ref":"#/components/responses/analytics-engine_ServiceUnavailable"},"504":{"$ref":"#/components/responses/analytics-engine_GatewayTimeout"}},"security":[{"realmrootOidc":["account-analytics.read"]}],"tags":["Analytics Engine"],"x-api-token-group":["Account Analytics Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"analytics_engine.sql","x-fern-sdk-method-name":"query","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_namespaces_list","summary":"List namespaces","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":100,"maximum":200,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_namespaces_get","summary":"Get a namespace","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_list","summary":"List repositories","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"limit","in":"query","schema":{"type":"integer","default":50,"maximum":200,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"sort","in":"query","schema":{"type":"string","default":"created_at","enum":["created_at","updated_at","last_push_at","name"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"artifacts_repos_create","summary":"Create a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"201":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_get","summary":"Get a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"artifacts_repos_delete","summary":"Delete a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"responses":{"202":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/blob/{hash}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_blob_get","summary":"Read a Git blob","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"hash","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{40}$"}}],"responses":{"200":{"headers":{"cache-control":{"schema":{"type":"string"}},"content-length":{"schema":{"type":"integer"}}},"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"413":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/commit/{hash}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_commit_get","summary":"Read a Git commit","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"hash","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{40}$"}}],"responses":{"200":{"headers":{"cache-control":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/file":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_file_get","summary":"Read a file","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"ref","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"path","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"headers":{"content-length":{"schema":{"type":"integer"}}},"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"413":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/fork":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"artifacts_repos_fork","summary":"Fork a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"201":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/import":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"artifacts_repos_import","summary":"Import a repository","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"201":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"413":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"502":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"504":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/log":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_log_get","summary":"Read commit history","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"ref","in":"query","schema":{"type":"string","minLength":1}},{"name":"limit","in":"query","schema":{"type":"integer","maximum":1000,"minimum":1}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/raw/{ref}/{path}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_raw_get","summary":"Read a raw file with content type","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"ref","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"path","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"headers":{"content-length":{"schema":{"type":"integer"}},"content-security-policy":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{}},"application/octet-stream":{"schema":{"type":"string","format":"binary"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"413":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/tokens":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repo_tokens_list","summary":"List repository tokens","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"state","in":"query","schema":{"type":"string","default":"active","enum":["active","expired","revoked","all"]}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":30,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/tree/{hash}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"artifacts_repos_tree_get","summary":"Read a Git tree","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"name","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"hash","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9a-f]{40}$"}}],"responses":{"200":{"headers":{"cache-control":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.read"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Read"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/tokens":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"artifacts_tokens_create","summary":"Create a repository token","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"responses":{"201":{"content":{"application/json":{"schema":{}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/artifacts/namespaces/{namespace}/tokens/{id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"delete":{"operationId":"artifacts_tokens_revoke","summary":"Revoke a token","parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9._-]*$"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9a-z]{16}$"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"minItems":1},"messages":{"type":"array","items":{"properties":{"code":{"type":"integer","maximum":9007199254740991,"minimum":-9007199254740991},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["artifacts.write"]}],"tags":["Artifacts"],"x-api-token-group":["Artifacts Edit"],"x-fern-availability":"beta","x-fern-sdk-group-name":"artifacts.namespaces","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/audit_logs":{"get":{"operationId":"audit-logs-get-account-audit-logs","summary":"Get account audit logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/aaa_identifier"}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"boolean"}},{"name":"action.type","in":"query","schema":{"type":"string"}},{"name":"actor.ip","in":"query","schema":{"type":"string"}},{"name":"actor.email","in":"query","schema":{"type":"string","format":"email"}},{"name":"since","in":"query","schema":{"oneOf":[{"format":"date","type":"string"},{"format":"date-time","type":"string"}]}},{"name":"before","in":"query","schema":{"oneOf":[{"format":"date","type":"string"},{"format":"date-time","type":"string"}]}},{"name":"zone.name","in":"query","schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["desc","asc"]}},{"name":"per_page","in":"query","schema":{"type":"number","default":100,"maximum":1000,"minimum":1}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"hide_user_logs","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit_logs_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_audit_logs_response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"audit-logs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/autorag/rags/{id}/ai-search":{"post":{"operationId":"autorag-config-ai-search","summary":"AI Search","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"filters":{"anyOf":[{"properties":{"key":{"type":"string"},"type":{"type":"string","enum":["eq","ne","gt","gte","lt","lte"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value"],"type":"object"},{"properties":{"filters":{"type":"array","items":{"properties":{"key":{"type":"string"},"type":{"type":"string","enum":["eq","ne","gt","gte","lt","lte"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value"],"type":"object"}},"type":{"type":"string","enum":["and","or"]}},"required":["type","filters"],"type":"object"}]},"max_num_results":{"type":"integer","default":10,"maximum":50,"minimum":1},"model":{"anyOf":[{"enum":["@cf/meta/llama-3.3-70b-instruct-fp8-fast","@cf/meta/llama-3.1-8b-instruct-fast","@cf/meta/llama-3.1-8b-instruct-fp8","@cf/meta/llama-4-scout-17b-16e-instruct","@cf/qwen/qwen3-30b-a3b-fp8","@cf/deepseek-ai/deepseek-r1-distill-qwen-32b","@cf/moonshotai/kimi-k2-instruct","anthropic/claude-3-7-sonnet","anthropic/claude-sonnet-4","anthropic/claude-opus-4","anthropic/claude-3-5-haiku","cerebras/qwen-3-235b-a22b-instruct","cerebras/qwen-3-235b-a22b-thinking","cerebras/llama-3.3-70b","cerebras/llama-4-maverick-17b-128e-instruct","cerebras/llama-4-scout-17b-16e-instruct","cerebras/gpt-oss-120b","google-ai-studio/gemini-2.5-flash","google-ai-studio/gemini-2.5-pro","grok/grok-4","groq/llama-3.3-70b-versatile","groq/llama-3.1-8b-instant","openai/gpt-5","openai/gpt-5-mini","openai/gpt-5-nano"],"type":"string"},{"enum":[""],"type":"string"}]},"query":{"type":"string"},"ranking_options":{"type":"object","default":{},"properties":{"ranker":{"type":"string"},"score_threshold":{"type":"number","default":0.4,"maximum":1,"minimum":0}}},"reranking":{"type":"object","properties":{"enabled":{"type":"boolean","default":false},"model":{"anyOf":[{"enum":["@cf/baai/bge-reranker-base"],"type":"string"},{"enum":[""],"type":"string"}]}}},"rewrite_query":{"type":"boolean","default":false},"stream":{"type":"boolean","default":false},"system_prompt":{"type":"string"}},"required":["query"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"attributes":{"type":"object"},"content":{"items":{"properties":{"text":{"type":"string"},"type":{"type":"string"}},"type":"object"},"type":"array"},"file_id":{"type":"string"},"filename":{"type":"string"},"score":{"type":"number"}},"required":["score"],"type":"object"}},"has_more":{"type":"boolean","default":false},"next_page":{"type":"string","nullable":true},"object":{"type":"string"},"response":{"type":"string"},"search_query":{"type":"string"}},"required":["search_query","response"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG RAG Search"],"x-api-token-group":["Auto Rag Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag","x-fern-sdk-method-name":"ai-search"}},"/accounts/{account_id}/autorag/rags/{id}/files":{"get":{"operationId":"autorag-config-files","summary":"Files","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":0}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"type":"string","enum":["completed","queued","running","error"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"error":{"type":"string"},"key":{"type":"string"}},"required":["key","error"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer","default":20,"maximum":50,"minimum":5},"total_count":{"type":"integer"}},"required":["count","page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.read"]},{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG RAG"],"x-api-token-group":["Auto Rag Write","Auto Rag Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag","x-fern-sdk-method-name":"files"}},"/accounts/{account_id}/autorag/rags/{id}/jobs":{"get":{"operationId":"autorag-config-list-jobs","summary":"List Jobs","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"end_reason":{"type":"string"},"ended_at":{"type":"string"},"id":{"type":"string"},"last_seen_at":{"type":"string"},"source":{"type":"string","enum":["user","schedule"]},"started_at":{"type":"string"}},"required":["id","source"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}},"required":["count","page","per_page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.read"]},{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG Jobs"],"x-api-token-group":["Auto Rag Write","Auto Rag Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag.jobs","x-fern-sdk-method-name":"list"}},"/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}":{"get":{"operationId":"autorag-config-get-job","summary":"Get a Job Details","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"job_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"end_reason":{"type":"string"},"ended_at":{"type":"string"},"id":{"type":"string"},"last_seen_at":{"type":"string"},"source":{"type":"string","enum":["user","schedule"]},"started_at":{"type":"string"}},"required":["id","source"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.read"]},{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG Jobs"],"x-api-token-group":["Auto Rag Write","Auto Rag Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag.jobs","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}/logs":{"get":{"operationId":"autorag-config-list-job-logs","summary":"List Job Logs","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"job_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":500,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"number"},"id":{"type":"integer"},"message":{"type":"string"},"message_type":{"type":"integer"}},"required":["id","message","message_type","created_at"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}},"required":["count","page","per_page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","result_info"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.read"]},{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG Jobs"],"x-api-token-group":["Auto Rag Write","Auto Rag Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag.jobs","x-fern-sdk-method-name":"logs"}},"/accounts/{account_id}/autorag/rags/{id}/search":{"post":{"operationId":"autorag-config-search","summary":"Search","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"filters":{"anyOf":[{"properties":{"key":{"type":"string"},"type":{"type":"string","enum":["eq","ne","gt","gte","lt","lte"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value"],"type":"object"},{"properties":{"filters":{"type":"array","items":{"properties":{"key":{"type":"string"},"type":{"type":"string","enum":["eq","ne","gt","gte","lt","lte"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value"],"type":"object"}},"type":{"type":"string","enum":["and","or"]}},"required":["type","filters"],"type":"object"}]},"max_num_results":{"type":"integer","default":10,"maximum":50,"minimum":1},"query":{"type":"string"},"ranking_options":{"type":"object","default":{},"properties":{"ranker":{"type":"string"},"score_threshold":{"type":"number","default":0.4,"maximum":1,"minimum":0}}},"reranking":{"type":"object","properties":{"enabled":{"type":"boolean","default":false},"model":{"anyOf":[{"enum":["@cf/baai/bge-reranker-base"],"type":"string"},{"enum":[""],"type":"string"}]}}},"rewrite_query":{"type":"boolean","default":false}},"required":["query"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"attributes":{"type":"object"},"content":{"items":{"properties":{"text":{"type":"string"},"type":{"type":"string"}},"type":"object"},"type":"array"},"file_id":{"type":"string"},"filename":{"type":"string"},"score":{"type":"number"}},"required":["score"],"type":"object"}},"has_more":{"type":"boolean","default":false},"next_page":{"type":"string","nullable":true},"object":{"type":"string"},"search_query":{"type":"string"}},"required":["search_query"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG RAG Search"],"x-api-token-group":["Auto Rag Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag","x-fern-sdk-method-name":"search"}},"/accounts/{account_id}/autorag/rags/{id}/sync":{"patch":{"operationId":"autorag-config-sync","summary":"Sync","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":1,"pattern":"^[a-z0-9_]+(?:-[a-z0-9_]+)*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"job_id":{"type":"string"}},"required":["job_id"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]}}}}},"security":[{"realmrootOidc":["rag.write"]}],"tags":["AutoRAG RAG"],"x-api-token-group":["Auto Rag Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.rag"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true,"x-fern-sdk-group-name":"autorag","x-fern-sdk-method-name":"sync"}},"/accounts/{account_id}/botnet_feed/asn/{asn_id}/day_report":{"get":{"operationId":"botnet-threat-feed-get-day-report","summary":"Get daily report","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"asn_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_asn"}},{"name":"date","in":"query","schema":{"$ref":"#/components/schemas/dos_timestamp"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"type":"object","properties":{"cidr":{"type":"string"},"date":{"type":"string","format":"date-time"},"offense_count":{"type":"integer"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]}],"tags":["Botnet Threat Feed"],"x-api-token-group":["DDoS Botnet Feed Write","DDoS Botnet Feed Read"]}},"/accounts/{account_id}/botnet_feed/asn/{asn_id}/full_report":{"get":{"operationId":"botnet-threat-feed-get-full-report","summary":"Get full report","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"asn_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_asn"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"type":"object","properties":{"cidr":{"type":"string"},"date":{"type":"string","format":"date-time"},"offense_count":{"type":"integer"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]}],"tags":["Botnet Threat Feed"],"x-api-token-group":["DDoS Botnet Feed Write","DDoS Botnet Feed Read"]}},"/accounts/{account_id}/botnet_feed/configs/asn":{"get":{"operationId":"botnet-threat-feed-list-asn","summary":"Get list of ASNs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"type":"object","properties":{"asn":{"type":"integer"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]}],"tags":["Botnet Threat Feed"],"x-api-token-group":["DDoS Botnet Feed Write","DDoS Botnet Feed Read"]}},"/accounts/{account_id}/botnet_feed/configs/asn/{asn_id}":{"delete":{"operationId":"botnet-threat-feed-delete-asn","summary":"Delete an ASN","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"asn_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_asn"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"type":"object","properties":{"asn":{"type":"integer"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-botnet-feed.write"]}],"tags":["Botnet Threat Feed"],"x-api-token-group":["DDoS Botnet Feed Write"]}},"/accounts/{account_id}/brand-protection/alerts":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionAlerts","summary":"Read all alerts on submitted domains","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"patchAccountsAccountIdBrandProtectionAlerts","summary":"Update alerts on submitted domains by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/alerts/clear":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionAlertsClear","summary":"Update verification statuses of tracked URLs to awaiting by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts.clear","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/alerts/refute":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionAlertsRefute","summary":"Update verification statuses of tracked URLs to disproven by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts.refute","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/alerts/verify":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionAlertsVerify","summary":"Update verification statuses of tracked URLs to confirmed by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"alerts.verify","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/brands":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionBrands","summary":"Read all brands","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"postAccountsAccountIdBrandProtectionBrands","summary":"Create new brands","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteAccountsAccountIdBrandProtectionBrands","summary":"Delete brands by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/brands/patterns":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionBrandsPatterns","summary":"Read patterns for brands by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands.patterns","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"postAccountsAccountIdBrandProtectionBrandsPatterns","summary":"Create new patterns for brands by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands.patterns","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteAccountsAccountIdBrandProtectionBrandsPatterns","summary":"Delete patterns for brands by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"brands.patterns","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/clear":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionClear","summary":"Update verification statuses of submitted URLs to awaiting by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"clear","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/domain-info":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionDomainInfo","summary":"Read submitted domains by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"domain-info","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/logo-matches":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionLogoMatches","summary":"Read matches for logo queries by ID","parameters":[{"name":"logo_id","in":"query","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"name":"offset","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_LogoMatch"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logo-matches","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/logo-matches/download":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionLogoMatchesDownload","summary":"Download matches for logo queries by ID","parameters":[{"name":"logo_id","in":"query","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"name":"offset","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_LogoMatch"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logo-matches.download","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/logos":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionLogos","summary":"Read all saved logo queries","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logos","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"postAccountsAccountIdBrandProtectionLogos","summary":"Create new saved logo queries from image files","parameters":[{"name":"tag","in":"query","schema":{"type":"string"}},{"name":"match_type","in":"query","schema":{"type":"string"}},{"name":"threshold","in":"query","schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/brand-protection-api_ImageFile"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_Logo"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logos","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/logos/{logo_id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"logo_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionLogosLogoId","summary":"Read saved logo queries by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logos","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteAccountsAccountIdBrandProtectionLogosLogoId","summary":"Delete saved logo queries by ID","responses":{"204":{},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logos","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/matches":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionMatches","summary":"Read matches for string queries by ID","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","schema":{"type":"integer"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"include_domain_id","in":"query","schema":{"type":"boolean"}},{"name":"include_dismissed","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_QueryMatch"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"matches","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/matches/download":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionMatchesDownload","summary":"Download matches for string queries by ID","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"offset","in":"query","schema":{"type":"integer"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"include_domain_id","in":"query","schema":{"type":"boolean"}},{"name":"include_dismissed","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_QueryMatch"}}}},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"matches.download","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/queries":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionQueries","summary":"Read string queries by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"postAccountsAccountIdBrandProtectionQueries","summary":"Create new saved string queries","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"tag","in":"query","schema":{"type":"string"}},{"name":"scan","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_Query"}}}},"responses":{"204":{},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteAccountsAccountIdBrandProtectionQueries","summary":"Delete saved string queries by ID","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"tag","in":"query","schema":{"type":"string"}},{"name":"scan","in":"query","schema":{"type":"boolean"}}],"responses":{"204":{},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"patchAccountsAccountIdBrandProtectionQueries","summary":"Update saved string queries by ID","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"integer"},"scan":{"type":"boolean"},"string_matches":{"type":"array","items":{"properties":{"max_edit_distance":{"type":"number"},"pattern":{"type":"string"}},"required":["pattern"],"type":"object"}},"tag":{"type":"string"}}}}}},"responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/queries/bulk":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionQueriesBulk","summary":"Create new saved string queries in bulk","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_QueryBulk"}}}},"responses":{"204":{},"422":{"$ref":"#/components/responses/brand-protection-api_UNPROCESSABLE_CONTENT"},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries.bulk","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/queries/{query_id}/matches/{domain_id}/dismiss":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer","minimum":0}},{"name":"domain_id","in":"path","required":true,"schema":{"type":"integer","minimum":0}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionQueriesQueryIdMatchesDomainIdDismiss","summary":"Dismiss a match for a saved string query","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries.matches","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/queries/{query_id}/matches/{domain_id}/undismiss":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer","minimum":0}},{"name":"domain_id","in":"path","required":true,"schema":{"type":"integer","minimum":0}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionQueriesQueryIdMatchesDomainIdUndismiss","summary":"Undismiss a match for a saved string query","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queries.matches","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/recent-submissions":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionRecentSubmissions","summary":"Read recent URL submissions","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"recent-submissions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/refute":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionRefute","summary":"Update verification statuses of submitted URLs to disproven by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"refute","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/scan-logo":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionScanLogo","summary":"Create new logo queries from image files","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scan-logo","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/scan-page":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionScanPage","summary":"Create new logo queries from URLs","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["logo_match"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scan-page","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/search":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionSearch","summary":"Create new string queries","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"search","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/submission-info":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionSubmissionInfo","summary":"Read URL submissions by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"submission-info","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/submit":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"post":{"operationId":"postAccountsAccountIdBrandProtectionSubmit","summary":"Create new URL submissions","responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_URLSubmit"}}}},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"submit","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/total-queries":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionTotalQueries","summary":"Read the total number of saved string queries","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["domain_search"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"total-queries","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/tracked-domains":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionTrackedDomains","summary":"Read submitted domains by pattern","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"tracked-domains","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/url-info":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"get":{"operationId":"getAccountsAccountIdBrandProtectionUrlInfo","summary":"Read submitted URLs by ID","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_URLInfo"}}}},"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-info","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/brand-protection/verify":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"patch":{"operationId":"patchAccountsAccountIdBrandProtectionVerify","summary":"Update verification statuses of submitted URLs to confirmed by ID","responses":{"default":{"$ref":"#/components/responses/brand-protection-api_DEFAULT_ERROR"}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["brand_protection"],"x-api-token-group":["Intel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"verify","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/accessibilityTree":{"post":{"operationId":"brapi-post_AccessibilityTree","summary":"Get accessibility tree page","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"interestingOnly":{"type":"boolean"},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"root":{"type":"string"},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"meta":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"status":{"type":"number"},"title":{"type":"string"}}},"result":{"type":"object","properties":{"accessibilityTree":{"allOf":[{"$ref":"#/components/schemas/brapi_SerializedAXNode"},{"nullable":true}]}},"required":["accessibilityTree"]},"success":{"type":"boolean"}},"required":["success","result","meta"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"accessibility-tree","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/content":{"post":{"operationId":"brapi-post_Content","summary":"Get HTML content.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"meta":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"status":{"type":"number"},"title":{"type":"string"}}},"result":{"type":"string"},"success":{"type":"boolean"}},"required":["success","meta"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"content","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/crawl":{"post":{"operationId":"brapi-post_Crawl","summary":"Crawl websites.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"additionalProperties":false,"properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"crawlPurposes":{"type":"array","items":{"anyOf":[{"enum":["search"],"type":"string"},{"enum":["ai-input"],"type":"string"},{"enum":["ai-train"],"type":"string"}]},"default":["search","ai-input","ai-train"],"maxItems":3,"minItems":1},"depth":{"type":"number","default":100000,"maximum":100000,"minimum":1},"emulateMediaType":{"type":"string"},"formats":{"type":"array","items":{"anyOf":[{"enum":["html"],"type":"string"},{"enum":["markdown"],"type":"string"},{"enum":["json"],"type":"string"}]},"default":["html"]},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"jsonOptions":{"type":"object","additionalProperties":false,"properties":{"custom_ai":{"type":"array","items":{"properties":{"authorization":{"type":"string"},"model":{"type":"string"}},"required":["model"],"type":"object"}},"prompt":{"type":"string"},"response_format":{"type":"object","properties":{"json_schema":{"type":"object","additionalProperties":{},"nullable":true},"type":{"type":"string"}},"required":["type"]}}},"limit":{"type":"number","default":10,"maximum":100000,"minimum":1},"maxAge":{"type":"number","default":86400,"maximum":604800,"minimum":0},"modifiedSince":{"type":"integer","exclusiveMinimum":true,"minimum":0},"options":{"type":"object","default":{"includeExternalLinks":false,"includeSubdomains":false},"properties":{"excludePatterns":{"type":"array","items":{"maxLength":500,"minLength":1,"type":"string"},"maxItems":100},"includeExternalLinks":{"type":"boolean","default":false},"includePatterns":{"type":"array","items":{"maxLength":500,"minLength":1,"type":"string"},"maxItems":100},"includeSubdomains":{"type":"boolean","default":false}}},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"render":{"type":"boolean","default":true,"enum":[true]},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"source":{"default":"all","anyOf":[{"enum":["sitemaps"],"type":"string"},{"enum":["links"],"type":"string"},{"enum":["all"],"type":"string"}]},"url":{"type":"string","format":"uri"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"required":["url"],"type":"object"},{"additionalProperties":false,"properties":{"crawlPurposes":{"type":"array","items":{"anyOf":[{"enum":["search"],"type":"string"},{"enum":["ai-input"],"type":"string"},{"enum":["ai-train"],"type":"string"}]},"default":["search","ai-input","ai-train"],"maxItems":3,"minItems":1},"depth":{"type":"number","default":100000,"maximum":100000,"minimum":1},"formats":{"type":"array","items":{"anyOf":[{"enum":["html"],"type":"string"},{"enum":["markdown"],"type":"string"},{"enum":["json"],"type":"string"}]},"default":["html"]},"jsonOptions":{"type":"object","additionalProperties":false,"properties":{"custom_ai":{"type":"array","items":{"properties":{"authorization":{"type":"string"},"model":{"type":"string"}},"required":["model"],"type":"object"}},"prompt":{"type":"string"},"response_format":{"type":"object","properties":{"json_schema":{"type":"object","additionalProperties":{},"nullable":true},"type":{"type":"string"}},"required":["type"]}}},"limit":{"type":"number","default":10,"maximum":100000,"minimum":1},"maxAge":{"type":"number","default":86400,"maximum":604800,"minimum":0},"modifiedSince":{"type":"integer","exclusiveMinimum":true,"minimum":0},"options":{"type":"object","default":{"includeExternalLinks":false,"includeSubdomains":false},"properties":{"excludePatterns":{"type":"array","items":{"maxLength":500,"minLength":1,"type":"string"},"maxItems":100},"includeExternalLinks":{"type":"boolean","default":false},"includePatterns":{"type":"array","items":{"maxLength":500,"minLength":1,"type":"string"},"maxItems":100},"includeSubdomains":{"type":"boolean","default":false}}},"render":{"type":"boolean","enum":[false]},"source":{"default":"all","anyOf":[{"enum":["sitemaps"],"type":"string"},{"enum":["links"],"type":"string"},{"enum":["all"],"type":"string"}]},"url":{"type":"string","format":"uri"}},"required":["url","render"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"string"},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.crawl","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/crawl/{job_id}":{"get":{"operationId":"brapi-get_CrawlResult","summary":"Get crawl result.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"job_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}},{"name":"status","in":"query","schema":{"type":"string","enum":["queued","errored","completed","disallowed","skipped","cancelled"]}},{"name":"cursor","in":"query","schema":{"type":"number","default":0}},{"name":"limit","in":"query","schema":{"type":"number","default":50}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"object","additionalProperties":false,"properties":{"browserSecondsUsed":{"type":"number"},"cursor":{"type":"string"},"finished":{"type":"number"},"id":{"type":"string"},"records":{"type":"array","items":{"additionalProperties":false,"properties":{"html":{"type":"string"},"json":{"type":"object","additionalProperties":{"nullable":true,"type":"object"}},"markdown":{"type":"string"},"metadata":{"type":"object","properties":{"status":{"type":"number"},"title":{"type":"string"},"url":{"type":"string"}},"required":["url","status"]},"status":{"type":"string","enum":["queued","errored","completed","disallowed","skipped","cancelled"]},"url":{"type":"string"}},"required":["url","status"],"type":"object"}},"skipped":{"type":"number"},"status":{"type":"string"},"total":{"type":"number"}},"required":["id","status","browserSecondsUsed","total","finished","skipped","records"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.crawl","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser":{"get":{"operationId":"brapi-get_DevtoolsBrowserAcquire","summary":"Acquire and connect to browser session.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"keep_alive","in":"query","schema":{"type":"number","default":60000,"maximum":1200000,"minimum":10000}},{"name":"lab","in":"query","schema":{"type":"boolean","default":false}},{"name":"recording","in":"query","schema":{"type":"boolean","default":false}},{"name":"cf-brapi-guardrails","in":"header","schema":{"type":"string","nullable":true}}],"responses":{"101":{},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"launch","x-forge-hidden":true},"post":{"operationId":"brapi-post_DevtoolsAcquire","summary":"Get a browser session ID.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"keep_alive","in":"query","schema":{"type":"number","default":60000,"maximum":1200000,"minimum":10000}},{"name":"lab","in":"query","schema":{"type":"boolean","default":false}},{"name":"targets","in":"query","schema":{"type":"boolean","default":false}},{"name":"liveViewUrlExpiresInMs","in":"query","schema":{"type":"number","default":300000,"maximum":3600000,"minimum":60000}},{"name":"recording","in":"query","schema":{"type":"boolean","default":false}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"guardrails":{"type":"object","additionalProperties":false,"properties":{"allowedDomainSets":{"type":"array","items":{"type":"string"},"maxItems":4},"allowedDomains":{"type":"array","items":{"type":"string"},"maxItems":50}}}},"additionalProperties":false}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"sessionId":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["sessionId"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"status":{"type":"boolean"}},"required":["status"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}":{"get":{"operationId":"brapi-get_DevtoolsBrowser","summary":"Connect to browser session.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"keep_alive","in":"query","schema":{"type":"number","default":60000,"maximum":1200000,"minimum":10000}},{"name":"lab","in":"query","schema":{"type":"boolean","default":false}},{"name":"recording","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"101":{},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"connect","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json":{"get":{"operationId":"brapi-get_DevtoolsJson","summary":"List targets.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"liveViewUrlExpiresInMs","in":"query","schema":{"type":"number","default":300000,"maximum":3600000,"minimum":60000}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"devtoolsFrontendUrl":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["id","type","url"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.json","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/activate/{target_id}":{"get":{"operationId":"brapi-get_DevtoolsJsonActivate","summary":"Activate a browser target.","parameters":[{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"target_id","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9]+$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.targets","x-fern-sdk-method-name":"activate","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/close/{target_id}":{"get":{"operationId":"brapi-get_DevtoolsJsonClose","summary":"Close a browser target.","parameters":[{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"target_id","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9]+$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.targets","x-fern-sdk-method-name":"close","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/list":{"get":{"operationId":"brapi-get_DevtoolsJsonList","summary":"List targets.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"liveViewUrlExpiresInMs","in":"query","schema":{"type":"number","default":300000,"maximum":3600000,"minimum":60000}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"devtoolsFrontendUrl":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["id","type","url"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.targets","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/list/{target_id}":{"get":{"operationId":"brapi-get_DevtoolsJsonTarget","summary":"Get a target by ID.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"target_id","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9]+$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"devtoolsFrontendUrl":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["id","type","url"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.targets","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/protocol":{"get":{"operationId":"brapi-get_DevtoolsJsonProtocol","summary":"Get Chrome DevTools Protocol schema.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"domains":{"type":"array","items":{"properties":{"commands":{"type":"array","items":{"additionalProperties":{"nullable":true,"type":"object"},"type":"object"}},"dependencies":{"type":"array","items":{"type":"string"}},"domain":{"type":"string"},"events":{"type":"array","items":{"additionalProperties":{"nullable":true,"type":"object"},"type":"object"}},"experimental":{"type":"boolean"},"types":{"type":"array","items":{"additionalProperties":{"nullable":true,"type":"object"},"type":"object"}}},"required":["domain"],"type":"object"}},"version":{"type":"object","properties":{"major":{"type":"string"},"minor":{"type":"string"}},"required":["major","minor"]}},"required":["domains"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"protocol","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/version":{"get":{"operationId":"brapi-get_DevtoolsJsonVersion","summary":"Get browser version metadata.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"Browser":{"type":"string"},"Protocol-Version":{"type":"string"},"User-Agent":{"type":"string"},"V8-Version":{"type":"string"},"WebKit-Version":{"type":"string"},"webSocketDebuggerUrl":{"type":"string"}},"required":["Browser","Protocol-Version","User-Agent","V8-Version","WebKit-Version","webSocketDebuggerUrl"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser","x-fern-sdk-method-name":"version","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/page/{target_id}":{"get":{"operationId":"brapi-get_DevtoolsPage","summary":"Connect to a specific Chrome DevTools page.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"target_id","in":"path","required":true,"schema":{"type":"string","pattern":"^[a-zA-Z0-9]+$"}}],"responses":{"101":{},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.browser.page","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/session":{"get":{"operationId":"brapi-get_DevtoolsSessionList","summary":"List sessions.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number","default":200,"maximum":200,"minimum":1}},{"name":"offset","in":"query","schema":{"type":"number","default":0,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"closeReason":{"type":"string"},"closeReasonText":{"type":"string"},"connectionEndTime":{"type":"number"},"connectionId":{"type":"string"},"connectionStartTime":{"type":"number"},"devtoolsFrontendUrl":{"type":"string"},"endTime":{"type":"number"},"lastUpdated":{"type":"number"},"sessionId":{"type":"string","format":"uuid"},"startTime":{"type":"number"},"webSocketDebuggerUrl":{"type":"string"}},"required":["sessionId"],"type":"object"}}}}},"500":{}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.session","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/devtools/session/{session_id}":{"get":{"operationId":"brapi-get_DevtoolsSessionDetails","summary":"Get session details.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"closeReason":{"type":"string"},"closeReasonText":{"type":"string"},"connectionEndTime":{"type":"number"},"connectionId":{"type":"string"},"connectionStartTime":{"type":"number"},"devtoolsFrontendUrl":{"type":"string"},"endTime":{"type":"number"},"lastUpdated":{"type":"number"},"sessionId":{"type":"string","format":"uuid"},"startTime":{"type":"number"},"webSocketDebuggerUrl":{"type":"string"}},"nullable":true,"required":["sessionId"]}}}},"404":{}},"security":[{"realmrootOidc":["browser-rendering.read"]},{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write","Browser Rendering Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.devtools.session","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/json":{"post":{"operationId":"brapi-post_Json","summary":"Get json.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"custom_ai":{"type":"array","items":{"properties":{"authorization":{"type":"string"},"model":{"type":"string"}},"required":["model"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"prompt":{"type":"string"},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"response_format":{"type":"object","properties":{"json_schema":{"type":"object","additionalProperties":{},"nullable":true},"type":{"type":"string"}},"required":["type"]},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"object","additionalProperties":{"nullable":true,"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"rawAiResponse":{"type":"string"},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"json","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/links":{"post":{"operationId":"brapi-post_Links","summary":"Get Links.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"excludeExternalLinks":{"type":"boolean","default":false},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"visibleLinksOnly":{"type":"boolean","default":false},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"array","items":{"type":"string"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"links","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/markdown":{"post":{"operationId":"brapi-post_Markdown","summary":"Get markdown.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"string"},"success":{"type":"boolean"}},"required":["success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"markdown","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/pdf":{"post":{"operationId":"brapi-post_Pdf","summary":"Get PDF.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"pdfOptions":{"type":"object","default":{},"additionalProperties":false,"properties":{"displayHeaderFooter":{"type":"boolean","default":false},"footerTemplate":{"type":"string"},"format":{"type":"string","default":"letter","enum":["letter","legal","tabloid","ledger","a0","a1","a2","a3","a4","a5","a6"]},"headerTemplate":{"type":"string"},"height":{"anyOf":[{"type":"string"},{"type":"number"}]},"landscape":{"type":"boolean","default":false},"margin":{"type":"object","properties":{"bottom":{"anyOf":[{"type":"string"},{"type":"number"}]},"left":{"anyOf":[{"type":"string"},{"type":"number"}]},"right":{"anyOf":[{"type":"string"},{"type":"number"}]},"top":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"omitBackground":{"type":"boolean","default":false},"outline":{"type":"boolean","default":false},"pageRanges":{"type":"string"},"preferCSSPageSize":{"type":"boolean","default":false},"printBackground":{"type":"boolean","default":false},"scale":{"type":"number","default":1,"maximum":2,"minimum":0.1},"tagged":{"type":"boolean","default":true},"timeout":{"type":"number","default":30000},"width":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/pdf":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"pdf","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/scrape":{"post":{"operationId":"brapi-post_Scrape","summary":"Scrape elements.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"elements":{"type":"array","items":{"properties":{"selector":{"type":"string"}},"required":["selector"],"type":"object"},"minItems":1},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}],"required":["elements"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"result":{"type":"array","items":{"properties":{"results":{"type":"object","properties":{"attributes":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"height":{"type":"number"},"html":{"type":"string"},"left":{"type":"number"},"text":{"type":"string"},"top":{"type":"number"},"width":{"type":"number"}},"required":["attributes","height","html","left","text","top","width"]},"selector":{"type":"string"}},"required":["results","selector"],"type":"object"}},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"scrape","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/screenshot":{"post":{"operationId":"brapi-post_Screenshot","summary":"Get screenshot.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"screenshotOptions":{"type":"object","default":{},"additionalProperties":false,"properties":{"captureBeyondViewport":{"type":"boolean"},"clip":{"type":"object","properties":{"height":{"type":"number"},"scale":{"type":"number"},"width":{"type":"number"},"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y","width","height"]},"encoding":{"default":"binary","anyOf":[{"enum":["binary"],"type":"string"},{"enum":["base64"],"type":"string"}]},"fromSurface":{"type":"boolean"},"fullPage":{"type":"boolean"},"omitBackground":{"type":"boolean"},"optimizeForSpeed":{"type":"boolean"},"quality":{"type":"number"},"type":{"default":"png","anyOf":[{"enum":["png"],"type":"string"},{"enum":["jpeg"],"type":"string"},{"enum":["webp"],"type":"string"}]}}},"scrollPage":{"type":"boolean"},"selector":{"type":"string"},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}},"image/jpg":{"schema":{"type":"string"}},"image/png":{"schema":{"type":"string"}},"image/webp":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"screenshot","x-forge-hidden":true}},"/accounts/{account_id}/browser-rendering/snapshot":{"post":{"operationId":"brapi-post_Snapshot","summary":"Get HTML content and screenshot.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheTTL","in":"query","schema":{"type":"number","default":5,"maximum":86400,"minimum":0}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actionTimeout":{"type":"number","maximum":120000},"addScriptTag":{"type":"array","items":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"addStyleTag":{"type":"array","items":{"properties":{"content":{"type":"string"},"url":{"type":"string","format":"uri"}},"type":"object"}},"allowRequestPattern":{"type":"array","items":{"type":"string"}},"allowResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"authenticate":{"type":"object","properties":{"password":{"type":"string","minLength":1,"x-sensitive":true},"username":{"type":"string","minLength":1}},"required":["username","password"]},"bestAttempt":{"type":"boolean"},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"partitionKey":{"type":"string"},"path":{"type":"string"},"priority":{"anyOf":[{"enum":["Low"],"type":"string"},{"enum":["Medium"],"type":"string"},{"enum":["High"],"type":"string"}]},"sameParty":{"type":"boolean"},"sameSite":{"anyOf":[{"enum":["Strict"],"type":"string"},{"enum":["Lax"],"type":"string"},{"enum":["None"],"type":"string"}]},"secure":{"type":"boolean"},"sourcePort":{"type":"number"},"sourceScheme":{"anyOf":[{"enum":["Unset"],"type":"string"},{"enum":["NonSecure"],"type":"string"},{"enum":["Secure"],"type":"string"}]},"url":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"emulateMediaType":{"type":"string"},"formats":{"type":"array","items":{"enum":["content","screenshot","markdown","accessibilityTree"],"type":"string"},"default":["content","screenshot"]},"gotoOptions":{"type":"object","default":{},"properties":{"referer":{"type":"string"},"referrerPolicy":{"type":"string"},"timeout":{"type":"number","default":30000,"maximum":60000},"waitUntil":{"default":"domcontentloaded","anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"},{"items":{"anyOf":[{"enum":["load"],"type":"string"},{"enum":["domcontentloaded"],"type":"string"},{"enum":["networkidle0"],"type":"string"},{"enum":["networkidle2"],"type":"string"}]},"type":"array"}]}}},"html":{"type":"string","minLength":1},"rejectRequestPattern":{"type":"array","items":{"type":"string"}},"rejectResourceTypes":{"type":"array","items":{"anyOf":[{"enum":["document"],"type":"string"},{"enum":["stylesheet"],"type":"string"},{"enum":["image"],"type":"string"},{"enum":["media"],"type":"string"},{"enum":["font"],"type":"string"},{"enum":["script"],"type":"string"},{"enum":["texttrack"],"type":"string"},{"enum":["xhr"],"type":"string"},{"enum":["fetch"],"type":"string"},{"enum":["prefetch"],"type":"string"},{"enum":["eventsource"],"type":"string"},{"enum":["websocket"],"type":"string"},{"enum":["manifest"],"type":"string"},{"enum":["signedexchange"],"type":"string"},{"enum":["ping"],"type":"string"},{"enum":["cspviolationreport"],"type":"string"},{"enum":["preflight"],"type":"string"},{"enum":["other"],"type":"string"}]}},"screenshotOptions":{"type":"object","default":{},"additionalProperties":false,"properties":{"captureBeyondViewport":{"type":"boolean"},"clip":{"type":"object","properties":{"height":{"type":"number"},"scale":{"type":"number"},"width":{"type":"number"},"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y","width","height"]},"fromSurface":{"type":"boolean"},"fullPage":{"type":"boolean"},"omitBackground":{"type":"boolean"},"optimizeForSpeed":{"type":"boolean"},"quality":{"type":"number"},"type":{"default":"png","anyOf":[{"enum":["png"],"type":"string"},{"enum":["jpeg"],"type":"string"},{"enum":["webp"],"type":"string"}]}}},"setExtraHTTPHeaders":{"type":"object","additionalProperties":{"type":"string"}},"setJavaScriptEnabled":{"type":"boolean"},"url":{"type":"string","format":"uri"},"userAgent":{"type":"string","default":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"},"viewport":{"type":"object","default":{"height":1080,"width":1920},"properties":{"deviceScaleFactor":{"type":"number"},"hasTouch":{"type":"boolean"},"height":{"type":"number"},"isLandscape":{"type":"boolean"},"isMobile":{"type":"boolean"},"width":{"type":"number"}},"required":["width","height"]},"waitForSelector":{"type":"object","properties":{"hidden":{"type":"boolean","enum":[true]},"selector":{"type":"string"},"timeout":{"type":"number","maximum":120000},"visible":{"type":"boolean","enum":[true]}},"required":["selector"]},"waitForTimeout":{"type":"number","maximum":120000}},"additionalProperties":false,"oneOf":[{"required":["url"]},{"required":["html"]}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"meta":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"status":{"type":"number"},"title":{"type":"string"}}},"result":{"type":"object","properties":{"accessibilityTree":{"$ref":"#/components/schemas/brapi_SerializedAXNode"},"content":{"type":"string"},"markdown":{"type":"string"},"screenshot":{"type":"string"}}},"success":{"type":"boolean"}},"required":["success","meta"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"422":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"429":{"headers":{"Retry-After":{"required":true,"schema":{"type":"number"}}},"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["message","code"],"type":"object"}},"success":{"type":"boolean"}},"required":["success"]}}}}},"security":[{"realmrootOidc":["browser-rendering.write"]}],"tags":["brapi"],"x-api-token-group":["Browser Rendering Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.brapi.read"],"type":"string"},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"browser-run.quick-action","x-fern-sdk-method-name":"snapshot","x-forge-hidden":true}},"/accounts/{account_id}/builds/account/limits":{"get":{"operationId":"getAccountLimits","summary":"Get account limits","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_GetAccountLimitResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Account"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds","x-fern-sdk-method-name":"get-account-limits","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds":{"get":{"operationId":"getBuildsByVersionIds","summary":"Get builds by version IDs","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"version_ids","in":"query","required":true,"schema":{"$ref":"#/components/schemas/builds_version_ids"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_BuildsByVersionResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds","x-fern-sdk-method-name":"get-builds-by-version","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds/latest":{"get":{"operationId":"getLatestBuildsByScripts","summary":"Get latest builds by script IDs","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"external_script_ids","in":"query","required":true,"schema":{"$ref":"#/components/schemas/builds_external_script_ids"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_LatestBuildsResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds","x-fern-sdk-method-name":"get-latest-builds","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds/{build_uuid}":{"get":{"operationId":"getBuildByUuid","summary":"Get build by UUID","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_BuildUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_BuildResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.builds","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds/{build_uuid}/cancel":{"put":{"operationId":"cancelBuildByUuid","summary":"Cancel build","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_BuildUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_CanceledBuildResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.builds","x-fern-sdk-method-name":"cancel","x-forge-hidden":true}},"/accounts/{account_id}/builds/builds/{build_uuid}/logs":{"get":{"operationId":"getBuildLogs","summary":"Get build logs","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_BuildUuid"},{"name":"cursor","in":"query","schema":{"$ref":"#/components/schemas/builds_cursor"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_BuildLogsResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Builds"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.builds.logs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/builds/repos/connections":{"put":{"operationId":"upsertRepoConnection","summary":"Create or update repository connection","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_UpsertRepoConnectionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_UpsertRepoConnectionResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Repository Connections"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.repos.connections","x-fern-sdk-method-name":"upsert","x-forge-hidden":true}},"/accounts/{account_id}/builds/repos/connections/{repo_connection_uuid}":{"delete":{"operationId":"deleteRepoConnection","summary":"Delete repository connection","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_RepoConnectionUuid"}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Repository Connections"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.repos.connections","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/builds/repos/{provider_type}/{provider_account_id}/{repo_id}/config_autofill":{"get":{"operationId":"getWorkerConfigAutofill","summary":"Get repository configuration autofill","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"provider_type","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_SCMProviderType"}},{"name":"provider_account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_provider_account_id"}},{"name":"repo_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_repo_id"}},{"name":"branch","in":"query","required":true,"schema":{"$ref":"#/components/schemas/builds_branch"}},{"name":"root_directory","in":"query","schema":{"$ref":"#/components/schemas/builds_root_directory"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_ConfigAutofillResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["GitHub Integration"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.repos.config-autofill","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/builds/tokens":{"get":{"operationId":"listBuildTokens","summary":"List build tokens","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_Page"},{"$ref":"#/components/parameters/builds_PerPage"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/builds_ListTokensResponse"}},"result_info":{"$ref":"#/components/schemas/builds_PaginationInfo"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Build Tokens"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.tokens","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createBuildToken","summary":"Create build token","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateBuildTokenRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_CreateBuildTokenResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Build Tokens"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.tokens","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/builds/tokens/{build_token_uuid}":{"delete":{"operationId":"deleteBuildToken","summary":"Delete build token","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"build_token_uuid","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_build_token_uuid"}}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Build Tokens"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.tokens","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers":{"post":{"operationId":"createTrigger","summary":"Create trigger","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateTriggerRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_TriggerResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}":{"delete":{"operationId":"deleteTrigger","summary":"Delete trigger","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"updateTrigger","summary":"Update trigger","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_UpdateTriggerRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_TriggerResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}/builds":{"post":{"operationId":"createManualBuild","summary":"Create manual build","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateBuildRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_InsertBuildResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"create-build","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables":{"get":{"operationId":"listEnvironmentVariables","summary":"List environment variables","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_EnvironmentVariablesResponse"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Environment Variables"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers.environment-variables","x-fern-sdk-method-name":"list","x-forge-hidden":true},"patch":{"operationId":"upsertEnvironmentVariables","summary":"Upsert environment variables","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_EnvironmentVariablesRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_EnvironmentVariablesResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Environment Variables"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers.environment-variables","x-fern-sdk-method-name":"upsert","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables/{environment_variable_key}":{"delete":{"operationId":"deleteEnvironmentVariable","summary":"Delete environment variable","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"},{"name":"environment_variable_key","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_environment_variable_key"}}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Environment Variables"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers.environment-variables","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/builds/triggers/{trigger_uuid}/purge_build_cache":{"post":{"operationId":"purgeBuildCache","summary":"Purge build cache","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_TriggerUuid"}],"responses":{"200":{"$ref":"#/components/responses/builds_SuccessEmpty"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Triggers"],"x-api-token-group":["Workers CI Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"purge-cache","x-forge-hidden":true,"x-forge-require-confirmation":"This operation wipes the workers-build cache."}},"/accounts/{account_id}/builds/workers":{"post":{"operationId":"createWorkerBuild","summary":"Create worker build configuration","parameters":[{"$ref":"#/components/parameters/builds_AccountId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateWorkerRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_WorkerResponse"}},"type":"object"}]}}}},"400":{"$ref":"#/components/responses/builds_BadRequest"},"401":{"$ref":"#/components/responses/builds_Unauthorized"},"404":{"$ref":"#/components/responses/builds_NotFound"},"409":{"$ref":"#/components/responses/builds_Conflict"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write"]}},"/accounts/{account_id}/builds/workers/{external_script_id}/builds":{"get":{"operationId":"listBuildsByScript","summary":"List builds by script","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"external_script_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_external_script_id"}},{"$ref":"#/components/parameters/builds_Page"},{"$ref":"#/components/parameters/builds_PerPage"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/builds_BuildResponse"}},"result_info":{"$ref":"#/components/schemas/builds_PaginationInfo"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.builds","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/builds/workers/{external_script_id}/triggers":{"get":{"operationId":"listTriggersByScript","summary":"List triggers by script","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"name":"external_script_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/builds_external_script_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/builds_TriggerResponse"}}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write","Workers CI Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers-builds.triggers","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks":{"get":{"operationId":"listDeployHooks","summary":"List deploy hooks","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/builds_DetailedDeployHookResponse"}}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write","Workers CI Read"]},"post":{"operationId":"createDeployHook","summary":"Create deploy hook","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateDeployHookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_DeployHookResponse"}},"type":"object"}]}}}},"400":{"$ref":"#/components/responses/builds_BadRequest"},"404":{"$ref":"#/components/responses/builds_NotFound"},"409":{"$ref":"#/components/responses/builds_Conflict"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write"]}},"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks/{deploy_hook_uuid}":{"get":{"operationId":"getDeployHook","summary":"Get deploy hook","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"},{"$ref":"#/components/parameters/builds_DeployHookUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_DeployHookResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write","Workers CI Read"]},"put":{"operationId":"updateDeployHook","summary":"Update deploy hook","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"},{"$ref":"#/components/parameters/builds_DeployHookUuid"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_CreateDeployHookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_DeployHookResponse"}},"type":"object"}]}}}},"400":{"$ref":"#/components/responses/builds_BadRequest"},"404":{"$ref":"#/components/responses/builds_NotFound"},"409":{"$ref":"#/components/responses/builds_Conflict"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write"]},"delete":{"operationId":"deleteDeployHook","summary":"Delete deploy hook","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptName"},{"$ref":"#/components/parameters/builds_DeployHookUuid"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_DeployHookResponse"}},"type":"object"}]}}}},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Deploy Hooks"],"x-api-token-group":["Workers CI Write"]}},"/accounts/{account_id}/builds/workers/{script_tag}":{"get":{"operationId":"getWorkerBuild","summary":"Get worker build configuration","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptTag"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_WorkerResponse"}},"type":"object"}]}}}},"401":{"$ref":"#/components/responses/builds_Unauthorized"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.read"]},{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write","Workers CI Read"]},"delete":{"operationId":"deleteWorkerBuild","summary":"Delete worker build configuration","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptTag"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"type":"string"}},"type":"object"}]}}}},"401":{"$ref":"#/components/responses/builds_Unauthorized"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write"]},"patch":{"operationId":"updateWorkerBuild","summary":"Update worker build configuration","parameters":[{"$ref":"#/components/parameters/builds_AccountId"},{"$ref":"#/components/parameters/builds_ScriptTag"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_UpdateWorkerRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/builds_APIResponse"},{"properties":{"result":{"$ref":"#/components/schemas/builds_WorkerResponse"}},"type":"object"}]}}}},"400":{"$ref":"#/components/responses/builds_BadRequest"},"401":{"$ref":"#/components/responses/builds_Unauthorized"},"404":{"$ref":"#/components/responses/builds_NotFound"}},"security":[{"realmrootOidc":["workers-ci.write"]}],"tags":["Workers"],"x-api-token-group":["Workers CI Write"]}},"/accounts/{account_id}/calls/apps":{"get":{"operationId":"calls-apps-list","summary":"List apps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.read"]},{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write","Calls Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"calls-apps-create-a-new-app","summary":"Create a new app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_editable_fields"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_single_with_secret"}}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/calls/apps/{app_id}":{"get":{"operationId":"calls-apps-retrieve-app-details","summary":"Retrieve app details","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.read"]},{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write","Calls Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"calls-apps-update-app-details","summary":"Edit app details","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_editable_fields"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"calls-apps-delete-app","summary":"Delete app","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_app_response_single"}}}},"4XX":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls Apps"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.sfu","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/calls/turn_keys":{"get":{"operationId":"calls-turn-key-list","summary":"List TURN Keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.read"]},{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write","Calls Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"calls-turn-key-create","summary":"Create a new TURN key","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_editable_fields"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_single_with_secret"}}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/calls/turn_keys/{key_id}":{"get":{"operationId":"calls-retrieve-turn-key-details","summary":"Retrieve TURN key details","parameters":[{"name":"key_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.read"]},{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write","Calls Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"calls-update-turn-key","summary":"Edit TURN key details","parameters":[{"name":"key_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_editable_fields"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"calls-delete-turn-key","summary":"Delete TURN key","parameters":[{"name":"key_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/calls_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/calls_turn_key_response_single"}}}},"4XX":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["calls.write"]}],"tags":["Calls TURN Keys"],"x-api-token-group":["Calls Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"calls.turn","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel":{"get":{"operationId":"cloudflare-tunnel-list-cloudflare-tunnels","summary":"List Cloudflare Tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_name"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"uuid","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"was_active_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"was_inactive_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"include_prefix","in":"query","schema":{"type":"string"}},{"name":"exclude_prefix","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/tunnel_status"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-tunnel-create-a-cloudflare-tunnel","summary":"Create a Cloudflare Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config_src":{"$ref":"#/components/schemas/tunnel_config_src"},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"tunnel_secret":{"$ref":"#/components/schemas/tunnel_tunnel_secret"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}":{"get":{"operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel","summary":"Get a Cloudflare Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-tunnel-delete-a-cloudflare-tunnel","summary":"Delete a Cloudflare Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"cloudflare-tunnel-update-a-cloudflare-tunnel","summary":"Update a Cloudflare Tunnel","parameters":[{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"tunnel_secret":{"$ref":"#/components/schemas/tunnel_tunnel_secret"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_cfd-tunnel-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations":{"get":{"operationId":"cloudflare-tunnel-configuration-get-configuration","summary":"Get configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_identifier"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_configuration_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel Configuration"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.configurations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"cloudflare-tunnel-configuration-put-configuration","summary":"Put configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_identifier"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/tunnel_config"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_configuration_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel Configuration"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.configurations","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections":{"get":{"operationId":"cloudflare-tunnel-list-cloudflare-tunnel-connections","summary":"List Cloudflare Tunnel connections","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_connections_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_connections_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.connections","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-tunnel-clean-up-cloudflare-tunnel-connections","summary":"Clean up Cloudflare Tunnel connections","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"client_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_client_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_empty_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_empty_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.connections","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connectors/{connector_id}":{"get":{"operationId":"cloudflare-tunnel-get-cloudflare-tunnel-connector","summary":"Get Cloudflare Tunnel connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_client_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_client_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_client_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.connectors","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/management":{"post":{"operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel-management-token","summary":"Get a Cloudflare Tunnel management token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"resources":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_management-resources"}}},"required":["resources"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_response_token"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_response_token"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.management","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/token":{"get":{"operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel-token","summary":"Get a Cloudflare Tunnel token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_response_token"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_response_token"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.cloudflared.token","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/challenges/widgets":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":25,"maximum":1000,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["id","sitekey","name","created_on","modified_on"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"filter","in":"query","schema":{"type":"string"}}],"get":{"operationId":"accounts-turnstile-widgets-list","summary":"List Turnstile Widgets","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/turnstile_result_info"}},"type":"object"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/turnstile_widget_list"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.read"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Turnstile Sites Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"accounts-turnstile-widget-create","summary":"Create a Turnstile Widget","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bot_fight_mode":{"$ref":"#/components/schemas/turnstile_bot_fight_mode"},"clearance_level":{"$ref":"#/components/schemas/turnstile_clearance_level"},"domains":{"$ref":"#/components/schemas/turnstile_domains"},"ephemeral_id":{"$ref":"#/components/schemas/turnstile_ephemeral_id"},"mode":{"$ref":"#/components/schemas/turnstile_widget_mode"},"name":{"$ref":"#/components/schemas/turnstile_name"},"offlabel":{"$ref":"#/components/schemas/turnstile_offlabel"},"region":{"$ref":"#/components/schemas/turnstile_region"}},"required":["name","mode","domains"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/turnstile_result_info"}},"type":"object"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/challenges/widgets/{sitekey}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_identifier"}},{"name":"sitekey","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_sitekey"}}],"get":{"operationId":"accounts-turnstile-widget-get","summary":"Turnstile Widget Details","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.read"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Turnstile Sites Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"accounts-turnstile-widget-update","summary":"Update a Turnstile Widget","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bot_fight_mode":{"$ref":"#/components/schemas/turnstile_bot_fight_mode"},"clearance_level":{"$ref":"#/components/schemas/turnstile_clearance_level"},"domains":{"$ref":"#/components/schemas/turnstile_domains"},"ephemeral_id":{"$ref":"#/components/schemas/turnstile_ephemeral_id"},"mode":{"$ref":"#/components/schemas/turnstile_widget_mode"},"name":{"$ref":"#/components/schemas/turnstile_name"},"offlabel":{"$ref":"#/components/schemas/turnstile_offlabel"},"region":{"$ref":"#/components/schemas/turnstile_region"}},"required":["name","mode","domains"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"accounts-turnstile-widget-delete","summary":"Delete a Turnstile Widget","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/challenges/widgets/{sitekey}/rotate_secret":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_identifier"}},{"name":"sitekey","in":"path","required":true,"schema":{"$ref":"#/components/schemas/turnstile_sitekey"}}],"post":{"operationId":"accounts-turnstile-widget-rotate-secret","summary":"Rotate Secret for a Turnstile Widget","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"invalidate_immediately":{"$ref":"#/components/schemas/turnstile_invalidate_immediately"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/turnstile_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/turnstile_widget_detail"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/turnstile_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["challenge-widgets.write"]}],"tags":["Turnstile"],"x-api-token-group":["Turnstile Sites Write","Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"turnstile.widgets","x-fern-sdk-method-name":"rotate-secret","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/binary":{"post":{"operationId":"post_BinDBPost","summary":"Posts a file to Binary Storage","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"content_type":{"type":"string"},"md5":{"type":"string"},"sha1":{"type":"string"},"sha256":{"type":"string"}},"required":["md5","sha1","sha256","content_type"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["BinDB"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/binary/{hash}":{"get":{"operationId":"get_BinDBGetBinary","summary":"Retrieves a file from Binary Storage","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"number"}},{"name":"hash","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["BinDB"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events":{"get":{"operationId":"get_EventListGet","summary":"Filter and list events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string"},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"items":{"anyOf":[{"type":"string"},{"type":"number"}]},"type":"array"}]}},"type":"object"},"default":[]}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"orderBy","in":"query","schema":{"type":"string"}},{"name":"order","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"datasetId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"forceRefresh","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["json","stix2","taxii"]}},{"name":"source","in":"query","schema":{"type":"string","enum":["do","r2catalog"]}},{"name":"cache","in":"query","schema":{"type":"string","enum":["from-graph"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/aggregate":{"get":{"operationId":"get_EventAggregate","summary":"Aggregate events by single or multiple columns with optional date filtering","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"aggregateBy","in":"query","required":true,"schema":{"type":"string"}},{"name":"datasetId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}},{"name":"groupByDate","in":"query","schema":{"type":"boolean"}},{"name":"limit","in":"query","schema":{"type":"number","default":100}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"aggregateBy":{"type":"string"},"aggregations":{"type":"array","items":{"allOf":[{"additionalProperties":{"nullable":true,"type":"string"},"type":"object"},{"properties":{"count":{"type":"number"},"date":{"type":"string"}},"required":["count"],"type":"object"}]}},"dateRange":{"type":"object","properties":{"endDate":{"type":"string"},"startDate":{"type":"string"}}},"total":{"type":"number"}},"required":["aggregations","total","aggregateBy"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/attackers":{"get":{"operationId":"get_AttackerList","summary":"Lists attackers across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Attacker"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/categories":{"get":{"operationId":"get_CategoryList","summary":"Lists categories across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/categories/catalog":{"get":{"operationId":"get_CategoryListComplete","summary":"Lists categories","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/categories/create":{"post":{"operationId":"post_CategoryCreate","summary":"Creates a new category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"}},"required":["name","killChain"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}":{"get":{"operationId":"get_CategoryRead","summary":"Reads a category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_CategoryUpdate","summary":"Updates a category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_CategoryDelete","summary":"Deletes a category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string"}},"required":["uuid"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_CategoryUpdate","summary":"Updates a category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"shortname":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","killChain"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Category"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/countries":{"get":{"operationId":"get_CountryRead","summary":"Retrieves countries information for all countries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"result":{"type":"array","items":{"properties":{"alpha2":{"type":"string"},"alpha3":{"type":"string"},"name":{"type":"string"}},"required":["name","alpha3","alpha2"],"type":"object"}},"success":{"type":"string"}},"required":["success","result"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Country"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/create":{"post":{"operationId":"post_EventCreate","summary":"Creates a new event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"number"},"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicators":{"type":"array","items":{"properties":{"indicatorType":{"type":"string"},"value":{"type":"string"}},"required":["value","indicatorType"],"type":"object"}},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["data"]},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["date","category","event","tlp","raw"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/create/bulk":{"post":{"operationId":"post_EventCreateBulk","summary":"Creates bulk events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"accountId":{"type":"number"},"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicators":{"type":"array","items":{"properties":{"indicatorType":{"type":"string"},"value":{"type":"string"}},"required":["value","indicatorType"],"type":"object"}},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["data"]},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["date","category","event","tlp","raw"],"type":"object"}},"datasetId":{"type":"string"},"includeCreatedEvents":{"type":"boolean"}},"required":["data","datasetId"]}}}},"responses":{"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"createBulkEventsRequestId":{"type":"string","format":"uuid"},"createdEvents":{"type":"array","items":{"properties":{"eventIndex":{"type":"number"},"shardId":{"type":"string"},"uuid":{"type":"string","format":"uuid"}},"required":["eventIndex","uuid","shardId"],"type":"object"}},"createdEventsCount":{"type":"number"},"createdTagsCount":{"type":"number"},"errorCount":{"type":"number"},"errors":{"type":"array","items":{"properties":{"error":{"type":"string"},"eventIndex":{"type":"number"}},"required":["eventIndex","error"],"type":"object"}},"queuedIndicatorsCount":{"type":"number"}},"required":["createdEventsCount","queuedIndicatorsCount","createdTagsCount","errorCount"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/create/bulk/relationships":{"post":{"operationId":"post_DOSEventCreateBulkWithRelationships","summary":"Creates bulk DOS event with relationships and indicators","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"accountId":{"type":"number"},"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicators":{"type":"array","items":{"properties":{"indicatorType":{"type":"string"},"value":{"type":"string"}},"required":["value","indicatorType"],"type":"object"}},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["data"]},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["date","category","event","tlp","raw"],"type":"object"}},"datasetId":{"type":"string"}},"required":["data","datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdEventsCount":{"type":"number"},"createdIndicatorsCount":{"type":"number"},"createdRelationshipsCount":{"type":"number"},"errorCount":{"type":"number"},"errors":{"type":"array","items":{"properties":{"error":{"type":"string"},"eventIndex":{"type":"number"}},"required":["eventIndex","error"],"type":"object"}}},"required":["createdEventsCount","createdIndicatorsCount","createdRelationshipsCount","errorCount"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset":{"get":{"operationId":"get_DatasetList","summary":"Lists all datasets in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"includeDeleted","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups":{"get":{"operationId":"get_GroupList","summary":"List groups for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"name":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","name","description","createdAt","updatedAt"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_GroupCreate","summary":"Create a group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name","description"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"name":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","name","description","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}":{"get":{"operationId":"get_GroupRead","summary":"Read a group for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"members":{"type":"array","items":{"properties":{"accountId":{"type":"string"},"accountTag":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","accountId"],"type":"object"}},"name":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","name","description","createdAt","updatedAt","members"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"put":{"operationId":"put_GroupUpdate","summary":"Update a group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name","description"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"name":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","name","description","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write"]},"delete":{"operationId":"delete_GroupDelete","summary":"Delete a group for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members":{"get":{"operationId":"get_GroupMemberList","summary":"List group members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"accountId":{"type":"string"},"accountTag":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","accountId"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_GroupMemberCreate","summary":"Create a group member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"string"},"accountTag":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"string"},"accountTag":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","accountId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members/{member_id}":{"delete":{"operationId":"delete_GroupMemberDelete","summary":"Delete a group member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"member_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Groups"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/create":{"post":{"operationId":"post_DatasetCreate","summary":"Creates a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"isPublic":{"type":"boolean"},"name":{"type":"string","minLength":1}},"required":["name","isPublic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}":{"get":{"operationId":"get_DatasetRead","summary":"Reads a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_DatasetUpdate","summary":"Updates an existing dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"isPublic":{"type":"boolean"},"name":{"type":"string","minLength":1}},"required":["name","isPublic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_DatasetDelete","summary":"Delete a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_DatasetUpdate","summary":"Updates an existing dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"isPublic":{"type":"boolean"},"name":{"type":"string","minLength":1}},"required":["name","isPublic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletedAt":{"type":"string"},"isPublic":{"type":"boolean"},"name":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name","isPublic"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Dataset"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/copy":{"post":{"operationId":"post_EventCopyToNewDS","summary":"Copies specified events from one dataset to another dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"keepRawData","in":"query","schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"destDatasetId":{"type":"string"},"eventIds":{"type":"array","items":{"type":"string"}}},"required":["destDatasetId","eventIds"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"copied":{"type":"number"},"indicatorsCopied":{"type":"number"},"insertFailures":{"type":"array","items":{"properties":{"index":{"type":"number"},"reason":{"type":"string"}},"required":["index","reason"],"type":"object"}},"relationshipsCopied":{"type":"number"}},"required":["copied","indicatorsCopied","relationshipsCopied"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/events/{event_id}":{"get":{"operationId":"get_EventRead","summary":"Reads an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicatorTypes/create":{"post":{"operationId":"post_IndicatorTypeCreate","summary":"Create a new indicator type","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicatorType":{"type":"string","maxLength":50,"minLength":1}},"required":["indicatorType"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"durableObjectId":{"type":"string"},"indicatorType":{"type":"string"},"message":{"type":"string"}},"required":["indicatorType","message","durableObjectId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"content":{"properties":{"application/json":{"type":"object","properties":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}},"required":["schema"]}},"required":["application/json"],"type":"object"}},"required":["description","content"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"content":{"properties":{"application/json":{"type":"object","properties":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}},"required":["schema"]}},"required":["application/json"],"type":"object"}},"required":["description","content"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicators"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators":{"get":{"operationId":"get_IndicatorListLegacy","summary":"Lists indicators","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"indicatorType","in":"query","schema":{"type":"string"}},{"name":"relatedEvent","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicators":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"],"type":"object"}},"pagination":{"type":"object","properties":{"page":{"type":"number"},"pageSize":{"type":"number"},"totalCount":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","pageSize","totalCount","totalPages"]}},"required":["indicators","pagination"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/bulk":{"post":{"operationId":"post_IndicatorCreateBulk","summary":"Creates multiple indicators in bulk","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"autoCreateType":{"type":"boolean"},"indicators":{"type":"array","items":{"properties":{"autoCreateType":{"type":"boolean"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"anyOf":[{"type":"string"},{"properties":{"categoryName":{"type":"string"},"value":{"type":"string"}},"required":["value"],"type":"object"}]}},"value":{"type":"string"}},"required":["indicatorType","value"],"type":"object"}}},"required":["indicators"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"number"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/create":{"post":{"operationId":"post_IndicatorCreate","summary":"Creates a new indicator","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"autoCreateType":{"type":"boolean"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"anyOf":[{"type":"string"},{"properties":{"categoryName":{"type":"string"},"value":{"type":"string"}},"required":["value"],"type":"object"}]}},"value":{"type":"string"}},"required":["indicatorType","value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/tags":{"get":{"operationId":"get_IndicatorTagsList","summary":"List mirrored tags for an indicator dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id}":{"get":{"operationId":"get_IndicatorRead","summary":"Reads an indicator","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"indicator_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_IndicatorDelete","summary":"Deletes an indicator","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"indicator_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_IndicatorUpdate","summary":"Updates an indicator","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"indicator_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"anyOf":[{"type":"string"},{"properties":{"categoryName":{"type":"string"},"value":{"type":"string"}},"required":["value"],"type":"object"}]}},"value":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/move":{"post":{"operationId":"post_EventMoveToNewDS","summary":"Moves specified events from one dataset to another dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"keepRawData","in":"query","schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"destDatasetId":{"type":"string"},"eventIds":{"type":"array","items":{"type":"string"}}},"required":["destDatasetId","eventIds"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"deletionFailures":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"reason":{"type":"string"}},"required":["datasetId","reason"],"type":"object"}},"indicatorsCopied":{"type":"number"},"insertFailures":{"type":"array","items":{"properties":{"index":{"type":"number"},"reason":{"type":"string"}},"required":["index","reason"],"type":"object"}},"moved":{"type":"number"},"relationshipsCopied":{"type":"number"}},"required":["moved","indicatorsCopied","relationshipsCopied"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions":{"get":{"operationId":"get_PermissionList","summary":"List permissions for dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"resourceId":{"type":"string"},"resourceType":{"type":"string","enum":["dataset"]},"role":{"type":"string","enum":["read","write"]},"subjectId":{"type":"string"},"subjectType":{"type":"string","enum":["account","group"]},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","subjectType","subjectId","role","resourceType","createdAt","updatedAt"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Permissions"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_PermissionCreate","summary":"Create a permission for dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"role":{"type":"string","enum":["read","write"]},"subjectId":{"type":"string"},"subjectType":{"type":"string","enum":["account","group"]}},"required":["subjectType","subjectId","role"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"resourceId":{"type":"string"},"resourceType":{"type":"string","enum":["dataset"]},"role":{"type":"string","enum":["read","write"]},"subjectId":{"type":"string"},"subjectType":{"type":"string","enum":["account","group"]},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"}},"required":["uuid","subjectType","subjectId","role","resourceType","createdAt","updatedAt"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Permissions"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions/{grant_id}":{"put":{"operationId":"put_PermissionUpdate","summary":"Update a permission for dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"grant_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"role":{"type":"string","enum":["read","write"]}},"required":["role"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Permissions"],"x-api-token-group":["Cloudforce One Write"]},"delete":{"operationId":"delete_PermissionDelete","summary":"Delete a permission for dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"grant_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Permissions"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/tags/{tag_uuid}/indicators":{"get":{"operationId":"get_DatasetTagIndicatorsList","summary":"List indicators related to a tag within a dataset (deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"tag_uuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"indicatorType","in":"query","schema":{"type":"string"}},{"name":"relatedEvent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["value","indicatorType","uuid"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]}},"required":["field","op","value"],"type":"object"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicators":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"],"type":"object"}},"pagination":{"type":"object","properties":{"page":{"type":"number"},"pageSize":{"type":"number"},"totalCount":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","pageSize","totalCount","totalPages"]}},"required":["indicators","pagination"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/targetIndustries":{"get":{"operationId":"get_TargetIndustryListByDataset","summary":"Lists all target industries for a specific dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Target Industry"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/datasets/populate":{"post":{"operationId":"post_DatasetPopulate","summary":"Populate dataset-specific lookup tables from existing Events data with batch processing","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"properties":{"type":"object","properties":{"accountId":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"datasets":{"properties":{"items":{"type":"object","properties":{"properties":{"type":"object","properties":{"attackers":{"properties":{"properties":{"type":"object","properties":{"created":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"found":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["found","created","errors"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"categories":{"properties":{"properties":{"type":"object","properties":{"created":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"found":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["found","created","errors"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"datasetId":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"indicatorTypes":{"properties":{"properties":{"type":"object","properties":{"created":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"found":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["found","created","errors"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"processingTimeMs":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"targetIndustries":{"properties":{"properties":{"type":"object","properties":{"created":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"found":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["found","created","errors"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"totalProcessed":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["datasetId","indicatorTypes","targetIndustries","categories","attackers","totalProcessed","processingTimeMs"]},"type":{"type":"string"}},"required":["type","properties"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"errors":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"summary":{"properties":{"properties":{"type":"object","properties":{"failedDatasets":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"successfulDatasets":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"totalDatasets":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"totalIndicatorTypes":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"totalProcessingTimeMs":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["totalDatasets","successfulDatasets","failedDatasets","totalIndicatorTypes","totalProcessingTimeMs"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"}},"required":["accountId","datasets","summary","errors"]},"type":{"type":"string"}},"required":["type","properties"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Datasets"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}":{"delete":{"operationId":"delete_EventTagDelete","summary":"Removes a tag from an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"}}},"required":["tags"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}/create":{"post":{"operationId":"post_EventTagCreate","summary":"Adds a tag to an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"}}},"required":["tags"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/graph":{"get":{"operationId":"get_EventGraph","summary":"Query graph neighborhood from R2 Data Catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"seeds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string"}},{"name":"hydration","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number"}},{"name":"max_nodes","in":"query","schema":{"type":"number"}},{"name":"relationshipTypes","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"expand","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"additionalProperties":true,"type":"object"}},"messages":{"type":"array","items":{"additionalProperties":true,"type":"object"}},"result":{"type":"object","properties":{"edges":{"type":"array","items":{"properties":{"id":{"type":"string"},"relationshipType":{"type":"string"},"source":{"type":"string"},"sourceId":{"type":"string"},"sourceType":{"type":"string"},"target":{"type":"string"},"targetId":{"type":"string"},"targetType":{"type":"string"}},"required":["sourceType","sourceId","targetType","targetId","relationshipType","id","source","target"],"type":"object"}},"node":{"type":"object","additionalProperties":true,"nullable":true},"nodes":{"type":"array","items":{"additionalProperties":true,"type":"object"}}},"required":["node","nodes","edges"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string","nullable":true},"depth_reached":{"type":"number"},"edge_count":{"type":"number"},"has_more":{"type":"boolean"},"query_time_ms":{"type":"number"},"seeds":{"type":"array","items":{"type":"string"}},"total_count":{"type":"number"},"truncated":{"type":"boolean"}},"required":["count","total_count","edge_count","query_time_ms"]},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"503":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Events","R2 Catalog"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/graphql":{"post":{"operationId":"post_EventGraphQL","summary":"GraphQL endpoint for event aggregation","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","nullable":true},"errors":{"type":"array","items":{"type":"object"},"nullable":true}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/indicator-types":{"get":{"operationId":"get_IndicatorTypesList","summary":"Lists indicator types across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator Types"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/indicatorTypes":{"get":{"operationId":"get_LegacyIndicatorTypesList","summary":"Lists all indicator types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator Types"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/indicators":{"get":{"operationId":"get_IndicatorList","summary":"Lists indicators across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"search","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["value","indicatorType","uuid"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]}},"required":["field","op","value"],"type":"object"}}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"indicatorType","in":"query","schema":{"type":"string"}},{"name":"relatedEvents","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tags","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tagSearch","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["value","categoryId","actorCategory","aliasGroupNames","attributionConfidence","attributionOrganization","motive","opsecLevel","originCountryISO","sophisticationLevel","priority","analyticPriority"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"items":{"anyOf":[{"type":"string"},{"type":"number"}]},"type":"array"}]}},"required":["field","op"],"type":"object"}}},{"name":"createdAfter","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"createdBefore","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"relatedEventsLimit","in":"query","schema":{"type":"number"}},{"name":"includeTags","in":"query","schema":{"type":"boolean"}},{"name":"includeTotalCount","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["json","stix2","taxii"]}},{"name":"source","in":"query","schema":{"type":"string","enum":["do","r2catalog"]}},{"name":"cache","in":"query","schema":{"type":"string","enum":["from-graph"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"properties":{"type":"object","properties":{"completeness":{"properties":{"properties":{"type":"object","properties":{"complete":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"failedDatasets":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"failedShards":{"properties":{"items":{"type":"object","properties":{"properties":{"type":"object","properties":{"datasetId":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"shardId":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["datasetId","shardId"]},"type":{"type":"string"}},"required":["type","properties"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"warnings":{"properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"}},"required":["complete","failedDatasets","failedShards","warnings"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"},"indicators":{"properties":{"items":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"]},"type":{"type":"string"}},"required":["type","items"],"type":"object"},"pagination":{"properties":{"properties":{"type":"object","properties":{"count":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"page":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"per_page":{"properties":{"type":{"type":"string"}},"required":["type"],"type":"object"},"total_count":{"properties":{"nullable":{"type":"boolean"},"type":{"type":"string"}},"required":["type","nullable","description"],"type":"object"},"total_count_is_exact":{"properties":{"type":{"type":"string"}},"required":["type","description"],"type":"object"}},"required":["count","page","per_page","total_count","total_count_is_exact"]},"type":{"type":"string"}},"required":["type","properties"],"type":"object"}},"required":["indicators","pagination","completeness"]},"type":{"type":"string"}},"required":["type","properties"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/indicators/aggregate":{"get":{"operationId":"get_IndicatorAggregate","summary":"Aggregate indicators by column(s)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"aggregateBy","in":"query","required":true,"schema":{"type":"string"}},{"name":"measure","in":"query","schema":{"type":"string","default":"indicators","enum":["indicators","relationships"]}},{"name":"tagUuid","in":"query","schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"createdAfter","in":"query","schema":{"type":"string"}},{"name":"createdBefore","in":"query","schema":{"type":"string"}},{"name":"eventDateAfter","in":"query","schema":{"type":"string"}},{"name":"eventDateBefore","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number","default":10,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"aggregateBy":{"type":"string"},"aggregations":{"type":"array","items":{"allOf":[{"additionalProperties":{"nullable":true,"type":"string"},"type":"object"},{"properties":{"count":{"type":"number"}},"required":["count"],"type":"object"}]}},"failedDatasets":{"type":"number"},"total":{"type":"number"}},"required":["aggregations","total","aggregateBy","failedDatasets"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Indicator"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/queries":{"get":{"operationId":"get_EventQueryList","summary":"List all saved event queries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"],"type":"object"}}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/queries/create":{"post":{"operationId":"post_EventQueryCreate","summary":"Create a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_scope":{"type":"string"}},"required":["name","query_json","alert_enabled","alert_rollup_enabled","rule_enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}":{"get":{"operationId":"get_EventQueryRead","summary":"Read a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_EventQueryUpdate","summary":"Update a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_scope":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_EventQueryDelete","summary":"Delete a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_EventQueryUpdate","summary":"Update a saved event query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"query_id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_scope":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"account_id":{"type":"integer"},"alert_enabled":{"type":"boolean"},"alert_rollup_enabled":{"type":"boolean"},"created_at":{"type":"string"},"custom_threat_feed_id":{"type":"integer","nullable":true},"id":{"type":"integer"},"name":{"type":"string"},"query_json":{"type":"string"},"rule_enabled":{"type":"boolean"},"rule_list_id":{"type":"string"},"rule_scope":{"type":"string"},"updated_at":{"type":"string"},"user_email":{"type":"string"}},"required":["id","account_id","name","user_email","query_json","alert_enabled","alert_rollup_enabled","rule_enabled","created_at","updated_at"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/raw/{dataset_id}/{event_id}":{"get":{"operationId":"get_EventRawReadDS","summary":"Reads raw data for an event by UUID","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"number"},"created":{"type":"string"},"data":{"type":"string"},"id":{"type":"number"},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["id","accountId","created","data","source","tlp"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/relate/{event_id}":{"delete":{"operationId":"delete_EventReferenceDelete","summary":"Removes an event reference","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"events":{"type":"array","items":{"type":"string"}}},"required":["events"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/relate/{event_id}/create":{"post":{"operationId":"post_EventReferenceCreate","summary":"Creates event references for a event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"events":{"type":"array","items":{"type":"string"}}},"required":["events"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/relationships/create":{"post":{"operationId":"post_CreateEventRelationship","summary":"Create a relationship between two events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"childIds":{"type":"array","items":{"format":"uuid","type":"string"},"minItems":1},"datasetId":{"type":"string"},"parentId":{"type":"string","format":"uuid"},"relationshipType":{"type":"string","enum":["related_to","caused_by","attributed_to"]}},"required":["parentId","childIds","relationshipType","datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"childIds":{"type":"array","items":{"format":"uuid","type":"string"}},"errors":{"type":"array","items":{"properties":{"childId":{"type":"string","format":"uuid"},"error":{"type":"string"},"errorType":{"type":"string"}},"required":["childId","error"],"type":"object"}},"message":{"type":"string"},"relationships":{"type":"array","items":{"properties":{"childDatasetId":{"type":"string"},"childId":{"type":"string","format":"uuid"},"parentDatasetId":{"type":"string"},"parentId":{"type":"string","format":"uuid"},"relationshipType":{"type":"string","enum":["related_to","caused_by","attributed_to"]}},"required":["parentId","childId","relationshipType","parentDatasetId","childDatasetId"],"type":"object"}},"relationshipsCreated":{"type":"number"},"success":{"type":"boolean"}},"required":["success","message","relationships"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags":{"get":{"operationId":"get_TagList","summary":"Lists all tags (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"categoryUuid","in":"query","schema":{"type":"string"}},{"name":"filters","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["uuid","value","actorCategory","actorCategoryConfidence","aliasGroupNames","attributionConfidence","attributionConfidenceScore","attributionOrganization","categoryName","motive","motiveConfidence","opsecLevel","originCountryISO","originCountryConfidence","sophisticationLevel","priority","analyticPriority"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"items":{"anyOf":[{"type":"string"},{"type":"number"}]},"type":"array"}]}},"required":["field","op"],"type":"object"}}},{"name":"cache","in":"query","schema":{"type":"string","enum":["from-graph"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"pagination":{"type":"object","properties":{"page":{"type":"number"},"pageSize":{"type":"number"},"totalCount":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","pageSize","totalCount","totalPages"]},"tags":{"type":"array","items":{"properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryName":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryISOAlpha3":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","value"],"type":"object"}}},"required":["tags","pagination"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags/categories":{"get":{"operationId":"get_TagCategoryList","summary":"Lists all tag categories (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"categories":{"type":"array","items":{"properties":{"createdAt":{"type":"string"},"name":{"type":"string"},"updatedAt":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name"],"type":"object"}}},"required":["categories"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["TagCategory"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags/categories/create":{"post":{"operationId":"post_TagCategoryCreate","summary":"Creates a new tag category (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string"},"name":{"type":"string"},"updatedAt":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["TagCategory"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags/categories/{category_uuid}":{"delete":{"operationId":"delete_TagCategoryDelete","summary":"Deletes a tag category (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_uuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string"}},"required":["uuid"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["TagCategory"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_TagCategoryUpdate","summary":"Updates a tag category (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_uuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string"},"name":{"type":"string"},"updatedAt":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","name"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["TagCategory"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/tags/create":{"post":{"operationId":"post_TagCreate","summary":"Creates a new tag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"value":{"type":"string"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryName":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryISOAlpha3":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","value"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}":{"delete":{"operationId":"delete_TagDelete","summary":"Deletes a tag (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"tag_uuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string"}},"required":["uuid"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_TagUpdate","summary":"Updates a tag (SoT)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"tag_uuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"value":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"activeDuration":{"type":"string"},"actorCategory":{"type":"string"},"actorCategoryConfidence":{"type":"integer","maximum":10,"minimum":1},"aliasGroupNames":{"type":"array","items":{"type":"string"}},"aliasGroupNamesInternal":{"type":"array","items":{"type":"string"}},"aliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"analyticPriority":{"type":"number"},"attributionConfidence":{"type":"string"},"attributionConfidenceScore":{"type":"integer","maximum":10,"minimum":1},"attributionOrganization":{"type":"string"},"categoryName":{"type":"string"},"categoryUuid":{"type":"string"},"dateOfDiscovery":{"type":"string"},"externalReferenceLinks":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"internalAliases":{"type":"array","items":{"properties":{"confidence":{"type":"integer","maximum":10,"minimum":1,"nullable":true},"tlp":{"type":"string","enum":["red","amber","green","white"],"nullable":true},"value":{"type":"string"}},"required":["value"],"type":"object"}},"internalDescription":{"type":"string"},"motive":{"type":"string"},"motiveConfidence":{"type":"integer","maximum":10,"minimum":1},"opsecLevel":{"type":"string"},"originCountryConfidence":{"type":"integer","maximum":10,"minimum":1},"originCountryISO":{"type":"string"},"originCountryISOAlpha3":{"type":"string"},"originCountryTlp":{"type":"string","enum":["red","amber","green","white"]},"priority":{"type":"number"},"sophisticationLevel":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","value"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}/indicators":{"get":{"operationId":"get_TagIndicatorsList","summary":"List indicators related to a tag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"tag_uuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}},{"name":"indicatorType","in":"query","schema":{"type":"string"}},{"name":"relatedEvent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"search","in":"query","schema":{"type":"array","items":{"properties":{"field":{"type":"string","enum":["value","indicatorType","uuid"]},"op":{"type":"string","enum":["equals","not","gt","gte","lt","lte","like","contains","startsWith","endsWith","in","find"]},"value":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]}},"required":["field","op","value"],"type":"object"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"indicators":{"type":"array","items":{"properties":{"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"indicatorType":{"type":"string"},"relatedEvents":{"type":"array","items":{"properties":{"datasetId":{"type":"string"},"eventDate":{"type":"string","nullable":true},"eventId":{"type":"string"}},"required":["datasetId","eventId"],"type":"object"}},"tags":{"type":"array","items":{"properties":{"categoryName":{"type":"string"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"}},"updatedAt":{"type":"string","format":"date-time"},"uuid":{"type":"string"},"value":{"type":"string"}},"required":["uuid","indicatorType","value","createdAt","updatedAt"],"type":"object"}},"pagination":{"type":"object","properties":{"page":{"type":"number"},"pageSize":{"type":"number"},"totalCount":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","pageSize","totalCount","totalPages"]}},"required":["indicators","pagination"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Tag"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/targetIndustries":{"get":{"operationId":"get_TargetIndustryList","summary":"Lists target industries across multiple datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"datasetIds","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Target Industry"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/targetIndustries/catalog":{"get":{"operationId":"get_TargetIndustryListComplete","summary":"Lists all target industries from industry map catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"type":{"type":"string"}},"required":["type","items"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Target Industry"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/events/update/bulk":{"patch":{"operationId":"patch_EventUpdateBulk","summary":"Bulk update events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"datasetId":{"type":"string"},"eventIds":{"type":"array","items":{"type":"string"},"maxItems":100,"minItems":1},"updates":{"type":"object","properties":{"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}}}},"required":["eventIds","datasetId","updates"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"failedCount":{"type":"number"},"failures":{"type":"array","items":{"properties":{"error":{"type":"string"},"eventId":{"type":"string"}},"required":["eventId","error"],"type":"object"}},"updatedCount":{"type":"number"}},"required":["updatedCount","failedCount"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/{dataset_id}/delete":{"delete":{"operationId":"delete_EventDelete","summary":"Deletes one or more events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"eventIds","in":"query","required":true,"schema":{"type":"array","items":{"minLength":1,"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"number"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/{event_id}":{"get":{"operationId":"get_EventReadDeprecated","summary":"Reads an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_EventUpdate","summary":"Updates an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"patch":{"operationId":"patch_EventUpdate","summary":"Updates an event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string","nullable":true},"attackerCountry":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"datasetId":{"type":"string"},"date":{"type":"string","format":"date-time"},"event":{"type":"string"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"insight":{"type":"string"},"raw":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true,"nullable":true},"source":{"type":"string"},"tlp":{"type":"string"}}},"targetCountry":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"}},"required":["datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id}":{"get":{"operationId":"get_EventRawRead","summary":"Reads data for a raw event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"raw_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"number"},"created":{"type":"string"},"data":{"type":"object"},"id":{"type":"string"},"source":{"type":"string"},"tlp":{"type":"string"}},"required":["accountId","created","data","id","source","tlp"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_EventRawUpdate","summary":"Updates a raw event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"raw_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object"},"source":{"type":"string"},"tlp":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object"},"id":{"type":"string"}},"required":["id","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"patch":{"operationId":"patch_EventRawUpdate","summary":"Updates a raw event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"raw_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object"},"source":{"type":"string"},"tlp":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object"},"id":{"type":"string"}},"required":["id","data"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/events/{event_id}/relationships":{"get":{"operationId":"get_EventRelationships","summary":"Filter and list events related to specific event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","default":"both","enum":["ancestors","descendants","both"]}},{"name":"maxDepth","in":"query","schema":{"type":"number"}},{"name":"relationshipTypes","in":"query","schema":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}]}},{"name":"indicatorTypeIds","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"datasetId","in":"query","required":true,"schema":{"type":"string"}},{"name":"includeParent","in":"query","schema":{"type":"boolean","default":true}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"pageSize","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"attacker":{"type":"string"},"attackerCountry":{"type":"string"},"attackerCountryAlpha3":{"type":"string"},"category":{"type":"string"},"datasetId":{"type":"string"},"date":{"type":"string"},"event":{"type":"string"},"hasChildren":{"type":"boolean"},"indicator":{"type":"string"},"indicatorType":{"type":"string"},"indicatorTypeId":{"type":"number"},"insight":{"type":"string"},"killChain":{"type":"number"},"mitreAttack":{"type":"array","items":{"type":"string"}},"mitreCapec":{"type":"array","items":{"type":"string"}},"numReferenced":{"type":"number"},"numReferences":{"type":"number"},"rawId":{"type":"string"},"referenced":{"type":"array","items":{"type":"string"}},"referencedIds":{"type":"array","items":{"type":"number"}},"references":{"type":"array","items":{"type":"string"}},"referencesIds":{"type":"array","items":{"type":"number"}},"releasabilityId":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"targetCountry":{"type":"string"},"targetCountryAlpha3":{"type":"string"},"targetIndustry":{"type":"string"},"tlp":{"type":"string"},"uuid":{"type":"string"}},"required":["uuid","date","targetCountry","targetCountryAlpha3","attacker","attackerCountry","attackerCountryAlpha3","targetIndustry","rawId","indicatorTypeId","indicator","event","numReferenced","numReferences","tlp","category","indicatorType","referenced","references","tags","killChain","mitreAttack","mitreCapec","referencedIds","referencesIds","hasChildren","datasetId"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/requests":{"post":{"operationId":"cloudforce-one-request-list","summary":"List Requests","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-list"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-list-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/constants":{"get":{"operationId":"cloudforce-one-request-constants","summary":"Get Request Priority, Status, and TLP constants","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-constants"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"constants","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/new":{"post":{"operationId":"cloudforce-one-request-new","summary":"Create a New Request.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/priority":{"post":{"operationId":"cloudforce-one-priority-list","summary":"List Priority Intelligence Requirements","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-list"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/priority/new":{"post":{"operationId":"cloudforce-one-priority-new","summary":"Create a New Priority Intelligence Requirement","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/priority/quota":{"get":{"operationId":"cloudforce-one-priority-quota","summary":"Get Priority Intelligence Requirement Quota","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_quota"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"quota","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/priority/{priority_id}":{"get":{"operationId":"cloudforce-one-priority-get","summary":"Get a Priority Intelligence Requirement","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"priority_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"cloudforce-one-priority-update","summary":"Update a Priority Intelligence Requirement","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"priority_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_priority-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"cloudforce-one-priority-delete","summary":"Delete a Priority Intelligence Requirement","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"priority_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Priority Intelligence Requirements (PIR)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.priority","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/quota":{"get":{"operationId":"cloudforce-one-request-quota","summary":"Get Request Quota","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_quota"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"quota","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/types":{"get":{"operationId":"cloudforce-one-request-types","summary":"Get Request Types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-types"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"types","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}":{"get":{"operationId":"cloudforce-one-request-get","summary":"Get a Request","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"cloudforce-one-request-update","summary":"Update a Request","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"cloudforce-one-request-delete","summary":"Delete a Request","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset":{"post":{"operationId":"cloudforce-one-request-asset-list","summary":"List Request Assets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-list"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.assets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/new":{"post":{"operationId":"cloudforce-one-request-asset-new","summary":"Create a New Request Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.asset-new","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id}":{"get":{"operationId":"cloudforce-one-request-asset-get","summary":"Get a Request Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"asset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.assets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"cloudforce-one-request-asset-update","summary":"Update a Request Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"asset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-asset-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.assets","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"cloudforce-one-request-asset-delete","summary":"Delete a Request Asset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"asset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.assets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message":{"post":{"operationId":"cloudforce-one-request-message-list","summary":"List Request Messages","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-list"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-item"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.message","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/new":{"post":{"operationId":"cloudforce-one-request-message-new","summary":"Create a New Request Message","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.message","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/{message_id}":{"put":{"operationId":"cloudforce-one-request-message-update","summary":"Update a Request Message","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"message_id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-edit"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-requests_request-message-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.message","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"cloudforce-one-request-message-delete","summary":"Delete a Request Message","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_identifier"}},{"name":"request_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"}},{"name":"message_id","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Request for Information (RFI)"],"x-api-token-group":["Cloudforce One Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloudforce-one.requests.message","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cloudforce-one/scans/config":{"get":{"operationId":"get_ConfigFetch","summary":"List Scan Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_scan-config"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_ConfigCreate","summary":"Create a new Scan Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"frequency":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_frequency"},"ips":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ips"},"ports":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ports"}},"required":["ips"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_scan-config"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/scans/config/{config_id}":{"delete":{"operationId":"delete_DeleteScans","summary":"Delete a Scan Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"config_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["success","result","messages","errors"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"post_ConfigUpdate","summary":"Update an existing Scan Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"config_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"frequency":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_frequency"},"ips":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ips"},"ports":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ports"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_scan-config"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/scans/results/{config_id}":{"get":{"operationId":"get_GetOpenPorts","summary":"Get the Latest Scan Result","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"config_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","properties":{"1.1.1.1":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_port"}}},"required":["1.1.1.1"]},"success":{"type":"boolean"}},"required":["success","result","messages","errors"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Scans"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/matches":{"get":{"operationId":"get_DomainMatchList","summary":"List saved query matches","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"offset","in":"query","schema":{"type":"string","default":"0"}},{"name":"limit","in":"query","schema":{"type":"string","default":"50"}},{"name":"query_id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"include_domain_id","in":"query","schema":{"type":"string","default":"false"}},{"name":"include_dismissed","in":"query","schema":{"type":"string"}},{"name":"domain_search","in":"query","schema":{"type":"string"}},{"name":"orderBy","in":"query","schema":{"type":"string","enum":["domain","first_seen","registrar"]}},{"name":"order","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"matches":{"type":"array","items":{"properties":{"dismissed":{"type":"boolean"},"domain":{"type":"string"},"first_seen":{"type":"string"},"match_details":{"type":"array","items":{"properties":{"dismissed":{"type":"boolean"},"match_id":{"type":"integer"},"query_id":{"type":"integer"},"query_tag":{"type":"string","nullable":true}},"required":["query_id","query_tag","match_id","dismissed"],"type":"object"}},"public_scans":{"type":"object","nullable":true,"properties":{"submission_id":{"type":"string"}},"required":["submission_id"]},"registrar":{"type":"string","nullable":true},"scan_status":{"type":"string"},"scan_submission_id":{"type":"integer","nullable":true},"source":{"type":"string","nullable":true}},"required":["domain","first_seen","public_scans","scan_status","scan_submission_id","source","registrar"],"type":"object"}},"total":{"type":"integer","minimum":0}},"required":["matches","total"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries":{"get":{"operationId":"get_GetDomainQueries","summary":"Get queries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","exclusiveMinimum":true,"maximum":1000000,"minimum":0}},{"name":"per_page","in":"query","schema":{"type":"integer","exclusiveMinimum":true,"maximum":100,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"anyOf":[{"type":"string"},{"type":"number"}]},"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"anyOf":[{"type":"string"},{"type":"number"}]},"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"anyOf":[{"items":{"properties":{"created":{"type":"string"},"parameters":{"required":["string_matches"],"nullable":true,"properties":{"max_time":{"type":"string"},"min_time":{"type":"string"},"string_matches":{"type":"array","items":{"properties":{"pattern":{"type":"string","maxLength":200,"minLength":1}},"required":["pattern"],"type":"object"}}},"type":"object"},"query_id":{"type":"integer"},"query_tag":{"type":"string"},"scan":{"type":"boolean"},"updated":{"type":"string"}},"required":["query_id","query_tag","scan","parameters","created","updated"],"type":"object"},"type":"array"},{"properties":{"created":{"type":"string"},"parameters":{"required":["string_matches"],"nullable":true,"properties":{"max_time":{"type":"string"},"min_time":{"type":"string"},"string_matches":{"type":"array","items":{"properties":{"pattern":{"type":"string","maxLength":200,"minLength":1}},"required":["pattern"],"type":"object"}}},"type":"object"},"query_id":{"type":"integer"},"query_tag":{"type":"string"},"scan":{"type":"boolean"},"updated":{"type":"string"}},"required":["query_id","query_tag","scan","parameters","created","updated"],"type":"object"}]},"result_info":{"type":"object","properties":{"count":{"type":"integer","minimum":0},"page":{"type":"integer","exclusiveMinimum":true,"minimum":0},"per_page":{"type":"integer","exclusiveMinimum":true,"minimum":0},"total_count":{"type":"integer","minimum":0}},"required":["count","page","per_page","total_count"]},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_InsertDomainQuery","summary":"Insert query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"max_time":{"type":"string"},"min_time":{"type":"string"},"scan":{"type":"boolean"},"scan_matches":{"type":"boolean"},"search_lookback":{"type":"boolean","default":true},"string_matches":{"type":"array","items":{"properties":{"pattern":{"type":"string","maxLength":200,"minLength":1}},"required":["pattern"],"type":"object"},"maxItems":100,"minItems":1},"tag":{"type":"string","minLength":1}},"required":["tag","string_matches"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"query_id":{"type":"integer"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries/{query_id}":{"delete":{"operationId":"delete_DeleteDomainQuery","summary":"Delete domain query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_UpdateDomainQuery","summary":"Update domain query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"max_time":{"type":"string"},"min_time":{"type":"string"},"scan":{"type":"boolean"},"scan_matches":{"type":"boolean"},"search_lookback":{"type":"boolean","default":true},"string_matches":{"type":"array","items":{"properties":{"pattern":{"type":"string","maxLength":200,"minLength":1}},"required":["pattern"],"type":"object"},"maxItems":100,"minItems":1},"tag":{"type":"string","minLength":1}},"required":["tag","string_matches"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"query_id":{"type":"integer"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/generate":{"post":{"operationId":"post_LetterGenerate","summary":"Generate takedown letter","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"createNotice":{"type":"boolean","default":false},"fields":{"type":"object","properties":{"discoveryDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"domain":{"type":"string","maxLength":500},"generationDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"jurisdiction":{"type":"string","maxLength":500},"registrantEmail":{"type":"string","maxLength":500},"registrar":{"type":"string","maxLength":500},"registrarEmail":{"type":"string","maxLength":500},"resolutionByDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"senderCompany":{"type":"string","maxLength":500},"senderEmail":{"type":"string","maxLength":500},"senderName":{"type":"string","maxLength":500},"senderTitle":{"type":"string","maxLength":500},"trademarkName":{"type":"string","maxLength":500},"trademarkNumber":{"type":"string","maxLength":500},"trademarkOwner":{"type":"string","maxLength":500}}},"format":{"type":"string","default":"text","enum":["text","pdf"]},"noticeParams":{"type":"object","properties":{"domain":{"type":"string","maxLength":253,"minLength":1},"queryId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"status":{"type":"string","default":"sent","enum":["draft","sent","resolved","expired"]}},"required":["domain"]},"templateId":{"type":"string","minLength":1}},"required":["templateId","fields"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"letter":{"type":"string"},"letterId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"notice":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]}},"required":["letter"]}},"application/pdf":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates":{"get":{"operationId":"get_LetterTemplateList","summary":"List letter templates","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"templates":{"type":"array","items":{"properties":{"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","createdAt","updatedAt"],"type":"object"}}},"required":["templates"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_LetterTemplateCreate","summary":"Create letter template","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string","minLength":1},"category":{"type":"string","maxLength":100,"minLength":1},"name":{"type":"string","maxLength":255,"minLength":1}},"required":["name","category","body"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","body","createdAt","updatedAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/examples":{"get":{"operationId":"get_LetterTemplateExamples","summary":"List example letter templates","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"templates":{"type":"array","items":{"properties":{"body":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","body","createdAt","updatedAt"],"type":"object"}}},"required":["templates"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/{template_id}":{"get":{"operationId":"get_LetterTemplateGet","summary":"Get letter template","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","body","createdAt","updatedAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"put":{"operationId":"put_LetterTemplateUpdate","summary":"Update letter template","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string","minLength":1},"category":{"type":"string","maxLength":100,"minLength":1},"name":{"type":"string","maxLength":255,"minLength":1}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"string"},"category":{"type":"string"},"createdAt":{"type":"string","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"source":{"type":"string","enum":["system","user"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","source","name","category","description","body","createdAt","updatedAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]},"delete":{"operationId":"delete_LetterTemplateDelete","summary":"Delete letter template","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/matches":{"get":{"operationId":"get_LogoMatchList","summary":"List logo matches","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"offset","in":"query","schema":{"type":"string","default":"0"}},{"name":"limit","in":"query","schema":{"type":"string","default":"50"}},{"name":"query_id","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"download","in":"query","schema":{"type":"string"}},{"name":"orderBy","in":"query","schema":{"type":"string","enum":["matchedAt","domain","similarityScore","registrar"]}},{"name":"order","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"matches":{"type":"array","items":{"properties":{"content_type":{"type":"string"},"domain":{"type":"string","nullable":true},"id":{"type":"integer"},"image_data":{"type":"string"},"matched_at":{"type":"string","nullable":true},"query_id":{"type":"integer"},"registrar":{"type":"string","nullable":true},"similarity_score":{"type":"number"},"url_scan_id":{"type":"string","nullable":true}},"required":["id","query_id","url_scan_id","similarity_score","matched_at","domain","registrar"],"type":"object"}},"total":{"type":"integer","minimum":0}},"required":["matches","total"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries":{"get":{"operationId":"get_GetLogoQueries","summary":"Get logo queries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"download","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"content_type":{"type":"string"},"id":{"type":"integer"},"image_data":{"type":"string"},"r2_path":{"type":"string"},"similarity_threshold":{"type":"number"},"tag":{"type":"string"},"uploaded_at":{"type":"string","nullable":true}},"required":["id","tag","r2_path","similarity_threshold","uploaded_at"],"type":"object"}}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_InsertLogoQuery","summary":"Insert logo query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"image_data":{"type":"string","minLength":1},"search_lookback":{"type":"boolean","default":true},"similarity_threshold":{"type":"number","maximum":1,"minimum":0},"tag":{"type":"string","minLength":1}},"required":["tag","image_data","similarity_threshold"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"query_id":{"type":"integer"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries/{query_id}":{"delete":{"operationId":"delete_DeleteLogoQuery","summary":"Delete logo query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"query_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/search":{"post":{"operationId":"post_SearchLogoSimilarity","summary":"Search scanned images","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"showHistoric","in":"query","schema":{"type":"string","default":"false"}},{"name":"download","in":"query","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"image_data":{"type":"string","minLength":1},"score_threshold":{"type":"number","default":0,"maximum":1,"minimum":0},"top_k":{"type":"integer","default":10,"maximum":100,"minimum":1}},"required":["image_data"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"matches":{"type":"array","items":{"properties":{"account_id":{"type":"string"},"content_type":{"type":"string"},"domain":{"type":"string"},"image_data":{"type":"string"},"query_id":{"type":"integer"},"r2_path":{"type":"string"},"similarity_score":{"type":"number"},"similarity_threshold":{"type":"number"},"tag":{"type":"string"},"timestamp":{"type":"number"},"url_scan_id":{"type":"string"},"vector_id":{"type":"string"}},"required":["similarity_score"],"type":"object"}}},"required":["matches"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices":{"get":{"operationId":"get_TakedownNoticeList","summary":"List takedown notices","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"notices":{"type":"array","items":{"properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"],"type":"object"}}},"required":["notices"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_TakedownNoticeCreate","summary":"Create takedown notice","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","maxLength":253,"minLength":1},"matchId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"matchType":{"type":"string","enum":["logo","domain"]},"queryId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"status":{"type":"string","default":"draft","enum":["draft","sent","resolved","expired"]}},"required":["domain"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]}}}},"409":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/lookup":{"post":{"operationId":"post_TakedownNoticeLookup","summary":"Lookup takedown notices by domains","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domains":{"type":"array","items":{"maxLength":253,"minLength":1,"type":"string"},"maxItems":100,"minItems":1},"queryId":{"type":"integer","exclusiveMinimum":true,"minimum":0},"queryIds":{"type":"array","items":{"exclusiveMinimum":true,"minimum":0,"type":"integer"},"maxItems":100}},"required":["domains"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"notices":{"type":"array","items":{"properties":{"domain":{"type":"string"},"notice":{"type":"object","nullable":true,"properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]},"queryId":{"type":"number","nullable":true}},"required":["domain","queryId","notice"],"type":"object"}}},"required":["notices"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}":{"get":{"operationId":"get_TakedownNoticeGet","summary":"Get takedown notice","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"put":{"operationId":"put_TakedownNoticeUpdate","summary":"Update takedown notice","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","maxLength":253,"minLength":1},"matchId":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"domain":{"type":"string"},"id":{"type":"number"},"matchId":{"type":"number","nullable":true},"matchType":{"type":"string","enum":["logo","domain"],"nullable":true},"queryId":{"type":"number","nullable":true},"status":{"type":"string","enum":["draft","sent","resolved","expired"]},"updatedAt":{"type":"string","nullable":true}},"required":["id","domain","queryId","status","matchId","matchType","createdAt","updatedAt"]}}}},"409":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]},"delete":{"operationId":"delete_TakedownNoticeDelete","summary":"Delete takedown notice","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters":{"get":{"operationId":"get_TakedownLetterList","summary":"List takedown letters","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"letters":{"type":"array","items":{"properties":{"createdAt":{"type":"string","nullable":true},"id":{"type":"number"},"letterType":{"type":"string"},"takedownNoticeId":{"type":"number"},"templateId":{"type":"string"}},"required":["id","takedownNoticeId","templateId","letterType","createdAt"],"type":"object"}}},"required":["letters"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_TakedownLetterCreate","summary":"Create takedown letter","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"type":"object","properties":{"discoveryDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"domain":{"type":"string","maxLength":500},"generationDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"jurisdiction":{"type":"string","maxLength":500},"registrantEmail":{"type":"string","maxLength":500},"registrar":{"type":"string","maxLength":500},"registrarEmail":{"type":"string","maxLength":500},"resolutionByDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"senderCompany":{"type":"string","maxLength":500},"senderEmail":{"type":"string","maxLength":500},"senderName":{"type":"string","maxLength":500},"senderTitle":{"type":"string","maxLength":500},"trademarkName":{"type":"string","maxLength":500},"trademarkNumber":{"type":"string","maxLength":500},"trademarkOwner":{"type":"string","maxLength":500}}},"templateId":{"type":"string","minLength":1}},"required":["templateId","fields"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"id":{"type":"number"},"letterText":{"type":"string"},"letterType":{"type":"string"},"takedownNoticeId":{"type":"number"},"templateId":{"type":"string"}},"required":["id","takedownNoticeId","templateId","letterType","letterText","createdAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}":{"get":{"operationId":"get_TakedownLetterGet","summary":"Get takedown letter","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}},{"name":"letter_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"createdAt":{"type":"string","nullable":true},"id":{"type":"number"},"letterText":{"type":"string"},"letterType":{"type":"string"},"takedownNoticeId":{"type":"number"},"templateId":{"type":"string"}},"required":["id","takedownNoticeId","templateId","letterType","letterText","createdAt"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_TakedownLetterDelete","summary":"Delete takedown letter","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}},{"name":"letter_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}/pdf":{"get":{"operationId":"get_TakedownLetterPdfGet","summary":"Download takedown letter PDF","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}},{"name":"notice_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}},{"name":"letter_id","in":"path","required":true,"schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}}],"responses":{"200":{"content":{"application/pdf":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/brand-protection/total-queries":{"get":{"operationId":"get_TotalQueries","summary":"Get total queries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"total_queries":{"type":"integer","minimum":0}},"required":["total_queries"],"type":"object"}}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Brand Protection"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/collections":{"get":{"operationId":"get_CollectionList","summary":"List collections","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"limit","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"pagination":{"type":"object","properties":{"limit":{"type":"number"},"page":{"type":"number"},"total":{"type":"number"}},"required":["page","limit","total"]},"result":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"created_by":{"type":"string"},"id":{"type":"string"},"item_count":{"type":"number"},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string"},"status":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","name","status","item_count","created_at","created_by","updated_at"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["success","result","pagination"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_CollectionCreate","summary":"Create a new collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"properties":{"columns":{"type":"array","items":{"properties":{"default":{"type":"object","nullable":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"required":{"type":"boolean","default":false},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["name","type"],"type":"object"},"maxItems":100,"minItems":1},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"project_id":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}}},"required":["name","columns"],"type":"object"},{"properties":{"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"project_id":{"type":"string"},"rows":{"type":"array","items":{"additionalProperties":true,"type":"object"},"maxItems":1000,"minItems":1},"tags":{"type":"array","items":{"type":"string"}}},"required":["name","rows"],"type":"object"},{"properties":{"columns":{"type":"array","items":{"properties":{"default":{"type":"object","nullable":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"required":{"type":"boolean","default":false},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["name","type"],"type":"object"},"maxItems":100,"minItems":1},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"project_id":{"type":"string"},"rows":{"type":"array","items":{"additionalProperties":true,"type":"object"},"maxItems":1000,"minItems":1},"tags":{"type":"array","items":{"type":"string"}}},"required":["name","columns","rows"],"type":"object"}]}},"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"metadata":{"type":"string"},"name":{"type":"string"},"project_id":{"type":"string"},"tags":{"type":"string"}},"required":["name","file"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"columns":{"type":"array","items":{"properties":{"default_value":{"type":"string","nullable":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"position":{"type":"integer","minimum":0},"required":{"type":"boolean"},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["id","name","type","required","default_value","position"],"type":"object"}},"created_at":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"id":{"type":"string","format":"uuid"},"item_count":{"type":"integer","minimum":0},"name":{"type":"string"},"project_id":{"type":"string"},"status":{"type":"string","enum":["ready","processing","failed"]},"tags":{"type":"array","items":{"type":"string"}},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_by","status","columns","item_count","created_at","updated_at"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"]}}}},"400":{},"409":{},"413":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}":{"get":{"operationId":"get_CollectionGet","summary":"Get collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"columns":{"type":"array","items":{"properties":{"default":{"type":"object","nullable":true},"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string"}},"required":["id","name","type","required","position"],"type":"object"}},"created_at":{"type":"string"},"created_by":{"type":"string"},"id":{"type":"string"},"item_count":{"type":"number"},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string"},"status":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","name","status","item_count","created_at","created_by","updated_at","columns"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_CollectionDelete","summary":"Delete collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_CollectionUpdate","summary":"Update collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"metadata":{"type":"object","properties":{"project_id":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}}}},"name":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"created_by":{"type":"string"},"id":{"type":"string"},"item_count":{"type":"number"},"metadata":{"type":"object","additionalProperties":true},"name":{"type":"string"},"status":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","name","status","item_count","created_at","created_by","updated_at"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns":{"post":{"operationId":"post_ColumnAdd","summary":"Add column to collection","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"default":{"type":"object","nullable":true},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_]+$"},"required":{"type":"boolean","default":false},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["name","type"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string","enum":["text","number","boolean","date"]}},"required":["id","name","type","required","position"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{},"409":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns/{column_id}":{"delete":{"operationId":"delete_ColumnDelete","summary":"Delete column","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"column_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string"}},"required":["id","name","type","required","position"]}},"required":["result"]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_ColumnUpdate","summary":"Update column","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"column_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string","enum":["text","number","boolean","date"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"position":{"type":"number"},"required":{"type":"boolean"},"type":{"type":"string"}},"required":["id","name","type","required","position"]}},"required":["result"]}}}},"400":{},"404":{},"409":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/export":{"get":{"operationId":"get_CollectionExportEndpoint","summary":"Export collection to CSV, JSONL, or Markdown","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"include_ids","in":"query","schema":{"type":"boolean"}},{"name":"accept","in":"header","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/x-ndjson":{"schema":{"type":"string"}},"text/csv":{"schema":{"type":"string"}},"text/markdown":{"schema":{"type":"string"}}}},"404":{},"406":{}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items":{"get":{"operationId":"get_ItemQuery","summary":"Query collection items","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"number"}},{"name":"q","in":"query","schema":{"type":"string","maxLength":500,"minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"pagination":{"type":"object","properties":{"cursors":{"type":"object","properties":{"current":{"type":"string"},"first":{"type":"string"},"next":{"type":"string","nullable":true},"prev":{"type":"string","nullable":true}},"required":["first","current","prev","next"]},"limit":{"type":"number"},"page":{"type":"number"},"total":{"type":"number"}},"required":["page","limit","total","cursors"]},"result":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["success","result","pagination"]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"post":{"operationId":"post_ItemCreate","summary":"Create item(s)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"properties":{"data":{"type":"object","additionalProperties":true}},"required":["data"],"type":"object"},{"properties":{"data":{"type":"array","items":{"additionalProperties":true,"type":"object"},"maxItems":1000,"minItems":1}},"required":["data"],"type":"object"}]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"anyOf":[{"properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"],"type":"object"},{"properties":{"result":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"data":{"type":"object","additionalProperties":true},"error":{"type":"string"},"index":{"type":"number"}},"required":["index","error","data"],"type":"object"}},"failed":{"type":"number"},"inserted":{"type":"number"}},"required":["inserted"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result"],"type":"object"}]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections - Items"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items/{item_id}":{"get":{"operationId":"get_ItemGet","summary":"Get collection item","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"item_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.read"]},{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write","Cloudforce One Read"]},"delete":{"operationId":"delete_ItemDelete","summary":"Delete collection item","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"item_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]},"patch":{"operationId":"patch_ItemUpdate","summary":"Update collection item","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"item_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","additionalProperties":true}},"required":["data"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"]},"success":{"type":"boolean"}},"required":["success","result"]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/search":{"post":{"operationId":"post_ItemSearch","summary":"Search items (advanced filtering)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"collection_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"cursor":{"type":"string"},"filter":{"type":"object","oneOf":[{"properties":{"field":{"type":"string"},"op":{"type":"string","enum":["eq","neq","gt","lt","gte","lte","contains","is_empty","is_not_empty"]},"value":{}},"required":["field","op"],"type":"object"},{"properties":{"and":{"type":"array","items":{"type":"object"},"minItems":1}},"required":["and"],"type":"object"},{"properties":{"or":{"type":"array","items":{"type":"object"},"minItems":1}},"required":["or"],"type":"object"}]},"limit":{"type":"integer","default":20,"maximum":100,"minimum":1},"q":{"type":"string","maxLength":500,"minLength":1},"sort":{"type":"object","properties":{"field":{"type":"string"},"order":{"type":"string","default":"asc","enum":["asc","desc"]}},"required":["field"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"pagination":{"type":"object","properties":{"cursors":{"type":"object","properties":{"current":{"type":"string"},"first":{"type":"string"},"next":{"type":"string","nullable":true},"prev":{"type":"string","nullable":true}},"required":["first","current","prev","next"]},"limit":{"type":"number"},"page":{"type":"number"},"total":{"type":"number"}},"required":["page","limit","total","cursors"]},"result":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"data":{"type":"object","additionalProperties":true},"id":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","data","created_at","updated_at"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["success","result","pagination"]}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Collections - Items"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cloudforce-one/v2/events/graphql":{"post":{"operationId":"post_EventGraphQLV2","summary":"GraphQL endpoint for event aggregation","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","nullable":true},"errors":{"type":"array","items":{"type":"object"},"nullable":true}}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["cloudforce-one.write"]}],"tags":["Event"],"x-api-token-group":["Cloudforce One Write"]}},"/accounts/{account_id}/cni/cnis":{"get":{"operationId":"list_cnis","summary":"List existing CNI objects","parameters":[{"name":"slot","in":"query","schema":{"type":"string","nullable":true}},{"name":"tunnel_id","in":"query","schema":{"type":"string","nullable":true}},{"name":"cursor","in":"query","schema":{"type":"integer","format":"int32","nullable":true}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":0,"nullable":true}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_CniList"}}}},"400":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"create_cni","summary":"Create a new CNI object","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_CniCreate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Cni"}}}},"400":{},"409":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cni/cnis/{cni}":{"get":{"operationId":"get_cni","summary":"Get information about a CNI object","parameters":[{"name":"cni","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Cni"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"update_cni","summary":"Modify stored information about a CNI object","parameters":[{"name":"cni","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Cni"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Cni"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"delete_cni","summary":"Delete a specified CNI object","parameters":[{"name":"cni","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["CNIs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.cnis","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects":{"get":{"operationId":"list_interconnects","summary":"List existing interconnects","parameters":[{"name":"site","in":"query","schema":{"type":"string","nullable":true}},{"name":"type","in":"query","schema":{"type":"string","nullable":true}},{"name":"cursor","in":"query","schema":{"type":"integer","format":"int32","nullable":true}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":0,"nullable":true}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_InterconnectList"}}}},"400":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"create_interconnect","summary":"Create a new interconnect","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_InterconnectCreate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Interconnect"}}}},"400":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects/{icon}":{"get":{"operationId":"get_interconnect","summary":"Get information about an interconnect object","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Interconnect"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"delete_interconnect","summary":"Delete an interconnect object","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects/{icon}/loa":{"get":{"operationId":"get_interconnect_loa","summary":"Generate the Letter of Authorization (LOA) for a given interconnect","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"name","in":"query","schema":{"type":"string","nullable":true}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"loa","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects/{icon}/loa/default":{"get":{"operationId":"get_interconnect_loa_default_name","summary":"Get the default customer name for LOA generation","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_DefaultNameResponse"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"loa-default-name","x-forge-hidden":true}},"/accounts/{account_id}/cni/interconnects/{icon}/status":{"get":{"operationId":"get_interconnect_status","summary":"Get the current status of an interconnect object","parameters":[{"name":"icon","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_StatusInfo"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.interconnects","x-fern-sdk-method-name":"status","x-forge-hidden":true}},"/accounts/{account_id}/cni/settings":{"get":{"operationId":"get_settings","summary":"Get the current settings for the active account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Settings"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Settings"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"update_settings","summary":"Update the current settings for the active account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_SettingsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_Settings"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Settings"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/cni/slots":{"get":{"operationId":"list_slots","summary":"Retrieve a list of all slots matching the specified parameters","parameters":[{"name":"address_contains","in":"query","schema":{"type":"string","nullable":true}},{"name":"site","in":"query","schema":{"type":"string","nullable":true}},{"name":"speed","in":"query","schema":{"type":"string","nullable":true}},{"name":"occupied","in":"query","schema":{"type":"boolean","nullable":true}},{"name":"cursor","in":"query","schema":{"type":"integer","format":"int32","nullable":true}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":0,"nullable":true}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_SlotList"}}}},"400":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Slots"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.slots","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/cni/slots/{slot}":{"get":{"operationId":"get_slot","summary":"Get information about the specified slot","parameters":[{"name":"slot","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/nsc_AccountTag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/nsc_SlotInfo"}}}},"400":{},"404":{},"500":{}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Slots"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"network-interconnects.slots","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/containers/applications/{application_id}":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"get":{"operationId":"getApplication","summary":"Get a single application by id","parameters":[{"name":"application_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_ApplicationID"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_Application"}},"required":["result"],"type":"object"}]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"tags":["Applications"],"x-api-token-group":["Workers Containers Write","Workers Containers Read"]},"delete":{"operationId":"deleteApplication","summary":"Delete a single application by id","parameters":[{"name":"application_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_ApplicationID"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_ContainersDeleteApplicationResponseBody"}},"required":["result"],"type":"object"}]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.write"]}],"tags":["Applications"],"x-api-token-group":["Workers Containers Write"]},"patch":{"operationId":"modifyApplication","summary":"Modify an application","parameters":[{"name":"application_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_ApplicationID"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_ContainersModifyApplicationRequestBody"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_Application"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.write"]}],"tags":["Applications"],"x-api-token-group":["Workers Containers Write"]}},"/accounts/{account_id}/containers/applications/{application_id}/versions":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"get":{"operationId":"listApplicationVersions","summary":"List all application versions","parameters":[{"name":"application_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_ApplicationID"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cc_ApplicationVersion"}}},"required":["result"],"type":"object"}]}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"tags":["Applications"],"x-api-token-group":["Workers Containers Write","Workers Containers Read"]}},"/accounts/{account_id}/containers/instances/{instance_id}/ssh":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"get":{"operationId":"containerWranglerSsh","summary":"Get credentials to SSH into a Container","parameters":[{"name":"instance_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cc_InstanceID"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_WranglerSSHResponse"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"tags":["Deployments"],"x-api-token-group":["Workers Containers Write","Workers Containers Read"]}},"/accounts/{account_id}/containers/registries":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"get":{"operationId":"listImageRegistries","summary":"Get the list of configured registries in the account","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/cc_CustomerImageRegistry"}}},"required":["result"],"type":"object"}]}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"tags":["Image Registries"],"x-api-token-group":["Workers Containers Write","Workers Containers Read"]},"post":{"operationId":"createImageRegistry","summary":"Add a new image registry configuration","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_ContainersCreateImageRegistryRequestBody"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_CustomerImageRegistry"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.write"]}],"tags":["Image Registries"],"x-api-token-group":["Workers Containers Write"]}},"/accounts/{account_id}/containers/registries/{domain}":{"parameters":[{"$ref":"#/components/parameters/cc_AccountId"}],"delete":{"operationId":"deleteImageRegistry","summary":"Delete a registry from the account","parameters":[{"name":"domain","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cc_V4BaseResponse"},{"properties":{"result":{"$ref":"#/components/schemas/cc_ContainersDeleteImageRegistryResponseBody"}},"required":["result"],"type":"object"}]}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cc_V4BaseErrorResponse"}}}}},"security":[{"realmrootOidc":["containers.write"]}],"tags":["Image Registries"],"x-api-token-group":["Workers Containers Write"]}},"/accounts/{account_id}/custom_csrs":{"get":{"operationId":"custom-csrs-for-an-account-list-custom-csrs","summary":"List Custom CSRs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","default":"created_at","enum":["name","account_tag","created_at"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_collection-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_collection-2"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["Custom CSRs for an Account"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-csrs-for-an-account-create-custom-csr","summary":"Create Custom CSR","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_create_request-2"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single-2"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["Custom CSRs for an Account"],"x-api-token-group":["Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/custom_csrs/{custom_csr_id}":{"get":{"operationId":"custom-csrs-for-an-account-custom-csr-details","summary":"Custom CSR Details","parameters":[{"name":"custom_csr_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single-2"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["Custom CSRs for an Account"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-csrs-for-an-account-delete-custom-csr","summary":"Delete Custom CSR","parameters":[{"name":"custom_csr_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_id_only"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_id_only"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["Custom CSRs for an Account"],"x-api-token-group":["Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/custom_ns":{"get":{"operationId":"account-level-custom-nameservers-list-account-custom-nameservers","summary":"List Account Custom Nameservers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_acns_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_acns_response_collection"},{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Account-Level Custom Nameservers"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"account-level-custom-nameservers-add-account-custom-nameserver","summary":"Add Account Custom Nameserver","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_CustomNSInput"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_acns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_acns_response_single"},{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Account-Level Custom Nameservers"],"x-api-token-group":["Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/d1/database":{"get":{"operationId":"d1-list-databases","summary":"List D1 Databases","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":1000,"maximum":10000,"minimum":10}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/d1_database-response"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"list","x-forge-epilogue":"This command acts on remote D1 Databases.","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true},"post":{"operationId":"d1-create-database","summary":"Create D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"jurisdiction":{"$ref":"#/components/schemas/d1_jurisdiction"},"name":{"$ref":"#/components/schemas/d1_database-name"},"primary_location_hint":{"$ref":"#/components/schemas/d1_primary-location-hint"},"read_replication":{"$ref":"#/components/schemas/d1_read-replication-details-for-request"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/d1_database-details-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"create","x-forge-epilogue":"This command acts on remote D1 Databases.","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/d1/database/{database_id}":{"get":{"operationId":"d1-get-database","summary":"Get D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"oneOf":[{"$ref":"#/components/schemas/d1_database-identifier"},{"$ref":"#/components/schemas/d1_database-name"}]}},{"name":"fields","in":"query","schema":{"type":"array","items":{"enum":["uuid","name","created_at","version","jurisdiction","num_tables","file_size","running_in_region","read_replication"],"type":"string"}},"explode":false,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/d1_database-details-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"get","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true},"put":{"operationId":"d1-update-database","summary":"Update D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_database-update-request-body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/d1_database-details-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"update","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true},"delete":{"operationId":"d1-delete-database","summary":"Delete D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"delete","x-forge-epilogue":"This command acts on remote D1 Databases.","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true},"patch":{"operationId":"d1-update-partial-database","summary":"Update D1 Database partially","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_database-update-partial-request-body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/d1_database-details-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"edit","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/d1/database/{database_id}/query":{"post":{"operationId":"d1-query-database","summary":"Query D1 Database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_batch-query"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/d1_query-result-response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"query","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/d1/database/{database_id}/raw":{"post":{"operationId":"d1-raw-database-query","summary":"Raw D1 Database query","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_batch-query"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/d1_raw-result-response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1","x-fern-sdk-method-name":"raw","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/d1/database/{database_id}/time_travel/bookmark":{"get":{"operationId":"d1-time-travel-get-bookmark","summary":"Get D1 database bookmark","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_account-identifier"}},{"name":"database_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/d1_database-identifier"}},{"name":"timestamp","in":"query","schema":{"$ref":"#/components/schemas/d1_time-travel-timestamp"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/d1_api-response-common"},{"properties":{"result":{"type":"object","properties":{"bookmark":{"$ref":"#/components/schemas/d1_time-travel-bookmark"}}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/d1_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["d1.read"]},{"realmrootOidc":["d1.write"]}],"tags":["D1"],"x-api-token-group":["D1 Read","D1 Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"d1.time-travel","x-fern-sdk-method-name":"get-bookmark","x-forge-epilogue":"This command acts on remote D1 Databases.","x-forge-globals":[{"alias":"v","name":"version","required":{"default":false},"type":"boolean"},{"name":"cwd","required":{"default":"."},"type":"string"},{"alias":"c","name":"config","required":{"default":"./wrangler.toml"},"type":"string"},{"alias":"e","name":"env","required":{"default":"dev"},"type":"string"},{"name":"env-file","required":{"default":"./.env"},"type":"string"},{"alias":"x-provision","name":"experimental-provision","required":{"default":true},"type":"boolean"},{"alias":"x-auto-create","name":"experimental-auto-create","required":{"default":true},"type":"boolean"}],"x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/content":{"get":{"operationId":"ListContentAssets","summary":"List DLP content findings","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_Direction"},{"name":"dlp_profile_id","in":"query","schema":{"type":"string","format":"uuid"}},{"$ref":"#/components/parameters/posture-api_IntegrationId"},{"$ref":"#/components/parameters/posture-api_MaxAfflictionDate"},{"$ref":"#/components/parameters/posture-api_MinAfflictionDate"},{"name":"order","in":"query","schema":{"type":"string","enum":["asset_name","dlp_profile_count","integration_name","latest_affliction_date"]}},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_Search"},{"$ref":"#/components/parameters/posture-api_Vendor"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_PaginatedContentAssetList"}}}},"400":{},"429":{"headers":{"Retry-After":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_api-response-common"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["content"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/data-security/posture/content/export":{"post":{"operationId":"CreateContentExport","summary":"Create a content export","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_ContentExportRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/exports":{"get":{"operationId":"ListExportJobs","summary":"List all export jobs","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/posture-api_StatusEnum"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_PaginatedExportJobList"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/exports/{id}":{"get":{"operationId":"GetExportJob","summary":"Get a single export job","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[\\da-f]{8}-([\\da-f]{4}-){3}[\\da-f]{12}$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/finding_types":{"get":{"operationId":"ListFindingTypes","summary":"List all finding types","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_FindingTypeVendors"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_paginated-finding-type-list"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["finding_types"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}":{"get":{"operationId":"GetFindingType","summary":"Get finding by ID","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingTypeId"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-type-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["finding_types"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}/remediation_types":{"get":{"operationId":"GetRemediationTypesForFindingType","summary":"List remediation types for a finding type","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingTypeIdParam"},{"$ref":"#/components/parameters/posture-api_IntegrationId"},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_PaginatedRemediationTypeList"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["finding_types"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/findings":{"get":{"operationId":"ListFindings","summary":"List posture findings","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/posture-api_Direction"},{"$ref":"#/components/parameters/posture-api_Ignored"},{"$ref":"#/components/parameters/posture-api_IntegrationId"},{"$ref":"#/components/parameters/posture-api_MaxAfflictionDate"},{"$ref":"#/components/parameters/posture-api_MinAfflictionDate"},{"$ref":"#/components/parameters/posture-api_Observation"},{"$ref":"#/components/parameters/posture-api_FindingOrder"},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_Product"},{"$ref":"#/components/parameters/posture-api_Search"},{"$ref":"#/components/parameters/posture-api_Severity"},{"$ref":"#/components/parameters/posture-api_Type"},{"$ref":"#/components/parameters/posture-api_Vendor"},{"$ref":"#/components/parameters/posture-api_FindingTypeIds"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_paginated-finding-list"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/data-security/posture/findings/export":{"post":{"operationId":"CreateFindingExportCSV","summary":"Create new findings export request","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingExportFilterRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/findings/ignore":{"post":{"operationId":"IgnoreFinding","summary":"Mark a finding as ignored","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingBulkActionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/unignore":{"post":{"operationId":"UnIgnoreFinding","summary":"Remove ignore marker from a finding","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingBulkActionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}":{"get":{"operationId":"GetFinding","summary":"Get a finding type","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances":{"get":{"operationId":"ListFindingInstances","summary":"List instances of a finding","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_Archived"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/posture-api_Direction"},{"$ref":"#/components/parameters/posture-api_MaxAfflictionDate"},{"$ref":"#/components/parameters/posture-api_MinAfflictionDate"},{"$ref":"#/components/parameters/posture-api_FindingInstanceOrder"},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_Search"},{"$ref":"#/components/parameters/posture-api_RemediationStatuses"},{"$ref":"#/components/parameters/posture-api_FindingInstanceIds"},{"$ref":"#/components/parameters/posture-api_AssetIds"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_paginated-finding-instance-list"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/archive":{"post":{"operationId":"ArchiveFindingInstance","summary":"Archive a finding","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingInstanceBulkActionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-instance-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/unarchive":{"post":{"operationId":"UnarchiveFindingInstance","summary":"Remove the archive marking from a finding instance","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingInstanceBulkActionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-instance-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/{instance_id}":{"get":{"operationId":"GetFindingInstance","summary":"Get a finding instance using an instance ID","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"},{"$ref":"#/components/parameters/posture-api_FindingInstanceId"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-instance-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/reset_finding_severity":{"post":{"operationId":"ResetFindingSeverity","summary":"Reset severity for a finding back to the default","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{},"404":{},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{finding_id}/tune_finding_severity":{"post":{"operationId":"ChangeFindingSeverity","summary":"Update the severity for a finding","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_FindingIdByte"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_TuneFindingSeverityRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_finding-response"}}}},"400":{},"404":{},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["findings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/data-security/posture/findings/{storage_namespace_id}/instances/export":{"post":{"operationId":"CreateFindingInstancesExportCSV","summary":"Create a finding instances export","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_StorageNamespaceId"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_FindingInstanceExportFilterRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{},"404":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/remediations/jobs":{"get":{"operationId":"ListRemediationJobs","summary":"List remediation jobs","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/posture-api_Page"},{"$ref":"#/components/parameters/posture-api_PerPage"},{"$ref":"#/components/parameters/posture-api_Search"},{"name":"min_updated_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"max_updated_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/posture-api_RemediationJobStatusEnum"}},{"name":"triggered_by_actor","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobActorTypeEnum"}},"explode":false,"style":"form"},{"$ref":"#/components/parameters/posture-api_IntegrationId"},{"name":"order","in":"query","schema":{"type":"string","enum":["created_at","affliction_date","integration_name","status","last_updated_at","asset_name","finding_type_name"]}},{"$ref":"#/components/parameters/posture-api_Direction"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_PaginatedRemediationJobList"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["remediations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"CreateRemediationJobs","summary":"Creates remediation jobs","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_RemediationJobsCreateRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateRemediationJobResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateRemediationJobResponse"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["remediations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/remediations/jobs/export":{"post":{"operationId":"CreateRemediationJobsExportCSV","summary":"Create a remediation jobs export","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_RemediationJobsExportFilterRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_export-job-response"}}}},"400":{}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["exports"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks":{"get":{"operationId":"ListWebhooks","summary":"List webhook configurations","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_webhook-list-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"CreateWebhook","summary":"Create a new webhook configuration","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateWebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_Webhook"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks/evaluate":{"post":{"operationId":"EvaluateNewWebhook","summary":"Test a webhook configuration before creating it","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_EvaluateNewWebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_EvaluateNewWebhookResponse"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks/jobs":{"post":{"operationId":"CreateWebhookJobs","summary":"Create webhook jobs","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateWebhookJobsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_CreateWebhookJobsResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}":{"get":{"operationId":"GetWebhookConfigByID","summary":"Get webhook configuration by ID","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_WebhookId"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_webhook-response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"UpdateWebhook","summary":"Update an existing webhook configuration","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_WebhookId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_UpdateWebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_Webhook"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"DeleteWebhook","summary":"Delete a webhook configuration","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_WebhookId"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_api-response-common"}}}},"400":{},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}/evaluate":{"post":{"operationId":"EvaluateExistingWebhook","summary":"Test an existing webhook configuration","parameters":[{"$ref":"#/components/parameters/posture-api_AccountTag"},{"$ref":"#/components/parameters/posture-api_WebhookId"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_EvaluateNewWebhookResponse"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/posture-api_error-response"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["webhooks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"data-security.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/ip-profiles":{"get":{"operationId":"list-ip-profiles","summary":"List IP profiles","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_ip_profile"}},"result_info":{"$ref":"#/components/schemas/teams-devices_pagination_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"create-ip-profile","summary":"Create IP profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_ip_profile_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_ip_profile"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/ip-profiles/{profile_id}":{"get":{"operationId":"get-ip-profile","summary":"Get IP profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_ip_profile"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"delete-ip-profile","summary":"Delete IP profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"type":"object","properties":{"id":{"type":"string","x-auditable":true}}},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"update-ip-profile","summary":"Update IP profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_ip_profile_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_ip_profile"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["IP Profiles"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.ip-profiles","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/networks":{"post":{"operationId":"device-managed-networks-create-device-managed-network","summary":"Create a device managed network","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_schemas-config_request"},"name":{"$ref":"#/components/schemas/teams-devices_device-managed-networks_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_components-schemas-type"}},"required":["name","type","config"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_components-schemas-single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Managed Networks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.networks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/networks/{network_id}":{"put":{"operationId":"device-managed-networks-update-device-managed-network","summary":"Update a device managed network","parameters":[{"name":"network_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_schemas-config_request"},"name":{"$ref":"#/components/schemas/teams-devices_device-managed-networks_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_components-schemas-type"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_components-schemas-single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Managed Networks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.networks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"device-managed-networks-delete-device-managed-network","summary":"Delete a device managed network","parameters":[{"name":"network_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_components-schemas-response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Managed Networks"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.networks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/physical-devices/{device_id}":{"delete":{"operationId":"delete-device","summary":"Delete device","parameters":[{"name":"device_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"success":{"type":"boolean"}},"required":["success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Physical Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.devices","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/physical-devices/{device_id}/revoke":{"post":{"operationId":"revoke-device","summary":"Revoke device registrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"device_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"success":{"type":"boolean"}},"required":["success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Physical Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.devices","x-fern-sdk-method-name":"revoke","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes a device's session destructively."}},"/accounts/{account_id}/devices/policy":{"post":{"operationId":"devices-create-device-settings-policy","summary":"Create a device settings profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"enabled":{"type":"boolean","default":true},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude_request"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include_request"},"lan_allow_minutes":{"$ref":"#/components/schemas/teams-devices_lan_allow_minutes"},"lan_allow_subnet_size":{"$ref":"#/components/schemas/teams-devices_lan_allow_subnet_size"},"match":{"$ref":"#/components/schemas/teams-devices_schemas-match"},"name":{"type":"string","maxLength":100},"precedence":{"$ref":"#/components/schemas/teams-devices_precedence"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}},"required":["name","precedence","match"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_device_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_device_settings_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom","x-fern-sdk-method-name":"create","x-forge-hidden":true},"patch":{"operationId":"devices-update-default-device-settings-policy","summary":"Update the default device settings profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude_request"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include_request"},"lan_allow_minutes":{"$ref":"#/components/schemas/teams-devices_lan_allow_minutes"},"lan_allow_subnet_size":{"$ref":"#/components/schemas/teams-devices_lan_allow_subnet_size"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_default_device_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_default_device_settings_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/exclude":{"put":{"operationId":"devices-set-split-tunnel-exclude-list","summary":"Set the Split Tunnel exclude list","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_split_tunnel_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_split_tunnel_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.excludes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/fallback_domains":{"put":{"operationId":"devices-set-local-domain-fallback-list","summary":"Set your Local Domain Fallback list","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_fallback_domain"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_fallback_domain_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_fallback_domain_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.fallback-domains","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/include":{"put":{"operationId":"devices-set-split-tunnel-include-list","summary":"Set the Split Tunnel include list","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_split_tunnel_include_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.includes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/{policy_id}":{"delete":{"operationId":"devices-delete-device-settings-policy","summary":"Delete a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_device_settings_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_device_settings_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"devices-update-device-settings-policy","summary":"Update a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"enabled":{"type":"boolean"},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude_request"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include_request"},"lan_allow_minutes":{"$ref":"#/components/schemas/teams-devices_lan_allow_minutes"},"lan_allow_subnet_size":{"$ref":"#/components/schemas/teams-devices_lan_allow_subnet_size"},"match":{"$ref":"#/components/schemas/teams-devices_schemas-match"},"name":{"type":"string","maxLength":100},"precedence":{"$ref":"#/components/schemas/teams-devices_precedence"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_device_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_device_settings_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/{policy_id}/exclude":{"put":{"operationId":"devices-set-split-tunnel-exclude-list-for-a-device-settings-policy","summary":"Set the Split Tunnel exclude list for a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_split_tunnel_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_split_tunnel_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom.excludes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/{policy_id}/fallback_domains":{"put":{"operationId":"devices-set-local-domain-fallback-list-for-a-device-settings-policy","summary":"Set the Local Domain Fallback list for a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_fallback_domain"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_fallback_domain_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_fallback_domain_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom.fallback-domains","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/policy/{policy_id}/include":{"put":{"operationId":"devices-set-split-tunnel-include-list-for-a-device-settings-policy","summary":"Set the Split Tunnel include list for a device settings profile","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_split_tunnel_include_response_collection"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.custom.includes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/devices/posture":{"post":{"operationId":"device-posture-rules-create-device-posture-rule","summary":"Create a device posture rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"expiration":{"$ref":"#/components/schemas/teams-devices_expiration"},"input":{"$ref":"#/components/schemas/teams-devices_input"},"match":{"$ref":"#/components/schemas/teams-devices_match"},"name":{"$ref":"#/components/schemas/teams-devices_name"},"schedule":{"$ref":"#/components/schemas/teams-devices_schedule"},"type":{"$ref":"#/components/schemas/teams-devices_type"}},"required":["name","type"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device posture rules"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/posture/integration":{"post":{"operationId":"device-posture-integrations-create-device-posture-integration","summary":"Create a device posture integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_config_request"},"interval":{"$ref":"#/components/schemas/teams-devices_interval"},"name":{"$ref":"#/components/schemas/teams-devices_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_schemas-type"}},"required":["name","type","interval","config"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_schemas-single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Posture Integrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture.integrations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/posture/integration/{integration_id}":{"delete":{"operationId":"device-posture-integrations-delete-device-posture-integration","summary":"Delete a device posture integration","parameters":[{"name":"integration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_schemas-id_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Posture Integrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture.integrations","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"device-posture-integrations-update-device-posture-integration","summary":"Update a device posture integration","parameters":[{"name":"integration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_config_request"},"interval":{"$ref":"#/components/schemas/teams-devices_interval"},"name":{"$ref":"#/components/schemas/teams-devices_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_schemas-type"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_schemas-single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device Posture Integrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture.integrations","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/devices/posture/{rule_id}":{"put":{"operationId":"device-posture-rules-update-device-posture-rule","summary":"Update a device posture rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"expiration":{"$ref":"#/components/schemas/teams-devices_expiration"},"input":{"$ref":"#/components/schemas/teams-devices_input"},"match":{"$ref":"#/components/schemas/teams-devices_match"},"name":{"$ref":"#/components/schemas/teams-devices_name"},"schedule":{"$ref":"#/components/schemas/teams-devices_schedule"},"type":{"$ref":"#/components/schemas/teams-devices_type"}},"required":["name","type"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_single_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device posture rules"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"device-posture-rules-delete-device-posture-rule","summary":"Delete a device posture rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_id_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Device posture rules"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.posture","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/registrations":{"delete":{"operationId":"delete-registrations","summary":"Delete registrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"result_info":{"$ref":"#/components/schemas/teams-devices_cursor_result_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Physical Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.registrations","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/registrations/revoke":{"post":{"operationId":"revoke-registrations","summary":"Revoke registrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"result_info":{"$ref":"#/components/schemas/teams-devices_cursor_result_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Registrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.registrations","x-fern-sdk-method-name":"revoke","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes device registrations destructively."}},"/accounts/{account_id}/devices/registrations/unrevoke":{"post":{"operationId":"unrevoke-registrations","summary":"Unrevoke registrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"result_info":{"$ref":"#/components/schemas/teams-devices_cursor_result_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Registrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.registrations","x-fern-sdk-method-name":"unrevoke","x-forge-hidden":true}},"/accounts/{account_id}/devices/registrations/{registration_id}":{"delete":{"operationId":"delete-registration","summary":"Delete registration","parameters":[{"name":"registration_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_empty_body"},"success":{"type":"boolean"}},"required":["success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Registrations"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.registrations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/devices/registrations/{registration_id}/override_codes":{"get":{"operationId":"get-registration-override-codes","summary":"Get override codes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"registration_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_v4_response_message"}},"result":{"$ref":"#/components/schemas/teams-devices_override_codes"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["warp-teams-device-api_other"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.override-codes","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/devices/resilience/disconnect":{"get":{"operationId":"devices-resilience-retrieve-global-warp-override","summary":"Retrieve Global WARP override state","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_global_warp_override_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-resilience.read"]},{"realmrootOidc":["teams-resilience.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Devices Resilience"],"x-api-token-group":["Zero Trust Resilience Read","Zero Trust Resilience Write","Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.resilience.global-warp-override","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"devices-resilience-set-global-warp-override","summary":"Set Global WARP override state","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_global_warp_override_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_global_warp_override_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-resilience.write"]}],"tags":["Devices Resilience"],"x-api-token-group":["Zero Trust Resilience Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.resilience.global-warp-override","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/revoke":{"post":{"operationId":"devices-revoke-devices","summary":"Revoke devices (deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_revoke_devices_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_api-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.revoke","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes sessions for a batch of devices destructively."}},"/accounts/{account_id}/devices/settings":{"put":{"operationId":"zero-trust-accounts-update-device-settings-for-the-zero-trust-account","summary":"Update device settings for a Zero Trust account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zero-trust-accounts-delete-device-settings-for-zero-trust-account","summary":"Reset device settings for a Zero Trust account with defaults. This turns off all proxying.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.settings","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"zero-trust-accounts-patch-device-settings-for-the-zero-trust-account","summary":"Patch device settings for a Zero Trust account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings-response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/devices/unrevoke":{"post":{"operationId":"devices-unrevoke-devices","summary":"Unrevoke devices (deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_unrevoke_devices_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_api-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.unrevoke","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/devices/{device_id}/override_codes":{"get":{"operationId":"devices-list-admin-override-code-for-device","summary":"Get override codes (deprecated)\n","parameters":[{"name":"device_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_registration_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_override_codes_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_override_codes_response"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Devices"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.override-codes","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/colos":{"get":{"operationId":"dex-endpoints-list-colos","summary":"List Cloudflare colos","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"sortBy","in":"query","schema":{"type":"string","enum":["fleet-status-usage","application-tests-usage"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_colos_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.colos","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/commands":{"get":{"operationId":"get-commands","summary":"List account commands","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","required":true,"schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"number","maximum":50,"minimum":1}},{"name":"from","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"to","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"device_id","in":"query","schema":{"type":"string"}},{"name":"user_email","in":"query","schema":{"type":"string"}},{"name":"command_type","in":"query","schema":{"type":"string","enum":["pcap","speed-test","warp-diag"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["PENDING_EXEC","PENDING_UPLOAD","SUCCESS","FAILED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_get_commands_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"post-commands","summary":"Create account commands","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"commands":{"type":"array","items":{"properties":{"args":{"type":"object","oneOf":[{"additionalProperties":false,"properties":{"test-all-routes":{"type":"boolean","default":true,"x-auditable":true}},"title":"warp-diag args","type":"object"},{"additionalProperties":false,"properties":{"max-file-size-mb":{"type":"number","default":5,"minimum":1,"x-auditable":true},"packet-size-bytes":{"type":"number","default":160,"minimum":1,"x-auditable":true},"time-limit-min":{"type":"number","default":5,"minimum":1,"x-auditable":true}},"title":"pcap args","type":"object"},{"additionalProperties":false,"properties":{"interfaces":{"type":"array","items":{"enum":["default","tunnel"],"type":"string","x-auditable":true}}},"title":"speed-test args","type":"object"}]},"device_id":{"type":"string"},"registration_id":{"type":"string"},"type":{"type":"string","enum":["pcap","speed-test","warp-diag"],"x-auditable":true},"user_email":{"type":"string"}},"required":["device_id","user_email","type"],"type":"object"},"maxItems":20}},"required":["commands"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_post_commands_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/dex/commands/devices":{"get":{"operationId":"get-commands-eligible-devices","summary":"List devices eligible for remote captures","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","required":true,"schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"number","maximum":50,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_commands_devices_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands.eligible-devices","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/commands/quota":{"get":{"operationId":"get-commands-quota","summary":"Returns account commands usage, quota, and reset time","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_get_commands_quota_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands.quota","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/commands/{command_id}/downloads/{filename}":{"get":{"operationId":"get-commands-command-id-downloads-filename","summary":"Download command output file","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"command_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_command_id"}},{"name":"filename","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"headers":{"Accept-Ranges":{"schema":{"type":"string"}},"Content-Disposition":{"schema":{"type":"string"}},"Content-Encoding":{"schema":{"type":"string"}},"Content-Length":{"schema":{"type":"integer"}},"Content-Type":{"schema":{"type":"string"}},"ETag":{"schema":{"type":"string"}},"Last-Modified":{"schema":{"type":"string","format":"date-time"}}},"content":{"application/zip":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Remote Commands"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.commands.results","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/dex_tests":{"get":{"operationId":"device-dex-test-details","summary":"List Device DEX tests","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":10,"maximum":50,"minimum":1}},{"name":"testName","in":"query","schema":{"type":"string"}},{"name":"kind","in":"query","schema":{"type":"string","enum":["http","traceroute"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"device-dex-test-create-device-dex-test","summary":"Create Device DEX test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}":{"get":{"operationId":"device-dex-test-get-device-dex-test","summary":"Get Device DEX test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"dex_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-test-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"device-dex-test-update-device-dex-test","summary":"Update Device DEX test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"dex_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"device-dex-test-delete-device-dex-test","summary":"Delete Device DEX test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"dex_test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-delete-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_dex-response_collection"},{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/{device_id}/fleet-status/live":{"get":{"operationId":"devices-live-status","summary":"Get the latest status of a device.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"device_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device_id"}},{"name":"since_minutes","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_since_minutes"}},{"name":"time_now","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_time_now"},"deprecated":true,"x-stainless-deprecation-message":"This parameter is deprecated and will be removed in the future."},{"name":"colo","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/{device_id}/fleet-status/over-time":{"get":{"operationId":"dex-device-status-over-time","summary":"Get the status over time for a device","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"device_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device_id"}},{"name":"from","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"to","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"interval","in":"query","required":true,"schema":{"type":"string","enum":["minute","hour"]}},{"name":"colo","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_device_status_over_time_result"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices.over-time","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/devices/{device_id}/isps":{"get":{"operationId":"dex-endpoints-list-device-isps","summary":"List device ISPs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"device_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"integer","maximum":50,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"sort_by","in":"query","schema":{"type":"string","default":"time_start","enum":["time_start"]}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"DESC","enum":["ASC","DESC"]}},{"name":"from","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"to","in":"query","schema":{"type":"string","format":"date-time"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_device_isps_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.isps","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/fleet-status/devices":{"get":{"operationId":"dex-fleet-status-devices","summary":"List details of devices using WARP.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"to","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"from","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"page","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_page"}},{"name":"per_page","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_per_page"}},{"name":"sort_by","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_sort_by"}},{"name":"colo","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"}},{"name":"device_id","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device_id"}},{"name":"mode","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_mode"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_status"}},{"name":"platform","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_platform"}},{"name":"version","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_version"}},{"name":"source","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_source"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_fleet_status_devices_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/fleet-status/live":{"get":{"operationId":"dex-fleet-status-live","summary":"Get live aggregate device details by dimension","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"since_minutes","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_since_minutes"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_fleet_status_live_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices.aggregates.live","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/fleet-status/over-time":{"get":{"operationId":"dex-fleet-status-over-time","summary":"Get over time aggregate details for devices by dimension","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"to","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"from","in":"query","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"}},{"name":"colo","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"}},{"name":"device_id","in":"query","schema":{"$ref":"#/components/schemas/digital-experience-monitoring_device_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_fleet_status_over_time_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.devices.aggregates.over-time","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/http-tests/{test_id}":{"get":{"operationId":"dex-endpoints-http-test-details","summary":"Get details and aggregate metrics for an http test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","required":true,"schema":{"type":"string","enum":["minute","hour"]}},{"name":"colo","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_http_details_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.http","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/http-tests/{test_id}/percentiles":{"get":{"operationId":"dex-endpoints-http-test-percentiles","summary":"Get percentiles for an http test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"colo","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_http_details_percentiles_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.http.percentiles","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/rules":{"get":{"operationId":"list-dex-rules","summary":"List DEX Rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","required":true,"schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"number","maximum":50,"minimum":1}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"ASC","enum":["ASC","DESC"]}},{"name":"sort_by","in":"query","schema":{"type":"string","default":"name","enum":["name","created_at","updated_at"]}},{"name":"name","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_list_rules_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"create-dex-rule","summary":"Create a DEX Rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_create_rule_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/dex/rules/{rule_id}":{"get":{"operationId":"get-dex-rule","summary":"Get DEX Rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"delete-dex-rule","summary":"Delete a DEX Rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"type":"boolean","nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"update-dex-rule","summary":"Update a DEX Rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_patch_rule_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.write"]}],"tags":["DEX Rules"],"x-api-token-group":["Cloudflare DEX Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/dex/tests/overview":{"get":{"operationId":"dex-endpoints-list-tests-overview","summary":"List DEX test analytics","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"colo","in":"query","schema":{"type":"string"}},{"name":"testName","in":"query","schema":{"type":"string"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"registration_id","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":10,"maximum":50,"minimum":1}},{"name":"kind","in":"query","schema":{"type":"string","enum":["http","traceroute"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_tests_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.overview.tests","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/dex/tests/unique-devices":{"get":{"operationId":"dex-endpoints-tests-unique-devices","summary":"Get count of devices targeted","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"testName","in":"query","schema":{"type":"string"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_unique_devices_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.overview.tests.unique-devices","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/traceroute-test-results/{test_result_id}/network-path":{"get":{"operationId":"dex-endpoints-traceroute-test-result-network-path","summary":"Get details for a specific traceroute test run","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_result_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_traceroute_test_result_network_path_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.traceroute.network-path","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/traceroute-tests/{test_id}":{"get":{"operationId":"dex-endpoints-traceroute-test-details","summary":"Get details and aggregate metrics for a traceroute test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","required":true,"schema":{"type":"string","enum":["minute","hour"]}},{"name":"colo","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_traceroute_details_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.traceroute","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/traceroute-tests/{test_id}/network-path":{"get":{"operationId":"dex-endpoints-traceroute-test-network-path","summary":"Get network path breakdown for a traceroute test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","required":true,"schema":{"type":"string","enum":["minute","hour"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_traceroute_test_network_path_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.tests.network-path","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/traceroute-tests/{test_id}/percentiles":{"get":{"operationId":"dex-endpoints-traceroute-test-percentiles","summary":"Get percentiles for a traceroute test","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"test_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}},{"name":"deviceId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"colo","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_traceroute_details_percentiles_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["DEX Synthetic Application Monitoring"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.test-results.traceroute.percentiles","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/dex/warp-change-events":{"get":{"operationId":"list-warp-change-events","summary":"List WARP change events.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_account_identifier"}},{"name":"page","in":"query","required":true,"schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","required":true,"schema":{"type":"number","maximum":50,"minimum":1}},{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","schema":{"type":"string","enum":["config","toggle"]}},{"name":"toggle","in":"query","schema":{"type":"string","enum":["on","off"]}},{"name":"config_name","in":"query","schema":{"type":"string"}},{"name":"account_name","in":"query","schema":{"type":"string"}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"ASC","enum":["ASC","DESC"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_warp_events_response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-dex.read"]},{"realmrootOidc":["teams-dex.write"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]}],"tags":["WARP Change Events"],"x-api-token-group":["Cloudflare DEX Write","Cloudflare DEX Read","Zero Trust Report","Zero Trust Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.dex.warp-change-events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/diagnostics/endpoint-healthchecks":{"get":{"operationId":"diagnostics-endpoint-healthcheck-list","summary":"List Endpoint Health Checks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-transit_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["Endpoint Health Checks"],"x-api-token-group":["Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"diagnostics-endpoint-healthcheck-create","summary":"Endpoint Health Check","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-transit_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["Endpoint Health Checks"],"x-api-token-group":["Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}":{"get":{"operationId":"diagnostics-endpoint-healthcheck-get","summary":"Get Endpoint Health Check","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_identifier"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-transit_traceroute_response_collection"},{"$ref":"#/components/schemas/magic-transit_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["Endpoint Health Checks"],"x-api-token-group":["Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/diagnostics/traceroute":{"post":{"operationId":"diagnostics-traceroute","summary":"Traceroute","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-transit_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"colos":{"$ref":"#/components/schemas/magic-transit_colos"},"options":{"$ref":"#/components/schemas/magic-transit_options"},"targets":{"$ref":"#/components/schemas/magic-transit_targets"}},"required":["targets"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-transit_traceroute_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-transit_traceroute_response_collection"},{"$ref":"#/components/schemas/magic-transit_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]}],"tags":["Diagnostics"],"x-api-token-group":["Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/dlp/custom_prompt_topics":{"get":{"operationId":"dlp-custom-prompt-topics-list","summary":"List custom prompt topics","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dlp_CustomPromptTopic"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-custom-prompt-topics-create","summary":"Create custom prompt topic","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid"},"topic":{"type":"string","maxLength":50,"minLength":2}},"required":["name","enabled","topic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomPromptTopic"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}":{"get":{"operationId":"dlp-custom-prompt-topics-get","summary":"Get custom prompt topic","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomPromptTopic"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-custom-prompt-topics-update","summary":"Update custom prompt topic","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"topic":{"type":"string","maxLength":50,"minLength":2}},"required":["name","enabled","topic"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomPromptTopic"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Write"],"x-stainless-skip":["terraform"]},"delete":{"operationId":"dlp-custom-prompt-topics-delete","summary":"Delete custom prompt topic","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Custom Prompt Topics"],"x-api-token-group":["Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/data_classes":{"get":{"operationId":"dlp-data-classes-list","summary":"Retrieve all data classes in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataClassArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-data-classes-create","summary":"Creates a new data class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewDataClass"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataClass"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_classes/{data_class_id}":{"get":{"operationId":"dlp-data-classes-read","summary":"Retrieve a specific data class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"data_class_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataClass"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-data-classes-update","summary":"Update the attributes of a single data class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"data_class_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DataClassUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataClass"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-data-classes-delete","summary":"Delete a single data class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"data_class_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Classes"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_categories":{"get":{"operationId":"dlp-data-tag-categories-list","summary":"Retrieve all data tag categories in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategoryArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-data-tag-categories-create","summary":"Creates a new data tag category.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewDataTagCategory"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategory"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_categories/{category_id}":{"get":{"operationId":"dlp-data-tag-categories-read","summary":"Retrieve a specific data tag category.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategory"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-data-tag-categories-update","summary":"Update the attributes of a single data tag category.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DataTagCategoryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategory"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-data-tag-categories-delete","summary":"Delete a single data tag category.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Categories"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags":{"get":{"operationId":"dlp-data-tags-list","summary":"Retrieve all data tags in a data tag category","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-data-tags-create","summary":"Creates a new data tag.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewDataTag"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTag"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}":{"get":{"operationId":"dlp-data-tags-read","summary":"Retrieve a specific data tag.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"tag_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTag"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-data-tags-update","summary":"Update the attributes of a single data tag.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"tag_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DataTagUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTag"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-data-tags-delete","summary":"Delete a single data tag.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"category_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"tag_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tags"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/data_tag_category_templates":{"get":{"operationId":"dlp-data-tag-category-templates-list","summary":"Retrieve all data tag category templates in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategoryTemplateArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Category Templates"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/data_tag_category_templates/{template_id}":{"get":{"operationId":"dlp-data-tag-category-template-read","summary":"Retrieve a specific data tag category template.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DataTagCategoryTemplate"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Data Tag Category Templates"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/datasets":{"get":{"operationId":"dlp-datasets-read-all","summary":"Fetch all datasets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-datasets-create","summary":"Create a new dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"encoding_version":{"type":"integer","format":"int32","minimum":0},"name":{"type":"string"},"secret":{"type":"boolean"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetCreation"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}":{"get":{"operationId":"dlp-datasets-read","summary":"Fetch a specific dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Dataset"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-datasets-update","summary":"Update details about a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"name":{"type":"string","nullable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Dataset"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-datasets-delete","summary":"Delete a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}/upload":{"post":{"operationId":"dlp-datasets-create-version","summary":"Prepare to upload a new version of a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetNewVersion"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}/upload/{version}":{"post":{"operationId":"dlp-datasets-upload-version","summary":"Upload a new version of a dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"version","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"required":true,"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Dataset"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}":{"post":{"operationId":"dlp-datasets-define-columns","summary":"Sets the column information for a multi-column upload","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"version","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"allOf":[{"oneOf":[{"properties":{"entry_id":{"type":"string","format":"uuid"}},"required":["entry_id"],"title":"Existing Column","type":"object"},{"properties":{"entry_name":{"type":"string"}},"required":["entry_name"],"title":"New Column","type":"object"}]},{"properties":{"header_name":{"type":"string"},"num_cells":{"type":"integer","format":"int64","minimum":0}},"required":["header_name","num_cells"],"type":"object"}]}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetColumnArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}/entries/{entry_id}":{"post":{"operationId":"dlp-datasets-upload-dataset-column","summary":"Upload a new version of a multi-column dataset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"dataset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"version","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DatasetColumn"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Datasets"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/document_fingerprints":{"get":{"operationId":"dlp-document-fingerprints-read-all","summary":"Retrieve data about all document fingerprints.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprintArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-document-fingerprints-create","summary":"Creates a new document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"match_percent":{"type":"integer","format":"int32"},"name":{"type":"string"}},"required":["name","match_percent"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprint"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}":{"get":{"operationId":"dlp-document-fingerprints-read","summary":"Retrieve data about a specific document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"document_fingerprint_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprint"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-document-fingerprints-upload","summary":"Uploads a new version for a document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"document_fingerprint_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprintUpload"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Write"]},"post":{"operationId":"dlp-document-fingerprints-update","summary":"Update the attributes of a single document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"document_fingerprint_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateDocumentFingerprint"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DocumentFingerprint"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-document-fingerprints-delete","summary":"Delete a single document fingerprint.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"document_fingerprint_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Document Fingerprints"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/email/account_mapping":{"get":{"operationId":"dlp-email-scanner-get-account-mapping","summary":"Get mapping","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_AddinAccountMapping"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-email-scanner-create-account-mapping","summary":"Create mapping","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateAddinAccountMapping"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_AddinAccountMapping"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/email/rules":{"get":{"operationId":"dlp-email-scanner-list-all-rules","summary":"List all email scanner rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRuleArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-email-scanner-create-rule","summary":"Create email scanner rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CreateEmailRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]},"patch":{"operationId":"dlp-email-scanner-update-rule-priorities","summary":"Update email scanner rule priorities","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateEmailRulePriorities"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/email/rules/{rule_id}":{"get":{"operationId":"dlp-email-scanner-get-rule","summary":"Get an email scanner rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"rule_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-email-scanner-update-rule","summary":"Update email scanner rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"rule_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CreateEmailRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-email-scanner-delete-rule","summary":"Delete email scanner rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"rule_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EmailRule"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Email"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries":{"get":{"operationId":"dlp-entries-list-all-entries","summary":"List all entries","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EntryWithUploadStatus"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-entries-create-entry","summary":"Create custom entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewEntry"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/custom/{entry_id}":{"put":{"operationId":"dlp-entries-update-custom-entry","summary":"Update custom entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CustomEntryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/integration":{"post":{"operationId":"dlp-entries-create-integration-entry","summary":"Create integration entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewPredefinedEntry"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_IntegrationEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Integration Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/integration/{entry_id}":{"put":{"operationId":"dlp-entries-update-integration-entry","summary":"Update integration entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedEntryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_IntegrationEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Integration Entries"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-entries-delete-integration-entry","summary":"Delete integration entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Integration Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/predefined":{"post":{"operationId":"dlp-entries-create-predefined-entry","summary":"Create predefined entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewPredefinedEntry"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Predefined Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/predefined/{entry_id}":{"put":{"operationId":"dlp-entries-update-predefined-entry","summary":"Update predefined entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedEntryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedEntry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-entries-delete-predefined-entry","summary":"Delete predefined entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Predefined Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/entries/{entry_id}":{"get":{"operationId":"dlp-entries-get-dlp-entry","summary":"Get DLP Entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_EntryWithSharedProfiles"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-entries-update-entry","summary":"Update entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_EntryUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Entry"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-entries-delete-entry","summary":"Delete custom entry","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entry_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Entries"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/limits":{"get":{"operationId":"dlp-limits-get","summary":"Fetch limits associated with DLP for account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Limits"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/dlp/patterns/validate":{"post":{"operationId":"dlp-pattern-validate","summary":"Validate a DLP regex pattern","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_RegexValidationQuery"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RegexValidationResult"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/payload_log":{"get":{"operationId":"dlp-payload-log-get","summary":"Get payload log settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PayloadLogSetting"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-payload-log-put","summary":"Set payload log settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PayloadLogSettingUpdateLegacy"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PayloadLogSetting"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles":{"get":{"operationId":"dlp-profiles-list-all-profiles","summary":"List all profiles","parameters":[{"name":"all","in":"query","schema":{"type":"boolean"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_ProfileArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/custom":{"get":{"operationId":"dlp-profiles-list-all-custom-profiles","summary":"List all custom profiles","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_CustomProfileArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-profiles-create-custom-profiles","summary":"Create custom profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewCustomProfile"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/custom/{profile_id}":{"get":{"operationId":"dlp-profiles-get-custom-profile","summary":"Get custom profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-profiles-update-custom-profile","summary":"Update custom profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CustomProfileUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-profiles-delete-custom-profile","summary":"Delete custom profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/predefined":{"post":{"operationId":"dlp-profiles-create-predefined-profile","summary":"Create predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewPredefinedProfile"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}":{"get":{"operationId":"dlp-profiles-get-predefined-profile","summary":"Get predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-profiles-update-predefined-profile","summary":"Update predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedProfileUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-profiles-delete-predefined-profile","summary":"Delete predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config":{"get":{"operationId":"dlp-profiles-get-predefined-profile-config","summary":"Get predefined profile config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfig"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-profiles-update-predefined-profile-config","summary":"Update predefined profile config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfigUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfig"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]},"post":{"operationId":"dlp-profiles-create-predefined-profile-config","summary":"Create predefined profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfigUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_PredefinedProfileConfig"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/profiles/{profile_id}":{"get":{"operationId":"dlp-profiles-get-dlp-profile","summary":"Get DLP Profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"profile_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Profile"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Profiles"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups":{"get":{"operationId":"dlp-sensitivity-groups-list","summary":"Retrieve all sensitivity groups in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroupArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-sensitivity-groups-create","summary":"Creates a new sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewSensitivityGroup"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroup"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups/templates":{"get":{"operationId":"dlp-sensitivity-group-templates-list","summary":"Retrieve all sensitivity group templates in an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroupTemplateArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Group Templates"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/sensitivity_groups/templates/{template_id}":{"get":{"operationId":"dlp-sensitivity-group-template-read","summary":"Retrieve a specific sensitivity group template.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"template_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroupTemplate"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Group Templates"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-stainless-skip":["terraform"]}},"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}":{"get":{"operationId":"dlp-sensitivity-groups-read","summary":"Retrieve a specific sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroup"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-sensitivity-groups-update","summary":"Update the attributes of a single sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_SensitivityGroupUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityGroup"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-sensitivity-groups-delete","summary":"Delete a single sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/level_order":{"get":{"operationId":"dlp-sensitivity-groups-get-level-order","summary":"Retrieve the ordered list of level IDs for a sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevelOrder"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-sensitivity-groups-put-level-order","summary":"Set the ordering of levels within a sensitivity group.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_SensitivityLevelOrder"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevelOrder"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Groups"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels":{"get":{"operationId":"dlp-sensitivity-levels-list","summary":"Retrieve all sensitivity levels in a sensitivity group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevelArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-sensitivity-levels-create","summary":"Creates a new sensitivity level.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_NewSensitivityLevel"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels/{sensitivity_level_id}":{"get":{"operationId":"dlp-sensitivity-levels-read","summary":"Retrieve a specific sensitivity level.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"sensitivity_level_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-sensitivity-levels-update","summary":"Update the attributes of a single sensitivity level.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"sensitivity_level_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_SensitivityLevelUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-sensitivity-levels-delete","summary":"Delete a single sensitivity level.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"sensitivity_group_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"sensitivity_level_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Sensitivity Levels"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dlp/settings":{"get":{"operationId":"dlp-settings-get","summary":"Get DLP account-level settings.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DlpSettings"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-settings-update","summary":"Update DLP account-level settings (full replacement).","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DlpSettingsUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DlpSettings"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-settings-delete","summary":"Delete (reset) DLP account-level settings to initial values.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DlpSettings"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]},"patch":{"operationId":"dlp-settings-edit","summary":"Partially update DLP account-level settings.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_DlpSettingsUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_DlpSettings"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["DLP Settings"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/dls/regional_services/prefix_bindings":{"get":{"operationId":"publicListPrefixBindings","summary":"List DLS prefix bindings for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_PrefixBindingPaginatedListResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.read"]},{"realmrootOidc":["dls.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Read","DLS: Write"]},"post":{"operationId":"publicCreatePrefixBinding","summary":"Create a DLS prefix binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_CreatePrefixBindingInput"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_PrefixBindingResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.write"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Write","IP Prefixes: Write"]}},"/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}":{"get":{"operationId":"publicGetPrefixBinding","summary":"Get a DLS prefix binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_PrefixBindingResponse"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.read"]},{"realmrootOidc":["dls.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Read","DLS: Write"]},"delete":{"operationId":"publicDeletePrefixBinding","summary":"Delete a DLS prefix binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_good_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.write"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Write","IP Prefixes: Write"]},"patch":{"operationId":"publicPatchPrefixBinding","summary":"Update a DLS prefix binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"binding_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_UpdatePrefixBindingInput"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_PrefixBindingResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.write"]},{"realmrootOidc":["ip-prefix.write"]}],"tags":["Prefix Bindings"],"x-api-token-group":["DLS: Write","IP Prefixes: Write"]}},"/accounts/{account_id}/dls/regions":{"get":{"operationId":"publicListRegions","summary":"List DLS regions for an account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}},{"name":"type","in":"query","schema":{"type":"string","enum":["managed","custom"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_RegionPublicPaginatedListResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.read"]},{"realmrootOidc":["dls.write"]}],"tags":["Regions"],"x-api-token-group":["DLS: Read","DLS: Write"]}},"/accounts/{account_id}/dls/regions/{region_id}":{"get":{"operationId":"publicGetRegion","summary":"Get a DLS region","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dls_account_identifier"}},{"name":"region_id","in":"path","required":true,"schema":{"type":"string","maxLength":255}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_FetchPublicRegionResponse"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dls_bad_response"}}}}},"security":[{"realmrootOidc":["dls.read"]},{"realmrootOidc":["dls.write"]}],"tags":["Regions"],"x-api-token-group":["DLS: Read","DLS: Write"]}},"/accounts/{account_id}/dns_firewall":{"get":{"operationId":"dns-firewall-list-dns-firewall-clusters","summary":"List DNS Firewall Clusters","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_response_collection"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"dns-firewall-create-dns-firewall-cluster","summary":"Create DNS Firewall Cluster","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster-post"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/dns_firewall/{dns_firewall_id}":{"get":{"operationId":"dns-firewall-dns-firewall-cluster-details","summary":"DNS Firewall Cluster Details","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"dns-firewall-delete-dns-firewall-cluster","summary":"Delete DNS Firewall Cluster","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-firewall_identifier"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-firewall_identifier"}}}},"type":"object"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"dns-firewall-update-dns-firewall-cluster","summary":"Update DNS Firewall Cluster","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_single_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report":{"get":{"operationId":"dns-firewall-analytics-table","summary":"Table","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_metrics"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_dimensions"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_until"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_limit"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_sort"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_filters"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common-failure"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall Analytics"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"]}},"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report/bytime":{"get":{"operationId":"dns-firewall-analytics-by-time","summary":"By Time","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_metrics"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_dimensions"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_until"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_limit"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_sort"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_filters"}},{"name":"time_delta","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_time_delta"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report_bytime"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common-failure"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report_bytime"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall Analytics"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"]}},"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/reverse_dns":{"get":{"operationId":"dns-firewall-show-dns-firewall-cluster-reverse-dns","summary":"Show DNS Firewall Cluster Reverse DNS","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_reverse_dns_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_reverse_dns_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write","DNS Firewall Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall.reverse-dns","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"dns-firewall-update-dns-firewall-cluster-reverse-dns","summary":"Update DNS Firewall Cluster Reverse DNS","parameters":[{"name":"dns_firewall_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-reverse-dns-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_reverse_dns_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns_firewall_reverse_dns_response"},{"$ref":"#/components/schemas/dns-firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-firewall.write"]}],"tags":["DNS Firewall"],"x-api-token-group":["DNS Firewall Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns-firewall.reverse-dns","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/dns_records/usage":{"get":{"operationId":"dns-records-for-an-account-get-usage","summary":"Get DNS Record Usage for Account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_account_usage"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_account_usage"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-dns-settings.read"]},{"realmrootOidc":["account-dns-settings.write"]}],"tags":["DNS Records for an Account"],"x-api-token-group":["Account DNS Settings Write","Account DNS Settings Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.usage.account","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/dns_settings":{"get":{"operationId":"dns-settings-for-an-account-list-dns-settings","summary":"Show DNS Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-dns-settings.read"]},{"realmrootOidc":["account-dns-settings.write"]}],"tags":["DNS Settings for an Account"],"x-api-token-group":["Account DNS Settings Write","Account DNS Settings Read"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account","x-fern-sdk-method-name":"get"},"patch":{"operationId":"dns-settings-for-an-account-update-dns-settings","summary":"Update DNS Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_account_settings_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-dns-settings.write"]}],"tags":["DNS Settings for an Account"],"x-api-token-group":["Account DNS Settings Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account","x-fern-sdk-method-name":"edit"}},"/accounts/{account_id}/dns_settings/views":{"get":{"operationId":"dns-views-for-an-account-list-internal-dns-views","summary":"List Internal DNS Views","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"name.exact","in":"query","schema":{"type":"string"}},{"name":"name.contains","in":"query","schema":{"type":"string"}},{"name":"name.startswith","in":"query","schema":{"type":"string"}},{"name":"name.endswith","in":"query","schema":{"type":"string"}},{"name":"zone_id","in":"query","schema":{"type":"string"}},{"name":"zone_name","in":"query","schema":{"type":"string"}},{"name":"match","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_match"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_page"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_per_page"}},{"name":"order","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_order"}},{"name":"direction","in":"query","schema":{"$ref":"#/components/schemas/dns-settings_direction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_view_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_view_response_collection"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write","DNS View Read"],"x-cfPermissionsRequired":{"enum":["#dns.view:list"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"list"},"post":{"operationId":"dns-views-for-an-account-create-internal-dns-views","summary":"Create Internal DNS View","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns-view-post"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write"],"x-cfPermissionsRequired":{"enum":["#dns.view:create"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/dns_settings/views/{view_id}":{"get":{"operationId":"dns-views-for-an-account-get-internal-dns-view","summary":"DNS Internal View Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}},{"name":"view_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write","DNS View Read"],"x-cfPermissionsRequired":{"enum":["#dns.view:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"get"},"delete":{"operationId":"dns-views-for-an-account-delete-internal-dns-view","summary":"Delete Internal DNS View","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}},{"name":"view_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-settings_identifier"}}}}}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-settings_identifier"}}}},"type":"object"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write"],"x-cfPermissionsRequired":{"enum":["#dns.view:delete"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"dns-views-for-an-account-update-internal-dns-view","summary":"Update Internal DNS View","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}},{"name":"view_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns-view-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_view_response_single"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns-view.write"]}],"tags":["DNS Internal Views for an Account"],"x-api-token-group":["DNS View Write"],"x-cfPermissionsRequired":{"enum":["#dns.view:update"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.account.views","x-fern-sdk-method-name":"edit"}},"/accounts/{account_id}/email-security/investigate":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_investigate","summary":"Search email messages","parameters":[{"name":"start","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"end","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"query","in":"query","schema":{"type":"string"}},{"name":"detections_only","in":"query","schema":{"type":"boolean","default":true}},{"name":"final_disposition","in":"query","schema":{"type":"string","enum":["MALICIOUS","SUSPICIOUS","SPOOF","SPAM","BULK","NONE"]}},{"name":"metric","in":"query","schema":{"type":"string"}},{"name":"message_action","in":"query","schema":{"type":"string","enum":["PREVIEW","QUARANTINE_RELEASED","MOVED"]}},{"name":"recipient","in":"query","schema":{"type":"string"}},{"name":"sender","in":"query","schema":{"type":"string"}},{"name":"alert_id","in":"query","schema":{"type":"string"}},{"name":"domain","in":"query","schema":{"type":"string"}},{"name":"message_id","in":"query","schema":{"type":"string"}},{"name":"subject","in":"query","schema":{"type":"string"}},{"name":"delivery_status","in":"query","schema":{"$ref":"#/components/schemas/email-security_MessageDeliveryStatus"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/email-security_per_page"},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1,"nullable":true},"deprecated":true,"x-stainless-deprecation-message":"Use cursor pagination instead.","x-sunset":"2026-11-01"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MessageDetails"}},"result_info":{"$ref":"#/components/schemas/email-security_CursorResultInfo"}},"required":["result","result_info"],"type":"object"}]}}}},"202":{"headers":{"Location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"type":"string"},"maxItems":0},"result_info":{"$ref":"#/components/schemas/email-security_CursorResultInfo"}},"required":["result","result_info"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/bulk":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_get_bulk_jobs","summary":"List bulk action jobs","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"name":"action_type","in":"query","schema":{"type":"string","enum":["MOVE","RELEASE"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["PENDING","DISCOVERING","PROCESSING","COMPLETED","FAILED","CANCELLED","SKIPPED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_BulkJobDetail"}},"result_info":{"$ref":"#/components/schemas/email-security_CursorResultInfo"}},"required":["result","result_info"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_bulk_job","summary":"Create a bulk action job","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_BulkActionRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BulkJobDetail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/bulk/{job_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"get":{"operationId":"email_security_get_bulk_job","summary":"Get bulk action job details","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BulkJobDetail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/bulk/{job_id}/cancel":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"post":{"operationId":"email_security_cancel_bulk_job","summary":"Cancel a bulk action job","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BulkJobDetail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/bulk/{job_id}/messages":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"get":{"operationId":"email_security_get_bulk_job_messages","summary":"List messages for a bulk action job","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"name":"status","in":"query","schema":{"type":"string","enum":["PENDING","DISCOVERING","PROCESSING","COMPLETED","FAILED","CANCELLED","SKIPPED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_BulkActionMessageDetail"}},"result_info":{"$ref":"#/components/schemas/email-security_CursorResultInfo"}},"required":["result","result_info"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/move":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_post_bulk_move","summary":"Move multiple messages","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"ids":{"type":"array","items":{"$ref":"#/components/schemas/email-security_InvestigateId"},"x-auditable":true},"postfix_ids":{"type":"array","items":{"$ref":"#/components/schemas/email-security_PostfixId"},"deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `ids` instead."}},"required":["destination"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MoveResponseItem"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/preview":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_post_preview","summary":"Preview for non-detection messages","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postfix_id":{"$ref":"#/components/schemas/email-security_PostfixId"}},"required":["postfix_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessagePreview"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/release":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_post_release","summary":"Release messages from quarantine","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/email-security_InvestigateId"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ReleaseResponse"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.release","x-fern-sdk-method-name":"bulk","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}},{"$ref":"#/components/parameters/email-security_submission"}],"get":{"operationId":"email_security_get_message","summary":"Get message details","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessageDetails"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/action_log":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_action_log","summary":"Get action log for a message","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ActionEntry"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.get-action","x-fern-sdk-method-name":"log","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/detections":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_detections","summary":"Get message detection details","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessageDetectionDetails"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.detections","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/move":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"post":{"operationId":"email_security_post_message_move","summary":"Move a message","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"}},"required":["destination"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MoveResponseItem"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/preview":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_preview","summary":"Get email preview","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessagePreview"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.preview","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/raw":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_raw","summary":"Get raw email content","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessageRaw"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.raw","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/reclassify":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"post":{"operationId":"email_security_post_reclassify","summary":"Change email classification","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_ReclassifyRequest"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"object"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.reclassify","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/investigate/{investigate_id}/trace":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"investigate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_InvestigateId"}}],"get":{"operationId":"email_security_get_message_trace","summary":"Get email trace","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_MessageTrace"}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.investigate.trace","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/phishguard/reports":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_get_phishguard_reports","summary":"Get PhishGuard reports","parameters":[{"name":"start","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"end","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"from_date","in":"query","schema":{"type":"string","format":"date"},"deprecated":true,"x-stainless-deprecation-message":"Use `start` instead.","x-sunset":"2026-11-01"},{"name":"to_date","in":"query","schema":{"type":"string","format":"date"},"deprecated":true,"x-stainless-deprecation-message":"Use `end` instead.","x-sunset":"2026-11-01"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_PhishGuardReport"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/allow_policies":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_allow_policies","summary":"List email allow policies","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["pattern","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"is_exempt_recipient","in":"query","schema":{"type":"boolean"}},{"name":"is_trusted_sender","in":"query","schema":{"type":"boolean"}},{"name":"is_acceptable_sender","in":"query","schema":{"type":"boolean"}},{"name":"verify_sender","in":"query","schema":{"type":"boolean"}},{"name":"pattern_type","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/email-security_PatternType"}]}},{"name":"pattern","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_AllowPolicyList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"email_security_create_allow_policy","summary":"Create email allow policy","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateAllowPolicy"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_AllowPolicy"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/allow_policies/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_allow_policies","summary":"Batch allow policies operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_AllowPolicyId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateAllowPolicy"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicyId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateAllowPolicy"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicy"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicyId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedAllowPolicy"}},"patches":{"$ref":"#/components/schemas/email-security_AllowPolicyList"},"posts":{"$ref":"#/components/schemas/email-security_AllowPolicyList"},"puts":{"$ref":"#/components/schemas/email-security_AllowPolicyList"}}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.batch.allow.policies.batch","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_AllowPolicyId"}}],"get":{"operationId":"email_security_get_allow_policy","summary":"Get an email allow policy","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_AllowPolicy"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"email_security_delete_allow_policy","summary":"Delete an email allow policy","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedAllowPolicy"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"},"patch":{"operationId":"email_security_update_allow_policy","summary":"Update an email allow policy","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateAllowPolicy"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_AllowPolicy"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.allow-policies","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/block_senders":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_blocked_senders","summary":"List blocked email senders","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["pattern","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"pattern_type","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/email-security_PatternType"}]}},{"name":"pattern","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BlockedSenderList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_blocked_sender","summary":"Create blocked email sender","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateBlockedSender"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BlockedSender"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/block_senders/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_blocked_senders","summary":"Batch blocked senders operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_BlockedSenderId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateBlockedSender"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSenderId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateBlockedSender"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSender"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSenderId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedBlockedSender"}},"patches":{"$ref":"#/components/schemas/email-security_BlockedSenderList"},"posts":{"$ref":"#/components/schemas/email-security_BlockedSenderList"},"puts":{"$ref":"#/components/schemas/email-security_BlockedSenderList"}}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/block_senders/{pattern_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"pattern_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_BlockedSenderId"}}],"get":{"operationId":"email_security_get_blocked_sender","summary":"Get a blocked email sender","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BlockedSender"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_blocked_sender","summary":"Delete a blocked email sender","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedBlockedSender"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.block-senders","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"},"patch":{"operationId":"email_security_update_blocked_sender","summary":"Update a blocked email sender","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateBlockedSender"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_BlockedSender"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.block-senders","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/domains":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_domains","summary":"List protected email domains","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["domain","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"allowed_delivery_mode","in":"query","schema":{"$ref":"#/components/schemas/email-security_DeliveryMode"}},{"name":"domain","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"active_delivery_mode","in":"query","schema":{"$ref":"#/components/schemas/email-security_DeliveryMode"}},{"name":"integration_id","in":"query","schema":{"type":"string","format":"uuid"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/email-security_DomainStatus"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DomainList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_domains","summary":"Add a new email domain","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateDomain"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_Domain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_domains","summary":"Unprotect multiple email domains","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"],"type":"object"},"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedDomain"}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"deprecated":true,"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/domains/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_domains","summary":"Batch domain operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateDomain"},{"properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateDomain"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_ReplaceDomain"},{"properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedDomain"}},"patches":{"$ref":"#/components/schemas/email-security_DomainList"},"posts":{"$ref":"#/components/schemas/email-security_DomainList"},"puts":{"$ref":"#/components/schemas/email-security_DomainList"}},"required":["deletes","patches","puts","posts"]}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/domains/{domain_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"domain_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_DomainId"}}],"get":{"operationId":"email_security_get_domain","summary":"Get an email domain","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_Domain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.domains","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"email_security_delete_domain","summary":"Unprotect an email domain","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"patch":{"operationId":"email_security_update_domain","summary":"Update an email domain","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateDomain"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_Domain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/domains/{domain_id}/verification":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"domain_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_DomainId"}}],"get":{"operationId":"email_security_get_domain_verification","summary":"Get domain verification details","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DomainVerificationInfo"}},"type":"object"}]}}}},"204":{},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/impersonation_registry":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_impersonation_registry","summary":"List entries in impersonation registry","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["name","email","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"provenance","in":"query","schema":{"$ref":"#/components/schemas/email-security_Provenance"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_ImpersonationRegistryList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_impersonation_registry","summary":"Create impersonation registry entry","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateImpersonationRegistry"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/impersonation_registry/{impersonation_registry_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"impersonation_registry_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_ImpersonationRegistryId"}}],"get":{"operationId":"email_security_get_impersonation_registry","summary":"Get an impersonation registry entry","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_impersonation_registry","summary":"Delete an impersonation registry entry","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedImpersonationRegistry"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"patch":{"operationId":"email_security_update_impersonation_registry","summary":"Update an impersonation registry entry","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateImpersonationRegistry"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/sending_domain_restrictions":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_sending_domain_restrictions","summary":"List sending domain restrictions","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["domain","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_sending_domain_restriction","summary":"Create a sending domain restriction","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateSendingDomainRestriction"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_sending_domain_restrictions","summary":"Batch sending domain restrictions operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}},"required":["id"],"type":"object"},"maxItems":1000}},"required":["deletes"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}},"required":["id"],"type":"object"}}},"required":["deletes"]}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"sending_domain_restriction_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}}],"get":{"operationId":"email_security_get_sending_domain_restriction","summary":"Get a sending domain restriction","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_sending_domain_restriction","summary":"Delete a sending domain restriction","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedSendingDomainRestriction"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"patch":{"operationId":"email_security_update_sending_domain_restriction","summary":"Update a sending domain restriction","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateSendingDomainRestriction"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/trusted_domains":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_trusted_domains","summary":"List trusted email domains","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"},{"$ref":"#/components/parameters/email-security_search"},{"name":"order","in":"query","schema":{"type":"string","enum":["pattern","created_at"]}},{"$ref":"#/components/parameters/email-security_direction"},{"name":"is_recent","in":"query","schema":{"type":"boolean"}},{"name":"is_similarity","in":"query","schema":{"type":"boolean"}},{"name":"pattern","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_TrustedDomainList"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_trusted_domain","summary":"Create trusted email domain","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateTrustedDomain"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_TrustedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.trusted-domains","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/trusted_domains/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_trusted_domains","summary":"Batch trusted domains operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_TrustedDomainId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateTrustedDomain"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomainId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateTrustedDomain"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomain"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomainId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedTrustedDomain"}},"patches":{"$ref":"#/components/schemas/email-security_TrustedDomainList"},"posts":{"$ref":"#/components/schemas/email-security_TrustedDomainList"},"puts":{"$ref":"#/components/schemas/email-security_TrustedDomainList"}}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"trusted_domain_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_TrustedDomainId"}}],"get":{"operationId":"email_security_get_trusted_domain","summary":"Get a trusted email domain","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_TrustedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.trusted-domains","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"email_security_delete_trusted_domain","summary":"Delete a trusted email domain","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedTrustedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.trusted-domains","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"},"patch":{"operationId":"email_security_update_trusted_domain","summary":"Update a trusted email domain","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateTrustedDomain"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_TrustedDomain"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-security.settings.trusted-domains","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/url_ignore_patterns":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"get":{"operationId":"email_security_list_url_ignore_patterns","summary":"List URL ignore patterns","parameters":[{"$ref":"#/components/parameters/email-security_page"},{"$ref":"#/components/parameters/email-security_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"post":{"operationId":"email_security_create_url_ignore_pattern","summary":"Create a URL ignore pattern","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_CreateUrlIgnorePattern"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/url_ignore_patterns/batch":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"}],"post":{"operationId":"email_security_batch_url_ignore_patterns","summary":"Batch URL ignore patterns","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"deletes":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}},"required":["id"],"type":"object"},"maxItems":1000},"patches":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_UpdateUrlIgnorePattern"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_CreateUrlIgnorePattern"},"maxItems":1000},"puts":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/email-security_CreateUrlIgnorePattern"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}]}},"required":["id"],"type":"object"}]},"maxItems":1000}},"required":["deletes","patches","puts","posts"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeletedUrlIgnorePattern"}},"patches":{"type":"array","items":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"posts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"puts":{"type":"array","items":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}}},"required":["deletes","patches","puts","posts"]}},"required":["result"],"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}":{"parameters":[{"$ref":"#/components/parameters/email-security_account_id"},{"name":"pattern_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}}],"get":{"operationId":"email_security_get_url_ignore_pattern","summary":"Get a URL ignore pattern","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.read"]},{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write","Cloud Email Security: Read"],"x-stability":"beta"},"delete":{"operationId":"email_security_delete_url_ignore_pattern","summary":"Delete a URL ignore pattern","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_DeletedUrlIgnorePattern"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"},"patch":{"operationId":"email_security_update_url_ignore_pattern","summary":"Update a URL ignore pattern","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_UpdateUrlIgnorePattern"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/email-security_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email-security_UrlIgnorePattern"}},"type":"object"}]}}}},"4XX":{"$ref":"#/components/responses/email-security_ClientError"}},"security":[{"realmrootOidc":["cloud-email-security.write"]}],"tags":["Email Security Settings"],"x-api-token-group":["Cloud Email Security: Write"],"x-stability":"beta"}},"/accounts/{account_id}/email/routing/addresses":{"get":{"operationId":"email-routing-destination-addresses-list-destination-addresses","summary":"List destination addresses","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}},{"name":"verified","in":"query","schema":{"type":"boolean","default":true,"enum":[true,false]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_addresses_response_collection"}}}}},"security":[{"realmrootOidc":["email-routing-address.read"]},{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write","Email Routing Addresses Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"email-routing-destination-addresses-create-a-destination-address","summary":"Create a destination address","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_create_destination_address_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_address_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}":{"get":{"operationId":"email-routing-destination-addresses-get-a-destination-address","summary":"Get a destination address","parameters":[{"name":"destination_address_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_destination_address_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_address_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-address.read"]},{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write","Email Routing Addresses Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"email-routing-destination-addresses-delete-destination-address","summary":"Delete destination address","parameters":[{"name":"destination_address_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_destination_address_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_address_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"email-routing-destination-addresses-update-destination-address","summary":"Update destination address","parameters":[{"name":"destination_address_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_destination_address_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_destination_address_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_destination_address_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-address.write"]}],"tags":["Email Routing destination addresses"],"x-api-token-group":["Email Routing Addresses Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.email.routing.address.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.addresses","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration":{"get":{"operationId":"r2-get-event-notification-configs","summary":"List Event Notification Rules","parameters":[{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_bucket-config"}},"type":"object"}]}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write","Workers R2 Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.event-notifications","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id}":{"get":{"operationId":"r2-get-event-notification-config","summary":"Get Event Notification Rule","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_queue_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"type":"string","default":"default","enum":["default","eu","fedramp"],"x-stainless-param":"jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_queues-config"}},"type":"object"}]}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write","Workers R2 Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.event-notifications","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"r2-put-event-notification-config","summary":"Create Event Notification Rule","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_queue_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"rules":{"type":"array","items":{"$ref":"#/components/schemas/r2_rule"},"minItems":1}},"required":["rules"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.event-notifications","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"r2-event-notification-delete-config","summary":"Delete Event Notification Rules","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_queue_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ruleIds":{"type":"array","items":{"type":"string"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.event-notifications","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/event_subscriptions/subscriptions":{"get":{"operationId":"subscriptions-list","summary":"List Event Subscriptions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}},{"name":"order","in":"query","schema":{"type":"string","default":"name","enum":["created_at","name","enabled","source"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mq_event-subscription"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}},"required":["count","total_count","page","per_page","total_pages"]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"subscriptions-create","summary":"Create Event Subscription","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"$ref":"#/components/schemas/mq_event-destination"},"enabled":{"type":"boolean","x-auditable":true},"events":{"type":"array","items":{"type":"string"},"minItems":1,"x-auditable":true},"name":{"type":"string","x-auditable":true},"source":{"$ref":"#/components/schemas/mq_event-source"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_event-subscription"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}},"405":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id}":{"get":{"operationId":"subscriptions-get","summary":"Get Event Subscription","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"subscription_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_event-subscription"}},"type":"object"}]}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"subscriptions-delete","summary":"Delete Event Subscription","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"subscription_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_event-subscription"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"subscriptions-patch","summary":"Update Event Subscription","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"subscription_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"$ref":"#/components/schemas/mq_event-destination"},"enabled":{"type":"boolean","x-auditable":true},"events":{"type":"array","items":{"type":"string"},"minItems":1,"x-auditable":true},"name":{"type":"string","x-auditable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_event-subscription"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.subscriptions","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-forge-params":{"enabled":{"default":null}}}},"/accounts/{account_id}/firewall/access_rules/rules":{"get":{"operationId":"ip-access-rules-for-an-account-list-ip-access-rules","summary":"List IP Access rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}},{"name":"mode","in":"query","schema":{"$ref":"#/components/schemas/firewall_schemas-mode"}},{"name":"configuration.target","in":"query","schema":{"type":"string","enum":["ip","ip_range","asn","country"]}},{"name":"configuration.value","in":"query","schema":{"type":"string"}},{"name":"notes","in":"query","schema":{"type":"string"}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"order","in":"query","schema":{"type":"string","enum":["configuration.target","configuration.value","mode"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write","Account Firewall Access Rules Read"],"x-cfPermissionsRequired":{"enum":["#waf:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"ip-access-rules-for-an-account-create-an-ip-access-rule","summary":"Create an IP Access rule","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"allOf":[{"$ref":"#/components/schemas/firewall_notes"},{"default":""}]}},"required":["mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPermissionsRequired":{"enum":["#waf:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/firewall/access_rules/rules/{rule_id}":{"get":{"operationId":"ip-access-rules-for-an-account-get-an-ip-access-rule","summary":"Get an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write","Account Firewall Access Rules Read"],"x-cfPermissionsRequired":{"enum":["#waf:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"ip-access-rules-for-an-account-delete-an-ip-access-rule","summary":"Delete an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single-id"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPermissionsRequired":{"enum":["#waf:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"ip-access-rules-for-an-account-update-an-ip-access-rule","summary":"Update an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_schemas-rule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for an account"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPermissionsRequired":{"enum":["#waf:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.access-rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps":{"get":{"operationId":"flagship_list_apps","summary":"List apps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/flagship_App"}},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"flagship_create_app","summary":"Create app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"}},"additionalProperties":false,"required":["name"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_App"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps/{app_id}":{"get":{"operationId":"flagship_get_app","summary":"Get app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_App"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"flagship_update_app","summary":"Update app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"}},"additionalProperties":false}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_App"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"flagship_delete_app","summary":"Delete app","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_DeleteAppResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Apps"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps/{app_id}/evaluate":{"get":{"operationId":"flagship_evaluate_flag","summary":"Evaluate flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flagKey","in":"query","required":true,"schema":{"type":"string"}},{"name":"targetingKey","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_EvaluationResult"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.evaluate"]},{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Evaluation"],"x-api-token-group":["Flagship Read","Flagship Write","Flagship Evaluate"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.evaluate"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.evaluate","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"flagship_evaluate_flag_post","summary":"Evaluate flag (POST)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"type":"object","default":{},"additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"}},"flagKey":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"}},"additionalProperties":false,"required":["flagKey"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_EvaluationResult"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.evaluate"]},{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Evaluation"],"x-api-token-group":["Flagship Read","Flagship Write","Flagship Evaluate"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.evaluate"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/flagship/apps/{app_id}/flags":{"get":{"operationId":"flagship_list_flags","summary":"List flags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_FlagsPage"},"result_info":{"$ref":"#/components/schemas/flagship_ResultInfo"},"success":{"type":"boolean"}},"required":["success","result","result_info","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"flagship_create_flag","summary":"Create flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_variation":{"type":"string","minLength":1},"enabled":{"type":"boolean"},"key":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"rules":{"type":"array","items":{"additionalProperties":false,"properties":{"conditions":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"$ref":"#/components/schemas/flagship_JsonValue"},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]}},"priority":{"type":"integer","minimum":1},"rollout":{"type":"object","additionalProperties":false,"properties":{"attribute":{"type":"string","minLength":1},"percentage":{"type":"number","maximum":100,"minimum":0}},"required":["percentage"]},"serve_variation":{"type":"string","minLength":1}},"required":["priority","conditions","serve_variation"],"type":"object"}},"type":{"type":"string","enum":["boolean","string","number","json"]},"variations":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"}}},"additionalProperties":false,"required":["key","default_variation","variations","rules","enabled"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_Flag"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}":{"get":{"operationId":"flagship_get_flag","summary":"Get flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flag_key","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_Flag"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"flagship_update_flag","summary":"Update flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flag_key","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_variation":{"type":"string","minLength":1},"enabled":{"type":"boolean"},"key":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"rules":{"type":"array","items":{"additionalProperties":false,"properties":{"conditions":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"$ref":"#/components/schemas/flagship_JsonValue"},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]}},"priority":{"type":"integer","minimum":1},"rollout":{"type":"object","additionalProperties":false,"properties":{"attribute":{"type":"string","minLength":1},"percentage":{"type":"number","maximum":100,"minimum":0}},"required":["percentage"]},"serve_variation":{"type":"string","minLength":1}},"required":["priority","conditions","serve_variation"],"type":"object"}},"type":{"type":"string","enum":["boolean","string","number","json"]},"variations":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"}}},"additionalProperties":false,"required":["key","default_variation","variations","rules","enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_Flag"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"flagship_delete_flag","summary":"Delete flag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flag_key","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_DeleteFlagResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.write"]}],"tags":["Flags"],"x-api-token-group":["Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}/changelog":{"get":{"operationId":"flagship_get_flag_changelog","summary":"Get flag changelog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"flag_key","in":"path","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/flagship_ChangelogPage"},"result_info":{"$ref":"#/components/schemas/flagship_ResultInfo"},"success":{"type":"boolean"}},"required":["success","result","result_info","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/flagship_Error"}}}}},"security":[{"realmrootOidc":["flagship.read"]},{"realmrootOidc":["flagship.write"]}],"tags":["Changelog"],"x-api-token-group":["Flagship Read","Flagship Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.flagship.app.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"flagship.apps.flags.changelog","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/gateway":{"get":{"operationId":"zero-trust-accounts-get-zero-trust-account-information","summary":"Get Zero Trust account information","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_gateway_account"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"type":"object"},{"$ref":"#/components/schemas/zero-trust-gateway_gateway_account"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zero-trust-accounts-create-zero-trust-account","summary":"Create Zero Trust account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_gateway_account"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"type":"object"},{"$ref":"#/components/schemas/zero-trust-gateway_gateway_account"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/gateway/app_types":{"get":{"operationId":"zero-trust-gateway-application-and-application-type-mappings-list-application-and-application-type-mappings","summary":"List application and application type mappings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-7"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-7"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway application and application type mappings"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.app-types","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/gateway/categories":{"get":{"operationId":"zero-trust-gateway-categories-list-categories","summary":"List categories","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-8"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-8"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway categories"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/dns_destination_ips":{"get":{"operationId":"zero-trust-dns-destination-ips-list-dns-destination-ips","summary":"List Zero Trust Gateway DNS destination IPv4 address pairs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-2"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway DNS destination IPv4 address pairs"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/egress_cidr_pairs":{"get":{"operationId":"zero-trust-accounts-get-egress-cidr-pairs","summary":"Get gateway egress CIDRs pairs assigned to this account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_gateway-account-egress-cidr-pair-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_gateway-account-egress-cidr-pair-list-response"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust accounts"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/locations":{"get":{"operationId":"zero-trust-gateway-locations-list-zero-trust-gateway-locations","summary":"List Zero Trust Gateway locations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-5"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-5"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"zero-trust-gateway-locations-create-zero-trust-gateway-location","summary":"Create a Zero Trust Gateway location","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"client_default":{"$ref":"#/components/schemas/zero-trust-gateway_client-default"},"dns_destination_ips_id":{"$ref":"#/components/schemas/zero-trust-gateway_dns-destination-ips-id-write"},"ecs_support":{"$ref":"#/components/schemas/zero-trust-gateway_ecs-support"},"endpoints":{"$ref":"#/components/schemas/zero-trust-gateway_endpoints"},"max_ttl":{"$ref":"#/components/schemas/zero-trust-gateway_max-ttl"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-2"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_networks"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.locations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/gateway/locations/{location_id}":{"get":{"operationId":"zero-trust-gateway-locations-zero-trust-gateway-location-details","summary":"Get Zero Trust Gateway location details","parameters":[{"name":"location_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"zero-trust-gateway-locations-update-zero-trust-gateway-location","summary":"Update a Zero Trust Gateway location","parameters":[{"name":"location_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"client_default":{"$ref":"#/components/schemas/zero-trust-gateway_client-default"},"dns_destination_ips_id":{"$ref":"#/components/schemas/zero-trust-gateway_dns-destination-ips-id-write"},"ecs_support":{"$ref":"#/components/schemas/zero-trust-gateway_ecs-support"},"endpoints":{"$ref":"#/components/schemas/zero-trust-gateway_endpoints"},"max_ttl":{"$ref":"#/components/schemas/zero-trust-gateway_max-ttl"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-2"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_networks"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-3"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.locations","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zero-trust-gateway-locations-delete-zero-trust-gateway-location","summary":"Delete a Zero Trust Gateway location","parameters":[{"name":"location_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_empty_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_empty_response"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-secure.location"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway locations"],"x-api-token-group":["Cloudflare Zero Trust Secure DNS Locations Write","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.locations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/gateway/operations":{"get":{"operationId":"zero-trust-gateway-operations-list-zero-trust-gateway-operations","summary":"List Zero Trust Gateway operations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-4"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-4"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway operations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/operations/{operation_id}":{"get":{"operationId":"zero-trust-gateway-operations-zero-trust-gateway-operation-details","summary":"Zero Trust Gateway operation details","parameters":[{"name":"operation_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-2"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway operations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/gateway/pacfiles":{"get":{"operationId":"zero-trust-gateway-pacfiles-list","summary":"List PAC files","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-10"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_response_collection-10"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zero-trust-gateway-pacfiles-create-pacfile","summary":"Create a PAC file","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contents":{"$ref":"#/components/schemas/zero-trust-gateway_contents"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-7"},"slug":{"type":"string","x-auditable":true}},"required":["name","contents"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/gateway/pacfiles/{pacfile_id}":{"get":{"operationId":"zero-trust-gateway-pacfiles-details","summary":"Get a PAC file","parameters":[{"name":"pacfile_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zero-trust-gateway-pacfiles-update","summary":"Update a Zero Trust Gateway PAC file","parameters":[{"name":"pacfile_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contents":{"$ref":"#/components/schemas/zero-trust-gateway_contents"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-7"}},"required":["name","description","contents"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_single_response-7"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zero-trust-gateway-pacfiles-delete","summary":"Delete a PAC file","parameters":[{"name":"pacfile_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zero-trust-gateway_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zero-trust-gateway_empty_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_empty_response"},{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Gateway PAC files"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.gateway.pacfiles","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/hyperdrive/configs":{"get":{"operationId":"list-hyperdrive","summary":"List Hyperdrives","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.read"]},{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write","Hyperdrive Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.list"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"list"},"post":{"operationId":"create-hyperdrive","summary":"Create Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"create","x-forge-params":{"mtls.mtls_certificate_id":{"flagName":"mtls-certificate-id"},"mtls.sslmode":{"choices":["require","verify-ca","verify-full"]}}}},"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}":{"get":{"operationId":"get-hyperdrive","summary":"Get Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.read"]},{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write","Hyperdrive Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"get"},"put":{"operationId":"update-hyperdrive","summary":"Replace Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"replace","x-forge-params":{"mtls.mtls_certificate_id":{"flagName":"mtls-certificate-id"},"mtls.sslmode":{"choices":["require","verify-ca","verify-full"]}}},"delete":{"operationId":"delete-hyperdrive","summary":"Delete Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"delete","x-forge-require-confirmation":"This operation deletes an existing Hyperdrive configuration."},"patch":{"operationId":"patch-hyperdrive","summary":"Update Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.hyperdrive.database.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"update","x-forge-params":{"mtls.mtls_certificate_id":{"flagName":"mtls-certificate-id"},"mtls.sslmode":{"choices":["require","verify-ca","verify-full"]}}}},"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}/restart":{"post":{"operationId":"restart-hyperdrive","summary":"Restart Hyperdrive","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"hyperdrive_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"restart"}},"/accounts/{account_id}/hyperdrive/integrationsOperations/{integration}/createDatabaseSignature":{"post":{"operationId":"create-hyperdrive-database-signature","summary":"Create Database Signature","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_identifier"}},{"name":"integration","in":"path","required":true,"schema":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-integration"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database-signature-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/hyperdrive_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["query-cache.write"]}],"tags":["Hyperdrive"],"x-api-token-group":["Hyperdrive Write"],"x-fern-availability":"beta","x-fern-sdk-group-name":"hyperdrive","x-fern-sdk-method-name":"create-database-signature"}},"/accounts/{account_id}/iam/permission_groups":{"get":{"operationId":"account-permission-group-list","summary":"List Account Permission Groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"id","in":"query","schema":{"type":"string","maxLength":32,"minLength":32}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"label","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_collection_permission_groups_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Account Permission Groups"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.permission-group.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.permission-groups","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/iam/permission_groups/{permission_group_id}":{"get":{"operationId":"account-permission-group-details","summary":"Permission Group Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"permission_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_permission_group_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_permission_groups_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Account Permission Groups"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.permission-group.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.permission-groups","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/iam/resource_groups":{"get":{"operationId":"account-resource-group-list","summary":"List Resource Groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"id","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/iam_resource_group_identifier"}]}},{"name":"name","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_resource_group"}}},"type":"object"}],"title":"List of resource groups in the account."}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"account-resource-group-create","summary":"Create Resource Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_request_create_resource_group"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_resource_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/iam/resource_groups/{resource_group_id}":{"get":{"operationId":"account-resource-group-details","summary":"Resource Group Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"resource_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_resource_group_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_resource_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"account-resource-group-update","summary":"Update Resource Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"resource_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_resource_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_request_update_resource_group"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_resource_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"account-resource-group-delete","summary":"Remove Resource Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"resource_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_resource_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Resource Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.iam.resource-group.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.resource-groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure? This action cannot be undone."}},"/accounts/{account_id}/iam/user_groups":{"get":{"operationId":"account-user-group-list","summary":"List User Groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"id","in":"query","schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"fuzzyName","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":100,"maximum":500,"minimum":1}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_groups"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"account-user-group-create","summary":"Create User Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_create_user_group_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/iam/user_groups/{user_group_id}":{"get":{"operationId":"account-user-group-details","summary":"User Group Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"account-user-group-update","summary":"Update User Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_update_user_group_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"account-user-group-delete","summary":"Remove User Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure? This action cannot be undone."}},"/accounts/{account_id}/iam/user_groups/{user_group_id}/members":{"get":{"operationId":"account-user-group-member-list","summary":"List User Group Members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":100,"maximum":500,"minimum":1}},{"name":"fuzzyEmail","in":"query","schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group_member"}}},"type":"object"}],"title":"List of members attached to a user group"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"account-user-group-members-update","summary":"Update User Group Members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/iam_user_group_member_identifier"}},"required":["id"],"type":"object"},"title":"Update User Group Members"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group_member"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"account-user-group-member-create","summary":"Add User Group Members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/iam_user_group_member_identifier"}},"required":["id"],"type":"object"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group_member"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/iam/user_groups/{user_group_id}/members/{member_id}":{"get":{"operationId":"account-user-group-member-get","summary":"Get User Group Member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}},{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_member_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group_member_detailed"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"account-user-group-member-delete","summary":"Remove User Group Member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_identifier"}},{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_user_group_member_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_group_member"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account User Group Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"iam.user-groups.members","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure? This action cannot be undone."}},"/accounts/{account_id}/images/v1":{"get":{"operationId":"cloudflare-images-list-images","summary":"List images","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":1000,"maximum":10000,"minimum":10}},{"name":"creator","in":"query","schema":{"type":"string","nullable":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_images_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_images_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.v1","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-images-upload-an-image-via-url","summary":"Upload an image","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/images_image_basic_upload"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_response_single"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/direct_upload":{"post":{"operationId":"cloudflare-images-create-authenticated-direct-upload-url-v-1","summary":"Create authenticated direct upload URL V1","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_direct_upload_request_v1"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_direct_upload_response_v1"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_direct_upload_response_v1"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"images.v1.direct-uploads","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/images/v1/keys":{"get":{"operationId":"cloudflare-images-keys-list-signing-keys","summary":"List Signing Keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_key_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_key_response_collection"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Keys"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.keys","x-fern-sdk-method-name":"list","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/stats":{"get":{"operationId":"cloudflare-images-images-usage-statistics","summary":"Images usage statistics","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_images_stats_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_images_stats_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"stats","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/variants":{"get":{"operationId":"cloudflare-images-variants-list-variants","summary":"List variants","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"list","x-forge-hidden":false},"post":{"operationId":"cloudflare-images-variants-create-a-variant","summary":"Create a variant","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_definition"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_simple_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_simple_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/variants/{variant_id}":{"get":{"operationId":"cloudflare-images-variants-variant-details","summary":"Variant details","parameters":[{"name":"variant_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_variant_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_simple_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_simple_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"get","x-forge-hidden":false},"delete":{"operationId":"cloudflare-images-variants-delete-a-variant","summary":"Delete a variant","parameters":[{"name":"variant_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_variant_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_deleted_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"delete","x-forge-hidden":false,"x-forge-require-confirmation":"This operation will delete this variant."},"patch":{"operationId":"cloudflare-images-variants-update-a-variant","summary":"Update a variant","parameters":[{"name":"variant_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_variant_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_patch_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_simple_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_simple_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.variants","x-fern-sdk-method-name":"edit","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/variants/{variant_id}/flat":{"get":{"operationId":"cloudflare-images-variants-variant-details-flat","summary":"Variant details (flat)","parameters":[{"name":"variant_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_variant_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_variant_flat_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_variant_flat_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Variants"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.v1.variants-flat","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/images/v1/{image_id}":{"get":{"operationId":"cloudflare-images-image-details","summary":"Image details","parameters":[{"name":"image_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_response_single"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"get","x-forge-hidden":false},"delete":{"operationId":"cloudflare-images-delete-image","summary":"Delete image","parameters":[{"name":"image_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_deleted_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"delete","x-forge-hidden":false,"x-forge-require-confirmation":"This operation will delete this image."},"patch":{"operationId":"cloudflare-images-update-image","summary":"Update image","parameters":[{"name":"image_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_patch_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_response_single"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"edit","x-forge-hidden":false}},"/accounts/{account_id}/images/v1/{image_id}/blob":{"get":{"operationId":"cloudflare-images-base-image","summary":"Download image","parameters":[{"name":"image_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_image_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"responses":{"200":{"content":{"image/*":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_response_blob"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"get-blob","x-forge-hidden":false}},"/accounts/{account_id}/images/v2":{"get":{"operationId":"cloudflare-images-list-images-v2","summary":"List images V2","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"continuation_token","in":"query","schema":{"$ref":"#/components/schemas/images_images_list_continuation_token"}},{"name":"per_page","in":"query","schema":{"type":"number","default":1000,"maximum":10000,"minimum":10}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"creator","in":"query","schema":{"type":"string","nullable":true}},{"name":"meta.[]","in":"query","schema":{"type":"string"},"explode":true,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_images_list_response_v2"}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_images_list_response_v2"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_images_list_response_v2"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"list","x-forge-hidden":false}},"/accounts/{account_id}/images/v2/direct_upload":{"post":{"operationId":"cloudflare-images-create-authenticated-direct-upload-url-v-2","summary":"Create authenticated direct upload URL V2","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/images_image_direct_upload_request_v2"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_image_direct_upload_response_v2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_image_direct_upload_response_v2"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images","x-fern-sdk-method-name":"direct-upload","x-forge-hidden":false}},"/accounts/{account_id}/images/v2/sourcingkit/migrations":{"get":{"operationId":"cloudflare-images-sourcingkit-list-migrations","summary":"List sourcing kit migrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"offset","in":"query","schema":{"type":"integer","default":0,"minimum":0}},{"name":"limit","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-images-sourcingkit-create-migration","summary":"Create a sourcing kit migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_create_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_create_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}":{"get":{"operationId":"cloudflare-images-sourcingkit-get-migration","summary":"Get sourcing kit migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_single_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-images-sourcingkit-delete-migration","summary":"Delete a sourcing kit migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_deleted_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle":{"get":{"operationId":"cloudflare-images-sourcingkit-get-migration-progress","summary":"Get migration progress","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_progress_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_progress_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations.lifecycle","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle/abort":{"patch":{"operationId":"cloudflare-images-sourcingkit-abort-migration","summary":"Abort a migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations.lifecycle","x-fern-sdk-method-name":"abort","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle/start":{"patch":{"operationId":"cloudflare-images-sourcingkit-start-migration","summary":"Start a migration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations.lifecycle","x-fern-sdk-method-name":"start","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/logs":{"get":{"operationId":"cloudflare-images-sourcingkit-list-migration-logs","summary":"List migration logs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"migration_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}},{"name":"offset","in":"query","schema":{"type":"integer","default":0,"minimum":0}},{"name":"limit","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_migration_log_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_migration_log_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.migrations.lifecycle","x-fern-sdk-method-name":"logs","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/sources":{"get":{"operationId":"cloudflare-images-sourcingkit-list-sources","summary":"List sourcing kit sources","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"offset","in":"query","schema":{"type":"integer","default":0,"minimum":0}},{"name":"limit","in":"query","schema":{"type":"integer","default":25,"maximum":100,"minimum":1}},{"name":"name","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_list_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_source_list_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-images-sourcingkit-create-source","summary":"Create a sourcing kit source","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_create_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_source_create_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/sources/connectivity-precheck":{"post":{"operationId":"cloudflare-images-sourcingkit-precheck-source-connectivity","summary":"Precheck source connectivity","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_connectivity_precheck_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_connectivity_check_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_connectivity_check_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"pre-check","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}":{"get":{"operationId":"cloudflare-images-sourcingkit-get-source","summary":"Get sourcing kit source","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"source_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_source_single_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-images-sourcingkit-delete-source","summary":"Delete a sourcing kit source","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"source_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_deleted_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"cloudflare-images-sourcingkit-update-source","summary":"Update a sourcing kit source","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"source_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_source_update_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_source_update_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}/connectivity":{"get":{"operationId":"cloudflare-images-sourcingkit-get-source-connectivity","summary":"Get source connectivity status","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_account_identifier"}},{"name":"source_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/images_sourcingkit_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/images_sourcingkit_connectivity_check_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/images_sourcingkit_connectivity_check_response"},{"$ref":"#/components/schemas/images_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["images.read"]},{"realmrootOidc":["images.write"]}],"tags":["Cloudflare Images Sourcing Kit"],"x-api-token-group":["Images Read","Images Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"images.sourcing-kit.sources","x-fern-sdk-method-name":"connectivity","x-forge-hidden":true}},"/accounts/{account_id}/intel/asn/{asn}":{"get":{"operationId":"asn-intelligence-get-asn-overview","summary":"Get ASN Overview.","parameters":[{"name":"asn","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_asn"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_asn_components-schemas-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_asn_components-schemas-response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["ASN Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.asn","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/asn/{asn}/subnets":{"get":{"operationId":"asn-intelligence-get-asn-subnets","summary":"Get ASN Subnets","parameters":[{"name":"asn","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_asn"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"asn":{"$ref":"#/components/schemas/intel_asn"},"count":{"$ref":"#/components/schemas/intel_count"},"ip_count_total":{"type":"integer"},"page":{"$ref":"#/components/schemas/intel_page"},"per_page":{"$ref":"#/components/schemas/intel_per_page"},"subnets":{"type":"array","items":{"type":"string"}}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"asn":{"$ref":"#/components/schemas/intel_asn"},"count":{"$ref":"#/components/schemas/intel_count"},"ip_count_total":{"type":"integer"},"page":{"$ref":"#/components/schemas/intel_page"},"per_page":{"$ref":"#/components/schemas/intel_per_page"},"subnets":{"type":"array","items":{"type":"string"}}},"type":"object"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["ASN Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.asn.subnets","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issue-types":{"get":{"operationId":"get-security-center-issue-types","summary":"Retrieves Security Center Issues Types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"items":{"type":"string"},"type":"array"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issue-types","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issues":{"get":{"operationId":"get-security-center-issues","summary":"Retrieves Security Center Issues","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"page","in":"query","schema":{"default":1,"allOf":[{"$ref":"#/components/schemas/security-center_page"}]}},{"name":"per_page","in":"query","schema":{"default":25,"allOf":[{"$ref":"#/components/schemas/security-center_perPage"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"properties":{"count":{"$ref":"#/components/schemas/security-center_count"},"issues":{"type":"array","items":{"$ref":"#/components/schemas/security-center_issue"}},"page":{"$ref":"#/components/schemas/security-center_page"},"per_page":{"$ref":"#/components/schemas/security-center_perPage"}},"type":"object"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issues","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issues/class":{"get":{"operationId":"get-security-center-issue-counts-by-class","summary":"Retrieves Security Center Issue Counts by Class","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issues","x-fern-sdk-method-name":"class","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issues/severity":{"get":{"operationId":"get-security-center-issue-counts-by-severity","summary":"Retrieves Security Center Issue Counts by Severity","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issues","x-fern-sdk-method-name":"severity","x-forge-hidden":true}},"/accounts/{account_id}/intel/attack-surface-report/issues/type":{"get":{"operationId":"get-security-center-issue-counts-by-type","summary":"Retrieves Security Center Issue Counts by Type","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.attack-surface-report.issues","x-fern-sdk-method-name":"type","x-forge-hidden":true}},"/accounts/{account_id}/intel/dns":{"get":{"operationId":"passive-dns-by-ip-get-passive-dns-by-ip","summary":"Get Passive DNS by IP","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"start_end_params","in":"query","schema":{"$ref":"#/components/schemas/intel_start_end_params"}},{"name":"ipv4","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"per_page","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_components-schemas-single_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Passive DNS by IP"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.dns","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/intel/domain":{"get":{"operationId":"domain-intelligence-get-domain-details","summary":"Get Domain Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"domain","in":"query","schema":{"type":"string"}},{"name":"skip_dns","in":"query","schema":{"type":"boolean"}},{"name":"skip_ranking","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_single_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Domain Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.domains","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/domain-history":{"get":{"operationId":"domain-history-get-domain-history","summary":"Get Domain History","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"domain","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Domain History"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.domain-history","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/domain/bulk":{"get":{"operationId":"domain-intelligence-get-multiple-domain-details","summary":"Get Multiple Domain Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"domain","in":"query","schema":{"type":"array","items":{"type":"string"}},"explode":true,"style":"form"},{"name":"include_ranking","in":"query","schema":{"type":"boolean","default":false}},{"name":"skip_ranking","in":"query","schema":{"type":"boolean"},"deprecated":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_collection_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Domain Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.domains.bulks","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/indicator-feeds":{"get":{"operationId":"custom-indicator-feeds-get-indicator-feeds","summary":"Get indicator feeds owned by this account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_response"},{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/indicator-feeds/permissions/view":{"get":{"operationId":"custom-indicator-feeds-view-permissions","summary":"List indicator feed permissions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_permission_list_item_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_permission_list_item_response"},{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/indicator-feeds/{feed_id}":{"get":{"operationId":"custom-indicator-feeds-get-indicator-feed-metadata","summary":"Get indicator feed metadata","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}},{"name":"feed_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_feed_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_metadata_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_metadata_response"},{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/indicator-feeds/{feed_id}/data":{"get":{"operationId":"custom-indicator-feeds-get-indicator-feed-data","summary":"Get indicator feed data","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}},{"name":"feed_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_feed_id"}}],"responses":{"200":{"content":{"text/csv":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/indicator-feeds/{feed_id}/download":{"get":{"operationId":"custom-indicator-feeds-download-indicator-feed-data","summary":"Download indicator feed data","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_identifier"}},{"name":"feed_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_feed_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-indicator-feeds_update_feed_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Custom Indicator Feeds"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/ip":{"get":{"operationId":"ip-intelligence-get-ip-overview","summary":"Get IP Overview","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"ipv4","in":"query","schema":{"type":"string"}},{"name":"ipv6","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_schemas-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_schemas-response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["IP Intelligence"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.ips","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/ip-lists":{"get":{"operationId":"ip-list-get-ip-lists","summary":"Get Available IP Lists","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_components-schemas-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_components-schemas-response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["IP List"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.ip-lists","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/intel/sinkholes":{"get":{"operationId":"sinkhole-config-list-sinkholes","summary":"List sinkholes owned by this account","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write","Intel Read"]},"post":{"operationId":"sinkhole-config-create-sinkhole","summary":"Create a new sinkhole for your account","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_create_params"}}}},"responses":{"201":{"headers":{"Location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]}},"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}":{"get":{"operationId":"sinkhole-config-get-sinkhole","summary":"Get a sinkhole","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write","Intel Read"]},"put":{"operationId":"sinkhole-config-update-sinkhole","summary":"Update a sinkhole","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_create_params"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_single_empty"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]},"delete":{"operationId":"sinkhole-config-delete-sinkhole","summary":"Delete a sinkhole","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_single_empty"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]}},"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}/ingresses":{"get":{"operationId":"sinkhole-config-list-sinkhole-ingresses","summary":"List ingresses for a sinkhole","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_account_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/url":{"get":{"operationId":"url-intelligence-get-url-intelligence","summary":"Get URL Intelligence","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/intel_identifier"}},{"name":"url","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel_url_intelligence_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/intel_url_intelligence_single_response"},{"$ref":"#/components/schemas/intel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["URL Intelligence"],"x-api-token-group":["Intel Write","Intel Read"]}},"/accounts/{account_id}/intel/whois":{"get":{"operationId":"whois-record-get-whois-record","summary":"Get WHOIS Record","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudforce-one-whois_identifier"}},{"name":"domain","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cloudforce-one-whois_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_schemas-single_response"},{"$ref":"#/components/schemas/cloudforce-one-whois_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["WHOIS Record"],"x-api-token-group":["Intel Write","Intel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"intel.whois","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/load_balancers":{"get":{"operationId":"account-load-balancers-list-account-load-balancers","summary":"List Account Load Balancers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write","Load Balancers Account Read"]},"post":{"operationId":"account-load-balancers-create-account-load-balancer","summary":"Create Account Load Balancer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer-editable"},{"required":["name","default_pools","fallback_pool"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write"]}},"/accounts/{account_id}/load_balancers/monitors":{"get":{"operationId":"account-load-balancer-monitors-list-monitors","summary":"List Monitors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"post":{"operationId":"account-load-balancer-monitors-create-monitor","summary":"Create Monitor","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/accounts/{account_id}/load_balancers/monitors/{monitor_id}":{"get":{"operationId":"account-load-balancer-monitors-monitor-details","summary":"Monitor Details","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"put":{"operationId":"account-load-balancer-monitors-update-monitor","summary":"Update Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"delete":{"operationId":"account-load-balancer-monitors-delete-monitor","summary":"Delete Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"account-load-balancer-monitors-patch-monitor","summary":"Patch Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/accounts/{account_id}/load_balancers/monitors/{monitor_id}/references":{"get":{"operationId":"account-load-balancer-monitors-list-monitor-references","summary":"List Monitor References","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-references-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-references-response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/pools":{"get":{"operationId":"account-load-balancer-pools-list-pools","summary":"List Pools","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"monitor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"post":{"operationId":"account-load-balancer-pools-create-pool","summary":"Create Pool","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}},"required":["origins","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"account-load-balancer-pools-patch-pools","summary":"Patch Pools","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"string","properties":{"notification_email":{"$ref":"#/components/schemas/load-balancing_patch_pools_notification_email"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/accounts/{account_id}/load_balancers/pools/{pool_id}":{"get":{"operationId":"account-load-balancer-pools-pool-details","summary":"Pool Details","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"put":{"operationId":"account-load-balancer-pools-update-pool","summary":"Update Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}},"required":["origins","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"delete":{"operationId":"account-load-balancer-pools-delete-pool","summary":"Delete Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"account-load-balancer-pools-patch-pool","summary":"Patch Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/accounts/{account_id}/load_balancers/pools/{pool_id}/health":{"get":{"operationId":"account-load-balancer-pools-pool-health-details","summary":"Pool Health Details","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_health_details"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_health_details"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/pools/{pool_id}/references":{"get":{"operationId":"account-load-balancer-pools-list-pool-references","summary":"List Pool References","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_pools-references-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_pools-references-response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/preview/{preview_id}":{"get":{"operationId":"account-load-balancer-monitors-preview-result","summary":"Preview Result","parameters":[{"name":"preview_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-preview_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_preview_result_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_preview_result_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/regions":{"get":{"operationId":"load-balancer-regions-list-regions","summary":"List Regions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"subdivision_code","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_subdivision_code_a2"}},{"name":"subdivision_code_a2","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_subdivision_code_a2"}},{"name":"country_code_a2","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_region_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_region_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Regions"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/regions/{region_id}":{"get":{"operationId":"load-balancer-regions-get-region","summary":"Get Region","parameters":[{"name":"region_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_region_code"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Regions"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/search":{"get":{"operationId":"account-load-balancer-search-search-resources","summary":"Search Resources","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"query","in":"query","schema":{"type":"string","default":""}},{"name":"references","in":"query","schema":{"type":"string","default":"","enum":["","*","referral","referrer"]}},{"name":"page","in":"query","schema":{"type":"number","minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":25,"maximum":1000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"$ref":"#/components/schemas/load-balancing_search_result"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"$ref":"#/components/schemas/load-balancing_search_result"}]},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancer Search"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/usage":{"get":{"operationId":"account-load-balancers-list-load-balancer-usage","summary":"List Load Balancer Usage","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-usage_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-usage_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/accounts/{account_id}/load_balancers/{load_balancer_id}":{"get":{"operationId":"account-load-balancers-account-load-balancer-details","summary":"Account Load Balancer Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write","Load Balancers Account Read"]},"put":{"operationId":"account-load-balancers-update-account-load-balancer","summary":"Update Account Load Balancer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer-editable"},{"required":["name","default_pools","fallback_pool"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write"]},"delete":{"operationId":"account-load-balancers-delete-account-load-balancer","summary":"Delete Account Load Balancer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_components-schemas-id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write"]},"patch":{"operationId":"account-load-balancers-patch-account-load-balancer","summary":"Patch Account Load Balancer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers-account.write"]}],"tags":["Account Load Balancers"],"x-api-token-group":["Load Balancers Account Write"]}},"/accounts/{account_id}/logpush/datasets/{dataset_id}/fields":{"get":{"operationId":"get-accounts-account_id-logpush-datasets-dataset_id-fields","summary":"List fields","parameters":[{"name":"dataset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_dataset"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_field_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.read"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-datasets.fields","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/logpush/datasets/{dataset_id}/jobs":{"get":{"operationId":"get-accounts-account_id-logpush-datasets-dataset_id-jobs","summary":"List Logpush jobs for a dataset","parameters":[{"name":"dataset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_dataset"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-datasets.jobs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/logpush/jobs":{"get":{"operationId":"get-accounts-account_id-logpush-jobs","summary":"List Logpush jobs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"post-accounts-account_id-logpush-jobs","summary":"Create Logpush job","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"dataset":{"$ref":"#/components/schemas/logpush_dataset"},"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"filter":{"$ref":"#/components/schemas/logpush_filter"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logpush/jobs/{job_id}":{"get":{"operationId":"get-accounts-account_id-logpush-jobs-job_id","summary":"Get Logpush job details","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"put-accounts-account_id-logpush-jobs-job_id","summary":"Update Logpush job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"filter":{"$ref":"#/components/schemas/logpush_filter"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"delete-accounts-account_id-logpush-jobs-job_id","summary":"Delete Logpush job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/logpush_id"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-jobs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/logpush/ownership":{"post":{"operationId":"post-accounts-account_id-logpush-ownership","summary":"Get ownership challenge","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_get_ownership_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-ownership","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logpush/ownership/validate":{"post":{"operationId":"post-accounts-account_id-logpush-ownership-validate","summary":"Validate ownership challenge","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}},"required":["destination_conf","ownership_challenge"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_ownership_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-ownership.validate","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logpush/validate/destination":{"post":{"operationId":"delete-accounts-account_id-logpush-validate-destination","summary":"Validate destination","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-validate.destination","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/logpush/validate/destination/exists":{"post":{"operationId":"delete-accounts-account_id-logpush-validate-destination-exists","summary":"Check destination exists","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_destination_exists_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-validate","x-fern-sdk-method-name":"destination-exists-delete","x-forge-hidden":true}},"/accounts/{account_id}/logpush/validate/origin":{"post":{"operationId":"post-accounts-account_id-logpush-validate-origin","summary":"Validate origin","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"}},"required":["logpull_options"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logpush jobs for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.account-validate.origin","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logs/audit":{"get":{"operationId":"audit-logs-v2-get-account-audit-logs","summary":"Get account audit logs (Version 2)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"action_result","in":"query","schema":{"type":"array","items":{"enum":["success","failure"],"type":"string"}}},{"name":"action_type","in":"query","schema":{"type":"array","items":{"enum":["create","delete","view","update"],"type":"string"}}},{"name":"actor_context","in":"query","schema":{"type":"array","items":{"enum":["api_key","api_token","dash","oauth","origin_ca_key"],"type":"string"}}},{"name":"actor_email","in":"query","schema":{"type":"array","items":{"format":"email","type":"string"}}},{"name":"actor_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_ip_address","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_token_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_token_name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_type","in":"query","schema":{"type":"array","items":{"enum":["account","cloudflare_admin","system","user"],"type":"string"}}},{"name":"audit_log_id","in":"query","schema":{"type":"array","items":{"type":"string"},"deprecated":true}},{"name":"id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_cf_ray_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_method","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_status_code","in":"query","schema":{"type":"array","items":{"type":"integer"}}},{"name":"raw_uri","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_product","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_type","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_scope","in":"query","schema":{"type":"array","items":{"enum":["accounts","user","zones","memberships"],"type":"string"}}},{"name":"product_category","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"zone_id","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"zone_name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"account_name.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"action_result.not","in":"query","schema":{"type":"array","items":{"enum":["success","failure"],"type":"string"}}},{"name":"action_type.not","in":"query","schema":{"type":"array","items":{"enum":["create","delete","view","update"],"type":"string"}}},{"name":"actor_context.not","in":"query","schema":{"type":"array","items":{"enum":["api_key","api_token","dash","oauth","origin_ca_key"],"type":"string"}}},{"name":"actor_email.not","in":"query","schema":{"type":"array","items":{"format":"email","type":"string"}}},{"name":"actor_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_ip_address.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_token_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_token_name.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"actor_type.not","in":"query","schema":{"type":"array","items":{"enum":["account","cloudflare_admin","system","user"],"type":"string"}}},{"name":"audit_log_id.not","in":"query","schema":{"type":"array","items":{"type":"string"},"deprecated":true}},{"name":"id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_cf_ray_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_method.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"raw_status_code.not","in":"query","schema":{"type":"array","items":{"type":"integer"}}},{"name":"raw_uri.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_product.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_type.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"resource_scope.not","in":"query","schema":{"type":"array","items":{"enum":["accounts","user","zones","memberships"],"type":"string"}}},{"name":"zone_id.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"zone_name.not","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"since","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"before","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["desc","asc"]}},{"name":"limit","in":"query","schema":{"type":"number","default":100,"maximum":1000,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit-logs-v2-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"accounts.logs.audit","x-fern-sdk-method-name":"list"}},"/accounts/{account_id}/logs/audit/product_categories":{"get":{"operationId":"audit-logs-v2-list-account-product-categories","summary":"List account audit log product categories (Version 2)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit-logs-v2-product-categories-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/logs/audit/{id}/history":{"get":{"operationId":"audit-logs-v2-get-account-audit-log-history","summary":"Get resource change history from an account audit log entry (Version 2)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"action_time","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"since","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"before","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["desc","asc"]}},{"name":"limit","in":"query","schema":{"type":"number","default":100,"maximum":1000,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit-logs-v2-history-response-collection"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit-logs-v2-history-not-found"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/logs/control/cmb/config":{"get":{"operationId":"get-accounts-account_id-logs-control-cmb-config","summary":"Get CMB config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_cmb_config_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Logcontrol CMB config for an account"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read","#analytics:read"]}},"post":{"operationId":"post-accounts-account_id-logs-control-cmb-config","summary":"Update CMB config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_cmb_config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_cmb_config_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logcontrol CMB config for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]}},"delete":{"operationId":"delete-accounts-account_id-logs-control-cmb-config","summary":"Delete CMB config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Logcontrol CMB config for an account"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]}}},"/accounts/{account_id}/logs/explorer/datasets":{"get":{"operationId":"accounts-logs-explorer-datasets-list","summary":"List account datasets","parameters":[{"$ref":"#/components/parameters/lex_AccountID"},{"name":"include_zones","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetSummaryListResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"accounts-logs-explorer-datasets-create","summary":"Create an account dataset","parameters":[{"$ref":"#/components/parameters/lex_AccountID"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_CreateDatasetRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"},"409":{"$ref":"#/components/responses/lex_Conflict"}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/logs/explorer/datasets/available":{"get":{"operationId":"accounts-logs-explorer-datasets-available-list","summary":"List available account datasets","parameters":[{"$ref":"#/components/parameters/lex_AccountID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_AvailableDestinationListResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets.available","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/logs/explorer/datasets/{dataset_id}":{"get":{"operationId":"accounts-logs-explorer-datasets-get","summary":"Get an account dataset","parameters":[{"$ref":"#/components/parameters/lex_AccountID"},{"$ref":"#/components/parameters/lex_DatasetID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"accounts-logs-explorer-datasets-update","summary":"Update an account dataset","parameters":[{"$ref":"#/components/parameters/lex_AccountID"},{"$ref":"#/components/parameters/lex_DatasetID"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_UpdateDatasetRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/logs/explorer/query/sql":{"get":{"operationId":"accounts-logs-explorer-query-get","summary":"Run a log query","parameters":[{"$ref":"#/components/parameters/lex_AccountID"},{"name":"query","in":"query","required":true,"schema":{"type":"string","maxLength":4096}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_QueryResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest"},"403":{"$ref":"#/components/responses/lex_Forbidden"},"404":{"$ref":"#/components/responses/lex_NotFound"},"507":{"$ref":"#/components/responses/lex_ResourcesExhausted"}},"deprecated":true,"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Queries"],"x-api-token-group":["Logs Write","Logs Read"],"x-auditable":false,"x-fern-ignore":true},"post":{"operationId":"accounts-logs-explorer-query-post","summary":"Run a log query","parameters":[{"$ref":"#/components/parameters/lex_AccountID"}],"requestBody":{"required":true,"content":{"text/plain":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_QueryResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest"},"403":{"$ref":"#/components/responses/lex_Forbidden"},"404":{"$ref":"#/components/responses/lex_NotFound"},"507":{"$ref":"#/components/responses/lex_ResourcesExhausted"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Log Explorer Queries"],"x-api-token-group":["Logs Write","Logs Read"],"x-auditable":false,"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer","x-fern-sdk-method-name":"query","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/logs/list":{"get":{"operationId":"logpull-list-log-files","summary":"List log files","parameters":[{"$ref":"#/components/parameters/logpull_account_id"},{"$ref":"#/components/parameters/logpull_accessKeyIdHeader"},{"$ref":"#/components/parameters/logpull_secretAccessKeyHeader"},{"$ref":"#/components/parameters/logpull_startParam"},{"$ref":"#/components/parameters/logpull_endParam"},{"$ref":"#/components/parameters/logpull_bucketParam"},{"$ref":"#/components/parameters/logpull_prefixParam"},{"$ref":"#/components/parameters/logpull_limitParam"}],"responses":{"200":{"$ref":"#/components/responses/logpull_ListKeysOKResponse"},"400":{"$ref":"#/components/responses/logpull_BadRequestResponse"},"401":{"$ref":"#/components/responses/logpull_UnauthorizedResponse"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Logpull"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logs.list","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/logs/retrieve":{"get":{"operationId":"logpull-retrieve-logs","summary":"Retrieve logs","parameters":[{"$ref":"#/components/parameters/logpull_account_id"},{"$ref":"#/components/parameters/logpull_accessKeyIdHeader"},{"$ref":"#/components/parameters/logpull_secretAccessKeyHeader"},{"$ref":"#/components/parameters/logpull_startParam"},{"$ref":"#/components/parameters/logpull_endParam"},{"$ref":"#/components/parameters/logpull_bucketParam"},{"$ref":"#/components/parameters/logpull_prefixParam"}],"responses":{"200":{"$ref":"#/components/responses/logpull_RetrieveLogsOKResponse"},"400":{"$ref":"#/components/responses/logpull_BadRequestResponse"},"401":{"$ref":"#/components/responses/logpull_UnauthorizedResponse"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]}],"tags":["Logpull"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logs.retrieve","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules":{"get":{"operationId":"listDnsProtectionRulesForAccount","summary":"List all DNS Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_dns-protection-rule-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createDnsProtectionRule","summary":"Create DNS Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewDnsProtectionRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_dns-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteDnsProtectionRulesForAccount","summary":"Delete all DNS Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id}":{"get":{"operationId":"getDnsProtectionRule","summary":"Get DNS Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_dns-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteDnsProtectionRule","summary":"Delete DNS Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules.delete.protection","x-fern-sdk-method-name":"rule","x-forge-hidden":true},"patch":{"operationId":"updateDnsProtectionRule","summary":"Update DNS Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_DnsProtectionRuleUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_dns-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-dns-protection.configs.dns.protection.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist":{"get":{"operationId":"listAllowlistPrefixesForAccount","summary":"List all allowlist prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string"},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_infra-prefix-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createAllowlistedPrefix","summary":"Create allowlist prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewInfraPrefix"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_infra-prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteAllowlistPrefixesForAccount","summary":"Delete all allowlist prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id}":{"get":{"operationId":"getAllowlistPrefix","summary":"Get allowlist prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_infra-prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteAllowlistPrefix","summary":"Delete allowlist prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist.delete.allowlist","x-fern-sdk-method-name":"prefix","x-forge-hidden":true},"patch":{"operationId":"updateAllowlistPrefix","summary":"Update allowlist prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_InfraPrefixUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_infra-prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.allowlist","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes":{"get":{"operationId":"listPrefixesForAccount","summary":"List all prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createPrefix","summary":"Create prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewPrefix"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deletePrefixesForAccount","summary":"Delete all prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/bulk":{"post":{"operationId":"bulkCreatePrefixes","summary":"Create multiple prefixes.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/dos_NewPrefix"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes.bulk","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id}":{"get":{"operationId":"getPrefix","summary":"Get prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deletePrefix","summary":"Delete prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"]},"patch":{"operationId":"updatePrefix","summary":"Update prefix.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"prefix_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_PrefixUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_prefix-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.prefixes","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters":{"get":{"operationId":"listSynProtectionFiltersForAccount","summary":"List all SYN Protection filters.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"mode","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createSynProtectionFilter","summary":"Create a SYN Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewExpressionFilter"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteSynProtectionFiltersForAccount","summary":"Delete all SYN Protection filters.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id}":{"get":{"operationId":"getSynProtectionFilter","summary":"Get SYN Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteSynProtectionFilter","summary":"Delete SYN Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters.delete.protection","x-fern-sdk-method-name":"filter","x-forge-hidden":true},"patch":{"operationId":"updateSynProtectionFilter","summary":"Update SYN Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_ExpressionFilterUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.filters","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules":{"get":{"operationId":"listSynProtectionRulesForAccount","summary":"List all SYN Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_syn-protection-rule-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createSynProtectionRule","summary":"Create SYN Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewSynProtectionRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_syn-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteSynProtectionRulesForAccount","summary":"Delete all SYN Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}":{"get":{"operationId":"getSynProtectionRule","summary":"Get SYN Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_syn-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteSynProtectionRule","summary":"Delete SYN Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules.delete.protection","x-fern-sdk-method-name":"rule","x-forge-hidden":true},"patch":{"operationId":"updateSynProtectionRule","summary":"Update SYN Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_SynProtectionRuleUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_syn-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.syn.protection.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters":{"get":{"operationId":"listTcpFlowProtectionFiltersForAccount","summary":"List all TCP Flow Protection filters.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"mode","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createTcpFlowProtectionFilter","summary":"Create a TCP Flow Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewExpressionFilter"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteTcpFlowProtectionFiltersForAccount","summary":"Delete all TCP Flow Protection filters.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id}":{"get":{"operationId":"getTcpFlowProtectionFilter","summary":"Get TCP Flow Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteTcpFlowProtectionFilter","summary":"Delete TCP Flow Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters.delete.protection","x-fern-sdk-method-name":"filter","x-forge-hidden":true},"patch":{"operationId":"updateTcpFlowProtectionFilter","summary":"Update TCP Flow Protection filter.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_ExpressionFilterUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_expression-filter-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.filters","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules":{"get":{"operationId":"listTcpFlowProtectionRulesForAccount","summary":"List all TCP Flow Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"per_page","in":"query","schema":{"type":"integer","format":"int64","x-auditable":true},"explode":false},{"name":"order","in":"query","schema":{"type":"string","x-auditable":true},"explode":false},{"name":"direction","in":"query","schema":{"type":"string","x-auditable":true},"explode":false}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_tcp-flow-protection-rule-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createTcpFlowProtectionRule","summary":"Create TCP Flow Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_NewTcpFlowProtectionRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_tcp-flow-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"deleteTcpFlowProtectionRulesForAccount","summary":"Delete all TCP Flow Protection rules.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules.delete.for","x-fern-sdk-method-name":"account","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}":{"get":{"operationId":"getTcpFlowProtectionRule","summary":"Get TCP Flow Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_tcp-flow-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteTcpFlowProtectionRule","summary":"Delete TCP Flow Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules.delete.protection","x-fern-sdk-method-name":"rule","x-forge-hidden":true},"patch":{"operationId":"updateTcpFlowProtectionRule","summary":"Update TCP Flow Protection rule.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_TcpFlowProtectionRuleUpdate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_tcp-flow-protection-rule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.flow.protection.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_protection_status":{"get":{"operationId":"getProtectionStatus","summary":"Get protection status.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_protection-status-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write","DDoS Protection Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.protection.status","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"updateProtectionStatus","summary":"Update protection status.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dos_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_UpdateProtectionStatus"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_protection-status-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dos_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ddos-protection.write"]}],"tags":["dos-flowtrackd-api_other"],"x-api-token-group":["DDoS Protection Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.advanced-tcp-protection.configs.tcp.protection.status","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/apps":{"get":{"operationId":"magic-account-apps-list-apps","summary":"List Apps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_apps_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Account Apps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.apps","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-account-apps-add-app","summary":"Create a new App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_add_single_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Account Apps"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.apps","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/apps/{account_app_id}":{"put":{"operationId":"magic-account-apps-update-app","summary":"Update an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Account Apps"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.apps","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-account-apps-delete-app","summary":"Delete Account App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Account Apps"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.apps","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/cf1_sites":{"get":{"operationId":"magic-cf1-sites-list-cf1-sites","summary":"List CF1 Sites","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_sites_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"magic-cf1-sites-create-cf1-sites","summary":"Create CF1 Sites","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/magic_cf1_site"},"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_sites_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}":{"get":{"operationId":"magic-cf1-sites-get-cf1-site","summary":"Get CF1 Site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"delete":{"operationId":"magic-cf1-sites-delete-cf1-site","summary":"Delete CF1 Site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"patch":{"operationId":"magic-cf1-sites-update-cf1-site","summary":"Update CF1 Site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_update"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps":{"get":{"operationId":"magic-cf1-sites-list-cf1-site-ramps","summary":"List CF1 Site Ramps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_ramps_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Site Ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps/{ramp_id}":{"get":{"operationId":"magic-cf1-sites-get-cf1-site-ramp","summary":"Get CF1 Site Ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"ramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_ramp_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Site Ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"delete":{"operationId":"magic-cf1-sites-delete-cf1-site-ramp","summary":"Delete CF1 Site Ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"cf1_site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"ramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_cf1_site_ramp_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic CF1 Site Ramps"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/cf_interconnects":{"get":{"operationId":"magic-interconnects-list-interconnects","summary":"List interconnects","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_components-schemas-tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_components-schemas-tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.cf-interconnects","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"magic-interconnects-update-multiple-interconnects","summary":"Update multiple interconnects","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_components-schemas-modified_tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_components-schemas-modified_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Interconnects"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.cf-interconnects","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true}},"/accounts/{account_id}/magic/cf_interconnects/{cf_interconnect_id}":{"get":{"operationId":"magic-interconnects-list-interconnect-details","summary":"List interconnect Details","parameters":[{"name":"cf_interconnect_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_components-schemas-tunnel_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_components-schemas-tunnel_single_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Interconnects"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.cf-interconnects","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-interconnects-update-interconnect","summary":"Update interconnect","parameters":[{"name":"cf_interconnect_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_interconnect_tunnel_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_components-schemas-tunnel_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_components-schemas-tunnel_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Interconnects"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.cf-interconnects","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/magic/cloud/catalog-syncs":{"get":{"operationId":"catalog-syncs-list","summary":"List Catalog Syncs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_catalog_syncs_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"post":{"operationId":"catalog-syncs-create","summary":"Create Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"forwarded","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_catalog_sync_request"}}}},"responses":{"201":{"headers":{"location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/catalog-syncs/prebuilt-policies":{"get":{"operationId":"catalog-syncs-prebuilt-policies-list","summary":"List Prebuilt Policies","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"destination_type","in":"query","schema":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_type"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_catalog_syncs_prebuilt_policies_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}":{"get":{"operationId":"catalog-syncs-read","summary":"Read Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"put":{"operationId":"catalog-syncs-update","summary":"Update Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_catalog_sync_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]},"delete":{"operationId":"catalog-syncs-delete","summary":"Delete Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}},{"name":"delete_destination","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_delete_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]},"patch":{"operationId":"catalog-syncs-patch","summary":"Patch Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_catalog_sync_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}/refresh":{"post":{"operationId":"catalog-syncs-refresh","summary":"Run Catalog Sync","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"sync_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_refresh_catalog_sync_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Catalog Sync"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps":{"get":{"operationId":"onramps-list","summary":"List On-ramps","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"order_by","in":"query","schema":{"type":"string"}},{"name":"desc","in":"query","schema":{"type":"boolean"}},{"name":"status","in":"query","schema":{"type":"boolean"}},{"name":"vpcs","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_list_onramps_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"post":{"operationId":"onramps-create","summary":"Create On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"forwarded","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_onramp_request"}}}},"responses":{"201":{"headers":{"location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space":{"get":{"operationId":"onramps-mwan-addr-space-read","summary":"Read Magic WAN Address Space","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_get_magic_wan_address_space_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"put":{"operationId":"onramps-mwan-addr-space-update","summary":"Update Magic WAN Address Space","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_magic_wan_address_space_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_magic_wan_address_space_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]},"patch":{"operationId":"onramps-mwan-addr-space-patch","summary":"Patch Magic WAN Address Space","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_magic_wan_address_space_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_magic_wan_address_space_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}":{"get":{"operationId":"onramps-read","summary":"Read On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}},{"name":"status","in":"query","schema":{"type":"boolean"}},{"name":"vpcs","in":"query","schema":{"type":"boolean"}},{"name":"post_apply_resources","in":"query","schema":{"type":"boolean"}},{"name":"planned_resources","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_get_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"put":{"operationId":"onramps-update","summary":"Update On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_onramp_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]},"delete":{"operationId":"onramps-delete","summary":"Delete On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}},{"name":"destroy","in":"query","schema":{"type":"boolean"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_delete_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]},"patch":{"operationId":"onramps-patch","summary":"Patch On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_onramp_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_onramp_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/apply":{"post":{"operationId":"onramps-apply","summary":"Apply On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_good_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/export":{"post":{"operationId":"onramps-export","summary":"Export as Terraform","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"responses":{"201":{"headers":{"Content-Disposition":{"schema":{"type":"string"}}},"content":{"application/zip":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/plan":{"post":{"operationId":"onramps-plan","summary":"Plan On-ramp","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"onramp_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_onramp_id"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_good_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["On-ramps"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/providers":{"get":{"operationId":"providers-list","summary":"List Cloud Integrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"status","in":"query","schema":{"type":"boolean"}},{"name":"order_by","in":"query","schema":{"type":"string"}},{"name":"desc","in":"query","schema":{"type":"boolean"}},{"name":"cloudflare","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_providers_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"post":{"operationId":"providers-create","summary":"Create Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"forwarded","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_provider_request"}}}},"responses":{"201":{"headers":{"location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_create_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/providers/discover":{"post":{"operationId":"providers-discover-all","summary":"Run Discovery for All Integrations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_good_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/providers/{provider_id}":{"get":{"operationId":"providers-read","summary":"Read Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}},{"name":"status","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]},"put":{"operationId":"providers-update","summary":"Update Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_provider_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]},"delete":{"operationId":"providers-delete","summary":"Delete Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_delete_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]},"patch":{"operationId":"providers-patch","summary":"Patch Cloud Integration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_provider_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_update_provider_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write"]}},"/accounts/{account_id}/magic/cloud/providers/{provider_id}/initial_setup":{"get":{"operationId":"providers-initial-setup","summary":"Get Cloud Integration Setup Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_provider_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_provider_initial_setup_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Cloud Integrations"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/cloud/resources":{"get":{"operationId":"resources-catalog-list","summary":"List Resources","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"query","schema":{"type":"string"}},{"name":"resource_type","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_type"}}},{"name":"resource_id","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}}},{"name":"region","in":"query","schema":{"type":"string"}},{"name":"resource_group","in":"query","schema":{"type":"string"}},{"name":"managed","in":"query","schema":{"type":"boolean"}},{"name":"search","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"order_by","in":"query","schema":{"type":"string"}},{"name":"desc","in":"query","schema":{"type":"boolean"}},{"name":"per_page","in":"query","schema":{"type":"integer","minimum":1}},{"name":"page","in":"query","schema":{"type":"integer","minimum":1}},{"name":"cloudflare","in":"query","schema":{"type":"boolean"}},{"name":"v2","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_resources_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Resources"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/cloud/resources/export":{"get":{"operationId":"resources-catalog-export","summary":"Export Resources","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"provider_id","in":"query","schema":{"type":"string"}},{"name":"resource_type","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_type"}}},{"name":"resource_id","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}}},{"name":"region","in":"query","schema":{"type":"string"}},{"name":"resource_group","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"order_by","in":"query","schema":{"type":"string"}},{"name":"desc","in":"query","schema":{"type":"boolean"}},{"name":"v2","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"headers":{"Content-Disposition":{"schema":{"type":"string"}}},"content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Resources"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/cloud/resources/{resource_id}":{"get":{"operationId":"resources-catalog-read","summary":"Read Resource","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_account_id"}},{"name":"resource_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mcn_resource_id"}},{"name":"v2","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_read_account_resource_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mcn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Resources"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"]}},"/accounts/{account_id}/magic/connectors":{"get":{"operationId":"mconn-connectors-list","summary":"List Connectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"device_type","in":"query","schema":{"type":"string","enum":["MANAGED","LICENSED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_list_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"mconn-connectors-create","summary":"Create Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_create_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}":{"get":{"operationId":"mconn-connectors-get","summary":"Get Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_get_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"mconn-connectors-update","summary":"Update Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_update_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"mconn-connectors-delete","summary":"Delete Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_delete_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"mconn-connectors-edit","summary":"Edit Connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_edit_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_connectors_edit_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connectors","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/interrupts":{"get":{"operationId":"mconn-connector-interrupts-list","summary":"List Interrupts","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_connector_interrupts_list_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_bad_response"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-interrupts","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events":{"get":{"operationId":"mconn-connector-telemetry-events-list","summary":"List Events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":true,"schema":{"type":"number"}},{"name":"to","in":"query","required":true,"schema":{"type":"number"}},{"name":"limit","in":"query","schema":{"type":"number"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"k","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_events_list_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-telemetry-events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/latest":{"get":{"operationId":"mconn-connector-telemetry-events-latest-get","summary":"Get latest Events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_events_latest_get_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-ignore":true,"x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/{event_t}.{event_n}":{"get":{"operationId":"mconn-connector-telemetry-events-get","summary":"Get Event","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"event_t","in":"path","required":true,"schema":{"type":"number"}},{"name":"event_n","in":"path","required":true,"schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_events_get_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-telemetry-events","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots":{"get":{"operationId":"mconn-connector-telemetry-snapshots-list","summary":"List Snapshots","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":true,"schema":{"type":"number"}},{"name":"to","in":"query","required":true,"schema":{"type":"number"}},{"name":"limit","in":"query","schema":{"type":"number"}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_snapshots_list_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-telemetry-snapshots","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/latest":{"get":{"operationId":"mconn-connector-telemetry-snapshots-latest-get","summary":"Get latest Snapshots","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_snapshots_latest_get_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-ignore":true,"x-forge-hidden":true}},"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/{snapshot_t}":{"get":{"operationId":"mconn-connector-telemetry-snapshots-get","summary":"Get Snapshot","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mconn_account_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"snapshot_t","in":"path","required":true,"schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_customer_snapshots_get_success"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mconn_envelope"}}}}},"security":[{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Connectors"],"x-api-token-group":["Magic WAN Write","Magic WAN Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"connector-telemetry-snapshots","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/magic/gre_tunnels":{"get":{"operationId":"magic-gre-tunnels-list-gre-tunnels","summary":"List GRE tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"magic-gre-tunnels-update-multiple-gre-tunnels","summary":"Update multiple GRE tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_modified_tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_modified_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"magic-gre-tunnels-create-gre-tunnels","summary":"Create a GRE tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_create_gre_tunnel_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_create_gre_tunnel_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}":{"get":{"operationId":"magic-gre-tunnels-list-gre-tunnel-details","summary":"List GRE Tunnel Details","parameters":[{"name":"gre_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_tunnel_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnel_single_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-gre-tunnels-update-gre-tunnel","summary":"Update GRE Tunnel","parameters":[{"name":"gre_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_gre_tunnel_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_tunnel_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnel_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-gre-tunnels-delete-gre-tunnel","summary":"Delete GRE Tunnel","parameters":[{"name":"gre_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_tunnel_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_tunnel_deleted_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic GRE tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.gre-tunnels","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/ipsec_tunnels":{"get":{"operationId":"magic-ipsec-tunnels-list-ipsec-tunnels","summary":"List IPsec tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"magic-ipsec-tunnels-update-multiple-ipsec-tunnels","summary":"Update multiple IPsec tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-modified_tunnels_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-modified_tunnels_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"magic-ipsec-tunnels-create-ipsec-tunnels","summary":"Create an IPsec tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_ipsec_tunnel_add_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-create_ipsec_tunnel_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-create_ipsec_tunnel_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/ipsec_tunnels/psk":{"post":{"operationId":"magic-ipsec-tunnels-set-pre-shared-keys-for-ipsec-tunnels","summary":"Set Pre-Shared Keys (PSK) for IPsec tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"validate_only","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_ipsec_tunnels_psk_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_ipsec_tunnels_psk_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}":{"get":{"operationId":"magic-ipsec-tunnels-list-ipsec-tunnel-details","summary":"List IPsec tunnel details","parameters":[{"name":"ipsec_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-tunnel_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-tunnel_single_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-ipsec-tunnels-update-ipsec-tunnel","summary":"Update IPsec Tunnel","parameters":[{"name":"ipsec_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_ipsec_tunnel_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-tunnel_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-tunnel_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-ipsec-tunnels-delete-ipsec-tunnel","summary":"Delete IPsec Tunnel","parameters":[{"name":"ipsec_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_schemas-tunnel_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-tunnel_deleted_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}/psk_generate":{"post":{"operationId":"magic-ipsec-tunnels-generate-pre-shared-key-(-psk)-for-ipsec-tunnels","summary":"Generate Pre-Shared Key (PSK) for IPsec tunnels","parameters":[{"name":"ipsec_tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_psk_generation_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_psk_generation_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic IPsec tunnels"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.ipsec-tunnels","x-fern-sdk-method-name":"psk-generate","x-forge-hidden":true}},"/accounts/{account_id}/magic/routes":{"get":{"operationId":"magic-static-routes-list-routes","summary":"List Routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_routes_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_routes_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"magic-static-routes-update-many-routes","summary":"Update Many Routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_update_many_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_multiple_route_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_multiple_route_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"magic-static-routes-create-routes","summary":"Create a Route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_create_route_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_create_route_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_routes_collection_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"magic-static-routes-delete-many-routes","summary":"Delete Many Routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_delete_many_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_multiple_route_delete_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_multiple_route_delete_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"empty","x-forge-hidden":true}},"/accounts/{account_id}/magic/routes/{route_id}":{"get":{"operationId":"magic-static-routes-route-details","summary":"Route Details","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_route_single_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-static-routes-update-route","summary":"Update Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_route_modified_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-static-routes-delete-route","summary":"Delete Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_route_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic_route_deleted_response"},{"$ref":"#/components/schemas/magic_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Static Routes"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.routes","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites":{"get":{"operationId":"magic-sites-list-sites","summary":"List Sites","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"connectorid","in":"query","schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_sites_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-sites-create-site","summary":"Create a new Site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_sites_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}":{"get":{"operationId":"magic-sites-site-details","summary":"Site Details","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"x-magic-new-hc-target","in":"header","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-sites-update-site","summary":"Update Site","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-sites-delete-site","summary":"Delete Site","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-sites-patch-site","summary":"Patch Site","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_site_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Sites"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/acls":{"get":{"operationId":"magic-site-acls-list-acls","summary":"List Site ACLs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acls_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-site-acls-create-acl","summary":"Create a new Site ACL","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acls_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}":{"get":{"operationId":"magic-site-acls-acl-details","summary":"Site ACL Details","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-site-acls-update-acl","summary":"Update Site ACL","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-acls-delete-acl","summary":"Delete Site ACL","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-site-acls-patch-acl","summary":"Patch Site ACL","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_acl_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site ACLs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.acls","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/app_configs":{"get":{"operationId":"magic-site-app-configs-list-app-configs","summary":"List App Configs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_configs_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site App Configs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.app-configuration","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-site-app-configs-add-app-config","summary":"Create a new App Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_add_single_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site App Configs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.app-configuration","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/app_configs/{app_config_id}":{"put":{"operationId":"magic-site-app-configs-update-app-config","summary":"Update an App Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"app_config_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site App Configs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.app-configuration","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-app-configs-delete-app-config","summary":"Delete App Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"app_config_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_app_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site App Configs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.app-configuration","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/lans":{"get":{"operationId":"magic-site-lans-list-lans","summary":"List Site LANs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lans_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-site-lans-create-lan","summary":"Create a new Site LAN","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lans_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lans_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}":{"get":{"operationId":"magic-site-lans-lan-details","summary":"Site LAN Details","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"lan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-site-lans-update-lan","summary":"Update Site LAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"lan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-lans-delete-lan","summary":"Delete Site LAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"lan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-site-lans-patch-lan","summary":"Patch Site LAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"lan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_lan_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site LANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.lans","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/netflow_config":{"get":{"operationId":"magic-site-netflow-config-details","summary":"NetFlow Configuration Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site NetFlow Config"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.netflow-config","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-site-netflow-config-update-netflow-config","summary":"Update NetFlow Configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site NetFlow Config"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.netflow-config","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-netflow-config-delete-netflow-config","summary":"Delete NetFlow Configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site NetFlow Config"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.netflow-config","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-site-netflow-config-patch-netflow-config","summary":"Update NetFlow Configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_netflow_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site NetFlow Config"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.netflow-config","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/wans":{"get":{"operationId":"magic-site-wans-list-wans","summary":"List Site WANs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wans_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"magic-site-wans-create-wan","summary":"Create a new Site WAN","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wans_add_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wans_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}":{"get":{"operationId":"magic-site-wans-wan-details","summary":"Site WAN Details","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"wan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.read"]},{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.read"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic WAN Read","Magic Transit Read","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"magic-site-wans-update-wan","summary":"Update Site WAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"wan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"magic-site-wans-delete-wan","summary":"Delete Site WAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"wan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"magic-site-wans-patch-wan","summary":"Patch Site WAN","parameters":[{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}},{"name":"wan_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_wan_modified_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["magic-transit.write"]},{"realmrootOidc":["magic-wan.write"]}],"tags":["Magic Site WANs"],"x-api-token-group":["Magic WAN Write","Magic Transit Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"magic-transit.sites.wans","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/media/usage":{"get":{"operationId":"usage-analytics-get-account-media-usage","summary":"Get account Media usage","parameters":[{"$ref":"#/components/parameters/usage-analytics_account_id"},{"$ref":"#/components/parameters/usage-analytics_metrics"},{"$ref":"#/components/parameters/usage-analytics_since"},{"$ref":"#/components/parameters/usage-analytics_until"},{"$ref":"#/components/parameters/usage-analytics_time_delta"},{"$ref":"#/components/parameters/usage-analytics_limit"},{"$ref":"#/components/parameters/usage-analytics_filters"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_stream_usage_response"}}}},"400":{"$ref":"#/components/responses/usage-analytics_bad_request"},"401":{"$ref":"#/components/responses/usage-analytics_unauthorized"},"403":{"$ref":"#/components/responses/usage-analytics_forbidden"}},"security":[{"realmrootOidc":["images.read"]}],"tags":["Usage Analytics"],"x-api-token-group":["Images Read"]}},"/accounts/{account_id}/members":{"get":{"operationId":"account-members-list-members","summary":"List Members","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"order","in":"query","schema":{"enum":["user.first_name","user.last_name","user.email","status"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["accepted","pending","rejected"]}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_collection_member_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"account-members-add-member","summary":"Add Member","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/iam_create-member-with-roles"},{"$ref":"#/components/schemas/iam_create-member-with-policies"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_member_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/members/{member_id}":{"get":{"operationId":"account-members-member-details","summary":"Member Details","parameters":[{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_member_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"account-members-update-member","summary":"Update Member","parameters":[{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/iam_update-member-with-roles"},{"$ref":"#/components/schemas/iam_update-member-with-policies"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_member_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"account-members-remove-member","summary":"Remove Member","parameters":[{"name":"member_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Members"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["#organization:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/mnm/config":{"get":{"operationId":"magic-network-monitoring-configuration-list-account-configuration","summary":"List account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.read"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write","Magic Network Monitoring Config Read"]},"put":{"operationId":"magic-network-monitoring-configuration-update-an-entire-account-configuration","summary":"Update an entire account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_sampling":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_default_sampling"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_name"},"router_ips":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ips"},"warp_devices":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_devices"}},"required":["name","default_sampling"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]},"post":{"operationId":"magic-network-monitoring-configuration-create-account-configuration","summary":"Create account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_sampling":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_default_sampling"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_name"},"router_ips":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ips"},"warp_devices":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_devices"}},"required":["name","default_sampling"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin"]},"delete":{"operationId":"magic-network-monitoring-configuration-delete-account-configuration","summary":"Delete account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin"]},"patch":{"operationId":"magic-network-monitoring-configuration-update-account-configuration-fields","summary":"Update account configuration fields","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"default_sampling":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_default_sampling"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_name"},"router_ips":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ips"},"warp_devices":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_devices"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]}},"/accounts/{account_id}/mnm/config/full":{"get":{"operationId":"magic-network-monitoring-configuration-list-rules-and-account-configuration","summary":"List rules and account configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.read"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Configuration"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write","Magic Network Monitoring Config Read"]}},"/accounts/{account_id}/mnm/rules":{"get":{"operationId":"magic-network-monitoring-rules-list-rules","summary":"List rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.read"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write","Magic Network Monitoring Config Read"]},"put":{"operationId":"magic-network-monitoring-rules-update-rules","summary":"Update rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]},"post":{"operationId":"magic-network-monitoring-rules-create-rules","summary":"Create rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin"]}},"/accounts/{account_id}/mnm/rules/bulk":{"put":{"operationId":"magic-network-monitoring-rules-update-rules-bulk","summary":"Update rules in bulk","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"},"maxItems":100,"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]},"post":{"operationId":"magic-network-monitoring-rules-create-rules-bulk","summary":"Create rules in bulk","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"},"maxItems":100,"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_collection_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin"]}},"/accounts/{account_id}/mnm/rules/{rule_id}":{"get":{"operationId":"magic-network-monitoring-rules-get-rule","summary":"Get rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.read"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write","Magic Network Monitoring Config Read"]},"delete":{"operationId":"magic-network-monitoring-rules-delete-rule","summary":"Delete rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin"]},"patch":{"operationId":"magic-network-monitoring-rules-update-rule","summary":"Update rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_create"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rules_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]}},"/accounts/{account_id}/mnm/rules/{rule_id}/advertisement":{"patch":{"operationId":"magic-network-monitoring-rules-update-advertisement-for-rule","summary":"Update advertisement for rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_advertisement_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_advertisement_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]},{"realmrootOidc":["fbm.write"]}],"tags":["Magic Network Monitoring Rules"],"x-api-token-group":["Magic Network Monitoring Admin","Magic Network Monitoring Config Write"]}},"/accounts/{account_id}/mnm/vpc-flows/token":{"post":{"operationId":"magic-network-monitoring-vpc-flows-generate-authentication-token","summary":"Generate authentication token for VPC flow logs export.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_vpc_flows_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_vpc_flows_single_response"},{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fbm.admin"]}],"tags":["Magic Network Monitoring VPC Flow logs"],"x-api-token-group":["Magic Network Monitoring Admin"]}},"/accounts/{account_id}/mtls_certificates":{"get":{"operationId":"m-tls-certificate-management-list-m-tls-certificates","summary":"List mTLS certificates","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"type","in":"query","schema":{"type":"array","items":{"enum":["custom","gateway_managed","access_managed"],"type":"string"}},"explode":false,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-5"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-5"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"m-tls-certificate-management-upload-m-tls-certificate","summary":"Upload mTLS certificate","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ca":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ca"},"certificates":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificates-2"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name-2"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-4"}},"required":["certificates","ca"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single_post"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single_post"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}":{"get":{"operationId":"m-tls-certificate-management-get-m-tls-certificate","summary":"Get mTLS certificate","parameters":[{"name":"mtls_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-5"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-5"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"m-tls-certificate-management-delete-m-tls-certificate","summary":"Delete mTLS certificate","parameters":[{"name":"mtls_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-5"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-5"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}/associations":{"get":{"operationId":"m-tls-certificate-management-list-m-tls-certificate-associations","summary":"List mTLS certificate associations","parameters":[{"name":"mtls_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_association_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_association_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-ssl-and-certificates.read"]},{"realmrootOidc":["account-ssl-and-certificates.write"]}],"tags":["mTLS Certificate Management"],"x-api-token-group":["Account: SSL and Certificates Read","Account: SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"mtls-certificates.associations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/organizations":{"get":{"operationId":"Accounts_listAccountOrganizations","summary":"List account organizations","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_Organization"}},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Accounts"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"organizations.account-organizations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects":{"get":{"operationId":"pages-project-get-projects","summary":"Get projects","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/pages_project"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"pages-project-create-project","summary":"Create project","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"build_config":{"type":"object","properties":{"build_caching":{"type":"boolean","x-auditable":true},"build_command":{"type":"string","x-auditable":true},"destination_dir":{"type":"string","x-auditable":true},"root_dir":{"type":"string","x-auditable":true},"web_analytics_tag":{"type":"string","nullable":true,"x-auditable":true},"web_analytics_token":{"type":"string","nullable":true,"x-sensitive":true}}},"deployment_configs":{"type":"object","properties":{"preview":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values_request"}]},"production":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values_request"}]}}},"name":{"type":"string","x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"source":{"type":"object","properties":{"config":{"type":"object","properties":{"deployments_enabled":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `production_deployments_enabled` and `preview_deployment_setting` for more granular control."},"owner":{"type":"string","x-auditable":true},"owner_id":{"type":"string","x-auditable":true},"path_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"path_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"pr_comments_enabled":{"type":"boolean","x-auditable":true},"preview_branch_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_branch_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_deployment_setting":{"type":"string","enum":["all","none","custom"],"x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"production_deployments_enabled":{"type":"boolean","x-auditable":true},"repo_id":{"type":"string","x-auditable":true},"repo_name":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["github","gitlab"],"x-auditable":true}},"required":["type","config"]}},"required":["name","production_branch"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}":{"get":{"operationId":"pages-project-get-project","summary":"Get project","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"pages-project-delete-project","summary":"Delete project","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"pages-project-update-project","summary":"Update project","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"build_config":{"type":"object","properties":{"build_caching":{"type":"boolean","x-auditable":true},"build_command":{"type":"string","x-auditable":true},"destination_dir":{"type":"string","x-auditable":true},"root_dir":{"type":"string","x-auditable":true},"web_analytics_tag":{"type":"string","nullable":true,"x-auditable":true},"web_analytics_token":{"type":"string","nullable":true,"x-sensitive":true}}},"deployment_configs":{"type":"object","properties":{"preview":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values_request"}]},"production":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values_request"}]}}},"name":{"type":"string","x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"source":{"type":"object","properties":{"config":{"type":"object","properties":{"deployments_enabled":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `production_deployments_enabled` and `preview_deployment_setting` for more granular control."},"owner":{"type":"string","x-auditable":true},"owner_id":{"type":"string","x-auditable":true},"path_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"path_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"pr_comments_enabled":{"type":"boolean","x-auditable":true},"preview_branch_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_branch_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_deployment_setting":{"type":"string","enum":["all","none","custom"],"x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"production_deployments_enabled":{"type":"boolean","x-auditable":true},"repo_id":{"type":"string","x-auditable":true},"repo_name":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["github","gitlab"],"x-auditable":true}},"required":["type","config"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments":{"get":{"operationId":"pages-deployment-get-deployments","summary":"Get deployments","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"env","in":"query","schema":{"type":"string","enum":["production","preview"]}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/pages_deployment"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"pages-deployment-create-deployment","summary":"Create deployment","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"_headers":{"contentType":"text/plain"},"_redirects":{"contentType":"text/plain"},"_routes.json":{"contentType":"application/json"},"_worker.bundle":{"contentType":"multipart/form-data"},"_worker.js":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript"},"functions-filepath-routing-config.json":{"contentType":"application/json"},"manifest":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"_headers":{"type":"string","format":"binary"},"_redirects":{"type":"string","format":"binary"},"_routes.json":{"type":"string","format":"binary"},"_worker.bundle":{"type":"string","format":"binary"},"_worker.js":{"type":"string","format":"binary"},"branch":{"type":"string","x-auditable":true},"commit_dirty":{"type":"string","enum":["true","false"]},"commit_hash":{"type":"string"},"commit_message":{"type":"string"},"functions-filepath-routing-config.json":{"type":"string","format":"binary"},"manifest":{"type":"string"},"pages_build_output_dir":{"type":"string"},"wrangler_config_hash":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}":{"get":{"operationId":"pages-deployment-get-deployment-info","summary":"Get deployment info","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"pages-deployment-delete-deployment","summary":"Delete deployment","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/history/logs":{"get":{"operationId":"pages-deployment-get-deployment-logs","summary":"Get deployment logs","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment_log"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments.history.logs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/retry":{"post":{"operationId":"pages-deployment-retry-deployment","summary":"Retry deployment","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"retry","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/rollback":{"post":{"operationId":"pages-deployment-rollback-deployment","summary":"Rollback deployment","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments","x-fern-sdk-method-name":"rollback","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/tails":{"post":{"operationId":"pages-deployment-create-tail","summary":"Create deployment tail","parameters":[{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"filters":{"type":"array","items":{"additionalProperties":true,"type":"object"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_tail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments.tails","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/tails/{tail_id}":{"delete":{"operationId":"pages-deployment-delete-tail","summary":"Delete deployment tail","parameters":[{"name":"tail_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"deployment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Deployment"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.deployments.tails","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/domains":{"get":{"operationId":"pages-domains-get-domains","summary":"Get domains","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/pages_domain"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"pages-domains-add-domain","summary":"Add domain","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/pages_domain_name"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name}":{"get":{"operationId":"pages-domains-get-domain","summary":"Get domain","parameters":[{"name":"domain_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_domain_name"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.read"]},{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Read","Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"pages-domains-delete-domain","summary":"Delete domain","parameters":[{"name":"domain_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_domain_name"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"pages-domains-patch-domain","summary":"Patch domain","parameters":[{"name":"domain_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_domain_name"}},{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Domains"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects.domains","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/pages/projects/{project_name}/purge_build_cache":{"post":{"operationId":"pages-purge-build-cache","summary":"Purge build cache","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Build Cache"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"purge-build-cache","x-forge-hidden":true,"x-forge-require-confirmation":"This operation purges the build cache for a Pages project."}},"/accounts/{account_id}/pages/projects/{project_name}/source":{"post":{"operationId":"pages-project-connect-project-source","summary":"Connect project source","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_source"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"]},"delete":{"operationId":"pages-project-disconnect-project-source","summary":"Disconnect project source","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_project"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"]}},"/accounts/{account_id}/pages/projects/{project_name}/upload-token":{"get":{"operationId":"pages-project-get-upload-token","summary":"Get upload token","parameters":[{"name":"project_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_project_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/pages_pages_upload_token_response"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["page.write"]}],"tags":["Pages Project"],"x-api-token-group":["Pages Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pages.projects","x-fern-sdk-method-name":"get-upload-token","x-forge-hidden":true}},"/accounts/{account_id}/pay-per-crawl/crawler/stripe":{"get":{"operationId":"pay-per-crawl.crawlerGetStripeConfig","summary":"Gets the stripe config for a crawler","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getStripeConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_stripe"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.crawler.stripe","x-fern-sdk-method-name":"get"},"post":{"operationId":"pay-per-crawl.crawlerCreateStripeConfig","summary":"Creates the stripe config for a crawler","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_createStripeConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_stripe"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.crawler.stripe","x-fern-sdk-method-name":"create"},"delete":{"operationId":"pay-per-crawl.crawlerDeleteStripeConfig","summary":"Deletes the stripe config for a crawler","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiNoResultResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_stripe"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.crawler.stripe","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/pay-per-crawl/publisher/stripe":{"get":{"operationId":"pay-per-crawl.publisherGetStripeConfig","summary":"Gets the stripe config for a publisher","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getStripeConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_stripe"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.publisher.stripe","x-fern-sdk-method-name":"get"},"post":{"operationId":"pay-per-crawl.publisherCreateStripeConfig","summary":"Creates the stripe config for a publisher","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_createStripeConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_stripe"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.publisher.stripe","x-fern-sdk-method-name":"create"},"delete":{"operationId":"pay-per-crawl.publisherDeleteStripeConfig","summary":"Deletes the stripe config for a publisher","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiNoResultResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_stripe"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.publisher.stripe","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/pay-per-crawl/signature_link":{"get":{"operationId":"pay-per-crawl.getTermsSignatureLink","summary":"Get signed pay-per-crawl terms link","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getTermsSignatureLinkResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_terms"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.terms","x-fern-sdk-method-name":"get-signature-link"}},"/accounts/{account_id}/pay-per-crawl/terms":{"get":{"operationId":"pay-per-crawl.getTerms","summary":"Get pay-per-crawl terms","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getTermsResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_terms"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.terms","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/pay-per-crawl/terms/signature":{"get":{"operationId":"pay-per-crawl.getTermsSignature","summary":"Get pay-per-crawl terms signature status","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true},{"name":"remote","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getTermsSignatureResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_terms"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.terms","x-fern-sdk-method-name":"get-signature"},"post":{"operationId":"pay-per-crawl.sendTermsSignatureEvent","summary":"Record pay-per-crawl terms activity","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true},{"name":"event_type","in":"query","required":true,"schema":{"type":"string","enum":["agreed","displayed"]}},{"name":"vid","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiNoResultResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_terms"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.terms","x-fern-sdk-method-name":"send-signature-event"}},"/accounts/{account_id}/pay-per-crawl/zones_can_be_enabled":{"patch":{"operationId":"pay-per-crawl.setZonesCanBeEnabled","summary":"Set can_be_enabled setting on zones","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"requestBody":{"$ref":"#/components/requestBodies/pay-per-crawl_ZonesCanBeEnabledPayload"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiNoResultResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Account Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.zones","x-fern-sdk-method-name":"set-can-be-enabled"}},"/accounts/{account_id}/pay-per-crawl/zones_can_be_enabled/query":{"post":{"operationId":"pay-per-crawl.queryZonesCanBeEnabled","summary":"Gets the can_be_enabled zone setting","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"requestBody":{"$ref":"#/components/requestBodies/pay-per-crawl_ZonesCanBeEnabledQueryPayload"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_queryZonesCanBeEnabledResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["ppc_config"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.zones","x-fern-sdk-method-name":"query-can-be-enabled"}},"/accounts/{account_id}/pcaps":{"get":{"operationId":"magic-pcap-collection-list-packet-capture-requests","summary":"List packet capture requests","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_collection_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_collection_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.read"]},{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API","Magic Firewall Packet Captures - Read PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"magic-pcap-collection-create-pcap-request","summary":"Create PCAP request","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_request_pcap"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_single_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_single_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/ownership":{"get":{"operationId":"magic-pcap-collection-list-pca-ps-bucket-ownership","summary":"List PCAPs Bucket Ownership","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_collection"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_collection"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.read"]},{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API","Magic Firewall Packet Captures - Read PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"magic-pcap-collection-add-buckets-for-full-packet-captures","summary":"Add buckets for full packet captures","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_single_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_single_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/ownership/validate":{"post":{"operationId":"magic-pcap-collection-validate-buckets-for-full-packet-captures","summary":"Validate buckets for full packet captures","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_validate_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_single_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_single_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/ownership/{ownership_id}":{"delete":{"operationId":"magic-pcap-collection-delete-buckets-for-full-packet-captures","summary":"Delete buckets for full packet captures","parameters":[{"name":"ownership_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"204":{},"default":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/{pcap_id}":{"get":{"operationId":"magic-pcap-collection-get-pcap-request","summary":"Get PCAP request","parameters":[{"name":"pcap_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_single_response"}}}},"default":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_single_response"},{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["pcaps-api.read"]},{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API","Magic Firewall Packet Captures - Read PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/{pcap_id}/download":{"get":{"operationId":"magic-pcap-collection-download-simple-pcap","summary":"Download Simple PCAP","parameters":[{"name":"pcap_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"200":{"content":{"application/vnd.tcpdump.pcap":{}}},"default":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["pcaps-api.read"]},{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API","Magic Firewall Packet Captures - Read PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pcaps/{pcap_id}/stop":{"put":{"operationId":"magic-pcap-collection-stop-full-pcap","summary":"Stop full PCAP","parameters":[{"name":"pcap_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_identifier"}}],"responses":{"204":{},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["pcaps-api.write"]}],"tags":["Magic PCAP collection"],"x-api-token-group":["Magic Firewall Packet Captures - Write PCAPs API"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/accounts/{account_id}/pipelines":{"get":{"operationId":"getV4AccountsByAccount_idPipelines_deprecated","summary":"[DEPRECATED] List Pipelines","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"string","default":"1"}},{"name":"per_page","in":"query","schema":{"type":"string","default":"25"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"results":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline"}},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","results","result_info"]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"results":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}]}},"required":["success","results","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-list","x-forge-hidden":true},"post":{"operationId":"postV4AccountsByAccount_idPipelines_deprecated","summary":"[DEPRECATED] Create Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"type":"object","properties":{"batch":{"type":"object","properties":{"max_bytes":{"type":"integer","default":100000000,"maximum":100000000,"minimum":1000},"max_duration_s":{"type":"number","default":300,"maximum":300,"minimum":0.25},"max_rows":{"type":"integer","default":10000000,"maximum":10000000,"minimum":100}}},"compression":{"type":"object","properties":{"type":{"type":"string","default":"gzip","enum":["none","gzip","deflate"]}}},"credentials":{"type":"object","properties":{"access_key_id":{"type":"string"},"endpoint":{"type":"string"},"secret_access_key":{"type":"string"}},"required":["endpoint","access_key_id","secret_access_key"]},"format":{"type":"string","enum":["json"]},"path":{"type":"object","properties":{"bucket":{"type":"string"},"filename":{"allOf":[{"type":"string"},{"type":"string"}]},"filepath":{"type":"string"},"prefix":{"type":"string"}},"required":["bucket"]},"type":{"type":"string","enum":["r2"]}},"required":["type","format","batch","compression","path","credentials"]},"name":{"type":"string","maxLength":128,"minLength":1},"source":{"type":"array","items":{"discriminator":{"mapping":{"binding":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source","http":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source"}]},"minItems":1}},"required":["name","source","destination"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline"},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"results":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}]}},"required":["success","results","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-create","x-forge-hidden":true}},"/accounts/{account_id}/pipelines/v1/pipelines":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1Pipelines","summary":"List Pipelines","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"page","in":"query","schema":{"type":"number","default":1}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"name","in":"query","schema":{"type":"string","maxLength":128,"minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string"},"name":{"type":"string","maxLength":128,"minLength":1},"sql":{"type":"string"},"status":{"type":"string"}},"required":["id","name","created_at","modified_at","sql","status"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result","result_info"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"list","x-forge-hidden":false},"post":{"operationId":"postV4AccountsByAccount_idPipelinesV1Pipelines","summary":"Create Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":128,"minLength":1},"sql":{"type":"string"}},"required":["name","sql"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string"},"name":{"type":"string","maxLength":128,"minLength":1},"sql":{"type":"string"},"status":{"type":"string"}},"required":["id","name","created_at","modified_at","sql","status"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/pipelines/{pipeline_id}":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1PipelinesByPipeline_id","summary":"Get Pipeline Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string"},"failure_reason":{"type":"string"},"id":{"type":"string"},"modified_at":{"type":"string"},"name":{"type":"string","maxLength":128,"minLength":1},"sql":{"type":"string"},"status":{"type":"string"},"tables":{"type":"array","items":{"properties":{"id":{"type":"string"},"latest":{"type":"integer"},"name":{"type":"string","maxLength":128,"minLength":1},"type":{"type":"string","enum":["stream","sink"]},"version":{"type":"integer"}},"required":["id","version","latest","type","name"],"type":"object"}}},"required":["id","name","created_at","modified_at","sql","status","tables"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"get","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/sinks":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1Sinks","summary":"List Sinks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_id","in":"query","schema":{"type":"string"}},{"name":"name","in":"query","schema":{"type":"string","maxLength":128,"minLength":1}},{"name":"page","in":"query","schema":{"type":"number","default":1}},{"name":"per_page","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"config":{"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_r2TablePublic"},{"$ref":"#/components/schemas/cloudflare-pipelines_r2_data_catalogTablePublic"}]},"created_at":{"type":"string","format":"date-time"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"type":{"type":"string","enum":["r2","r2_data_catalog"]}},"required":["id","name","created_at","modified_at","type"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result","result_info"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.sinks","x-fern-sdk-method-name":"list","x-forge-hidden":false},"post":{"operationId":"postV4AccountsByAccount_idPipelinesV1Sinks","summary":"Create Sink","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_r2Table"},{"$ref":"#/components/schemas/cloudflare-pipelines_r2_data_catalogTable"}]},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"type":{"type":"string","enum":["r2","r2_data_catalog"]}},"required":["name","type"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"config":{"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_r2Table"},{"$ref":"#/components/schemas/cloudflare-pipelines_r2_data_catalogTable"}]},"created_at":{"type":"string","format":"date-time"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"type":{"type":"string","enum":["r2","r2_data_catalog"]}},"required":["id","name","created_at","modified_at","type"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.sinks","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/sinks/{sink_id}":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1SinksBySink_id","summary":"Get Sink Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"sink_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-sink-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"config":{"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_r2TablePublic"},{"$ref":"#/components/schemas/cloudflare-pipelines_r2_data_catalogTablePublic"}]},"created_at":{"type":"string","format":"date-time"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"type":{"type":"string","enum":["r2","r2_data_catalog"]}},"required":["id","name","created_at","modified_at","type"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.sinks","x-fern-sdk-method-name":"get","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/streams":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1Streams","summary":"List Streams","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_id","in":"query","schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline-id"}},{"name":"name","in":"query","schema":{"type":"string","maxLength":128,"minLength":1}},{"name":"page","in":"query","schema":{"type":"number","default":1}},{"name":"per_page","in":"query","schema":{"type":"number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"endpoint":{"type":"string","format":"uri"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"http":{"type":"object","properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"enabled":{"type":"boolean"}},"required":["enabled","authentication"]},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"version":{"type":"integer"},"worker_binding":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}},"required":["id","name","version","created_at","modified_at","http","worker_binding"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["count","page","per_page","total_count"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result","result_info"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.streams","x-fern-sdk-method-name":"list","x-forge-hidden":false},"post":{"operationId":"postV4AccountsByAccount_idPipelinesV1Streams","summary":"Create Stream","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"http":{"type":"object","default":{"authentication":false,"enabled":true},"properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"enabled":{"type":"boolean"}},"required":["enabled","authentication"]},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"worker_binding":{"type":"object","default":{"enabled":true},"properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"endpoint":{"type":"string","format":"uri"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"http":{"type":"object","properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"enabled":{"type":"boolean"}},"required":["enabled","authentication"]},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"version":{"type":"integer"},"worker_binding":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}},"required":["id","name","version","created_at","modified_at","http","worker_binding"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.streams","x-fern-sdk-method-name":"create","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/streams/{stream_id}":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesV1StreamsByStream_id","summary":"Get Stream Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"stream_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-stream-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"endpoint":{"type":"string","format":"uri"},"format":{"$ref":"#/components/schemas/cloudflare-pipelines_Format"},"http":{"type":"object","properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"enabled":{"type":"boolean"}},"required":["enabled","authentication"]},"id":{"type":"string"},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":128,"minLength":1},"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_ConnectionSchema"},"version":{"type":"integer"},"worker_binding":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}},"required":["id","name","version","created_at","modified_at","http","worker_binding"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines.streams","x-fern-sdk-method-name":"get","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/v1/validate_sql":{"post":{"operationId":"postV4AccountsByAccount_idPipelinesV1Validate_sql","summary":"Validate SQL","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"sql":{"type":"string"}},"required":["sql"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"graph":{"$ref":"#/components/schemas/cloudflare-pipelines_PipelineGraph"},"tables":{"type":"object","additionalProperties":{"properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"version":{"type":"number"}},"required":["id","version","type","name"],"type":"object"}}},"required":["tables"]},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{}},"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"validate-sql","x-forge-hidden":false}},"/accounts/{account_id}/pipelines/{pipeline_name}":{"get":{"operationId":"getV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","summary":"[DEPRECATED] Get Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_name","in":"path","required":true,"schema":{"type":"string","maxLength":128,"minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline"},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"results":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}]}},"required":["success","results","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.read"]},{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write","Pipelines Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-get","x-forge-hidden":true},"put":{"operationId":"putV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","summary":"[DEPRECATED] Update Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_name","in":"path","required":true,"schema":{"type":"string","maxLength":128,"minLength":1}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"destination":{"type":"object","properties":{"batch":{"type":"object","properties":{"max_bytes":{"type":"integer","default":100000000,"maximum":100000000,"minimum":1000},"max_duration_s":{"type":"number","default":300,"maximum":300,"minimum":0.25},"max_rows":{"type":"integer","default":10000000,"maximum":10000000,"minimum":100}}},"compression":{"type":"object","properties":{"type":{"type":"string","default":"gzip","enum":["none","gzip","deflate"]}}},"credentials":{"type":"object","properties":{"access_key_id":{"type":"string"},"endpoint":{"type":"string"},"secret_access_key":{"type":"string"}},"required":["endpoint","access_key_id","secret_access_key"]},"format":{"type":"string","enum":["json"]},"path":{"type":"object","properties":{"bucket":{"type":"string"},"filename":{"allOf":[{"type":"string"},{"type":"string"}]},"filepath":{"type":"string"},"prefix":{"type":"string"}},"required":["bucket"]},"type":{"type":"string","enum":["r2"]}},"required":["type","format","batch","compression","path"]},"name":{"type":"string","maxLength":128,"minLength":1},"source":{"type":"array","items":{"discriminator":{"mapping":{"binding":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source","http":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source"}]},"minItems":1}},"required":["name","source","destination"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-pipeline"},"success":{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}},"required":["success","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"results":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_worker-pipelines-common-success"}]}},"required":["success","results","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-update","x-forge-hidden":true,"x-forge-params":{"destination.batch.max_bytes":{"default":null},"destination.batch.max_duration_s":{"default":null},"destination.batch.max_rows":{"default":null},"destination.compression.type":{"default":null}}},"delete":{"operationId":"deleteV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","summary":"[DEPRECATED] Delete Pipeline","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloudflare-pipelines_workers-pipelines-account-id"}},{"name":"pipeline_name","in":"path","required":true,"schema":{"type":"string","maxLength":128,"minLength":1}}],"responses":{"200":{},"4XX":{}},"deprecated":true,"security":[{"realmrootOidc":["pipelines.write"]}],"tags":["workers_pipelines_other"],"x-api-token-group":["Pipelines Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"pipelines","x-fern-sdk-method-name":"legacy-delete","x-forge-hidden":true}},"/accounts/{account_id}/profile":{"get":{"operationId":"Accounts_getAccountProfile","summary":"Get account profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"$ref":"#/components/schemas/organizations-api_Profile"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Accounts"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"accounts.account-profile","x-fern-sdk-method-name":"get"},"put":{"operationId":"Accounts_modifyAccountProfile","summary":"Modify account profile","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_Profile"}}}},"responses":{"204":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Accounts"],"x-api-token-group":["Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"accounts.account-profile","x-fern-sdk-method-name":"update"}},"/accounts/{account_id}/queues":{"get":{"operationId":"queues-list","summary":"List Queues","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mq_queue"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.list"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"queues-create","summary":"Create Queue","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"queue_name":{"$ref":"#/components/schemas/mq_queue-name"}},"required":["queue_name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_queue"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}":{"get":{"operationId":"queues-get","summary":"Get Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_queue"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"queues-update","summary":"Update Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_queue"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_queue"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"queues-delete","summary":"Delete Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-success"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"queues-update-partial","summary":"Update Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_queue"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_queue"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/consumers":{"get":{"operationId":"queues-list-consumers","summary":"List Queue Consumers","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mq_consumer-response"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.list"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"queues-create-consumer","summary":"Create a Queue Consumer","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_consumer-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_consumer-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}":{"get":{"operationId":"queues-get-consumer","summary":"Get Queue Consumer","parameters":[{"name":"consumer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_consumer-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"queues-update-consumer","summary":"Update Queue Consumer","parameters":[{"name":"consumer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_consumer-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_consumer-response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.update"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"queues-delete-consumer","summary":"Delete Queue Consumer","parameters":[{"name":"consumer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-success"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.consumers","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages":{"post":{"operationId":"queues-push-message","summary":"Push Message","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_queue-message"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"metadata":{"type":"object","properties":{"metrics":{"$ref":"#/components/schemas/mq_queue-metrics"}}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.push"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"push","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/ack":{"post":{"operationId":"queues-ack-messages","summary":"Acknowledge + Retry Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"acks":{"type":"array","items":{"properties":{"lease_id":{"$ref":"#/components/schemas/mq_lease-id"}},"type":"object"}},"retries":{"type":"array","items":{"properties":{"delay_seconds":{"$ref":"#/components/schemas/mq_retry-delay"},"lease_id":{"$ref":"#/components/schemas/mq_lease-id"}},"type":"object"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"ackCount":{"type":"number"},"retryCount":{"type":"number"},"warnings":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.ack"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"ack","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/batch":{"post":{"operationId":"queues-push-messages","summary":"Push Message Batch","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_queue-batch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"metadata":{"type":"object","properties":{"metrics":{"$ref":"#/components/schemas/mq_queue-metrics"}}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.push"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"bulk-push","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/peek":{"post":{"operationId":"queues-peek-messages","summary":"Peek Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"messages":{"$ref":"#/components/schemas/mq_queue-peek-batch"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.peek"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"peek","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/preview":{"post":{"operationId":"queues-preview-messages","summary":"Preview Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"messages":{"$ref":"#/components/schemas/mq_queue-pull-batch"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.peek"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"preview","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/preview/ack":{"post":{"operationId":"queues-ack-preview-messages","summary":"Delete Previewed Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"acks":{"type":"array","items":{"properties":{"lease_id":{"$ref":"#/components/schemas/mq_lease-id"}},"type":"object"}},"retries":{"type":"array","items":{"properties":{"delay_seconds":{"$ref":"#/components/schemas/mq_retry-delay"},"lease_id":{"$ref":"#/components/schemas/mq_lease-id"}},"type":"object"}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"warnings":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.ack"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"ack-preview","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/pull":{"post":{"operationId":"queues-pull-messages","summary":"Pull Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"visibility_timeout_ms":{"$ref":"#/components/schemas/mq_visibility-timeout"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"message_backlog_count":{"type":"number"},"messages":{"$ref":"#/components/schemas/mq_queue-pull-batch"},"metadata":{"type":"object","properties":{"metrics":{"$ref":"#/components/schemas/mq_queue-metrics"}}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.pull"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"pull","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/messages/purge":{"post":{"operationId":"queues-purge-messages","summary":"Purge Peeked Queue Messages","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"refs":{"type":"array","items":{"properties":{"ref":{"$ref":"#/components/schemas/mq_ref"}},"required":["ref"],"type":"object"}}},"required":["refs"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"type":"object"}},"warnings":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-auditable":false,"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.ack"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.messages","x-fern-sdk-method-name":"purge","x-forge-hidden":true}},"/accounts/{account_id}/queues/{queue_id}/metrics":{"get":{"operationId":"queues-get-metrics","summary":"Get Queue Metrics","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"$ref":"#/components/schemas/mq_queue-metrics"}},"type":"object"}]}},"text/event-stream":{"schema":{"$ref":"#/components/schemas/mq_queue-metrics"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"]}},"/accounts/{account_id}/queues/{queue_id}/purge":{"get":{"operationId":"queues-purge-get","summary":"Get Queue Purge Status","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","properties":{"completed":{"type":"string","readOnly":true,"x-auditable":true},"started_at":{"type":"string","readOnly":true,"x-auditable":true}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.read"]},{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Queues Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.purge","x-fern-sdk-method-name":"status","x-forge-hidden":true},"post":{"operationId":"queues-purge","summary":"Purge Queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/mq_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"delete_messages_permanently":{"type":"boolean","x-auditable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_api-v4-success"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/mq_queue"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mq_api-v4-failure"}}}}},"security":[{"realmrootOidc":["queues.write"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Queue"],"x-api-token-group":["Queues Write","Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.worker.queue.ack"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"queues.purge","x-fern-sdk-method-name":"start","x-forge-hidden":true,"x-forge-require-confirmation":"This operation drops every message in the queue."}},"/accounts/{account_id}/r2-catalog":{"get":{"operationId":"list-catalogs","summary":"List R2 catalogs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog-list"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}":{"get":{"operationId":"get-catalog-details","summary":"Get R2 catalog details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/credential":{"post":{"operationId":"store-credentials","summary":"Store catalog credentials","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_catalog-credential-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["Credential Management"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.credentials","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/delete":{"post":{"operationId":"delete-catalog","summary":"Delete R2 catalog metadata","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"force","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"204":{},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{},"403":{},"404":{},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"This removes catalog metadata. R2 bucket objects are retained."}},"/accounts/{account_id}/r2-catalog/{bucket_name}/disable":{"post":{"operationId":"disable-catalog","summary":"Disable R2 catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"responses":{"204":{},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"disable","x-forge-hidden":true,"x-forge-require-confirmation":"This operation turns off the data catalog for the bucket. Existing namespace or table state remains, but writes stop."}},"/accounts/{account_id}/r2-catalog/{bucket_name}/enable":{"post":{"operationId":"enable-catalog","summary":"Enable R2 bucket as a catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog-activation-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["R2 Catalog Management"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog","x-fern-sdk-method-name":"enable","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/maintenance-configs":{"get":{"operationId":"get-maintenance-config","summary":"Get catalog maintenance configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-config-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Maintenance Configuration"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.maintenance-configs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"update-maintenance-config","summary":"Update catalog maintenance configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-update-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-config"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["Maintenance Configuration"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.maintenance-configs","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces":{"get":{"operationId":"list-namespaces","summary":"List namespaces in catalog","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"page_token","in":"query","schema":{"type":"string"}},{"name":"page_size","in":"query","schema":{"type":"integer","default":100,"maximum":1000,"minimum":1}},{"name":"parent","in":"query","schema":{"type":"string"}},{"name":"return_uuids","in":"query","schema":{"type":"boolean","default":false}},{"name":"return_details","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_namespace-list-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Namespace Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.namespaces","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables":{"get":{"operationId":"list-tables","summary":"List tables in namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"page_token","in":"query","schema":{"type":"string"}},{"name":"page_size","in":"query","schema":{"type":"integer","default":100,"maximum":1000,"minimum":1}},{"name":"return_uuids","in":"query","schema":{"type":"boolean","default":false}},{"name":"return_details","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_table-list-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Table Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.namespaces.tables","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}":{"get":{"operationId":"get-table","summary":"Get table details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"table_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_get-table-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Table Management"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"]}},"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}/maintenance-configs":{"get":{"operationId":"get-table-maintenance-config","summary":"Get table maintenance configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"table_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_table-maintenance-config-response"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.read"]},{"realmrootOidc":["r2-catalog.write"]}],"tags":["Table Maintenance Configuration"],"x-api-token-group":["Workers R2 Data Catalog Write","Workers R2 Data Catalog Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.namespaces.tables.maintenance-configs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"update-table-maintenance-config","summary":"Update table maintenance configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_account-id"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2-data-catalog_bucket-name"}},{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"table_name","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_table-maintenance-update-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/r2-data-catalog_table-maintenance-config"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2-data-catalog_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["r2-catalog.write"]}],"tags":["Table Maintenance Configuration"],"x-api-token-group":["Workers R2 Data Catalog Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2-data-catalog.namespaces.tables.maintenance-configs","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/r2/buckets":{"get":{"operationId":"r2-list-buckets","summary":"List Buckets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"name_contains","in":"query","schema":{"type":"string"}},{"name":"start_after","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}},{"name":"order","in":"query","schema":{"type":"string","enum":["name"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response_list"},{"properties":{"result":{"type":"object","properties":{"buckets":{"type":"array","items":{"$ref":"#/components/schemas/r2_bucket"}}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write","Workers R2 Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"r2-create-bucket","summary":"Create Bucket","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locationHint":{"$ref":"#/components/schemas/r2_bucket_location"},"name":{"$ref":"#/components/schemas/r2_bucket_name"},"storageClass":{"$ref":"#/components/schemas/r2_storage_class"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_bucket"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/r2/buckets/{bucket_name}":{"delete":{"operationId":"r2-delete-bucket","summary":"Delete Bucket","parameters":[{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain}":{"get":{"operationId":"r2-get-custom-domain-settings","summary":"Get Custom Domain Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"domain","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_domain_name"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/r2_get_custom_domain_response"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write","Workers R2 Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.domains.custom","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"r2-delete-custom-domain","summary":"Remove Custom Domain From Bucket","parameters":[{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"domain","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_domain_name"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_remove_custom_domain_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.domains.custom","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/r2/buckets/{bucket_name}/objects":{"delete":{"operationId":"r2-delete-objects","summary":"Delete Objects or Empty a Bucket","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}},{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"cf-r2-data-catalog-check","in":"header","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/r2_errors"},"messages":{"$ref":"#/components/schemas/r2_messages"},"result":{"oneOf":[{"items":{"$ref":"#/components/schemas/r2_r2_delete_object_result"},"type":"array"},{"$ref":"#/components/schemas/r2_r2_bucket_job"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Object"],"x-api-token-group":["Workers R2 Storage Write"]}},"/accounts/{account_id}/r2/buckets/{bucket_name}/objects/{object_key}":{"delete":{"operationId":"r2-delete-object","summary":"Delete Object","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"object_key","in":"path","required":true,"schema":{"type":"string"},"allowReserved":true},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"$ref":"#/components/schemas/r2_r2_delete_object_result"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Object"],"x-api-token-group":["Workers R2 Storage Write"]}},"/accounts/{account_id}/r2/buckets/{bucket_name}/sippy":{"delete":{"operationId":"r2-delete-bucket-sippy-config","summary":"Disable Sippy","parameters":[{"name":"bucket_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_bucket_name"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/r2_account_identifier"}},{"name":"cf-r2-jurisdiction","in":"header","schema":{"$ref":"#/components/schemas/r2_jurisdiction"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result":{"type":"object","properties":{"enabled":{"type":"boolean","enum":[false]}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/r2_v4_response_failure"}}}}},"security":[{"realmrootOidc":["workers-r2.write"]}],"tags":["R2 Bucket"],"x-api-token-group":["Workers R2 Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"r2.buckets.sippy","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/realtime/kit/apps":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}}],"get":{"operationId":"get_apps","summary":"Fetch all apps","parameters":[{"name":"page_no","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string","maxLength":125}},{"name":"sort_order","in":"query","schema":{"type":"string","default":"DESC","enum":["ASC","DESC"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"}},"type":"object"}},"paging":{"type":"object","properties":{"end_offset":{"type":"number"},"start_offset":{"type":"number"},"total_count":{"type":"number"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Apps"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"create_app","summary":"Create App","requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreateApp"},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"app":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Apps"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/apps/{app_id}":{"get":{"operationId":"get_app","summary":"Fetch app details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string","nullable":true}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Apps"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/analytics/daywise":{"get":{"operationId":"get-org-analytics","summary":"Fetch day-wise session and recording analytics data for an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_startDate"},{"$ref":"#/components/parameters/realtimekit_endDate"}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"recording_stats":{"type":"object","properties":{"day_stats":{"type":"array","items":{"properties":{"day":{"type":"string"},"total_recording_minutes":{"type":"integer"},"total_recordings":{"type":"integer"}},"type":"object"}},"recording_count":{"type":"integer"},"recording_minutes_consumed":{"type":"number"}}},"session_stats":{"type":"object","properties":{"day_stats":{"type":"array","items":{"properties":{"day":{"type":"string"},"total_session_minutes":{"type":"number"},"total_sessions":{"type":"integer"}},"type":"object"}},"sessions_count":{"type":"integer"},"sessions_minutes_consumed":{"type":"number"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Analytics","Organizations"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/daywise":{"get":{"operationId":"get-livestream-analytics-daywise","summary":"Fetch day-wise analytics data for your livestreams","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"start_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"end_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"filters","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"count":{"type":"integer"},"date":{"type":"string","nullable":true},"total_ingest_seconds":{"type":"integer"},"total_viewer_seconds":{"type":"integer"}},"type":"object"}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams","LivestreamAnalytics"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/overall":{"get":{"operationId":"get-livestream-analytics-complete","summary":"Fetch complete analytics data for your livestreams","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"start_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"end_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"filters","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"count":{"type":"integer"},"total_ingest_seconds":{"type":"integer"},"total_viewer_seconds":{"type":"integer"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams","LivestreamAnalytics"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/livestreams":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"get":{"operationId":"fetch_all_livestreams","summary":"Fetch all livestreams","parameters":[{"name":"exclude_meetings","in":"query","schema":{"type":"boolean","default":false}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"page_no","in":"query","schema":{"type":"integer"}},{"name":"status","in":"query","schema":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]}},{"name":"start_time","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"end_time","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"sort_order","in":"query","schema":{"type":"string","enum":["ASC","DSC"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"disabled":{"type":"string"},"id":{"type":"string","format":"uuid"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string"},"paging":{"type":"object","properties":{"end_offset":{"type":"integer"},"start_offset":{"type":"integer"},"total_count":{"type":"integer"}}},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"create_livestream","summary":"Create an independent livestream","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","nullable":true,"pattern":"^[a-zA-Z0-9-_]*$"}}}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"disabled":{"type":"boolean"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string","nullable":true},"name":{"type":"string"},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/sessions/{livestream-session-id}":{"get":{"operationId":"get-v2-livestreams-livestream-session-id","summary":"Fetch livestream session details using livestream session ID","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"livestream-session-id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string"},"id":{"type":"string"},"ingest_seconds":{"type":"integer"},"livestream_id":{"type":"string"},"started_time":{"type":"string"},"stopped_time":{"type":"string"},"updated_at":{"type":"string"},"viewer_seconds":{"type":"integer"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}":{"get":{"operationId":"get-v2-livestream-session-livestream-id","summary":"Fetch livestream details using livestream ID","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"page_no","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"livestream_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"livestream":{"type":"object","properties":{"created_at":{"type":"string"},"disabled":{"type":"string"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string"},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"},"updated_at":{"type":"string"}}},"paging":{"type":"object","properties":{"end_offset":{"type":"integer"},"start_offset":{"type":"integer"},"total_count":{"type":"integer"}}},"session":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string"},"id":{"type":"string"},"ingest_seconds":{"type":"number"},"invoked_time":{"type":"string","format":"date-time"},"livestream_id":{"type":"string"},"started_time":{"type":"string","format":"date-time"},"stopped_time":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"viewer_seconds":{"type":"number"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}/active-livestream-session":{"get":{"operationId":"get-v2-active-livestream-session-details","summary":"Fetch active livestream session details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"livestream_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"livestream":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"disabled":{"type":"string"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string"},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"session":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string"},"id":{"type":"string"},"ingest_seconds":{"type":"string"},"invoked_time":{"type":"string","format":"date-time"},"livestream_id":{"type":"string"},"started_time":{"type":"string","format":"date-time"},"stopped_time":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"viewer_seconds":{"type":"string"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings":{"get":{"operationId":"get_all_meetings","summary":"Fetch all meetings for an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"$ref":"#/components/parameters/realtimekit_startTime"},{"$ref":"#/components/parameters/realtimekit_endTime"},{"$ref":"#/components/parameters/realtimekit_search"},{"name":"status","in":"query","schema":{"type":"string","enum":["ACTIVE","INACTIVE"]}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetAllMeetings"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"create_meeting","summary":"Create a meeting","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreateMeetingBody"},"responses":{"201":{"$ref":"#/components/responses/realtimekit_GetMeeting"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"get_meeting","summary":"Fetch a meeting for an App","parameters":[{"name":"name","in":"query","schema":{"type":"string"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetMeeting"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"put":{"operationId":"replace_meeting","summary":"Replace a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreateMeetingBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetMeeting"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"patch":{"operationId":"update_meeting","summary":"Update a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_UpdateMeetingBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetMeeting"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"get-v2-meetings-meetingId-active-livestream","summary":"Fetch active livestreams for a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"disabled":{"type":"string"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string","nullable":true},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream/stop":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"post":{"operationId":"stop_livestreaming","summary":"Stop livestreaming a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"content":{}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"message":{"type":"string"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"GetActiveSession","summary":"Fetch details of an active session","parameters":[{"$ref":"#/components/parameters/realtimekit_meetingId"}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetActiveSession"},"404":{"$ref":"#/components/responses/realtimekit_GetActiveSessionNotFound"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick":{"post":{"operationId":"KickPartcipants","summary":"Kick participants from an active session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_KickParticipantsBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_KickParticipants"},"404":{"$ref":"#/components/responses/realtimekit_ParticipantNotFound"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick-all":{"post":{"operationId":"KickAllParticipants","summary":"Kick all participants","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_KickAllParticipants"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute":{"post":{"operationId":"MuteParticipants","summary":"Mute participants of an active session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_KickParticipantsBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_MuteParticipants"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute-all":{"post":{"operationId":"MuteAllParticipants","summary":"Mute all participants","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_MuteAllParticipantsBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_MuteAllParticipants"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/poll":{"post":{"operationId":"CreatePoll","summary":"Create a poll","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meetingId"}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreatePollBody"},"responses":{"201":{"$ref":"#/components/responses/realtimekit_CreatePoll"},"400":{}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Active session"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestream":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"livestream-session-details","summary":"Fetch livestream session details for a meeting","parameters":[{"name":"page_no","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"livestreams":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"disabled":{"type":"boolean"},"id":{"type":"string"},"ingest_server":{"type":"string"},"meeting_id":{"type":"string"},"name":{"type":"string","nullable":true},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","INVOKED","ERRORED","IDLE"]},"stream_key":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"type":"object"}},"paging":{"type":"object","properties":{"end_offset":{"type":"integer"},"start_offset":{"type":"integer"},"total_count":{"type":"integer"}}},"sessions":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string"},"id":{"type":"string"},"ingest_seconds":{"type":"string"},"invoked_time":{"type":"string","format":"date-time"},"livestream_id":{"type":"string"},"started_time":{"type":"string","format":"date-time"},"stopped_time":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestreams":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"post":{"operationId":"start-livestreaming","summary":"Start livestreaming a meeting","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","nullable":true,"pattern":"^[a-zA-Z0-9-_]*$"},"video_config":{"type":"object","properties":{"height":{"type":"integer"},"width":{"type":"integer"}}}}}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"ingest_server":{"type":"string"},"playback_url":{"type":"string"},"status":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"stream_key":{"type":"string"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants":{"get":{"operationId":"get_meeting_participants","summary":"Fetch all participants of a meeting","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetAllParticipants"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"add_participant","summary":"Add a participant","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_AddParticipantBody"},"responses":{"201":{"$ref":"#/components/responses/realtimekit_AddParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_meeting_id"}],"get":{"operationId":"get_meeting_participant","summary":"Fetch a participant's detail","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"put":{"operationId":"replace_participant","summary":"Replace a participant's detail","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_ReplaceParticipantBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_AddParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"delete":{"operationId":"delete_meeting_participant","summary":"Delete a participant","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_DeleteParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]},"patch":{"operationId":"edit_participant","summary":"Edit a participant's detail","parameters":[{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_EditParticipantBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_AddParticipant"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}/token":{"post":{"operationId":"regenerate_token","summary":"Refresh participant's authentication token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_RegenToken"},"500":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Meetings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/presets":{"get":{"operationId":"get-presets","summary":"Fetch all presets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_perPage"},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetAllPresets"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"post-presets","summary":"Create a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreatePresetBody"},"responses":{"201":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}":{"get":{"operationId":"get-presets-preset_id","summary":"Fetch details of a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"preset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]},"put":{"operationId":"put-presets-preset_id","summary":"Replace a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"preset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_CreatePresetBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]},"delete":{"operationId":"delete-presets-preset_id","summary":"Delete a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"preset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]},"patch":{"operationId":"patch-presets-preset_id","summary":"Update a preset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"preset_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_UpdatePresetBody"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetPresetBody"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Presets"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/recordings":{"get":{"operationId":"get_all_recordings","summary":"Fetch all recordings for an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"meeting_id","in":"query","schema":{"type":"string","format":"uuid"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"name":"expired","in":"query","schema":{"type":"boolean"}},{"$ref":"#/components/parameters/realtimekit_search"},{"$ref":"#/components/parameters/realtimekit_recordingSortBy"},{"$ref":"#/components/parameters/realtimekit_sortOrder"},{"$ref":"#/components/parameters/realtimekit_startTime"},{"$ref":"#/components/parameters/realtimekit_endTime"},{"$ref":"#/components/parameters/realtimekit_recordingStatus"}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetRecordings"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"start_recording","summary":"Start recording a meeting","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_StartRecording"},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetRecording"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"}},"/accounts/{account_id}/realtime/kit/{app_id}/recordings/active-recording/{meeting_id}":{"get":{"operationId":"get_active_recording","summary":"Fetch active recording","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"meeting_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetActiveRecording"},"404":{"$ref":"#/components/responses/realtimekit_GenericError"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/recordings/track":{"post":{"operationId":"startTrackRecordingForAMeeting","summary":"Start recording participant audio tracks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"$ref":"#/components/requestBodies/realtimekit_StartTrackRecordingBody"},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"type":"object","properties":{"recording":{"$ref":"#/components/schemas/realtimekit_Recording"}},"required":["recording"]}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/recordings/{recording_id}":{"get":{"operationId":"get_one_recording","summary":"Fetch details of a recording","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"recording_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetRecording"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"},"put":{"operationId":"pause_resume_stop_recording","summary":"Pause/Resume/Stop recording","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"minLength":32,"pattern":"^[a-f0-9]{32}$"}},{"name":"recording_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"type":"string","enum":["stop","pause","resume"]}},"required":["action"]}}}},"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetRecording"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Recordings"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions":{"get":{"operationId":"GetSessions","summary":"Fetch all sessions of an App","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"$ref":"#/components/parameters/realtimekit_sortBy"},{"$ref":"#/components/parameters/realtimekit_sortOrder"},{"$ref":"#/components/parameters/realtimekit_startTime"},{"$ref":"#/components/parameters/realtimekit_endTime"},{"$ref":"#/components/parameters/realtimekit_participants"},{"$ref":"#/components/parameters/realtimekit_status"},{"name":"search","in":"query","schema":{"type":"string"}},{"name":"associated_id","in":"query","schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessions"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/peer-report/{peer_id}":{"get":{"operationId":"GetParticipantDataFromPeerId","summary":"Fetch details of peer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"filters","in":"query","schema":{"type":"string","enum":["device_info","ip_information","precall_network_information","events","quality_stats"]}},{"name":"include_peer_events","in":"query","schema":{"type":"boolean","default":false}},{"name":"peer_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetParticipantDataFromPeerId"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}":{"get":{"operationId":"GetSessionDetails","summary":"Fetch details of a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"include_breakout_rooms","in":"query","schema":{"type":"boolean","default":false}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionDetails"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/chat":{"get":{"operationId":"GetSessionChat","summary":"Fetch all chat messages of a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionChat"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/livestream-sessions":{"get":{"operationId":"get-v2-livestreamsession-session-meetingId-active-livestream","summary":"Fetch livestream session details using a session ID","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"page_no","in":"query","schema":{"type":"number"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"err_message":{"type":"string","enum":["LIVE","IDLE","ERRORED","INVOKED"]},"id":{"type":"string"},"ingest_seconds":{"type":"number"},"invoked_time":{"type":"string","nullable":true},"livestream_id":{"type":"string"},"paging":{"type":"object","properties":{"end_offset":{"type":"number"},"start_offset":{"type":"number"},"total_count":{"type":"number"}}},"stopped_time":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"viewer_seconds":{"type":"number"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Live streams"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants":{"get":{"operationId":"GetSessionParticipants","summary":"Fetch participants list of a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"search","in":"query","schema":{"type":"string"}},{"$ref":"#/components/parameters/realtimekit_pageNo"},{"$ref":"#/components/parameters/realtimekit_perPage"},{"$ref":"#/components/parameters/realtimekit_sortOrder"},{"$ref":"#/components/parameters/realtimekit_participantsSortBy"},{"name":"include_peer_events","in":"query","schema":{"type":"boolean","default":false}},{"name":"view","in":"query","schema":{"type":"string","default":"raw","enum":["raw","consolidated"]}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionParticipants"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants/{participant_id}":{"get":{"operationId":"GetParticipantDetails","summary":"Fetch details of a participant","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"include_peer_events","in":"query","schema":{"type":"boolean","default":false}},{"name":"participant_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetParticipantDetails"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/summary":{"get":{"operationId":"GetSessionSummary","summary":"Fetch summary of transcripts for a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionTranscriptSummary"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"post-sessions-session_id-summary","summary":"Generate summary of Transcripts for the session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"session_id":{"type":"string","format":"uuid"},"status":{"type":"string"}}},"success":{"type":"boolean"}}}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/transcript":{"get":{"operationId":"GetSessionTranscript","summary":"Fetch the complete transcript for a session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"session_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"format","in":"query","schema":{"type":"string","default":"CSV","enum":["SRT","VTT","JSON","CSV"]}}],"responses":{"200":{"$ref":"#/components/responses/realtimekit_GetSessionTranscript"}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Sessions"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/webhooks":{"get":{"operationId":"getAllWebhooks","summary":"Fetch all webhooks details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhooksListSuccessResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"]},"post":{"operationId":"addWebhook","summary":"Add a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/all":{"get":{"operationId":"getAllWebhookEvents","summary":"Fetch all supported webhook events","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookEventsSuccessResponse"}}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"]}},"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}":{"get":{"operationId":"getWebhook","summary":"Fetch details of a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"},"put":{"operationId":"replaceWebhook","summary":"Replace a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"},"delete":{"operationId":"deleteWebhook","summary":"Delete a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"},"patch":{"operationId":"editWebhook","summary":"Edit a webhook","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_account_identifier"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/realtimekit_app_id"}},{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_PatchWebhookRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_WebhookSuccessResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_ErrorResponse"}}}},"401":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["realtime.admin"]},{"realmrootOidc":["realtime.write"]}],"tags":["Webhooks"],"x-api-token-group":["Realtime Admin","Realtime"],"x-stability":"beta"}},"/accounts/{account_id}/request-tracer/trace":{"post":{"operationId":"account-request-tracer-request-trace","summary":"Request Trace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/request-tracer_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"body":{"type":"object","properties":{"base64":{"type":"string","x-auditable":true},"json":{"type":"object"},"plain_text":{"type":"string","x-auditable":true}}},"context":{"type":"object","properties":{"bot_score":{"type":"integer","x-auditable":true},"geoloc":{"type":"object","properties":{"city":{"type":"string","x-auditable":true},"continent":{"type":"string","x-auditable":true},"is_eu_country":{"type":"boolean","x-auditable":true},"iso_code":{"type":"string","x-auditable":true},"latitude":{"type":"number","x-auditable":true},"longitude":{"type":"number","x-auditable":true},"postal_code":{"type":"string","x-auditable":true},"region_code":{"type":"string","x-auditable":true},"subdivision_2_iso_code":{"type":"string","x-auditable":true},"timezone":{"type":"string","x-auditable":true}}},"skip_challenge":{"type":"boolean","x-auditable":true},"threat_score":{"type":"integer","x-auditable":true}}},"cookies":{"type":"object","additionalProperties":{"type":"string"}},"headers":{"type":"object","additionalProperties":{"type":"string"}},"method":{"type":"string","x-auditable":true},"protocol":{"type":"string","x-auditable":true},"skip_response":{"type":"boolean","x-auditable":true},"url":{"type":"string","x-auditable":true}},"required":["url","method"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/request-tracer_api-response-common"},{"properties":{"result":{"type":"object","properties":{"status_code":{"type":"integer","x-auditable":true},"trace":{"$ref":"#/components/schemas/request-tracer_trace"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/request-tracer_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["request-tracer.read"]}],"tags":["Account Request Tracer"],"x-api-token-group":["Allow Request Tracer Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"request-tracers.traces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/roles":{"get":{"operationId":"account-roles-list-roles","summary":"List Roles","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_collection_role_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Roles"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"accounts.roles","x-fern-sdk-method-name":"list","x-stainless-deprecation-message":"Use /accounts/{account_id}/iam/permission_groups instead."}},"/accounts/{account_id}/roles/{role_id}":{"get":{"operationId":"account-roles-role-details","summary":"Role Details","parameters":[{"name":"role_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_role_components-schemas-identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_role_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["Account Roles"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["#organization:read"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"accounts.roles","x-fern-sdk-method-name":"get","x-stainless-deprecation-message":"Use /accounts/{account_id}/iam/permission_groups/{permission_group_id} instead."}},"/accounts/{account_id}/rules/lists":{"get":{"operationId":"lists-get-lists","summary":"Get lists","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_lists-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_lists-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]},{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Read","Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"lists-create-a-list","summary":"Create a list","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"$ref":"#/components/schemas/lists_kind"},"name":{"$ref":"#/components/schemas/lists_name"}},"required":["name","kind"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_list-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_list-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/rules/lists/bulk_operations/{operation_id}":{"get":{"operationId":"lists-get-bulk-operation-status","summary":"Get bulk operation status","parameters":[{"name":"operation_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_operation_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_bulk-operation-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_bulk-operation-response-single"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]},{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit","Account Filter Lists Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.bulk-operations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/rules/lists/{list_id}":{"get":{"operationId":"lists-get-a-list","summary":"Get a list","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_list-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_list-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"lists-update-a-list","summary":"Update a list","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_list-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_list-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"lists-delete-a-list","summary":"Delete a list","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_list-delete-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_list-delete-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/rules/lists/{list_id}/items":{"get":{"operationId":"lists-get-list-items","summary":"Get list items","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"integer","maximum":500,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_items-list-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_items-list-response-collection"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]},{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit","Account Filter Lists Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"lists-update-all-list-items","summary":"Update all list items","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_items-update-request-collection"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_lists-async-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_lists-async-response"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"lists-create-list-items","summary":"Create list items","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_items-update-request-collection"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_lists-async-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_lists-async-response"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"lists-delete-list-items","summary":"Delete list items","parameters":[{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"properties":{"id":{"type":"string","maxLength":32,"minLength":32,"x-auditable":true}},"required":["id"],"type":"object"},"minItems":1}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_lists-async-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_lists-async-response"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/rules/lists/{list_id}/items/{item_id}":{"get":{"operationId":"lists-get-a-list-item","summary":"Get a list item","parameters":[{"name":"item_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_item_id"}},{"name":"list_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_list_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/lists_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_item-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/lists_item-response-single"},{"$ref":"#/components/schemas/lists_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-rule-lists.read"]},{"realmrootOidc":["account-rule-lists.write"]}],"tags":["Lists"],"x-api-token-group":["Account Filter Lists Edit","Account Filter Lists Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rules.lists.items","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/rulesets":{"get":{"operationId":"listAccountRulesets","summary":"List account rulesets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"name":"cursor","in":"query","schema":{"$ref":"#/components/schemas/rulesets_Cursor"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/rulesets_PerPage"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"createAccountRuleset","summary":"Create an account ruleset","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_CreateRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint":{"get":{"operationId":"getAccountEntrypointRuleset","summary":"Get an account entry point ruleset","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateAccountEntrypointRuleset","summary":"Update an account entry point ruleset","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UpdateEntrypointRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions":{"get":{"operationId":"listAccountEntrypointRulesetVersions","summary":"List an account entry point ruleset's versions","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.phases.versions","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version}":{"get":{"operationId":"getAccountEntrypointRulesetVersion","summary":"Get an account entry point ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/{ruleset_id}":{"get":{"operationId":"getAccountRuleset","summary":"Get an account ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateAccountRuleset","summary":"Update an account ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UpdateRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"deleteAccountRuleset","summary":"Delete an account ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/rulesets/{ruleset_id}/rules":{"post":{"operationId":"createAccountRulesetRule","summary":"Create an account ruleset rule","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_Rule"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/rulesets/{ruleset_id}/rules/{rule_id}":{"delete":{"operationId":"deleteAccountRulesetRule","summary":"Delete an account ruleset rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleId"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"updateAccountRulesetRule","summary":"Update an account ruleset rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleId"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_Rule"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/rulesets/{ruleset_id}/versions":{"get":{"operationId":"listAccountRulesetVersions","summary":"List an account ruleset's versions","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}":{"get":{"operationId":"getAccountRulesetVersion","summary":"Get an account ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.versions","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"deleteAccountRulesetVersion","summary":"Delete an account ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","Transform Rules Write","Select Configuration Write","Account WAF Write","Account Rulesets Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}/by_tag/{rule_tag}":{"get":{"operationId":"listAccountRulesetVersionRulesByTag","summary":"List an account ruleset version's rules by tag","parameters":[{"name":"rule_tag","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleCategory"}},{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_AccountId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-logs.read"]},{"realmrootOidc":["account-logs.write"]},{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]}],"tags":["Account Rulesets"],"x-api-token-group":["Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rum/site_info":{"post":{"operationId":"web-analytics-create-site","summary":"Create a Web Analytics site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_create-site-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/rum/site_info/list":{"get":{"operationId":"web-analytics-list-sites","summary":"List Web Analytics sites","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/rum_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/rum_page"}},{"name":"order_by","in":"query","schema":{"$ref":"#/components/schemas/rum_order_by"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_sites-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/rum/site_info/site_tag/list":{"get":{"operationId":"web-analytics-list-site-tags","summary":"List Web Analytics site tags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"all","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-tag-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rum/site_info/validate/{hostname}":{"get":{"operationId":"web-analytics-validate-site-hostname","summary":"Validate a Web Analytics site hostname","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"hostname","in":"path","required":true,"schema":{"type":"string","maxLength":253,"pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9]?)\\.){1,}([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]?){2,}$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_empty-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rum/site_info/zone_tag/list":{"get":{"operationId":"web-analytics-list-zone-tags","summary":"List Web Analytics zone tags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_zone-tag-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/rum/site_info/{site_id}":{"get":{"operationId":"web-analytics-get-site","summary":"Get a Web Analytics site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.read"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"web-analytics-update-site","summary":"Update a Web Analytics site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_update-site-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"web-analytics-delete-site","summary":"Delete a Web Analytics site","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"site_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_site-tag-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.site-info","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/rum/v2/{ruleset_id}/rules":{"post":{"operationId":"web-analytics-modify-rules","summary":"Update Web Analytics rules","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_ruleset_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_modify-rules-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rum.rules","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Groups":{"get":{"operationId":"scim-groups-list","summary":"List SCIM Groups","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"startIndex","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"count","in":"query","schema":{"type":"integer","minimum":0}},{"name":"filter","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group_list_response"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"scim-groups-create","summary":"Create SCIM Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group_create_request"}}}},"responses":{"201":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.create"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Groups/{group_id}":{"get":{"operationId":"scim-groups-get","summary":"Get SCIM Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_group_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"scim-groups-delete","summary":"Delete SCIM Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_group_identifier"}}],"responses":{"204":{},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.delete"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure? This action cannot be undone."},"patch":{"operationId":"scim-groups-patch","summary":"Patch SCIM Group","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_group_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group_patch_op_request"}}}},"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_group"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Groups"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.update"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.groups","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/ResourceTypes":{"get":{"operationId":"scim-resource-types-list","summary":"List SCIM Resource Types","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_resource_type_list_response"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.resource-types","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/ResourceTypes/{resource_type_id}":{"get":{"operationId":"scim-resource-types-get","summary":"Get SCIM Resource Type","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"resource_type_id","in":"path","required":true,"schema":{"type":"string","enum":["User","Group"]}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_resource_type"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.resource-types","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Schemas":{"get":{"operationId":"scim-schemas-list","summary":"List SCIM Schemas","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_schema_list_response"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.schemas","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Schemas/{schema_id}":{"get":{"operationId":"scim-schemas-get","summary":"Get SCIM Schema","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"schema_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_schema"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.schemas","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/ServiceProviderConfig":{"get":{"operationId":"scim-service-provider-config-get","summary":"Get SCIM Service Provider Config","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_service_provider_config"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Discovery"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.service-provider-config","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Users":{"get":{"operationId":"scim-users-list","summary":"List SCIM Users","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"startIndex","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"count","in":"query","schema":{"type":"integer","minimum":0}},{"name":"filter","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user_list_response"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"scim-users-create","summary":"Create SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user_create_request"}}}},"responses":{"201":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.create"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/scim/v2/Users/{user_id}":{"get":{"operationId":"scim-users-get","summary":"Get SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_user_identifier"}}],"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write","Account Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"scim-users-put","summary":"Replace SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_user_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user_replace_request"}}}},"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.update"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"scim-users-delete","summary":"Delete SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_user_identifier"}}],"responses":{"204":{},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.delete"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"Are you sure you want to remove this user from the account?"},"patch":{"operationId":"scim-users-patch","summary":"Patch SCIM User","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_account_identifier"}},{"name":"user_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_scim_user_identifier"}}],"requestBody":{"required":true,"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_patch_op_request"}}}},"responses":{"200":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_user"}}}},"4XX":{"content":{"application/scim+json":{"schema":{"$ref":"#/components/schemas/iam_scim_error_response"}}}}},"security":[{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["scim-provisioning.write"]}],"tags":["SCIM Users"],"x-api-token-group":["SCIM Provisioning","Account Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.member.update"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"scim.users","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/secondary_dns/acls":{"get":{"operationId":"secondary-dns-(-acl)-list-ac-ls","summary":"List ACLs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_response_collection-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_response_collection-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"list"},"post":{"operationId":"secondary-dns-(-acl)-create-acl","summary":"Create ACL","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ip_range":{"$ref":"#/components/schemas/secondary-dns_ip_range"},"name":{"$ref":"#/components/schemas/secondary-dns_name-4"}},"required":["name","ip_range"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/secondary_dns/acls/{acl_id}":{"get":{"operationId":"secondary-dns-(-acl)-acl-details","summary":"ACL Details","parameters":[{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-acl)-update-acl","summary":"Update ACL","parameters":[{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_acl"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"update"},"delete":{"operationId":"secondary-dns-(-acl)-delete-acl","summary":"Delete ACL","parameters":[{"name":"acl_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (ACL)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.acls","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/secondary_dns/peers":{"get":{"operationId":"secondary-dns-(-peer)-list-peers","summary":"List Peers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_response_collection-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_response_collection-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"list"},"post":{"operationId":"secondary-dns-(-peer)-create-peer","summary":"Create Peer","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/secondary-dns_name-3"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/secondary_dns/peers/{peer_id}":{"get":{"operationId":"secondary-dns-(-peer)-peer-details","summary":"Peer Details","parameters":[{"name":"peer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-peer)-update-peer","summary":"Update Peer","parameters":[{"name":"peer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_peer"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"update"},"delete":{"operationId":"secondary-dns-(-peer)-delete-peer","summary":"Delete Peer","parameters":[{"name":"peer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response-3"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (Peer)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.peers","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/secondary_dns/tsigs":{"get":{"operationId":"secondary-dns-(-tsig)-list-tsi-gs","summary":"List TSIGs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_response_collection"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"list"},"post":{"operationId":"secondary-dns-(-tsig)-create-tsig","summary":"Create TSIG","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_tsig"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}":{"get":{"operationId":"secondary-dns-(-tsig)-tsig-details","summary":"TSIG Details","parameters":[{"name":"tsig_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-tsig)-update-tsig","summary":"Update TSIG","parameters":[{"name":"tsig_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_tsig"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"update"},"delete":{"operationId":"secondary-dns-(-tsig)-delete-tsig","summary":"Delete TSIG","parameters":[{"name":"tsig_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Secondary DNS (TSIG)"],"x-api-token-group":["Account Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.tsigs","x-fern-sdk-method-name":"delete"}},"/accounts/{account_id}/secrets_store/quota":{"get":{"operationId":"secrets-store-quota","summary":"View secret usage","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_quota_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.quota","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores":{"get":{"operationId":"secrets-store-list","summary":"List account stores","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_direction"},{"$ref":"#/components/parameters/secrets-store_page"},{"$ref":"#/components/parameters/secrets-store_per_page"},{"$ref":"#/components/parameters/secrets-store_store_order"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_stores_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.stores","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"secrets-store-create","summary":"Create a store","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_createStoreObject"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_store_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.stores","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores/{store_id}":{"get":{"operationId":"secrets-store-get-store-by-id","summary":"Get a store by ID","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_store_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.system-stores.get.by","x-fern-sdk-method-name":"id","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"secrets-store-delete-by-id","summary":"Delete a store","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_force"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_delete_response"}}}},"409":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.stores","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets":{"get":{"operationId":"secrets-store-secrets-list","summary":"List store secrets","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_direction"},{"$ref":"#/components/parameters/secrets-store_page"},{"$ref":"#/components/parameters/secrets-store_per_page"},{"$ref":"#/components/parameters/secrets-store_search"},{"$ref":"#/components/parameters/secrets-store_order"},{"$ref":"#/components/parameters/secrets-store_scopes_query"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secrets_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"secrets-store-secret-create","summary":"Create a secret","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/secrets-store_createSecretObject"},"x-stainless-skip":["terraform"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secrets_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets.bulk","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"secrets-store-delete-bulk","summary":"Delete secrets","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_deleteSecretsRequest"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_delete_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets.bulk","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}":{"get":{"operationId":"secrets-store-get-by-id","summary":"Get a secret by ID","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_secret_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secret_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.read"]},{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write","Secrets Store Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"secrets-store-secret-delete-by-id","summary":"Delete a secret","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_secret_id"}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_delete_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stability":"beta"},"patch":{"operationId":"secrets-store-patch-by-id","summary":"Patch a secret","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_secret_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_patchSecretObject"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secret_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate":{"post":{"operationId":"secrets-store-duplicate-by-id","summary":"Duplicate Secret","parameters":[{"$ref":"#/components/parameters/secrets-store_account_id"},{"$ref":"#/components/parameters/secrets-store_store_id"},{"$ref":"#/components/parameters/secrets-store_secret_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_duplicateSecretObject"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secrets-store_secret_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["secrets-store.write"]}],"tags":["Secrets Store"],"x-api-token-group":["Secrets Store Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"beta","x-fern-sdk-group-name":"secrets-store.secrets","x-fern-sdk-method-name":"duplicate","x-forge-hidden":true,"x-stability":"beta"}},"/accounts/{account_id}/storage/kv/namespaces":{"get":{"operationId":"workers-kv-namespace-list-namespaces","summary":"List Namespaces","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}},{"name":"order","in":"query","schema":{"type":"string","enum":["id","title"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers-kv_namespace"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"workers-kv-namespace-create-a-namespace","summary":"Create a Namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_create_rename_namespace_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_namespace"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}":{"get":{"operationId":"workers-kv-namespace-get-a-namespace","summary":"Get a Namespace","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_namespace"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"workers-kv-namespace-rename-a-namespace","summary":"Rename a Namespace","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_create_rename_namespace_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_namespace"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"workers-kv-namespace-remove-a-namespace","summary":"Remove a Namespace","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"namespaces","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk":{"put":{"operationId":"workers-kv-namespace-write-multiple-key-value-pairs","summary":"Write multiple key-value pairs","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_bulk_write"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"bulk","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"workers-kv-namespace-delete-multiple-key-value-pairs-deprecated","summary":"Delete multiple key-value pairs","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_bulk_delete"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"bulk-deprecated","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/delete":{"post":{"operationId":"workers-kv-namespace-delete-multiple-key-value-pairs","summary":"Delete multiple key-value pairs","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_bulk_delete"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_bulk-result"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"bulk","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/get":{"post":{"operationId":"workers-kv-namespace-get-multiple-key-value-pairs","summary":"Get multiple key-value pairs","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/workers-kv_key_name_bulk"},"maxItems":100},"type":{"type":"string","default":"text","enum":["text","json"]},"withMetadata":{"type":"boolean","default":false}},"required":["keys"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/workers-kv_bulk-get-result"},{"$ref":"#/components/schemas/workers-kv_bulk-get-result-with-metadata"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"bulk","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/keys":{"get":{"operationId":"workers-kv-namespace-list-a-namespace'-s-keys","summary":"List a Namespace's Keys","parameters":[{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}},{"name":"limit","in":"query","schema":{"type":"number","default":1000,"maximum":1000,"minimum":10}},{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"cursor","in":"query","schema":{"type":"string","x-stainless-pagination-property":{"purpose":"next_cursor_param"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers-kv_key"},"x-stainless-pagination-property":{"purpose":"items"}},"result_info":{"$ref":"#/components/schemas/workers-kv_cursor_result_info"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keys","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/metadata/{key_name}":{"get":{"operationId":"workers-kv-namespace-read-the-metadata-for-a-key","summary":"Read the metadata for a key","parameters":[{"name":"key_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_key_name"}},{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers-kv_list_metadata"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"metadata","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}":{"get":{"operationId":"workers-kv-namespace-read-key-value-pair","summary":"Read key-value pair","parameters":[{"name":"key_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_key_name"}},{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"responses":{"200":{"content":{"application/octet-stream":{"schema":{"$ref":"#/components/schemas/workers-kv_value"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write","Workers KV Storage Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keys","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"workers-kv-namespace-write-key-value-pair-with-metadata","summary":"Write key-value pair with optional metadata","parameters":[{"name":"key_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_key_name"}},{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}},{"name":"expiration","in":"query","schema":{"$ref":"#/components/schemas/workers-kv_expiration"}},{"name":"expiration_ttl","in":"query","schema":{"$ref":"#/components/schemas/workers-kv_expiration_ttl"}}],"requestBody":{"required":true,"content":{"application/octet-stream":{"schema":{"$ref":"#/components/schemas/workers-kv_value"},"x-stainless-only":["http"]},"multipart/form-data":{"encoding":{"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/workers-kv_metadata"},"value":{"$ref":"#/components/schemas/workers-kv_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keys","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"workers-kv-namespace-delete-key-value-pair","summary":"Delete key-value pair","parameters":[{"name":"key_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_key_name"}},{"name":"namespace_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers-kv_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-no-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers-kv_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-kv-storage.write"]}],"tags":["Workers KV Namespace"],"x-api-token-group":["Workers KV Storage Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keys","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream":{"get":{"operationId":"stream-videos-list-videos","summary":"List videos","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/stream_media_state"}},{"name":"creator","in":"query","schema":{"$ref":"#/components/schemas/stream_creator"}},{"name":"type","in":"query","schema":{"$ref":"#/components/schemas/stream_type"}},{"name":"asc","in":"query","schema":{"$ref":"#/components/schemas/stream_asc"}},{"name":"video_name","in":"query","schema":{"$ref":"#/components/schemas/stream_video_name"}},{"name":"search","in":"query","schema":{"$ref":"#/components/schemas/stream_search"}},{"name":"start","in":"query","schema":{"$ref":"#/components/schemas/stream_start"}},{"name":"end","in":"query","schema":{"$ref":"#/components/schemas/stream_end"}},{"name":"include_counts","in":"query","schema":{"$ref":"#/components/schemas/stream_include_counts"}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"live_input_id","in":"query","schema":{"type":"string"}},{"name":"before","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"after","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"limit","in":"query","schema":{"type":"integer","maximum":1000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_video_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"stream-videos-initiate-video-uploads-using-tus","summary":"Initiate video uploads using TUS","parameters":[{"name":"Tus-Resumable","in":"header","required":true,"schema":{"$ref":"#/components/schemas/stream_tus_resumable"}},{"name":"Upload-Creator","in":"header","schema":{"$ref":"#/components/schemas/stream_creator"}},{"name":"Upload-Length","in":"header","required":true,"schema":{"$ref":"#/components/schemas/stream_upload_length"}},{"name":"Upload-Metadata","in":"header","schema":{"$ref":"#/components/schemas/stream_upload_metadata"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"direct_user","in":"query","schema":{"$ref":"#/components/schemas/stream_direct_user"}}],"responses":{"201":{"headers":{"Location":{"schema":{"type":"string"}},"Stream-Media-ID":{"schema":{"type":"string"}},"Tus-Resumable":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/clip":{"post":{"operationId":"stream-video-clipping-clip-videos-given-a-start-and-end-time","summary":"Clip videos given a start and end time","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_videoClipStandard"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_clipResponseSingle"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Video Clipping"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.clip","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/copy":{"post":{"operationId":"stream-videos-upload-videos-from-a-url","summary":"Upload videos from a URL","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"Upload-Creator","in":"header","schema":{"$ref":"#/components/schemas/stream_creator"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_video_copy_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_video_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.copy","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/direct_upload":{"post":{"operationId":"stream-videos-upload-videos-via-direct-upload-ur-ls","summary":"Upload videos via direct upload URLs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"Upload-Creator","in":"header","schema":{"$ref":"#/components/schemas/stream_creator"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_direct_upload_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_direct_upload_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.direct-upload","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/keys":{"get":{"operationId":"stream-signing-keys-list-signing-keys","summary":"List signing keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_key_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Signing Keys"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.keys","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"stream-signing-keys-create-signing-keys","summary":"Create signing keys","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_key_generation_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Signing Keys"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.keys","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/keys/{identifier}":{"delete":{"operationId":"stream-signing-keys-delete-signing-keys","summary":"Delete signing keys","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Signing Keys"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.keys","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/live_inputs":{"get":{"operationId":"stream-live-inputs-list-live-inputs","summary":"List live inputs","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}},{"name":"include_counts","in":"query","schema":{"$ref":"#/components/schemas/stream_include_counts"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_live_input_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"stream-live-inputs-create-a-live-input","summary":"Create a live input","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_create_input_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_live_input_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}":{"get":{"operationId":"stream-live-inputs-retrieve-a-live-input","summary":"Retrieve a live input","parameters":[{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_live_input_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"stream-live-inputs-update-a-live-input","summary":"Update a live input","parameters":[{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_update_input_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_live_input_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"stream-live-inputs-delete-a-live-input","summary":"Delete a live input","parameters":[{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{}}},"4XX":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs":{"get":{"operationId":"stream-live-inputs-list-all-outputs-associated-with-a-specified-live-input","summary":"List all outputs associated with a specified live input","parameters":[{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_output_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs.outputs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs/{output_identifier}":{"put":{"operationId":"stream-live-inputs-update-an-output","summary":"Update an output","parameters":[{"name":"output_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_output_identifier"}},{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_update_output_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_output_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs.outputs","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"stream-live-inputs-delete-an-output","summary":"Delete an output","parameters":[{"name":"output_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_output_identifier"}},{"name":"live_input_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_live_input_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{}}},"4XX":{"content":{"application/json":{}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Live Inputs"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.live-inputs.outputs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/storage-usage":{"get":{"operationId":"stream-videos-storage-usage","summary":"Storage use","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"creator","in":"query","schema":{"$ref":"#/components/schemas/stream_creator"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_storage_use_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.videos","x-fern-sdk-method-name":"storage-usage","x-forge-hidden":true}},"/accounts/{account_id}/stream/usage":{"get":{"operationId":"usage-analytics-get-account-stream-usage","summary":"Get account Stream usage","parameters":[{"$ref":"#/components/parameters/usage-analytics_account_id"},{"$ref":"#/components/parameters/usage-analytics_metrics"},{"$ref":"#/components/parameters/usage-analytics_since"},{"$ref":"#/components/parameters/usage-analytics_until"},{"$ref":"#/components/parameters/usage-analytics_time_delta"},{"$ref":"#/components/parameters/usage-analytics_limit"},{"$ref":"#/components/parameters/usage-analytics_filters"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_stream_usage_response"}}}},"400":{"$ref":"#/components/responses/usage-analytics_bad_request"},"401":{"$ref":"#/components/responses/usage-analytics_unauthorized"},"403":{"$ref":"#/components/responses/usage-analytics_forbidden"}},"security":[{"realmrootOidc":["stream.read"]}],"tags":["Usage Analytics"],"x-api-token-group":["Stream Read"]}},"/accounts/{account_id}/stream/watermarks":{"get":{"operationId":"stream-watermark-profile-list-watermark-profiles","summary":"List watermark profiles","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_watermark_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Watermark Profile"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.watermarks","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"stream-watermark-profile-create-watermark-profiles-via-basic-upload","summary":"Create watermark profiles via basic upload","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/stream_name"},"opacity":{"$ref":"#/components/schemas/stream_opacity"},"padding":{"$ref":"#/components/schemas/stream_padding"},"position":{"$ref":"#/components/schemas/stream_position"},"scale":{"$ref":"#/components/schemas/stream_scale"},"url":{"type":"string","format":"uri"}}}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/stream_watermark_basic_upload"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_watermark_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Watermark Profile"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.watermarks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/stream/watermarks/{identifier}":{"get":{"operationId":"stream-watermark-profile-watermark-profile-details","summary":"Watermark profile details","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_watermark_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_watermark_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Watermark Profile"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.watermarks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"stream-watermark-profile-delete-watermark-profiles","summary":"Delete watermark profiles","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_watermark_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"string","x-auditable":true}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Watermark Profile"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.watermarks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/webhook":{"get":{"operationId":"stream-webhook-view-webhooks","summary":"View webhooks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_webhook_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Webhook"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.webhooks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"stream-webhook-create-webhooks","summary":"Create webhooks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_webhook_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_webhook_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Webhook"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.webhooks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"stream-webhook-delete-webhooks","summary":"Delete webhooks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Webhook"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.webhooks","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}":{"get":{"operationId":"stream-videos-retrieve-video-details","summary":"Retrieve video details","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_video_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"stream-videos-delete-video","summary":"Delete video","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/audio":{"get":{"operationId":"list-audio-tracks","summary":"List additional audio tracks on a video","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_listAudioTrackResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Audio Tracks"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.audio-tracks","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}":{"delete":{"operationId":"delete-audio-tracks","summary":"Delete additional audio tracks on a video","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"audio_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_audio_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Audio Tracks"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.audio-tracks","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"edit-audio-tracks","summary":"Edit additional audio tracks on a video","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"audio_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_audio_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_editAudioTrack"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_addAudioTrackResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Audio Tracks"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.audio-tracks","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/captions":{"get":{"operationId":"stream-subtitles/-captions-list-captions-or-subtitles","summary":"List captions or subtitles","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_language_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/captions/{language}":{"get":{"operationId":"stream-subtitles/-captions-get-caption-or-subtitle-for-language","summary":"List captions or subtitles for a provided language","parameters":[{"name":"language","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_language"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_language_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions.language","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"stream-subtitles/-captions-upload-captions-or-subtitles","summary":"Upload captions or subtitles","parameters":[{"name":"language","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_language"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/stream_caption_basic_upload"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_language_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions.language","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"stream-subtitles/-captions-delete-captions-or-subtitles","summary":"Delete captions or subtitles","parameters":[{"name":"language","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_language"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"string","x-auditable":true}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions.language","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/captions/{language}/vtt":{"get":{"operationId":"stream-subtitles/-captions-get-vtt-caption-or-subtitle","summary":"Return WebVTT captions for a provided language","parameters":[{"name":"language","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_language"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"text/vtt":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Subtitles/Captions"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.captions.language.vtt","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/downloads":{"get":{"operationId":"stream-m-p-4-downloads-list-downloads","summary":"List downloads","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_downloads_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream MP4 Downloads"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.downloads","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"stream-m-p-4-downloads-delete-downloads","summary":"Delete downloads","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream MP4 Downloads"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.downloads","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/downloads/{download_type}":{"delete":{"operationId":"stream-downloads-delete-type-specific-downloads","summary":"Delete download","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier-2"}},{"name":"download_type","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_download_type"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_deleted_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.write"]}],"tags":["Stream MP4 Downloads"],"x-api-token-group":["Stream Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.typed-downloads","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/stream/{identifier}/embed":{"get":{"operationId":"stream-videos-retreieve-embed-code-html","summary":"Retrieve embed Code HTML","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_identifier"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/stream_account_identifier"}}],"responses":{"200":{"content":{"text/html":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/stream_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]}],"tags":["Stream Videos"],"x-api-token-group":["Stream Write","Stream Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"stream.embed","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/routes":{"get":{"operationId":"tunnel-route-list-tunnel-routes","summary":"List tunnel routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"comment","in":"query","schema":{"$ref":"#/components/schemas/tunnel_route_comment"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"network_subset","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip_network"}]}},{"name":"network_superset","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip_network"}]}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"tunnel_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"route_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_route_id"}},{"name":"tun_types","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_types"}},{"name":"virtual_network_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_teamnet_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_teamnet_response_collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"tunnel-route-create-a-tunnel-route","summary":"Create a tunnel route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"network":{"$ref":"#/components/schemas/tunnel_ip_network"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id_computed_optional"}},"required":["network","tunnel_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/routes/ip/{ip}":{"get":{"operationId":"tunnel-route-get-tunnel-route-by-ip","summary":"Get tunnel route by IP","parameters":[{"name":"ip","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_ip"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"virtual_network_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"default_virtual_network_fallback","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_teamnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_teamnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes.ips","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/routes/network/{ip_network_encoded}":{"post":{"operationId":"tunnel-route-create-a-tunnel-route-with-cidr","summary":"Create a tunnel route (CIDR Endpoint)","parameters":[{"name":"ip_network_encoded","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_ip_network_encoded"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},"required":["tunnel_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-ignore":true,"x-stainless-deprecation-message":"This endpoint and its related APIs are deprecated in favor of the equivalent Tunnel Route (without CIDR) APIs."},"delete":{"operationId":"tunnel-route-delete-a-tunnel-route-with-cidr","summary":"Delete a tunnel route (CIDR Endpoint)","parameters":[{"name":"ip_network_encoded","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_ip_network_encoded"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"virtual_network_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"tun_type","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_type"}},{"name":"tunnel_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-ignore":true,"x-stainless-deprecation-message":"This endpoint and its related APIs are deprecated in favor of the equivalent Tunnel Route (without CIDR) APIs."},"patch":{"operationId":"tunnel-route-update-a-tunnel-route-with-cidr","summary":"Update a tunnel route (CIDR Endpoint)","parameters":[{"name":"ip_network_encoded","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_ip_network_encoded"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-ignore":true,"x-stainless-deprecation-message":"This endpoint and its related APIs are deprecated in favor of the equivalent Tunnel Route (without CIDR) APIs."}},"/accounts/{account_id}/teamnet/routes/{route_id}":{"delete":{"operationId":"tunnel-route-delete-a-tunnel-route","summary":"Delete a tunnel route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_route_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"tunnel-route-update-a-tunnel-route","summary":"Update a tunnel route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_route_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"network":{"$ref":"#/components/schemas/tunnel_ip_network"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id_computed_optional"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Routing"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.routes","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/virtual_networks":{"get":{"operationId":"tunnel-virtual-network-list-virtual-networks","summary":"List virtual networks","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}},{"name":"is_default","in":"query","schema":{"type":"boolean"},"deprecated":true,"x-stainless-deprecation-message":"Use the is_default_network property instead.","x-stainless-ignore":true},{"name":"is_default_network","in":"query","schema":{"type":"boolean"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_vnet_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_vnet_response_collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Virtual Network"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.virtual-networks","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"tunnel-virtual-network-create-a-virtual-network","summary":"Create a virtual network","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_virtual_network_comment"},"is_default":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use the is_default_network property instead.","x-stainless-ignore":true},"is_default_network":{"$ref":"#/components/schemas/tunnel_is_default_network_optional"},"name":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_vnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_vnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Virtual Network"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.virtual-networks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/teamnet/virtual_networks/{virtual_network_id}":{"delete":{"operationId":"tunnel-virtual-network-delete","summary":"Delete a virtual network","parameters":[{"name":"virtual_network_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}},{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_vnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_vnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Virtual Network"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.virtual-networks","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"tunnel-virtual-network-update","summary":"Update a virtual network","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"virtual_network_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_virtual_network_comment"},"is_default_network":{"$ref":"#/components/schemas/tunnel_is_default_network_optional"},"name":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_vnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_vnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Tunnel Virtual Network"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.virtual-networks","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/tunnels":{"get":{"operationId":"cloudflare-tunnel-list-all-tunnels","summary":"List All Tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"uuid","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"was_active_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"was_inactive_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"include_prefix","in":"query","schema":{"type":"string"}},{"name":"exclude_prefix","in":"query","schema":{"type":"string"}},{"name":"tun_types","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_types"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/tunnel_status"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel-response-collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.read"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: cloudflared Write","Cloudflare One Connector: cloudflared Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/response/{response_id}":{"get":{"operationId":"urlscanner-get-response-text","summary":"Get raw response","parameters":[{"name":"response_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.response","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/responses/methods/get/) instead."}},"/accounts/{account_id}/urlscanner/scan":{"get":{"operationId":"urlscanner-search-scans","summary":"Search URL scans","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"scan_id","in":"query","schema":{"type":"string","format":"uuid"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"next_cursor","in":"query","schema":{"type":"string"}},{"name":"date_start","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"date_end","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"url","in":"query","schema":{"type":"string"}},{"name":"hostname","in":"query","schema":{"type":"string"}},{"name":"path","in":"query","schema":{"type":"string"}},{"name":"ip","in":"query","schema":{"type":"string"}},{"name":"hash","in":"query","schema":{"type":"string"}},{"name":"page_url","in":"query","schema":{"type":"string"}},{"name":"page_hostname","in":"query","schema":{"type":"string"}},{"name":"page_path","in":"query","schema":{"type":"string"}},{"name":"page_asn","in":"query","schema":{"type":"string"}},{"name":"page_ip","in":"query","schema":{"type":"string"}},{"name":"account_scans","in":"query","schema":{"type":"boolean"}},{"name":"is_malicious","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"tasks":{"type":"array","items":{"properties":{"country":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string","format":"date-time"},"url":{"type":"string"},"uuid":{"type":"string","format":"uuid"},"visibility":{"type":"string","enum":["public","unlisted"]}},"required":["uuid","url","success","time","country","visibility"],"type":"object"}}},"required":["tasks"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan.get.urlscanner","x-fern-sdk-method-name":"scans","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/list/) instead."},"post":{"operationId":"urlscanner-create-scan","summary":"Create URL Scan","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"country":{"type":"string","enum":["AF","AL","DZ","AD","AO","AG","AR","AM","AU","AT","AZ","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CR","CI","HR","CU","CY","CZ","CD","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","SZ","ET","FJ","FI","FR","GA","GE","DE","GH","GR","GL","GD","GT","GN","GW","GY","HT","HN","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MR","MU","MX","FM","MD","MC","MN","MS","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","MK","NO","OM","PK","PS","PA","PG","PY","PE","PH","PL","PT","QA","RO","RU","RW","SH","KN","LC","VC","WS","SM","ST","SA","SN","RS","SC","SL","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","BS","GM","TL","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VE","VN","YE","ZM","ZW"]},"customHeaders":{"type":"object","additionalProperties":{"type":"string"}},"screenshotsResolutions":{"type":"array","items":{"default":"desktop","enum":["desktop","mobile","tablet"],"type":"string"},"default":["desktop"]},"url":{"type":"string"},"visibility":{"type":"string","default":"Public","enum":["Public","Unlisted"]}},"required":["url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"time":{"type":"string","format":"date-time"},"url":{"type":"string"},"uuid":{"type":"string","format":"uuid"},"visibility":{"type":"string","enum":["public","unlisted"]}},"required":["visibility","uuid","url","time"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"tasks":{"type":"array","items":{"properties":{"clientLocation":{"type":"string"},"clientType":{"type":"string","enum":["Site","Automatic","Api"]},"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"scannedFrom":{"type":"object","properties":{"colo":{"type":"string"}},"required":["colo"]},"status":{"type":"string","enum":["Queued","InProgress","InPostProcessing","Finished"]},"success":{"type":"boolean"},"time":{"type":"string"},"timeEnd":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string","enum":["Public","Unlisted"]}},"required":["uuid","url","status","success","errors","time","timeEnd","visibility","clientLocation","clientType","effectiveUrl","scannedFrom"],"type":"object"}}},"required":["tasks"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/create/) instead."}},"/accounts/{account_id}/urlscanner/scan/{scan_id}":{"get":{"operationId":"urlscanner-get-scan","summary":"Get URL scan","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"full","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"scan":{"type":"object","properties":{"asns":{"type":"object","properties":{"asn":{"type":"object","properties":{"asn":{"type":"string"},"location_alpha2":{"type":"string"},"name":{"type":"string"},"org_name":{"type":"string"}},"required":["asn","name","description","org_name","location_alpha2"]}}},"certificates":{"type":"array","items":{"properties":{"issuer":{"type":"string"},"subjectName":{"type":"string"},"validFrom":{"type":"number"},"validTo":{"type":"number"}},"required":["issuer","subjectName","validFrom","validTo"],"type":"object"}},"domains":{"type":"object","properties":{"example.com":{"type":"object","properties":{"categories":{"type":"object","properties":{"content":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"},"type":"array"},"inherited":{"type":"object","properties":{"content":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"},"type":"array"},"from":{"type":"string"},"risks":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"}}}},"risks":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"}}},"required":["inherited"]},"dns":{"type":"array","items":{"properties":{"address":{"type":"string"},"dnssec_valid":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"}},"required":["name","address","type","dnssec_valid"],"type":"object"}},"name":{"type":"string"},"rank":{"type":"object","properties":{"bucket":{"type":"string"},"name":{"type":"string"},"rank":{"type":"integer"}},"required":["name","bucket"]},"type":{"type":"string"}},"required":["name","type","categories","dns","rank"]}}},"geo":{"type":"object","properties":{"continents":{"type":"array","items":{"type":"string"}},"locations":{"type":"array","items":{"type":"string"}}},"required":["locations","continents"]},"ips":{"type":"object","properties":{"ip":{"type":"object","properties":{"asn":{"type":"string"},"asnDescription":{"type":"string"},"asnLocationAlpha2":{"type":"string"},"asnName":{"type":"string"},"asnOrgName":{"type":"string"},"continent":{"type":"string"},"geonameId":{"type":"string"},"ip":{"type":"string"},"ipVersion":{"type":"string"},"latitude":{"type":"string"},"locationAlpha2":{"type":"string"},"locationName":{"type":"string"},"longitude":{"type":"string"},"subdivision1Name":{"type":"string"},"subdivision2Name":{"type":"string"}},"required":["ip","ipVersion","locationAlpha2","locationName","subdivision1Name","subdivision2Name","latitude","longitude","continent","geonameId","asn","asnName","asnOrgName","asnDescription","asnLocationAlpha2"]}}},"links":{"type":"object","properties":{"link":{"type":"object","properties":{"href":{"type":"string"},"text":{"type":"string"}},"required":["href","text"]}}},"meta":{"type":"object","properties":{"processors":{"type":"object","properties":{"categories":{"type":"object","properties":{"content":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","name"],"type":"object"},"type":"array"},"risks":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"super_category_id":{"type":"integer"}},"required":["id","super_category_id","name"],"type":"object"}}},"required":["content","risks"]},"phishing":{"type":"array","items":{"type":"string"}},"rank":{"type":"object","properties":{"bucket":{"type":"string"},"name":{"type":"string"},"rank":{"type":"integer"}},"required":["name","bucket"]},"tech":{"type":"array","items":{"properties":{"categories":{"type":"array","items":{"properties":{"groups":{"type":"array","items":{"type":"integer"}},"id":{"type":"integer"},"name":{"type":"string"},"priority":{"type":"integer"},"slug":{"type":"string"}},"required":["id","slug","groups","name","priority"],"type":"object"}},"confidence":{"type":"integer"},"evidence":{"type":"object","properties":{"impliedBy":{"type":"array","items":{"type":"string"}},"patterns":{"type":"array","items":{"properties":{"confidence":{"type":"integer"},"excludes":{"type":"array","items":{"type":"string"}},"implies":{"type":"array","items":{"type":"string"}},"match":{"type":"string"},"name":{"type":"string"},"regex":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"},"version":{"type":"string"}},"required":["type","regex","value","match","name","confidence","version","implies","excludes"],"type":"object"}}},"required":["patterns","impliedBy"]},"icon":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"website":{"type":"string"}},"required":["name","slug","categories","confidence","icon","website","evidence"],"type":"object"}}},"required":["tech","categories","rank","phishing"]}},"required":["processors"]},"page":{"type":"object","properties":{"asn":{"type":"string"},"asnLocationAlpha2":{"type":"string"},"asnname":{"type":"string"},"console":{"type":"array","items":{"properties":{"category":{"type":"string"},"text":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["type","text","category"],"type":"object"}},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"path":{"type":"string"},"priority":{"type":"string"},"sameParty":{"type":"boolean"},"secure":{"type":"boolean"},"session":{"type":"boolean"},"size":{"type":"number"},"sourcePort":{"type":"number"},"sourceScheme":{"type":"string"},"value":{"type":"string"}},"required":["name","value","domain","path","expires","size","httpOnly","secure","session","sameParty","sourceScheme","sourcePort"],"type":"object"}},"country":{"type":"string"},"countryLocationAlpha2":{"type":"string"},"domain":{"type":"string"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"ip":{"type":"string"},"js":{"type":"object","properties":{"variables":{"type":"array","items":{"properties":{"name":{"type":"string"},"type":{"type":"string"}},"required":["name","type"],"type":"object"}}},"required":["variables"]},"securityViolations":{"type":"array","items":{"properties":{"category":{"type":"string"},"text":{"type":"string"},"url":{"type":"string"}},"required":["text","category","url"],"type":"object"}},"status":{"type":"number"},"subdivision1Name":{"type":"string"},"subdivision2name":{"type":"string"},"url":{"type":"string"}},"required":["url","domain","country","countryLocationAlpha2","subdivision1Name","subdivision2name","ip","asn","asnname","asnLocationAlpha2","cookies","headers","status","js","console","securityViolations"]},"performance":{"type":"array","items":{"properties":{"connectEnd":{"type":"number"},"connectStart":{"type":"number"},"decodedBodySize":{"type":"number"},"domComplete":{"type":"number"},"domContentLoadedEventEnd":{"type":"number"},"domContentLoadedEventStart":{"type":"number"},"domInteractive":{"type":"number"},"domainLookupEnd":{"type":"number"},"domainLookupStart":{"type":"number"},"duration":{"type":"number"},"encodedBodySize":{"type":"number"},"entryType":{"type":"string"},"fetchStart":{"type":"number"},"initiatorType":{"type":"string"},"loadEventEnd":{"type":"number"},"loadEventStart":{"type":"number"},"name":{"type":"string"},"nextHopProtocol":{"type":"string"},"redirectCount":{"type":"number"},"redirectEnd":{"type":"number"},"redirectStart":{"type":"number"},"requestStart":{"type":"number"},"responseEnd":{"type":"number"},"responseStart":{"type":"number"},"secureConnectionStart":{"type":"number"},"startTime":{"type":"number"},"transferSize":{"type":"number"},"type":{"type":"string"},"unloadEventEnd":{"type":"number"},"unloadEventStart":{"type":"number"},"workerStart":{"type":"number"}},"required":["name","entryType","startTime","duration","initiatorType","nextHopProtocol","workerStart","redirectStart","redirectEnd","fetchStart","domainLookupStart","domainLookupEnd","connectStart","connectEnd","secureConnectionStart","requestStart","responseStart","responseEnd","transferSize","encodedBodySize","decodedBodySize","unloadEventStart","unloadEventEnd","domInteractive","domContentLoadedEventStart","domContentLoadedEventEnd","domComplete","loadEventStart","loadEventEnd","type","redirectCount"],"type":"object"}},"task":{"type":"object","properties":{"clientLocation":{"type":"string"},"clientType":{"type":"string","enum":["Site","Automatic","Api"]},"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"scannedFrom":{"type":"object","properties":{"colo":{"type":"string"}},"required":["colo"]},"status":{"type":"string","enum":["Queued","InProgress","InPostProcessing","Finished"]},"success":{"type":"boolean"},"time":{"type":"string"},"timeEnd":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string","enum":["Public","Unlisted"]}},"required":["uuid","url","status","success","errors","time","timeEnd","visibility","clientLocation","clientType","effectiveUrl","scannedFrom"]},"verdicts":{"type":"object","properties":{"overall":{"type":"object","properties":{"categories":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","super_category_id","name"],"type":"object"}},"malicious":{"type":"boolean"},"phishing":{"type":"array","items":{"type":"string"}}},"required":["malicious","categories","phishing"]}},"required":["overall"]}},"required":["task","meta","page","geo","certificates","performance","verdicts"]}},"required":["scan"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"scan":{"type":"object","properties":{"task":{"type":"object","properties":{"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"location":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","status","success","errors","time","visibility","location","region","effectiveUrl"]}},"required":["task"]}},"required":["scan"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan.get.urlscanner","x-fern-sdk-method-name":"scan","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/get/) instead."}},"/accounts/{account_id}/urlscanner/scan/{scan_id}/har":{"get":{"operationId":"urlscanner-get-scan-har","summary":"Get URL scan's HAR","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"har":{"type":"object","properties":{"log":{"type":"object","properties":{"creator":{"type":"object","properties":{"comment":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}},"required":["name","version","comment"]},"entries":{"type":"array","items":{"properties":{"_initialPriority":{"type":"string"},"_initiator_type":{"type":"string"},"_priority":{"type":"string"},"_requestId":{"type":"string"},"_requestTime":{"type":"number"},"_resourceType":{"type":"string"},"cache":{"type":"object"},"connection":{"type":"string"},"pageref":{"type":"string"},"request":{"type":"object","properties":{"bodySize":{"type":"number"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"headersSize":{"type":"number"},"httpVersion":{"type":"string"},"method":{"type":"string"},"url":{"type":"string"}},"required":["method","url","headersSize","bodySize","headers","httpVersion"]},"response":{"type":"object","properties":{"_transferSize":{"type":"number"},"bodySize":{"type":"number"},"content":{"properties":{"compression":{"type":"integer"},"mimeType":{"type":"string"},"size":{"type":"number"}},"required":["mimeType","size"],"type":"object"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"headersSize":{"type":"number"},"httpVersion":{"type":"string"},"redirectURL":{"type":"string"},"status":{"type":"number"},"statusText":{"type":"string"}},"required":["httpVersion","redirectURL","status","statusText","content","headersSize","bodySize","headers","_transferSize"]},"serverIPAddress":{"type":"string"},"startedDateTime":{"type":"string"},"time":{"type":"number"}},"required":["cache","startedDateTime","_requestId","_initialPriority","_priority","pageref","request","time","_initiator_type","_resourceType","response","connection","serverIPAddress","_requestTime"],"type":"object"}},"pages":{"type":"array","items":{"properties":{"id":{"type":"string"},"pageTimings":{"type":"object","properties":{"onContentLoad":{"type":"number"},"onLoad":{"type":"number"}},"required":["onLoad","onContentLoad"]},"startedDateTime":{"type":"string"},"title":{"type":"string"}},"required":["id","startedDateTime","title","pageTimings"],"type":"object"}},"version":{"type":"string"}},"required":["version","creator","pages","entries"]}},"required":["log"]}},"required":["har"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"scan":{"type":"object","properties":{"task":{"type":"object","properties":{"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"location":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","status","success","errors","time","visibility","location","region","effectiveUrl"]}},"required":["task"]}},"required":["scan"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan.har","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/har/) instead."}},"/accounts/{account_id}/urlscanner/scan/{scan_id}/screenshot":{"get":{"operationId":"urlscanner-get-scan-screenshot","summary":"Get screenshot","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"resolution","in":"query","schema":{"type":"string","default":"desktop","enum":["desktop","mobile","tablet"]}}],"responses":{"200":{"content":{"image/png":{"schema":{"type":"string"}}}},"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"scan":{"type":"object","properties":{"task":{"type":"object","properties":{"effectiveUrl":{"type":"string"},"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"location":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","status","success","errors","time","visibility","location","region","effectiveUrl"]}},"required":["task"]}},"required":["scan"]},"success":{"type":"boolean"}},"required":["messages","errors","success","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean"}},"required":["messages","errors","success"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner (Deprecated)"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"url-scanner.scan.screenshot","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"Use [V2](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/screenshot/) instead."}},"/accounts/{account_id}/urlscanner/v2/bulk":{"post":{"operationId":"urlscanner-create-scan-bulk-v2","summary":"Bulk create URL Scans","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"agentReadiness":{"type":"boolean"},"customHeaders":{"type":"object","additionalProperties":{"type":"string"}},"customagent":{"type":"string","maxLength":4096},"referer":{"type":"string","maxLength":4096},"screenshotsResolutions":{"type":"array","items":{"default":"desktop","enum":["desktop","mobile","tablet"],"type":"string"},"default":["desktop"]},"url":{"type":"string"},"visibility":{"type":"string","default":"Public","enum":["Public","Unlisted"]}},"required":["url"],"type":"object"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"api":{"type":"string"},"options":{"type":"object","properties":{"useragent":{"type":"string"}}},"result":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string","format":"uuid"},"visibility":{"type":"string","enum":["public","unlisted"]}},"required":["uuid","result","api","visibility","url"],"type":"object"}}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"number"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"number"}},"required":["message","status","errors"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/dom/{scan_id}":{"get":{"operationId":"urlscanner-get-scan-dom-v2","summary":"Get URL scan's DOM","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"},"task":{"type":"object","properties":{"status":{"type":"string"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","status","visibility"]}},"required":["message","status","errors","task"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"dom","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/har/{scan_id}":{"get":{"operationId":"urlscanner-get-scan-har-v2","summary":"Get URL scan's HAR","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"log":{"type":"object","properties":{"creator":{"type":"object","properties":{"comment":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}},"required":["name","version","comment"]},"entries":{"type":"array","items":{"properties":{"_initialPriority":{"type":"string"},"_initiator_type":{"type":"string"},"_priority":{"type":"string"},"_requestId":{"type":"string"},"_requestTime":{"type":"number"},"_resourceType":{"type":"string"},"cache":{"type":"object"},"connection":{"type":"string"},"pageref":{"type":"string"},"request":{"type":"object","properties":{"bodySize":{"type":"number"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"headersSize":{"type":"number"},"httpVersion":{"type":"string"},"method":{"type":"string"},"url":{"type":"string"}},"required":["method","url","headersSize","bodySize","headers","httpVersion"]},"response":{"type":"object","properties":{"_transferSize":{"type":"number"},"bodySize":{"type":"number"},"content":{"properties":{"compression":{"type":"integer"},"mimeType":{"type":"string"},"size":{"type":"number"}},"required":["mimeType","size"],"type":"object"},"headers":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"headersSize":{"type":"number"},"httpVersion":{"type":"string"},"redirectURL":{"type":"string"},"status":{"type":"number"},"statusText":{"type":"string"}},"required":["httpVersion","redirectURL","status","statusText","content","headersSize","bodySize","headers","_transferSize"]},"serverIPAddress":{"type":"string"},"startedDateTime":{"type":"string"},"time":{"type":"number"}},"required":["cache","startedDateTime","_requestId","_initialPriority","_priority","pageref","request","time","_initiator_type","_resourceType","response","connection","serverIPAddress","_requestTime"],"type":"object"}},"pages":{"type":"array","items":{"properties":{"id":{"type":"string"},"pageTimings":{"type":"object","properties":{"onContentLoad":{"type":"number"},"onLoad":{"type":"number"}},"required":["onLoad","onContentLoad"]},"startedDateTime":{"type":"string"},"title":{"type":"string"}},"required":["id","startedDateTime","title","pageTimings"],"type":"object"}},"version":{"type":"string"}},"required":["version","creator","pages","entries"]}},"required":["log"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"},"task":{"type":"object","properties":{"status":{"type":"string"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","status","visibility"]}},"required":["message","status","errors","task"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"har","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/responses/{response_id}":{"get":{"operationId":"urlscanner-get-response-v2","summary":"Get raw response","parameters":[{"name":"response_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.responses","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/result/{scan_id}":{"get":{"operationId":"urlscanner-get-scan-v2","summary":"Get URL scan","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"console":{"type":"array","items":{"properties":{"message":{"type":"object","properties":{"level":{"type":"string"},"source":{"type":"string"},"text":{"type":"string"},"url":{"type":"string"}},"required":["source","level","text","url"]}},"required":["message"],"type":"object"}},"cookies":{"type":"array","items":{"properties":{"domain":{"type":"string"},"expires":{"type":"number"},"httpOnly":{"type":"boolean"},"name":{"type":"string"},"path":{"type":"string"},"priority":{"type":"string"},"sameParty":{"type":"boolean"},"secure":{"type":"boolean"},"session":{"type":"boolean"},"size":{"type":"number"},"sourcePort":{"type":"number"},"sourceScheme":{"type":"string"},"value":{"type":"string"}},"required":["name","value","domain","path","expires","size","httpOnly","secure","session","priority","sameParty","sourceScheme","sourcePort"],"type":"object"}},"globals":{"type":"array","items":{"properties":{"prop":{"type":"string"},"type":{"type":"string"}},"required":["prop","type"],"type":"object"}},"links":{"type":"array","items":{"properties":{"href":{"type":"string"},"text":{"type":"string"}},"required":["href","text"],"type":"object"}},"performance":{"type":"array","items":{"properties":{"duration":{"type":"number"},"entryType":{"type":"string"},"name":{"type":"string"},"startTime":{"type":"number"}},"required":["name","entryType","startTime","duration"],"type":"object"}},"requests":{"type":"array","items":{"properties":{"request":{"type":"object","properties":{"documentURL":{"type":"string"},"frameId":{"type":"string"},"hasUserGesture":{"type":"boolean"},"initiator":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["type","url","host"]},"loaderId":{"type":"string"},"primaryRequest":{"type":"boolean"},"redirectHasExtraInfo":{"type":"boolean"},"redirectResponse":{"type":"object","properties":{"charset":{"type":"string"},"headers":{"type":"object"},"mimeType":{"type":"string"},"protocol":{"type":"string"},"remoteIPAddress":{"type":"string"},"remotePort":{"type":"number"},"securityHeaders":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"securityState":{"type":"string"},"status":{"type":"number"},"statusText":{"type":"string"},"url":{"type":"string"}},"required":["url","status","statusText","mimeType","charset","remoteIPAddress","remotePort","protocol","securityState","securityHeaders"]},"request":{"type":"object","properties":{"headers":{"type":"object"},"initialPriority":{"type":"string"},"isSameSite":{"type":"boolean"},"method":{"type":"string"},"mixedContentType":{"type":"string"},"referrerPolicy":{"type":"string"},"url":{"type":"string"}},"required":["url","method","mixedContentType","initialPriority","referrerPolicy","isSameSite"]},"requestId":{"type":"string"},"type":{"type":"string"},"wallTime":{"type":"number"}},"required":["requestId","documentURL","request","wallTime","initiator","redirectHasExtraInfo","type","hasUserGesture"]},"requests":{"type":"array","items":{"properties":{"documentURL":{"type":"string"},"frameId":{"type":"string"},"hasUserGesture":{"type":"boolean"},"initiator":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"]},"loaderId":{"type":"string"},"redirectHasExtraInfo":{"type":"boolean"},"request":{"type":"object","properties":{"headers":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"initialPriority":{"type":"string"},"isSameSite":{"type":"boolean"},"method":{"type":"string"},"mixedContentType":{"type":"string"},"referrerPolicy":{"type":"string"},"url":{"type":"string"}},"required":["url","method","headers","mixedContentType","initialPriority","referrerPolicy","isSameSite"]},"requestId":{"type":"string"},"type":{"type":"string"},"wallTime":{"type":"number"}},"required":["requestId","loaderId","frameId","documentURL","wallTime","request","type","initiator","hasUserGesture","redirectHasExtraInfo"],"type":"object"}},"response":{"type":"object","properties":{"asn":{"type":"object","properties":{"asn":{"type":"string"},"country":{"type":"string"},"ip":{"type":"string"},"name":{"type":"string"},"org":{"type":"string"}},"required":["ip","asn","country","description","name","org"]},"contentAvailable":{"type":"boolean"},"dataLength":{"type":"number"},"encodedDataLength":{"type":"number"},"geoip":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"},"country_name":{"type":"string"},"geonameId":{"type":"string"},"ll":{"type":"array","items":{"type":"number"}},"region":{"type":"string"}},"required":["country","region","city","ll","country_name","geonameId"]},"hasExtraInfo":{"type":"boolean"},"hash":{"type":"string"},"requestId":{"type":"string"},"response":{"type":"object","properties":{"charset":{"type":"string"},"headers":{"type":"object"},"mimeType":{"type":"string"},"protocol":{"type":"string"},"remoteIPAddress":{"type":"string"},"remotePort":{"type":"number"},"securityDetails":{"type":"object","properties":{"certificateId":{"type":"number"},"certificateTransparencyCompliance":{"type":"string"},"cipher":{"type":"string"},"encryptedClientHello":{"type":"boolean"},"issuer":{"type":"string"},"keyExchange":{"type":"string"},"keyExchangeGroup":{"type":"string"},"protocol":{"type":"string"},"sanList":{"type":"array","items":{"type":"string"}},"serverSignatureAlgorithm":{"type":"number"},"subjectName":{"type":"string"},"validFrom":{"type":"number"},"validTo":{"type":"number"}},"required":["protocol","keyExchange","keyExchangeGroup","cipher","certificateId","subjectName","sanList","issuer","validFrom","validTo","certificateTransparencyCompliance","serverSignatureAlgorithm","encryptedClientHello"]},"securityHeaders":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}},"securityState":{"type":"string"},"status":{"type":"number"},"statusText":{"type":"string"},"url":{"type":"string"}},"required":["url","status","statusText","mimeType","charset","remoteIPAddress","remotePort","protocol","securityState","securityDetails","securityHeaders"]},"size":{"type":"number"},"type":{"type":"string"}},"required":["encodedDataLength","dataLength","requestId","type","response","hasExtraInfo","size","asn","geoip"]}},"required":["request","response"],"type":"object"}}},"required":["requests","cookies","console","links","globals","performance"]},"lists":{"type":"object","properties":{"asns":{"type":"array","items":{"type":"string"}},"certificates":{"type":"array","items":{"properties":{"issuer":{"type":"string"},"subjectName":{"type":"string"},"validFrom":{"type":"number"},"validTo":{"type":"number"}},"required":["issuer","subjectName","validFrom","validTo"],"type":"object"}},"continents":{"type":"array","items":{"type":"string"}},"countries":{"type":"array","items":{"type":"string"}},"domains":{"type":"array","items":{"type":"string"}},"hashes":{"type":"array","items":{"type":"string"}},"ips":{"type":"array","items":{"type":"string"}},"linkDomains":{"type":"array","items":{"type":"string"}},"servers":{"type":"array","items":{"type":"string"}},"urls":{"type":"array","items":{"type":"string"}}},"required":["ips","countries","continents","asns","domains","servers","urls","linkDomains","certificates","hashes"]},"meta":{"type":"object","properties":{"processors":{"type":"object","properties":{"agentReadiness":{"type":"object","properties":{"checks":{"type":"object","properties":{"botAccessControl":{"type":"object","properties":{"contentSignals":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"robotsTxtAiRules":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"webBotAuth":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["robotsTxtAiRules","contentSignals","webBotAuth"]},"commerce":{"type":"object","properties":{"acp":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"ap2":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"mpp":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"ucp":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"x402":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["ucp","x402","mpp","acp","ap2"]},"contentAccessibility":{"type":"object","properties":{"markdownNegotiation":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["markdownNegotiation"]},"discoverability":{"type":"object","properties":{"linkHeaders":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"robotsTxt":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"sitemap":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["robotsTxt","sitemap","linkHeaders"]},"discovery":{"type":"object","properties":{"a2aAgentCard":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"agentSkills":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"apiCatalog":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"mcpServerCard":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"oauthDiscovery":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"oauthProtectedResource":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]},"webMcp":{"type":"object","properties":{"details":{"type":"object"},"durationMs":{"type":"number"},"evidence":{"type":"array","items":{"properties":{"action":{"type":"string"},"finding":{"type":"object","properties":{"outcome":{"type":"string"},"summary":{"type":"string"}},"required":["outcome","summary"]},"label":{"type":"string"},"request":{"type":"object","properties":{"headers":{"type":"object"},"method":{"type":"string"},"url":{"type":"string"}},"required":["url","method"]},"response":{"type":"object","properties":{"bodyPreview":{"type":"string"},"bodySize":{"type":"integer"},"headers":{"type":"object"},"redirectedTo":{"type":"string"},"status":{"type":"integer"},"statusText":{"type":"string"}},"required":["status","statusText"]}},"required":["action","label"],"type":"object"}},"message":{"type":"string"},"status":{"type":"string"}},"required":["status"]}},"required":["apiCatalog","oauthDiscovery","oauthProtectedResource","mcpServerCard","a2aAgentCard","agentSkills","webMcp"]}},"required":["discoverability","contentAccessibility","botAccessControl","discovery","commerce"]},"commerceSignals":{"type":"array","items":{"type":"string"}},"isCommerce":{"type":"boolean"},"level":{"type":"integer"},"levelName":{"type":"string"},"nextLevel":{"type":"object","properties":{"name":{"type":"string"},"requirements":{"type":"array","items":{"properties":{"check":{"type":"string"},"prompt":{"type":"string"},"skillUrl":{"type":"string"},"specUrls":{"type":"array","items":{"type":"string"}}},"required":["check","description","specUrls","prompt","skillUrl"],"type":"object"}},"target":{"type":"integer"}},"required":["target","name","requirements"]}},"required":["level","levelName","checks"]},"asn":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"asn":{"type":"string"},"country":{"type":"string"},"ip":{"type":"string"},"name":{"type":"string"}},"required":["ip","asn","country","description","name"],"type":"object"}}},"required":["data"]},"dns":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"address":{"type":"string"},"dnssec_valid":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"}},"required":["name","address","type","dnssec_valid"],"type":"object"}}},"required":["data"]},"domainCategories":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"inherited":{"type":"object"},"isPrimary":{"type":"boolean"},"name":{"type":"string"}},"required":["name","isPrimary","inherited"],"type":"object"}}},"required":["data"]},"geoip":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"geoip":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"},"country_name":{"type":"string"},"ll":{"type":"array","items":{"type":"number"}},"region":{"type":"string"}},"required":["country","region","city","ll","country_name"]},"ip":{"type":"string"}},"required":["ip","geoip"],"type":"object"}}},"required":["data"]},"phishing":{"type":"object","properties":{"data":{"type":"array","items":{"type":"string"}}},"required":["data"]},"phishing_v2":{"type":"object","properties":{"data":{"type":"array","items":{"type":"string"}}},"required":["data"]},"radarRank":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"bucket":{"type":"string"},"hostname":{"type":"string"},"rank":{"type":"number"}},"required":["hostname","bucket"],"type":"object"}}},"required":["data"]},"robotsTxt":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"hash":{"type":"string"},"rules":{"type":"object","properties":{"*":{"type":"object","properties":{"allow":{"type":"array","items":{"type":"string"}},"contentSignal":{"type":"object","properties":{"ai-input":{"type":"string"},"ai-train":{"type":"string"},"search":{"type":"string"}}},"crawlDelay":{"type":"number"},"disallow":{"type":"array","items":{"type":"string"}}},"required":["allow","disallow"]}},"required":["*"]},"sitemaps":{"type":"array","items":{"type":"string"}}},"required":["rules","sitemaps"],"type":"object"}}},"required":["data"]},"urlCategories":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"content":{"items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","name","super_category_id"],"type":"object"},"type":"array"},"inherited":{"type":"object","properties":{"content":{"items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","name","super_category_id"],"type":"object"},"type":"array"},"from":{"type":"string"},"risks":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","name","super_category_id"],"type":"object"}}},"required":["from","content","risks"]},"name":{"type":"string"},"risks":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"super_category_id":{"type":"number"}},"required":["id","name","super_category_id"],"type":"object"}}},"required":["name","content","risks","inherited"],"type":"object"}}},"required":["data"]},"wappa":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"app":{"type":"string"},"categories":{"type":"array","items":{"properties":{"name":{"type":"string"},"priority":{"type":"number"}},"required":["name","priority"],"type":"object"}},"confidence":{"type":"array","items":{"properties":{"confidence":{"type":"number"},"name":{"type":"string"},"pattern":{"type":"string"},"patternType":{"type":"string"}},"required":["confidence","pattern","patternType","name"],"type":"object"}},"confidenceTotal":{"type":"number"},"icon":{"type":"string"},"website":{"type":"string"}},"required":["confidence","confidenceTotal","app","icon","website","categories"],"type":"object"}}},"required":["data"]}},"required":["geoip","asn","wappa","domainCategories","dns","radarRank","phishing"]}},"required":["processors"]},"page":{"type":"object","properties":{"apexDomain":{"type":"string"},"asn":{"type":"string"},"asnname":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"domain":{"type":"string"},"ip":{"type":"string"},"mimeType":{"type":"string"},"screenshot":{"type":"object","properties":{"dhash":{"type":"string"},"mm3Hash":{"type":"number"},"name":{"type":"string"},"phash":{"type":"string"}},"required":["phash","dhash","mm3Hash","name"]},"server":{"type":"string"},"status":{"type":"string"},"title":{"type":"string"},"tlsAgeDays":{"type":"number"},"tlsIssuer":{"type":"string"},"tlsValidDays":{"type":"number"},"tlsValidFrom":{"type":"string"},"url":{"type":"string"}},"required":["asn","asnname","city","country","domain","ip","server","url","mimeType","apexDomain","status","title","tlsIssuer","tlsValidFrom","tlsAgeDays","tlsValidDays"]},"scanner":{"type":"object","properties":{"colo":{"type":"string"},"country":{"type":"string"}},"required":["country","colo"]},"stats":{"type":"object","properties":{"IPv6Percentage":{"type":"number"},"domainStats":{"type":"array","items":{"properties":{"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"domain":{"type":"string"},"encodedSize":{"type":"number"},"index":{"type":"number"},"initiators":{"type":"array","items":{"type":"string"}},"ips":{"type":"array","items":{"type":"string"}},"redirects":{"type":"number"},"size":{"type":"number"}},"required":["count","ips","domain","size","encodedSize","countries","index","initiators","redirects"],"type":"object"}},"ipStats":{"type":"array","items":{"properties":{"asn":{"type":"object","properties":{"asn":{"type":"string"},"country":{"type":"string"},"ip":{"type":"string"},"name":{"type":"string"},"org":{"type":"string"}},"required":["ip","asn","country","description","name","org"]},"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"domains":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"geoip":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"},"country_name":{"type":"string"},"ll":{"type":"array","items":{"type":"number"}},"region":{"type":"string"}},"required":["country","region","city","ll","country_name"]},"index":{"type":"number"},"ip":{"type":"string"},"ipv6":{"type":"boolean"},"redirects":{"type":"number"},"requests":{"type":"number"},"size":{"type":"number"}},"required":["requests","domains","ip","size","encodedSize","countries","index","ipv6","redirects","geoip","asn"],"type":"object"}},"malicious":{"type":"number"},"protocolStats":{"type":"array","items":{"properties":{"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"ips":{"type":"array","items":{"type":"string"}},"protocol":{"type":"string"},"size":{"type":"number"}},"required":["count","size","encodedSize","ips","countries","protocol"],"type":"object"}},"resourceStats":{"type":"array","items":{"properties":{"compression":{"type":"number"},"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"ips":{"type":"array","items":{"type":"string"}},"percentage":{"type":"number"},"size":{"type":"number"},"type":{"type":"string"}},"required":["count","size","encodedSize","ips","countries","compression","percentage","type"],"type":"object"}},"securePercentage":{"type":"number"},"secureRequests":{"type":"number"},"serverStats":{"type":"array","items":{"properties":{"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"ips":{"type":"array","items":{"type":"string"}},"server":{"type":"string"},"size":{"type":"number"}},"required":["count","size","encodedSize","ips","countries","server"],"type":"object"}},"tlsStats":{"type":"array","items":{"properties":{"count":{"type":"number"},"countries":{"type":"array","items":{"type":"string"}},"encodedSize":{"type":"number"},"ips":{"type":"array","items":{"type":"string"}},"protocols":{"type":"object","properties":{"TLS 1.3 / AES_128_GCM":{"type":"number"}},"required":["TLS 1.3 / AES_128_GCM"]},"securityState":{"type":"string"},"size":{"type":"number"}},"required":["count","size","encodedSize","ips","countries","protocols","securityState"],"type":"object"}},"totalLinks":{"type":"number"},"uniqASNs":{"type":"number"},"uniqCountries":{"type":"number"}},"required":["IPv6Percentage","domainStats","ipStats","malicious","protocolStats","resourceStats","secureRequests","tlsStats","serverStats","securePercentage","totalLinks","uniqCountries","uniqASNs"]},"task":{"type":"object","properties":{"apexDomain":{"type":"string"},"domURL":{"type":"string"},"domain":{"type":"string"},"method":{"type":"string"},"options":{"type":"object","properties":{"customHeaders":{"type":"object"},"screenshotsResolutions":{"type":"array","items":{"type":"string"}}}},"reportURL":{"type":"string"},"screenshotURL":{"type":"string"},"source":{"type":"string"},"success":{"type":"boolean"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","visibility","source","method","domain","apexDomain","reportURL","screenshotURL","domURL","options","success"]},"verdicts":{"type":"object","properties":{"overall":{"type":"object","properties":{"categories":{"type":"array","items":{"type":"string"}},"hasVerdicts":{"type":"boolean"},"malicious":{"type":"boolean"},"tags":{"type":"array","items":{"type":"string"}}},"required":["malicious","hasVerdicts","categories","tags"]}},"required":["overall"]}},"required":["data","page","lists","meta","scanner","stats","task","verdicts"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"},"task":{"type":"object","properties":{"status":{"type":"string"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","status","visibility"]}},"required":["message","status","errors","task"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/scan":{"post":{"operationId":"urlscanner-create-scan-v2","summary":"Create URL Scan","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"agentReadiness":{"type":"boolean"},"country":{"type":"string","enum":["AF","AL","DZ","AD","AO","AG","AR","AM","AU","AT","AZ","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CR","CI","HR","CU","CY","CZ","CD","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","SZ","ET","FJ","FI","FR","GA","GE","DE","GH","GR","GL","GD","GT","GN","GW","GY","HT","HN","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MR","MU","MX","FM","MD","MC","MN","MS","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","MK","NO","OM","PK","PS","PA","PG","PY","PE","PH","PL","PT","QA","RO","RU","RW","SH","KN","LC","VC","WS","SM","ST","SA","SN","RS","SC","SL","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","BS","GM","TL","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VE","VN","YE","ZM","ZW"]},"customHeaders":{"type":"object","additionalProperties":{"type":"string"}},"customagent":{"type":"string","maxLength":4096},"referer":{"type":"string","maxLength":4096},"screenshotsResolutions":{"type":"array","items":{"default":"desktop","enum":["desktop","mobile","tablet"],"type":"string"},"default":["desktop"]},"url":{"type":"string"},"visibility":{"type":"string","default":"Public","enum":["Public","Unlisted"]}},"required":["url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"api":{"type":"string"},"message":{"type":"string"},"options":{"type":"object","properties":{"useragent":{"type":"string"}}},"result":{"type":"string"},"url":{"type":"string","x-auditable":true},"uuid":{"type":"string","format":"uuid","x-auditable":true},"visibility":{"type":"string","enum":["public","unlisted"]}},"required":["message","uuid","result","api","visibility","url"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"number"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"number"}},"required":["message","status","errors"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"number"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"number"}},"required":["message","status","errors"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/screenshots/{scan_id}.png":{"get":{"operationId":"urlscanner-get-scan-screenshot-v2","summary":"Get screenshot","parameters":[{"name":"scan_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"resolution","in":"query","schema":{"type":"string","default":"desktop","enum":["desktop","mobile","tablet"]}}],"responses":{"200":{"content":{"image/png":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"},"task":{"type":"object","properties":{"status":{"type":"string"},"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["uuid","url","time","status","visibility"]}},"required":["message","status","errors","task"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"screenshot","x-forge-hidden":true}},"/accounts/{account_id}/urlscanner/v2/search":{"get":{"operationId":"urlscanner-search-scans-v2","summary":"Search URL scans","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"size","in":"query","schema":{"type":"integer"}},{"name":"q","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"results":{"type":"array","items":{"properties":{"_id":{"type":"string"},"page":{"type":"object","properties":{"asn":{"type":"string"},"country":{"type":"string"},"ip":{"type":"string"},"url":{"type":"string"}},"required":["country","ip","url","asn"]},"result":{"type":"string"},"stats":{"type":"object","properties":{"dataLength":{"type":"number"},"requests":{"type":"number"},"uniqCountries":{"type":"number"},"uniqIPs":{"type":"number"}},"required":["uniqIPs","uniqCountries","dataLength","requests"]},"task":{"type":"object","properties":{"time":{"type":"string"},"url":{"type":"string"},"uuid":{"type":"string"},"visibility":{"type":"string"}},"required":["visibility","time","uuid","url"]},"verdicts":{"type":"object","properties":{"malicious":{"type":"boolean"}},"required":["malicious"]}},"required":["task","stats","page","verdicts","_id","result"],"type":"object"}}},"required":["results"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"}},"required":["title","detail","status"],"type":"object"}},"message":{"type":"string"},"status":{"type":"integer"}},"required":["message","status","errors"]}}}}},"security":[{"realmrootOidc":["url-scanner.read"]},{"realmrootOidc":["url-scanner.write"]}],"tags":["URL Scanner"],"x-api-token-group":["URL Scanner Write","URL Scanner Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"url-scanner.scans","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/indexes":{"get":{"operationId":"vectorize-(-deprecated)-list-vectorize-indexes","summary":"List Vectorize Indexes (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfDeprecation":{"display":true,"id":"vectorize_list_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.list"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}},"post":{"operationId":"vectorize-(-deprecated)-create-vectorize-index","summary":"Create Vectorize Index (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_create-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_create_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.create"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}":{"get":{"operationId":"vectorize-(-deprecated)-get-vectorize-index","summary":"Get Vectorize Index (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfDeprecation":{"display":true,"id":"vectorize_get_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}},"put":{"operationId":"vectorize-(-deprecated)-update-vectorize-index","summary":"Update Vectorize Index (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_update-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_update_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.update"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}},"delete":{"operationId":"vectorize-(-deprecated)-delete-vectorize-index","summary":"Delete Vectorize Index (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_delete_index_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.delete"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/delete-by-ids":{"post":{"operationId":"vectorize-(-deprecated)-delete-vectors-by-id","summary":"Delete Vectors By Identifier (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-delete-vectors-by-id-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-delete-vectors-by-id-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_delete_by_ids_deprecation"},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.delete-by.ids","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/get-by-ids":{"post":{"operationId":"vectorize-(-deprecated)-get-vectors-by-id","summary":"Get Vectors By Identifier (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-get-vectors-by-id-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-get-vectors-by-id-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfDeprecation":{"display":true,"id":"vectorize_get_by_ids_deprecation"},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.get-by.ids","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/insert":{"post":{"operationId":"vectorize-(-deprecated)-insert-vector","summary":"Insert Vectors (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/x-ndjson":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-insert-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_insert_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.update"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.insert","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/query":{"post":{"operationId":"vectorize-(-deprecated)-query-vector","summary":"Query Vectors (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-query-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-query-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfDeprecation":{"display":true,"id":"vectorize_query_deprecation"},"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.query","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/indexes/{index_name}/upsert":{"post":{"operationId":"vectorize-(-deprecated)-upsert-vector","summary":"Upsert Vectors (Deprecated)","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/x-ndjson":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-upsert-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize Beta (Deprecated)"],"x-api-token-group":["Vectorize Write"],"x-cfDeprecation":{"display":true,"id":"vectorize_upsert_deprecation"},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"vectorize.deprecated-indexes.upsert","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/accounts/{account_id}/vectorize/v2/indexes":{"get":{"operationId":"vectorize-list-vectorize-indexes","summary":"List Vectorize Indexes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.list"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"vectorize-create-vectorize-index","summary":"Create Vectorize Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_create-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}":{"get":{"operationId":"vectorize-get-vectorize-index","summary":"Get Vectorize Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"vectorize-delete-vectorize-index","summary":"Delete Vectorize Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/delete_by_ids":{"post":{"operationId":"vectorize-delete-vectors-by-id","summary":"Delete Vectors By Identifier","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-delete-vectors-by-id-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-delete-vectors-by-id-v2-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"delete-by-ids","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/get_by_ids":{"post":{"operationId":"vectorize-get-vectors-by-id","summary":"Get Vectors By Identifier","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-get-vectors-by-id-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-get-vectors-by-id-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"get-by-ids","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/info":{"get":{"operationId":"vectorize-index-info","summary":"Get Vectorize Index Info","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-info-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"info","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/insert":{"post":{"operationId":"vectorize-insert-vector","summary":"Insert Vectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}},{"name":"unparsable-behavior","in":"query","schema":{"type":"string","enum":["error","discard"]}}],"requestBody":{"required":true,"content":{"application/x-ndjson":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-insert-v2-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"insert","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/list":{"get":{"operationId":"vectorize-list-vectors","summary":"List Vectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}},{"name":"count","in":"query","schema":{"type":"integer","default":100,"maximum":1000,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-list-vectors-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.read"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"list-vectors","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/create":{"post":{"operationId":"vectorize-create-metadata-index","summary":"Create Metadata Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_create-metadata-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_create-metadata-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.create"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize.metadata-index","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/delete":{"post":{"operationId":"vectorize-delete-metadata-index","summary":"Delete Metadata Index","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_delete-metadata-index-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_delete-metadata-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.edge.vectorize.index.delete"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize.metadata-index","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-forge-require-confirmation":"This operation deletes a metadata index destructively."}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/list":{"get":{"operationId":"vectorize-list-metadata-indexes","summary":"List Metadata Indexes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_list-metadata-index-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize.metadata-index","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/query":{"post":{"operationId":"vectorize-query-vector","summary":"Query Vectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/vectorize_index-query-v2-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-query-v2-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.read"]},{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write","Vectorize Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"query","x-forge-hidden":true}},"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/upsert":{"post":{"operationId":"vectorize-upsert-vector","summary":"Upsert Vectors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_identifier"}},{"name":"index_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/vectorize_index-name"}},{"name":"unparsable-behavior","in":"query","schema":{"type":"string","enum":["error","discard"]}}],"requestBody":{"required":true,"content":{"application/x-ndjson":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/vectorize_index-upsert-v2-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/vectorize_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},{"$ref":"#/components/schemas/vectorize_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["vectorize.write"]}],"tags":["Vectorize"],"x-api-token-group":["Vectorize Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"vectorize","x-fern-sdk-method-name":"upsert","x-forge-hidden":true}},"/accounts/{account_id}/waiting_rooms":{"get":{"operationId":"waiting-room-list-waiting-rooms-account","summary":"List waiting rooms for account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}},{"$ref":"#/components/parameters/waitingroom_page"},{"$ref":"#/components/parameters/waitingroom_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waiting-rooms.read"]}],"tags":["Waiting Room"],"x-api-token-group":["Account Waiting Rooms Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.account-waiting-rooms","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector":{"get":{"operationId":"cloudflare-tunnel-list-warp-connector-tunnels","summary":"List Warp Connector Tunnels","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"uuid","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"was_active_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"was_inactive_at","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"include_prefix","in":"query","schema":{"type":"string"}},{"name":"exclude_prefix","in":"query","schema":{"type":"string"}},{"name":"status","in":"query","schema":{"$ref":"#/components/schemas/tunnel_status"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"cloudflare-tunnel-create-a-warp-connector-tunnel","summary":"Create a Warp Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ha":{"type":"boolean","default":false},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"}},"required":["name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}":{"get":{"operationId":"cloudflare-tunnel-get-a-warp-connector-tunnel","summary":"Get a Warp Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"cloudflare-tunnel-delete-a-warp-connector-tunnel","summary":"Delete a Warp Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"cloudflare-tunnel-update-a-warp-connector-tunnel","summary":"Update a Warp Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"tunnel_secret":{"$ref":"#/components/schemas/tunnel_tunnel_secret"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_warp-connector-response-single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}/configurations":{"get":{"operationId":"cloudflare-tunnel-configuration-get-warp-connector-configuration","summary":"Get WARP Connector HA configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_identifier"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_mesh_configuration_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel Configuration"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"]},"put":{"operationId":"cloudflare-tunnel-configuration-update-warp-connector-configuration","summary":"Update WARP Connector HA configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_identifier"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_mesh_configuration_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_mesh_configuration_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel Configuration"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"]}},"/accounts/{account_id}/warp_connector/{tunnel_id}/connections":{"get":{"operationId":"cloudflare-tunnel-list-warp-connector-tunnel-connections","summary":"List WARP Connector Tunnel connections","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_connections_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_connections_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector.connections","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}/connectors/{connector_id}":{"get":{"operationId":"cloudflare-tunnel-get-warp-connector-tunnel-connector","summary":"Get WARP Connector Tunnel connector","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}},{"name":"connector_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_client_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_client_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_client_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.read"]},{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.read"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connectors Read","Cloudflare One Connector: WARP Write","Cloudflare One Connector: WARP Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector.connectors","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}/failover":{"put":{"operationId":"cloudflare-tunnel-manual-failover-warp-connector-tunnel","summary":"Trigger a manual failover for a WARP Connector Tunnel","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"client_id":{"$ref":"#/components/schemas/tunnel_client_id_input"}},"required":["client_id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_empty_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_empty_response"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-connector-warp.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: WARP Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector.failover","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/warp_connector/{tunnel_id}/token":{"get":{"operationId":"cloudflare-tunnel-get-a-warp-connector-tunnel-token","summary":"Get a Warp Connector Tunnel token","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"tunnel_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_tunnel_response_token"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_response_token"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-connector-cloudflared.write"]},{"realmrootOidc":["teams-connectors.write"]}],"tags":["Cloudflare Tunnel"],"x-api-token-group":["Cloudflare One Connectors Write","Cloudflare One Connector: cloudflared Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.tunnels.warp-connector.token","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/account-settings":{"get":{"operationId":"worker-account-settings-fetch-worker-account-settings","summary":"Fetch Worker Account Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_account-settings"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]},{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]},{"realmrootOidc":["ddos-botnet-feed.read"]},{"realmrootOidc":["ddos-botnet-feed.write"]},{"realmrootOidc":["ddos-protection.read"]},{"realmrootOidc":["ddos-protection.write"]},{"realmrootOidc":["dns-firewall.read"]},{"realmrootOidc":["dns-firewall.write"]},{"realmrootOidc":["dns-view.read"]},{"realmrootOidc":["dns-view.write"]},{"realmrootOidc":["load-balancers-account.read"]},{"realmrootOidc":["load-balancers-account.write"]},{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]},{"realmrootOidc":["scim-provisioning.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-kv-storage.read"]},{"realmrootOidc":["workers-kv-storage.write"]},{"realmrootOidc":["workers-r2.read"]},{"realmrootOidc":["workers-r2.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Account Settings"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","DNS View Write","DNS View Read","SCIM Provisioning","Load Balancers Account Write","Load Balancers Account Read","Zero Trust: PII Read","DDoS Botnet Feed Write","DDoS Botnet Feed Read","Workers R2 Storage Write","Workers R2 Storage Read","DDoS Protection Write","DDoS Protection Read","Workers Tail Read","Workers KV Storage Write","Workers KV Storage Read","Workers Scripts Write","Workers Scripts Read","Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read","Account Firewall Access Rules Write","Account Firewall Access Rules Read","DNS Firewall Write","DNS Firewall Read","Billing Write","Billing Read","Account Settings Write","Account Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.account-settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-account-settings-create-worker-account-settings","summary":"Create Worker Account Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_account-settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_account-settings"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-settings.write"]}],"tags":["Worker Account Settings"],"x-api-token-group":["Account Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.account-settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces":{"get":{"operationId":"namespace-worker-list","summary":"List dispatch namespaces","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"namespace-worker-create","summary":"Create dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","x-auditable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}":{"get":{"operationId":"namespace-worker-get-namespace","summary":"Get dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"namespace-worker-put-namespace","summary":"Update dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"trusted_workers":{"$ref":"#/components/schemas/workers_trusted_workers"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-delete-namespace","summary":"Delete dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"namespace-worker-patch-namespace","summary":"Patch dispatch namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"trusted_workers":{"$ref":"#/components/schemas/workers_trusted_workers"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts":{"get":{"operationId":"namespace-worker-list-scripts","summary":"List Scripts in Namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"tags","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_namespace-script-response"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"list","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-delete-scripts","summary":"Delete Scripts in Namespace","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"tags","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-script-delete-bulk-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}":{"get":{"operationId":"namespace-worker-script-worker-details","summary":"Worker Details","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_namespace-script-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"namespace-worker-script-upload-worker-module","summary":"Upload Worker Module","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"bindings_inherit","in":"query","schema":{"type":"string","enum":["strict"]}}],"requestBody":{"$ref":"#/components/requestBodies/workers_namespace_upload"},"responses":{"200":{"$ref":"#/components/responses/workers_200"},"4XX":{"$ref":"#/components/responses/workers_4XX"}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-script-delete-worker","summary":"Delete Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/bindings":{"get":{"operationId":"namespace-worker-get-script-bindings","summary":"Get Script Bindings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_bindings"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.bindings","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/content":{"get":{"operationId":"namespace-worker-get-script-content","summary":"Get Script Content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"string":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.content","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"namespace-worker-put-script-content","summary":"Put Script Content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"CF-WORKER-BODY-PART","in":"header","schema":{"type":"string"}},{"name":"CF-WORKER-MAIN-MODULE-PART","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"body_part":{"type":"string"},"main_module":{"type":"string"}}}},"required":["metadata"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.content","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets":{"get":{"operationId":"namespace-worker-list-script-secrets","summary":"List Script Secrets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_secret"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.secrets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"namespace-worker-put-script-secrets","summary":"Add script secret","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_secret"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_secret"}},"required":["result"],"type":"object"}]}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.secrets","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets/{secret_name}":{"get":{"operationId":"namespace-worker-get-script-secrets","summary":"Get secret binding","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"secret_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_secret_name"}},{"name":"url_encoded","in":"query","schema":{"$ref":"#/components/schemas/workers_secret_name_url_encoded"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_secret"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.secrets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-delete-script-secret","summary":"Delete script secret","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"secret_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_secret_name"}},{"name":"url_encoded","in":"query","schema":{"$ref":"#/components/schemas/workers_secret_name_url_encoded"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.secrets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/settings":{"get":{"operationId":"namespace-worker-get-script-settings","summary":"Get Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_namespace-script-and-version-settings-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"namespace-worker-patch-script-settings","summary":"Patch Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"settings":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/workers_namespace-script-and-version-settings-item"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_namespace-script-and-version-settings-item"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags":{"get":{"operationId":"namespace-worker-get-script-tags","summary":"Get Script Tags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_tag"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.tags","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"namespace-worker-put-script-tags","summary":"Put Script Tags","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_tags"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_tag"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.tags","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags/{tag}":{"put":{"operationId":"namespace-worker-put-script-tag","summary":"Put Script Tag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"tag","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_tag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.tags","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"namespace-worker-delete-script-tag","summary":"Delete Script Tag","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"dispatch_namespace","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"tag","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_tag"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers for Platforms"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dispatch-namespaces.scripts.tags","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/domains":{"get":{"operationId":"workers.domains.list","summary":"List Domains","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"zone_id","in":"query","schema":{"type":"string"}},{"name":"zone_name","in":"query","schema":{"type":"string"}},{"name":"service","in":"query","schema":{"type":"string"}},{"name":"hostname","in":"query","schema":{"type":"string"}},{"name":"environment","in":"query","schema":{"type":"string"},"deprecated":true}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_Domain"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Domains"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.domains","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"workers.domains.update","summary":"Attach Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_Domain"},{"required":["hostname","service"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Domains"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.domains","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/domains/{domain_id}":{"get":{"operationId":"workers.domains.get","summary":"Get Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"domain_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Domain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Domains"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.domains","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"workers.domains.delete","summary":"Detach Domain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"domain_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Domains"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.domains","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/durable_objects/namespaces":{"get":{"operationId":"durable-objects-namespace-list-namespaces","summary":"List Namespaces","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":1000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_namespace"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_namespace"}}},"type":"object"}]},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Durable Objects Namespace"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"durable-objects.namespaces","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects":{"get":{"operationId":"durable-objects-namespace-list-objects","summary":"List Objects","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_schemas-id"}},{"name":"limit","in":"query","schema":{"type":"number","default":1000,"maximum":10000,"minimum":10}},{"name":"cursor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"$ref":"#/components/schemas/workers_cursor"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"$ref":"#/components/schemas/workers_cursor"}}}},"type":"object"}]},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Durable Objects Namespace"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"durable-objects.namespaces.objects","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/workers/observability/destinations":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"destination.list","summary":"Get Destinations","parameters":[{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"perPage","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"updated","enum":["created","updated"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"configuration":{"type":"object","properties":{"destination_conf":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"jobStatus":{"type":"object","properties":{"error_message":{"type":"string"},"last_complete":{"type":"string"},"last_error":{"type":"string"}},"required":["last_complete","last_error","error_message"]},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","destination_conf","url","headers","jobStatus"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"scripts":{"type":"array","items":{"type":"string"}},"slug":{"type":"string"}},"required":["slug","name","enabled","configuration","scripts"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Destinations"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.destinations","x-fern-sdk-method-name":"list","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]},"post":{"operationId":"destination.create","summary":"Create Destination","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","url","headers"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"skipPreflightCheck":{"type":"boolean"}},"required":["name","enabled","configuration"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Resource created"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"configuration":{"type":"object","properties":{"destination_conf":{"type":"string"},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"logpushJob":{"type":"number"},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","logpushJob","destination_conf","url"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"scripts":{"type":"array","items":{"type":"string"}},"slug":{"type":"string"}},"required":["slug","name","enabled","configuration","scripts"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Destinations"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.destinations","x-fern-sdk-method-name":"create","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/destinations/{slug}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"delete":{"operationId":"destinations.delete","summary":"Delete Destination","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"configuration":{"type":"object","properties":{"destination_conf":{"type":"string"},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"logpushJob":{"type":"number"},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","logpushJob","destination_conf","url"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"scripts":{"type":"array","items":{"type":"string"}},"slug":{"type":"string"}},"required":["slug","name","enabled","configuration","scripts"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Destinations"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.destinations","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]},"patch":{"operationId":"destination.update","summary":"Update Destination","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","url","headers"]},"enabled":{"type":"boolean"}},"required":["enabled","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"configuration":{"type":"object","properties":{"destination_conf":{"type":"string"},"logpushDataset":{"anyOf":[{"enum":["opentelemetry-traces"],"type":"string"},{"enum":["opentelemetry-logs"],"type":"string"},{"enum":["opentelemetry-metrics"],"type":"string"}]},"logpushJob":{"type":"number"},"type":{"type":"string","enum":["logpush"]},"url":{"type":"string"}},"required":["type","logpushDataset","logpushJob","destination_conf","url"]},"enabled":{"type":"boolean"},"name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]$"},"scripts":{"type":"array","items":{"type":"string"}},"slug":{"type":"string"}},"required":["slug","name","enabled","configuration","scripts"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Destinations"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.destinations","x-fern-sdk-method-name":"update","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/metricsexport":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"metricsExport.list","summary":"List Metrics Exports","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"additionalProperties":false,"properties":{"createdAt":{"type":"string"},"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]},"updatedAt":{"type":"string"}},"required":["resourceType","resourceId","destinations","createdAt","updatedAt"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Metrics Export"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]},"post":{"operationId":"metricsExport.upsert","summary":"Upsert Metrics Exports","requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"additionalProperties":false,"properties":{"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]}},"required":["resourceType","resourceId","destinations"],"type":"object"},{"additionalProperties":false,"properties":{"requester":{"type":"object","additionalProperties":false,"properties":{"requesterId":{"type":"string","minLength":1},"requesterType":{"type":"string","enum":["workers"]}},"required":["requesterType","requesterId"]},"resources":{"type":"array","items":{"additionalProperties":false,"properties":{"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]}},"required":["resourceType","resourceId","destinations"],"type":"object"}}},"required":["requester","resources"],"type":"object"},{"additionalProperties":false,"properties":{"resources":{"type":"array","items":{"additionalProperties":false,"properties":{"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]}},"required":["resourceType","resourceId","destinations"],"type":"object"},"minItems":1}},"required":["resources"],"type":"object"}]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Resource created"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"additionalProperties":false,"properties":{"createdAt":{"type":"string"},"destinations":{"type":"array","items":{"minLength":1,"type":"string"},"minItems":1},"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]},"updatedAt":{"type":"string"}},"required":["resourceType","resourceId","destinations","createdAt","updatedAt"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Conflict"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Metrics Export"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]},"delete":{"operationId":"metricsExport.delete","summary":"Delete Metrics Export","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"resourceId":{"type":"string","minLength":1},"resourceType":{"type":"string","enum":["workers","d1","r2"]}},"additionalProperties":false,"required":["resourceType","resourceId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Metrics Export"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/queries":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"queries.list","summary":"List queries","parameters":[{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"perPage","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"updated","enum":["created","updated"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_query"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"list","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]},"post":{"operationId":"queries.post","summary":"Save query","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":250,"minLength":1},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":100,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"}},"required":["description","name","parameters"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Conflict"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"create","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/queries/{queryId}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"queries.get","summary":"Get query","parameters":[{"name":"queryId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"get","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]},"delete":{"operationId":"queries.delete","summary":"Delete query","parameters":[{"name":"queryId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]},"patch":{"operationId":"queries.patch","summary":"Update query","parameters":[{"name":"queryId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":250,"minLength":1},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":100,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"}},"required":["description","name","parameters"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Not found"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Saved Queries"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.queries","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/shared/query":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"shared.query.post","summary":"Create a sharable link to a query result","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chart":{"type":"boolean"},"chartType":{"type":"string","enum":["timeseries_and_aggregate","timeseries","aggregate","distribution"]},"compare":{"type":"boolean"},"dry":{"type":"boolean","default":false},"granularity":{"type":"number"},"ignoreSeries":{"type":"boolean","default":false},"limit":{"type":"number","default":50,"maximum":2000},"offset":{"type":"string"},"offsetBy":{"type":"number"},"offsetDirection":{"type":"string"},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":2000,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"},"queryId":{"type":"string"},"timeframe":{"type":"object","properties":{"from":{"type":"number"},"to":{"type":"number"}},"required":["to","from"]},"view":{"type":"string","default":"calculations","enum":["traces","events","calculations","invocations","requests","agents"]}},"required":["queryId","timeframe"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Shared","Query"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/shared/query/{id}":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"shared.query.get","summary":"View a query that has been shared","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"view","in":"query","schema":{"type":"string","enum":["events","invocations","calculations"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query_results"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Shared","Query"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/keys":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.keys.list","summary":"List keys","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"datasets":{"type":"array","items":{"type":"string"},"default":[]},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]},"default":[]},"from":{"type":"number"},"keyNeedle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"limit":{"type":"number"},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"to":{"type":"number"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"key":{"type":"string"},"lastSeenAt":{"type":"number"},"type":{"type":"string","enum":["string","boolean","number"]}},"required":["key","type","lastSeenAt"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Keys"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.telemetry","x-fern-sdk-method-name":"keys","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/live-tail":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.live-tail.post","summary":"Prepare live tail","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"filterCombination":{"type":"string","default":"and","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]},"default":[]},"scriptId":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"wsUrl":{"type":"string","format":"uri"}},"required":["wsUrl"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Live Tail"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/live-tail/heartbeat":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.live-tail.heartbeat.get","summary":"Live tail heartbeat","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"scriptId":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Live Tail"],"x-api-token-group":["Workers Observability Write"],"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/query":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.query","summary":"Run a query","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chart":{"type":"boolean"},"chartType":{"type":"string","enum":["timeseries_and_aggregate","timeseries","aggregate","distribution"]},"compare":{"type":"boolean"},"dry":{"type":"boolean","default":false},"granularity":{"type":"number"},"ignoreSeries":{"type":"boolean","default":false},"limit":{"type":"number","default":50,"maximum":2000},"offset":{"type":"string"},"offsetBy":{"type":"number"},"offsetDirection":{"type":"string"},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":2000,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"},"queryId":{"type":"string"},"timeframe":{"type":"object","properties":{"from":{"type":"number"},"to":{"type":"number"}},"required":["to","from"]},"view":{"type":"string","default":"calculations","enum":["traces","events","calculations","invocations","requests","agents"]}},"required":["queryId","timeframe"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"$ref":"#/components/schemas/workers-observability_query_results"},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Query run"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.telemetry","x-fern-sdk-method-name":"query","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/telemetry/values":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"post":{"operationId":"telemetry.values.list","summary":"List values","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"datasets":{"type":"array","items":{"type":"string"}},"filters":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers-observability_filter_node"},{"anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]}]},"default":[]},"key":{"type":"string"},"limit":{"type":"number","default":50},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"timeframe":{"type":"object","properties":{"from":{"type":"number"},"to":{"type":"number"}},"required":["to","from"]},"type":{"type":"string","enum":["string","boolean","number"]}},"required":["timeframe","key","type","datasets"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"dataset":{"type":"string"},"key":{"type":"string"},"type":{"type":"string","enum":["string","boolean","number"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","type","value","dataset"],"type":"object"}},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"403":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Forbidden"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Values"],"x-api-token-group":["Workers Observability Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"observability.telemetry","x-fern-sdk-method-name":"values","x-forge-hidden":true,"security":[{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/observability/usage":{"parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"get":{"operationId":"usage.get","summary":"Get event count","parameters":[{"name":"from","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"to","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string","enum":["Successful request"]}},"required":["message"],"type":"object"}},"result":{"type":"object","properties":{"breakdown":{"type":"array","items":{"properties":{"bin":{"type":"string"},"count":{"type":"number"},"dataset":{"type":"string"},"service":{"type":"string"}},"required":["bin","dataset","service","count"],"type":"object"}},"events":{"type":"number"}},"required":["events","breakdown"]},"success":{"type":"boolean","enum":[true]}},"required":["messages","success","errors","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Bad Request"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"401":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Unauthorized"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Too many requests"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"detail":{"type":"string"},"message":{"type":"string","enum":["Internal error"]}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"success":{"type":"boolean","enum":[false]}},"required":["errors","success","messages"]}}}}},"tags":["Usage"],"x-api-token-group":["Workers Observability Write","Workers Observability Read"],"security":[{"realmrootOidc":["workers-observability.read"]},{"realmrootOidc":["workers-observability.write"]}]}},"/accounts/{account_id}/workers/placement/regions":{"get":{"operationId":"worker-placement-list-regions","summary":"List Placement Regions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_placement-regions-response"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Placement"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.placement.regions","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts":{"get":{"operationId":"worker-script-list-workers","summary":"List Workers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"tags","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts-search":{"get":{"operationId":"worker-script-search-workers","summary":"Search Workers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"id","in":"query","schema":{"type":"string"}},{"name":"order_by","in":"query","schema":{"type":"string","default":"name","enum":["created_on","modified_on","name"]}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":10,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"created_on":{"$ref":"#/components/schemas/workers_created_on"},"environment_is_default":{"type":"boolean"},"environment_name":{"type":"string"},"id":{"$ref":"#/components/schemas/workers_identifier"},"modified_on":{"$ref":"#/components/schemas/workers_modified_on"},"script_name":{"$ref":"#/components/schemas/workers_script_name"},"service_name":{"type":"string"}},"required":["id","script_name","created_on","modified_on"],"type":"object"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"search","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}":{"get":{"operationId":"worker-script-download-worker","summary":"Download Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/javascript":{"schema":{"type":"string"}},"multipart/form-data":{"schema":{"type":"object","additionalProperties":{"format":"binary","type":"string"}}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-script-upload-worker-module","summary":"Upload Worker Module","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"bindings_inherit","in":"query","schema":{"type":"string","enum":["strict"]}}],"requestBody":{"$ref":"#/components/requestBodies/workers_script_upload"},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_script-response-upload-single"},{"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"worker-script-delete-worker","summary":"Delete Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/assets-upload-session":{"post":{"operationId":"worker-script-update-create-assets-upload-session","summary":"Create Assets Upload Session","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_create-assets-upload-session-object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_create-assets-upload-session-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_create-assets-upload-session-response"},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.assets.upload","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/content":{"put":{"operationId":"worker-script-put-content","summary":"Put script content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"CF-WORKER-BODY-PART","in":"header","schema":{"type":"string"}},{"name":"CF-WORKER-MAIN-MODULE-PART","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"body_part":{"type":"string"},"main_module":{"type":"string"}}}},"required":["metadata"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.content","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/content/v2":{"get":{"operationId":"worker-script-get-content","summary":"Get script content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"string":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.content","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/deployments":{"get":{"operationId":"worker-deployments-list-deployments","summary":"List Deployments","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"deployments":{"type":"array","items":{"$ref":"#/components/schemas/workers_deployment"}}},"required":["deployments"]}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Deployments"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.deployments","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"worker-deployments-create-deployment","summary":"Create Deployment","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"force","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_deployment"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Deployments"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.deployments","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/deployments/{deployment_id}":{"get":{"operationId":"worker-deployments-get-deployment","summary":"Get Deployment","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"deployment_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_deployment"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Deployments"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.deployments","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"worker-deployments-delete-deployment","summary":"Delete Deployment","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"deployment_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Deployments"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.deployments","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/schedules":{"get":{"operationId":"worker-cron-trigger-get-cron-triggers","summary":"Get Cron Triggers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"schedules":{"type":"array","items":{"$ref":"#/components/schemas/workers_schedule"}}},"required":["schedules"]}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Cron Trigger"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.schedules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-cron-trigger-update-cron-triggers","summary":"Update Cron Triggers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/workers_schedule"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"schedules":{"type":"array","items":{"$ref":"#/components/schemas/workers_schedule"}}},"required":["schedules"]}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Cron Trigger"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.schedules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/script-settings":{"get":{"operationId":"worker-script-settings-get-settings","summary":"Get Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"worker-script-settings-patch-settings","summary":"Patch Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-settings-item"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/secrets":{"get":{"operationId":"worker-list-script-secrets","summary":"List script secrets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_secret"}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.secrets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"worker-put-script-secret","summary":"Add script secret","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_secret"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_secret"}},"type":"object"}]}}}},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.secrets","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-forge-params":{"name":{"positional":true,"required":true}}}},"/accounts/{account_id}/workers/scripts/{script_name}/secrets/{secret_name}":{"delete":{"operationId":"worker-delete-script-secret","summary":"Delete script secret","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"secret_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_secret_name"}},{"name":"url_encoded","in":"query","schema":{"$ref":"#/components/schemas/workers_secret_name_url_encoded"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-null-result"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.secrets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/settings":{"get":{"operationId":"worker-script-get-settings","summary":"Get Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-and-version-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.script-and-version-settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"worker-script-patch-settings","summary":"Patch Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"settings":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/workers_script-and-version-settings-item"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-and-version-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.script-and-version-settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/subdomain":{"get":{"operationId":"worker-script-get-subdomain","summary":"Get Worker subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.subdomain","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"worker-script-post-subdomain","summary":"Post Worker subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"previews_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.subdomain","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"worker-script-delete-subdomain","summary":"Delete Worker subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.subdomain","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/tails":{"get":{"operationId":"worker-tail-logs-list-tails","summary":"List Tails","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_tail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Tail Logs"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write"]},"post":{"operationId":"worker-tail-logs-start-tail","summary":"Start Tail","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_tail"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Tail Logs"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.tail","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/tails/{id}":{"delete":{"operationId":"worker-tail-logs-delete-tail","summary":"Delete Tail","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Tail Logs"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.tail","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/usage-model":{"get":{"operationId":"worker-script-fetch-usage-model","summary":"Fetch Usage Model","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_usage-model-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.usage-model","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-script-update-usage-model","summary":"Update Usage Model","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"usage_model":{"$ref":"#/components/schemas/workers_usage_model"},"user_limits":{"$ref":"#/components/schemas/workers_user_limits"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_usage-model-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Script"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.scripts.usage-model","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/versions":{"get":{"operationId":"worker-versions-list-versions","summary":"List Versions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name-2"}},{"name":"deployable","in":"query","schema":{"type":"boolean","default":false}},{"name":"page","in":"query","schema":{"type":"integer","default":1}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_versions-list-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_versions-list-response"},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Versions"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.versions","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"worker-versions-upload-version","summary":"Upload Version","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name-2"}},{"name":"bindings_inherit","in":"query","schema":{"type":"string","enum":["strict"]}}],"requestBody":{"$ref":"#/components/requestBodies/workers_version-post"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_versions-upload-response"}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"allOf":[{"$ref":"#/components/schemas/workers_versions-upload-response"},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Versions"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.versions","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/scripts/{script_name}/versions/{version_id}":{"get":{"operationId":"worker-versions-get-version-detail","summary":"Get Version Detail","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"script_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_script_name-2"}},{"name":"version_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_version_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_versions-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_versions-single-response"},{"$ref":"#/components/schemas/workers_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Versions"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.versions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/content":{"get":{"operationId":"worker-environment-get-script-content","summary":"Get script content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"service_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_service"}},{"name":"environment_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_environment"}}],"responses":{"200":{"content":{"string":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Environment"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.services.environments.content","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-environment-put-script-content","summary":"Put script content","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"service_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_service"}},{"name":"environment_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_environment"}},{"name":"CF-WORKER-BODY-PART","in":"header","schema":{"type":"string"}},{"name":"CF-WORKER-MAIN-MODULE-PART","in":"header","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"body_part":{"type":"string"},"main_module":{"type":"string"}}}},"required":["metadata"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Environment"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.services.environments.content","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/settings":{"get":{"operationId":"worker-script-environment-get-settings","summary":"Get Script Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"service_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_service"}},{"name":"environment_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_environment"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_script-settings-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Worker Environment"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.services.environments.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workers/subdomain":{"get":{"operationId":"worker-subdomain-get-subdomain","summary":"Get Subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain-2"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Subdomain"],"x-api-token-group":["Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.subdomains","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-subdomain-create-subdomain","summary":"Create Subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_subdomain-2"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_subdomain-2"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Subdomain"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.subdomains","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"worker-subdomain-delete-subdomain","summary":"Delete Subdomain","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"204":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Worker Subdomain"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.subdomains","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/workers":{"get":{"operationId":"listWorkers","summary":"List Workers","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":10,"maximum":100,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","default":"deployed_on","enum":["deployed_on","updated_on","created_on","name"]}},{"name":"order","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_Worker"}}},"required":["result"],"type":"object"}]}}}},"401":{"$ref":"#/components/responses/workers_ErrorAuth"},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createWorker","summary":"Create Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_Worker"},{"required":["name"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Worker"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10016":"#/components/schemas/workers_ErrorWorkerNameInvalid","10021":"#/components/schemas/workers_ErrorWorkerInvalid","100102":"#/components/schemas/workers_ErrorWorkerTagLengthLimit","100132":"#/components/schemas/workers_ErrorWorkerNameSubdomainLengthLimit","100134":"#/components/schemas/workers_ErrorWorkerTagInvalid","100308":"#/components/schemas/workers_ErrorWorkerObservabilitySamplingRateInvalid","100315":"#/components/schemas/workers_ErrorWorkerNamePreviewLengthLimit"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerNameInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerNameSubdomainLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerObservabilitySamplingRateInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerNamePreviewLengthLimit"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"401":{"$ref":"#/components/responses/workers_ErrorAuth"},"403":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10037":"#/components/schemas/workers_ErrorWorkerLimit","100103":"#/components/schemas/workers_ErrorWorkerTagLimit"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagLimit"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"409":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10040":"#/components/schemas/workers_ErrorWorkerNameConflict"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerNameConflict"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/workers/{worker_id}":{"get":{"operationId":"getWorker","summary":"Get Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Worker"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10003":"#/components/schemas/workers_ErrorMissingParam"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorMissingParam"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"404":{"$ref":"#/components/responses/workers_ErrorWorkerNotFound"},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workers"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"updateWorker","summary":"Update Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_Worker"},{"required":["name"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Worker"}},"required":["result"],"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10003":"#/components/schemas/workers_ErrorMissingParam","10016":"#/components/schemas/workers_ErrorWorkerNameInvalid","10021":"#/components/schemas/workers_ErrorWorkerInvalid","100102":"#/components/schemas/workers_ErrorWorkerTagLengthLimit","100132":"#/components/schemas/workers_ErrorWorkerNameSubdomainLengthLimit","100134":"#/components/schemas/workers_ErrorWorkerTagInvalid","100308":"#/components/schemas/workers_ErrorWorkerObservabilitySamplingRateInvalid","100315":"#/components/schemas/workers_ErrorWorkerNamePreviewLengthLimit"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorMissingParam"},{"$ref":"#/components/schemas/workers_ErrorWorkerNameInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagInvalid"},{"$ref":"#/components/schemas/workers_ErrorWorkerNameSubdomainLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerNamePreviewLengthLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerObservabilitySamplingRateInvalid"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"401":{"$ref":"#/components/responses/workers_ErrorAuth"},"403":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10037":"#/components/schemas/workers_ErrorWorkerLimit","100103":"#/components/schemas/workers_ErrorWorkerTagLimit"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerLimit"},{"$ref":"#/components/schemas/workers_ErrorWorkerTagLimit"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"404":{"$ref":"#/components/responses/workers_ErrorWorkerNotFound"},"409":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10040":"#/components/schemas/workers_ErrorWorkerNameConflict"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorWorkerNameConflict"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"deleteWorker","summary":"Delete Worker","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common"}}}},"400":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"discriminator":{"mapping":{"10003":"#/components/schemas/workers_ErrorMissingParam"},"propertyName":"code"},"oneOf":[{"$ref":"#/components/schemas/workers_ErrorMissingParam"}],"type":"object"}}},"required":["errors"],"type":"object"}]}}}},"401":{"$ref":"#/components/responses/workers_ErrorAuth"},"404":{"$ref":"#/components/responses/workers_ErrorWorkerNotFound"},"500":{"$ref":"#/components/responses/workers_ErrorInternalServer"}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workers"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/workers/workers/{worker_id}/versions":{"get":{"operationId":"listWorkerVersions","summary":"List Versions","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":10,"maximum":100,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_Version"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Versions"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers.versions","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"createWorkerVersion","summary":"Create Version","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"deploy","in":"query","schema":{"type":"boolean"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_Version"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Version"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Versions"],"x-api-token-group":["Workers Scripts Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers.versions","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/workers/workers/{worker_id}/versions/{version_id}":{"get":{"operationId":"getWorkerVersion","summary":"Get Version","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"worker_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"include","in":"query","schema":{"type":"string","enum":["modules"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_Version"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Versions"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.beta.workers.versions","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/workflows":{"get":{"operationId":"wor-list-workflows","summary":"List all Workflows","parameters":[{"name":"per_page","in":"query","schema":{"type":"number","default":10,"maximum":100,"minimum":1}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"search","in":"query","schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"instances":{"type":"object","properties":{"complete":{"type":"number"},"errored":{"type":"number"},"paused":{"type":"number"},"queued":{"type":"number"},"rollingBack":{"type":"number"},"running":{"type":"number"},"terminated":{"type":"number"},"waiting":{"type":"number"},"waitingForPause":{"type":"number"}}},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"schedules":{"type":"array","items":{"properties":{"cron":{"type":"string"},"next_instance":{"type":"string"}},"required":["cron","next_instance"],"type":"object"}},"script_name":{"type":"string"},"triggered_on":{"type":"string","format":"date-time","nullable":true}},"required":["name","id","created_on","modified_on","script_name","class_name","triggered_on","instances"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows","x-fern-sdk-method-name":"list"}},"/accounts/{account_id}/workflows/settings":{"get":{"operationId":"wor-get-workflow-settings","summary":"Get account settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"default_retention":{"type":"object","properties":{"error_retention":{"type":"integer"},"success_retention":{"type":"integer"}}}}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"wor-update-workflow-settings","summary":"Update account settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"default_retention":{"type":"object","properties":{"error_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]},"success_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]}}}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"default_retention":{"type":"object","properties":{"error_retention":{"type":"integer"},"success_retention":{"type":"integer"}}}}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/workflows/{workflow_name}":{"get":{"operationId":"wor-get-workflow-details","summary":"Get Workflow details","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"instances":{"type":"object","properties":{"complete":{"type":"number"},"errored":{"type":"number"},"paused":{"type":"number"},"queued":{"type":"number"},"rollingBack":{"type":"number"},"running":{"type":"number"},"terminated":{"type":"number"},"waiting":{"type":"number"},"waitingForPause":{"type":"number"}}},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"schedules":{"type":"array","items":{"properties":{"cron":{"type":"string"},"next_instance":{"type":"string"}},"required":["cron","next_instance"],"type":"object"}},"script_name":{"type":"string"},"triggered_on":{"type":"string","format":"date-time","nullable":true}},"required":["name","id","created_on","modified_on","script_name","class_name","triggered_on","instances"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows","x-fern-sdk-method-name":"get"},"put":{"operationId":"wor-create-or-modify-workflow","summary":"Create/modify Workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"class_name":{"type":"string","maxLength":255,"minLength":1},"default_retention":{"type":"object","properties":{"error_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]},"success_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]}}},"limits":{"type":"object","properties":{"steps":{"type":"integer","minimum":1}}},"schedules":{"type":"array","items":{"properties":{"cron":{"type":"string","maxLength":256,"minLength":1}},"required":["cron"],"type":"object"},"maxItems":200},"script_name":{"type":"string","maxLength":255,"minLength":1}},"required":["script_name","class_name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"is_deleted":{"type":"number"},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"script_name":{"type":"string"},"terminator_running":{"type":"number"},"triggered_on":{"type":"string","format":"date-time","nullable":true},"version_id":{"type":"string","format":"uuid"}},"required":["version_id","name","id","created_on","modified_on","script_name","class_name","triggered_on","is_deleted","terminator_running"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true},"delete":{"operationId":"wor-delete-workflow","summary":"Deletes a Workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"status":{"type":"string","enum":["ok"]},"success":{"type":"boolean","nullable":true}},"required":["success","status"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows","x-fern-sdk-method-name":"delete","x-forge-require-confirmation":"This operation permanently deletes the Workflow."}},"/accounts/{account_id}/workflows/{workflow_name}/instances":{"get":{"operationId":"wor-list-workflow-instances","summary":"List of workflow instances","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"page","in":"query","schema":{"type":"number","deprecated":true,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":1}},{"name":"cursor","in":"query","schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]}},{"name":"date_start","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"date_end","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"created_on":{"type":"string","format":"date-time"},"ended_on":{"type":"string","format":"date-time","nullable":true},"id":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"modified_on":{"type":"string","format":"date-time"},"started_on":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"trigger_source":{"type":"string","enum":["unknown","api","binding","event","cron"]},"version_id":{"type":"string","format":"uuid"},"workflow_id":{"type":"string","format":"uuid"}},"required":["id","created_on","modified_on","started_on","ended_on","workflow_id","version_id","status"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number","deprecated":true},"per_page":{"type":"number"},"total_count":{"type":"number","deprecated":true},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"list","x-forge-params":{"date_end":{"flagName":"end"},"date_start":{"flagName":"start"}}},"post":{"operationId":"wor-create-new-workflow-instance","summary":"Create a new workflow instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"instance_id":{"type":"string","maximum":100,"minimum":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"instance_retention":{"type":"object","properties":{"error_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]},"success_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]}}},"location_hint":{"type":"string","enum":["wnam","weur","enam","eeur","apac","oc","sam","afr","me"]},"params":{"type":"string"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"id":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"trigger_source":{"type":"string","enum":["unknown","api","binding","event","cron"]},"version_id":{"type":"string","format":"uuid"},"workflow_id":{"type":"string","format":"uuid"}},"required":["id","workflow_id","version_id","status"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"create","x-forge-params":{"instance_retention.error_retention":{"flagName":"error-retention"},"instance_retention.success_retention":{"flagName":"success-retention"},"params":{"fromFile":{"format":"json"}}}}},"/accounts/{account_id}/workflows/{workflow_name}/instances/batch":{"post":{"operationId":"wor-batch-create-workflow-instance","summary":"Batch create new Workflow instances","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"instance_id":{"type":"string","maximum":100,"minimum":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"instance_retention":{"type":"object","properties":{"error_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]},"success_retention":{"anyOf":[{"type":"number"},{"type":"string"}],"oneOf":[{"type":"integer"},{"pattern":"^(\\d+)\\s+(second|minute|hour|day|week|month|year)s?$","type":"string"}]}}},"location_hint":{"type":"string","enum":["wnam","weur","enam","eeur","apac","oc","sam","afr","me"]},"params":{"type":"string"}},"type":"object"},"maxItems":100,"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"id":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"trigger_source":{"type":"string","enum":["unknown","api","binding","event","cron"]},"version_id":{"type":"string","format":"uuid"},"workflow_id":{"type":"string","format":"uuid"}},"required":["id","workflow_id","version_id","status"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances.batch","x-fern-sdk-method-name":"create"}},"/accounts/{account_id}/workflows/{workflow_name}/instances/batch/delete":{"post":{"operationId":"wor-batch-delete-workflow-instances","summary":"Batch delete instances of a workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"instances":{"type":"array","items":{"maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$","type":"string"},"maxItems":100,"minItems":1}},"required":["instances"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"deleted":{"type":"array","items":{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"}},"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"id":{"type":"string"},"message":{"type":"string"}},"required":["id","code","message"],"type":"object"}}},"required":["deleted","errors"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true}},"/accounts/{account_id}/workflows/{workflow_name}/instances/batch/terminate":{"post":{"operationId":"wor-batch-terminate-workflow-instances","summary":"Batch terminate instances of a workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"maximum":100,"minimum":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$","type":"string"},"maxItems":100,"minItems":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"instancesTerminated":{"type":"number"},"status":{"type":"string","enum":["ok","already_running"]}},"required":["status","instancesTerminated"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true}},"/accounts/{account_id}/workflows/{workflow_name}/instances/terminate":{"get":{"operationId":"wor-status-terminate-workflow-instances","summary":"Get status of the job responsible for terminate all instances of a workflow","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"status":{"type":"string","enum":["running","not_running"]}},"required":["status"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true}},"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}":{"get":{"operationId":"wor-describe-workflow-instance","summary":"Get logs and status from instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"simple","in":"query","schema":{"type":"string","default":"false","enum":["true","false"]}},{"name":"order","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"end":{"type":"string","format":"date-time","nullable":true},"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"output":{"anyOf":[{"type":"string"},{"type":"number"}]},"params":{"type":"object"},"queued":{"type":"string","format":"date-time"},"rollback":{"type":"object","nullable":true,"properties":{"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"outcome":{"type":"string","enum":["complete","failed"]}},"required":["outcome","error"]},"schedule":{"type":"object","properties":{"cron":{"type":"string"},"scheduledTime":{"type":"number"}},"required":["cron","scheduledTime"]},"start":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"step_count":{"type":"integer"},"steps":{"type":"array","items":{"anyOf":[{"properties":{"attempts":{"type":"array","items":{"properties":{"end":{"type":"string","format":"date-time","nullable":true},"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"start":{"type":"string","format":"date-time"},"success":{"type":"boolean","nullable":true}},"required":["start","end","success","error"],"type":"object"}},"config":{"type":"object","properties":{"retries":{"type":"object","properties":{"backoff":{"type":"string","enum":["constant","linear","exponential"]},"delay":{"anyOf":[{"type":"string"},{"type":"number"}]},"limit":{"type":"number"}},"required":["limit","delay"]},"sensitive":{"type":"string","enum":["output"]},"timeout":{"anyOf":[{"type":"string"},{"type":"number"}]}},"required":["retries","timeout"]},"end":{"type":"string","format":"date-time","nullable":true},"name":{"type":"string"},"output":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"success":{"type":"boolean","nullable":true},"type":{"type":"string","enum":["step","rollback"]}},"required":["name","start","end","attempts","config","output","success","type"],"type":"object"},{"properties":{"end":{"type":"string","format":"date-time"},"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"finished":{"type":"boolean"},"name":{"type":"string"},"start":{"type":"string","format":"date-time"},"type":{"type":"string","enum":["sleep"]}},"required":["name","start","end","finished","type","error"],"type":"object"},{"properties":{"trigger":{"type":"object","properties":{"source":{"type":"string"}},"required":["source"]},"type":{"type":"string","enum":["termination"]}},"required":["type","trigger"],"type":"object"},{"properties":{"end":{"type":"string","format":"date-time"},"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"event_type":{"type":"string"},"finished":{"type":"boolean"},"name":{"type":"string"},"output":{"type":"string"},"start":{"type":"string","format":"date-time"},"type":{"type":"string","enum":["waitForEvent"]}},"required":["name","start","end","finished","type","error"],"type":"object"}]}},"success":{"type":"boolean","nullable":true},"trigger":{"type":"object","properties":{"source":{"type":"string","enum":["unknown","api","binding","event","cron"]}},"required":["source"]},"versionId":{"type":"string","format":"uuid"}},"required":["params","trigger","versionId","queued","start","end","step_count","steps","success","error","status","output","rollback"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"get"},"delete":{"operationId":"wor-delete-workflow-instance","summary":"Delete a workflow instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"instanceId":{"type":"string"},"timestamp":{"type":"string","format":"date-time"}},"required":["instanceId","timestamp"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/events/{event_type}":{"post":{"operationId":"wor-send-event-workflow-instance","summary":"Send event to instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"event_type","in":"path","required":true,"schema":{"type":"string","maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object"},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances.events","x-fern-sdk-method-name":"send"}},"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/status":{"patch":{"operationId":"wor-change-status-workflow-instance","summary":"Change status of instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"oneOf":[{"properties":{"status":{"type":"string","enum":["pause"]}},"required":["status"],"type":"object"},{"properties":{"status":{"type":"string","enum":["resume"]}},"required":["status"],"type":"object"},{"properties":{"rollback":{"type":"boolean"},"status":{"type":"string","enum":["terminate"]}},"required":["status"],"type":"object"},{"properties":{"from":{"type":"object","properties":{"count":{"type":"integer","exclusiveMinimum":true,"minimum":0},"name":{"type":"string","maxLength":256,"minLength":1},"type":{"type":"string","enum":["do","sleep","waitForEvent"]}},"required":["name"]},"status":{"type":"string","enum":["restart"]}},"required":["status"],"type":"object"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]},"timestamp":{"type":"string","format":"date-time"}},"required":["status","timestamp"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"409":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"tags":["Workflows"],"x-api-token-group":["Workers Scripts Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-forge-aliases":[{"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"pause","x-forge-params":{"from":{"hidden":true},"rollback":{"hidden":true},"status":{"default":"pause","hidden":true}}},{"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"resume","x-forge-params":{"from":{"hidden":true},"rollback":{"hidden":true},"status":{"default":"resume","hidden":true}}},{"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"terminate","x-forge-params":{"from":{"hidden":true},"status":{"default":"terminate","hidden":true}},"x-forge-require-confirmation":"This operation terminates the running Workflow instance."},{"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances","x-fern-sdk-method-name":"restart","x-forge-params":{"rollback":{"hidden":true},"status":{"default":"restart","hidden":true}}}]}},"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/step":{"get":{"operationId":"wor-get-workflow-instance-step","summary":"Get full step output from instance","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"instance_id","in":"path","required":true,"schema":{"type":"string","maxLength":271,"minLength":1}},{"name":"name","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"type","in":"query","required":true,"schema":{"type":"string","enum":["step","waitForEvent"]}},{"name":"attempt","in":"query","schema":{"type":"integer","exclusiveMinimum":true,"minimum":0}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"error":{"type":"object","nullable":true,"properties":{"message":{"type":"string"},"name":{"type":"string"}},"required":["name","message"]},"event_type":{"type":"string"},"output":{"type":"object"},"status":{"type":"string","enum":["queued","running","paused","errored","terminated","complete","waitingForPause","waiting","rollingBack"]}},"required":["status","error"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}},"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"429":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"500":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.instances.step","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/workflows/{workflow_name}/versions":{"get":{"operationId":"wor-list-workflow-versions","summary":"List deployed Workflow versions","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":1}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"array","items":{"properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"default_retention":{"type":"object","properties":{"error_retention":{"type":"integer"},"success_retention":{"type":"integer"}}},"has_dag":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"language":{"type":"string","enum":["javascript","python"]},"limits":{"type":"object","properties":{"steps":{"type":"integer","minimum":1}}},"modified_on":{"type":"string","format":"date-time"},"workflow_id":{"type":"string","format":"uuid"}},"required":["created_on","modified_on","id","workflow_id","class_name","has_dag","language"],"type":"object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.versions","x-fern-sdk-method-name":"list"}},"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}":{"get":{"operationId":"wor-describe-workflow-versions","summary":"Get Workflow version details","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"default_retention":{"type":"object","properties":{"error_retention":{"type":"integer"},"success_retention":{"type":"integer"}}},"has_dag":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"language":{"type":"string","enum":["javascript","python"]},"limits":{"type":"object","properties":{"steps":{"type":"integer","minimum":1}}},"modified_on":{"type":"string","format":"date-time"},"workflow_id":{"type":"string","format":"uuid"}},"required":["created_on","modified_on","id","workflow_id","class_name","has_dag","language"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.versions","x-fern-sdk-method-name":"get"}},"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}/dag":{"get":{"operationId":"wor-describe-workflow-versions-dag","summary":"Get Workflow version dag","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"dag":{"type":"object","nullable":true},"id":{"type":"string","format":"uuid"},"modified_on":{"type":"string","format":"date-time"},"workflow_id":{"type":"string","format":"uuid"}},"required":["created_on","modified_on","id","workflow_id","class_name","dag"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-ignore":true}},"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}/graph":{"get":{"operationId":"wor-describe-workflow-versions-graph","summary":"Get Workflow version graph","parameters":[{"name":"workflow_name","in":"path","required":true,"schema":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_][a-zA-Z0-9-_]*$"}},{"name":"version_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","properties":{"class_name":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"graph":{"type":"object","nullable":true,"properties":{"version":{"type":"number"},"workflow":{"type":"object","properties":{"class_name":{"type":"string"},"functions":{"type":"object","additionalProperties":{"properties":{"name":{"type":"string"},"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["function_def"]}},"required":["type","name","nodes"],"type":"object"}},"nodes":{"type":"array","items":{"oneOf":[{"properties":{"duration":{"anyOf":[{"type":"number"},{"type":"string"}]},"name":{"type":"string"},"resolves":{"type":"number"},"starts":{"type":"number"},"type":{"type":"string","enum":["step_sleep"]}},"required":["type","name","duration"],"type":"object"},{"properties":{"config":{"type":"object","properties":{"retries":{"type":"object","properties":{"backoff":{"type":"string","enum":["constant","linear","exponential"]},"delay":{"anyOf":[{"type":"number"},{"type":"string"}]},"limit":{"type":"number"}},"required":["limit","delay","backoff"]},"timeout":{"anyOf":[{"type":"number"},{"type":"string"}]}},"required":["retries","timeout"]},"name":{"type":"string"},"nodes":{"type":"array","items":{"type":"object"}},"resolves":{"type":"number"},"starts":{"type":"number"},"type":{"type":"string","enum":["step_do"]}},"required":["type","name","config","nodes"],"type":"object"},{"properties":{"name":{"type":"string"},"options":{"type":"object","nullable":true,"properties":{"event_type":{"type":"string"},"timeout":{"anyOf":[{"type":"number"},{"type":"string"}]}},"required":["event_type","timeout"]},"payload":{"anyOf":[{"properties":{"type":{"type":"string","enum":["unknown"]}},"required":["type"],"type":"object"},{"properties":{"fields":{"type":"object","additionalProperties":{"type":"object"}},"type":{"type":"string","enum":["object"]}},"required":["type","fields"],"type":"object"}]},"resolves":{"type":"number"},"starts":{"type":"number"},"type":{"type":"string","enum":["step_wait_for_event"]}},"required":["type","name","options"],"type":"object"},{"properties":{"name":{"type":"string"},"resolves":{"type":"number"},"starts":{"type":"number"},"timestamp":{"type":"string"},"type":{"type":"string","enum":["step_sleep_until"]}},"required":["type","name","timestamp"],"type":"object"},{"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["loop"]}},"required":["type","nodes"],"type":"object"},{"properties":{"kind":{"type":"string","enum":["all","any","all_settled","race"]},"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["parallel"]}},"required":["type","kind","nodes"],"type":"object"},{"properties":{"catch_block":{"type":"object","nullable":true,"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["block"]}},"required":["type","nodes"]},"finally_block":{"type":"object","nullable":true,"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["block"]}},"required":["type","nodes"]},"try_block":{"type":"object","nullable":true,"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["block"]}},"required":["type","nodes"]},"type":{"type":"string","enum":["try"]}},"required":["type","try_block","catch_block","finally_block"],"type":"object"},{"properties":{"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["block"]}},"required":["type","nodes"],"type":"object"},{"properties":{"branches":{"type":"array","items":{"properties":{"condition":{"type":"string","nullable":true},"nodes":{"type":"array","items":{"type":"object"}}},"required":["condition","nodes"],"type":"object"}},"type":{"type":"string","enum":["if"]}},"required":["type","branches"],"type":"object"},{"properties":{"branches":{"type":"array","items":{"properties":{"condition":{"type":"string","nullable":true},"nodes":{"type":"array","items":{"type":"object"}}},"required":["condition","nodes"],"type":"object"}},"discriminant":{"type":"string"},"type":{"type":"string","enum":["switch"]}},"required":["type","discriminant","branches"],"type":"object"},{"properties":{"class_name":{"type":"string"},"functions":{"type":"object","additionalProperties":{"properties":{"name":{"type":"string"},"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["function_def"]}},"required":["type","name","nodes"],"type":"object"}},"nodes":{"type":"array","items":{"type":"object"}},"payload":{"anyOf":[{"properties":{"type":{"type":"string","enum":["unknown"]}},"required":["type"],"type":"object"},{"properties":{"fields":{"type":"object","additionalProperties":{"type":"object"}},"type":{"type":"string","enum":["object"]}},"required":["type","fields"],"type":"object"}]},"type":{"type":"string","enum":["start"]}},"required":["type","class_name","functions","nodes"],"type":"object"},{"properties":{"name":{"type":"string"},"resolves":{"type":"number"},"starts":{"type":"number"},"type":{"type":"string","enum":["function_call"]}},"required":["type","name"],"type":"object"},{"properties":{"name":{"type":"string"},"nodes":{"type":"array","items":{"type":"object"}},"type":{"type":"string","enum":["function_def"]}},"required":["type","name","nodes"],"type":"object"},{"properties":{"kind":{"type":"string","enum":["break","return"]},"type":{"type":"string","enum":["break"]}},"required":["type","kind"],"type":"object"}]}},"payload":{"anyOf":[{"properties":{"type":{"type":"string","enum":["unknown"]}},"required":["type"],"type":"object"},{"properties":{"fields":{"type":"object","additionalProperties":{"type":"object"}},"type":{"type":"string","enum":["object"]}},"required":["type","fields"],"type":"object"}]}},"required":["class_name","functions","nodes"]}},"required":["version","workflow"]},"id":{"type":"string","format":"uuid"},"modified_on":{"type":"string","format":"date-time"},"workflow_id":{"type":"string","format":"uuid"}},"required":["created_on","modified_on","id","workflow_id","class_name","graph"]},"result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["per_page","count","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","messages"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","messages","errors","result"]}}}}},"security":[{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["workers-tail.read"]}],"tags":["Workflows"],"x-api-token-group":["Workers Tail Read","Workers Scripts Write","Workers Scripts Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.workers.write","com.cloudflare.api.workers.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workflows.versions","x-fern-sdk-method-name":"graph"}},"/accounts/{account_id}/zerotrust/connectivity_settings":{"get":{"operationId":"zero-trust-accounts-get-connectivity-settings","summary":"Get Zero Trust Connectivity Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_zero_trust_connectivity_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.report"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Connectivity Settings"],"x-api-token-group":["Zero Trust Report","Zero Trust Read","Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.connectivity-settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"zero-trust-accounts-patch-connectivity-settings","summary":"Updates the Zero Trust Connectivity Settings","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"icmp_proxy_enabled":{"$ref":"#/components/schemas/tunnel_icmp_proxy_enabled"},"offramp_warp_enabled":{"$ref":"#/components/schemas/tunnel_offramp_warp_enabled"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_zero_trust_connectivity_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Connectivity Settings"],"x-api-token-group":["Zero Trust Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.connectivity-settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/routes/hostname":{"get":{"operationId":"zero-trust-networks-route-hostname-list","summary":"List hostname routes","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_hostname_route_id"}},{"name":"hostname","in":"query","schema":{"$ref":"#/components/schemas/tunnel_hostname"}},{"name":"tunnel_id","in":"query","schema":{"$ref":"#/components/schemas/tunnel_tunnel_id-3"}},{"name":"comment","in":"query","schema":{"$ref":"#/components/schemas/tunnel_hostname_query_comment"}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean","default":false}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zero-trust-networks-route-hostname-create","summary":"Create hostname route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_hostname_comment"},"hostname":{"$ref":"#/components/schemas/tunnel_hostname"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-3"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}":{"get":{"operationId":"zero-trust-networks-route-hostname-get","summary":"Get hostname route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"hostname_route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.read"]},{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read","Cloudflare Tunnel Write","Cloudflare Tunnel Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"zero-trust-networks-route-hostname-delete","summary":"Delete hostname route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"hostname_route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"zero-trust-networks-route-hostname-update","summary":"Update hostname route","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"hostname_route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_hostname_comment"},"hostname":{"$ref":"#/components/schemas/tunnel_hostname"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-3"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_hostname_route_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["argotunnel.write"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Hostname Route"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare Tunnel Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.hostname-routes","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets":{"get":{"operationId":"zero-trust-networks-subnets-list","summary":"List Subnets","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/tunnel_subnet_query_name"}},{"name":"comment","in":"query","schema":{"$ref":"#/components/schemas/tunnel_subnet_query_comment"}},{"name":"network","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip_network_encoded"}]}},{"name":"existed_at","in":"query","schema":{"$ref":"#/components/schemas/tunnel_existed_at"}},{"name":"address_family","in":"query","schema":{"$ref":"#/components/schemas/tunnel_address_family"}},{"name":"is_default_network","in":"query","schema":{"type":"boolean"}},{"name":"is_deleted","in":"query","schema":{"type":"boolean"}},{"name":"sort_order","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"subnet_types","in":"query","schema":{"type":"string","enum":["cloudflare_source","initial_resolved_ip","warp"]}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_per_page"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/tunnel_page_number"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_collection"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets/cloudflare_source/{address_family}":{"patch":{"operationId":"zero-trust-networks-subnet-update-cloudflare-source","summary":"Update Cloudflare Source Subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"address_family","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_address_family"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.cloudflare-source","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets/initial_resolved_ip/{address_family}":{"get":{"operationId":"zero-trust-networks-subnet-get-initial-resolved-ip","summary":"Get Initial Resolved IP Subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"address_family","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_address_family"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.initial-resolved-ip","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets/warp":{"post":{"operationId":"zero-trust-networks-subnet-create-warp","summary":"Create WARP IP subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"is_default_network":{"$ref":"#/components/schemas/tunnel_subnet_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"}},"required":["name","network"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.warp","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}":{"get":{"operationId":"zero-trust-networks-subnet-get-warp","summary":"Get WARP IP subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"subnet_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_subnet_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.read"]},{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write","Cloudflare One Networks Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.warp","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"zero-trust-networks-subnet-delete-warp","summary":"Delete WARP IP subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"subnet_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_subnet_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single_nullable"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single_nullable"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.warp","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"zero-trust-networks-subnet-update-warp","summary":"Update WARP IP subnet","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_account_id"}},{"name":"subnet_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tunnel_subnet_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"is_default_network":{"$ref":"#/components/schemas/tunnel_subnet_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tunnel_subnet_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tunnel_subnet_response_single"},{"$ref":"#/components/schemas/tunnel_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["teams-networks.write"]}],"tags":["Zero Trust Subnets"],"x-api-token-group":["Cloudflare One Networks Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.networks.subnets.warp","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/accounts/{account_id}/zt_risk_scoring/behaviors":{"get":{"operationId":"dlp-risk-score-behaviors-get","summary":"Get all behaviors and associated configuration","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Behaviors"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-risk-score-behaviors-put","summary":"Update configuration for risk behaviors","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateBehaviors"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_UpdateBehaviors"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/zt_risk_scoring/integrations":{"get":{"operationId":"dlp-zt-risk-score-integration-list","summary":"List all risk score integrations for the account.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegrationArray"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"post":{"operationId":"dlp-zt-risk-score-integration-create","summary":"Create new risk score integration.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_CreateIntegrationBody"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/zt_risk_scoring/integrations/reference_id/{reference_id}":{"get":{"operationId":"dlp-zt-risk-score-integration-get-by-reference-id","summary":"Get risk score integration by reference id.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"reference_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]}},"/accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}":{"get":{"operationId":"dlp-zt-risk-score-integration-get","summary":"Get risk score integration by id.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"integration_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.read"]},{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Read","Zero Trust Write"]},"put":{"operationId":"dlp-zt-risk-score-integration-update","summary":"Update a risk score integration.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"integration_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_UpdateIntegrationBody"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Write"]},"delete":{"operationId":"dlp-zt-risk-score-integration-delete","summary":"Delete a risk score integration.","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"integration_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring Integrations"],"x-api-token-group":["Zero Trust Write"]}},"/accounts/{account_id}/zt_risk_scoring/summary":{"get":{"operationId":"dlp-risk-score-summary-get","summary":"Get risk score info for all users in the account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskSummary"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-pii.read"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust: PII Read"]}},"/accounts/{account_id}/zt_risk_scoring/{user_id}":{"get":{"operationId":"dlp-risk-score-summary-get-for-user","summary":"Get risk event/score information for a specific user","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"user_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_RiskEvents"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams-pii.read"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust: PII Read"]}},"/accounts/{account_id}/zt_risk_scoring/{user_id}/reset":{"post":{"operationId":"dlp-risk-score-reset-post","summary":"Clear the risk score for a particular user","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"user_id","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dlp_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dlp_Empty"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dlp_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["teams.write"]}],"tags":["Zero Trust Risk Scoring"],"x-api-token-group":["Zero Trust Write"]}},"/memberships":{"get":{"operationId":"user'-s-account-memberships-list-memberships","summary":"List Memberships","parameters":[{"name":"account.name","in":"query","schema":{"$ref":"#/components/schemas/iam_properties-name"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["id","account.name","status"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/iam_properties-name"}},{"name":"status","in":"query","schema":{"type":"string","enum":["accepted","pending","rejected"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/iam_collection_membership_response"},{"$ref":"#/components/schemas/iam_collection_membership_response_with_policies"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Account Memberships"],"x-api-token-group":["Memberships Write","Memberships Read"]}},"/memberships/{membership_id}":{"get":{"operationId":"user'-s-account-memberships-membership-details","summary":"Membership Details","parameters":[{"name":"membership_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_membership_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Account Memberships"],"x-api-token-group":["Memberships Write","Memberships Read"]},"put":{"operationId":"user'-s-account-memberships-update-membership","summary":"Update Membership","parameters":[{"name":"membership_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"status":{"enum":["accepted","rejected"]}},"required":["status"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_membership_response_with_policies"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.write"]}],"tags":["User's Account Memberships"],"x-api-token-group":["Memberships Write"]},"delete":{"operationId":"user'-s-account-memberships-delete-membership","summary":"Delete Membership","parameters":[{"name":"membership_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"properties":{"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.write"]}],"tags":["User's Account Memberships"],"x-api-token-group":["Memberships Write"]}},"/organizations":{"get":{"operationId":"Organization_listOrganizations","summary":"List organizations the user has access to","parameters":[{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersId"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersName"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersNameStartsWith"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersNameEndsWith"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersNameContains"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersContainingAccount"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersContainingUser"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersContainingOrganization"},{"$ref":"#/components/parameters/organizations-api_OrganizationListFiltersParentId"},{"$ref":"#/components/parameters/organizations-api_PageTokenParamsPageToken"},{"$ref":"#/components/parameters/organizations-api_PageTokenParamsPageSize"}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_Organization"}},"result_info":{"$ref":"#/components/schemas/organizations-api_PageTokenResultInfo"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result","result_info"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Organizations"],"x-api-token-group":["User Details Write","User Details Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"organizations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"Organizations_createUserOrganization","summary":"Create organization","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_Organization"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"$ref":"#/components/schemas/organizations-api_Organization"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["user-details.write"]}],"tags":["Organizations"],"x-api-token-group":["User Details Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"organizations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/radar/agent_readiness/summary/{dimension}":{"get":{"operationId":"radar-get-agent-readiness-summary","summary":"Get agent readiness summary","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CHECK"]}},{"name":"date","in":"query","schema":{"type":"string","format":"date"}},{"name":"domainCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"date":{"type":"string"},"domainCategories":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"integer"}},"required":["name","value"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"successfulDomains":{"type":"integer"},"totalDomains":{"type":"integer"},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["date","totalDomains","successfulDomains","normalization","lastUpdated","units","domainCategories"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Agent Readiness"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.agent-readiness","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/ai/bots/summary/user_agent":{"get":{"operationId":"radar-get-ai-bots-summary-by-user-agent","summary":"Get AI user agents summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.bots.summary","x-fern-sdk-method-name":"user-agent","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Bots Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/bots/methods/summary_v2/) instead."}},"/radar/ai/bots/summary/{dimension}":{"get":{"operationId":"radar-get-ai-bots-summary","summary":"Get AI bots HTTP requests distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["USER_AGENT","CRAWL_PURPOSE","INDUSTRY","VERTICAL","CONTENT_TYPE","RESPONSE_STATUS","RESPONSE_STATUS_CATEGORY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"crawlPurpose","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"userAgent","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.timeseries-groups","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/ai/bots/timeseries":{"get":{"operationId":"radar-get-ai-bots-timeseries","summary":"Get AI bots HTTP requests time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"crawlPurpose","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"userAgent","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.bots","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/ai/bots/timeseries_groups/user_agent":{"get":{"operationId":"radar-get-ai-bots-timeseries-group-by-user-agent","summary":"Get AI user agents time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.timeseries-groups","x-fern-sdk-method-name":"user-agent","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Bots Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/bots/methods/timeseries_groups/) instead."}},"/radar/ai/bots/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-ai-bots-timeseries-group","summary":"Get time series distribution of AI bots HTTP requests by dimension.","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["USER_AGENT","CRAWL_PURPOSE","INDUSTRY","VERTICAL","CONTENT_TYPE","RESPONSE_STATUS","RESPONSE_STATUS_CATEGORY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"crawlPurpose","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"userAgent","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX","PERCENTAGE_CHANGE"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.bots","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/ai/inference/summary/model":{"get":{"operationId":"radar-get-ai-inference-summary-by-model","summary":"Get Workers AI models summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.inference.summary","x-fern-sdk-method-name":"model","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Inference Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/methods/summary_v2/) instead."}},"/radar/ai/inference/summary/task":{"get":{"operationId":"radar-get-ai-inference-summary-by-task","summary":"Get Workers AI tasks summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.inference.summary","x-fern-sdk-method-name":"task","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Inference Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/methods/summary_v2/) instead."}},"/radar/ai/inference/summary/{dimension}":{"get":{"operationId":"radar-get-ai-inference-summary","summary":"Get Workers AI inference distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["MODEL","TASK"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.inference","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/ai/inference/timeseries_groups/model":{"get":{"operationId":"radar-get-ai-inference-timeseries-group-by-model","summary":"Get Workers AI models time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.inference.timeseries-groups.summary","x-fern-sdk-method-name":"model","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Inference Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/methods/timeseries_groups_v2/) instead."}},"/radar/ai/inference/timeseries_groups/task":{"get":{"operationId":"radar-get-ai-inference-timeseries-group-by-task","summary":"Get Workers AI tasks time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.ai.inference.timeseries-groups.summary","x-fern-sdk-method-name":"task","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AI Inference Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/methods/timeseries_groups_v2/) instead."}},"/radar/ai/inference/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-ai-inference-timeseries-group","summary":"Get time series distribution of Workers AI inference by dimension.","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["MODEL","TASK"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AI Inference"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.inference","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/ai/markdown_for_agents/summary":{"get":{"operationId":"radar-get-ai-markdown-for-agents-summary","summary":"Get AI markdown for agents reduction ratio summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"value":{"type":"string","pattern":"^-?(?:\\d+(?:\\.\\d+)?|inf)$"}},"required":["value"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Markdown for Agents"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.markdown-for-agents","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/ai/markdown_for_agents/timeseries":{"get":{"operationId":"radar-get-ai-markdown-for-agents-timeseries","summary":"Get AI markdown for agents reduction ratio time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Markdown for Agents"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ai.markdown-for-agents","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/annotations":{"get":{"operationId":"radar-get-annotations","summary":"Get latest annotations","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dataSource","in":"query","schema":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]}},{"name":"eventType","in":"query","schema":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]}},{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"origin","in":"query","schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"asns":{"type":"array","items":{"type":"integer"}},"asnsDetails":{"type":"array","items":{"properties":{"asn":{"type":"string"},"locations":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"name":{"type":"string"}},"required":["asn","name"],"type":"object"}},"dataSource":{"type":"string"},"endDate":{"type":"string"},"eventType":{"type":"string"},"id":{"type":"string"},"linkedUrl":{"type":"string"},"locations":{"type":"array","items":{"type":"string"}},"locationsDetails":{"type":"array","items":{"properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"],"type":"object"}},"origins":{"type":"array","items":{"type":"string"}},"originsDetails":{"type":"array","items":{"properties":{"name":{"type":"string"},"origin":{"type":"string"}},"required":["origin","name"],"type":"object"}},"outage":{"type":"object","properties":{"outageCause":{"type":"string"},"outageType":{"type":"string"}},"required":["outageCause","outageType"]},"scope":{"type":"string"},"startDate":{"type":"string"}},"required":["id","dataSource","startDate","asns","asnsDetails","locations","locationsDetails","origins","originsDetails","eventType","outage"],"type":"object"}}},"required":["annotations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Annotations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.annotations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/annotations/outages":{"get":{"operationId":"radar-get-annotations-outages","summary":"Get latest Internet outages and anomalies","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"origin","in":"query","schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"asns":{"type":"array","items":{"type":"integer"}},"asnsDetails":{"type":"array","items":{"properties":{"asn":{"type":"string"},"locations":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"name":{"type":"string"}},"required":["asn","name"],"type":"object"}},"dataSource":{"type":"string"},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string"},"id":{"type":"string"},"linkedUrl":{"type":"string"},"locations":{"type":"array","items":{"type":"string"}},"locationsDetails":{"type":"array","items":{"properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"],"type":"object"}},"origins":{"type":"array","items":{"type":"string"}},"originsDetails":{"type":"array","items":{"properties":{"name":{"type":"string"},"origin":{"type":"string"}},"required":["origin","name"],"type":"object"}},"outage":{"type":"object","properties":{"outageCause":{"type":"string"},"outageType":{"type":"string"}},"required":["outageCause","outageType"]},"scope":{"type":"string"},"startDate":{"type":"string","format":"date-time"}},"required":["id","dataSource","startDate","asns","asnsDetails","locations","locationsDetails","origins","originsDetails","eventType","outage"],"type":"object"}}},"required":["annotations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Annotations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.annotations.outages","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/annotations/outages/locations":{"get":{"operationId":"radar-get-annotations-outages-top","summary":"Get the number of outages by location","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["annotations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Annotations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.annotations.outages","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/as112/summary/dnssec":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-dnssec","summary":"Get AS112 DNS queries by DNSSEC summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/edns":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-edns","summary":"Get AS112 DNS queries by EDNS summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"edns","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/ip_version":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-ip-version","summary":"Get AS112 DNS queries by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/protocol":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-protocol","summary":"Get AS112 DNS queries by DNS protocol summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TCP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UDP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["UDP","TLS","HTTPS","TCP"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/query_type":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-query-type","summary":"Get AS112 DNS queries by type summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"query-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/response_codes":{"get":{"operationId":"radar-get-dns-as112-timeseries-by-response-codes","summary":"Get AS112 DNS queries by response code summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.summary","x-fern-sdk-method-name":"response-codes","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/summary_v2/) instead."}},"/radar/as112/summary/{dimension}":{"get":{"operationId":"radar-get-dns-as112-summary","summary":"Get AS112 summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["DNSSEC","EDNS","IP_VERSION","PROTOCOL","QUERY_TYPE","RESPONSE_CODE"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/as112/timeseries":{"get":{"operationId":"radar-get-dns-as112-timeseries","summary":"Get AS112 DNS queries time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/as112/timeseries_groups/dnssec":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-dnssec","summary":"Get AS112 DNS queries by DNSSEC support time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/edns":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-edns","summary":"Get AS112 DNS queries by EDNS support summary","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"edns","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-ip-version","summary":"Get AS112 DNS queries by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/protocol":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-protocol","summary":"Get AS112 DNS queries by DNS protocol time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"HTTPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TCP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UDP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["UDP","TLS","HTTPS","TCP"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/query_type":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-query-type","summary":"Get AS112 DNS queries by type time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"query-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/response_codes":{"get":{"operationId":"radar-get-dns-as112-timeseries-group-by-response-codes","summary":"Get AS112 DNS queries by response code time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.as112.timeseries-groups","x-fern-sdk-method-name":"response-codes","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar AS112 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/as112/methods/timeseries_groups_v2/) instead."}},"/radar/as112/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-dns-as112-timeseries-group","summary":"Get AS112 time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["DNSSEC","EDNS","IP_VERSION","PROTOCOL","QUERY_TYPE","RESPONSE_CODE"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/as112/top/locations":{"get":{"operationId":"radar-get-dns-as112-top-locations","summary":"Get top locations by AS112 DNS queries","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112.top","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/as112/top/locations/dnssec/{dnssec}":{"get":{"operationId":"radar-get-dns-as112-top-locations-by-dnssec","summary":"Get top locations by AS112 DNS queries with DNSSEC support","parameters":[{"name":"dnssec","in":"path","required":true,"schema":{"type":"string","enum":["SUPPORTED","NOT_SUPPORTED"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112.top","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true}},"/radar/as112/top/locations/edns/{edns}":{"get":{"operationId":"radar-get-dns-as112-top-locations-by-edns","summary":"Get top locations by AS112 DNS queries with EDNS support","parameters":[{"name":"edns","in":"path","required":true,"schema":{"type":"string","enum":["SUPPORTED","NOT_SUPPORTED"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112.top","x-fern-sdk-method-name":"edns","x-forge-hidden":true}},"/radar/as112/top/locations/ip_version/{ip_version}":{"get":{"operationId":"radar-get-dns-as112-top-locations-by-ip-version","summary":"Get top locations by AS112 DNS queries for an IP version","parameters":[{"name":"ip_version","in":"path","required":true,"schema":{"type":"string","enum":["IPv4","IPv6"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar AS112"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.as112.top","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true}},"/radar/attacks/layer3/summary/bitrate":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-bitrate","summary":"Get layer 3 attacks by bitrate summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"OVER_100_GBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UNDER_500_MBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_10_GBPS_TO_100_GBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_1_GBPS_TO_10_GBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_500_MBPS_TO_1_GBPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["UNDER_500_MBPS","OVER_100_GBPS","_1_GBPS_TO_10_GBPS","_500_MBPS_TO_1_GBPS","_10_GBPS_TO_100_GBPS"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"bitrate","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/duration":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-duration","summary":"Get layer 3 attacks by duration summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"OVER_3_HOURS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UNDER_10_MINS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_10_MINS_TO_20_MINS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_1_HOUR_TO_3_HOURS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_20_MINS_TO_40_MINS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"_40_MINS_TO_1_HOUR":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["UNDER_10_MINS","_10_MINS_TO_20_MINS","OVER_3_HOURS","_1_HOUR_TO_3_HOURS","_20_MINS_TO_40_MINS","_40_MINS_TO_1_HOUR"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"duration","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/industry":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-industry","summary":"Get layer 3 attacks by targeted industry summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/ip_version":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-ip-version","summary":"Get layer 3 attacks by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/protocol":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-protocol","summary":"Get layer 3 attacks by protocol summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"GRE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"ICMP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TCP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UDP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["TCP","UDP","GRE","ICMP"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/vector":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-vector","summary":"Get layer 3 attacks by vector summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"vector","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/vertical":{"get":{"operationId":"radar-get-attacks-layer3-summary-by-vertical","summary":"Get layer 3 attacks by targeted vertical summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.summary","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/summary/{dimension}":{"get":{"operationId":"radar-get-attacks-layer3-summary","summary":"Get layer 3 attacks summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["PROTOCOL","IP_VERSION","VECTOR","DURATION","BITRATE","VERTICAL","INDUSTRY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/attacks/layer3/timeseries":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-by-bytes","summary":"Get layer 3 attacks by bytes time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"metric","in":"query","schema":{"type":"string","default":"bytes","enum":["BYTES","BYTES_OLD"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/attacks/layer3/timeseries_groups/bitrate":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-bitrate","summary":"Get layer 3 attacks by bitrate time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"OVER_100_GBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UNDER_500_MBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_10_GBPS_TO_100_GBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_1_GBPS_TO_10_GBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_500_MBPS_TO_1_GBPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","UNDER_500_MBPS","OVER_100_GBPS","_1_GBPS_TO_10_GBPS","_500_MBPS_TO_1_GBPS","_10_GBPS_TO_100_GBPS"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"bitrate","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/duration":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-duration","summary":"Get layer 3 attacks by duration time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"OVER_3_HOURS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UNDER_10_MINS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_10_MINS_TO_20_MINS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_1_HOUR_TO_3_HOURS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_20_MINS_TO_40_MINS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"_40_MINS_TO_1_HOUR":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","UNDER_10_MINS","_10_MINS_TO_20_MINS","OVER_3_HOURS","_1_HOUR_TO_3_HOURS","_20_MINS_TO_40_MINS","_40_MINS_TO_1_HOUR"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"duration","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/industry":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-industry","summary":"Get layer 3 attacks by target industries time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-ip-version","summary":"Get layer 3 attacks by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/protocol":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-protocol","summary":"Get layer 3 attacks by protocol time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"GRE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"ICMP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TCP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UDP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","TCP","UDP","GRE","ICMP"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/vector":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-vector","summary":"Get layer 3 attacks by vector time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"vector","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/vertical":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group-by-vertical","summary":"Get layer 3 attacks by vertical time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.timeseries-groups","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer3/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-attacks-layer3-timeseries-group","summary":"Get layer 3 attacks time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["PROTOCOL","IP_VERSION","VECTOR","DURATION","BITRATE","VERTICAL","INDUSTRY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/attacks/layer3/top/attacks":{"get":{"operationId":"radar-get-attacks-layer3-top-attacks","summary":"Get top layer 3 attack pairs (origin and target locations)","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"limitDirection","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerLocation","in":"query","schema":{"type":"integer","default":10,"exclusiveMinimum":true,"minimum":0}},{"name":"magnitude","in":"query","schema":{"type":"string","enum":["MITIGATED_BYTES","MITIGATED_ATTACKS"]}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originCountryAlpha2":{"type":"string"},"originCountryName":{"type":"string"},"value":{"type":"string"}},"required":["originCountryAlpha2","originCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3.top","x-fern-sdk-method-name":"attacks","x-forge-hidden":true}},"/radar/attacks/layer3/top/industry":{"get":{"operationId":"radar-get-attacks-layer3-top-industries","summary":"Get top industries targeted by layer 3 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.top","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer3/top/locations/origin":{"get":{"operationId":"radar-get-attacks-layer3-top-origin-locations","summary":"Get top origin locations of layer 3 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originCountryAlpha2":{"type":"string"},"originCountryName":{"type":"string"},"rank":{"type":"number"},"value":{"type":"string"}},"required":["originCountryAlpha2","originCountryName","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3.top.locations","x-fern-sdk-method-name":"origin","x-forge-hidden":true}},"/radar/attacks/layer3/top/locations/target":{"get":{"operationId":"radar-get-attacks-layer3-top-target-locations","summary":"Get top target locations of layer 3 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"rank":{"type":"number"},"targetCountryAlpha2":{"type":"string"},"targetCountryName":{"type":"string"},"value":{"type":"string"}},"required":["targetCountryAlpha2","targetCountryName","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer3.top.locations","x-fern-sdk-method-name":"target","x-forge-hidden":true}},"/radar/attacks/layer3/top/vertical":{"get":{"operationId":"radar-get-attacks-layer3-top-verticals","summary":"Get top verticals targeted by layer 3 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","ICMP","GRE"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 3 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer3.top","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 3 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer3/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/http_method":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-http-method","summary":"Get layer 7 attacks by HTTP method summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"http-method","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/http_version":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-http-version","summary":"Get layer 7 attacks by HTTP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTP/1.x":{"type":"string"},"HTTP/2":{"type":"string"},"HTTP/3":{"type":"string"}},"required":["HTTP/2","HTTP/1.x","HTTP/3"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"http-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/industry":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-industry","summary":"Get layer 7 attacks by targeted industry summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/ip_version":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-ip-version","summary":"Get layer 7 attacks by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string"},"IPv6":{"type":"string"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/managed_rules":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-managed-rules","summary":"Get layer 7 attacks by managed rules summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"managed-rules","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/mitigation_product":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-mitigation-product","summary":"Get layer 7 attacks by mitigation product summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"mitigation-product","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/vertical":{"get":{"operationId":"radar-get-attacks-layer7-summary-by-vertical","summary":"Get layer 7 attacks by targeted vertical summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.summary","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/summary/{dimension}":{"get":{"operationId":"radar-get-attacks-layer7-summary","summary":"Get layer 7 attacks summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["HTTP_METHOD","HTTP_VERSION","IP_VERSION","MANAGED_RULES","MITIGATION_PRODUCT","VERTICAL","INDUSTRY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/attacks/layer7/timeseries":{"get":{"operationId":"radar-get-attacks-layer7-timeseries","summary":"Get layer 7 attacks time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/attacks/layer7/timeseries_groups/http_method":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-http-method","summary":"Get layer 7 attacks by HTTP method time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"http-method","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/http_version":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-http-version","summary":"Get layer 7 attacks by HTTP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"HTTP/1.x":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"HTTP/2":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"HTTP/3":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","HTTP/1.x","HTTP/2","HTTP/3"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"http-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/industry":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-industry","summary":"Get layer 7 attacks by target industries time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-ip-version","summary":"Get layer 7 attacks by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/managed_rules":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-managed-rules","summary":"Get layer 7 attacks by managed rules time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"managed-rules","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/mitigation_product":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-mitigation-product","summary":"Get layer 7 attacks by mitigation product time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"mitigation-product","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/vertical":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group-by-vertical","summary":"Get layer 7 attacks by vertical time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.timeseries-groups","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/timeseries_groups_v2/) instead."}},"/radar/attacks/layer7/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-attacks-layer7-timeseries-group","summary":"Get layer 7 attacks time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["HTTP_METHOD","HTTP_VERSION","IP_VERSION","MANAGED_RULES","MITIGATION_PRODUCT","VERTICAL","INDUSTRY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/attacks/layer7/top/ases/origin":{"get":{"operationId":"radar-get-attacks-layer7-top-origin-as","summary":"Get top origin ASes of layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originAsn":{"type":"string"},"originAsnName":{"type":"string"},"rank":{"type":"number"},"value":{"type":"string"}},"required":["originAsnName","originAsn","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7.top.ases","x-fern-sdk-method-name":"origin","x-forge-hidden":true}},"/radar/attacks/layer7/top/attacks":{"get":{"operationId":"radar-get-attacks-layer7-top-attacks","summary":"Get top layer 7 attack pairs (origin and target locations)","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"limitDirection","in":"query","schema":{"type":"string","default":"ORIGIN","enum":["ORIGIN","TARGET"]}},{"name":"limitPerLocation","in":"query","schema":{"type":"integer","default":10,"exclusiveMinimum":true,"minimum":0}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originCountryAlpha2":{"type":"string"},"originCountryName":{"type":"string"},"targetCountryAlpha2":{"type":"string"},"targetCountryName":{"type":"string"},"value":{"type":"string"}},"required":["originCountryAlpha2","originCountryName","targetCountryAlpha2","targetCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7.top","x-fern-sdk-method-name":"attacks","x-forge-hidden":true}},"/radar/attacks/layer7/top/industry":{"get":{"operationId":"radar-get-attacks-layer7-top-industries","summary":"Get top industries targeted by layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.top","x-fern-sdk-method-name":"industry","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/attacks/layer7/top/locations/origin":{"get":{"operationId":"radar-get-attacks-layer7-top-origin-location","summary":"Get top origin locations of layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"originCountryAlpha2":{"type":"string"},"originCountryName":{"type":"string"},"rank":{"type":"number"},"value":{"type":"string"}},"required":["originCountryAlpha2","originCountryName","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7.top.locations","x-fern-sdk-method-name":"origin","x-forge-hidden":true}},"/radar/attacks/layer7/top/locations/target":{"get":{"operationId":"radar-get-attacks-layer7-top-target-location","summary":"Get top target locations of layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"rank":{"type":"number"},"targetCountryAlpha2":{"type":"string"},"targetCountryName":{"type":"string"},"value":{"type":"string"}},"required":["targetCountryAlpha2","targetCountryName","value","rank"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.attacks.layer7.top.locations","x-fern-sdk-method-name":"target","x-forge-hidden":true}},"/radar/attacks/layer7/top/vertical":{"get":{"operationId":"radar-get-attacks-layer7-top-verticals","summary":"Get top verticals targeted by layer 7 attacks","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"httpMethod","in":"query","schema":{"type":"array","items":{"enum":["GET","POST","DELETE","PUT","HEAD","PURGE","OPTIONS","PROPFIND","MKCOL","PATCH","ACL","BCOPY","BDELETE","BMOVE","BPROPFIND","BPROPPATCH","CHECKIN","CHECKOUT","CONNECT","COPY","LABEL","LOCK","MERGE","MKACTIVITY","MKWORKSPACE","MOVE","NOTIFY","ORDERPATCH","POLL","PROPPATCH","REPORT","SEARCH","SUBSCRIBE","TRACE","UNCHECKOUT","UNLOCK","UNSUBSCRIBE","UPDATE","VERSIONCONTROL","BASELINECONTROL","XMSENUMATTS","RPC_OUT_DATA","RPC_IN_DATA","JSON","COOK","TRACK"],"type":"string"}}},{"name":"mitigationProduct","in":"query","schema":{"type":"array","items":{"enum":["DDOS","WAF","BOT_MANAGEMENT","ACCESS_RULES","IP_REPUTATION","API_SHIELD","DATA_LOSS_PREVENTION"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Layer 7 Attacks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.attacks.layer7.top","x-fern-sdk-method-name":"vertical","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Attacks Layer 7 Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/attacks/subresources/layer7/methods/summary_v2/) instead."}},"/radar/bgp/hijacks/events":{"get":{"operationId":"radar-get-bgp-hijacks-events","summary":"Get BGP hijack events","parameters":[{"name":"page","in":"query","schema":{"type":"integer","default":1,"exclusiveMinimum":true,"minimum":0}},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"exclusiveMinimum":true,"minimum":0}},{"name":"eventId","in":"query","schema":{"type":"integer"}},{"name":"hijackerAsn","in":"query","schema":{"type":"integer"}},{"name":"victimAsn","in":"query","schema":{"type":"integer"}},{"name":"involvedAsn","in":"query","schema":{"type":"integer"}},{"name":"involvedCountry","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"minConfidence","in":"query","schema":{"type":"integer"}},{"name":"maxConfidence","in":"query","schema":{"type":"integer"}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"sortBy","in":"query","schema":{"type":"string","enum":["ID","TIME","CONFIDENCE"]}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["ASC","DESC"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asn_info":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"country_code":{"type":"string"},"org_name":{"type":"string"}},"required":["asn","org_name","country_code"],"type":"object"}},"events":{"type":"array","items":{"properties":{"confidence_score":{"type":"integer"},"duration":{"type":"integer"},"event_type":{"type":"integer"},"hijack_msgs_count":{"type":"integer"},"hijacker_asn":{"type":"integer"},"hijacker_country":{"type":"string"},"id":{"type":"integer"},"is_stale":{"type":"boolean"},"max_hijack_ts":{"type":"string"},"max_msg_ts":{"type":"string"},"min_hijack_ts":{"type":"string"},"on_going_count":{"type":"integer"},"peer_asns":{"type":"array","items":{"type":"integer"}},"peer_ip_count":{"type":"integer"},"prefixes":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"properties":{"name":{"type":"string"},"score":{"type":"integer"}},"required":["name","score"],"type":"object"}},"victim_asns":{"type":"array","items":{"type":"integer"}},"victim_countries":{"type":"array","items":{"type":"string"}}},"required":["duration","event_type","hijack_msgs_count","hijacker_asn","hijacker_country","victim_asns","victim_countries","id","is_stale","max_hijack_ts","min_hijack_ts","max_msg_ts","on_going_count","peer_asns","peer_ip_count","prefixes","confidence_score","tags"],"type":"object"}},"total_monitors":{"type":"integer"}},"required":["asn_info","events","total_monitors"]},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}},"required":["count","total_count","page","per_page"]},"success":{"type":"boolean"}},"required":["result","result_info","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.hijacks.events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/bgp/ips/timeseries":{"get":{"operationId":"radar-get-bgp-ips-timeseries","summary":"Get announced IP address space time series","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"includeDelay","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"delay":{"type":"object","properties":{"asn_data":{"type":"object","properties":{"delaySecs":{"type":"number"},"delayStr":{"type":"string"},"healthy":{"type":"boolean"},"latest":{"type":"object","properties":{"entries_count":{"type":"number"},"path":{"type":"string"},"timestamp":{"type":"number"}},"required":["timestamp","path","entries_count"]}},"required":["delaySecs","delayStr","healthy","latest"]},"country_data":{"type":"object","properties":{"delaySecs":{"type":"number"},"delayStr":{"type":"string"},"healthy":{"type":"boolean"},"latest":{"type":"object","properties":{"count":{"type":"number"},"timestamp":{"type":"number"}},"required":["timestamp","count"]}},"required":["delaySecs","delayStr","healthy","latest"]},"healthy":{"type":"boolean"},"nowTs":{"type":"number"}},"required":["nowTs","healthy","asn_data","country_data"]},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"ipv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"ipv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","ipv4","ipv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.ips","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/ips/top/ases":{"get":{"operationId":"radar-get-bgp-ips-top-ases","summary":"Get top ASes by announced IP space","parameters":[{"name":"date","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"maximum":50,"minimum":1}},{"name":"metric","in":"query","schema":{"type":"string","enum":["v4_24s","v6_48s"]}},{"name":"country","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"anchorTs":{"type":"string","format":"date-time"},"asns":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"v4_24s":{"type":"integer"},"v6_48s":{"type":"integer"}},"required":["asn","v4_24s","v6_48s"],"type":"object"}},"country":{"type":"string","nullable":true},"metric":{"type":"string"}},"required":["anchorTs","metric","country","asns"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.ips.top","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/bgp/leaks/events":{"get":{"operationId":"radar-get-bgp-route-leak-events","summary":"Get BGP route leak events","parameters":[{"name":"page","in":"query","schema":{"type":"integer","default":1,"exclusiveMinimum":true,"minimum":0}},{"name":"per_page","in":"query","schema":{"type":"integer","default":50,"exclusiveMinimum":true,"minimum":0}},{"name":"eventId","in":"query","schema":{"type":"integer"}},{"name":"leakAsn","in":"query","schema":{"type":"integer"}},{"name":"involvedAsn","in":"query","schema":{"type":"integer"}},{"name":"involvedCountry","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"sortBy","in":"query","schema":{"type":"string","enum":["ID","LEAKS","PEERS","PREFIXES","ORIGINS","TIME"]}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["ASC","DESC"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asn_info":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"country_code":{"type":"string"},"org_name":{"type":"string"}},"required":["asn","org_name","country_code"],"type":"object"}},"events":{"type":"array","items":{"properties":{"countries":{"type":"array","items":{"type":"string"}},"detected_ts":{"type":"string"},"finished":{"type":"boolean"},"id":{"type":"integer"},"leak_asn":{"type":"integer"},"leak_count":{"type":"integer"},"leak_seg":{"type":"array","items":{"type":"integer"}},"leak_type":{"type":"integer"},"max_ts":{"type":"string"},"min_ts":{"type":"string"},"origin_count":{"type":"integer"},"peer_count":{"type":"integer"},"prefix_count":{"type":"integer"}},"required":["detected_ts","finished","id","leak_asn","leak_count","leak_seg","leak_type","max_ts","min_ts","origin_count","peer_count","prefix_count","countries"],"type":"object"}}},"required":["asn_info","events"]},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}},"required":["count","total_count","page","per_page"]},"success":{"type":"boolean"}},"required":["result","result_info","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.leaks.events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/bgp/routes/ases":{"get":{"operationId":"radar-get-bgp-routes-asns","summary":"List ASes from global routing tables","parameters":[{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"sortBy","in":"query","schema":{"type":"string","enum":["cone","pfxs","ipv4","ipv6","rpki_valid","rpki_invalid","rpki_unknown"]}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["ASC","DESC"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asns":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"coneSize":{"type":"integer"},"country":{"type":"string"},"ipv4Count":{"type":"integer"},"ipv6Count":{"type":"string"},"name":{"type":"string"},"pfxsCount":{"type":"integer"},"rpkiInvalid":{"type":"integer"},"rpkiUnknown":{"type":"integer"},"rpkiValid":{"type":"integer"}},"required":["asn","name","coneSize","country","ipv4Count","ipv6Count","pfxsCount","rpkiValid","rpkiInvalid","rpkiUnknown"],"type":"object"}},"meta":{"type":"object","properties":{"dataTime":{"type":"string"},"queryTime":{"type":"string"},"totalPeers":{"type":"integer"}},"required":["dataTime","queryTime","totalPeers"]}},"required":["asns","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/bgp/routes/moas":{"get":{"operationId":"radar-get-bgp-pfx2as-moas","summary":"Get Multi-Origin AS (MOAS) prefixes","parameters":[{"name":"origin","in":"query","schema":{"type":"integer"}},{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"invalid_only","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]},"moas":{"type":"array","items":{"properties":{"origins":{"type":"array","items":{"properties":{"origin":{"type":"integer"},"peer_count":{"type":"integer"},"rpki_validation":{"type":"string"}},"required":["origin","peer_count","rpki_validation"],"type":"object"}},"prefix":{"type":"string"}},"required":["prefix","origins"],"type":"object"}}},"required":["moas","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"moas","x-forge-hidden":true}},"/radar/bgp/routes/paths/{asn}":{"get":{"operationId":"radar-get-bgp-routes-paths","summary":"Get tier-1 path segments for an AS","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"ipVersion","in":"query","schema":{"type":"string","default":"IPv4","enum":["IPv4","IPv6"]}},{"name":"collector","in":"query","schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asnInfo":{"type":"object","additionalProperties":{"properties":{"asn":{"type":"integer"},"country":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["asn","name","country"],"type":"object"},"nullable":true},"collectors":{"type":"array","items":{"type":"string"}},"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time","nullable":true},"effectiveCollector":{"type":"string","nullable":true},"queryTime":{"type":"string","format":"date-time","nullable":true},"stale":{"type":"boolean"}},"required":["dataTime","queryTime","effectiveCollector","stale"]},"paths":{"type":"array","items":{"properties":{"collectors":{"type":"array","items":{"type":"string"}},"pathsCount":{"type":"integer"},"peersCount":{"type":"integer"},"segment":{"type":"array","items":{"type":"integer"}}},"required":["segment","pathsCount","peersCount","collectors"],"type":"object"}}},"required":["paths","collectors","asnInfo","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes.paths","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/bgp/routes/pfx2as":{"get":{"operationId":"radar-get-bgp-pfx2as","summary":"Get prefix-to-ASN mapping","parameters":[{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"origin","in":"query","schema":{"type":"integer"}},{"name":"rpkiStatus","in":"query","schema":{"type":"string","enum":["VALID","INVALID","UNKNOWN"]}},{"name":"longestPrefixMatch","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]},"prefix_origins":{"type":"array","items":{"properties":{"origin":{"type":"integer"},"peer_count":{"type":"integer"},"prefix":{"type":"string"},"rpki_validation":{"type":"string"}},"required":["origin","peer_count","prefix","rpki_validation"],"type":"object"}}},"required":["prefix_origins","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"pfx2as","x-forge-hidden":true}},"/radar/bgp/routes/realtime":{"get":{"operationId":"radar-get-bgp-routes-realtime","summary":"Get real-time BGP routes for a prefix","parameters":[{"name":"prefix","in":"query","schema":{"type":"string"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"asn_info":{"type":"array","items":{"properties":{"as_name":{"type":"string"},"asn":{"type":"integer"},"country_code":{"type":"string"},"org_id":{"type":"string"},"org_name":{"type":"string"}},"required":["asn","as_name","country_code","org_id","org_name"],"type":"object"}},"collectors":{"type":"array","items":{"properties":{"collector":{"type":"string"},"latest_realtime_ts":{"type":"string"},"latest_rib_ts":{"type":"string"},"latest_updates_ts":{"type":"string"},"peers_count":{"type":"integer"},"peers_v4_count":{"type":"integer"},"peers_v6_count":{"type":"integer"}},"required":["collector","latest_realtime_ts","latest_updates_ts","latest_rib_ts","peers_count","peers_v4_count","peers_v6_count"],"type":"object"}},"data_time":{"type":"string"},"prefix_origins":{"type":"array","items":{"properties":{"origin":{"type":"integer"},"prefix":{"type":"string"},"rpki_validation":{"type":"string"},"total_peers":{"type":"integer"},"total_visible":{"type":"integer"},"visibility":{"type":"number"}},"required":["origin","prefix","rpki_validation","total_peers","total_visible","visibility"],"type":"object"}},"query_time":{"type":"string"}},"required":["collectors","asn_info","prefix_origins","data_time","query_time"]},"routes":{"type":"array","items":{"properties":{"as_path":{"type":"array","items":{"type":"integer"}},"collector":{"type":"string"},"communities":{"type":"array","items":{"type":"string"}},"prefix":{"type":"string"},"timestamp":{"type":"string"}},"required":["timestamp","collector","prefix","as_path","communities"],"type":"object"}}},"required":["routes","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"realtime","x-forge-hidden":true}},"/radar/bgp/routes/stats":{"get":{"operationId":"radar-get-bgp-routes-stats","summary":"Get BGP routing table stats ","parameters":[{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]},"stats":{"type":"object","properties":{"distinct_origins":{"type":"integer"},"distinct_origins_ipv4":{"type":"integer"},"distinct_origins_ipv6":{"type":"integer"},"distinct_prefixes":{"type":"integer"},"distinct_prefixes_ipv4":{"type":"integer"},"distinct_prefixes_ipv6":{"type":"integer"},"routes_invalid":{"type":"integer"},"routes_invalid_ipv4":{"type":"integer"},"routes_invalid_ipv6":{"type":"integer"},"routes_total":{"type":"integer"},"routes_total_ipv4":{"type":"integer"},"routes_total_ipv6":{"type":"integer"},"routes_unknown":{"type":"integer"},"routes_unknown_ipv4":{"type":"integer"},"routes_unknown_ipv6":{"type":"integer"},"routes_valid":{"type":"integer"},"routes_valid_ipv4":{"type":"integer"},"routes_valid_ipv6":{"type":"integer"}},"required":["distinct_origins","distinct_origins_ipv4","distinct_origins_ipv6","distinct_prefixes","distinct_prefixes_ipv4","distinct_prefixes_ipv6","routes_invalid","routes_invalid_ipv4","routes_invalid_ipv6","routes_total","routes_total_ipv4","routes_total_ipv6","routes_unknown","routes_unknown_ipv4","routes_unknown_ipv6","routes_valid","routes_valid_ipv4","routes_valid_ipv6"]}},"required":["stats","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes","x-fern-sdk-method-name":"stats","x-forge-hidden":true}},"/radar/bgp/routes/upstreams/{asn}/timeseries":{"get":{"operationId":"radar-get-bgp-routes-upstreams-timeseries","summary":"Get upstream composition time series for an AS","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"ipVersion","in":"query","schema":{"type":"string","default":"IPv4","enum":["IPv4","IPv6"]}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time","nullable":true},"effectiveCollector":{"type":"string","nullable":true},"queryTime":{"type":"string","format":"date-time","nullable":true},"stale":{"type":"boolean"}},"required":["dataTime","queryTime","effectiveCollector","stale"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.routes.upstreams","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/rpki/aspa/changes":{"get":{"operationId":"radar-get-bgp-rpki-aspa-changes","summary":"Get ASPA changes over time","parameters":[{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"includeAsnInfo","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asnInfo":{"type":"object","properties":{"13335":{"type":"object","properties":{"asn":{"type":"integer"},"country":{"type":"string"},"name":{"type":"string"}},"required":["asn","name","country"]}},"required":["13335"]},"changes":{"type":"array","items":{"properties":{"customersAdded":{"type":"integer"},"customersRemoved":{"type":"integer"},"date":{"type":"string","format":"date-time"},"entries":{"type":"array","items":{"properties":{"customerAsn":{"type":"integer"},"providers":{"type":"array","items":{"type":"integer"}},"type":{"type":"string","enum":["CustomerAdded","CustomerRemoved","ProvidersAdded","ProvidersRemoved"]}},"required":["type","customerAsn","providers"],"type":"object"}},"providersAdded":{"type":"integer"},"providersRemoved":{"type":"integer"},"totalCount":{"type":"integer"}},"required":["date","customersAdded","customersRemoved","providersAdded","providersRemoved","totalCount","entries"],"type":"object"}},"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time"},"queryTime":{"type":"string","format":"date-time"}},"required":["dataTime","queryTime"]}},"required":["changes","asnInfo","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.rpki.aspa","x-fern-sdk-method-name":"changes","x-forge-hidden":true}},"/radar/bgp/rpki/aspa/snapshot":{"get":{"operationId":"radar-get-bgp-rpki-aspa-snapshot","summary":"Get ASPA objects snapshot","parameters":[{"name":"customerAsn","in":"query","schema":{"type":"integer"}},{"name":"providerAsn","in":"query","schema":{"type":"integer"}},{"name":"date","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"includeAsnInfo","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asnInfo":{"type":"object","properties":{"13335":{"type":"object","properties":{"asn":{"type":"integer"},"country":{"type":"string"},"name":{"type":"string"}},"required":["asn","name","country"]}},"required":["13335"]},"aspaObjects":{"type":"array","items":{"properties":{"customerAsn":{"type":"integer"},"providers":{"type":"array","items":{"type":"integer"}}},"required":["customerAsn","providers"],"type":"object"}},"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time"},"queryTime":{"type":"string","format":"date-time"},"totalCount":{"type":"integer"}},"required":["dataTime","queryTime","totalCount"]}},"required":["aspaObjects","asnInfo","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.rpki.aspa","x-fern-sdk-method-name":"snapshot","x-forge-hidden":true}},"/radar/bgp/rpki/aspa/timeseries":{"get":{"operationId":"radar-get-bgp-rpki-aspa-timeseries","summary":"Get ASPA count time series","parameters":[{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"rir","in":"query","schema":{"type":"array","items":{"enum":["RIPE_NCC","ARIN","APNIC","LACNIC","AFRINIC"],"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time"},"queryTime":{"type":"string","format":"date-time"}},"required":["dataTime","queryTime"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.rpki.aspa","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/rpki/roas/timeseries":{"get":{"operationId":"radar-get-bgp-rpki-roas-timeseries","summary":"Get RPKI ROA deployment time series","parameters":[{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"metric","in":"query","schema":{"type":"string","default":"validPfxsRatio","enum":["validPfxsRatio","validPfxsV4Ratio","validPfxsV6Ratio","validIpsRatio","validIpsV4Ratio","validIpsV6Ratio"]}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dataTime":{"type":"string","format":"date-time"},"queryTime":{"type":"string","format":"date-time"}},"required":["dataTime","queryTime"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.rpki.roas","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/timeseries":{"get":{"operationId":"radar-get-bgp-timeseries","summary":"Get BGP time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"prefix","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"updateType","in":"query","schema":{"type":"array","items":{"enum":["ANNOUNCEMENT","WITHDRAWAL"],"type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["15m","1h","1d","1w"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"}},"required":["confidenceInfo","dateRange","aggInterval","lastUpdated"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["meta","serie_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bgp/top/ases":{"get":{"operationId":"radar-get-bgp-top-ases","summary":"Get top ASes by BGP updates","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"prefix","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"updateType","in":"query","schema":{"type":"array","items":{"enum":["ANNOUNCEMENT","WITHDRAWAL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}}},"required":["dateRange"]},"top_0":{"type":"array","items":{"properties":{"ASName":{"type":"string"},"asn":{"type":"integer"},"value":{"type":"string"}},"required":["asn","ASName","value"],"type":"object"}}},"required":["meta","top_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.top.ases","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/bgp/top/ases/prefixes":{"get":{"operationId":"radar-get-bgp-top-asns-by-prefixes","summary":"Get top ASes by prefix count","parameters":[{"name":"country","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asns":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"country":{"type":"string"},"name":{"type":"string"},"pfxs_count":{"type":"integer"}},"required":["asn","country","name","pfxs_count"],"type":"object"}},"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]}},"required":["asns","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.top.ases","x-fern-sdk-method-name":"prefixes","x-forge-hidden":true}},"/radar/bgp/top/prefixes":{"get":{"operationId":"radar-get-bgp-top-prefixes","summary":"Get top prefixes by BGP updates","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"updateType","in":"query","schema":{"type":"array","items":{"enum":["ANNOUNCEMENT","WITHDRAWAL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}}},"required":["dateRange"]},"top_0":{"type":"array","items":{"properties":{"prefix":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["prefix","value"],"type":"object"}}},"required":["meta","top_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar BGP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bgp.top","x-fern-sdk-method-name":"prefixes","x-forge-hidden":true}},"/radar/bots":{"get":{"operationId":"radar-get-bots","summary":"List bots","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"botCategory","in":"query","schema":{"type":"string","enum":["SEARCH_ENGINE_CRAWLER","SEARCH_ENGINE_OPTIMIZATION","MONITORING_AND_ANALYTICS","ADVERTISING_AND_MARKETING","SOCIAL_MEDIA_MARKETING","PAGE_PREVIEW","ACADEMIC_RESEARCH","SECURITY","ACCESSIBILITY","WEBHOOKS","FEED_FETCHER","AI_CRAWLER","AGGREGATOR","AI_ASSISTANT","AI_SEARCH","ARCHIVER"]}},{"name":"botOperator","in":"query","schema":{"type":"string","maxLength":100}},{"name":"kind","in":"query","schema":{"type":"string","enum":["AGENT","BOT"]},"deprecated":true},{"name":"botVerificationStatus","in":"query","schema":{"type":"string","enum":["VERIFIED"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"bots":{"type":"array","items":{"properties":{"category":{"type":"string"},"kind":{"type":"string","deprecated":true},"name":{"type":"string"},"operator":{"type":"string"},"slug":{"type":"string"},"userAgentPatterns":{"type":"array","items":{"type":"string"}}},"required":["slug","name","description","kind","operator","category","userAgentPatterns"],"type":"object"}}},"required":["bots"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/bots/crawlers/summary/{dimension}":{"get":{"operationId":"radar-get-crawlers-summary","summary":"Get crawler HTTP request distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CLIENT_TYPE","USER_AGENT","REFERER","CRAWL_REFER_RATIO","VERTICAL","INDUSTRY","RESPONSE_STATUS","RESPONSE_STATUS_CATEGORY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"clientType","in":"query","schema":{"type":"array","items":{"enum":["HUMAN","NON_AI_BOT","AI_BOT","MIXED_PURPOSE"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?(?:\\d+(?:\\.\\d+)?|inf)$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Web Crawlers"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots.web-crawlers","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/bots/crawlers/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-crawlers-timeseries-group","summary":"Get time series of crawler HTTP request distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CLIENT_TYPE","USER_AGENT","REFERER","CRAWL_REFER_RATIO","VERTICAL","INDUSTRY","RESPONSE_STATUS","RESPONSE_STATUS_CATEGORY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX","PERCENTAGE_CHANGE"]}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"vertical","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"industry","in":"query","schema":{"type":"array","items":{"maxLength":2000,"type":"string"}}},{"name":"clientType","in":"query","schema":{"type":"array","items":{"enum":["HUMAN","NON_AI_BOT","AI_BOT","MIXED_PURPOSE"],"type":"string"}}},{"name":"responseStatus","in":"query","schema":{"type":"array","items":{"pattern":"^\\d{3}$","type":"string"}}},{"name":"responseStatusCategory","in":"query","schema":{"type":"array","items":{"enum":["INFORMATIONAL","SUCCESS","REDIRECTION","CLIENT_ERROR","SERVER_ERROR"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?(?:\\d+(?:\\.\\d+)?|inf)$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Web Crawlers"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots.web-crawlers","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/bots/summary/{dimension}":{"get":{"operationId":"radar-get-bots-summary","summary":"Get bots HTTP requests distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["BOT","BOT_KIND","BOT_OPERATOR","BOT_CATEGORY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"bot","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botCategory","in":"query","schema":{"type":"array","items":{"enum":["SEARCH_ENGINE_CRAWLER","SEARCH_ENGINE_OPTIMIZATION","MONITORING_AND_ANALYTICS","ADVERTISING_AND_MARKETING","SOCIAL_MEDIA_MARKETING","PAGE_PREVIEW","ACADEMIC_RESEARCH","SECURITY","ACCESSIBILITY","WEBHOOKS","FEED_FETCHER","AI_CRAWLER","AGGREGATOR","AI_ASSISTANT","AI_SEARCH","ARCHIVER"],"type":"string"}}},{"name":"botKind","in":"query","schema":{"type":"array","items":{"enum":["AGENT","BOT"],"type":"string"}},"deprecated":true},{"name":"botVerificationStatus","in":"query","schema":{"type":"array","items":{"enum":["VERIFIED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/bots/timeseries":{"get":{"operationId":"radar-get-bots-timeseries","summary":"Get bots HTTP requests time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"bot","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botCategory","in":"query","schema":{"type":"array","items":{"enum":["SEARCH_ENGINE_CRAWLER","SEARCH_ENGINE_OPTIMIZATION","MONITORING_AND_ANALYTICS","ADVERTISING_AND_MARKETING","SOCIAL_MEDIA_MARKETING","PAGE_PREVIEW","ACADEMIC_RESEARCH","SECURITY","ACCESSIBILITY","WEBHOOKS","FEED_FETCHER","AI_CRAWLER","AGGREGATOR","AI_ASSISTANT","AI_SEARCH","ARCHIVER"],"type":"string"}}},{"name":"botKind","in":"query","schema":{"type":"array","items":{"enum":["AGENT","BOT"],"type":"string"}},"deprecated":true},{"name":"botVerificationStatus","in":"query","schema":{"type":"array","items":{"enum":["VERIFIED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/bots/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-bots-timeseries-group","summary":"Get time series distribution of bots HTTP requests by dimension.","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["BOT","BOT_KIND","BOT_OPERATOR","BOT_CATEGORY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"bot","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"botCategory","in":"query","schema":{"type":"array","items":{"enum":["SEARCH_ENGINE_CRAWLER","SEARCH_ENGINE_OPTIMIZATION","MONITORING_AND_ANALYTICS","ADVERTISING_AND_MARKETING","SOCIAL_MEDIA_MARKETING","PAGE_PREVIEW","ACADEMIC_RESEARCH","SECURITY","ACCESSIBILITY","WEBHOOKS","FEED_FETCHER","AI_CRAWLER","AGGREGATOR","AI_ASSISTANT","AI_SEARCH","ARCHIVER"],"type":"string"}}},{"name":"botKind","in":"query","schema":{"type":"array","items":{"enum":["AGENT","BOT"],"type":"string"}},"deprecated":true},{"name":"botVerificationStatus","in":"query","schema":{"type":"array","items":{"enum":["VERIFIED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/bots/{bot_slug}":{"get":{"operationId":"radar-get-bot-details","summary":"Get bot details","parameters":[{"name":"bot_slug","in":"path","required":true,"schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"bot":{"type":"object","properties":{"category":{"type":"string"},"kind":{"type":"string","deprecated":true},"name":{"type":"string"},"operator":{"type":"string"},"operatorUrl":{"type":"string"},"signatureAgentUrl":{"type":"string","nullable":true},"slug":{"type":"string"},"userAgentPatterns":{"type":"array","items":{"type":"string"}},"userAgents":{"type":"array","items":{"type":"string"}}},"required":["slug","name","description","kind","operator","operatorUrl","category","userAgents","userAgentPatterns"]}},"required":["bot"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.bots","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/ct/authorities":{"get":{"operationId":"radar-get-certificate-authorities","summary":"List certificate authorities","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"certificateAuthorities":{"type":"array","items":{"properties":{"certificateRecordType":{"type":"string","enum":["ROOT_CERTIFICATE","INTERMEDIATE_CERTIFICATE"]},"country":{"type":"string"},"countryName":{"type":"string"},"name":{"type":"string"},"owner":{"type":"string"},"parentName":{"type":"string"},"parentSha256Fingerprint":{"type":"string"},"revocationStatus":{"type":"string","enum":["NOT_REVOKED","REVOKED","PARENT_CERT_REVOKED"]},"sha256Fingerprint":{"type":"string"}},"required":["sha256Fingerprint","name","owner","parentName","parentSha256Fingerprint","certificateRecordType","country","countryName","revocationStatus"],"type":"object"}}},"required":["certificateAuthorities"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct.authorities","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/ct/authorities/{ca_slug}":{"get":{"operationId":"radar-get-certificate-authority-details","summary":"Get certificate authority details","parameters":[{"name":"ca_slug","in":"path","required":true,"schema":{"type":"string","pattern":"^[A-F0-9]{64}$"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"certificateAuthority":{"type":"object","properties":{"appleStatus":{"type":"string","enum":["INCLUDED","NOT_YET_INCLUDED","NOT_INCLUDED","NOT_BEFORE","REMOVED","DISABLED","BLOCKED"]},"authorityKeyIdentifier":{"type":"string"},"certificateRecordType":{"type":"string","enum":["ROOT_CERTIFICATE","INTERMEDIATE_CERTIFICATE"]},"chromeStatus":{"type":"string","enum":["INCLUDED","NOT_YET_INCLUDED","NOT_INCLUDED","NOT_BEFORE","REMOVED","DISABLED","BLOCKED"]},"country":{"type":"string"},"countryName":{"type":"string"},"microsoftStatus":{"type":"string","enum":["INCLUDED","NOT_YET_INCLUDED","NOT_INCLUDED","NOT_BEFORE","REMOVED","DISABLED","BLOCKED"]},"mozillaStatus":{"type":"string","enum":["INCLUDED","NOT_YET_INCLUDED","NOT_INCLUDED","NOT_BEFORE","REMOVED","DISABLED","BLOCKED"]},"name":{"type":"string"},"owner":{"type":"string"},"parentName":{"type":"string"},"parentSha256Fingerprint":{"type":"string"},"related":{"type":"array","items":{"properties":{"certificateRecordType":{"type":"string","enum":["ROOT_CERTIFICATE","INTERMEDIATE_CERTIFICATE"]},"name":{"type":"string"},"revocationStatus":{"type":"string","enum":["NOT_REVOKED","REVOKED","PARENT_CERT_REVOKED"]},"sha256Fingerprint":{"type":"string"}},"required":["sha256Fingerprint","name","revocationStatus","certificateRecordType"],"type":"object"}},"revocationStatus":{"type":"string","enum":["NOT_REVOKED","REVOKED","PARENT_CERT_REVOKED"]},"sha256Fingerprint":{"type":"string"},"subjectKeyIdentifier":{"type":"string"},"validFrom":{"type":"string"},"validTo":{"type":"string"}},"required":["sha256Fingerprint","name","owner","parentName","parentSha256Fingerprint","certificateRecordType","country","countryName","chromeStatus","appleStatus","microsoftStatus","mozillaStatus","revocationStatus","validFrom","validTo","authorityKeyIdentifier","subjectKeyIdentifier","related"]}},"required":["certificateAuthority"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct.authorities","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/ct/logs":{"get":{"operationId":"radar-get-certificate-logs","summary":"List certificate logs","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"certificateLogs":{"type":"array","items":{"properties":{"api":{"type":"string","enum":["RFC6962","STATIC"]},"endExclusive":{"type":"string","format":"date-time"},"operator":{"type":"string"},"slug":{"type":"string"},"startInclusive":{"type":"string","format":"date-time"},"state":{"type":"string","enum":["USABLE","PENDING","QUALIFIED","READ_ONLY","RETIRED","REJECTED"]},"stateTimestamp":{"type":"string","format":"date-time"},"url":{"type":"string"}},"required":["slug","description","operator","api","state","stateTimestamp","startInclusive","endExclusive","url"],"type":"object"}}},"required":["certificateLogs"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct.logs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/ct/logs/{log_slug}":{"get":{"operationId":"radar-get-certificate-log-details","summary":"Get certificate log details","parameters":[{"name":"log_slug","in":"path","required":true,"schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"certificateLog":{"type":"object","properties":{"api":{"type":"string","enum":["RFC6962","STATIC"]},"avgThroughput":{"type":"number"},"endExclusive":{"type":"string","format":"date-time"},"lastUpdate":{"type":"string","format":"date-time"},"operator":{"type":"string"},"performance":{"type":"object","nullable":true,"properties":{"endpoints":{"type":"array","items":{"properties":{"endpoint":{"type":"string","enum":["add-chain (new)","add-chain (old)","add-pre-chain (new)","add-pre-chain (old)","get-entries","get-roots","get-sth"]},"responseTime":{"type":"number"},"uptime":{"type":"number"}},"required":["endpoint","responseTime","uptime"],"type":"object"}},"responseTime":{"type":"number"},"uptime":{"type":"number"}},"required":["responseTime","uptime","endpoints"]},"related":{"type":"array","items":{"properties":{"endExclusive":{"type":"string","format":"date-time"},"slug":{"type":"string"},"startInclusive":{"type":"string","format":"date-time"},"state":{"type":"string","enum":["USABLE","PENDING","QUALIFIED","READ_ONLY","RETIRED","REJECTED"]}},"required":["slug","description","state","startInclusive","endExclusive"],"type":"object"}},"slug":{"type":"string"},"startInclusive":{"type":"string","format":"date-time"},"state":{"type":"string","enum":["USABLE","PENDING","QUALIFIED","READ_ONLY","RETIRED","REJECTED"]},"stateTimestamp":{"type":"string","format":"date-time"},"submittableCertCount":{"type":"string","nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$"},"submittedCertCount":{"type":"string","nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$"},"url":{"type":"string"}},"required":["slug","description","operator","api","state","stateTimestamp","startInclusive","endExclusive","url","performance","avgThroughput","submittedCertCount","submittableCertCount","lastUpdate","related"]}},"required":["certificateLog"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct.logs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/ct/summary/{dimension}":{"get":{"operationId":"radar-get-ct-summary","summary":"Get certificate distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CA","CA_OWNER","DURATION","ENTRY_TYPE","EXPIRATION_STATUS","HAS_IPS","HAS_WILDCARDS","LOG","LOG_API","LOG_OPERATOR","PUBLIC_KEY_ALGORITHM","SIGNATURE_ALGORITHM","TLD","VALIDATION_LEVEL"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"ca","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"caOwner","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"duration","in":"query","schema":{"type":"array","items":{"enum":["LTE_3D","GT_3D_LTE_7D","GT_7D_LTE_10D","GT_10D_LTE_47D","GT_47D_LTE_100D","GT_100D_LTE_200D","GT_200D"],"type":"string"}}},{"name":"entryType","in":"query","schema":{"type":"array","items":{"enum":["PRECERTIFICATE","CERTIFICATE"],"type":"string"}}},{"name":"expirationStatus","in":"query","schema":{"type":"array","items":{"enum":["EXPIRED","VALID"],"type":"string"}}},{"name":"hasIps","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"hasWildcards","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"log","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"logApi","in":"query","schema":{"type":"array","items":{"enum":["RFC6962","STATIC"],"type":"string"}}},{"name":"logOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"publicKeyAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA","ECDSA","RSA"],"type":"string"}}},{"name":"signatureAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA_SHA_1","DSA_SHA_256","ECDSA_SHA_1","ECDSA_SHA_256","ECDSA_SHA_384","ECDSA_SHA_512","PSS_SHA_256","PSS_SHA_384","PSS_SHA_512","RSA_MD2","RSA_MD5","RSA_SHA_1","RSA_SHA_256","RSA_SHA_384","RSA_SHA_512"],"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"validationLevel","in":"query","schema":{"type":"array","items":{"enum":["DOMAIN","ORGANIZATION","EXTENDED"],"type":"string"}}},{"name":"uniqueEntries","in":"query","schema":{"type":"array","items":{"enum":["true","false"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"RAW_VALUES","enum":["RAW_VALUES","PERCENTAGE"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"anyOf":[{"additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"object"},{"properties":{"rfc6962":{"type":"string"},"static":{"type":"string"}},"required":["rfc6962","static"],"type":"object"},{"properties":{"gt_121d":{"type":"string"},"gt_16d_lte_31d":{"type":"string"},"gt_31d_lte_91d":{"type":"string"},"gt_3d_lte_16d":{"type":"string"},"gt_91d_lte_121d":{"type":"string"},"lte_3d":{"type":"string"}},"required":["gt_31d_lte_91d","gt_121d","lte_3d","gt_91d_lte_121d","gt_16d_lte_31d","gt_3d_lte_16d"],"type":"object"},{"properties":{"CERTIFICATE":{"type":"string"},"PRECERTIFICATE":{"type":"string"}},"required":["CERTIFICATE","PRECERTIFICATE"],"type":"object"},{"properties":{"EXPIRED":{"type":"string"},"VALID":{"type":"string"}},"required":["VALID","EXPIRED"],"type":"object"},{"properties":{"NEGATIVE":{"type":"string"},"POSITIVE":{"type":"string"}},"required":["POSITIVE","NEGATIVE"],"type":"object"},{"properties":{"DSA":{"type":"string"},"ECDSA":{"type":"string"},"RSA":{"type":"string"}},"required":["RSA","ECDSA","DSA"],"type":"object"},{"properties":{"domain":{"type":"string"},"extended":{"type":"string"},"organization":{"type":"string"},"unknown":{"type":"string"}},"required":["domain","organization","unknown","extended"],"type":"object"}]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/ct/timeseries":{"get":{"operationId":"radar-get-ct-timeseries","summary":"Get certificates time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"ca","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"caOwner","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"duration","in":"query","schema":{"type":"array","items":{"enum":["LTE_3D","GT_3D_LTE_7D","GT_7D_LTE_10D","GT_10D_LTE_47D","GT_47D_LTE_100D","GT_100D_LTE_200D","GT_200D"],"type":"string"}}},{"name":"entryType","in":"query","schema":{"type":"array","items":{"enum":["PRECERTIFICATE","CERTIFICATE"],"type":"string"}}},{"name":"expirationStatus","in":"query","schema":{"type":"array","items":{"enum":["EXPIRED","VALID"],"type":"string"}}},{"name":"hasIps","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"hasWildcards","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"log","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"logApi","in":"query","schema":{"type":"array","items":{"enum":["RFC6962","STATIC"],"type":"string"}}},{"name":"logOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"publicKeyAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA","ECDSA","RSA"],"type":"string"}}},{"name":"signatureAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA_SHA_1","DSA_SHA_256","ECDSA_SHA_1","ECDSA_SHA_256","ECDSA_SHA_384","ECDSA_SHA_512","PSS_SHA_256","PSS_SHA_384","PSS_SHA_512","RSA_MD2","RSA_MD5","RSA_SHA_1","RSA_SHA_256","RSA_SHA_384","RSA_SHA_512"],"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"validationLevel","in":"query","schema":{"type":"array","items":{"enum":["DOMAIN","ORGANIZATION","EXTENDED"],"type":"string"}}},{"name":"uniqueEntries","in":"query","schema":{"type":"array","items":{"enum":["true","false"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/ct/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-ct-timeseries-group","summary":"Get time series of certificate distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["CA","CA_OWNER","DURATION","ENTRY_TYPE","EXPIRATION_STATUS","HAS_IPS","HAS_WILDCARDS","LOG","LOG_API","LOG_OPERATOR","PUBLIC_KEY_ALGORITHM","SIGNATURE_ALGORITHM","TLD","VALIDATION_LEVEL"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"ca","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"caOwner","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"duration","in":"query","schema":{"type":"array","items":{"enum":["LTE_3D","GT_3D_LTE_7D","GT_7D_LTE_10D","GT_10D_LTE_47D","GT_47D_LTE_100D","GT_100D_LTE_200D","GT_200D"],"type":"string"}}},{"name":"entryType","in":"query","schema":{"type":"array","items":{"enum":["PRECERTIFICATE","CERTIFICATE"],"type":"string"}}},{"name":"expirationStatus","in":"query","schema":{"type":"array","items":{"enum":["EXPIRED","VALID"],"type":"string"}}},{"name":"hasIps","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"hasWildcards","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"log","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"logApi","in":"query","schema":{"type":"array","items":{"enum":["RFC6962","STATIC"],"type":"string"}}},{"name":"logOperator","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"publicKeyAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA","ECDSA","RSA"],"type":"string"}}},{"name":"signatureAlgorithm","in":"query","schema":{"type":"array","items":{"enum":["DSA_SHA_1","DSA_SHA_256","ECDSA_SHA_1","ECDSA_SHA_256","ECDSA_SHA_384","ECDSA_SHA_512","PSS_SHA_256","PSS_SHA_384","PSS_SHA_512","RSA_MD2","RSA_MD5","RSA_SHA_1","RSA_SHA_256","RSA_SHA_384","RSA_SHA_512"],"type":"string"}}},{"name":"validationLevel","in":"query","schema":{"type":"array","items":{"enum":["DOMAIN","ORGANIZATION","EXTENDED"],"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"RAW_VALUES","enum":["RAW_VALUES","PERCENTAGE"]}},{"name":"uniqueEntries","in":"query","schema":{"type":"array","items":{"enum":["true","false"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"anyOf":[{"additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"],"type":"object"},{"properties":{"rfc6962":{"type":"array","items":{"type":"string"}},"static":{"type":"array","items":{"type":"string"}}},"required":["rfc6962","static"],"type":"object"},{"properties":{"gt_121d":{"type":"array","items":{"type":"string"}},"gt_16d_lte_31d":{"type":"array","items":{"type":"string"}},"gt_31d_lte_91d":{"type":"array","items":{"type":"string"}},"gt_3d_lte_16d":{"type":"array","items":{"type":"string"}},"gt_91d_lte_121d":{"type":"array","items":{"type":"string"}},"lte_3d":{"type":"array","items":{"type":"string"}}},"required":["gt_31d_lte_91d","gt_121d","lte_3d","gt_91d_lte_121d","gt_16d_lte_31d","gt_3d_lte_16d"],"type":"object"},{"properties":{"CERTIFICATE":{"type":"array","items":{"type":"string"}},"PRECERTIFICATE":{"type":"array","items":{"type":"string"}}},"required":["CERTIFICATE","PRECERTIFICATE"],"type":"object"},{"properties":{"EXPIRED":{"type":"array","items":{"type":"string"}},"VALID":{"type":"array","items":{"type":"string"}}},"required":["VALID","EXPIRED"],"type":"object"},{"properties":{"NEGATIVE":{"type":"array","items":{"type":"string"}},"POSITIVE":{"type":"array","items":{"type":"string"}}},"required":["POSITIVE","NEGATIVE"],"type":"object"},{"properties":{"DSA":{"type":"array","items":{"type":"string"}},"ECDSA":{"type":"array","items":{"type":"string"}},"RSA":{"type":"array","items":{"type":"string"}}},"required":["RSA","ECDSA","DSA"],"type":"object"},{"properties":{"domain":{"type":"array","items":{"type":"string"}},"extended":{"type":"array","items":{"type":"string"}},"organization":{"type":"array","items":{"type":"string"}},"unknown":{"type":"array","items":{"type":"string"}}},"required":["domain","organization","unknown","extended"],"type":"object"}]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Certificate Transparency"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ct","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/datasets":{"get":{"operationId":"radar-get-reports-datasets","summary":"List datasets","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"datasetType","in":"query","schema":{"type":"string","default":"RANKING_BUCKET","enum":["RANKING_BUCKET","REPORT"]}},{"name":"date","in":"query","schema":{"type":"string","format":"date"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"datasets":{"type":"array","items":{"properties":{"id":{"type":"integer"},"meta":{"type":"object"},"tags":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"type":{"type":"string"}},"required":["id","title","description","type","tags","meta"],"type":"object"}}},"required":["datasets"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Datasets"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.datasets","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/datasets/download":{"post":{"operationId":"radar-post-reports-dataset-download-url","summary":"Get dataset download URL","parameters":[{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"datasetId":{"type":"integer","x-auditable":true}},"required":["datasetId"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"dataset":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]}},"required":["dataset"]}},"required":["result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Datasets"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.datasets","x-fern-sdk-method-name":"download","x-forge-hidden":true}},"/radar/datasets/{alias}":{"get":{"operationId":"radar-get-reports-dataset-download","summary":"Get dataset CSV stream","parameters":[{"name":"alias","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"text/csv":{"schema":{"type":"string"}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Datasets"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.datasets","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/dns/summary/cache_hit":{"get":{"operationId":"radar-get-dns-summary-by-cache-hit-status","summary":"Get DNS queries by cache status summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NEGATIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"POSITIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["POSITIVE","NEGATIVE"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"cache-hit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/dnssec":{"get":{"operationId":"radar-get-dns-summary-by-dnssec","summary":"Get DNS queries by DNSSEC support summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"INSECURE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"INVALID":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"OTHER":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SECURE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["INSECURE","SECURE","INVALID","OTHER"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/dnssec_aware":{"get":{"operationId":"radar-get-dns-summary-by-dnssec-awareness","summary":"Get DNS queries by DNSSEC awareness summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NOT_SUPPORTED","SUPPORTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"dnssec-aware","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/dnssec_e2e":{"get":{"operationId":"radar-get-dns-summary-by-dnssec-e2e-version","summary":"Get DNS queries by DNSSEC end-to-end summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NEGATIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"POSITIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NEGATIVE","POSITIVE"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"dnssec-e2e","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/ip_version":{"get":{"operationId":"radar-get-dns-summary-by-ip-version","summary":"Get DNS queries by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/matching_answer":{"get":{"operationId":"radar-get-dns-summary-by-matching-answer-status","summary":"Get DNS queries by matching answer summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NEGATIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"POSITIVE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["POSITIVE","NEGATIVE"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"matching-answer","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/protocol":{"get":{"operationId":"radar-get-dns-summary-by-protocol","summary":"Get DNS queries by protocol summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTPS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TCP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"UDP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["UDP","TLS","HTTPS","TCP"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/query_type":{"get":{"operationId":"radar-get-dns-summary-by-query-type","summary":"Get DNS queries by type summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"query-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/response_code":{"get":{"operationId":"radar-get-dns-summary-by-response-code","summary":"Get DNS queries by response code summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"response-code","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/response_ttl":{"get":{"operationId":"radar-get-dns-summary-by-response-ttl","summary":"Get DNS queries by response TTL summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"gt_15m_lte_1h":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_1d_lte_1w":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_1h_lte_1d":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_1m_lte_5m":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_1w":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"gt_5m_lte_15m":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"lte_1m":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["lte_1m","gt_1m_lte_5m","gt_5m_lte_15m","gt_15m_lte_1h","gt_1h_lte_1d","gt_1d_lte_1w","gt_1w"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.summary","x-fern-sdk-method-name":"response-ttl","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/summary_v2/) instead."}},"/radar/dns/summary/{dimension}":{"get":{"operationId":"radar-get-dns-summary","summary":"Get DNS summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["AS","CACHE_HIT","DNSSEC","DNSSEC_AWARE","DNSSEC_E2E","IP_VERSION","LOCATION","MATCHING_ANSWER","PROTOCOL","QUERY_TYPE","RESPONSE_CODE","RESPONSE_TTL","TLD","TLD_DNS_MAGNITUDE"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/dns/timeseries":{"get":{"operationId":"radar-get-dns-timeseries","summary":"Get DNS queries time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/dns/timeseries_groups/cache_hit":{"get":{"operationId":"radar-get-dns-timeseries-group-by-cache-hit-status","summary":"Get DNS queries by cache status time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NEGATIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"POSITIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["POSITIVE","NEGATIVE"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"cache-hit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/dnssec":{"get":{"operationId":"radar-get-dns-timeseries-group-by-dnssec","summary":"Get DNS queries by DNSSEC support time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"INSECURE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"INVALID":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"OTHER":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SECURE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["INSECURE","SECURE","INVALID","OTHER"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"dnssec","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/dnssec_aware":{"get":{"operationId":"radar-get-dns-timeseries-group-by-dnssec-awareness","summary":"Get DNS queries by DNSSEC awareness time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NOT_SUPPORTED","SUPPORTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"dnssec-aware","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/dnssec_e2e":{"get":{"operationId":"radar-get-dns-timeseries-group-by-dnssec-e2e-version","summary":"Get DNS queries by DNSSEC end-to-end time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NEGATIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"POSITIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NEGATIVE","POSITIVE"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"dnssec-e2e","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-dns-timeseries-group-by-ip-version","summary":"Get DNS queries by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/matching_answer":{"get":{"operationId":"radar-get-dns-timeseries-group-by-matching-answer-status","summary":"Get DNS queries by matching answer time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NEGATIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"POSITIVE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["POSITIVE","NEGATIVE"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"matching-answer","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/protocol":{"get":{"operationId":"radar-get-dns-timeseries-group-by-protocol","summary":"Get DNS queries by protocol time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"HTTPS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TCP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"UDP":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["UDP","TLS","HTTPS","TCP"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/query_type":{"get":{"operationId":"radar-get-dns-timeseries-group-by-query-type","summary":"Get DNS queries by type time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"query-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/response_code":{"get":{"operationId":"radar-get-dns-timeseries-group-by-response-code","summary":"Get DNS queries by response code time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"response-code","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/response_ttl":{"get":{"operationId":"radar-get-dns-timeseries-group-by-response-ttl","summary":"Get DNS queries by response TTL time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"gt_15m_lte_1h":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_1d_lte_1w":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_1h_lte_1d":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_1m_lte_5m":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_1w":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"gt_5m_lte_15m":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"lte_1m":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["lte_1m","gt_1m_lte_5m","gt_5m_lte_15m","gt_15m_lte_1h","gt_1h_lte_1d","gt_1d_lte_1w","gt_1w"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.dns.timeseries-groups","x-fern-sdk-method-name":"response-ttl","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar DNS Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) instead."}},"/radar/dns/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-dns-timeseries-group","summary":"Get DNS time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["AS","CACHE_HIT","DNSSEC","DNSSEC_AWARE","DNSSEC_E2E","IP_VERSION","LOCATION","MATCHING_ANSWER","PROTOCOL","QUERY_TYPE","RESPONSE_CODE","RESPONSE_TTL","TLD","TLD_DNS_MAGNITUDE"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX","RANK"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/dns/top/ases":{"get":{"operationId":"radar-get-dns-top-ases","summary":"Get top ASes by DNS queries","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"domain","in":"query","schema":{"type":"array","items":{"maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$","type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns.top","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/dns/top/locations":{"get":{"operationId":"radar-get-dns-top-locations","summary":"Get top locations by DNS queries","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"domain","in":"query","schema":{"type":"array","items":{"maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$","type":"string"}}},{"name":"cacheHit","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"nodata","in":"query","schema":{"type":"array","items":{"type":"boolean"},"default":["true"]}},{"name":"protocol","in":"query","schema":{"type":"array","items":{"enum":["UDP","TCP","HTTPS","TLS"],"type":"string"}}},{"name":"queryType","in":"query","schema":{"type":"array","items":{"enum":["A","AAAA","A6","AFSDB","ANY","APL","ATMA","AXFR","CAA","CDNSKEY","CDS","CERT","CNAME","CSYNC","DHCID","DLV","DNAME","DNSKEY","DOA","DS","EID","EUI48","EUI64","GPOS","GID","HINFO","HIP","HTTPS","IPSECKEY","ISDN","IXFR","KEY","KX","L32","L64","LOC","LP","MAILA","MAILB","MB","MD","MF","MG","MINFO","MR","MX","NAPTR","NB","NBSTAT","NID","NIMLOC","NINFO","NS","NSAP","NSEC","NSEC3","NSEC3PARAM","NULL","NXT","OPENPGPKEY","OPT","PTR","PX","RKEY","RP","RRSIG","RT","SIG","SINK","SMIMEA","SOA","SPF","SRV","SSHFP","SVCB","TA","TALINK","TKEY","TLSA","TSIG","TXT","UINFO","UID","UNSPEC","URI","WKS","X25","ZONEMD"],"nullable":true,"type":"string"}}},{"name":"responseCode","in":"query","schema":{"type":"array","items":{"enum":["NOERROR","FORMERR","SERVFAIL","NXDOMAIN","NOTIMP","REFUSED","YXDOMAIN","YXRRSET","NXRRSET","NOTAUTH","NOTZONE","BADSIG","BADKEY","BADTIME","BADMODE","BADNAME","BADALG","BADTRUNC","BADCOOKIE"],"type":"string"}}},{"name":"responseTtl","in":"query","schema":{"type":"array","items":{"enum":["LTE_1M","GT_1M_LTE_5M","GT_5M_LTE_15M","GT_15M_LTE_1H","GT_1H_LTE_1D","GT_1D_LTE_1W","GT_1W"],"type":"string"}}},{"name":"dnssec","in":"query","schema":{"type":"array","items":{"enum":["INVALID","INSECURE","SECURE","OTHER"],"type":"string"}}},{"name":"dnssecAware","in":"query","schema":{"type":"array","items":{"enum":["SUPPORTED","NOT_SUPPORTED"],"type":"string"}}},{"name":"dnssecE2e","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"matchingAnswer","in":"query","schema":{"type":"array","items":{"type":"boolean"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar DNS"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.dns.top","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/email/routing/summary/arc":{"get":{"operationId":"radar-get-email-routing-summary-by-arc","summary":"Get email ARC validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"arc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/dkim":{"get":{"operationId":"radar-get-email-routing-summary-by-dkim","summary":"Get email DKIM validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"dkim","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/dmarc":{"get":{"operationId":"radar-get-email-routing-summary-by-dmarc","summary":"Get email DMARC validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"dmarc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/encrypted":{"get":{"operationId":"radar-get-email-routing-summary-by-encrypted","summary":"Get email encryption status summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"ENCRYPTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NOT_ENCRYPTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["ENCRYPTED","NOT_ENCRYPTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"encrypted","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/ip_version":{"get":{"operationId":"radar-get-email-routing-summary-by-ip-version","summary":"Get email IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/spf":{"get":{"operationId":"radar-get-email-routing-summary-by-spf","summary":"Get email SPF validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.summary","x-fern-sdk-method-name":"spf","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/summary_v2/) instead."}},"/radar/email/routing/summary/{dimension}":{"get":{"operationId":"radar-get-email-routing-summary","summary":"Get email routing summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["IP_VERSION","ENCRYPTED","ARC","DKIM","DMARC","SPF"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.routing","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/email/routing/timeseries_groups/arc":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-arc","summary":"Get email ARC validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"arc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/dkim":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-dkim","summary":"Get email DKIM validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"dkim","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/dmarc":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-dmarc","summary":"Get email DMARC validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"dmarc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/encrypted":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-encrypted","summary":"Get email encryption status time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"ENCRYPTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NOT_ENCRYPTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["ENCRYPTED","NOT_ENCRYPTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"encrypted","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-ip-version","summary":"Get email IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/spf":{"get":{"operationId":"radar-get-email-routing-timeseries-group-by-spf","summary":"Get email SPF validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.routing.timeseries-groups","x-fern-sdk-method-name":"spf","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Routing Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/routing/methods/timeseries_groups_v2/) instead."}},"/radar/email/routing/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-email-routing-timeseries-group","summary":"Get email routing time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["IP_VERSION","ENCRYPTED","ARC","DKIM","DMARC","SPF"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"encrypted","in":"query","schema":{"type":"array","items":{"enum":["ENCRYPTED","NOT_ENCRYPTED"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Routing"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.routing","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/email/security/summary/arc":{"get":{"operationId":"radar-get-email-security-summary-by-arc","summary":"Get email ARC validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"arc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/dkim":{"get":{"operationId":"radar-get-email-security-summary-by-dkim","summary":"Get email DKIM validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"dkim","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/dmarc":{"get":{"operationId":"radar-get-email-security-summary-by-dmarc","summary":"Get email DMARC validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"dmarc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/malicious":{"get":{"operationId":"radar-get-email-security-summary-by-malicious","summary":"Get email malicious classification summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"MALICIOUS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NOT_MALICIOUS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["MALICIOUS","NOT_MALICIOUS"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"malicious","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/spam":{"get":{"operationId":"radar-get-email-security-summary-by-spam","summary":"Get email spam classification summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SPAM":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SPAM":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SPAM","NOT_SPAM"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"spam","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/spf":{"get":{"operationId":"radar-get-email-security-summary-by-spf","summary":"Get email SPF validation summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"FAIL":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"NONE":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"PASS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["NONE","PASS","FAIL"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"spf","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/spoof":{"get":{"operationId":"radar-get-email-security-summary-by-spoof","summary":"Get email spoof classification summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SPOOF":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SPOOF":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SPOOF","NOT_SPOOF"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"spoof","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/threat_category":{"get":{"operationId":"radar-get-email-security-summary-by-threat-category","summary":"Get email threat category summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"BrandImpersonation":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"CredentialHarvester":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IdentityDeception":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"Link":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IdentityDeception","Link","BrandImpersonation","CredentialHarvester"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"threat-category","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/tls_version":{"get":{"operationId":"radar-get-email-security-summary-by-tls-version","summary":"Get email TLS version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"TLS 1.0":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.1":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.2":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.3":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["TLS 1.0","TLS 1.1","TLS 1.2","TLS 1.3"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.summary","x-fern-sdk-method-name":"tls-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/summary_v2/) instead."}},"/radar/email/security/summary/{dimension}":{"get":{"operationId":"radar-get-email-security-summary","summary":"Get email security summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["SPAM","MALICIOUS","SPOOF","THREAT_CATEGORY","ARC","DKIM","DMARC","SPF","TLS_VERSION"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/email/security/timeseries_groups/arc":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-arc","summary":"Get email ARC validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"arc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/dkim":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-dkim","summary":"Get email DKIM validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"dkim","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/dmarc":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-dmarc","summary":"Get email DMARC validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"dmarc","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/malicious":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-malicious","summary":"Get email malicious classification time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"MALICIOUS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NOT_MALICIOUS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["MALICIOUS","NOT_MALICIOUS"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"malicious","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/spam":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-spam","summary":"Get email spam classification time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SPAM":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SPAM":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["SPAM","NOT_SPAM"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"spam","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/spf":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-spf","summary":"Get email SPF validation time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"FAIL":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"NONE":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"PASS":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["NONE","PASS","FAIL"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"spf","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/spoof":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-spoof","summary":"Get email spoof classification time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SPOOF":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SPOOF":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["SPOOF","NOT_SPOOF"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"spoof","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/threat_category":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-threat-category","summary":"Get email threat category time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"BrandImpersonation":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"CredentialHarvester":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IdentityDeception":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"Link":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["IdentityDeception","Link","BrandImpersonation","CredentialHarvester"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"threat-category","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/tls_version":{"get":{"operationId":"radar-get-email-security-timeseries-group-by-tls-version","summary":"Get email TLS version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"TLS 1.0":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.1":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.2":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.3":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["TLS 1.0","TLS 1.1","TLS 1.2","TLS 1.3"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.email.security.timeseries-groups","x-fern-sdk-method-name":"tls-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Email Security Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/email/subresources/security/methods/timeseries_groups_v2/) instead."}},"/radar/email/security/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-email-security-timeseries-group","summary":"Get email security time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["SPAM","MALICIOUS","SPOOF","THREAT_CATEGORY","ARC","DKIM","DMARC","SPF","TLS_VERSION"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/email/security/top/tlds":{"get":{"operationId":"radar-get-email-security-top-tlds-by-messages","summary":"Get top TLDs by email message volume","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"tldCategory","in":"query","schema":{"type":"string","enum":["CLASSIC","COUNTRY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security.top.tlds","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/email/security/top/tlds/malicious/{malicious}":{"get":{"operationId":"radar-get-email-security-top-tlds-by-malicious","summary":"Get top TLDs by email malicious classification","parameters":[{"name":"malicious","in":"path","required":true,"schema":{"type":"string","enum":["MALICIOUS","NOT_MALICIOUS"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"tldCategory","in":"query","schema":{"type":"string","enum":["CLASSIC","COUNTRY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security.top.tlds.malicious","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/email/security/top/tlds/spam/{spam}":{"get":{"operationId":"radar-get-email-security-top-tlds-by-spam","summary":"Get top TLDs by email spam classification","parameters":[{"name":"spam","in":"path","required":true,"schema":{"type":"string","enum":["SPAM","NOT_SPAM"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"tldCategory","in":"query","schema":{"type":"string","enum":["CLASSIC","COUNTRY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security.top.tlds.spam","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/email/security/top/tlds/spoof/{spoof}":{"get":{"operationId":"radar-get-email-security-top-tlds-by-spoof","summary":"Get top TLDs by email spoof classification","parameters":[{"name":"spoof","in":"path","required":true,"schema":{"type":"string","enum":["SPOOF","NOT_SPOOF"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"arc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dkim","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"dmarc","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"spf","in":"query","schema":{"type":"array","items":{"enum":["PASS","NONE","FAIL"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3"],"type":"string"}}},{"name":"tldCategory","in":"query","schema":{"type":"string","enum":["CLASSIC","COUNTRY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Email Security"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.email.security.top.tlds.spoof","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/entities/asns":{"get":{"operationId":"radar-get-entities-asn-list","summary":"List autonomous systems","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"asn","in":"query","schema":{"type":"string"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"ASN","enum":["ASN","POPULATION"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asns":{"type":"array","items":{"properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"country":{"type":"string"},"countryName":{"type":"string"},"estimatedUsers":{"type":"object","properties":{"estimatedUsers":{"type":"integer"}}},"name":{"type":"string"},"orgName":{"type":"string"},"website":{"type":"string"}},"required":["name","asn","country","countryName","estimatedUsers"],"type":"object"}}},"required":["asns"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/entities/asns/botnet_threat_feed":{"get":{"operationId":"radar-get-as-botnet-threat-feed","summary":"Get AS rankings by botnet threat feed activity","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"metric","in":"query","schema":{"type":"string","default":"NUMBER_OF_OFFENDING_IPS","enum":["OFFENSE_COUNT","NUMBER_OF_OFFENDING_IPS"]}},{"name":"date","in":"query","schema":{"type":"string","format":"date"}},{"name":"compareDateRange","in":"query","schema":{"type":"string","pattern":"^([1-9][0-9]?|[1-9][0-9]{1,2}|3[0-5][0-9]|36[0-4])d|([1-9]|[1-4][0-9]|5[0-2])w$"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["ASC","DESC"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"ases":{"type":"array","items":{"properties":{"asn":{"type":"integer"},"country":{"type":"string"},"name":{"type":"string"},"rank":{"type":"integer"},"rankChange":{"type":"integer"}},"required":["asn","name","country","rank"],"type":"object"}},"meta":{"type":"object","properties":{"compareDate":{"type":"string"},"date":{"type":"string"},"total":{"type":"integer"}},"required":["date","total"]}},"required":["ases","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"botnet-threat-feed","x-forge-hidden":true}},"/radar/entities/asns/ip":{"get":{"operationId":"radar-get-entities-asn-by-ip","summary":"Get AS details by IP address","parameters":[{"name":"ip","in":"query","required":true,"schema":{"type":"string","format":"ip"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asn":{"type":"object","properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"country":{"type":"string"},"countryName":{"type":"string"},"estimatedUsers":{"type":"object","properties":{"estimatedUsers":{"type":"integer"},"locations":{"type":"array","items":{"properties":{"estimatedUsers":{"type":"integer"},"locationAlpha2":{"type":"string"},"locationName":{"type":"string"}},"required":["locationName","locationAlpha2"],"type":"object"}}},"required":["locations"]},"name":{"type":"string"},"orgName":{"type":"string"},"related":{"type":"array","items":{"properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"estimatedUsers":{"type":"integer"},"name":{"type":"string"}},"required":["name","asn"],"type":"object"}},"source":{"type":"string"},"website":{"type":"string"}},"required":["name","country","countryName","related","asn","website","orgName","source","estimatedUsers"]}},"required":["asn"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"ip","x-forge-hidden":true}},"/radar/entities/asns/{asn}":{"get":{"operationId":"radar-get-entities-asn-by-id","summary":"Get AS details by ASN","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"asn":{"type":"object","properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"confidenceLevel":{"type":"integer"},"country":{"type":"string"},"countryName":{"type":"string"},"estimatedUsers":{"type":"object","properties":{"estimatedUsers":{"type":"integer"},"locations":{"type":"array","items":{"properties":{"estimatedUsers":{"type":"integer"},"locationAlpha2":{"type":"string"},"locationName":{"type":"string"}},"required":["locationName","locationAlpha2"],"type":"object"}}},"required":["locations"]},"name":{"type":"string"},"orgName":{"type":"string"},"related":{"type":"array","items":{"properties":{"aka":{"type":"string"},"asn":{"type":"integer"},"estimatedUsers":{"type":"integer"},"name":{"type":"string"}},"required":["name","asn"],"type":"object"}},"source":{"type":"string"},"website":{"type":"string"}},"required":["name","country","countryName","confidenceLevel","related","source","asn","website","orgName","estimatedUsers"]}},"required":["asn"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/entities/asns/{asn}/as_set":{"get":{"operationId":"radar-get-asns-as-set","summary":"Get IRR AS-SETs that an AS is a member of","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"as_sets":{"type":"array","items":{"properties":{"as_members_count":{"type":"integer"},"as_set_members_count":{"type":"integer"},"as_set_upstreams_count":{"type":"integer"},"asn_cone_size":{"type":"integer"},"hierarchical_asn":{"type":"integer"},"inferred_asn":{"type":"integer"},"irr_sources":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"peeringdb_asn":{"type":"integer"}},"required":["name","as_members_count","as_set_members_count","irr_sources","asn_cone_size","as_set_upstreams_count"],"type":"object"}},"paths":{"type":"array","items":{"items":{"type":"string"},"type":"array"}}},"required":["as_sets","paths"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"as-set","x-forge-hidden":true}},"/radar/entities/asns/{asn}/rel":{"get":{"operationId":"radar-get-asns-rel","summary":"Get AS-level relationships by ASN","parameters":[{"name":"asn","in":"path","required":true,"schema":{"type":"integer"}},{"name":"asn2","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"data_time":{"type":"string"},"query_time":{"type":"string"},"total_peers":{"type":"integer"}},"required":["data_time","query_time","total_peers"]},"rels":{"type":"array","items":{"properties":{"asn1":{"type":"integer"},"asn1_country":{"type":"string"},"asn1_name":{"type":"string"},"asn2":{"type":"integer"},"asn2_country":{"type":"string"},"asn2_name":{"type":"string"},"rel":{"type":"string"}},"required":["asn1","asn1_country","asn1_name","asn2","asn2_country","asn2_name","rel"],"type":"object"}}},"required":["rels","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Autonomous Systems"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.asns","x-fern-sdk-method-name":"rel","x-forge-hidden":true}},"/radar/entities/ip":{"get":{"operationId":"radar-get-entities-ip","summary":"Get IP address details","parameters":[{"name":"ip","in":"query","required":true,"schema":{"type":"string","format":"ip"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"ip":{"type":"object","properties":{"asn":{"type":"string"},"asnLocation":{"type":"string"},"asnName":{"type":"string"},"asnOrgName":{"type":"string"},"ip":{"type":"string"},"ipVersion":{"type":"string"},"location":{"type":"string"},"locationName":{"type":"string"}},"required":["ip","ipVersion","location","locationName","asn","asnName","asnLocation","asnOrgName"]}},"required":["ip"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar IP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/entities/locations":{"get":{"operationId":"radar-get-entities-locations","summary":"List locations","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"region","in":"query","schema":{"type":"string","maxLength":100}},{"name":"subregion","in":"query","schema":{"type":"string","maxLength":100}},{"name":"continent","in":"query","schema":{"type":"string","enum":["AF","AS","EU","NA","OC","SA"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"locations":{"type":"array","items":{"properties":{"alpha2":{"type":"string"},"continent":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"region":{"type":"string"},"subregion":{"type":"string"}},"required":["name","region","subregion","continent","latitude","longitude","alpha2"],"type":"object"}}},"required":["locations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Locations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.locations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/entities/locations/{location}":{"get":{"operationId":"radar-get-entities-location-by-alpha2","summary":"Get location details","parameters":[{"name":"location","in":"path","required":true,"schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"location":{"type":"object","properties":{"alpha2":{"type":"string"},"confidenceLevel":{"type":"integer"},"continent":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"region":{"type":"string"},"subregion":{"type":"string"}},"required":["name","region","subregion","continent","latitude","longitude","alpha2","confidenceLevel"]}},"required":["location"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Locations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.entities.locations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/geolocations":{"get":{"operationId":"radar-get-geolocations","summary":"List Geolocations","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"geoId","in":"query","schema":{"type":"string"}},{"name":"location","in":"query","schema":{"type":"string"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"geolocations":{"type":"array","items":{"properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"parent":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"parent":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude"]},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude","parent"]},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude","parent"],"type":"object"}}},"required":["geolocations"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Geolocations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.geolocations","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/geolocations/{geo_id}":{"get":{"operationId":"radar-get-geolocation-details","summary":"Get Geolocation details","parameters":[{"name":"geo_id","in":"path","required":true,"schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"geolocation":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"parent":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"parent":{"type":"object","properties":{"code":{"type":"string"},"geoId":{"type":"string"},"latitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"locale":{"type":"string"},"longitude":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"name":{"type":"string"},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude"]},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude","parent"]},"type":{"type":"string","enum":["CONTINENT","COUNTRY","ADM1"]}},"required":["geoId","name","type","latitude","longitude","parent"]}},"required":["geolocation"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Geolocations"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.geolocations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/summary/bot_class":{"get":{"operationId":"radar-get-http-summary-by-bot-class","summary":"Get HTTP requests by bot class summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"bot":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"human":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["human","bot"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"bot-class","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/device_type":{"get":{"operationId":"radar-get-http-summary-by-device-type","summary":"Get HTTP requests by device type summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"desktop":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"mobile":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"other":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["desktop","mobile","other"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"device-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/http_protocol":{"get":{"operationId":"radar-get-http-summary-by-http-protocol","summary":"Get HTTP requests by HTTP/HTTPS summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"http":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"https":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["http","https"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"http-protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/http_version":{"get":{"operationId":"radar-get-http-summary-by-http-version","summary":"Get HTTP requests by HTTP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTP/1.x":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"HTTP/2":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"HTTP/3":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["HTTP/1.x","HTTP/2","HTTP/3"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"http-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/ip_version":{"get":{"operationId":"radar-get-http-summary-by-ip-version","summary":"Get HTTP requests by IP version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"IPv4":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IPv6":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["IPv4","IPv6"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/os":{"get":{"operationId":"radar-get-http-summary-by-operating-system","summary":"Get HTTP requests by OS summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"ANDROID":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"IOS":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["ANDROID","IOS"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"os","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/post_quantum":{"get":{"operationId":"radar-get-http-summary-by-post-quantum","summary":"Get HTTP requests by post-quantum support summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"SUPPORTED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["SUPPORTED","NOT_SUPPORTED"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"post-quantum","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/tls_version":{"get":{"operationId":"radar-get-http-summary-by-tls-version","summary":"Get HTTP requests by TLS version summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"TLS 1.0":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.1":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.2":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS 1.3":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"TLS QUIC":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["TLS 1.0","TLS 1.1","TLS 1.2","TLS 1.3","TLS QUIC"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.summary","x-fern-sdk-method-name":"tls-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/summary/{dimension}":{"get":{"operationId":"radar-get-http-summary","summary":"Get HTTP requests summary by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ADM1","API_TRAFFIC","AS","BOT_CLASS","BROWSER","BROWSER_FAMILY","CONTENT_TYPE","DEVICE_TYPE","HTTP_PROTOCOL","HTTP_VERSION","IP_VERSION","LOCATION","OS","POST_QUANTUM","TLS_VERSION"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"apiTraffic","in":"query","schema":{"type":"array","items":{"enum":["API","NON_API"],"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/http/timeseries":{"get":{"operationId":"radar-get-http-timeseries","summary":"Get HTTP requests time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"apiTraffic","in":"query","schema":{"type":"array","items":{"enum":["API","NON_API"],"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/http/timeseries_groups/bot_class":{"get":{"operationId":"radar-get-http-timeseries-group-by-bot-class","summary":"Get HTTP requests by bot class time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"bot":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"human":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","human","bot"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"bot-class","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/browser":{"get":{"operationId":"radar-get-http-timeseries-group-by-browsers","summary":"Get HTTP requests by user agent time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"browser","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/browser_family":{"get":{"operationId":"radar-get-http-timeseries-group-by-browser-families","summary":"Get HTTP requests by user agent family time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"browser-family","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/device_type":{"get":{"operationId":"radar-get-http-timeseries-group-by-device-type","summary":"Get HTTP requests by device type time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"desktop":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"mobile":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"other":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","desktop","mobile","other"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"device-type","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/http_protocol":{"get":{"operationId":"radar-get-http-timeseries-group-by-http-protocol","summary":"Get HTTP requests by HTTP/HTTPS time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"http":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"https":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","http","https"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"http-protocol","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/http_version":{"get":{"operationId":"radar-get-http-timeseries-group-by-http-version","summary":"Get HTTP requests by HTTP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"HTTP/1.x":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"HTTP/2":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"HTTP/3":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","HTTP/1.x","HTTP/2","HTTP/3"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"http-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/ip_version":{"get":{"operationId":"radar-get-http-timeseries-group-by-ip-version","summary":"Get HTTP requests by IP version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"IPv4":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"IPv6":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","IPv4","IPv6"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"ip-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/os":{"get":{"operationId":"radar-get-http-timeseries-group-by-operating-system","summary":"Get HTTP requests by OS time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"os","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/post_quantum":{"get":{"operationId":"radar-get-http-timeseries-group-by-post-quantum","summary":"Get HTTP requests by post-quantum support time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"NOT_SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"SUPPORTED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","SUPPORTED","NOT_SUPPORTED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"post-quantum","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/tls_version":{"get":{"operationId":"radar-get-http-timeseries-group-by-tls-version","summary":"Get HTTP requests by TLS version time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"TLS 1.0":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.1":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.2":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS 1.3":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"TLS QUIC":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","TLS 1.0","TLS 1.1","TLS 1.2","TLS 1.3","TLS QUIC"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.timeseries-groups","x-fern-sdk-method-name":"tls-version","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/timeseries_groups_v2/) instead."}},"/radar/http/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-http-timeseries-group","summary":"Get HTTP requests time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ADM1","API_TRAFFIC","AS","BOT_CLASS","BROWSER","BROWSER_FAMILY","CONTENT_TYPE","DEVICE_TYPE","HTTP_PROTOCOL","HTTP_VERSION","IP_VERSION","LOCATION","OS","POST_QUANTUM","TLS_VERSION"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"apiTraffic","in":"query","schema":{"type":"array","items":{"enum":["API","NON_API"],"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"contentType","in":"query","schema":{"type":"array","items":{"enum":["HTML","IMAGES","JSON","JAVASCRIPT","CSS","PLAIN_TEXT","FONTS","XML","YAML","VIDEO","AUDIO","MARKDOWN","DOCUMENTS","BINARY","SERIALIZATION","OTHER"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/http/top/ases":{"get":{"operationId":"radar-get-http-top-ases-by-http-requests","summary":"Get top ASes by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/bot_class/{bot_class}":{"get":{"operationId":"radar-get-http-top-ases-by-bot-class","summary":"Get top ASes by HTTP requests for a bot class","parameters":[{"name":"bot_class","in":"path","required":true,"schema":{"type":"string","enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.bot-class","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/browser_family/{browser_family}":{"get":{"operationId":"radar-get-http-top-ases-by-browser-family","summary":"Get top ASes by HTTP requests for a browser family","parameters":[{"name":"browser_family","in":"path","required":true,"schema":{"type":"string","enum":["CHROME","EDGE","FIREFOX","SAFARI"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.browser-family","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/device_type/{device_type}":{"get":{"operationId":"radar-get-http-top-ases-by-device-type","summary":"Get top ASes by HTTP requests for a device type","parameters":[{"name":"device_type","in":"path","required":true,"schema":{"type":"string","enum":["DESKTOP","MOBILE","OTHER"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.device-type","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/http_protocol/{http_protocol}":{"get":{"operationId":"radar-get-http-top-ases-by-http-protocol","summary":"Get top ASes by HTTP requests for an HTTP protocol","parameters":[{"name":"http_protocol","in":"path","required":true,"schema":{"type":"string","enum":["HTTP","HTTPS"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.http-protocol","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/http_version/{http_version}":{"get":{"operationId":"radar-get-http-top-ases-by-http-version","summary":"Get top ASes by HTTP requests for an HTTP version","parameters":[{"name":"http_version","in":"path","required":true,"schema":{"type":"string","enum":["HTTPv1","HTTPv2","HTTPv3"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.http-method","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/ip_version/{ip_version}":{"get":{"operationId":"radar-get-http-top-ases-by-ip-version","summary":"Get top ASes by HTTP requests for an IP version","parameters":[{"name":"ip_version","in":"path","required":true,"schema":{"type":"string","enum":["IPv4","IPv6"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.ip-version","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/os/{os}":{"get":{"operationId":"radar-get-http-top-ases-by-operating-system","summary":"Get top ASes by HTTP requests for an OS","parameters":[{"name":"os","in":"path","required":true,"schema":{"type":"string","enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.os","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/ases/tls_version/{tls_version}":{"get":{"operationId":"radar-get-http-top-ases-by-tls-version","summary":"Get top ASes by HTTP requests for a TLS version","parameters":[{"name":"tls_version","in":"path","required":true,"schema":{"type":"string","enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"integer"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.ases.tls-version","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/browser":{"get":{"operationId":"radar-get-http-top-browsers","summary":"Get top user agents by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.top","x-fern-sdk-method-name":"browser","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/top/browser_family":{"get":{"operationId":"radar-get-http-top-browser-families","summary":"Get top user agent families by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.http.top","x-fern-sdk-method-name":"browser-family","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar HTTP Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/http/methods/summary_v2/) instead."}},"/radar/http/top/locations":{"get":{"operationId":"radar-get-http-top-locations-by-http-requests","summary":"Get top locations by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/bot_class/{bot_class}":{"get":{"operationId":"radar-get-http-top-locations-by-bot-class","summary":"Get top locations by HTTP requests for a bot class","parameters":[{"name":"bot_class","in":"path","required":true,"schema":{"type":"string","enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.bot-class","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/browser_family/{browser_family}":{"get":{"operationId":"radar-get-http-top-locations-by-browser-family","summary":"Get top locations by HTTP requests for a browser family","parameters":[{"name":"browser_family","in":"path","required":true,"schema":{"type":"string","enum":["CHROME","EDGE","FIREFOX","SAFARI"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.browser-family","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/device_type/{device_type}":{"get":{"operationId":"radar-get-http-top-locations-by-device-type","summary":"Get top locations by HTTP requests for a device type","parameters":[{"name":"device_type","in":"path","required":true,"schema":{"type":"string","enum":["DESKTOP","MOBILE","OTHER"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.device-type","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/http_protocol/{http_protocol}":{"get":{"operationId":"radar-get-http-top-locations-by-http-protocol","summary":"Get top locations by HTTP requests for an HTTP protocol","parameters":[{"name":"http_protocol","in":"path","required":true,"schema":{"type":"string","enum":["HTTP","HTTPS"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.http-protocol","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/http_version/{http_version}":{"get":{"operationId":"radar-get-http-top-locations-by-http-version","summary":"Get top locations by HTTP requests for an HTTP version","parameters":[{"name":"http_version","in":"path","required":true,"schema":{"type":"string","enum":["HTTPv1","HTTPv2","HTTPv3"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.http-method","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/ip_version/{ip_version}":{"get":{"operationId":"radar-get-http-top-locations-by-ip-version","summary":"Get top locations by HTTP requests for an IP version","parameters":[{"name":"ip_version","in":"path","required":true,"schema":{"type":"string","enum":["IPv4","IPv6"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.ip-version","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/os/{os}":{"get":{"operationId":"radar-get-http-top-locations-by-operating-system","summary":"Get top locations by HTTP requests for an OS","parameters":[{"name":"os","in":"path","required":true,"schema":{"type":"string","enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"tlsVersion","in":"query","schema":{"type":"array","items":{"enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.os","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/http/top/locations/tls_version/{tls_version}":{"get":{"operationId":"radar-get-http-top-locations-by-tls-version","summary":"Get top locations by HTTP requests for a TLS version","parameters":[{"name":"tls_version","in":"path","required":true,"schema":{"type":"string","enum":["TLSv1_0","TLSv1_1","TLSv1_2","TLSv1_3","TLSvQUIC"]}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"deviceType","in":"query","schema":{"type":"array","items":{"enum":["DESKTOP","MOBILE","OTHER"],"type":"string"}}},{"name":"httpProtocol","in":"query","schema":{"type":"array","items":{"enum":["HTTP","HTTPS"],"type":"string"}}},{"name":"httpVersion","in":"query","schema":{"type":"array","items":{"enum":["HTTPv1","HTTPv2","HTTPv3"],"type":"string"}}},{"name":"ipVersion","in":"query","schema":{"type":"array","items":{"enum":["IPv4","IPv6"],"type":"string"}}},{"name":"os","in":"query","schema":{"type":"array","items":{"enum":["WINDOWS","MACOSX","IOS","ANDROID","CHROMEOS","LINUX","SMART_TV"],"type":"string"}}},{"name":"browserFamily","in":"query","schema":{"type":"array","items":{"enum":["CHROME","EDGE","FIREFOX","SAFARI"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar HTTP"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.http.locations.tls-version","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/leaked_credential_checks/summary/bot_class":{"get":{"operationId":"radar-get-leaked-credential-checks-summary-by-bot-class","summary":"Get HTTP authentication requests by bot class summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"compromised","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","COMPROMISED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"bot":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"human":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["human","bot"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.leaked-credentials.summary","x-fern-sdk-method-name":"bot-class","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Leaked Credentials Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/leaked_credentials/methods/summary_v2/) instead."}},"/radar/leaked_credential_checks/summary/compromised":{"get":{"operationId":"radar-get-leaked-credential-checks-summary-by-compromised","summary":"Get HTTP authentication requests by compromised credential status summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"CLEAN":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"COMPROMISED":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["COMPROMISED","CLEAN"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.leaked-credentials.summary","x-fern-sdk-method-name":"compromised","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Leaked Credentials Summary By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/leaked_credentials/methods/summary_v2/) instead."}},"/radar/leaked_credential_checks/summary/{dimension}":{"get":{"operationId":"radar-get-leaked-credential-checks-summary","summary":"Get HTTP authentication requests distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["COMPROMISED","BOT_CLASS"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"compromised","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","COMPROMISED"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.leaked-credentials","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/leaked_credential_checks/timeseries_groups/bot_class":{"get":{"operationId":"radar-get-leaked-credential-checks-timeseries-group-by-bot-class","summary":"Get HTTP authentication requests by bot class time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"compromised","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","COMPROMISED"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"bot":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"human":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","human","bot"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.leaked-credentials.timeseries-groups","x-fern-sdk-method-name":"bot-class","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Leaked Credentials Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/leaked_credentials/methods/timeseries_groups_v2/) instead."}},"/radar/leaked_credential_checks/timeseries_groups/compromised":{"get":{"operationId":"radar-get-leaked-credential-checks-timeseries-group-by-compromised","summary":"Get HTTP authentication requests by compromised credential status time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"CLEAN":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"COMPROMISED":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","CLEAN","COMPROMISED"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.leaked-credentials.timeseries-groups","x-fern-sdk-method-name":"compromised","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Leaked Credentials Timeseries Groups By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/leaked_credentials/methods/timeseries_groups_v2/) instead."}},"/radar/leaked_credential_checks/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-leaked-credential-checks-timeseries-group","summary":"Get time series distribution of HTTP authentication requests by dimension.","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["COMPROMISED","BOT_CLASS"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"botClass","in":"query","schema":{"type":"array","items":{"enum":["LIKELY_AUTOMATED","LIKELY_HUMAN"],"type":"string"}}},{"name":"compromised","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","COMPROMISED"],"type":"string"}}},{"name":"checkResult","in":"query","schema":{"type":"array","items":{"enum":["CLEAN","USERNAME_LEAKED","USERNAME_PASSWORD_SIMILAR","USERNAME_AND_PASSWORD_LEAKED","PASSWORD_LEAKED"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Leaked Credential Checks"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.leaked-credentials","x-fern-sdk-method-name":"timeseries-groups-v2","x-forge-hidden":true}},"/radar/netflows/summary":{"get":{"operationId":"radar-get-netflows-summary-deprecated","summary":"Get network traffic summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"HTTP":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"},"OTHER":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["HTTP","OTHER"]}},"required":["meta","summary_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.netflows","x-fern-sdk-method-name":"summary","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Get Network Traffic Distribution By Dimension](https://developers.cloudflare.com/api/resources/radar/subresources/netflows/methods/summary_v2/) instead."}},"/radar/netflows/summary/{dimension}":{"get":{"operationId":"radar-get-netflows-summary","summary":"Get network traffic distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ADM1","AS","LOCATION","PRODUCT"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"product","in":"query","schema":{"type":"array","items":{"enum":["HTTP","ALL"],"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows","x-fern-sdk-method-name":"summary-v2","x-forge-hidden":true}},"/radar/netflows/timeseries":{"get":{"operationId":"radar-get-netflows-timeseries","summary":"Get network traffic time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"product","in":"query","schema":{"type":"array","items":{"enum":["HTTP","ALL"],"type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","enum":["PERCENTAGE_CHANGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/netflows/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-netflows-timeseries-group","summary":"Get time series distribution of network traffic by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ADM1","AS","LOCATION","PRODUCT"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX","PERCENTAGE_CHANGE"]}},{"name":"product","in":"query","schema":{"type":"array","items":{"enum":["HTTP","ALL"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/netflows/top/ases":{"get":{"operationId":"radar-get-netflows-top-ases","summary":"Get top ASes by network traffic","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientASN":{"type":"number"},"clientASName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientASN","clientASName","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows.top","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/netflows/top/locations":{"get":{"operationId":"radar-get-netflows-top-locations","summary":"Get top locations by network traffic","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"geoId","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryName","clientCountryAlpha2","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar NetFlows"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.netflows.top","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/origins":{"get":{"operationId":"radar-get-origins","summary":"List Origins","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"origins":{"type":"array","items":{"properties":{"regions":{"type":"array","items":{"properties":{"region":{"type":"string"}},"required":["region"],"type":"object"}},"slug":{"type":"string"}},"required":["slug","regions"],"type":"object"}}},"required":["origins"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/origins/summary/{dimension}":{"get":{"operationId":"radar-get-origins-summary","summary":"Get origin metrics distribution by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ORIGIN","REGION","SUCCESS_RATE","PERCENTILE"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"origin","in":"query","schema":{"type":"array","items":{"enum":["AMAZON","GOOGLE","MICROSOFT","ORACLE"],"type":"string"}}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["CONNECTION_FAILURES","REQUESTS","RESPONSE_HEADER_RECEIVE_DURATION","TCP_HANDSHAKE_DURATION","TCP_RTT","TLS_HANDSHAKE_DURATION"]}},{"name":"region","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/origins/timeseries":{"get":{"operationId":"radar-get-origins-timeseries","summary":"Get origin metrics time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"origin","in":"query","required":true,"schema":{"type":"array","items":{"enum":["AMAZON","GOOGLE","MICROSOFT","ORACLE"],"type":"string"}}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["CONNECTION_FAILURES","REQUESTS","RESPONSE_HEADER_RECEIVE_DURATION","TCP_HANDSHAKE_DURATION","TCP_RTT","TLS_HANDSHAKE_DURATION"]}},{"name":"region","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","additionalProperties":{"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}},"values":{"type":"array","items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["timestamps","values"],"type":"object"},"properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]}},"required":["meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"timeseries","x-forge-hidden":true}},"/radar/origins/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-origins-timeseries-group","summary":"Get origin metrics time series grouped by dimension","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["ORIGIN","REGION","SUCCESS_RATE","PERCENTILE"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"origin","in":"query","schema":{"type":"array","items":{"enum":["AMAZON","GOOGLE","MICROSOFT","ORACLE"],"type":"string"}}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["CONNECTION_FAILURES","REQUESTS","RESPONSE_HEADER_RECEIVE_DURATION","TCP_HANDSHAKE_DURATION","TCP_RTT","TLS_HANDSHAKE_DURATION"]}},{"name":"region","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"normalization","in":"query","schema":{"type":"string","default":"PERCENTAGE","enum":["PERCENTAGE","MIN0_MAX"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/origins/{slug}":{"get":{"operationId":"radar-get-origin-details","summary":"Get Origin details","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","enum":["AMAZON","GOOGLE","MICROSOFT","ORACLE"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"origin":{"type":"object","properties":{"regions":{"type":"array","items":{"properties":{"region":{"type":"string"}},"required":["region"],"type":"object"}},"slug":{"type":"string"}},"required":["slug","regions"]}},"required":["origin"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Origins"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.origins","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/post_quantum/origin/summary/{dimension}":{"get":{"operationId":"radar-get-origin-post-quantum-summary","summary":"Get Origin Post-Quantum Data Summary","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["KEY_AGREEMENT"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Post-Quantum"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.post-quantum.origin","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/post_quantum/origin/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-origin-post-quantum-timeseries-groups","summary":"Get Origin Post-Quantum Data Over Time","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["KEY_AGREEMENT"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Post-Quantum"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.post-quantum.origin","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/post_quantum/tls/support":{"get":{"operationId":"radar-get-post-quantum-tls-support","summary":"Check Post-Quantum TLS support","parameters":[{"name":"host","in":"query","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"bugs":{"type":"object","properties":{"hrrFailure":{"type":"boolean"},"splitClientHello":{"type":"boolean"},"unknownKeyshare":{"type":"boolean"}},"required":["splitClientHello","hrrFailure","unknownKeyshare"]},"host":{"type":"string"},"kex":{"type":"number"},"kexName":{"type":"string"},"pq":{"type":"boolean"}},"required":["kex","kexName","pq","host","bugs"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Post-Quantum"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.post-quantum.tls","x-fern-sdk-method-name":"support","x-forge-hidden":true}},"/radar/quality/iqi/summary":{"get":{"operationId":"radar-get-quality-index-summary","summary":"Get Internet Quality Index (IQI) summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["BANDWIDTH","DNS","LATENCY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"p25":{"type":"string"},"p50":{"type":"string"},"p75":{"type":"string"}},"required":["p75","p50","p25"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.iqi","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/quality/iqi/timeseries_groups":{"get":{"operationId":"radar-get-quality-index-timeseries-group","summary":"Get Internet Quality Index (IQI) time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"interpolation","in":"query","schema":{"type":"boolean"}},{"name":"metric","in":"query","required":true,"schema":{"type":"string","enum":["BANDWIDTH","DNS","LATENCY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.iqi","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/quality/speed/histogram":{"get":{"operationId":"radar-get-quality-speed-histogram","summary":"Get speed tests histogram","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"bucketSize","in":"query","schema":{"type":"integer"}},{"name":"metricGroup","in":"query","schema":{"type":"string","default":"bandwidth","enum":["BANDWIDTH","LATENCY","JITTER"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"histogram_0":{"type":"object","properties":{"bandwidthDownload":{"type":"array","items":{"type":"string"}},"bandwidthUpload":{"type":"array","items":{"type":"string"}},"bucketMin":{"type":"array","items":{"type":"string"}}},"required":["bandwidthUpload","bandwidthDownload","bucketMin"]},"meta":{"type":"object","properties":{"bucketSize":{"type":"integer"},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"totalTests":{"type":"array","items":{"type":"integer"}},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","bucketSize","totalTests"]}},"required":["histogram_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.speed","x-fern-sdk-method-name":"histogram","x-forge-hidden":true}},"/radar/quality/speed/summary":{"get":{"operationId":"radar-get-quality-speed-summary","summary":"Get speed tests summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"bandwidthDownload":{"type":"string"},"bandwidthUpload":{"type":"string"},"jitterIdle":{"type":"string"},"jitterLoaded":{"type":"string"},"latencyIdle":{"type":"string"},"latencyLoaded":{"type":"string"},"packetLoss":{"type":"string"}},"required":["bandwidthDownload","bandwidthUpload","latencyIdle","latencyLoaded","jitterIdle","jitterLoaded","packetLoss"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.speed","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/quality/speed/top/ases":{"get":{"operationId":"radar-get-quality-speed-top-ases","summary":"Get top ASes by speed test results","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"BANDWIDTH_DOWNLOAD","enum":["BANDWIDTH_DOWNLOAD","BANDWIDTH_UPLOAD","LATENCY_IDLE","LATENCY_LOADED","JITTER_IDLE","JITTER_LOADED"]}},{"name":"reverse","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"bandwidthDownload":{"type":"string"},"bandwidthUpload":{"type":"string"},"clientASN":{"type":"number"},"clientASName":{"type":"string"},"jitterIdle":{"type":"string"},"jitterLoaded":{"type":"string"},"latencyIdle":{"type":"string"},"latencyLoaded":{"type":"string"},"numTests":{"type":"number"},"rankPower":{"type":"number"}},"required":["clientASN","clientASName","bandwidthDownload","bandwidthUpload","latencyIdle","latencyLoaded","jitterIdle","jitterLoaded","numTests","rankPower"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.speed.top","x-fern-sdk-method-name":"ases","x-forge-hidden":true}},"/radar/quality/speed/top/locations":{"get":{"operationId":"radar-get-quality-speed-top-locations","summary":"Get top locations by speed test results","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"orderBy","in":"query","schema":{"type":"string","default":"BANDWIDTH_DOWNLOAD","enum":["BANDWIDTH_DOWNLOAD","BANDWIDTH_UPLOAD","LATENCY_IDLE","LATENCY_LOADED","JITTER_IDLE","JITTER_LOADED"]}},{"name":"reverse","in":"query","schema":{"type":"boolean"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"bandwidthDownload":{"type":"string"},"bandwidthUpload":{"type":"string"},"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"jitterIdle":{"type":"string"},"jitterLoaded":{"type":"string"},"latencyIdle":{"type":"string"},"latencyLoaded":{"type":"string"},"numTests":{"type":"number"},"rankPower":{"type":"number"}},"required":["clientCountryAlpha2","clientCountryName","bandwidthDownload","bandwidthUpload","latencyIdle","latencyLoaded","jitterIdle","jitterLoaded","numTests","rankPower"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Quality"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.quality.speed.top","x-fern-sdk-method-name":"locations","x-forge-hidden":true}},"/radar/ranking/domain/{domain}":{"get":{"operationId":"radar-get-ranking-domain-details","summary":"Get domain rank details","parameters":[{"name":"domain","in":"path","required":true,"schema":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$"}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"rankingType","in":"query","schema":{"type":"string","default":"POPULAR","enum":["POPULAR","TRENDING_RISE","TRENDING_STEADY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"includeTopLocations","in":"query","schema":{"type":"boolean"}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"details_0":{"type":"object","properties":{"bucket":{"type":"string"},"categories":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"superCategoryId":{"type":"integer"}},"required":["superCategoryId","name","id"],"type":"object"}},"rank":{"type":"integer"},"top_locations":{"type":"array","items":{"properties":{"locationCode":{"type":"string"},"locationName":{"type":"string"},"rank":{"type":"integer"}},"required":["rank","locationName","locationCode"],"type":"object"}}},"required":["categories"]},"meta":{"type":"object","properties":{"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}}},"required":["dateRange"]}},"required":["details_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Domains Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking.domain","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/ranking/internet_services/categories":{"get":{"operationId":"radar-get-ranking-internet-services-categories","summary":"List Internet services categories","parameters":[{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"categories_0":{"type":"array","items":{"properties":{"name":{"type":"string"}},"required":["name"],"type":"object"}}},"required":["categories_0"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Internet Services Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking.internet-services","x-fern-sdk-method-name":"categories","x-forge-hidden":true}},"/radar/ranking/internet_services/timeseries_groups":{"get":{"operationId":"radar-get-ranking-internet-services-timeseries","summary":"Get Internet services rank time series","parameters":[{"name":"serviceCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"anyOf":[{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},{"type":"number"}]},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Internet Services Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking.internet-services","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/ranking/internet_services/top":{"get":{"operationId":"radar-get-ranking-top-internet-services","summary":"Get top Internet services","parameters":[{"name":"serviceCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"rank":{"type":"integer"},"service":{"type":"string"}},"required":["rank","service"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Internet Services Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking.internet-services","x-fern-sdk-method-name":"top","x-forge-hidden":true}},"/radar/ranking/timeseries_groups":{"get":{"operationId":"radar-get-ranking-domain-timeseries","summary":"Get domains rank time series","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"rankingType","in":"query","schema":{"type":"string","default":"POPULAR","enum":["POPULAR","TRENDING_RISE","TRENDING_STEADY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"domains","in":"query","schema":{"type":"array","items":{"maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$","type":"string"}}},{"name":"domainCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"anyOf":[{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},{"type":"number"}]},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Domains Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/ranking/top":{"get":{"operationId":"radar-get-ranking-top-domains","summary":"Get top or trending domains","parameters":[{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"domainCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"rankingType","in":"query","schema":{"type":"string","default":"POPULAR","enum":["POPULAR","TRENDING_RISE","TRENDING_STEADY"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"categories":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string"},"superCategoryId":{"type":"number"}},"required":["superCategoryId","name","id"],"type":"object"}},"domain":{"type":"string"},"pctRankChange":{"type":"number"},"rank":{"type":"integer"}},"required":["rank","domain","categories"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Domains Ranking"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.ranking","x-fern-sdk-method-name":"top","x-forge-hidden":true}},"/radar/robots_txt/top/domain_categories":{"get":{"operationId":"radar-get-robots-txt-top-domain-categories-by-files-parsed","summary":"Get top domain categories by robots.txt files parsed","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"userAgentCategory","in":"query","schema":{"type":"string","default":"AI","enum":["AI"]}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"integer"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Robots.txt"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.robots-txt.top","x-fern-sdk-method-name":"domain-categories","x-forge-hidden":true}},"/radar/robots_txt/top/user_agents/directive":{"get":{"operationId":"radar-get-robots-txt-top-user-agents-by-directive","summary":"Get top user agents on robots.txt files","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"userAgentCategory","in":"query","schema":{"type":"string","default":"AI","enum":["AI"]}},{"name":"date","in":"query","schema":{"type":"array","items":{"format":"date","type":"string"}}},{"name":"domainCategory","in":"query","schema":{"type":"array","items":{"maxLength":100,"type":"string"}}},{"name":"directive","in":"query","schema":{"type":"string","enum":["ALLOW","DISALLOW"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"fully":{"type":"integer"},"name":{"type":"string"},"partially":{"type":"integer"},"value":{"type":"integer"}},"required":["name","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Robots.txt"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.robots-txt.top.user-agents","x-fern-sdk-method-name":"directive","x-forge-hidden":true}},"/radar/search/global":{"get":{"operationId":"radar-get-search-global","summary":"Search for locations, ASes, reports, and more","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"limitPerGroup","in":"query","schema":{"type":"number"}},{"name":"query","in":"query","required":true,"schema":{"type":"string"}},{"name":"include","in":"query","schema":{"type":"array","items":{"enum":["ADM1S","ASNS","BOTS","CERTIFICATE_AUTHORITIES","CERTIFICATE_LOGS","ORIGINS","ORIGIN_REGIONS","INDUSTRIES","LOCATIONS","NOTEBOOKS","TLDS","VERTICALS"],"type":"string"}}},{"name":"exclude","in":"query","schema":{"type":"array","items":{"enum":["ADM1S","ASNS","BOTS","CERTIFICATE_AUTHORITIES","CERTIFICATE_LOGS","ORIGINS","ORIGIN_REGIONS","INDUSTRIES","LOCATIONS","NOTEBOOKS","TLDS","VERTICALS"],"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"search":{"type":"array","items":{"properties":{"code":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"}},"required":["code","name","type"],"type":"object"}}},"required":["search"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Search"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.search","x-fern-sdk-method-name":"global","x-forge-hidden":true}},"/radar/tcp_resets_timeouts/summary":{"get":{"operationId":"radar-get-tcp-resets-timeouts-summary","summary":"Get TCP resets and timeouts summary","parameters":[{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","properties":{"later_in_flow":{"type":"string"},"no_match":{"type":"string"},"post_ack":{"type":"string"},"post_psh":{"type":"string"},"post_syn":{"type":"string"}},"required":["no_match","post_syn","post_ack","post_psh","later_in_flow"]}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar TCP Resets and Timeouts"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tcp-resets-timeouts","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/tcp_resets_timeouts/timeseries_groups":{"get":{"operationId":"radar-get-tcp-resets-timeouts-timeseries-group","summary":"Get TCP resets and timeouts time series","parameters":[{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","properties":{"later_in_flow":{"type":"array","items":{"type":"string"}},"no_match":{"type":"array","items":{"type":"string"}},"post_ack":{"type":"array","items":{"type":"string"}},"post_psh":{"type":"array","items":{"type":"string"}},"post_syn":{"type":"array","items":{"type":"string"}},"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps","no_match","post_syn","post_ack","post_psh","later_in_flow"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar TCP Resets and Timeouts"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tcp-resets-timeouts","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/tlds":{"get":{"operationId":"radar-get-tlds","summary":"List TLDs","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"tldManager","in":"query","schema":{"type":"string","maxLength":100}},{"name":"tldType","in":"query","schema":{"type":"string","enum":["GENERIC","COUNTRY_CODE","GENERIC_RESTRICTED","INFRASTRUCTURE","SPONSORED"]}},{"name":"tld","in":"query","schema":{"type":"string"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"tlds":{"type":"array","items":{"properties":{"manager":{"type":"string"},"tld":{"type":"string"},"type":{"type":"string"}},"required":["tld","type","manager"],"type":"object"}}},"required":["tlds"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Top-Level Domains"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tlds","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/radar/tlds/performance/summary/{dimension}":{"get":{"operationId":"radar-get-tlds-performance-summary","summary":"Get TLD Performance Summary","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["LATENCY","NAMESERVER_LATENCY","LOCATION_LATENCY"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"nameserver","in":"query","schema":{"type":"string","maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$"}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"summary_0":{"type":"object","additionalProperties":{"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"}}},"required":["summary_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Top-Level Domains"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tlds.performance","x-fern-sdk-method-name":"summary","x-forge-hidden":true}},"/radar/tlds/performance/timeseries_groups/{dimension}":{"get":{"operationId":"radar-get-tlds-performance-timeseries-groups","summary":"Get TLD Performance Over Time","parameters":[{"name":"dimension","in":"path","required":true,"schema":{"type":"string","enum":["LATENCY","NAMESERVER_LATENCY","LOCATION_LATENCY"]}},{"name":"aggInterval","in":"query","schema":{"type":"string","enum":["15m","1h","1d","1w"]}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"tld","in":"query","schema":{"type":"array","items":{"maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$","type":"string"}}},{"name":"nameserver","in":"query","schema":{"type":"string","maxLength":253,"minLength":1,"pattern":"^(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\\.)+(?:[A-Za-z]{2,63})$"}},{"name":"limitPerGroup","in":"query","schema":{"type":"integer"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"aggInterval":{"type":"string","enum":["FIFTEEN_MINUTES","ONE_HOUR","ONE_DAY","ONE_WEEK","ONE_MONTH"]},"confidenceInfo":{"type":"object","properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units","aggInterval"]},"serie_0":{"type":"object","additionalProperties":{"items":{"nullable":true,"pattern":"^-?\\d+(\\.\\d+)?$","type":"string"},"type":"array"},"properties":{"timestamps":{"type":"array","items":{"format":"date-time","type":"string"}}},"required":["timestamps"]}},"required":["serie_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Top-Level Domains"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tlds.performance","x-fern-sdk-method-name":"timeseries-groups","x-forge-hidden":true}},"/radar/tlds/{tld}":{"get":{"operationId":"radar-get-tld-details","summary":"Get TLD details","parameters":[{"name":"tld","in":"path","required":true,"schema":{"type":"string","maxLength":63,"minLength":2,"pattern":"^[a-z0-9](?:[a-z0-9-]*[a-z0-9])$"}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"tld":{"type":"object","properties":{"manager":{"type":"string"},"tld":{"type":"string"},"type":{"type":"string"}},"required":["tld","type","manager"]}},"required":["tld"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Top-Level Domains"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.tlds","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/traffic_anomalies":{"get":{"operationId":"radar-get-traffic-anomalies","summary":"Get latest Internet traffic anomalies","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"status","in":"query","schema":{"type":"string","enum":["VERIFIED","UNVERIFIED"]}},{"name":"type","in":"query","schema":{"type":"array","items":{"enum":["LOCATION","AS","ORIGIN"],"type":"string"}}},{"name":"asn","in":"query","schema":{"type":"integer"}},{"name":"location","in":"query","schema":{"type":"string","maxLength":2,"minLength":2}},{"name":"origin","in":"query","schema":{"type":"string","maxLength":100}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"trafficAnomalies":{"type":"array","items":{"properties":{"asnDetails":{"type":"object","properties":{"asn":{"type":"string"},"locations":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"name":{"type":"string"}},"required":["asn","name"]},"endDate":{"type":"string","format":"date-time"},"locationDetails":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"originDetails":{"type":"object","properties":{"name":{"type":"string"},"origin":{"type":"string"}},"required":["origin","name"]},"startDate":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"uuid":{"type":"string"},"visibleInDataSources":{"type":"array","items":{"type":"string"}}},"required":["uuid","type","status","startDate"],"type":"object"}}},"required":["trafficAnomalies"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Traffic Anomalies"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.traffic-anomalies","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/traffic_anomalies/locations":{"get":{"operationId":"radar-get-traffic-anomalies-top","summary":"Get top locations by total traffic anomalies","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"dateRange","in":"query","schema":{"type":"string","pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$"}},{"name":"dateStart","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"dateEnd","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"status","in":"query","schema":{"type":"string","enum":["VERIFIED","UNVERIFIED"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"trafficAnomalies":{"type":"array","items":{"properties":{"clientCountryAlpha2":{"type":"string"},"clientCountryName":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["clientCountryAlpha2","clientCountryName","value"],"type":"object"}}},"required":["trafficAnomalies"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["result","success","errors"]}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Traffic Anomalies"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"radar.traffic-anomalies.locations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/radar/verified_bots/top/bots":{"get":{"operationId":"radar-get-verified-bots-top-by-http-requests","summary":"Get top verified bots by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"botCategory":{"type":"string"},"botName":{"type":"string"},"botOwner":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["botName","botCategory","botOwner","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Verified Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.verified-bots.top","x-fern-sdk-method-name":"bots","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Bots API](https://developers.cloudflare.com/api/resources/radar/subresources/bots/) instead."}},"/radar/verified_bots/top/categories":{"get":{"operationId":"radar-get-verified-bots-top-categories-by-http-requests","summary":"Get top verified bot categories by HTTP requests","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":5,"exclusiveMinimum":true,"minimum":0}},{"name":"name","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"dateRange","in":"query","schema":{"type":"array","items":{"pattern":"^((([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-4])[d](control)?)|(([1-9]|[1-4][0-9]|5[0-2])[w](control)?))$","type":"string"}}},{"name":"dateStart","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"dateEnd","in":"query","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},{"name":"asn","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"location","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"continent","in":"query","schema":{"type":"array","items":{"type":"string"}}},{"name":"format","in":"query","schema":{"type":"string","enum":["JSON","CSV"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"meta":{"type":"object","properties":{"confidenceInfo":{"type":"object","nullable":true,"properties":{"annotations":{"type":"array","items":{"properties":{"dataSource":{"type":"string","enum":["ALL","AI_BOTS","AI_GATEWAY","BGP","BOTS","CONNECTION_ANOMALY","CT","DNS","DNS_MAGNITUDE","DNS_AS112","DOS","EMAIL_ROUTING","EMAIL_SECURITY","FW","FW_PG","HTTP","HTTP_CONTROL","HTTP_CRAWLER_REFERER","HTTP_ORIGINS","IQI","LEAKED_CREDENTIALS","NET","ROBOTS_TXT","SPEED","WORKERS_AI"]},"endDate":{"type":"string","format":"date-time"},"eventType":{"type":"string","enum":["EVENT","GENERAL","OUTAGE","PARTIAL_PROJECTION","PIPELINE","TRAFFIC_ANOMALY"]},"isInstantaneous":{"type":"boolean"},"linkedUrl":{"type":"string","format":"uri"},"startDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}}},"required":["dataSource","eventType","description","startDate","endDate","linkedUrl","isInstantaneous"],"type":"object"}},"level":{"type":"integer"}},"required":["level","annotations"]},"dateRange":{"type":"array","items":{"properties":{"endTime":{"type":"string","format":"date-time"},"startTime":{"type":"string","format":"date-time"}},"required":["startTime","endTime"],"type":"object"}},"lastUpdated":{"type":"string","format":"date-time"},"normalization":{"type":"string","enum":["PERCENTAGE","MIN0_MAX","MIN_MAX","RAW_VALUES","PERCENTAGE_CHANGE","ROLLING_AVERAGE","OVERLAPPED_PERCENTAGE","RATIO"]},"units":{"type":"array","items":{"properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"],"type":"object"}}},"required":["dateRange","confidenceInfo","normalization","lastUpdated","units"]},"top_0":{"type":"array","items":{"properties":{"botCategory":{"type":"string"},"value":{"type":"string","pattern":"^-?\\d+(\\.\\d+)?$"}},"required":["botCategory","value"],"type":"object"}}},"required":["top_0","meta"]},"success":{"type":"boolean"}},"required":["result","success"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["Radar Verified Bots"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"radar.verified-bots.top","x-fern-sdk-method-name":"categories","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Radar Bots API](https://developers.cloudflare.com/api/resources/radar/subresources/bots/) instead."}},"/user":{"get":{"operationId":"user-user-details","summary":"User Details","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_user_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["User"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.user.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"user-edit-user","summary":"Edit User","requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"country":{"$ref":"#/components/schemas/iam_country"},"first_name":{"$ref":"#/components/schemas/iam_first_name"},"last_name":{"$ref":"#/components/schemas/iam_last_name"},"telephone":{"$ref":"#/components/schemas/iam_telephone"},"zipcode":{"$ref":"#/components/schemas/iam_zipcode"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_user_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["user-details.write"]}],"tags":["User"],"x-api-token-group":["User Details Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.user.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/user/analytics/dashboard":{"get":{"operationId":"user-analytics-get-dashboard","summary":"Get user analytics dashboard","parameters":[{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/zone-analytics-api_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/zone-analytics-api_until"}},{"name":"continuous","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zone-analytics-api_user_dashboard_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zone-analytics-api_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["User Analytics (Deprecated)"],"x-api-token-group":["User Details Write","User Details Read"],"x-cfPermissionsRequired":{"enum":["#analytics:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"user.analytics.dashboard","x-fern-sdk-method-name":"get","x-stainless-deprecation-message":"This endpoint is deprecated and will be removed in a future version. Please use the GraphQL Analytics API instead: https://developers.cloudflare.com/analytics/graphql-api/ It provides equivalent data and more features, including the ability to select only the metrics you need. Migration guide: https://developers.cloudflare.com/analytics/migration-guides/zone-analytics/\n"}},"/user/audit_logs":{"get":{"operationId":"audit-logs-get-user-audit-logs","summary":"Get user audit logs","parameters":[{"name":"id","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"boolean"}},{"name":"action.type","in":"query","schema":{"type":"string"}},{"name":"actor.ip","in":"query","schema":{"type":"string"}},{"name":"actor.email","in":"query","schema":{"type":"string","format":"email"}},{"name":"since","in":"query","schema":{"oneOf":[{"format":"date","type":"string"},{"format":"date-time","type":"string"}]}},{"name":"before","in":"query","schema":{"oneOf":[{"format":"date","type":"string"},{"format":"date-time","type":"string"}]}},{"name":"zone.name","in":"query","schema":{"type":"string"}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["desc","asc"]}},{"name":"per_page","in":"query","schema":{"type":"number","default":100,"maximum":1000,"minimum":1}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"hide_user_logs","in":"query","schema":{"type":"boolean","default":false}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/aaa_audit_logs_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/aaa_audit_logs_response_collection"},{"$ref":"#/components/schemas/aaa_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-settings.read"]},{"realmrootOidc":["account-settings.write"]}],"tags":["Audit Logs"],"x-api-token-group":["Account Settings Write","Account Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.audit-logs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/user/firewall/access_rules/rules":{"get":{"operationId":"ip-access-rules-for-a-user-list-ip-access-rules","summary":"List IP Access rules","parameters":[{"name":"mode","in":"query","schema":{"$ref":"#/components/schemas/firewall_schemas-mode"}},{"name":"configuration.target","in":"query","schema":{"type":"string","enum":["ip","ip_range","asn","country"]}},{"name":"configuration.value","in":"query","schema":{"type":"string"}},{"name":"notes","in":"query","schema":{"type":"string"}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"order","in":"query","schema":{"type":"string","enum":["configuration.target","configuration.value","mode"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_collection_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write","Account Firewall Access Rules Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.firewall.access-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"ip-access-rules-for-a-user-create-an-ip-access-rule","summary":"Create an IP Access rule","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"allOf":[{"$ref":"#/components/schemas/firewall_notes"},{"default":""}]}},"required":["mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.firewall.access-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/user/firewall/access_rules/rules/{rule_id}":{"get":{"operationId":"ip-access-rules-for-a-user-get-an-ip-access-rule","summary":"Get an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.read"]},{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write","Account Firewall Access Rules Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"ip-access-rules-for-a-user-delete-an-ip-access-rule","summary":"Delete an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_id_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.firewall.access-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"ip-access-rules-for-a-user-update-an-ip-access-rule","summary":"Update an IP Access rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"$ref":"#/components/schemas/firewall_notes"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-firewall-access-rules.write"]}],"tags":["IP Access rules for a user"],"x-api-token-group":["Account Firewall Access Rules Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.firewall.access-rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/user/invites":{"get":{"operationId":"user'-s-invites-list-invitations","summary":"List Invitations","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_schemas-collection_invite_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Invites"],"x-api-token-group":["Memberships Write","Memberships Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/user/invites/{invite_id}":{"get":{"operationId":"user'-s-invites-invitation-details","summary":"Invitation Details","parameters":[{"name":"invite_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_invite_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_invite_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Invites"],"x-api-token-group":["Memberships Write","Memberships Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"patch":{"operationId":"user'-s-invites-respond-to-invitation","summary":"Respond to Invitation","parameters":[{"name":"invite_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/iam_invite_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"enum":["accepted","rejected"]}},"required":["status"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_single_invite_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["memberships.write"]}],"tags":["User's Invites"],"x-api-token-group":["Memberships Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/user/load_balancers/monitors":{"get":{"operationId":"load-balancer-monitors-list-monitors","summary":"List Monitors","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"post":{"operationId":"load-balancer-monitors-create-monitor","summary":"Create Monitor","requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/user/load_balancers/monitors/{monitor_id}":{"get":{"operationId":"load-balancer-monitors-monitor-details","summary":"Monitor Details","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"put":{"operationId":"load-balancer-monitors-update-monitor","summary":"Update Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"delete":{"operationId":"load-balancer-monitors-delete-monitor","summary":"Delete Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"load-balancer-monitors-patch-monitor","summary":"Patch Monitor","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-response-single"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/user/load_balancers/monitors/{monitor_id}/references":{"get":{"operationId":"load-balancer-monitors-list-monitor-references","summary":"List Monitor References","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_monitor-references-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-references-response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancers/pools":{"get":{"operationId":"load-balancer-pools-list-pools","summary":"List Pools","parameters":[{"name":"monitor","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"post":{"operationId":"load-balancer-pools-create-pool","summary":"Create Pool","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}},"required":["origins","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"load-balancer-pools-patch-pools","summary":"Patch Pools","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"string","properties":{"notification_email":{"$ref":"#/components/schemas/load-balancing_patch_pools_notification_email"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/user/load_balancers/pools/{pool_id}":{"get":{"operationId":"load-balancer-pools-pool-details","summary":"Pool Details","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]},"put":{"operationId":"load-balancer-pools-update-pool","summary":"Update Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}},"required":["origins","name"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"delete":{"operationId":"load-balancer-pools-delete-pool","summary":"Delete Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]},"patch":{"operationId":"load-balancer-pools-patch-pool","summary":"Patch Pool","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write"]}},"/user/load_balancers/pools/{pool_id}/health":{"get":{"operationId":"load-balancer-pools-pool-health-details","summary":"Pool Health Details","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_health_details"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_health_details"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancers/pools/{pool_id}/references":{"get":{"operationId":"load-balancer-pools-list-pool-references","summary":"List Pool References","parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_pools-references-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_pools-references-response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Pools"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancers/preview/{preview_id}":{"get":{"operationId":"load-balancer-monitors-preview-result","summary":"Preview Result","parameters":[{"name":"preview_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_preview_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_preview_result_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_preview_result_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Monitors"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancers/regions":{"get":{"operationId":"user-load-balancer-regions-list-regions","summary":"List Regions","parameters":[{"name":"subdivision_code","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_subdivision_code_a2"}},{"name":"country_code","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_region_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_region_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Regions"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/load_balancing_analytics/events":{"get":{"operationId":"load-balancer-healthcheck-events-list-healthcheck-events","summary":"List Healthcheck Events","parameters":[{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_until"}},{"name":"pool_name","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_pool_name"}},{"name":"origin_healthy","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_origin_healthy"}},{"name":"pool_id","in":"query","schema":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}},{"name":"since","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"origin_name","in":"query","schema":{"type":"string"}},{"name":"pool_healthy","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancing-monitors-and-pools.read"]},{"realmrootOidc":["load-balancing-monitors-and-pools.write"]}],"tags":["Load Balancer Healthcheck Events"],"x-api-token-group":["Load Balancing: Monitors and Pools Write","Load Balancing: Monitors and Pools Read"]}},"/user/organizations":{"get":{"operationId":"user'-s-organizations-list-organizations","summary":"List Organizations","parameters":[{"name":"name","in":"query","schema":{"$ref":"#/components/schemas/iam_schemas-name"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["id","name","status"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["member","invited"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_collection_organization_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iam_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["memberships.read"]},{"realmrootOidc":["memberships.write"]}],"tags":["User's Organizations"],"x-api-token-group":["Memberships Write","Memberships Read"],"x-cfDeprecation":{"display":true,"eol":"2020-02-04","id":"org_deprecation"},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/user/tenants":{"get":{"operationId":"User_listUserTenants","summary":"List user tenants","responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_Organization"}},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizations-api_V4ErrorResponse"}}}}},"security":[{"realmrootOidc":["user-details.read"]},{"realmrootOidc":["user-details.write"]}],"tags":["User"],"x-api-token-group":["User Details Write","User Details Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"user.tenants","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones":{"get":{"operationId":"zones-get","summary":"List Zones","parameters":[{"name":"name","in":"query","schema":{"type":"string","maxLength":253}},{"name":"status","in":"query","schema":{"type":"string","enum":["initializing","pending","active","moved"]}},{"name":"type","in":"query","schema":{"type":"array","items":{"enum":["full","partial","secondary","internal"],"type":"string"}},"explode":false,"style":"form"},{"name":"account.id","in":"query","schema":{"type":"string"}},{"name":"account.name","in":"query","schema":{"type":"string","maxLength":253}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["name","status","account.id","account.name","plan.id"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/zones_result_info"}}},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zones_zone"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone.read"]}],"tags":["Zone"],"x-api-token-group":["Zone Zone Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"list"},"post":{"operationId":"zones-post","summary":"Create Zone","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"account":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/zones_identifier"}}},"name":{"$ref":"#/components/schemas/zones_name"},"type":{"$ref":"#/components/schemas/zones_type"}},"required":["name","account"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zones_zone"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Zone Zone Edit","Zone DNS Edit"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"create"}},"/zones/{zone_identifier}/analytics/colos":{"get":{"operationId":"zone-analytics-(-deprecated)-get-analytics-by-co-locations","summary":"Get analytics by Co-locations","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zone-analytics-api_identifier"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/zone-analytics-api_until"}},{"name":"since","in":"query","schema":{"default":-10080,"anyOf":[{"type":"string"},{"type":"integer"}]}},{"name":"continuous","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zone-analytics-api_colo_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_colo_response"},{"$ref":"#/components/schemas/zone-analytics-api_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Zone Analytics (Deprecated)"],"x-api-token-group":["Analytics Read"],"x-cfDeprecation":{"display":true,"eol":"2021-03-01","id":"zone_analytics_deprecation"},"x-cfPermissionsRequired":{"enum":["#analytics:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"analytics.colo","x-fern-sdk-method-name":"get"}},"/zones/{zone_identifier}/analytics/dashboard":{"get":{"operationId":"zone-analytics-(-deprecated)-get-dashboard","summary":"Get dashboard","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zone-analytics-api_identifier"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/zone-analytics-api_until"}},{"name":"since","in":"query","schema":{"default":-10080,"anyOf":[{"type":"string"},{"type":"integer"}]}},{"name":"continuous","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zone-analytics-api_dashboard_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_dashboard_response"},{"$ref":"#/components/schemas/zone-analytics-api_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Zone Analytics (Deprecated)"],"x-api-token-group":["Analytics Read"],"x-cfDeprecation":{"display":true,"eol":"2021-03-01","id":"zone_analytics_deprecation"},"x-cfPermissionsRequired":{"enum":["#analytics:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"analytics.dashboard","x-fern-sdk-method-name":"get"}},"/zones/{zone_identifier}/custom_pages":{"get":{"operationId":"custom-pages-for-a-zone-list-custom-pages","summary":"List custom pages","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result_list"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result_list"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-pages.read"]},{"realmrootOidc":["custom-pages.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Custom pages for a zone"],"x-api-token-group":["Custom Pages Write","Custom Pages Read","Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.zone-custom-pages","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_identifier}/custom_pages/assets":{"get":{"operationId":"custom-assets-for-a-zone-list-custom-assets","summary":"List custom assets","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":200,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_asset_result_list"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_asset_result_list"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write","Custom Errors Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.list","x-fern-sdk-method-name":"v2","x-forge-hidden":true},"post":{"operationId":"custom-assets-for-a-zone-create-a-custom-asset","summary":"Create a custom asset","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"name":{"$ref":"#/components/schemas/custom-pages_asset_name"},"url":{"$ref":"#/components/schemas/custom-pages_asset_url"}},"required":["name","description","url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_asset_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_asset_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.create","x-fern-sdk-method-name":"v2","x-forge-hidden":true}},"/zones/{zone_identifier}/custom_pages/assets/{asset_name}":{"get":{"operationId":"custom-assets-for-a-zone-get-a-custom-asset","summary":"Get a custom asset","parameters":[{"name":"asset_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_asset_name"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_asset_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_asset_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write","Custom Errors Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.get","x-fern-sdk-method-name":"v2","x-forge-hidden":true},"put":{"operationId":"custom-assets-for-a-zone-update-a-custom-asset","summary":"Update a custom asset","parameters":[{"name":"asset_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_asset_name"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"url":{"$ref":"#/components/schemas/custom-pages_asset_url"}},"required":["description","url"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_asset_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_asset_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.update","x-fern-sdk-method-name":"v2","x-forge-hidden":true},"delete":{"operationId":"custom-assets-for-a-zone-delete-a-custom-asset","summary":"Delete a custom asset","parameters":[{"name":"asset_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_asset_name"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"204":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["custom-errors.write"]}],"tags":["Custom assets for a zone"],"x-api-token-group":["Custom Errors Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.assets.delete","x-fern-sdk-method-name":"v2","x-forge-hidden":true}},"/zones/{zone_identifier}/custom_pages/preview_tokens":{"post":{"operationId":"custom-pages-for-a-zone-create-preview-token","summary":"Create a preview token","parameters":[{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_preview_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_preview_token_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_preview_token_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-pages.read"]},{"realmrootOidc":["custom-pages.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Custom pages for a zone"],"x-api-token-group":["Custom Pages Write","Custom Pages Read","Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_identifier}/custom_pages/{identifier}":{"get":{"operationId":"custom-pages-for-a-zone-get-a-custom-page","summary":"Get a custom page","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_error_page_type"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-pages.read"]},{"realmrootOidc":["custom-pages.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Custom pages for a zone"],"x-api-token-group":["Custom Pages Write","Custom Pages Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages.zone-custom-pages","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"custom-pages-for-a-zone-update-a-custom-page","summary":"Update a custom page","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_error_page_type"}},{"name":"zone_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/custom-pages_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"state":{"$ref":"#/components/schemas/custom-pages_state"},"url":{"$ref":"#/components/schemas/custom-pages_url"}},"required":["url","state"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/custom-pages_custom_page_result"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/custom-pages_custom_page_result"},{"$ref":"#/components/schemas/custom-pages_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["custom-pages.write"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Custom pages for a zone"],"x-api-token-group":["Custom Pages Write","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-pages","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}":{"get":{"operationId":"zones-0-get","summary":"Zone Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zones_zone"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfPermissionsRequired":{"enum":["#zone:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"get"},"delete":{"operationId":"zones-0-delete","summary":"Delete Zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"requestBody":{"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"zones-0-patch","summary":"Edit Zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"paused":{"$ref":"#/components/schemas/zones_paused"},"plan":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/zones_identifier"}}},"type":{"type":"string","enum":["full","partial","secondary","internal"]},"vanity_name_servers":{"$ref":"#/components/schemas/zones_vanity_name_servers"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zones_zone"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Zone Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/access/apps":{"get":{"operationId":"zone-level-access-applications-list-access-applications","summary":"List Access Applications","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-22"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stability":"beta"},"post":{"operationId":"zone-level-access-applications-add-a-bookmark-application","summary":"Add an Access application","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_apps"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-21"},{"properties":{"result":{"$ref":"#/components/schemas/access_apps"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/zones/{zone_id}/access/apps/ca":{"get":{"operationId":"zone-level-access-short-lived-certificate-c-as-list-short-lived-certificate-c-as","summary":"List short-lived certificate CAs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-20"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.ca","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}":{"get":{"operationId":"zone-level-access-applications-get-an-access-application","summary":"Get an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-21"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stability":"beta"},"put":{"operationId":"zone-level-access-applications-update-a-bookmark-application","summary":"Update an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_apps"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response-21"},{"properties":{"result":{"$ref":"#/components/schemas/access_apps"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"zone-level-access-applications-delete-an-access-application","summary":"Delete an Access application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/ca":{"get":{"operationId":"zone-level-access-short-lived-certificate-c-as-get-a-short-lived-certificate-ca","summary":"Get a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-19"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.ca","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"zone-level-access-short-lived-certificate-c-as-create-a-short-lived-certificate-ca","summary":"Create a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-19"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.ca","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-short-lived-certificate-c-as-delete-a-short-lived-certificate-ca","summary":"Delete a short-lived certificate CA","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-6"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access short-lived certificate CAs"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.ca","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/policies":{"get":{"operationId":"zone-level-access-policies-list-access-policies","summary":"List Access policies","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-23"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-policies-create-an-access-policy","summary":"Create an Access policy","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups-2"},"approval_required":{"$ref":"#/components/schemas/access_approval_required-2"},"decision":{"$ref":"#/components/schemas/access_decision-2"},"exclude":{"$ref":"#/components/schemas/access_exclude-3"},"include":{"$ref":"#/components/schemas/access_include"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"precedence":{"$ref":"#/components/schemas/access_precedence-2"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required-2"},"require":{"$ref":"#/components/schemas/access_require-3"}},"required":["name","decision","include"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-22"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/policies/{policy_id}":{"get":{"operationId":"zone-level-access-policies-get-an-access-policy","summary":"Get an Access policy","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-22"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-policies-update-an-access-policy","summary":"Update an Access policy","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups-2"},"approval_required":{"$ref":"#/components/schemas/access_approval_required-2"},"decision":{"$ref":"#/components/schemas/access_decision-2"},"exclude":{"$ref":"#/components/schemas/access_exclude-3"},"include":{"$ref":"#/components/schemas/access_include"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"precedence":{"$ref":"#/components/schemas/access_precedence-2"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required-2"},"require":{"$ref":"#/components/schemas/access_require-3"}},"required":["name","decision","include"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-22"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-policies-delete-an-access-policy","summary":"Delete an Access policy","parameters":[{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access policies"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.policies","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/revoke_tokens":{"post":{"operationId":"zone-level-access-applications-revoke-service-tokens","summary":"Revoke application tokens","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_empty_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Revoke","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.revoke.tokens","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes all service tokens for the application."}},"/zones/{zone_id}/access/apps/{app_id}/settings":{"put":{"operationId":"zone-level-access-applications-put-update-access-application-settings","summary":"Update application settings","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_app_settings_request"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/access_single_response_update"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/access/apps/{app_id}/user_policy_checks":{"get":{"operationId":"zone-level-access-applications-test-access-policies","summary":"Test Access policies","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_app_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_policy_check_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.write"]}],"tags":["Zone-Level Access applications"],"x-api-token-group":["Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.apps.user.policy.checks","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/access/certificates":{"get":{"operationId":"zone-level-access-mtls-authentication-list-mtls-certificates","summary":"List mTLS certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-21"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-mtls-authentication-add-an-mtls-certificate","summary":"Add an mTLS certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames-2"},"certificate":{"type":"string"},"name":{"$ref":"#/components/schemas/access_name-18"}},"required":["name","certificate"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-20"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/certificates/settings":{"get":{"operationId":"zone-level-access-mtls-authentication-list-mtls-certificates-hostname-settings","summary":"List all mTLS hostname settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection_hostnames-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates.settings","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"zone-level-access-mtls-authentication-update-an-mtls-certificate-settings","summary":"Update an mTLS certificate's hostname settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"settings":{"type":"array","items":{"$ref":"#/components/schemas/access_settings-2"}}},"required":["settings"]}}}},"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection_hostnames-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/access/certificates/{certificate_id}":{"get":{"operationId":"zone-level-access-mtls-authentication-get-an-mtls-certificate","summary":"Get an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-20"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-mtls-authentication-update-an-mtls-certificate","summary":"Update an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames-2"},"name":{"$ref":"#/components/schemas/access_name-18"}},"required":["associated_hostnames"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-20"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-mtls-authentication-delete-an-mtls-certificate","summary":"Delete an mTLS certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response-3"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-certificate.write"]}],"tags":["Zone-Level Access mTLS authentication"],"x-api-token-group":["Access: Mutual TLS Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/groups":{"get":{"operationId":"zone-level-access-groups-list-access-groups","summary":"List Access groups","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-18"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-groups-create-an-access-group","summary":"Create an Access group","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"exclude":{"$ref":"#/components/schemas/access_exclude"},"include":{"$ref":"#/components/schemas/access_include"},"name":{"$ref":"#/components/schemas/access_name-16"},"require":{"$ref":"#/components/schemas/access_require"}},"required":["name","include"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-17"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/groups/{group_id}":{"get":{"operationId":"zone-level-access-groups-get-an-access-group","summary":"Get an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-17"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-groups-update-an-access-group","summary":"Update an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"exclude":{"$ref":"#/components/schemas/access_exclude"},"include":{"$ref":"#/components/schemas/access_include"},"name":{"$ref":"#/components/schemas/access_name-16"},"require":{"$ref":"#/components/schemas/access_require"}},"required":["name","include"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-17"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-groups-delete-an-access-group","summary":"Delete an Access group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access groups"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.groups","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/identity_providers":{"get":{"operationId":"zone-level-access-identity-providers-list-access-identity-providers","summary":"List Access identity providers","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-17"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-identity-providers-add-an-access-identity-provider","summary":"Add an Access identity provider","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_identity-providers-2"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-16"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stability":"beta"}},"/zones/{zone_id}/access/identity_providers/{identity_provider_id}":{"get":{"operationId":"zone-level-access-identity-providers-get-an-access-identity-provider","summary":"Get an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-16"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-identity-providers-update-an-access-identity-provider","summary":"Update an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_identity-providers-2"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-16"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stability":"beta"},"delete":{"operationId":"zone-level-access-identity-providers-delete-an-access-identity-provider","summary":"Delete an Access identity provider","parameters":[{"name":"identity_provider_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Access identity providers"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-identity-providers","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/access/organizations":{"get":{"operationId":"zone-level-zero-trust-organization-get-your-zero-trust-organization","summary":"Get your Zero Trust organization","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-4"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-15"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.read"]},{"realmrootOidc":["access-acct.revoke"]},{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Revoke","Access: Organizations, Identity Providers, and Groups Write","Access: Organizations, Identity Providers, and Groups Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-organizations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-zero-trust-organization-update-your-zero-trust-organization","summary":"Update your Zero Trust organization","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-4"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"auth_domain":{"$ref":"#/components/schemas/access_auth_domain-2"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only-2"},"login_design":{"$ref":"#/components/schemas/access_login_design-2"},"name":{"$ref":"#/components/schemas/access_name-15"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time-2"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-15"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-organizations","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"zone-level-zero-trust-organization-create-your-zero-trust-organization","summary":"Create your Zero Trust organization","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-4"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"auth_domain":{"$ref":"#/components/schemas/access_auth_domain-2"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only-2"},"login_design":{"$ref":"#/components/schemas/access_login_design-2"},"name":{"$ref":"#/components/schemas/access_name-15"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time-2"}},"required":["name","auth_domain"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-15"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-organizations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/organizations/revoke_user":{"post":{"operationId":"zone-level-zero-trust-organization-revoke-all-access-tokens-for-a-user","summary":"Revoke all Access tokens for a user","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier-4"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"email":{"type":"string"}},"required":["email"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_empty_response"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-acct.write"]}],"tags":["Zone-Level Zero Trust organization"],"x-api-token-group":["Access: Organizations, Identity Providers, and Groups Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.zone-organizations","x-fern-sdk-method-name":"revoke-user-create","x-forge-hidden":true,"x-forge-require-confirmation":"This operation revokes all access tokens for a user, affecting their access to all applications within the zone."}},"/zones/{zone_id}/access/service_tokens":{"get":{"operationId":"zone-level-access-service-tokens-list-service-tokens","summary":"List service tokens","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_response_collection-19"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.read"]},{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write","Access: Service Tokens Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-access-service-tokens-create-a-service-token","summary":"Create a service token","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"client_secret_version":{"$ref":"#/components/schemas/access_client_secret_version"},"duration":{"$ref":"#/components/schemas/access_duration-2"},"name":{"$ref":"#/components/schemas/access_name-17"},"previous_client_secret_expires_at":{"$ref":"#/components/schemas/access_previous_client_secret_expires_at"}},"required":["name"]}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_create_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/access/service_tokens/{service_token_id}":{"get":{"operationId":"zone-level-access-service-tokens-get-a-service-token","summary":"Get a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-18"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.read"]},{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write","Access: Service Tokens Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-access-service-tokens-update-a-service-token","summary":"Update a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"client_secret_version":{"$ref":"#/components/schemas/access_client_secret_version"},"duration":{"$ref":"#/components/schemas/access_duration-2"},"name":{"$ref":"#/components/schemas/access_name-17"},"previous_client_secret_expires_at":{"$ref":"#/components/schemas/access_previous_client_secret_expires_at"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-18"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-level-access-service-tokens-delete-a-service-token","summary":"Delete a service token","parameters":[{"name":"service_token_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/access_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_single_response-18"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/access_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["access-service-token.write"]}],"tags":["Zone-Level Access service tokens"],"x-api-token-group":["Access: Service Tokens Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.service-tokens","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/acm/custom_trust_store":{"get":{"operationId":"custom-origin-trust-store-list-details","summary":"List Custom Origin Trust Store Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"offset","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Origin Trust Store"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.custom-trust-store","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-origin-trust-store-create","summary":"Upload Custom Origin Trust Store","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-3"}},"required":["certificate"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Origin Trust Store"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.custom-trust-store","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}":{"get":{"operationId":"custom-origin-trust-store-details","summary":"Custom Origin Trust Store Details","parameters":[{"name":"custom_origin_trust_store_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Origin Trust Store"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.custom-trust-store","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-origin-trust-store-delete","summary":"Delete Custom Origin Trust Store","parameters":[{"name":"custom_origin_trust_store_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_trust_store_response_id_only"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Origin Trust Store"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.custom-trust-store","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/acm/total_tls":{"get":{"operationId":"total-tls-total-tls-settings-details","summary":"Total TLS Settings Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_total_tls_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_total_tls_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Total TLS"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.total-tls","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"total-tls-enable-or-disable-total-tls","summary":"Enable or Disable Total TLS","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-3"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-3"}},"required":["enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_total_tls_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_total_tls_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Total TLS"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"acm.total-tls","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/activation_check":{"put":{"operationId":"put-zones-zone_id-activation_check","summary":"Rerun the Activation Check","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zone-activation_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zone-activation_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/zone-activation_identifier"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zone-activation_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone"],"x-api-token-group":["Zone Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zone","x-fern-sdk-method-name":"activate"}},"/zones/{zone_id}/addressing/regional_hostnames":{"get":{"operationId":"dls-zone-regional-hostnames-list","summary":"List Regional Hostnames","parameters":[{"$ref":"#/components/parameters/dls_zone_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dls_regional_hostname_response"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Read","DNS Write"]},"post":{"operationId":"dls-zone-regional-hostnames-create","summary":"Create Regional Hostname","parameters":[{"$ref":"#/components/parameters/dls_zone_id"}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"hostname":{"$ref":"#/components/schemas/dls_hostname"},"region_key":{"$ref":"#/components/schemas/dls_region_key"},"routing":{"$ref":"#/components/schemas/dls_routing"}},"required":["hostname","region_key"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dls_regional_hostname_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Write"]}},"/zones/{zone_id}/addressing/regional_hostnames/{hostname}":{"get":{"operationId":"dls-zone-regional-hostnames-fetch","summary":"Fetch Regional Hostname","parameters":[{"$ref":"#/components/parameters/dls_zone_id"},{"$ref":"#/components/parameters/dls_hostname"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dls_regional_hostname_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Read","DNS Write"]},"delete":{"operationId":"dls-zone-regional-hostnames-delete","summary":"Delete Regional Hostname","parameters":[{"$ref":"#/components/parameters/dls_zone_id"},{"$ref":"#/components/parameters/dls_hostname"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Write"]},"patch":{"operationId":"dls-zone-regional-hostnames-patch","summary":"Update Regional Hostname","parameters":[{"$ref":"#/components/parameters/dls_zone_id"},{"$ref":"#/components/parameters/dls_hostname"}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"region_key":{"$ref":"#/components/schemas/dls_region_key"}},"required":["region_key"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dls_regional_hostname_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dls_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DLS Regional Services"],"x-api-token-group":["DNS Write"]}},"/zones/{zone_id}/ai-audit/robots":{"get":{"operationId":"ai-audit-get-robots","summary":"Get robots.txt rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"subdomain","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/ai-audit_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/ai-audit_robots_rules"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["AI Audit"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-sdk-group-name":"ai-audit.robots","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/ai-audit/robots/bulk":{"post":{"operationId":"ai-audit-bulk-get-robots","summary":"Bulk get robots.txt rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"},"maxItems":25}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/ai-audit_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/ai-audit_bulk_robots_rules"}},"type":"object"}]}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"408":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai-audit_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["AI Audit"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-sdk-group-name":"ai-audit.robots","x-fern-sdk-method-name":"bulk-get"}},"/zones/{zone_id}/analytics/latency":{"get":{"operationId":"argo-analytics-for-zone-argo-analytics-for-a-zone","summary":"Argo Analytics for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/argo-analytics_identifier"}},{"name":"bins","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-analytics_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_response_single"},{"$ref":"#/components/schemas/argo-analytics_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Argo Analytics for Zone"],"x-api-token-group":["Analytics Read"],"x-cfPermissionsRequired":{"enum":["#analytics:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/analytics/latency/colos":{"get":{"operationId":"argo-analytics-for-geolocation-argo-analytics-for-a-zone-at-different-po-ps","summary":"Argo Analytics for a zone at different PoPs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/argo-analytics_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-analytics_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_response_single"},{"$ref":"#/components/schemas/argo-analytics_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Argo Analytics for Geolocation"],"x-api-token-group":["Analytics Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/api_gateway/configuration":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"name":"normalize","in":"query","schema":{"type":"boolean"}}],"get":{"operationId":"api-shield-settings-retrieve-information-about-specific-configuration-properties","summary":"Retrieve information about specific configuration properties","responses":{"200":{"$ref":"#/components/responses/api-shield_config-get-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic-failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Settings"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.configurations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"api-shield-settings-set-configuration-properties","summary":"Update configuration properties","requestBody":{"$ref":"#/components/requestBodies/api-shield_config-update"},"responses":{"200":{"$ref":"#/components/responses/api-shield_config-update-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic-failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.configurations","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/discovery":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-api-discovery-retrieve-discovered-operations-on-a-zone-as-openapi","summary":"Retrieve discovered operations on a zone rendered as OpenAPI schemas","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_schema_response_discovery"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_schema_response_discovery"},{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.discovery","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/discovery/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-api-discovery-retrieve-discovered-operations-on-a-zone","summary":"Retrieve discovered operations on a zone","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_host_parameter"},{"$ref":"#/components/parameters/api-shield_method_parameter"},{"$ref":"#/components/parameters/api-shield_endpoint_parameter"},{"$ref":"#/components/parameters/api-shield_direction_parameter"},{"$ref":"#/components/parameters/api-shield_order_parameter"},{"$ref":"#/components/parameters/api-shield_diff_parameter"},{"$ref":"#/components/parameters/api-shield_api_discovery_origin_parameter"},{"$ref":"#/components/parameters/api-shield_api_discovery_state_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_discovery_operation"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.discovery.operations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"patch":{"operationId":"api-shield-api-patch-discovered-operations","summary":"Patch discovered operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api_discovery_patch_multiple_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_patch_discoveries_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.discovery.operations","x-fern-sdk-method-name":"bulk-edit","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/discovery/operations/{discovery_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_discovery_id"}],"get":{"operationId":"api-shield-api-discovery-retrieve-discovered-operation-by-id","summary":"Retrieve a discovered operation","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_discovery_operation"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"]},"patch":{"operationId":"api-shield-api-patch-discovered-operation","summary":"Patch discovered operation","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"state":{"allOf":[{"$ref":"#/components/schemas/api-shield_api_discovery_state_patch"}]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_patch_discovery_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield API Discovery"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/api_gateway/expression-template/fallthrough":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"api-shield-expression-templates-fallthrough","summary":"Generate fallthrough WAF expression template from a set of API hosts","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_request_expression_templates_fallthrough"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_response_expression_templates_fallthrough"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield WAF Expression Templates"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.expression-template.fallthrough","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-labels-get-labels","summary":"Retrieve all labels","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_order_parameter-2"},{"$ref":"#/components/parameters/api-shield_direction_parameter"},{"$ref":"#/components/parameters/api-shield_source_parameter"},{"$ref":"#/components/parameters/api-shield_filter_parameter"},{"$ref":"#/components/parameters/api-shield_with_mapped_resource_counts_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_full_label"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/managed/{name}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_label_name_parameter"}],"get":{"operationId":"api-shield-labels-get-managed-label","summary":"Retrieve managed label","parameters":[{"$ref":"#/components/parameters/api-shield_with_mapped_resource_counts_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_full_managed_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.managed","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/managed/{name}/resources/operation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_label_name_parameter"}],"put":{"operationId":"api-shield-labels-replace-operations-attached-to-managed-label","summary":"Replace operation(s) attached to a managed label","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_replace_operations_attached_to_label_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_full_managed_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.managed.resources.operation","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/user":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"api-shield-labels-create-user-labels","summary":"Create user labels","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_request"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true},"delete":{"operationId":"api-shield-labels-delete-user-labels","summary":"Delete user labels","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/user/{name}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_label_name_parameter"}],"get":{"operationId":"api-shield-labels-get-user-label","summary":"Retrieve user label","parameters":[{"$ref":"#/components/parameters/api-shield_with_mapped_resource_counts_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_full_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"api-shield-put-user-label","summary":"Update user label","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_put_label_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"api-shield-delete-user-label","summary":"Delete user label","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"api-shield-patch-user-label","summary":"Patch user label","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_patch_label_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/labels/user/{name}/resources/operation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_label_name_parameter"}],"put":{"operationId":"api-shield-labels-replace-operations-attached-to-user-label","summary":"Replace operation(s) attached to a user label","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_replace_operations_attached_to_label_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_full_label"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.labels.user.resources.operation","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-endpoint-management-retrieve-information-about-all-operations-on-a-zone","summary":"Retrieve information about all operations on a zone","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"name":"order","in":"query","schema":{"type":"string","enum":["method","host","endpoint","thresholds.$key"]}},{"$ref":"#/components/parameters/api-shield_direction_parameter"},{"$ref":"#/components/parameters/api-shield_host_parameter"},{"$ref":"#/components/parameters/api-shield_method_parameter"},{"$ref":"#/components/parameters/api-shield_endpoint_parameter"},{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_multiple-operation-response-paginated"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"api-shield-endpoint-management-add-operations-to-a-zone","summary":"Add operations to a zone","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_basic_operation"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_multiple-operation-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true},"delete":{"operationId":"api-shield-endpoint-management-delete-multiple-operations","summary":"Delete multiple operations","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_object-with-operation-id"},"uniqueItems":true}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/item":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"api-shield-endpoint-management-add-operation-to-a-zone","summary":"Add one operation to a zone","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_basic_operation"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_single-operation-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/labels":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"put":{"operationId":"api-shield-operations-bulk-put-labels-to-operations","summary":"Bulk replace label(s) on operation(s) in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_bulk_put_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"api-shield-operations-bulk-post-labels-to-operations","summary":"Bulk attach label(s) on operation(s) in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_bulk_post_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"bulk-create","x-forge-hidden":true},"delete":{"operationId":"api-shield-operations-bulk-delete-labels-to-operations","summary":"Bulk remove label(s) on operation(s) in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_bulk_delete_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/schema_validation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"patch":{"operationId":"api-shield-schema-validation-update-multiple-operation-level-settings","summary":"Update multiple operation-level schema validation settings","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings_multiple_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings_multiple_request"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.operations.schema-validation","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/operations/{operation_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_operation_id"}],"get":{"operationId":"api-shield-endpoint-management-retrieve-information-about-an-operation","summary":"Retrieve information about an operation","parameters":[{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"},{"$ref":"#/components/parameters/api-shield_with_schemas_parameter"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_single-operation-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"api-shield-endpoint-management-delete-an-operation","summary":"Delete an operation","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/{operation_id}/labels":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_operation_id"}],"put":{"operationId":"api-shield-operations-put-labels-to-operation","summary":"Replace label(s) on an operation in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_put_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"update","x-forge-hidden":true},"post":{"operationId":"api-shield-operations-post-labels-to-operation","summary":"Attach label(s) on an operation in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_post_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"api-shield-operations-delete-labels-from-operation","summary":"Remove label(s) on an operation in endpoint management","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_delete_labels_on_operation_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_operation_with_labels_only"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Labels"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.operations.labels","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/operations/{operation_id}/schema_validation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_operation_id"}],"get":{"operationId":"api-shield-schema-validation-retrieve-operation-level-settings","summary":"Retrieve operation-level schema validation settings","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.operations.schema-validation","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"put":{"operationId":"api-shield-schema-validation-update-operation-level-settings","summary":"Update operation-level schema validation settings","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings_modify_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.operations.schema-validation","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/schemas":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-endpoint-management-retrieve-operations-and-features-as-open-api-schemas","summary":"Retrieve operations and features as OpenAPI schemas","parameters":[{"name":"host","in":"query","schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}},{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"},{"name":"include_schema_kind","in":"query","schema":{"type":"array","items":{"enum":["learned"],"type":"string"},"uniqueItems":true},"explode":true,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_schema-response-with-thresholds"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Endpoint Management"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"api-gateway.schemas","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/api_gateway/settings/schema_validation":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-schema-validation-retrieve-zone-level-settings","summary":"Retrieve zone level schema validation settings","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.settings.schema-validation","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"put":{"operationId":"api-shield-schema-validation-update-zone-level-settings","summary":"Update zone level schema validation settings","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings_put"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.settings.schema-validation","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"patch":{"operationId":"api-shield-schema-validation-patch-zone-level-settings","summary":"Update zone level schema validation settings","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_zone_schema_validation_settings"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.settings.schema-validation","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/user_schemas":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-schema-validation-retrieve-information-about-all-schemas","summary":"Retrieve information about all schemas on a zone","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_old_omit_source"},{"name":"validation_enabled","in":"query","schema":{"$ref":"#/components/schemas/api-shield_old_validation_enabled"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_public_schema"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"post":{"operationId":"api-shield-schema-validation-post-schema","summary":"Upload a schema to a zone","requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"kind":{"$ref":"#/components/schemas/api-shield_old_kind"},"name":{"type":"string"},"validation_enabled":{"type":"string","enum":["true","false"]}},"required":["file","kind"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_old_schema_upload_response"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_old_schema_upload_failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"create","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/user_schemas/hosts":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"}],"get":{"operationId":"api-shield-schema-validation-retrieve-user-schema-hosts","summary":"Retrieve schema hosts in a zone","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_response_user_schemas_hosts"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas.hosts","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_old_schema_id"}],"get":{"operationId":"api-shield-schema-validation-retrieve-information-about-specific-schema","summary":"Retrieve information about a specific schema on a zone","parameters":[{"$ref":"#/components/parameters/api-shield_old_omit_source"}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_old_public_schema"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"get","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"delete":{"operationId":"api-shield-schema-delete-a-schema","summary":"Delete a schema","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"delete","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."},"patch":{"operationId":"api-shield-schema-validation-enable-validation-for-a-schema","summary":"Enable validation for a schema","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"validation_enabled":{"allOf":[{"$ref":"#/components/schemas/api-shield_old_validation_enabled"},{"enum":[true]}]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_old_public_schema"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_old_schema_id"},{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"api-shield-schema-validation-extract-operations-from-schema","summary":"Retrieve all operations from a schema.","parameters":[{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"},{"$ref":"#/components/parameters/api-shield_host_parameter"},{"$ref":"#/components/parameters/api-shield_method_parameter"},{"$ref":"#/components/parameters/api-shield_endpoint_parameter"},{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"name":"operation_status","in":"query","schema":{"type":"string","enum":["new","existing"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/api-shield_operation"},{"$ref":"#/components/schemas/api-shield_basic_operation"}]}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["API Shield Schema Validation 2.0"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"api-gateway.user-schemas.operations","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-stainless-deprecation-message":"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."}},"/zones/{zone_id}/argo/smart_routing":{"get":{"operationId":"argo-smart-routing-get-argo-smart-routing-setting","summary":"Get Argo Smart Routing setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/argo-config_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-config_api_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/argo-config_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Argo Smart Routing"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"argo-smart-routing-patch-argo-smart-routing-setting","summary":"Patch Argo Smart Routing setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/argo-config_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-config_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/argo-config_api_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/argo-config_api_response_common_failure"}]}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Argo Smart Routing"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/bot_management":{"get":{"operationId":"bot-management-for-a-zone-get-config","summary":"Get Zone Bot Management Config","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/bot-management_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_bot_management_response_body"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/bot-management_bot_management_response_body"},{"$ref":"#/components/schemas/bot-management_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]}],"tags":["Bot Settings"],"x-api-token-group":["Bot Management Write","Bot Management Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"bot-management-for-a-zone-update-config","summary":"Update Zone Bot Management Config","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/bot-management_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_config_single"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_bot_management_response_body"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/bot-management_bot_management_response_body"},{"$ref":"#/components/schemas/bot-management_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["bot-management.write"]}],"tags":["Bot Settings"],"x-api-token-group":["Bot Management Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/bot_management/feedback":{"get":{"operationId":"bot-management-zone-feedback-list","summary":"List zone feedback reports","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/bot-management_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/bot-management_feedback_report"}}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["bot-management-feedback.read"]},{"realmrootOidc":["bot-management-feedback.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]}],"tags":["Feedback"],"x-api-token-group":["Bot Management Feedback Report Write","Bot Management Feedback Report Read","Bot Management Write","Bot Management Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"bot-management-zone-feedback-create","summary":"Submit a feedback report","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/bot-management_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_feedback_report"}}}},"responses":{"201":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bot-management_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["bot-management-feedback.read"]},{"realmrootOidc":["bot-management-feedback.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]}],"tags":["Feedback"],"x-api-token-group":["Bot Management Feedback Report Write","Bot Management Feedback Report Read","Bot Management Write","Bot Management Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/cache/cache_reserve":{"get":{"operationId":"zone-cache-settings-get-cache-reserve-setting","summary":"Get Cache Reserve setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_cache_reserve_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-cache-settings-change-cache-reserve-setting","summary":"Change Cache Reserve setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_cache_reserve_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_cache_reserve_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/cache/cache_reserve_clear":{"get":{"operationId":"zone-cache-settings-get-cache-reserve-clear","summary":"Get Cache Reserve Clear","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"zone-cache-settings-start-cache-reserve-clear","summary":"Start Cache Reserve Clear","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/cache/origin_post_quantum_encryption":{"get":{"operationId":"zone-cache-settings-get-origin-post-quantum-encryption-setting","summary":"Get Origin Post-Quantum Encryption setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Origin Post-Quantum"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfDeprecation":{"display":true,"eol":"2026-07-19","id":"origin_pqe_deprecation"},"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"zone-cache-settings-change-origin-post-quantum-encryption-setting","summary":"Change Origin Post-Quantum Encryption setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Origin Post-Quantum"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfDeprecation":{"display":true,"eol":"2026-07-19","id":"origin_pqe_deprecation"},"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/cache/regional_tiered_cache":{"get":{"operationId":"zone-cache-settings-get-regional-tiered-cache-setting","summary":"Get Regional Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"patch":{"operationId":"zone-cache-settings-change-regional-tiered-cache-setting","summary":"Change Regional Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable":{"get":{"operationId":"smart-tiered-cache-get-smart-tiered-cache-setting","summary":"Get Smart Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Tiered Cache"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"smart-tiered-cache-create-smart-tiered-cache-setting","summary":"Create Smart Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Tiered Cache"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"smart-tiered-cache-delete-smart-tiered-cache-setting","summary":"Delete Smart Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_delete_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Tiered Cache"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"smart-tiered-cache-patch-smart-tiered-cache-setting","summary":"Patch Smart Tiered Cache setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Tiered Cache"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/cache/variants":{"get":{"operationId":"zone-cache-settings-get-variants-setting","summary":"Get variants setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_variants_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"delete":{"operationId":"zone-cache-settings-delete-variants-setting","summary":"Delete variants setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_delete_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_variants"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"patch":{"operationId":"zone-cache-settings-change-variants-setting","summary":"Change variants setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_variants_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_variants_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Cache Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/certificate_authorities/hostname_associations":{"get":{"operationId":"client-certificate-for-a-zone-list-hostname-associations","summary":"List Hostname Associations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"mtls_certificate_id","in":"query","schema":{"type":"string","maxLength":36,"minLength":36}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_associations_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"certificate-authorities.hostname-associations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"client-certificate-for-a-zone-put-hostname-associations","summary":"Replace Hostname Associations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_association"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_associations_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"certificate-authorities.hostname-associations","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/client_certificates":{"get":{"operationId":"client-certificate-for-a-zone-list-client-certificates","summary":"List Client Certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"status","in":"query","schema":{"type":"string","enum":["all","active","pending_reactivation","pending_revocation","revoked"]}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"limit","in":"query","schema":{"type":"integer"}},{"name":"offset","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"client-certificate-for-a-zone-create-client-certificate","summary":"Create Client Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"csr":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_csr-2"},"validity_days":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_days-2"}},"required":["csr","validity_days"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/client_certificates/{client_certificate_id}":{"get":{"operationId":"client-certificate-for-a-zone-client-certificate-details","summary":"Client Certificate Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"client_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"client-certificate-for-a-zone-delete-client-certificate","summary":"Revoke Client Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"client_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"client-certificate-for-a-zone-edit-client-certificate","summary":"Reactivate Client Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"client_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reactivate":{"type":"boolean"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["API Shield Client Certificates for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"client-certificates","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/cloud_connector/rules":{"get":{"operationId":"zone-cloud-connector-rules","summary":"Rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloud-connector_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloud-connector_rules"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["cloud-connector.read"]},{"realmrootOidc":["cloud-connector.write"]}],"tags":["Zone Cloud Connector Rules GET"],"x-api-token-group":["Cloud Connector Read","Cloud Connector Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloud-connector.rules","x-fern-sdk-method-name":"list"},"put":{"operationId":"zone-cloud-conenctor-rules-put","summary":"Put Rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cloud-connector_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/cloud-connector_rule"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cloud-connector_rules"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["cloud-connector.write"]}],"tags":["Zone Cloud Connector Rules PUT"],"x-api-token-group":["Cloud Connector Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cloud-connector.rules","x-fern-sdk-method-name":"update"}},"/zones/{zone_id}/content-upload-scan/disable":{"post":{"operationId":"waf-content-scanning-disable","summary":"Disable Content Scanning","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning","x-fern-sdk-method-name":"disable","x-forge-hidden":true,"x-forge-require-confirmation":"This operation turns off WAF content scanning for a zone."}},"/zones/{zone_id}/content-upload-scan/enable":{"post":{"operationId":"waf-content-scanning-enable","summary":"Enable Content Scanning","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning","x-fern-sdk-method-name":"enable","x-forge-hidden":true}},"/zones/{zone_id}/content-upload-scan/payloads":{"get":{"operationId":"waf-content-scanning-list-custom-scan-expressions","summary":"List Existing Custom Scan Expressions","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning.payloads","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"waf-content-scanning-add-custom-scan-expressions","summary":"Add Custom Scan Expressions","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"properties":{"payload":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan-payload"}},"required":["payload"],"type":"object"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning.payloads","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/content-upload-scan/payloads/{expression_id}":{"delete":{"operationId":"waf-content-scanning-delete-custom-scan-expressions","summary":"Delete a Custom Scan Expression","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}},{"name":"expression_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-scan-collection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning.payloads","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/content-upload-scan/settings":{"get":{"operationId":"waf-content-scanning-get-status","summary":"Get Content Scanning Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-status-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waf-content-scanning-update-settings","summary":"Update Content Scanning Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"string","enum":["enabled","disabled"]}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-status-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Content Scanning"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"content-scanning","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/ct/alerting":{"get":{"operationId":"ct-alerting-get-subscription","summary":"Get CT Alerting Subscription","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["CT Alerting"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ct-alerting","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"ct-alerting-update-subscription","summary":"Update CT Alerting Subscription","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_update"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["CT Alerting"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ct-alerting","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/custom_certificates":{"get":{"operationId":"custom-ssl-for-a-zone-list-ssl-configurations","summary":"List SSL Configurations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"status","in":"query","schema":{"type":"string","enum":["active","expired","deleted","pending","initializing"],"readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-ssl-for-a-zone-create-ssl-configuration","summary":"Create SSL Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate"},"custom_csr_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_id"},"deploy":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_deploy"},"geo_restrictions":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_geo_restrictions"},"policy":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_policy"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_type"}},"required":["certificate"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/custom_certificates/prioritize":{"put":{"operationId":"custom-ssl-for-a-zone-re-prioritize-ssl-certificates","summary":"Re-prioritize SSL Certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificates":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"priority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_priority"}},"type":"object"}}},"required":["certificates"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates.prioritize","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/custom_certificates/{custom_certificate_id}":{"get":{"operationId":"custom-ssl-for-a-zone-ssl-configuration-details","summary":"SSL Configuration Details","parameters":[{"name":"custom_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-ssl-for-a-zone-delete-ssl-configuration","summary":"Delete SSL Configuration","parameters":[{"name":"custom_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_id_only"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_id_only"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"custom-ssl-for-a-zone-edit-ssl-configuration","summary":"Edit SSL Configuration","parameters":[{"name":"custom_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate"},"custom_csr_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_id"},"deploy":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_deploy"},"geo_restrictions":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_geo_restrictions"},"policy":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_policy"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom SSL for a Zone"],"x-api-token-group":["Access: Mutual TLS Certificates Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-certificates","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/custom_csrs":{"get":{"operationId":"custom-csrs-for-a-zone-list-custom-csrs","summary":"List Custom CSRs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom CSRs for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-csrs-for-a-zone-create-custom-csr","summary":"Create Custom CSR","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_create_request"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom CSRs for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/custom_csrs/{custom_csr_id}":{"get":{"operationId":"custom-csrs-for-a-zone-custom-csr-details","summary":"Custom CSR Details","parameters":[{"name":"custom_csr_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom CSRs for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-csrs-for-a-zone-delete-custom-csr","summary":"Delete Custom CSR","parameters":[{"name":"custom_csr_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_id_only"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_response_id_only"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom CSRs for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-csrs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames":{"get":{"operationId":"custom-hostname-for-a-zone-list-custom-hostnames","summary":"List Custom Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"hostname","in":"query","schema":{"type":"string","maxLength":255}},{"name":"hostname.exact","in":"query","schema":{"type":"string","maxLength":255}},{"name":"hostname.startsWith","in":"query","schema":{"type":"string","maxLength":255}},{"name":"hostname.contain","in":"query","schema":{"type":"string","maxLength":255}},{"name":"id","in":"query","schema":{"type":"string","maxLength":36,"minLength":36}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","default":"ssl","enum":["ssl","ssl_status"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"ssl_status","in":"query","schema":{"type":"string","enum":["initializing","pending_validation","deleted","pending_issuance","pending_deployment","pending_deletion","pending_expiration","expired","active","initializing_timed_out","validation_timed_out","issuance_timed_out","deployment_timed_out","deletion_timed_out","pending_cleanup","staging_deployment","staging_active","deactivating","inactive","backup_issued","holding_deployment"]}},{"name":"hostname_status","in":"query","schema":{"type":"string","enum":["active","pending","active_redeploying","moved","pending_deletion","deleted","pending_blocked","pending_migration","pending_provisioned","test_pending","test_active","test_active_apex","test_blocked","test_failed","provisioned","blocked"]}},{"name":"certificate_authority","in":"query","schema":{"type":"string","enum":["google","lets_encrypt","ssl_com"]}},{"name":"wildcard","in":"query","schema":{"type":"boolean"}},{"name":"custom_origin_server","in":"query","schema":{"type":"string"}},{"name":"ssl","in":"query","schema":{"type":"integer","default":"0","enum":[0,1]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"custom-hostname-for-a-zone-create-custom-hostname","summary":"Create Custom Hostname","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"custom_metadata":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_metadata"},"custom_origin_server":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_server"},"custom_origin_sni":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_sni"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_post"},"ssl":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_sslpost"}},"required":["hostname"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames/fallback_origin":{"get":{"operationId":"custom-hostname-fallback-origin-for-a-zone-get-fallback-origin-for-custom-hostnames","summary":"Get Fallback Origin for Custom Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname Fallback Origin for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.fallback-origin","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"custom-hostname-fallback-origin-for-a-zone-update-fallback-origin-for-custom-hostnames","summary":"Update Fallback Origin for Custom Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"origin":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_origin"}},"required":["origin"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname Fallback Origin for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.fallback-origin","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"custom-hostname-fallback-origin-for-a-zone-delete-fallback-origin-for-custom-hostnames","summary":"Delete Fallback Origin for Custom Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallback_origin_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname Fallback Origin for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.fallback-origin","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames/quota":{"get":{"operationId":"custom-hostname-for-a-zone-get-custom-hostname-quota","summary":"Get Custom Hostname Quota","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_quota_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_api_response_failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}":{"get":{"operationId":"custom-hostname-for-a-zone-custom-hostname-details","summary":"Custom Hostname Details","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"custom-hostname-for-a-zone-delete-custom-hostname-(-and-any-issued-ssl-certificates)","summary":"Delete Custom Hostname (and any issued SSL certificates)","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},"type":"object"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"custom-hostname-for-a-zone-edit-custom-hostname","summary":"Edit Custom Hostname","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"custom_metadata":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_metadata"},"custom_origin_server":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_server"},"custom_origin_sni":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_sni"},"ssl":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_sslpost"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}/certificate_pack/{certificate_pack_id}/certificates/{certificate_id}":{"put":{"operationId":"custom-hostname-for-a-zone-edit-custom-certificate-custom-hostname","summary":"Replace Custom Certificate and Custom Key In Custom Hostname","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_cert_and_key"}}}},"responses":{"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.certificate-pack.certificates","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"custom-hostname-for-a-zone-delete_single_certificate_and_key_in_a_custom_hostname","summary":"Delete Single Certificate And Key For Custom Hostname","parameters":[{"name":"custom_hostname_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"202":{"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},"type":"object"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Custom Hostname for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"custom-hostnames.certificate-pack.certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/custom_ns":{"get":{"operationId":"account-level-custom-nameservers-usage-for-a-zone-get-account-custom-nameserver-related-zone-metadata","summary":"Get Account Custom Nameserver Related Zone Metadata","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_get_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_get_response"},{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Account-Level Custom Nameservers Usage for a Zone"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfPermissionsRequired":{"enum":["#zone:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}},"put":{"operationId":"account-level-custom-nameservers-usage-for-a-zone-set-account-custom-nameserver-related-zone-metadata","summary":"Set Account Custom Nameserver Related Zone Metadata","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_zone_metadata"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-custom-nameservers_empty_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_empty_response-2"},{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone.write"]}],"tags":["Account-Level Custom Nameservers Usage for a Zone"],"x-api-token-group":["Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/dcv_delegation/uuid":{"get":{"operationId":"dcv-delegation-uuid-get","summary":"Retrieve the DCV Delegation unique identifier.","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_dcv_delegation_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_dcv_delegation_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["DCV Delegation"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dcv-delegation","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/devices/policy/certificates":{"get":{"operationId":"devices-get-policy-certificates","summary":"Get device certificate provisioning status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates_single"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Devices"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"devices-update-policy-certificates","summary":"Update device certificate provisioning status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/teams-devices_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates_single"},{"$ref":"#/components/schemas/teams-devices_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Devices"],"x-api-token-group":["SSL and Certificates Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zero-trust.devices.policies.default.certificates","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/dns_analytics/report":{"get":{"operationId":"dns-analytics-table","summary":"Table","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_metrics"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_dimensions"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_until"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_limit"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_sort"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_filters"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common-failure"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["DNS Analytics"],"x-api-token-group":["Analytics Read"],"x-cfPermissionsRequired":{"enum":["#analytics:read"]}}},"/zones/{zone_id}/dns_analytics/report/bytime":{"get":{"operationId":"dns-analytics-by-time","summary":"By Time","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-analytics_identifier"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_metrics"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_dimensions"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_since"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_until"}},{"name":"limit","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_limit"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_sort"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_filters"}},{"name":"time_delta","in":"query","schema":{"$ref":"#/components/schemas/dns-analytics_time_delta"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report_bytime"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common-failure"},{"properties":{"result":{"$ref":"#/components/schemas/dns-analytics_report_bytime"}},"type":"object"}]}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["DNS Analytics"],"x-api-token-group":["Analytics Read"],"x-cfPermissionsRequired":{"enum":["#analytics:read"]}}},"/zones/{zone_id}/dns_records":{"get":{"operationId":"dns-records-for-a-zone-list-dns-records","summary":"List DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"name","in":"query","schema":{"type":"string"}},{"name":"name.exact","in":"query","schema":{"type":"string"}},{"name":"name.contains","in":"query","schema":{"type":"string"}},{"name":"name.startswith","in":"query","schema":{"type":"string"}},{"name":"name.endswith","in":"query","schema":{"type":"string"}},{"name":"type","in":"query","schema":{"$ref":"#/components/schemas/dns-records_type"}},{"name":"content","in":"query","schema":{"type":"string"}},{"name":"content.exact","in":"query","schema":{"type":"string"}},{"name":"content.contains","in":"query","schema":{"type":"string"}},{"name":"content.startswith","in":"query","schema":{"type":"string"}},{"name":"content.endswith","in":"query","schema":{"type":"string"}},{"name":"proxied","in":"query","schema":{"$ref":"#/components/schemas/dns-records_proxied"}},{"name":"match","in":"query","schema":{"$ref":"#/components/schemas/dns-records_match"}},{"name":"comment","in":"query","schema":{"type":"string"}},{"name":"comment.present","in":"query","schema":{"type":"string"}},{"name":"comment.absent","in":"query","schema":{"type":"string"}},{"name":"comment.exact","in":"query","schema":{"type":"string"}},{"name":"comment.contains","in":"query","schema":{"type":"string"}},{"name":"comment.startswith","in":"query","schema":{"type":"string"}},{"name":"comment.endswith","in":"query","schema":{"type":"string"}},{"name":"tag","in":"query","schema":{"type":"string"}},{"name":"tag.present","in":"query","schema":{"type":"string"}},{"name":"tag.absent","in":"query","schema":{"type":"string"}},{"name":"tag.exact","in":"query","schema":{"type":"string"}},{"name":"tag.contains","in":"query","schema":{"type":"string"}},{"name":"tag.startswith","in":"query","schema":{"type":"string"}},{"name":"tag.endswith","in":"query","schema":{"type":"string"}},{"name":"search","in":"query","schema":{"$ref":"#/components/schemas/dns-records_search"}},{"name":"tag_match","in":"query","schema":{"$ref":"#/components/schemas/dns-records_tag_match"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/dns-records_page"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/dns-records_per_page"}},{"name":"order","in":"query","schema":{"$ref":"#/components/schemas/dns-records_order"}},{"name":"direction","in":"query","schema":{"$ref":"#/components/schemas/dns-records_direction"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"},{"name":"shadowed_by_name","in":"query","schema":{"type":"string"}},{"name":"shadowing_name","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_collection"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"list","x-forge-params":{"zone_id":{}}},"post":{"operationId":"dns-records-for-a-zone-create-dns-record","summary":"Create DNS Record","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-record-post"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_single"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"create"}},"/zones/{zone_id}/dns_records/batch":{"post":{"operationId":"dns-records-for-a-zone-batch-dns-records","summary":"Batch DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-request-batch-object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_batch"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:batch"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"batch"}},"/zones/{zone_id}/dns_records/export":{"get":{"operationId":"dns-records-for-a-zone-export-dns-records","summary":"Export DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"export"}},"/zones/{zone_id}/dns_records/import":{"post":{"operationId":"dns-records-for-a-zone-import-dns-records","summary":"Import DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string"},"proxied":{"type":"string","default":"false"}},"required":["file"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_import_scan"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_import_scan"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"import"}},"/zones/{zone_id}/dns_records/scan":{"post":{"operationId":"dns-records-for-a-zone-scan-dns-records","summary":"Scan DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_import_scan"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_import_scan"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"scan","x-stainless-deprecation-message":"This endpoint is deprecated in favor of a new asynchronous version. Please use the [/scan/trigger](https://developers.cloudflare.com/api/resources/dns/subresources/records/methods/scan/trigger) and [/scan/review](https://developers.cloudflare.com/api/resources/dns/subresources/records/methods/scan/review) endpoints instead.\n"}},"/zones/{zone_id}/dns_records/scan/review":{"get":{"operationId":"dns-records-for-a-zone-review-dns-scan","summary":"List Scanned DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"scan-list"},"post":{"operationId":"dns-records-for-a-zone-apply-dns-scan-results","summary":"Review Scanned DNS Records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-request-review-scan-object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_review_scan"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"scan-review"}},"/zones/{zone_id}/dns_records/scan/trigger":{"post":{"operationId":"dns-records-for-a-zone-trigger-dns-scan","summary":"Trigger DNS Record Scan","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_trigger_scan"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_trigger_scan"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"scan-trigger"}},"/zones/{zone_id}/dns_records/usage":{"get":{"operationId":"dns-records-for-a-zone-get-usage","summary":"Get DNS Record Usage","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_zone_usage"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_zone_usage"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-dns-settings.read"]},{"realmrootOidc":["zone-dns-settings.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["Zone DNS Settings Write","Zone DNS Settings Read","DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.usage.zone","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/dns_records/{dns_record_id}":{"get":{"operationId":"dns-records-for-a-zone-dns-record-details","summary":"DNS Record Details","parameters":[{"name":"dns_record_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_single"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"get"},"put":{"operationId":"dns-records-for-a-zone-update-dns-record","summary":"Overwrite DNS Record","parameters":[{"name":"dns_record_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-record-post"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_single"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"update"},"delete":{"operationId":"dns-records-for-a-zone-delete-dns-record","summary":"Delete DNS Record","parameters":[{"name":"dns_record_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}}}}}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}}}},"type":"object"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"dns-records-for-a-zone-patch-dns-record","summary":"Update DNS Record","parameters":[{"name":"dns_record_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-records_identifier"}},{"$ref":"#/components/parameters/dns-records_include_shadow_metadata"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns-record-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-records_dns_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns_response_single"},{"$ref":"#/components/schemas/dns-records_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNS Records for a Zone"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.records","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/dns_settings":{"get":{"operationId":"dns-settings-for-a-zone-list-dns-settings","summary":"Show DNS Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_response_single-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_response_single-2"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-dns-settings.read"]},{"realmrootOidc":["zone-dns-settings.write"]}],"tags":["DNS Settings for a Zone"],"x-api-token-group":["Zone DNS Settings Write","Zone DNS Settings Read","DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.zone","x-fern-sdk-method-name":"get"},"patch":{"operationId":"dns-settings-for-a-zone-update-dns-settings","summary":"Update DNS Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dns-settings_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns-settings-zone-patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dns-settings_dns_response_single-2"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns_response_single-2"},{"$ref":"#/components/schemas/dns-settings_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-dns-settings.write"]}],"tags":["DNS Settings for a Zone"],"x-api-token-group":["Zone DNS Settings Write","DNS Write"],"x-cfPermissionsRequired":{"enum":["#dns_records:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.settings.zone","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/dnssec":{"get":{"operationId":"dnssec-dnssec-details","summary":"DNSSEC Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dnssec_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dnssec_dnssec_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dnssec_dnssec_response_single"},{"$ref":"#/components/schemas/dnssec_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNSSEC"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.dnssec","x-fern-sdk-method-name":"get"},"delete":{"operationId":"dnssec-delete-dnssec-records","summary":"Delete DNSSEC records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dnssec_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dnssec_delete_dnssec_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dnssec_delete_dnssec_response_single"},{"$ref":"#/components/schemas/dnssec_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNSSEC"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.dnssec","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"dnssec-edit-dnssec-status","summary":"Edit DNSSEC Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dnssec_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"dnssec_multi_signer":{"$ref":"#/components/schemas/dnssec_dnssec_multi_signer"},"dnssec_presigned":{"$ref":"#/components/schemas/dnssec_dnssec_presigned"},"dnssec_use_nsec3":{"$ref":"#/components/schemas/dnssec_dnssec_use_nsec3"},"status":{"type":"string","enum":["active","disabled"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dnssec_dnssec_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dnssec_dnssec_response_single"},{"$ref":"#/components/schemas/dnssec_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]}],"tags":["DNSSEC"],"x-api-token-group":["DNS Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.dnssec","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/dnssec/zsk":{"get":{"operationId":"dnssec-list-dnssec-zsks","summary":"List DNSSEC ZSKs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/dnssec_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dnssec_dnssec_zsk_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/dnssec_dnssec_zsk_response_collection"},{"$ref":"#/components/schemas/dnssec_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]}],"tags":["DNSSEC"],"x-api-token-group":["DNS Read","DNS Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.dnssec.list","x-fern-sdk-method-name":"zsks"}},"/zones/{zone_id}/email/routing":{"get":{"operationId":"email-routing-settings-get-email-routing-settings","summary":"Get Email Routing settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"email-routing-settings-replace-email-routing-settings","summary":"Update Email Routing settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_email_routing_settings_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"update","x-forge-hidden":true},"patch":{"operationId":"email-routing-settings-update-email-routing-settings","summary":"Update Email Routing settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_email_routing_settings_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/disable":{"post":{"operationId":"email-routing-settings-disable-email-routing","summary":"Disable Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"disable","x-forge-hidden":true,"x-forge-require-confirmation":"This operation turns off email routing for a zone."}},"/zones/{zone_id}/email/routing/dns":{"get":{"operationId":"email-routing-settings-email-routing-dns-settings","summary":"Email Routing - DNS settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}},{"name":"subdomain","in":"query","schema":{"$ref":"#/components/schemas/email_email_setting_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/email_email_routing_dns_query_response"},{"$ref":"#/components/schemas/email_dns_settings_response_collection"}]}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.dns","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"email-routing-settings-enable-email-routing-dns","summary":"Enable Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_setting_dns_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.dns","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"email-routing-settings-disable-email-routing-dns","summary":"Disable Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_setting_dns_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"$ref":"#/components/schemas/email_dns_settings_response_collection"}]}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.dns","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"email-routing-settings-unlock-email-routing-dns","summary":"Unlock Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_setting_dns_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.dns","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/enable":{"post":{"operationId":"email-routing-settings-enable-email-routing","summary":"Enable Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"enable","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/rules":{"get":{"operationId":"email-routing-routing-rules-list-routing-rules","summary":"List routing rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"enabled","in":"query","schema":{"type":"boolean","enum":[true,false]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rules_response_collection"}}}}},"security":[{"realmrootOidc":["email-routing-rule.read"]},{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write","Email Routing Rules Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.list"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"email-routing-routing-rules-create-routing-rule","summary":"Create routing rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_create_rule_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rule_response_single"}}}},"400":{},"422":{}},"security":[{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.create"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/rules/catch_all":{"get":{"operationId":"email-routing-routing-rules-get-catch-all-rule","summary":"Get catch-all rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_catch_all_rule_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-rule.read"]},{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write","Email Routing Rules Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules.catch-alls","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"email-routing-routing-rules-update-catch-all-rule","summary":"Update catch-all rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_catch_all_rule_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_catch_all_rule_response_single"}}}},"400":{},"422":{}},"security":[{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules.catch-alls","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/rules/{rule_identifier}":{"get":{"operationId":"email-routing-routing-rules-get-routing-rule","summary":"Get routing rule","parameters":[{"name":"rule_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_rule_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rule_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-rule.read"]},{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write","Email Routing Rules Read"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"email-routing-routing-rules-update-routing-rule","summary":"Update routing rule","parameters":[{"name":"rule_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_rule_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_update_rule_properties"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rule_response_single"}}}},"400":{},"422":{}},"security":[{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"email-routing-routing-rules-delete-routing-rule","summary":"Delete routing rule","parameters":[{"name":"rule_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_rule_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_rule_response_single"}}}}},"security":[{"realmrootOidc":["email-routing-rule.write"]}],"tags":["Email Routing routing rules"],"x-api-token-group":["Email Routing Rules Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.rule.delete"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/email/routing/suppression":{"get":{"operationId":"get_publicListSuppressionZoneRouting","summary":"List zone email suppressions","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer","default":1,"minimum":0}},{"name":"per_page","in":"query","schema":{"type":"integer","default":100,"maximum":1000,"minimum":0}},{"name":"order","in":"query","schema":{"type":"string","default":"created_at","enum":["email","expires_at","created_at"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"page":{"type":"integer"},"per_page":{"type":"integer"},"result":{"type":"array","items":{"properties":{"created_at":{"type":"string","format":"date-time"},"email":{"type":"string","format":"email"},"expires_at":{"type":"string","format":"date-time","nullable":true},"id":{"type":"string","format":"uuid"},"reason":{"type":"string"},"zones":{"type":"array","items":{"type":"string"},"default":[]}},"required":["id","email","reason","created_at","expires_at"],"type":"object"}},"total":{"type":"integer"}},"required":["page","per_page","total","result"]}}}},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"success":{"type":"boolean"}},"required":["success","errors"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing suppressions"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-ignore":true,"x-forge-hidden":true}},"/zones/{zone_id}/email/routing/suppression/{suppression_id}":{"get":{"operationId":"get_publicGetSuppressionZoneRouting","summary":"Get zone email suppression","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"suppression_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"email":{"type":"string","format":"email"},"expires_at":{"type":"string","format":"date-time","nullable":true},"id":{"type":"string","format":"uuid"},"reason":{"type":"string"},"zones":{"type":"array","items":{"type":"string"},"default":[]}},"required":["id","email","reason","created_at","expires_at"]}},"required":["result"]}}}},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"success":{"type":"boolean"}},"required":["success","error"]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing suppressions"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-ignore":true,"x-forge-hidden":true}},"/zones/{zone_id}/email/routing/unlock":{"post":{"operationId":"email-routing-settings-unlock-email-routing","summary":"Unlock Email Routing","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/email_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_setting_dns_request_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email_email_settings_response_single"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Email Routing settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["com.cloudflare.api.account.zone.email.routing.config.update"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"email-routing","x-fern-sdk-method-name":"unlock","x-forge-hidden":true}},"/zones/{zone_id}/environments":{"parameters":[{"$ref":"#/components/parameters/kamino_zone_id"}],"get":{"operationId":"zonesEnvironmentsList","summary":"List zone environments","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.read"]},{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write","Zone Versioning Read"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"list"},"put":{"operationId":"zonesEnvironmentsUpdate","summary":"Upsert zone environments","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"update"},"post":{"operationId":"zonesEnvironmentsCreate","summary":"Create zone environments","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"create"},"patch":{"operationId":"zonesEnvironmentsEdit","summary":"Partially update zone environments","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/environments/{environment_id}":{"parameters":[{"$ref":"#/components/parameters/kamino_zone_id"},{"$ref":"#/components/parameters/kamino_environment_id"}],"delete":{"operationId":"zonesEnvironmentsDelete","summary":"Delete zone environment","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/environments/{environment_id}/purge_cache":{"post":{"operationId":"zone-environment-purge","summary":"Purge Cached Content by Environment","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-purge_identifier"}},{"name":"environment_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-purge_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/cache-purge_FlexPurgeByTags"},{"$ref":"#/components/schemas/cache-purge_FlexPurgeByHostnames"},{"$ref":"#/components/schemas/cache-purge_FlexPurgeByPrefixes"},{"$ref":"#/components/schemas/cache-purge_Everything"},{"$ref":"#/components/schemas/cache-purge_SingleFile"},{"$ref":"#/components/schemas/cache-purge_SingleFileWithUrlAndHeaders"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-purge_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cache-purge_api-response-single-id"},{"$ref":"#/components/schemas/cache-purge_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["cache.purge"]}],"tags":["Zone"],"x-api-token-group":["Cache Purge"],"x-cfPermissionsRequired":{"enum":["#cache_purge:edit"]}}},"/zones/{zone_id}/environments/{environment_id}/rollback":{"parameters":[{"$ref":"#/components/parameters/kamino_zone_id"},{"$ref":"#/components/parameters/kamino_environment_id"}],"post":{"operationId":"zonesEnvironmentsRollback","summary":"Roll back zone environment","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_environments_response"}}}},"4XX":{"$ref":"#/components/responses/kamino_client_error"}},"security":[{"realmrootOidc":["zone-versioning.write"]}],"tags":["Zone Environments"],"x-api-token-group":["Zone Versioning Write"],"x-fern-availability":"generally-available","x-fern-ignore":true,"x-fern-sdk-group-name":"zones.environments","x-fern-sdk-method-name":"rollback"}},"/zones/{zone_id}/filters":{"get":{"operationId":"filters-list-filters","summary":"List filters","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"paused","in":"query","schema":{"oneOf":[{"$ref":"#/components/schemas/firewall_filters_components-schemas-paused"}]}},{"name":"expression","in":"query","schema":{"type":"string"}},{"name":"description","in":"query","schema":{"type":"string"}},{"name":"ref","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":25,"maximum":100,"minimum":5}},{"name":"id","in":"query","schema":{"type":"string","maxLength":32,"minLength":32,"readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"filters-update-filters","summary":"Update filters","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter-rule-update-request"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"filters-create-filters","summary":"Create filters","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter"}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-collection"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"filters-delete-filters","summary":"Delete filters","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"id","in":"query","required":true,"schema":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-delete-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-delete-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true}},"/zones/{zone_id}/filters/{filter_id}":{"get":{"operationId":"filters-get-a-filter","summary":"Get a filter","parameters":[{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"filters-update-a-filter","summary":"Update a filter","parameters":[{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-response-single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"filters-delete-a-filter","summary":"Delete a filter","parameters":[{"name":"filter_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-delete-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-delete-response-single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Filters"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"filters","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/firewall/access_rules/rules":{"get":{"operationId":"ip-access-rules-for-a-zone-list-ip-access-rules","summary":"List IP Access rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"mode","in":"query","schema":{"$ref":"#/components/schemas/firewall_schemas-mode"}},{"name":"configuration.target","in":"query","schema":{"type":"string","enum":["ip","ip_range","asn","country"]}},{"name":"configuration.value","in":"query","schema":{"type":"string"}},{"name":"notes","in":"query","schema":{"type":"string"}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"page","in":"query","schema":{"type":"number"}},{"name":"per_page","in":"query","schema":{"type":"number"}},{"name":"order","in":"query","schema":{"type":"string","enum":["configuration.target","configuration.value","mode"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_collection_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["IP Access rules for a zone"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.zone-access-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"ip-access-rules-for-a-zone-create-an-ip-access-rule","summary":"Create an IP Access rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"allOf":[{"$ref":"#/components/schemas/firewall_notes"},{"default":""}]}},"required":["mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["IP Access rules for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.zone-access-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/firewall/access_rules/rules/{rule_id}":{"delete":{"operationId":"ip-access-rules-for-a-zone-delete-an-ip-access-rule","summary":"Delete an IP Access rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"cascade":{"type":"string","default":"none","enum":["none","basic","aggressive"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_id_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["IP Access rules for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.zone-access-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"ip-access-rules-for-a-zone-update-an-ip-access-rule","summary":"Update an IP Access rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rule_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"notes":{"$ref":"#/components/schemas/firewall_notes"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_rule_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_rule_single_response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["IP Access rules for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.zone-access-rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/firewall/lockdowns":{"get":{"operationId":"zone-lockdown-list-zone-lockdown-rules","summary":"List Zone Lockdown rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"description","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_schemas-description_search"}]}},{"name":"modified_on","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_modified_on"}]}},{"name":"ip","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ip_search"}]}},{"name":"priority","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_schemas-priority"}]}},{"name":"uri_search","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_uri_search"}]}},{"name":"ip_range_search","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ip_range_search"}]}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}},{"name":"created_on","in":"query","schema":{"type":"string","format":"date-time","readOnly":true}},{"name":"description_search","in":"query","schema":{"type":"string"}},{"name":"ip_search","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_zonelockdown_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_zonelockdown_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-lockdown-create-a-zone-lockdown-rule","summary":"Create a Zone Lockdown rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configurations":{"$ref":"#/components/schemas/firewall_configurations"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"},"priority":{"$ref":"#/components/schemas/firewall_schemas-priority"},"urls":{"$ref":"#/components/schemas/firewall_urls"}},"required":["urls","configurations"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/firewall/lockdowns/{lock_downs_id}":{"get":{"operationId":"zone-lockdown-get-a-zone-lockdown-rule","summary":"Get a Zone Lockdown rule","parameters":[{"name":"lock_downs_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-lockdown-update-a-zone-lockdown-rule","summary":"Update a Zone Lockdown rule","parameters":[{"name":"lock_downs_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configurations":{"$ref":"#/components/schemas/firewall_configurations"},"urls":{"$ref":"#/components/schemas/firewall_urls"}},"required":["urls","configurations"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_zonelockdown_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"zone-lockdown-delete-a-zone-lockdown-rule","summary":"Delete a Zone Lockdown rule","parameters":[{"name":"lock_downs_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}}}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"}}}},"type":"object"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Zone Lockdown"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.lockdowns","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/firewall/rules":{"get":{"operationId":"firewall-rules-list-firewall-rules","summary":"List firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"description","in":"query","schema":{"type":"string"}},{"name":"action","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":25,"maximum":100,"minimum":5}},{"name":"id","in":"query","schema":{"type":"string","maxLength":32,"readOnly":true}},{"name":"paused","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"firewall-rules-update-firewall-rules","summary":"Update firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"bulk-update","x-forge-hidden":true},"post":{"operationId":"firewall-rules-create-firewall-rules","summary":"Create firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"filter":{"$ref":"#/components/schemas/firewall_filter"}},"required":["filter","action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"firewall-rules-delete-firewall-rules","summary":"Delete firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection-delete"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection-delete"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"bulk-delete","x-forge-hidden":true},"patch":{"operationId":"firewall-rules-update-priority-of-firewall-rules","summary":"Update priority of firewall rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"bulk-edit","x-forge-hidden":true}},"/zones/{zone_id}/firewall/rules/{rule_id}":{"get":{"operationId":"firewall-rules-get-a-firewall-rule","summary":"Get a firewall rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"id","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-single-response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"firewall-rules-update-a-firewall-rule","summary":"Update a firewall rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"filter":{"$ref":"#/components/schemas/firewall_filter"},"id":{"$ref":"#/components/schemas/firewall_components-schemas-identifier"}},"required":["id","filter","action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-single-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-single-response"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"firewall-rules-delete-a-firewall-rule","summary":"Delete a firewall rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"delete_filter_if_unused":{"$ref":"#/components/schemas/firewall_delete_filter_if_unused"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-single-response-delete"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-single-response-delete"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"firewall-rules-update-priority-of-a-firewall-rule","summary":"Update priority of a firewall rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_components-schemas-identifier"}},"required":["id"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_filter-rules-response-collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Firewall rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/firewall/ua_rules":{"get":{"operationId":"user-agent-blocking-rules-list-user-agent-blocking-rules","summary":"List User Agent Blocking rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"description","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/firewall_description_search"}]}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}},{"name":"user_agent","in":"query","schema":{"type":"string"}},{"name":"paused","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_firewalluablock_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"user-agent-blocking-rules-create-a-user-agent-blocking-rule","summary":"Create a User Agent Blocking rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_ua_configuration"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"}},"required":["mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/firewall/ua_rules/{ua_rule_id}":{"get":{"operationId":"user-agent-blocking-rules-get-a-user-agent-blocking-rule","summary":"Get a User Agent Blocking rule","parameters":[{"name":"ua_rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"user-agent-blocking-rules-update-a-user-agent-blocking-rule","summary":"Update a User Agent Blocking rule","parameters":[{"name":"ua_rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"id":{"$ref":"#/components/schemas/firewall_components-schemas-identifier"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"}},"required":["id","mode","configuration"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"user-agent-blocking-rules-delete-a-user-agent-blocking-rule","summary":"Delete a User Agent Blocking rule","parameters":[{"name":"ua_rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}}}},"type":"object"},{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/firewall_firewalluablock_response_single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"}}}},"type":"object"}]},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["User Agent Blocking rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.ua-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/firewall/waf/overrides":{"get":{"operationId":"waf-overrides-list-waf-overrides","summary":"List WAF overrides","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":5}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_override_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_override_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"waf-overrides-create-a-waf-override","summary":"Create a WAF override","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"urls":{"$ref":"#/components/schemas/firewall_urls"}},"required":["urls"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_override_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_override_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/firewall/waf/overrides/{overrides_id}":{"get":{"operationId":"waf-overrides-get-a-waf-override","summary":"Get a WAF override","parameters":[{"name":"overrides_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_overrides-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_override_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_override_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waf-overrides-update-waf-override","summary":"Update WAF override","parameters":[{"name":"overrides_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_overrides-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_identifier"},"rewrite_action":{"$ref":"#/components/schemas/firewall_rewrite_action"},"rules":{"$ref":"#/components/schemas/firewall_rules"},"urls":{"$ref":"#/components/schemas/firewall_urls"}},"required":["id","urls","rules","rewrite_action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_override_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_override_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"waf-overrides-delete-a-waf-override","summary":"Delete a WAF override","parameters":[{"name":"overrides_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_overrides-id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_overrides-id"}}}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_overrides-id"}}}},"type":"object"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["WAF overrides"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.overrides","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/firewall/waf/packages":{"get":{"operationId":"waf-packages-list-waf-packages","summary":"List WAF packages","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["name"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"name","in":"query","schema":{"type":"string","readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_package_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_package_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF packages"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.packages","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/firewall/waf/packages/{package_id}":{"get":{"operationId":"waf-packages-get-a-waf-package","summary":"Get a WAF package","parameters":[{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_package_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_package_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_package_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF packages"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"firewall.waf.packages","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"waf-packages-update-a-waf-package","summary":"Update a WAF package","parameters":[{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_package_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action_mode":{"$ref":"#/components/schemas/firewall_action_mode"},"sensitivity":{"$ref":"#/components/schemas/firewall_sensitivity"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_package_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_anomaly_package"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/firewall_package_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_anomaly_package"}},"type":"object"}]},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF packages"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"firewall.waf.packages","x-fern-sdk-method-name":"edit","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups":{"get":{"operationId":"waf-rule-groups-list-waf-rule-groups","summary":"List WAF rule groups","parameters":[{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}},{"name":"mode","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_mode"}]}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["mode","rules_count"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"name","in":"query","schema":{"type":"string","readOnly":true}},{"name":"rules_count","in":"query","schema":{"type":"number","default":0,"readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_collection"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rule groups"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups/{group_id}":{"get":{"operationId":"waf-rule-groups-get-a-waf-rule-group","summary":"Get a WAF rule group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_single"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rule groups"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"patch":{"operationId":"waf-rule-groups-update-a-waf-rule-group","summary":"Update a WAF rule group","parameters":[{"name":"group_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_group_response_single"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rule groups"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules":{"get":{"operationId":"waf-rules-list-waf-rules","summary":"List WAF rules","parameters":[{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}},{"name":"mode","in":"query","schema":{"type":"string","enum":["DIS","CHL","BLK","SIM"]}},{"name":"group_id","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_components-schemas-identifier"}]}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":100,"minimum":5}},{"name":"order","in":"query","schema":{"type":"string","enum":["priority","group_id","description"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"description","in":"query","schema":{"type":"string","readOnly":true}},{"name":"priority","in":"query","schema":{"type":"string","readOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_response_collection"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules/{rule_id}":{"get":{"operationId":"waf-rules-get-a-waf-rule","summary":"Get a WAF rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-managed-rules_rule_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_response_single"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rules"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"patch":{"operationId":"waf-rules-update-a-waf-rule","summary":"Update a WAF rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"package_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-managed-rules_schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"mode":{"type":"string","enum":["default","disable","simulate","block","challenge","on","off"]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_response_single"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/waf-managed-rules_anomaly_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_deny_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_allow_rule"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_rule_response_single"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/waf-managed-rules_anomaly_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_deny_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_allow_rule"}]}},"type":"object"},{"$ref":"#/components/schemas/waf-managed-rules_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["WAF rules"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/fraud_detection/settings":{"get":{"operationId":"fraud-detection-zone-get-settings","summary":"Get Fraud Detection Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/fraud_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraud_fraud_settings_response_body"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/fraud_fraud_settings_response_body"},{"$ref":"#/components/schemas/fraud_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fraud-detection.read"]},{"realmrootOidc":["fraud-detection.write"]}],"tags":["Fraud Detection"],"x-api-token-group":["Fraud Detection Read","Fraud Detection Write"]},"put":{"operationId":"fraud-detection-zone-update-settings","summary":"Update Fraud Detection Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/fraud_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraud_fraud_settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraud_fraud_settings_response_body"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/fraud_fraud_settings_response_body"},{"$ref":"#/components/schemas/fraud_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["fraud-detection.write"]}],"tags":["Fraud Detection"],"x-api-token-group":["Fraud Detection Write"]}},"/zones/{zone_id}/healthchecks":{"get":{"operationId":"health-checks-list-health-checks","summary":"List Health Checks","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"$ref":"#/components/parameters/healthchecks_page"},{"$ref":"#/components/parameters/healthchecks_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_response_collection"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"health-checks-create-health-check","summary":"Create Health Check","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/healthchecks/preview":{"post":{"operationId":"health-checks-create-preview-health-check","summary":"Create Preview Health Check","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks.previews","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/healthchecks/preview/{healthcheck_id}":{"get":{"operationId":"health-checks-health-check-preview-details","summary":"Health Check Preview Details","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks.previews","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"health-checks-delete-preview-health-check","summary":"Delete Preview Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_id_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks.previews","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/healthchecks/{healthcheck_id}":{"get":{"operationId":"health-checks-health-check-details","summary":"Health Check Details","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"health-checks-update-health-check","summary":"Update Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"health-checks-delete-health-check","summary":"Delete Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_id_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"health-checks-patch-health-check","summary":"Patch Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/healthchecks_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/healthchecks_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/healthchecks_single_response"},{"$ref":"#/components/schemas/healthchecks_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"healthchecks","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/hold":{"get":{"operationId":"zones-0-hold-get","summary":"Get Zone Hold","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single-2"},{"properties":{"result":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string"},"include_subdomains":{"type":"string"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.holds","x-fern-sdk-method-name":"get"},"post":{"operationId":"zones-0-hold-post","summary":"Create Zone Hold","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"include_subdomains","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single-2"},{"properties":{"result":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string"},"include_subdomains":{"type":"string"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Zone Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.holds","x-fern-sdk-method-name":"create"},"delete":{"operationId":"zones-0-hold-delete","summary":"Remove Zone Hold","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"hold_after","in":"query","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single-2"},{"properties":{"result":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string"},"include_subdomains":{"type":"string"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Zone Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.holds","x-fern-sdk-method-name":"delete"},"patch":{"operationId":"zones-0-hold-patch","summary":"Update Zone Hold","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"hold_after":{"type":"string","default":"","nullable":true},"include_subdomains":{"type":"boolean","default":false}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single-2"},{"properties":{"result":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string"},"include_subdomains":{"type":"string"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Zone Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.holds","x-fern-sdk-method-name":"edit","x-forge-params":{"hold_after":{"default":null},"include_subdomains":{"default":null}}}},"/zones/{zone_id}/hold/{zone_name}":{"get":{"operationId":"zones-0-hold-zone-name-get","summary":"Get Zone Hold by Zone Name","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_name","in":"path","required":true,"schema":{"type":"string","maxLength":253,"pattern":"^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,}$"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"hold":{"type":"boolean"},"hold_after":{"type":"string","format":"date-time","nullable":true},"include_subdomains":{"type":"boolean"}}}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}]}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Holds"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"]}},"/zones/{zone_id}/hostnames/settings/{setting_id}":{"get":{"operationId":"per-hostname-tls-settings-list","summary":"List TLS setting for hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_setting_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-Hostname TLS Settings"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hostnames.settings.tls","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/hostnames/settings/{setting_id}/{hostname}":{"put":{"operationId":"per-hostname-tls-settings-put","summary":"Edit TLS setting for hostname","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_setting_id"}},{"name":"hostname","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-Hostname TLS Settings"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hostnames.settings.tls","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"per-hostname-tls-settings-delete","summary":"Delete TLS setting for hostname","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_setting_id"}},{"name":"hostname","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response_delete"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_per_hostname_settings_response_delete"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-Hostname TLS Settings"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"hostnames.settings.tls","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses":{"post":{"operationId":"sinkhole-config-create-ingress","summary":"Create an ingress rule","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_zone_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_create_params"}}}},"responses":{"201":{"headers":{"Location":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]}},"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses/{ingress_id}":{"get":{"operationId":"sinkhole-config-get-ingress","summary":"Get an ingress rule","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_zone_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"},{"$ref":"#/components/parameters/intel-sinkholes_ingress_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.read"]},{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write","Intel Read"]},"put":{"operationId":"sinkhole-config-update-ingress","summary":"Update an ingress rule","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_zone_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"},{"$ref":"#/components/parameters/intel-sinkholes_ingress_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_ingress_create_params"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_single_empty"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]},"delete":{"operationId":"sinkhole-config-delete-ingress","summary":"Delete an ingress rule","parameters":[{"$ref":"#/components/parameters/intel-sinkholes_zone_id"},{"$ref":"#/components/parameters/intel-sinkholes_sinkhole_id"},{"$ref":"#/components/parameters/intel-sinkholes_ingress_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_single_empty"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/intel-sinkholes_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["intel.write"]}],"tags":["Sinkhole Config"],"x-api-token-group":["Intel Write"]}},"/zones/{zone_id}/keyless_certificates":{"get":{"operationId":"keyless-ssl-for-a-zone-list-keyless-ssl-configurations","summary":"List Keyless SSL Configurations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"keyless-ssl-for-a-zone-create-keyless-ssl-configuration","summary":"Create Keyless SSL Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-2"},"host":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_host"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name_write"},"port":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_port"},"tunnel":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_tunnel"}},"required":["host","port","certificate"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}":{"get":{"operationId":"keyless-ssl-for-a-zone-get-keyless-ssl-configuration","summary":"Get Keyless SSL Configuration","parameters":[{"name":"keyless_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"keyless-ssl-for-a-zone-delete-keyless-ssl-configuration","summary":"Delete Keyless SSL Configuration","parameters":[{"name":"keyless_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single_id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single_id"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"keyless-ssl-for-a-zone-edit-keyless-ssl-configuration","summary":"Edit Keyless SSL Configuration","parameters":[{"name":"keyless_certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_write"},"host":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_host"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name_write"},"port":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_port"},"tunnel":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_tunnel"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Keyless SSL for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"keyless-certificates","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/leaked-credential-checks":{"get":{"operationId":"waf-product-api-leaked-credentials-get-status","summary":"Get Leaked Credential Checks Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-status"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-status"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"waf-product-api-leaked-credentials-set-status","summary":"Set Leaked Credential Checks Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_status"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-status"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-status"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/leaked-credential-checks/detections":{"get":{"operationId":"waf-product-api-leaked-credentials-list-detections","summary":"List Leaked Credential Checks Custom Detections","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection-collection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"waf-product-api-leaked-credentials-create-detection","summary":"Create Leaked Credential Checks Custom Detection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-detection"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}":{"get":{"operationId":"waf-product-api-leaked-credentials-get-detection","summary":"Get Leaked Credential Checks Custom Detection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}},{"name":"detection_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_detection-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waf-product-api-leaked-credentials-update-detection","summary":"Update Leaked Credential Checks Custom Detection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}},{"name":"detection_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_detection-id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-detection"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_response-custom-detection"},{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"waf-product-api-leaked-credentials-delete-detection","summary":"Delete Leaked Credential Checks Custom Detection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}},{"name":"detection_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_detection-id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Leaked Credential Checks"],"x-api-token-group":["Zone WAF Write","Account WAF Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"leaked-credential-checks.detections","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/load_balancers":{"get":{"operationId":"load-balancers-list-load-balancers","summary":"List Load Balancers","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-response_collection"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write","Load Balancers Read"]},"post":{"operationId":"load-balancers-create-load-balancer","summary":"Create Load Balancer","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}},"required":["name","default_pools","fallback_pool"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write"]}},"/zones/{zone_id}/load_balancers/{load_balancer_id}":{"get":{"operationId":"load-balancers-load-balancer-details","summary":"Load Balancer Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write","Load Balancers Read"]},"put":{"operationId":"load-balancers-update-load-balancer","summary":"Update Load Balancer","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"enabled":{"$ref":"#/components/schemas/load-balancing_components-schemas-enabled"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}},"required":["name","default_pools","fallback_pool"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write"]},"delete":{"operationId":"load-balancers-delete-load-balancer","summary":"Delete Load Balancer","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_components-schemas-id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_components-schemas-id_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write"]},"patch":{"operationId":"load-balancers-patch-load-balancer","summary":"Patch Load Balancer","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}},{"name":"load_balancer_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"enabled":{"$ref":"#/components/schemas/load-balancing_components-schemas-enabled"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-single_response"},{"$ref":"#/components/schemas/load-balancing_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["load-balancers.write"]}],"tags":["Load Balancers"],"x-api-token-group":["Load Balancers Write"]}},"/zones/{zone_id}/logpush/datasets/{dataset_id}/fields":{"get":{"operationId":"get-zones-zone_id-logpush-datasets-dataset_id-fields","summary":"List fields","parameters":[{"name":"dataset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_dataset"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_field_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.datasets.fields","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/logpush/datasets/{dataset_id}/jobs":{"get":{"operationId":"get-zones-zone_id-logpush-datasets-dataset_id-jobs","summary":"List Logpush jobs for a dataset","parameters":[{"name":"dataset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_dataset"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.datasets.jobs","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/logpush/edge/jobs":{"get":{"operationId":"get-zones-zone_id-logpush-edge-jobs","summary":"List Instant Logs jobs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_instant_logs_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_instant_logs_job_response_collection"},{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]}],"tags":["Instant Logs jobs for a zone"],"x-api-token-group":["Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.edge","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"post-zones-zone_id-logpush-edge-jobs","summary":"Create Instant Logs job","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"$ref":"#/components/schemas/logpush_fields"},"filter":{"$ref":"#/components/schemas/logpush_filter-2"},"sample":{"$ref":"#/components/schemas/logpush_sample"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_instant_logs_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_instant_logs_job_response_single"},{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]}],"tags":["Instant Logs jobs for a zone"],"x-api-token-group":["Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.edge","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/logpush/jobs":{"get":{"operationId":"get-zones-zone_id-logpush-jobs","summary":"List Logpush jobs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"post-zones-zone_id-logpush-jobs","summary":"Create Logpush job","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"dataset":{"$ref":"#/components/schemas/logpush_dataset"},"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"filter":{"$ref":"#/components/schemas/logpush_filter"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/logpush/jobs/{job_id}":{"get":{"operationId":"get-zones-zone_id-logpush-jobs-job_id","summary":"Get Logpush job details","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"put-zones-zone_id-logpush-jobs-job_id","summary":"Update Logpush job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"filter":{"$ref":"#/components/schemas/logpush_filter"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_logpush_job_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"delete-zones-zone_id-logpush-jobs-job_id","summary":"Delete Logpush job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/logpush_id"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.jobs","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/logpush/ownership":{"post":{"operationId":"post-zones-zone_id-logpush-ownership","summary":"Get ownership challenge","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_get_ownership_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.ownership","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/logpush/ownership/validate":{"post":{"operationId":"post-zones-zone_id-logpush-ownership-validate","summary":"Validate ownership challenge","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"ownership_challenge":{"$ref":"#/components/schemas/logpush_ownership_challenge"}},"required":["destination_conf","ownership_challenge"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_ownership_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.ownership","x-fern-sdk-method-name":"validate","x-forge-hidden":true}},"/zones/{zone_id}/logpush/validate/destination":{"post":{"operationId":"post-zones-zone_id-logpush-validate-destination","summary":"Validate destination","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.validate","x-fern-sdk-method-name":"destination","x-forge-hidden":true}},"/zones/{zone_id}/logpush/validate/destination/exists":{"post":{"operationId":"post-zones-zone_id-logpush-validate-destination-exists","summary":"Check destination exists","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"}},"required":["destination_conf"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_destination_exists_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.validate","x-fern-sdk-method-name":"destination-exists","x-forge-hidden":true}},"/zones/{zone_id}/logpush/validate/origin":{"post":{"operationId":"post-zones-zone_id-logpush-validate-origin","summary":"Validate origin","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logpush_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"}},"required":["logpull_options"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logpush_validate_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logpush jobs for a zone"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logpush.validate","x-fern-sdk-method-name":"origin","x-forge-hidden":true}},"/zones/{zone_id}/logs/control/retention/flag":{"get":{"operationId":"get-zones-zone_id-logs-control-retention-flag","summary":"Get log retention flag","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_retention_flag_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read","#analytics:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"post":{"operationId":"post-zones-zone_id-logs-control-retention-flag","summary":"Update log retention flag","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logcontrol_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_retention_flag"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logcontrol_retention_flag_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write"],"x-cfPermissionsRequired":{"enum":["#logs:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/logs/explorer/datasets":{"get":{"operationId":"zones-logs-explorer-datasets-list","summary":"List zone datasets","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetSummaryListResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zones-logs-explorer-datasets-create","summary":"Create a zone dataset","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_CreateDatasetRequest"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"},"409":{"$ref":"#/components/responses/lex_Conflict"}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/logs/explorer/datasets/available":{"get":{"operationId":"zones-logs-explorer-datasets-available-list","summary":"List available zone datasets","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_AvailableDestinationListResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write","Logs Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets.available","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/logs/explorer/datasets/{dataset_id}":{"get":{"operationId":"zones-logs-explorer-datasets-get","summary":"Get a zone dataset","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"},{"$ref":"#/components/parameters/lex_DatasetID"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zones-logs-explorer-datasets-update","summary":"Update a zone dataset","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"},{"$ref":"#/components/parameters/lex_DatasetID"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_UpdateDatasetRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_DatasetDetailResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest-2"},"403":{"$ref":"#/components/responses/lex_Forbidden-2"},"404":{"$ref":"#/components/responses/lex_NotFound-2"}},"security":[{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Datasets"],"x-api-token-group":["Logs Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer.datasets","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/logs/explorer/query/sql":{"get":{"operationId":"zones-logs-explorer-query-get","summary":"Run a log query","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"},{"name":"query","in":"query","required":true,"schema":{"type":"string","maxLength":4096}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_QueryResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest"},"403":{"$ref":"#/components/responses/lex_Forbidden"},"404":{"$ref":"#/components/responses/lex_NotFound"},"507":{"$ref":"#/components/responses/lex_ResourcesExhausted"}},"deprecated":true,"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Queries"],"x-api-token-group":["Logs Write","Logs Read"],"x-auditable":false,"x-fern-ignore":true},"post":{"operationId":"zones-logs-explorer-query-post","summary":"Run a log query","parameters":[{"$ref":"#/components/parameters/lex_ZoneID"}],"requestBody":{"required":true,"content":{"text/plain":{"schema":{"type":"string","format":"binary"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_QueryResponse"}}}},"400":{"$ref":"#/components/responses/lex_BadRequest"},"403":{"$ref":"#/components/responses/lex_Forbidden"},"404":{"$ref":"#/components/responses/lex_NotFound"},"507":{"$ref":"#/components/responses/lex_ResourcesExhausted"}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Log Explorer Queries"],"x-api-token-group":["Logs Write","Logs Read"],"x-auditable":false,"x-fern-availability":"generally-available","x-fern-sdk-group-name":"logexplorer","x-fern-sdk-method-name":"query","x-forge-hidden":true,"x-stability":"beta"}},"/zones/{zone_id}/logs/rayids/{ray_id}":{"get":{"operationId":"get-zones-zone_id-logs-rayids-ray_id","summary":"Get logs RayIDs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logshare_identifier"}},{"name":"ray_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logshare_ray_identifier"}},{"name":"fields","in":"query","schema":{"$ref":"#/components/schemas/logshare_fields"}},{"name":"timestamps","in":"query","schema":{"$ref":"#/components/schemas/logshare_timestamps"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logshare_logs_response_json_lines"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logshare_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/logs/received":{"get":{"operationId":"get-zones-zone_id-logs-received","summary":"Get logs received","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logshare_identifier"}},{"name":"start","in":"query","schema":{"$ref":"#/components/schemas/logshare_start"}},{"name":"end","in":"query","required":true,"schema":{"$ref":"#/components/schemas/logshare_end"}},{"name":"fields","in":"query","schema":{"$ref":"#/components/schemas/logshare_fields"}},{"name":"sample","in":"query","schema":{"$ref":"#/components/schemas/logshare_sample"}},{"name":"count","in":"query","schema":{"$ref":"#/components/schemas/logshare_count"}},{"name":"timestamps","in":"query","schema":{"$ref":"#/components/schemas/logshare_timestamps"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logshare_logs_response_json_lines"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logshare_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPermissionsRequired":{"enum":["#logs:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/logs/received/fields":{"get":{"operationId":"get-zones-zone_id-logs-received-fields","summary":"List fields","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/logshare_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/logshare_fields_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/logshare_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]}],"tags":["Logs Received"],"x-api-token-group":["Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/managed_headers":{"get":{"operationId":"listManagedTransforms","summary":"List Managed Transforms","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_ManagedTransforms"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Managed Transforms"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"deleteManagedTransforms","summary":"Delete Managed Transforms","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Managed Transforms"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"updateManagedTransforms","summary":"Update Managed Transforms","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_ManagedTransforms"},"responses":{"200":{"$ref":"#/components/responses/rulesets_ManagedTransforms"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Managed Transforms"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/media/usage":{"get":{"operationId":"usage-analytics-get-zone-media-usage","summary":"Get zone Media usage","parameters":[{"$ref":"#/components/parameters/usage-analytics_zone_id"},{"$ref":"#/components/parameters/usage-analytics_metrics"},{"$ref":"#/components/parameters/usage-analytics_since"},{"$ref":"#/components/parameters/usage-analytics_until"},{"$ref":"#/components/parameters/usage-analytics_time_delta"},{"$ref":"#/components/parameters/usage-analytics_limit"},{"$ref":"#/components/parameters/usage-analytics_filters"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_stream_usage_response"}}}},"400":{"$ref":"#/components/responses/usage-analytics_bad_request"},"401":{"$ref":"#/components/responses/usage-analytics_unauthorized"},"403":{"$ref":"#/components/responses/usage-analytics_forbidden"}},"security":[{"realmrootOidc":["images.read"]}],"tags":["Usage Analytics"],"x-api-token-group":["Images Read"]}},"/zones/{zone_id}/origin_tls_client_auth":{"get":{"operationId":"zone-level-authenticated-origin-pulls-list-certificates","summary":"List Certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-3"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.zone-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"zone-level-authenticated-origin-pulls-upload-certificate","summary":"Upload Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-5"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-2"}},"required":["certificate","private_key"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.zone-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/hostnames":{"get":{"operationId":"per-hostname-authenticated-origin-pull-list-hostname-associations","summary":"List Hostname Associations","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":50,"maximum":1000,"minimum":1}},{"name":"status","in":"query","schema":{"type":"string","enum":["active","pending_deployment","pending_deletion","deleted","deployment_timed_out","deletion_timed_out","all"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_assoc_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_assoc_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-associations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"put":{"operationId":"per-hostname-authenticated-origin-pull-enable-or-disable-a-hostname-for-client-authentication","summary":"Enable or Disable a Hostname for Client Authentication","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_config"}},"required":["config"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_aop_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_aop_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostnames","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates":{"get":{"operationId":"per-hostname-authenticated-origin-pull-list-certificates","summary":"List Certificates","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-4"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_collection-4"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-certificates","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"per-hostname-authenticated-origin-pull-upload-a-hostname-client-certificate","summary":"Upload a Hostname Client Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-6"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-3"}},"required":["certificate","private_key"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-certificates","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates/{certificate_id}":{"get":{"operationId":"per-hostname-authenticated-origin-pull-get-the-hostname-client-certificate","summary":"Get the Hostname Client Certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"per-hostname-authenticated-origin-pull-delete-hostname-client-certificate","summary":"Delete Hostname Client Certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-4"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostname-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/hostnames/{hostname}":{"get":{"operationId":"per-hostname-authenticated-origin-pull-get-the-hostname-status-for-client-authentication","summary":"Get the Hostname Status for Client Authentication","parameters":[{"name":"hostname","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_aop_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_aop_single_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Per-hostname Authenticated Origin Pull"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.hostnames","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/settings":{"get":{"operationId":"zone-level-authenticated-origin-pulls-get-enablement-setting-for-zone","summary":"Get Enablement Setting for Zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-level-authenticated-origin-pulls-set-enablement-for-zone","summary":"Set Enablement for Zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-4"}},"required":["enabled"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/origin_tls_client_auth/{certificate_id}":{"get":{"operationId":"zone-level-authenticated-origin-pulls-get-certificate-details","summary":"Get Certificate Details","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.zone-certificates","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"zone-level-authenticated-origin-pulls-delete-certificate","summary":"Delete Certificate","parameters":[{"name":"certificate_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_response_single-3"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Zone-Level Authenticated Origin Pulls"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"origin-tls-client-auth.zone-certificates","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/page_shield":{"get":{"operationId":"page-shield-get-settings","summary":"Get Page Shield settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_get-zone-settings-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"put":{"operationId":"page-shield-update-settings","summary":"Update Page Shield settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"enabled":{"$ref":"#/components/schemas/page-shield_enabled"},"use_cloudflare_reporting_endpoint":{"$ref":"#/components/schemas/page-shield_use_cloudflare_reporting_endpoint"},"use_connection_url_path":{"$ref":"#/components/schemas/page-shield_use_connection_url_path"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/page-shield_zone_settings_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_update-zone-settings-response"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/page_shield/connections":{"get":{"operationId":"page-shield-list-connections","summary":"List Page Shield connections","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"exclude_urls","in":"query","schema":{"type":"string"}},{"name":"urls","in":"query","schema":{"type":"string"}},{"name":"hosts","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"number","maximum":100,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","enum":["first_seen_at","last_seen_at"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"prioritize_malicious","in":"query","schema":{"type":"boolean"}},{"name":"exclude_cdn_cgi","in":"query","schema":{"type":"boolean"}},{"name":"status","in":"query","schema":{"type":"string"}},{"name":"page_url","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"string","enum":["csv"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_list-zone-connections-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/page_shield/connections/{connection_id}":{"get":{"operationId":"page-shield-get-connection","summary":"Get a Page Shield connection","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"connection_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-connection-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/page_shield/cookies":{"get":{"operationId":"page-shield-list-cookies","summary":"List Page Shield Cookies","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"hosts","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"number","maximum":100,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","enum":["first_seen_at","last_seen_at"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"page_url","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"string","enum":["csv"]}},{"name":"name","in":"query","schema":{"type":"string","maxLength":1024}},{"name":"secure","in":"query","schema":{"type":"boolean"}},{"name":"http_only","in":"query","schema":{"type":"boolean"}},{"name":"same_site","in":"query","schema":{"type":"string","enum":["lax","strict","none"]}},{"name":"type","in":"query","schema":{"type":"string","enum":["first_party","unknown"]}},{"name":"path","in":"query","schema":{"type":"string","maxLength":1024}},{"name":"domain","in":"query","schema":{"type":"string","maxLength":1024}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_list-zone-cookies-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/page_shield/cookies/{cookie_id}":{"get":{"operationId":"page-shield-get-cookie","summary":"Get a Page Shield cookie","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"cookie_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-cookie-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/page_shield/policies":{"get":{"operationId":"page-shield-list-policies","summary":"List Page Shield policies","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_list-zone-policies-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"post":{"operationId":"page-shield-create-policy","summary":"Create a Page Shield policy","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_policy"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-policy-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/page_shield/policies/{policy_id}":{"get":{"operationId":"page-shield-get-policy","summary":"Get a Page Shield policy","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-policy-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"put":{"operationId":"page-shield-update-policy","summary":"Update a Page Shield policy","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"properties":{"action":{"$ref":"#/components/schemas/page-shield_policy-action"},"enabled":{"$ref":"#/components/schemas/page-shield_policy-enabled"},"expression":{"$ref":"#/components/schemas/page-shield_policy-expression"},"value":{"$ref":"#/components/schemas/page-shield_policy-value"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-policy-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"delete":{"operationId":"page-shield-delete-policy","summary":"Delete a Page Shield policy","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"policy_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"204":{},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield","Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/page_shield/scripts":{"get":{"operationId":"page-shield-list-scripts","summary":"List Page Shield scripts","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"exclude_urls","in":"query","schema":{"type":"string"}},{"name":"urls","in":"query","schema":{"type":"string"}},{"name":"hosts","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"string"}},{"name":"per_page","in":"query","schema":{"type":"number","maximum":100,"minimum":1}},{"name":"order_by","in":"query","schema":{"type":"string","enum":["first_seen_at","last_seen_at"]}},{"name":"direction","in":"query","schema":{"type":"string","enum":["asc","desc"]}},{"name":"prioritize_malicious","in":"query","schema":{"type":"boolean"}},{"name":"exclude_cdn_cgi","in":"query","schema":{"type":"boolean","default":true}},{"name":"exclude_duplicates","in":"query","schema":{"type":"boolean","default":true}},{"name":"status","in":"query","schema":{"type":"string"}},{"name":"page_url","in":"query","schema":{"type":"string"}},{"name":"export","in":"query","schema":{"type":"string","enum":["csv"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_list-zone-scripts-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/page_shield/scripts/{script_id}":{"get":{"operationId":"page-shield-get-script","summary":"Get a Page Shield script","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}},{"name":"script_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/page-shield_id"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/page-shield_get-zone-script-response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["domain-page-shield.read"]},{"realmrootOidc":["domain-page.shield"]},{"realmrootOidc":["page-shield.read"]},{"realmrootOidc":["page.shield"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Page Shield"],"x-api-token-group":["Page Shield","Domain Page Shield Read","Domain Page Shield","Page Shield Read","Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/pagerules":{"get":{"operationId":"page-rules-list-page-rules","summary":"List Page Rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"order","in":"query","schema":{"type":"string","default":"priority","enum":["status","priority"]}},{"name":"direction","in":"query","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},{"name":"match","in":"query","schema":{"type":"string","default":"all","enum":["any","all"]}},{"name":"status","in":"query","schema":{"type":"string","default":"disabled","enum":["active","disabled"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zones_page_rule"}}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Read","Zone Write","Page Rules Write","Page Rules Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"page-rules-create-a-page-rule","summary":"Create a Page Rule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/zones_actions"},"priority":{"$ref":"#/components/schemas/zones_priority"},"status":{"$ref":"#/components/schemas/zones_status"},"targets":{"$ref":"#/components/schemas/zones_targets"}},"required":["targets","actions"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zones_page_rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Write","Page Rules Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/pagerules/settings":{"get":{"operationId":"available-page-rules-settings-list-available-page-rules-settings","summary":"List available Page Rules settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-2"},{"properties":{"result":{"$ref":"#/components/schemas/zones_settings"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"deprecated":true,"security":[{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Available Page Rules settings"],"x-api-token-group":["Zone Read","Zone Write","Page Rules Write","Page Rules Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"page-rules.settings","x-fern-sdk-method-name":"list","x-forge-hidden":true,"x-forge-sunset":{"date":"2030-01-01T00:00:00Z"}}},"/zones/{zone_id}/pagerules/{pagerule_id}":{"get":{"operationId":"page-rules-get-a-page-rule","summary":"Get a Page Rule","parameters":[{"name":"pagerule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zones_page_rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["access-acct.write"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["analytics.read"]},{"realmrootOidc":["apps.write"]},{"realmrootOidc":["cache.purge"]},{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]},{"realmrootOidc":["load-balancers.read"]},{"realmrootOidc":["load-balancers.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["page-rules.read"]},{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["stream.read"]},{"realmrootOidc":["stream.write"]},{"realmrootOidc":["teams-pii.read"]},{"realmrootOidc":["trust-and-safety.read"]},{"realmrootOidc":["trust-and-safety.write"]},{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]},{"realmrootOidc":["workers-scripts.read"]},{"realmrootOidc":["workers-scripts.write"]},{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]},{"realmrootOidc":["zone-access.read"]},{"realmrootOidc":["zone-access.revoke"]},{"realmrootOidc":["zone-access.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Trust and Safety Write","Trust and Safety Read","Zero Trust: PII Read","Zaraz Edit","Zaraz Read","Zaraz Admin","Access: Apps and Policies Revoke","Access: Apps and Policies Write","Access: Apps and Policies Read","Access: Apps and Policies Revoke","Access: Mutual TLS Certificates Write","Access: Organizations, Identity Providers, and Groups Write","Zone Settings Write","Zone Settings Read","Zone Read","DNS Read","Workers Scripts Write","Workers Scripts Read","Zone Write","Workers Routes Write","Workers Routes Read","Stream Write","Stream Read","SSL and Certificates Write","SSL and Certificates Read","Logs Write","Logs Read","Cache Purge","Page Rules Write","Page Rules Read","Load Balancers Write","Load Balancers Read","Firewall Services Write","Firewall Services Read","DNS Write","Apps Write","Analytics Read","Access: Apps and Policies Write","Access: Apps and Policies Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"page-rules-update-a-page-rule","summary":"Update a Page Rule","parameters":[{"name":"pagerule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/zones_actions"},"priority":{"$ref":"#/components/schemas/zones_priority"},"status":{"$ref":"#/components/schemas/zones_status"},"targets":{"$ref":"#/components/schemas/zones_targets"}},"required":["targets","actions"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zones_page_rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Write","Page Rules Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"page-rules-delete-a-page-rule","summary":"Delete a Page Rule","parameters":[{"name":"pagerule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-single-id-2"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Write","Page Rules Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"page-rules-edit-a-page-rule","summary":"Edit a Page Rule","parameters":[{"name":"pagerule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier-2"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/zones_actions"},"priority":{"$ref":"#/components/schemas/zones_priority"},"status":{"$ref":"#/components/schemas/zones_status"},"targets":{"$ref":"#/components/schemas/zones_targets"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zones_page_rule"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-2"}}}}},"security":[{"realmrootOidc":["page-rules.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Page Rules"],"x-api-token-group":["Zone Write","Page Rules Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"page-rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/pay-per-crawl/can_be_enabled":{"get":{"operationId":"pay-per-crawl.getZoneCanBeEnabled","summary":"Get pay-per-crawl zone eligibility","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getZoneCanBeEnabledResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.zones","x-fern-sdk-method-name":"get-can-be-enabled"}},"/zones/{zone_id}/pay-per-crawl/configuration":{"get":{"operationId":"pay-per-crawl.getConfig","summary":"Get the pay-per-crawl config","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-sdk-group-name":"pay-per-crawl.config","x-fern-sdk-method-name":"get"},"post":{"operationId":"pay-per-crawl.createConfig","summary":"Creates pay-per-crawl config for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"requestBody":{"$ref":"#/components/requestBodies/pay-per-crawl_DaricConfig"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Zone Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.config","x-fern-sdk-method-name":"create"},"patch":{"operationId":"pay-per-crawl.patchConfig","summary":"Changes pay-per-crawl config for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string"},"x-auditable":true}],"requestBody":{"$ref":"#/components/requestBodies/pay-per-crawl_DaricConfig"},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_getConfigResponse"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_apiErrorResponse"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["ppc_config"],"x-api-token-group":["Zone Settings Write"],"x-fern-sdk-group-name":"pay-per-crawl.config","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/purge_cache":{"post":{"operationId":"zone-purge","summary":"Purge Cached Content","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-purge_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/cache-purge_FlexPurgeByTags"},{"$ref":"#/components/schemas/cache-purge_FlexPurgeByHostnames"},{"$ref":"#/components/schemas/cache-purge_FlexPurgeByPrefixes"},{"$ref":"#/components/schemas/cache-purge_Everything"},{"$ref":"#/components/schemas/cache-purge_SingleFile"},{"$ref":"#/components/schemas/cache-purge_SingleFileWithUrlAndHeaders"}]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-purge_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/cache-purge_api-response-single-id"},{"$ref":"#/components/schemas/cache-purge_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["cache.purge"]}],"tags":["Zone"],"x-api-token-group":["Cache Purge"],"x-cfPermissionsRequired":{"enum":["#cache_purge:edit"]},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"cache","x-fern-sdk-method-name":"purge","x-forge-hidden":true,"x-forge-require-confirmation":"This operation will delete cached content for the zone."}},"/zones/{zone_id}/rate_limit_analytics":{"get":{"operationId":"rate-limit-analytics-get-zone-analytics","summary":"Get Rate Limiting Analytics","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"type":"string","maxLength":32,"pattern":"^[0-9a-f]{32}$"}},{"name":"since","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"until","in":"query","required":true,"schema":{"type":"string","format":"date-time"}},{"name":"time_delta","in":"query","required":true,"schema":{"type":"integer","enum":[60,3600,86400,2592000]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_api-response-common-failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_api-response-common-failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_api-response-common-failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rlanalytics_api-response-common-failure"}}}}},"deprecated":true,"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Rate Limiting Analytics"],"x-api-token-group":["Analytics Read"],"x-fern-availability":"deprecated","x-fern-sdk-group-name":"rate-limit-analytics","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/rate_limits":{"get":{"operationId":"rate-limits-for-a-zone-list-rate-limits","summary":"List rate limits","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":1000,"minimum":1}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_ratelimit_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_collection"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"rate-limits-for-a-zone-create-a-rate-limit","summary":"Create a rate limit","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"match":{"$ref":"#/components/schemas/firewall_match"},"period":{"$ref":"#/components/schemas/firewall_period"},"threshold":{"$ref":"#/components/schemas/firewall_threshold"}},"required":["match","threshold","period","action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_ratelimit_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/rate_limits/{rate_limit_id}":{"get":{"operationId":"rate-limits-for-a-zone-get-a-rate-limit","summary":"Get a rate limit","parameters":[{"name":"rate_limit_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rate_limit_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_ratelimit_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.read"]},{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write","Firewall Services Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"rate-limits-for-a-zone-update-a-rate-limit","summary":"Update a rate limit","parameters":[{"name":"rate_limit_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rate_limit_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"match":{"$ref":"#/components/schemas/firewall_match"},"period":{"$ref":"#/components/schemas/firewall_period"},"threshold":{"$ref":"#/components/schemas/firewall_threshold"}},"required":["match","threshold","period","action"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/firewall_ratelimit_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"edit","x-forge-hidden":true},"delete":{"operationId":"rate-limits-for-a-zone-delete-a-rate-limit","summary":"Delete a rate limit","parameters":[{"name":"rate_limit_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_rate_limit_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/firewall_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_id"}}}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"allOf":[{"$ref":"#/components/schemas/firewall_ratelimit_response_single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_id"}}}},"type":"object"}]},{"$ref":"#/components/schemas/firewall_api-response-common-failure"}]}}}}},"deprecated":true,"security":[{"realmrootOidc":["firewall-services.write"]}],"tags":["Rate limits for a zone"],"x-api-token-group":["Firewall Services Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rate-limits","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/rulesets":{"get":{"operationId":"listZoneRulesets","summary":"List zone rulesets","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"name":"cursor","in":"query","schema":{"$ref":"#/components/schemas/rulesets_Cursor"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/rulesets_PerPage"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"createZoneRuleset","summary":"Create a zone ruleset","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_CreateRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint":{"get":{"operationId":"getZoneEntrypointRuleset","summary":"Get a zone entry point ruleset","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateZoneEntrypointRuleset","summary":"Update a zone entry point ruleset","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UpdateEntrypointRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions":{"get":{"operationId":"listZoneEntrypointRulesetVersions","summary":"List a zone entry point ruleset's versions","parameters":[{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version}":{"get":{"operationId":"getZoneEntrypointRulesetVersion","summary":"Get a zone entry point ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_phase","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/{ruleset_id}":{"get":{"operationId":"getZoneRuleset","summary":"Get a zone ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateZoneRuleset","summary":"Update a zone ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UpdateRuleset"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"deleteZoneRuleset","summary":"Delete a zone ruleset","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/rulesets/{ruleset_id}/rules":{"post":{"operationId":"createZoneRulesetRule","summary":"Create a zone ruleset rule","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_Rule"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.rules","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/rulesets/{ruleset_id}/rules/{rule_id}":{"delete":{"operationId":"deleteZoneRulesetRule","summary":"Delete a zone ruleset rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleId"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"updateZoneRulesetRule","summary":"Update a zone ruleset rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleId"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_Rule"},"responses":{"200":{"$ref":"#/components/responses/rulesets_RulesetOrDryRun"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/{ruleset_id}/versions":{"get":{"operationId":"listZoneRulesetVersions","summary":"List a zone ruleset's versions","parameters":[{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Rulesets"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}":{"get":{"operationId":"getZoneRulesetVersion","summary":"Get a zone ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"deleteZoneRulesetVersion","summary":"Delete a zone ruleset version","parameters":[{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}},{"$ref":"#/components/parameters/rulesets_DryRun"}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.versions","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}/by_tag/{rule_tag}":{"get":{"operationId":"listZoneRulesetVersionRulesByTag","summary":"List a zone ruleset version's rules by tag","parameters":[{"name":"rule_tag","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RuleCategory"}},{"name":"ruleset_version","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetVersion"}},{"name":"ruleset_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_RulesetId"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_Ruleset"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["Zone Rulesets"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"rulesets.account-rulesets.versions.zone-by-tag","x-fern-sdk-method-name":"tag","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/schemas":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"schema-validation-list-schemas-paginated","summary":"List all uploaded schemas","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_omit_source_query"},{"name":"validation_enabled","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"$ref":"#/components/responses/api-shield_schemas_list_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"schema-validation-create-schema","summary":"Upload a schema","requestBody":{"$ref":"#/components/requestBodies/api-shield_schema_create"},"responses":{"200":{"$ref":"#/components/responses/api-shield_schema_create_success"},"4XX":{"$ref":"#/components/responses/api-shield_schema_create_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/schemas/hosts":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"schema-validation-list-schema-hosts","summary":"List hosts covered by uploaded schemas","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"}],"responses":{"200":{"$ref":"#/components/responses/api-shield_schema_hosts_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas.hosts","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/schemas/{schema_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_schema_id_path"}],"get":{"operationId":"schema-validation-get-schema","summary":"Get details of a schema","parameters":[{"$ref":"#/components/parameters/api-shield_omit_source_query"}],"responses":{"200":{"$ref":"#/components/responses/api-shield_schema_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"schema-validation-delete-schema","summary":"Delete a schema","responses":{"200":{"$ref":"#/components/responses/api-shield_schema_delete_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"schema-validation-edit-schema","summary":"Edit details of a schema to enable validation","requestBody":{"$ref":"#/components/requestBodies/api-shield_schema_edit"},"responses":{"200":{"$ref":"#/components/responses/api-shield_schema_edit_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/schemas/{schema_id}/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_schema_id_path"}],"get":{"operationId":"schema-validation-extract-operations-from-schema","summary":"Retrieve all operations from the schema.","parameters":[{"$ref":"#/components/parameters/api-shield_operation_feature_parameter"},{"$ref":"#/components/parameters/api-shield_host_parameter"},{"$ref":"#/components/parameters/api-shield_method_parameter"},{"$ref":"#/components/parameters/api-shield_endpoint_parameter"},{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"},{"name":"operation_status","in":"query","schema":{"type":"string","enum":["new","existing"]}}],"responses":{"200":{"$ref":"#/components/responses/api-shield_schemas_extract_operations_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.schemas.operations","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/settings":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"schema-validation-get-settings","summary":"Get global schema validation settings","responses":{"200":{"$ref":"#/components/responses/api-shield_global_settings_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"schema-validation-update-settings","summary":"Update global schema validation settings","requestBody":{"$ref":"#/components/requestBodies/api-shield_global_settings_update"},"responses":{"200":{"$ref":"#/components/responses/api-shield_global_settings_update_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true},"patch":{"operationId":"schema-validation-edit-settings","summary":"Edit global schema validation settings","requestBody":{"$ref":"#/components/requestBodies/api-shield_global_settings_edit"},"responses":{"200":{"$ref":"#/components/responses/api-shield_global_settings_edit_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/settings/operations":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"schema-validation-list-per-operation-settings","summary":"List per-operation schema validation settings","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"}],"responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_settings_list_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"list","x-forge-hidden":true},"patch":{"operationId":"schema-validation-bulk-edit-per-operation-settings","summary":"Bulk edit per-operation schema validation settings","requestBody":{"$ref":"#/components/requestBodies/api-shield_per_operation_settings_bulk_edit"},"responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_settings_bulk_edit_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"bulk-edit","x-forge-hidden":true}},"/zones/{zone_id}/schema_validation/settings/operations/{operation_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_operation_id"}],"get":{"operationId":"schema-validation-get-per-operation-setting","summary":"Get per-operation schema validation setting","responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_setting_get_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"schema-validation-update-per-operation-setting","summary":"Update per-operation schema validation setting","requestBody":{"$ref":"#/components/requestBodies/api-shield_per_operation_setting_update"},"responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_setting_update_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"schema-validation-delete-per-operation-setting","summary":"Delete per-operation schema validation setting","responses":{"200":{"$ref":"#/components/responses/api-shield_per_operation_settings_delete_success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Schema Validation Settings"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"schema-validation.settings.operations","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/secondary_dns/force_axfr":{"post":{"operationId":"secondary-dns-(-secondary-zone)-force-axfr","summary":"Force AXFR","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_force_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_force_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.force-axfr","x-fern-sdk-method-name":"create"}},"/zones/{zone_id}/secondary_dns/incoming":{"get":{"operationId":"secondary-dns-(-secondary-zone)-secondary-zone-configuration-details","summary":"Secondary Zone Configuration Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","DNS Read","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.incoming","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-secondary-zone)-update-secondary-zone-configuration","summary":"Update Secondary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_dns-secondary-secondary-zone"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.incoming","x-fern-sdk-method-name":"update"},"post":{"operationId":"secondary-dns-(-secondary-zone)-create-secondary-zone-configuration","summary":"Create Secondary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_dns-secondary-secondary-zone"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_incoming"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.incoming","x-fern-sdk-method-name":"create"},"delete":{"operationId":"secondary-dns-(-secondary-zone)-delete-secondary-zone-configuration","summary":"Delete Secondary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Secondary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.incoming","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/secondary_dns/outgoing":{"get":{"operationId":"secondary-dns-(-primary-zone)-primary-zone-configuration-details","summary":"Primary Zone Configuration Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","DNS Read","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"get"},"put":{"operationId":"secondary-dns-(-primary-zone)-update-primary-zone-configuration","summary":"Update Primary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_request_outgoing"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"update"},"post":{"operationId":"secondary-dns-(-primary-zone)-create-primary-zone-configuration","summary":"Create Primary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_request_outgoing"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_single_response_outgoing"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"create"},"delete":{"operationId":"secondary-dns-(-primary-zone)-delete-primary-zone-configuration","summary":"Delete Primary Zone Configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_id_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/secondary_dns/outgoing/disable":{"post":{"operationId":"secondary-dns-(-primary-zone)-disable-outgoing-zone-transfers","summary":"Disable Outgoing Zone Transfers","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_disable_transfer_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_disable_transfer_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"disable","x-forge-require-confirmation":"This operation turns off outgoing zone transfers for the primary zone, which means secondary zones will stop receiving updates."}},"/zones/{zone_id}/secondary_dns/outgoing/enable":{"post":{"operationId":"secondary-dns-(-primary-zone)-enable-outgoing-zone-transfers","summary":"Enable Outgoing Zone Transfers","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_enable_transfer_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_enable_transfer_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"enable"}},"/zones/{zone_id}/secondary_dns/outgoing/force_notify":{"post":{"operationId":"secondary-dns-(-primary-zone)-force-dns-notify","summary":"Force DNS NOTIFY","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_force_response-2"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_force_response-2"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing","x-fern-sdk-method-name":"force-notify"}},"/zones/{zone_id}/secondary_dns/outgoing/status":{"get":{"operationId":"secondary-dns-(-primary-zone)-get-outgoing-zone-transfer-status","summary":"Get Outgoing Zone Transfer Status","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/secondary-dns_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/secondary-dns_enable_transfer_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_enable_transfer_response"},{"$ref":"#/components/schemas/secondary-dns_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["dns.read"]},{"realmrootOidc":["dns.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Secondary DNS (Primary Zone)"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","DNS Read","Zone Write","DNS Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"dns.zone-transfers.outgoing.status","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/security-center/insights":{"get":{"operationId":"get-zone-security-center-insights","summary":"Retrieves Zone Security Center Insights","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"page","in":"query","schema":{"default":1,"allOf":[{"$ref":"#/components/schemas/security-center_page"}]}},{"name":"per_page","in":"query","schema":{"default":25,"allOf":[{"$ref":"#/components/schemas/security-center_perPage"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"properties":{"count":{"$ref":"#/components/schemas/security-center_count"},"issues":{"type":"array","items":{"$ref":"#/components/schemas/security-center_issue"}},"page":{"$ref":"#/components/schemas/security-center_page"},"per_page":{"$ref":"#/components/schemas/security-center_perPage"}},"type":"object"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/security-center/insights/audit-log":{"get":{"operationId":"get-zone-security-center-audit-log","summary":"Retrieves Zone Audit Log","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"$ref":"#/components/parameters/security-center_auditLogPerPage"},{"$ref":"#/components/parameters/security-center_auditLogCursor"},{"$ref":"#/components/parameters/security-center_auditLogFieldChanged"},{"$ref":"#/components/parameters/security-center_auditLogChangedBy"},{"$ref":"#/components/parameters/security-center_auditLogSince"},{"$ref":"#/components/parameters/security-center_auditLogBefore"},{"$ref":"#/components/parameters/security-center_auditLogOrder"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_auditLogResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Audit Log"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"]}},"/zones/{zone_id}/security-center/insights/class":{"get":{"operationId":"get-zone-security-center-insight-counts-by-class","summary":"Retrieves Zone Security Center Insight Counts by Class","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights.class","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/security-center/insights/scans":{"get":{"operationId":"get-security-center-zone-scans","summary":"Get Recent Zone Scans","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/security-center_scansListResponse"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Scans"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"]},"post":{"operationId":"start-security-center-zone-scan","summary":"Start On-Demand Zone Scan","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_newScanRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/security-center_newScanResponse"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Scans"],"x-api-token-group":["Zone Settings Write"]}},"/zones/{zone_id}/security-center/insights/severity":{"get":{"operationId":"get-zone-security-center-insight-counts-by-severity","summary":"Retrieves Zone Security Center Insight Counts by Severity","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights.severity","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/security-center/insights/type":{"get":{"operationId":"get-zone-security-center-insight-counts-by-type","summary":"Retrieves Zone Security Center Insight Counts by Type","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"dismissed","in":"query","schema":{"$ref":"#/components/schemas/security-center_dismissed"}},{"name":"issue_class","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}},{"name":"issue_class~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueClasses"}},{"name":"issue_type~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_issueTypes"}},{"name":"product~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_products"}},{"name":"severity~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_severityQueryParam"}},{"name":"subject~neq","in":"query","schema":{"$ref":"#/components/schemas/security-center_subjects"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_valueCountsResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights.type","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/security-center/insights/{issue_id}/audit-log":{"get":{"operationId":"get-zone-security-center-issue-audit-log","summary":"Retrieves Zone Issue Audit Log","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"issue_id","in":"path","required":true,"schema":{"type":"string"}},{"$ref":"#/components/parameters/security-center_auditLogPerPage"},{"$ref":"#/components/parameters/security-center_auditLogCursor"},{"$ref":"#/components/parameters/security-center_auditLogFieldChanged"},{"$ref":"#/components/parameters/security-center_auditLogChangedBy"},{"$ref":"#/components/parameters/security-center_auditLogSince"},{"$ref":"#/components/parameters/security-center_auditLogBefore"},{"$ref":"#/components/parameters/security-center_auditLogOrder"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_auditLogResponse"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Audit Log"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"]}},"/zones/{zone_id}/security-center/insights/{issue_id}/dismiss":{"put":{"operationId":"archive-zone-security-center-insight","summary":"Archives Zone Security Center Insight","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}},{"name":"issue_id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"dismiss":{"type":"boolean","default":true,"x-auditable":true}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-single"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Security Center Insights"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-center.zone-insights.dismiss","x-fern-sdk-method-name":"update","x-forge-hidden":true,"x-forge-params":{"dismiss":{"default":null}}}},"/zones/{zone_id}/security-center/securitytxt":{"get":{"operationId":"get-security-txt","summary":"Retrieves security.txt","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"$ref":"#/components/schemas/security-center_securityTxt"}]}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["security.txt"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-txt","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"update-security-txt","summary":"Updates security.txt","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_securityTxt"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-single"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["security.txt"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-txt","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"delete-security-txt","summary":"Deletes security.txt","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/security-center_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-single"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/security-center_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["security.txt"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"security-txt","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/settings":{"get":{"operationId":"zone-settings-get-all-zone-settings","summary":"Get all zone settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_zone_settings_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-3"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"zones.settings","x-fern-sdk-method-name":"list","x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"This endpoint is deprecated. Zone settings should instead be managed individually."},"patch":{"operationId":"zone-settings-edit-zone-settings-info","summary":"Edit multiple zone settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_multiple_settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_zone_settings_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-3"}}}}},"deprecated":true,"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"deprecated","x-fern-sdk-group-name":"zones.settings","x-fern-sdk-method-name":"bulk-edit","x-forge-sunset":{"date":"2030-01-01T00:00:00Z"},"x-stainless-deprecation-message":"This endpoint is deprecated. Zone settings should instead be managed individually."}},"/zones/{zone_id}/settings/aegis":{"get":{"operationId":"zone-cache-settings-get-aegis-setting","summary":"Get aegis setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_aegis_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"patch":{"operationId":"zone-cache-settings-change-aegis-setting","summary":"Change aegis setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_aegis_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_aegis_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/settings/csam_scanner_third_party":{"get":{"operationId":"csam-scanner-get-setting","summary":"Get CSAM Scanner setting","parameters":[{"$ref":"#/components/parameters/csam-config-service_zone_id"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_single_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]}],"tags":["CSAM Scanner Settings"],"x-api-token-group":["Zone Settings Read"]},"patch":{"operationId":"csam-scanner-update-setting","summary":"Update CSAM Scanner setting","parameters":[{"$ref":"#/components/parameters/csam-config-service_zone_id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_third_party_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_single_response"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/csam-config-service_api_response_common_failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["CSAM Scanner Settings"],"x-api-token-group":["Zone Settings Write"]}},"/zones/{zone_id}/settings/fonts":{"get":{"operationId":"zone-settings-get-fonts-setting","summary":"Get Cloudflare Fonts setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/speed_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/speed_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/speed_cloudflare_fonts"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/speed_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-settings-change-fonts-setting","summary":"Change Cloudflare Fonts setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/speed_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/speed_cloudflare_fonts_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/speed_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/speed_cloudflare_fonts"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/speed_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/settings/google-tag-gateway/config":{"get":{"operationId":"zone-settings-get-google-tag-gateway-config","summary":"Get Google Tag Gateway configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/google-tag-gateway_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/google-tag-gateway_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/google-tag-gateway_google-tag-gateway-config"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/google-tag-gateway_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Google Tag Gateway"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"],"x-cfPermissionsRequired":{"enum":["#zaraz:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"google-tag-gateway.config","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"zone-settings-change-google-tag-gateway-config","summary":"Update Google Tag Gateway configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/google-tag-gateway_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/google-tag-gateway_google-tag-gateway-config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/google-tag-gateway_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/google-tag-gateway_google-tag-gateway-config"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/google-tag-gateway_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Google Tag Gateway"],"x-api-token-group":["Zaraz Edit","Zaraz Admin"],"x-cfPermissionsRequired":{"enum":["#zaraz:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"google-tag-gateway.config","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/settings/origin_h2_max_streams":{"get":{"operationId":"zone-cache-settings-get-origin-h2-max-streams-setting","summary":"Get Origin H2 Max Streams Setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams_response_value"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-cache-settings-change-origin-h2-max-streams-setting","summary":"Change Origin H2 Max Streams Setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams_response_value"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/settings/origin_max_http_version":{"get":{"operationId":"zone-cache-settings-get-origin-max-http-version-setting","summary":"Get Origin Max HTTP Version Setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_origin_max_http_version_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-cache-settings-change-origin-max-http-version-setting","summary":"Change Origin Max HTTP Version Setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache-rules_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache-rules_origin_max_http_version_value"}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_zone_cache_settings_response_single"},{"$ref":"#/components/schemas/cache-rules_origin_max_http_version_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache-rules_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/settings/rum":{"get":{"operationId":"web-analytics-get-rum-status","summary":"Get RUM status for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_rum-site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.rum","x-fern-sdk-method-name":"get"},"patch":{"operationId":"web-analytics-toggle-rum","summary":"Toggle RUM on/off for a zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rum_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_toggle-rum-request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_rum-site-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rum_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Web Analytics"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.rum","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/settings/speed_brain":{"get":{"operationId":"zone-settings-get-speed-brain-setting","summary":"Get Cloudflare Speed Brain setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/speed_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/speed_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/speed_cloudflare_speed_brain_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/speed_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"zone-settings-change-speed-brain-setting","summary":"Change Cloudflare Speed Brain setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/speed_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}},"required":["value"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/speed_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/speed_cloudflare_speed_brain_response"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/speed_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/settings/ssl_automatic_mode":{"get":{"operationId":"ssl-detector-automatic-mode-get-enrollment","summary":"Get Automatic SSL/TLS enrollment status for the given zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Automatic SSL/TLS"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"ssl-detector-automatic-mode-patch-enrollment","summary":"Patch Automatic SSL/TLS Enrollment status for given zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/cache_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_schemas_patch"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cache_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Automatic SSL/TLS"],"x-api-token-group":["Zone Settings Write","SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/settings/zaraz/config":{"get":{"operationId":"get-zones-zone_identifier-zaraz-config","summary":"Get Zaraz configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]},"put":{"operationId":"put-zones-zone_identifier-zaraz-config","summary":"Update Zaraz configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/default":{"get":{"operationId":"get-zones-zone_identifier-zaraz-default","summary":"Get default Zaraz configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/export":{"get":{"operationId":"get-zones-zone_identifier-zaraz-export","summary":"Export Zaraz configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"responses":{"200":{"headers":{"Content-Disposition":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-return"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/history":{"get":{"operationId":"get-zones-zone_identifier-zaraz-history","summary":"List Zaraz historical configuration records","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}},{"name":"offset","in":"query","schema":{"type":"integer","minimum":0}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":1}},{"name":"sortField","in":"query","schema":{"type":"string","enum":["id","user_id","description","created_at","updated_at"]}},{"name":"sortOrder","in":"query","schema":{"type":"string","enum":["DESC","ASC"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-history-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]},"put":{"operationId":"put-zones-zone_identifier-zaraz-history","summary":"Restore Zaraz historical configuration by ID","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"integer","minimum":1}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/history/configs":{"get":{"operationId":"get-zones-zone_identifier-zaraz-config-history","summary":"Get Zaraz historical configurations by ID(s)","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}},{"name":"ids","in":"query","required":true,"schema":{"type":"array","items":{"type":"integer"}},"explode":false,"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-config-history-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]}},"/zones/{zone_id}/settings/zaraz/publish":{"post":{"operationId":"post-zones-zone_identifier-zaraz-publish","summary":"Publish Zaraz preview configuration","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"type":"string"}},"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Admin"],"x-cfPermissionsRequired":{"enum":["#zaraz:publish"]}}},"/zones/{zone_id}/settings/zaraz/workflow":{"get":{"operationId":"get-zones-zone_identifier-zaraz-workflow","summary":"Get Zaraz workflow","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-workflow-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.read"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Read","Zaraz Admin"]},"put":{"operationId":"put-zones-zone_identifier-zaraz-workflow","summary":"Update Zaraz workflow","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zaraz_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-workflow"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_zaraz-workflow-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zaraz_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zaraz.edit"]},{"realmrootOidc":["zaraz.write"]}],"tags":["Zaraz"],"x-api-token-group":["Zaraz Edit","Zaraz Admin"]}},"/zones/{zone_id}/settings/{setting_id}":{"get":{"operationId":"zone-settings-get-single-setting","summary":"Get zone setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_setting_name"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-4"},{"properties":{"result":{"$ref":"#/components/schemas/zones_setting"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-3"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.settings","x-fern-sdk-method-name":"get"},"patch":{"operationId":"zone-settings-edit-single-setting","summary":"Edit zone setting","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_identifier"}},{"name":"setting_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/zones_setting_name"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_zone_settings_single_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-4"},{"properties":{"result":{"$ref":"#/components/schemas/zones_setting"}}}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/zones_api-response-common-failure-3"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Zone Settings"],"x-api-token-group":["Zone Settings Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"zones.settings","x-fern-sdk-method-name":"edit"}},"/zones/{zone_id}/smart_shield":{"get":{"operationId":"smart-shield-get-settings","summary":"Get Smart Shield Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"$ref":"#/components/schemas/smartshield_single_smart_shield_get_response"}]}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}},"502":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Shield Settings"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"smart-shield-patch-settings","summary":"Patch Smart Shield Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_smart_shield_settings_patch_body"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"$ref":"#/components/schemas/smartshield_single_smart_shield_patch_response"}]}}}},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}},"502":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Smart Shield Settings"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read","#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/smart_shield/cache_reserve_clear":{"get":{"operationId":"smart-shield-settings-get-cache-reserve-clear","summary":"Get Cache Reserve Clear","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.read"]},{"realmrootOidc":["zone.write"]}],"tags":["Cache Reserve Clear"],"x-api-token-group":["Zone Settings Write","Zone Settings Read","Zone Read","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"smart-shield-settings-start-cache-reserve-clear","summary":"Start Cache Reserve Clear","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_response_value"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]},{"realmrootOidc":["zone.write"]}],"tags":["Cache Reserve Clear"],"x-api-token-group":["Zone Settings Write","Zone Write"],"x-cfPermissionsRequired":{"enum":["#zone_settings:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/smart_shield/healthchecks":{"get":{"operationId":"smart-shield-list-health-checks","summary":"List Health Checks","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"$ref":"#/components/parameters/smartshield_page"},{"$ref":"#/components/parameters/smartshield_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_response_collection"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"post":{"operationId":"smart-shield-create-health-check","summary":"Create Health Check","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}":{"get":{"operationId":"smart-shield-health-check-details","summary":"Health Check Details","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.read"]},{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write","Health Checks Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"put":{"operationId":"smart-shield-update-health-check","summary":"Update Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"delete":{"operationId":"smart-shield-delete-health-check","summary":"Delete Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_id_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}},"patch":{"operationId":"smart-shield-patch-health-check","summary":"Patch Health Check","parameters":[{"name":"healthcheck_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/smartshield_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_query_healthcheck"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/smartshield_single_hc_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/smartshield_single_hc_response"},{"$ref":"#/components/schemas/smartshield_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["healthcheck.write"]}],"tags":["Health Checks"],"x-api-token-group":["Health Checks Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":true}}},"/zones/{zone_id}/snippets":{"get":{"operationId":"listZoneSnippets","summary":"List zone snippets","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"page","in":"query","schema":{"$ref":"#/components/schemas/snippets_Page"}},{"name":"per_page","in":"query","schema":{"$ref":"#/components/schemas/snippets_PerPage"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_Snippets"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.read"]},{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write","Snippets Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets","x-fern-sdk-method-name":"list"}},"/zones/{zone_id}/snippets/snippet_rules":{"get":{"operationId":"listZoneSnippetRules","summary":"List zone snippet rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_SnippetRules"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.read"]},{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write","Snippets Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets.rules","x-fern-sdk-method-name":"list"},"put":{"operationId":"updateZoneSnippetRules","summary":"Update zone snippet rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}}],"requestBody":{"$ref":"#/components/requestBodies/snippets_SnippetRules"},"responses":{"200":{"$ref":"#/components/responses/snippets_SnippetRules"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets.rules","x-fern-sdk-method-name":"update"},"delete":{"operationId":"deleteZoneSnippetRules","summary":"Delete zone snippet rules","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_SnippetRules"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets.rules","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/snippets/{snippet_name}":{"get":{"operationId":"getZoneSnippet","summary":"Get a zone snippet","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"snippet_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_SnippetName"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_Snippet"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.read"]},{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write","Snippets Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets","x-fern-sdk-method-name":"get"},"put":{"operationId":"updateZoneSnippet","summary":"Update a zone snippet","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"snippet_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_SnippetName"}}],"requestBody":{"$ref":"#/components/requestBodies/snippets_Snippet"},"responses":{"200":{"$ref":"#/components/responses/snippets_Snippet"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets","x-fern-sdk-method-name":"update"},"delete":{"operationId":"deleteZoneSnippet","summary":"Delete a zone snippet","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"snippet_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_SnippetName"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_Null"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets","x-fern-sdk-method-name":"delete"}},"/zones/{zone_id}/snippets/{snippet_name}/content":{"get":{"operationId":"getZoneSnippetContent","summary":"Get a zone snippet content","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_ZoneId"}},{"name":"snippet_name","in":"path","required":true,"schema":{"$ref":"#/components/schemas/snippets_SnippetName"}}],"responses":{"200":{"$ref":"#/components/responses/snippets_SnippetContent"},"4XX":{"$ref":"#/components/responses/snippets_Failure"},"5XX":{"$ref":"#/components/responses/snippets_Failure"}},"security":[{"realmrootOidc":["snippets.read"]},{"realmrootOidc":["snippets.write"]}],"tags":["Zone Snippets"],"x-api-token-group":["Snippets Write","Snippets Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"snippets.content","x-fern-sdk-method-name":"get"}},"/zones/{zone_id}/spectrum/analytics/aggregate/current":{"get":{"operationId":"spectrum-aggregate-analytics-get-current-aggregated-analytics","summary":"Get current aggregated analytics","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-analytics_identifier"}},{"name":"appID","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_app_id_param"}},{"name":"colo_name","in":"query","schema":{"type":"string","maxLength":3}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_query-response-aggregate"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Spectrum Analytics"],"x-api-token-group":["Analytics Read"]}},"/zones/{zone_id}/spectrum/analytics/events/bytime":{"get":{"operationId":"spectrum-analytics-(-by-time)-get-analytics-by-time","summary":"Get analytics by time","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-analytics_identifier"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_dimensions"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_sort"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_until"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_metrics"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_filters"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_since"}},{"name":"time_delta","in":"query","required":true,"schema":{"type":"string","enum":["year","quarter","month","week","day","hour","dekaminute","minute"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_query-response-single"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Spectrum Analytics"],"x-api-token-group":["Analytics Read"]}},"/zones/{zone_id}/spectrum/analytics/events/summary":{"get":{"operationId":"spectrum-analytics-(-summary)-get-analytics-summary","summary":"Get analytics summary","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-analytics_identifier"}},{"name":"dimensions","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_dimensions"}},{"name":"sort","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_sort"}},{"name":"until","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_until"}},{"name":"metrics","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_metrics"}},{"name":"filters","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_filters"}},{"name":"since","in":"query","schema":{"$ref":"#/components/schemas/spectrum-analytics_since"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_query-response-single"}}}},"4xx":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-analytics_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["analytics.read"]}],"tags":["Spectrum Analytics"],"x-api-token-group":["Analytics Read"]}},"/zones/{zone_id}/spectrum/apps":{"get":{"operationId":"spectrum-applications-list-spectrum-applications","summary":"List Spectrum applications","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}},{"name":"page","in":"query","schema":{"type":"number","minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":100,"minimum":1}},{"name":"direction","in":"query","schema":{"type":"string","default":"asc","enum":["asc","desc"]}},{"name":"order","in":"query","schema":{"type":"string","default":"dns","enum":["protocol","app_id","created_on","modified_on","dns"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_app_config_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"spectrum-applications-create-spectrum-application-using-a-name-for-the-origin","summary":"Create Spectrum application using a name for the origin","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_update_app_config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_app_config_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/spectrum/apps/{app_id}":{"get":{"operationId":"spectrum-applications-get-spectrum-application-configuration","summary":"Get Spectrum application configuration","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_app_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_app_config_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"spectrum-applications-update-spectrum-application-configuration-using-a-name-for-the-origin","summary":"Update Spectrum application configuration using a name for the origin","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_app_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_update_app_config"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_app_config_single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"spectrum-applications-delete-spectrum-application","summary":"Delete Spectrum application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_app_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/spectrum-config_zone_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/spectrum-config_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Spectrum Applications"],"x-api-token-group":["Zone Settings Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"spectrum.apps","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/availabilities":{"get":{"operationId":"speed-get-availabilities","summary":"Get quota and availability","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_availabilities-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.availabilities","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/pages":{"get":{"operationId":"speed-list-pages","summary":"List tested webpages","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_pages-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/pages/{url}/tests":{"get":{"operationId":"speed-list-test-history","summary":"List page test history","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"page","in":"query","schema":{"type":"integer","default":1}},{"name":"per_page","in":"query","schema":{"type":"integer","default":20,"maximum":50,"minimum":5}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_page-test-response-collection"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages.tests","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"speed-create-test","summary":"Start page test","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"region":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_page-test-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages.tests","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"speed-delete-tests","summary":"Delete all page tests","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_count-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages.tests","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/pages/{url}/tests/{test_id}":{"get":{"operationId":"speed-get-test","summary":"Get a page test result","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"test_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_page-test-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages.tests","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/pages/{url}/trend":{"get":{"operationId":"speed-list-page-trend","summary":"List core web vital metrics trend","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","required":true,"schema":{"$ref":"#/components/schemas/observatory_region"}},{"name":"deviceType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/observatory_device_type"}},{"name":"start","in":"query","required":true,"schema":{"$ref":"#/components/schemas/observatory_timestamp"}},{"name":"end","in":"query","schema":{"$ref":"#/components/schemas/observatory_timestamp"}},{"name":"tz","in":"query","required":true,"schema":{"type":"string"}},{"name":"metrics","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_trend-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.pages","x-fern-sdk-method-name":"trend","x-forge-hidden":true}},"/zones/{zone_id}/speed_api/schedule/{url}":{"get":{"operationId":"speed-get-scheduled-test","summary":"Get a page test schedule","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_schedule-response-single"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.read"]},{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write","Zone Settings Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.schedule","x-fern-sdk-method-name":"get","x-forge-hidden":true},"post":{"operationId":"speed-create-scheduled-test","summary":"Create scheduled page test","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]},"x-stainless-terraform-configurability":"computed_optional"},{"name":"frequency","in":"query","schema":{"$ref":"#/components/schemas/observatory_schedule_frequency"},"x-stainless-terraform-configurability":"computed_optional"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_create-schedule-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.schedule","x-fern-sdk-method-name":"create","x-forge-hidden":true},"delete":{"operationId":"speed-delete-test-schedule","summary":"Delete scheduled page test","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_identifier"}},{"name":"url","in":"path","required":true,"schema":{"$ref":"#/components/schemas/observatory_url"}},{"name":"region","in":"query","schema":{"allOf":[{"$ref":"#/components/schemas/observatory_region"},{"default":"us-central1","type":"string"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_count-response"}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/observatory_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["zone-settings.write"]}],"tags":["Observatory"],"x-api-token-group":["Zone Settings Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"speed.schedule","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/zones/{zone_id}/ssl/analyze":{"post":{"operationId":"analyze-certificate-analyze-certificate","summary":"Analyze Certificate","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_analyze_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_analyze_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Analyze Certificate"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.analyze","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/ssl/certificate_packs":{"get":{"operationId":"certificate-packs-list-certificate-packs","summary":"List Certificate Packs","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"page","in":"query","schema":{"type":"number","default":1,"minimum":1}},{"name":"per_page","in":"query","schema":{"type":"number","default":20,"maximum":50,"minimum":5}},{"name":"status","in":"query","schema":{"type":"string","enum":["all"]}},{"name":"deploy","in":"query","schema":{"type":"string","enum":["staging","production"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/ssl/certificate_packs/order":{"post":{"operationId":"certificate-packs-order-advanced-certificate-manager-certificate-pack","summary":"Order Advanced Certificate Manager Certificate Pack","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-2"},"cloudflare_branding":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cloudflare_branding"},"hosts":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hosts-2"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_type"},"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method"},"validity_days":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_days"}},"required":["type","hosts","validation_method","validity_days","certificate_authority"]}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_certificate_pack_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_certificate_pack_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/ssl/certificate_packs/quota":{"get":{"operationId":"certificate-packs-get-certificate-pack-quotas","summary":"Get Certificate Pack Quotas","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_quota_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_quota_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs.quota","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id}":{"get":{"operationId":"certificate-packs-get-certificate-pack","summary":"Get Certificate Pack","parameters":[{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"certificate-packs-delete-advanced-certificate-manager-certificate-pack","summary":"Delete Advanced Certificate Manager Certificate Pack","parameters":[{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_delete_advanced_certificate_pack_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_delete_advanced_certificate_pack_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"certificate-packs-restart-validation-for-advanced-certificate-manager-certificate-pack","summary":"Restart Validation or Update Advanced Certificate Manager Certificate Pack","parameters":[{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"cloudflare_branding":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cloudflare_branding"}}}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_certificate_pack_response_single"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_advanced_certificate_pack_response_single"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Certificate Packs"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.certificate-packs","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/ssl/universal/settings":{"get":{"operationId":"universal-ssl-settings-for-a-zone-universal-ssl-settings-details","summary":"Universal SSL Settings Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_universal_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_universal_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Universal SSL Settings for a Zone"],"x-api-token-group":["SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.universal.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"patch":{"operationId":"universal-ssl-settings-for-a-zone-edit-universal-ssl-settings","summary":"Edit Universal SSL Settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_universal"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_universal_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_universal_settings_response"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["Universal SSL Settings for a Zone"],"x-api-token-group":["SSL and Certificates Write"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.universal.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/ssl/verification":{"get":{"operationId":"ssl-verification-ssl-verification-details","summary":"SSL Verification Details","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},{"name":"retry","in":"query","schema":{"type":"boolean","enum":[true]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_verification_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_verification_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["SSL Verification"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.verification","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/ssl/verification/{certificate_pack_id}":{"patch":{"operationId":"ssl-verification-edit-ssl-certificate-pack-validation-method","summary":"Edit SSL Certificate Pack Validation Method","parameters":[{"name":"certificate_pack_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cert_pack_uuid"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method-3"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_validation_method_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl_validation_method_response_collection"},{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["access-certificate.read"]},{"realmrootOidc":["access-certificate.write"]},{"realmrootOidc":["ssl-and-certificates.read"]},{"realmrootOidc":["ssl-and-certificates.write"]}],"tags":["SSL Verification"],"x-api-token-group":["Access: Mutual TLS Certificates Write","Access: Mutual TLS Certificates Read","SSL and Certificates Write","SSL and Certificates Read"],"x-cfPermissionsRequired":{"enum":["#ssl:read","#ssl:edit"]},"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"ssl.verification","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/stream/usage":{"get":{"operationId":"usage-analytics-get-zone-stream-usage","summary":"Get zone Stream usage","parameters":[{"$ref":"#/components/parameters/usage-analytics_zone_id"},{"$ref":"#/components/parameters/usage-analytics_metrics"},{"$ref":"#/components/parameters/usage-analytics_since"},{"$ref":"#/components/parameters/usage-analytics_until"},{"$ref":"#/components/parameters/usage-analytics_time_delta"},{"$ref":"#/components/parameters/usage-analytics_limit"},{"$ref":"#/components/parameters/usage-analytics_filters"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_stream_usage_response"}}}},"400":{"$ref":"#/components/responses/usage-analytics_bad_request"},"401":{"$ref":"#/components/responses/usage-analytics_unauthorized"},"403":{"$ref":"#/components/responses/usage-analytics_forbidden"}},"security":[{"realmrootOidc":["stream.read"]}],"tags":["Usage Analytics"],"x-api-token-group":["Stream Read"]}},"/zones/{zone_id}/token_validation/config":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"token-validation-config-list","summary":"List token validation configurations","parameters":[{"$ref":"#/components/parameters/api-shield_page"},{"$ref":"#/components/parameters/api-shield_per_page"}],"responses":{"200":{"$ref":"#/components/responses/api-shield_list-configs-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"token-validation-config-create","summary":"Create a new Token Validation configuration","requestBody":{"$ref":"#/components/requestBodies/api-shield_create-config"},"responses":{"200":{"$ref":"#/components/responses/api-shield_create-config-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/token_validation/config/{config_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_config_id"}],"get":{"operationId":"token-validation-config-get","summary":"Get a single Token Configuration","responses":{"200":{"$ref":"#/components/responses/api-shield_get-config-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"get","x-forge-hidden":true},"delete":{"operationId":"token-validation-config-delete","summary":"Delete Token Configuration","responses":{"200":{"$ref":"#/components/responses/api-shield_delete-config-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"token-validation-config-edit","summary":"Edit an existing Token Configuration","requestBody":{"$ref":"#/components/requestBodies/api-shield_edit-config"},"responses":{"200":{"$ref":"#/components/responses/api-shield_edit-config-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"token-validation.configuration","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/token_validation/config/{config_id}/credentials":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_config_id"}],"put":{"operationId":"token-validation-config-credentials-update","summary":"Update Token Configuration credentials","requestBody":{"$ref":"#/components/requestBodies/api-shield_update-config-credentials"},"responses":{"200":{"$ref":"#/components/responses/api-shield_update-config-credentials-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]},"patch":{"operationId":"token-validation-config-credentials-edit","summary":"Edit Token Configuration credentials","requestBody":{"$ref":"#/components/requestBodies/api-shield_edit-config-credentials"},"responses":{"200":{"$ref":"#/components/responses/api-shield_update-config-credentials-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Configuration"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/token_validation/rules":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"get":{"operationId":"token-validation-rules-list","summary":"List token validation rules","parameters":[{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_page"},{"name":"token_configuration","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_uuid-2"}}},{"name":"action","in":"query","schema":{"$ref":"#/components/schemas/api-shield_action"}},{"name":"enabled","in":"query","schema":{"$ref":"#/components/schemas/api-shield_enabled"}},{"name":"id","in":"query","schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}},{"name":"rule_id","in":"query","schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}},{"name":"host","in":"query","schema":{"$ref":"#/components/schemas/api-shield_host"}},{"name":"hostname","in":"query","schema":{"$ref":"#/components/schemas/api-shield_host"}}],"responses":{"200":{"$ref":"#/components/responses/api-shield_list-rules-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"]},"post":{"operationId":"token-validation-rules-create","summary":"Create a token validation rule","requestBody":{"$ref":"#/components/requestBodies/api-shield_create-rule"},"responses":{"200":{"$ref":"#/components/responses/api-shield_create-rule-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/token_validation/rules/bulk":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"token-validation-rules-bulk-create","summary":"Bulk create token validation rules","requestBody":{"$ref":"#/components/requestBodies/api-shield_bulk-create-rules"},"responses":{"200":{"$ref":"#/components/responses/api-shield_bulk-create-rules-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]},"patch":{"operationId":"token-validation-rules-bulk-edit","summary":"Bulk edit token validation rules","requestBody":{"$ref":"#/components/requestBodies/api-shield_bulk-edit-rules"},"responses":{"200":{"$ref":"#/components/responses/api-shield_bulk-edit-rules-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/token_validation/rules/preview":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"}],"post":{"operationId":"token-validation-rules-preview","summary":"Preview operations covered by a Token Validation rule","parameters":[{"$ref":"#/components/parameters/api-shield_per_page"},{"$ref":"#/components/parameters/api-shield_page"},{"name":"state","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_selector-operation-state"}}},{"name":"host","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"}}},{"name":"hostname","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"}}},{"name":"method","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_method"}}},{"name":"endpoint","in":"query","schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_endpoint"}}}],"requestBody":{"$ref":"#/components/requestBodies/api-shield_preview-rules"},"responses":{"200":{"$ref":"#/components/responses/api-shield_preview-rules-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"]}},"/zones/{zone_id}/token_validation/rules/{rule_id}":{"parameters":[{"$ref":"#/components/parameters/api-shield_zone_id"},{"$ref":"#/components/parameters/api-shield_rule_id"}],"get":{"operationId":"token-validation-rules-get","summary":"Get a zone token validation rule","responses":{"200":{"$ref":"#/components/responses/api-shield_get-rule-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.read"]},{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.read"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Account API Gateway Read","Domain API Gateway","Domain API Gateway Read"]},"delete":{"operationId":"token-validation-rules-delete","summary":"Delete a zone token validation rule","responses":{"200":{"$ref":"#/components/responses/api-shield_delete-rule-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]},"patch":{"operationId":"token-validation-rules-edit","summary":"Edit a zone token validation rule","requestBody":{"$ref":"#/components/requestBodies/api-shield_edit-rule"},"responses":{"200":{"$ref":"#/components/responses/api-shield_edit-rule-success"},"4XX":{"$ref":"#/components/responses/api-shield_generic_failure"}},"security":[{"realmrootOidc":["account-api-gateway.write"]},{"realmrootOidc":["api-gateway.write"]}],"tags":["Token Validation Token Rules"],"x-api-token-group":["Account API Gateway","Domain API Gateway"]}},"/zones/{zone_id}/url_normalization":{"get":{"operationId":"getUrlNormalization","summary":"Get URL Normalization settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"200":{"$ref":"#/components/responses/rulesets_UrlNormalization"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.read"]},{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.read"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.read"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.read"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.read"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.read"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.read"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.read"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.read"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.read"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.read"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.read"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.read"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.read"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.read"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.read"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.read"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.read"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.read"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.read"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["URL Normalization"],"x-api-token-group":["Response Compression Write","Response Compression Read","Config Settings Write","Config Settings Read","Dynamic URL Redirects Write","Dynamic URL Redirects Read","Cache Settings Write","Cache Settings Read","Custom Errors Write","Custom Errors Read","Origin Write","Origin Read","Managed headers Write","Managed headers Read","Zone Transform Rules Write","Zone Transform Rules Read","Mass URL Redirects Write","Mass URL Redirects Read","Magic Firewall Write","Magic Firewall Read","L4 DDoS Managed Ruleset Write","L4 DDoS Managed Ruleset Read","HTTP DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Read","Sanitize Write","Sanitize Read","Transform Rules Write","Transform Rules Read","Select Configuration Write","Select Configuration Read","Bot Management Write","Bot Management Read","Zone WAF Write","Zone WAF Read","Account WAF Write","Account WAF Read","Account Rulesets Read","Account Rulesets Write","Logs Write","Logs Read","Logs Write","Logs Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"put":{"operationId":"updateUrlNormalization","summary":"Update URL Normalization settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"requestBody":{"$ref":"#/components/requestBodies/rulesets_UrlNormalization"},"responses":{"200":{"$ref":"#/components/responses/rulesets_UrlNormalization"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["URL Normalization"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"deleteUrlNormalization","summary":"Delete URL Normalization settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/rulesets_ZoneId"}}],"responses":{"204":{"$ref":"#/components/responses/rulesets_Empty"},"4XX":{"$ref":"#/components/responses/rulesets_Failure"}},"security":[{"realmrootOidc":["account-rulesets.write"]},{"realmrootOidc":["account-waf.write"]},{"realmrootOidc":["bot-management.write"]},{"realmrootOidc":["cache-settings.write"]},{"realmrootOidc":["config-settings.write"]},{"realmrootOidc":["custom-errors.write"]},{"realmrootOidc":["dynamic-redirect.write"]},{"realmrootOidc":["http-ddos-managed-ruleset.write"]},{"realmrootOidc":["l4-ddos-managed-ruleset.write"]},{"realmrootOidc":["logs.write"]},{"realmrootOidc":["magic-firewall.write"]},{"realmrootOidc":["managed-headers.write"]},{"realmrootOidc":["mass-url-redirects.write"]},{"realmrootOidc":["origin.write"]},{"realmrootOidc":["response-compression.write"]},{"realmrootOidc":["sanitize.write"]},{"realmrootOidc":["select-configuration.write"]},{"realmrootOidc":["transform-rules.write"]},{"realmrootOidc":["zone-transform-rules.write"]},{"realmrootOidc":["zone-waf.write"]}],"tags":["URL Normalization"],"x-api-token-group":["Response Compression Write","Config Settings Write","Dynamic URL Redirects Write","Cache Settings Write","Custom Errors Write","Origin Write","Managed headers Write","Zone Transform Rules Write","Mass URL Redirects Write","Magic Firewall Write","L4 DDoS Managed Ruleset Write","HTTP DDoS Managed Ruleset Write","Sanitize Write","Transform Rules Write","Select Configuration Write","Bot Management Write","Zone WAF Write","Account WAF Write","Account Rulesets Write","Logs Write","Logs Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/waiting_rooms":{"get":{"operationId":"waiting-room-list-waiting-rooms","summary":"List waiting rooms for zone","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}},{"$ref":"#/components/parameters/waitingroom_page"},{"$ref":"#/components/parameters/waitingroom_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"waiting-room-create-waiting-room","summary":"Create waiting room","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_waitingroom"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_single_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/preview":{"post":{"operationId":"waiting-room-create-a-custom-waiting-room-page-preview","summary":"Create a custom waiting room page preview","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_preview"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_preview_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_preview_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.page","x-fern-sdk-method-name":"preview","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/settings":{"get":{"operationId":"waiting-room-get-zone-settings","summary":"Get zone-level Waiting Room settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_zone_settings_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.settings","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waiting-room-update-zone-settings","summary":"Update zone-level Waiting Room settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_zone_settings_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.settings","x-fern-sdk-method-name":"update","x-forge-hidden":true},"patch":{"operationId":"waiting-room-patch-zone-settings","summary":"Patch zone-level Waiting Room settings","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_zone_settings_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_zone_settings_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.settings","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}":{"get":{"operationId":"waiting-room-waiting-room-details","summary":"Waiting room details","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_single_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waiting-room-update-waiting-room","summary":"Update waiting room","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_waitingroom"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_single_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"waiting-room-delete-waiting-room","summary":"Delete waiting room","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_waiting_room_id_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"waiting-room-patch-waiting-room","summary":"Patch waiting room","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_waitingroom"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_single_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events":{"get":{"operationId":"waiting-room-list-events","summary":"List events","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}},{"$ref":"#/components/parameters/waitingroom_page"},{"$ref":"#/components/parameters/waitingroom_per_page"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"list","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}":{"get":{"operationId":"waiting-room-event-details","summary":"Event details","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waiting-room-update-event","summary":"Update event","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_event"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"waiting-room-delete-event","summary":"Delete event","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_id_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_id_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"waiting-room-patch-event","summary":"Patch event","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_query_event"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}/details":{"get":{"operationId":"waiting-room-preview-active-event-details","summary":"Preview active event details","parameters":[{"name":"event_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_event_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_event_details_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_event_details_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.events.details","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules":{"get":{"operationId":"waiting-room-list-waiting-room-rules","summary":"List Waiting Room Rules","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_rules_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_rules_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.rules","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"waiting-room-replace-waiting-room-rules","summary":"Replace Waiting Room Rules","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_update_rules"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_rules_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_rules_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.rules","x-fern-sdk-method-name":"update","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules/{rule_id}":{"delete":{"operationId":"waiting-room-delete-waiting-room-rule","summary":"Delete Waiting Room Rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_rule_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_rules_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_rules_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.rules","x-fern-sdk-method-name":"delete","x-forge-hidden":true},"patch":{"operationId":"waiting-room-patch-waiting-room-rule","summary":"Patch Waiting Room Rule","parameters":[{"name":"rule_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_rule_id"}},{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_patch_rule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_rules_response_collection"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_rules_response_collection"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.rules","x-fern-sdk-method-name":"edit","x-forge-hidden":true}},"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/status":{"get":{"operationId":"waiting-room-get-waiting-room-status","summary":"Get waiting room status","parameters":[{"name":"waiting_room_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/waitingroom_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/waitingroom_status_response"}}}},"4XX":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_status_response"},{"$ref":"#/components/schemas/waitingroom_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["waiting-rooms.read"]},{"realmrootOidc":["waiting-rooms.write"]}],"tags":["Waiting Room"],"x-api-token-group":["Waiting Rooms Read","Waiting Rooms Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":false,"pro":false},"x-fern-availability":"generally-available","x-fern-sdk-group-name":"waiting-rooms.statuses","x-fern-sdk-method-name":"get","x-forge-hidden":true}},"/zones/{zone_id}/web3/hostnames":{"get":{"operationId":"web3-hostname-list-web3-hostnames","summary":"List Web3 Hostnames","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"post":{"operationId":"web3-hostname-create-web3-hostname","summary":"Create Web3 Hostname","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/web3/hostnames/{identifier}":{"get":{"operationId":"web3-hostname-web3-hostname-details","summary":"Web3 Hostname Details","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"delete":{"operationId":"web3-hostname-delete-web3-hostname","summary":"Delete Web3 Hostname","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single-id"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}},"patch":{"operationId":"web3-hostname-edit-web3-hostname","summary":"Edit Web3 Hostname","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_modify_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":true,"enterprise":true,"free":true,"pro":true}}},"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list":{"get":{"operationId":"web3-hostname-ipfs-universal-path-gateway-content-list-details","summary":"IPFS Universal Path Gateway Content List Details","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_details_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_details_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_details_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"put":{"operationId":"web3-hostname-update-ipfs-universal-path-gateway-content-list","summary":"Update IPFS Universal Path Gateway Content List","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_update_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_details_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_details_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_details_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries":{"get":{"operationId":"web3-hostname-list-ipfs-universal-path-gateway-content-list-entries","summary":"List IPFS Universal Path Gateway Content List Entries","parameters":[{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_entry_collection_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_collection_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}":{"get":{"operationId":"web3-hostname-ipfs-universal-path-gateway-content-list-entry-details","summary":"IPFS Universal Path Gateway Content List Entry Details","parameters":[{"name":"content_list_entry_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_entry_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.read"]},{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write","Web3 Hostnames Read"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"put":{"operationId":"web3-hostname-edit-ipfs-universal-path-gateway-content-list-entry","summary":"Edit IPFS Universal Path Gateway Content List Entry","parameters":[{"name":"content_list_entry_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_entry_create_request"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_content_list_entry_single_response"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_content_list_entry_single_response"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}},"delete":{"operationId":"web3-hostname-delete-ipfs-universal-path-gateway-content-list-entry","summary":"Delete IPFS Universal Path Gateway Content List Entry","parameters":[{"name":"content_list_entry_identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"identifier","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/web3_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/web3_api-response-single-id"}}}},"4XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single-id"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}},"5XX":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single-id"},{"$ref":"#/components/schemas/web3_api-response-common-failure"}]}}}}},"security":[{"realmrootOidc":["web3-hostnames.write"]}],"tags":["Web3 Hostname"],"x-api-token-group":["Web3 Hostnames Write"],"x-cfPlanAvailability":{"business":false,"enterprise":true,"free":false,"pro":false}}},"/zones/{zone_id}/workers/routes":{"get":{"operationId":"worker-routes-list-routes","summary":"List Routes","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_route"}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write","Workers Routes Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"list","x-forge-hidden":true},"post":{"operationId":"worker-routes-create-route","summary":"Create Route","parameters":[{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_route"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_route"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"create","x-forge-hidden":true}},"/zones/{zone_id}/workers/routes/{route_id}":{"get":{"operationId":"worker-routes-get-route","summary":"Get Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_route"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.read"]},{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write","Workers Routes Read"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"get","x-forge-hidden":true},"put":{"operationId":"worker-routes-update-route","summary":"Update Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_route"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_route"}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"update","x-forge-hidden":true},"delete":{"operationId":"worker-routes-delete-route","summary":"Delete Route","parameters":[{"name":"route_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}},{"name":"zone_id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/workers_identifier"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/workers_identifier"}}}},"required":["result"],"type":"object"}]}}}},"4XX":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/workers_api-response-common-failure"}}}}},"security":[{"realmrootOidc":["workers-routes.write"]}],"tags":["Worker Routes"],"x-api-token-group":["Workers Routes Write"],"x-fern-availability":"generally-available","x-fern-sdk-group-name":"workers.routes","x-fern-sdk-method-name":"delete","x-forge-hidden":true}},"/accounts/{account_id}/containers/me":{"get":{"operationId":"wrangler-containers-get-account","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{account_id}/containers/applications":{"get":{"operationId":"wrangler-containers-list-applications","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"listApplications"}},"post":{"operationId":"wrangler-containers-create-application","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["containers.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"createApplication"}}},"/accounts/{account_id}/containers/applications/{application_id}/rollouts":{"post":{"operationId":"wrangler-containers-create-application-rollout","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"application_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["containers.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"createApplicationRollout"}}},"/accounts/{account_id}/containers/dash/applications":{"get":{"operationId":"wrangler-containers-list-dash-applications","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{account_id}/containers/dash/applications/{application_id}/instances":{"get":{"operationId":"wrangler-containers-list-dash-application-instances","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"application_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["containers.read"]},{"realmrootOidc":["containers.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{account_id}/containers/registries/{domain}/credentials":{"post":{"operationId":"wrangler-containers-generate-registry-credentials","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"domain","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["containers.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"generateImageRegistryCredentials"}}},"/accounts/{account_id}/workers/services/{service_name}":{"get":{"operationId":"wrangler-workers-get-service","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"service_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.read"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}},"delete":{"operationId":"wrangler-workers-delete-service","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"service_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{account_id}/workers/scripts/{script_name}/domains/records":{"put":{"operationId":"wrangler-workers-replace-domain-records","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"script_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/zones/{zoneId}/workers/edge-preview":{"get":{"operationId":"wrangler-workers-get-zone-edge-preview","parameters":[{"name":"zoneId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{accountId}/workers/subdomain/edge-preview":{"get":{"operationId":"wrangler-workers-get-account-edge-preview","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{accountId}/workers/scripts/{scriptName}/edge-preview":{"post":{"operationId":"wrangler-workers-create-edge-preview","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"string"}},{"name":"scriptName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{accountId}/workers/scripts/{scriptName}/domains/changeset":{"post":{"operationId":"wrangler-workers-create-domain-changeset","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"string"}},{"name":"scriptName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"}}},"/accounts/{account_id}/d1/database/{database_id}/export":{"post":{"operationId":"wrangler-d1-export-database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"database_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["d1.read"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"d1-export-database"}}},"/accounts/{account_id}/d1/database/{database_id}/import":{"post":{"operationId":"wrangler-d1-import-database","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"database_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["d1.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"d1-import-database"}}},"/accounts/{account_id}/d1/database/{database_id}/time_travel/restore":{"post":{"operationId":"wrangler-d1-time-travel-restore","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"database_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["d1.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"d1-time-travel-restore"}}},"/accounts/{account_id}/workers/scripts/{script_name}/secrets-bulk":{"patch":{"operationId":"wrangler-workers-patch-script-secrets-bulk","parameters":[{"name":"account_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"script_name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{}},"security":[{"realmrootOidc":["workers-scripts.write"]}],"x-realmroot-compatibility-source":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler","officialOperationId":"worker-patch-script-secrets-bulk"}}}},"components":{"schemas":{"custom-pages_identifier":{"type":"string","maxLength":32,"x-auditable":true},"custom-pages_custom_page_result_list":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/custom-pages_custom_page"}}}}]},"custom-pages_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/custom-pages_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/custom-pages_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"custom-pages_preview_request":{"type":"object","properties":{"act":{"type":"string"},"target":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["act","target","url"]},"custom-pages_preview_token_result":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-pages_preview_token"}}}]},"custom-pages_error_page_type":{"type":"string","enum":["1000_errors","500_errors","basic_challenge","country_challenge","ip_block","managed_challenge","ratelimit_block","under_attack","waf_block","waf_challenge"],"x-auditable":true},"custom-pages_custom_page_result":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-pages_custom_page"}}}]},"custom-pages_state":{"type":"string","enum":["default","customized"],"x-auditable":true},"custom-pages_url":{"type":"string","format":"uri","default":"","x-auditable":true},"iam_account_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"Account Identifier"},"iam_response_single_account":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_account"}},"type":"object"}],"title":"Response with a single account"},"iam_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/iam_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/iam_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"iam_components-schemas-account":{"allOf":[{"$ref":"#/components/schemas/iam_account"}]},"iam_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/iam_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}},"required":["id"]}}}]},"abuse-reports_ReportStatus":{"type":"string","enum":["accepted","in_review"]},"abuse-reports_ReportType":{"type":"string","enum":["PHISH","GEN","THREAT","DMCA","EMER","TM","REG_WHO","NCSEI","NETWORK"]},"abuse-reports_MitigationStatus":{"type":"string","enum":["pending","active","in_review","cancelled","removed"]},"abuse-reports_Message":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]},"abuse-reports_AbuseReport":{"type":"object","properties":{"cdate":{"type":"string"},"domain":{"type":"string"},"id":{"type":"string"},"justification":{"type":"string"},"mitigation_summary":{"$ref":"#/components/schemas/abuse-reports_MitigationSummary"},"original_work":{"type":"string"},"status":{"$ref":"#/components/schemas/abuse-reports_ReportStatus"},"submitter":{"$ref":"#/components/schemas/abuse-reports_SubmitterDetails"},"type":{"$ref":"#/components/schemas/abuse-reports_ReportType"},"urls":{"type":"array","items":{"type":"string"}}},"required":["id","cdate","domain","type","status","mitigation_summary"]},"abuse-reports_UnauthorizedErrorResponse":{"oneOf":[{"$ref":"#/components/schemas/abuse-reports_CloudflareAPIErrorResponse"},{"$ref":"#/components/schemas/abuse-reports_AuthErrorResponse"}]},"abuse-reports_AppealEligibility":{"type":"object","properties":{"appeal_count":{"type":"integer"},"appealable":{"type":"boolean"},"has_appealable_mitigations":{"type":"boolean"},"has_open_appeal":{"type":"boolean"},"max_appeals":{"type":"integer"}},"required":["appealable","has_appealable_mitigations","has_open_appeal","appeal_count","max_appeals"]},"abuse-reports_EmailListItem":{"type":"object","properties":{"body":{"type":"string"},"id":{"type":"string"},"recipient":{"type":"string"},"sent_at":{"type":"string"},"subject":{"type":"string"}},"required":["id","subject","body","recipient","sent_at"]},"abuse-reports_MitigationType":{"type":"string","enum":["account_suspend","copyright_interstitial","geo_block","legal_block","malware_interstitial","misleading_interstitial","network_block","phishing_interstitial","playfairite_enforce","r2_takedown_account","r2_takedown_bucket","r2_takedown_object","rate_limit_cache","redirect_video_stream","zone_fint","registrar_freeze","registrar_parking","stream_block_account","user_suspend","workers_takedown_by_zone_id"]},"abuse-reports_MitigatedEntityType":{"type":"string","enum":["url_pattern","account","zone"]},"abuse-reports_MitigationListItem":{"type":"object","properties":{"effective_date":{"type":"string"},"entity_id":{"type":"string"},"entity_type":{"$ref":"#/components/schemas/abuse-reports_MitigatedEntityType"},"id":{"type":"string"},"status":{"$ref":"#/components/schemas/abuse-reports_MitigationStatus"},"type":{"$ref":"#/components/schemas/abuse-reports_MitigationType"}},"required":["id","type","effective_date","status","entity_type","entity_id"]},"abuse-reports_MitigationAppealRequest":{"type":"object","properties":{"appeals":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_MitigationAppeal"}},"data":{"$ref":"#/components/schemas/abuse-reports_DMCACounterNotice"},"type":{"$ref":"#/components/schemas/abuse-reports_AppealType"}},"oneOf":[{"required":["appeals"]},{"required":["type"]}]},"abuse-reports_MitigationAppealResult":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_MitigationListItem"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"success":{"type":"boolean"}},"required":["success","result_info"]},"abuse-reports_ErrorMessage":{"type":"object","properties":{"code":{"oneOf":[{"type":"string"},{"type":"number"}]},"message":{"type":"string"}},"required":["message"]},"access_identifier":{"type":"string","maxLength":32,"x-auditable":true},"access_response_collection-7":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_app_response"}}}}]},"access_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/access_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/access_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"access_app_request":{"anyOf":[{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"},{"$ref":"#/components/schemas/access_app_req_embedded_scim_config"}],"title":"Self Hosted Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_saas_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"},{"$ref":"#/components/schemas/access_app_req_embedded_scim_config"}],"title":"SaaS Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_ssh_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"},{"$ref":"#/components/schemas/access_app_req_embedded_scim_config"}],"title":"Browser SSH Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_vnc_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"},{"$ref":"#/components/schemas/access_app_req_embedded_scim_config"}],"title":"Browser VNC Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_app_launcher_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"App Launcher Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_warp_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Device Enrollment Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_biso_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Browser Isolation Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_proxy_endpoint_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Gateway Identity Proxy Endpoint Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_bookmark_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Bookmark application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_infra_props"},{"$ref":"#/components/schemas/access_infra_app_req_embedded_policies"}],"title":"Infrastructure application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_rdp_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"Browser RDP Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_mcp_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"MCP Server Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_mcp_portal_props"},{"$ref":"#/components/schemas/access_app_req_embedded_policies"}],"title":"MCP Server Portal Application","type":"object"}]},"access_single_response-8":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_response"}}}]},"access_app_response":{"anyOf":[{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_self_hosted_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Self Hosted Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_saas_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"SaaS Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_ssh_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Browser SSH Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_vnc_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Browser VNC Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_app_launcher_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"App Launcher Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_warp_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Device Enrollment Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_biso_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Browser Isolation Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_proxy_endpoint_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Gateway Identity Proxy Endpoint Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_bookmark_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Bookmark application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_infra_props"},{"$ref":"#/components/schemas/access_infra_app_resp_embedded_policies"}],"title":"Infrastructure application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_rdp_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"Browser RDP Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_mcp_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"MCP Server Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props"},{"$ref":"#/components/schemas/access_mcp_portal_props"},{"$ref":"#/components/schemas/access_app_resp_embedded_policies"}],"title":"MCP Server Portal Application","type":"object"}]},"access_response_collection-4":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_ca"}}}}]},"access_app_id":{"oneOf":[{"$ref":"#/components/schemas/access_identifier"},{"$ref":"#/components/schemas/access_uuid"}]},"access_id_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_uuid"}}}}}]},"access_uuid":{"type":"string","maxLength":36,"x-auditable":true},"access_single_response-5":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_ca"}}}]},"access_id_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_id-2"}}}}}]},"access_response_collection-8":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_app_policy_response"}}},"type":"object"}]},"access_app_policy_request":{"type":"object","allOf":[{"properties":{"precedence":{"$ref":"#/components/schemas/access_precedence"}},"type":"object"},{"$ref":"#/components/schemas/access_policy_req"}]},"access_single_response-9":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_policy_response"}},"type":"object"}]},"access_id_response-4":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_uuid"}}}},"type":"object"}]},"access_empty_response-2":{"type":"object","allOf":[{"properties":{"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[true,false]}}}]},"access_app_settings_request":{"type":"object","properties":{"allow_iframe":{"$ref":"#/components/schemas/access_allow_iframe"},"skip_interstitial":{"$ref":"#/components/schemas/access_skip_interstitial"}}},"access_single_response_update":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_app_settings_response"}}}]},"access_policy_check_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"app_state":{"type":"object","properties":{"app_uid":{"$ref":"#/components/schemas/access_uuid"},"aud":{"type":"string"},"hostname":{"type":"string"},"name":{"type":"string"},"policies":{"type":"array","items":{"type":"object"}},"status":{"type":"string"}}},"user_identity":{"type":"object","properties":{"account_id":{"type":"string"},"device_sessions":{"type":"object"},"email":{"type":"string"},"geo":{"type":"object","properties":{"country":{"type":"string"}}},"iat":{"type":"integer"},"id":{"type":"string"},"is_gateway":{"type":"boolean"},"is_warp":{"type":"boolean"},"name":{"type":"string"},"user_uuid":{"$ref":"#/components/schemas/access_uuid"},"version":{"type":"integer"}}}}}}}]},"access_identifier-3":{"type":"string","x-auditable":true},"access_response_collection-14":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_bookmarks"}}}}]},"access_single_response-13":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_bookmarks"}}}]},"access_response_collection-5":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_certificates"}}}}]},"access_associated_hostnames":{"type":"array","items":{"type":"string","x-auditable":true}},"access_name-7":{"type":"string","x-auditable":true},"access_single_response-6":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_certificates"}}}]},"access_response_collection_hostnames":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_settings"}}}}]},"access_settings":{"type":"object","properties":{"china_network":{"type":"boolean","x-auditable":true},"client_certificate_forwarding":{"type":"boolean","x-auditable":true},"hostname":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["hostname","china_network","client_certificate_forwarding"],"title":"Hostname Settings"},"access_id_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_uuid"}}}}}]},"access_response_collection-10":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_custom_page_without_html"}}}}]},"access_custom_page":{"type":"object","properties":{"app_count":{"$ref":"#/components/schemas/access_app_count-2"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"custom_html":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/access_name-11"},"type":{"$ref":"#/components/schemas/access_type-2"},"uid":{"$ref":"#/components/schemas/access_uuid"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"required":["name","custom_html","type"]},"access_single_response_without_html":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_custom_page_without_html"}}}]},"access_single_response-11":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_custom_page"}}}]},"access_response_collection-6":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_certificates-2"}}}}]},"access_single_response-7":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_certificates-2"}}}]},"access_response_collection-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_groups-2"}}}}]},"access_exclude":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_include":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_is_default":{"type":"boolean","x-auditable":true},"access_name-6":{"type":"string","x-auditable":true},"access_require":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_single_response-4":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_groups-2"}}}]},"access_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/access_azureAD"},{"$ref":"#/components/schemas/access_centrify"},{"$ref":"#/components/schemas/access_facebook"},{"$ref":"#/components/schemas/access_github"},{"$ref":"#/components/schemas/access_google"},{"$ref":"#/components/schemas/access_google-apps"},{"$ref":"#/components/schemas/access_linkedin"},{"$ref":"#/components/schemas/access_oidc"},{"$ref":"#/components/schemas/access_okta"},{"$ref":"#/components/schemas/access_onelogin"},{"$ref":"#/components/schemas/access_pingone"},{"$ref":"#/components/schemas/access_saml"},{"$ref":"#/components/schemas/access_yandex"},{"$ref":"#/components/schemas/access_onetimepin"},{"$ref":"#/components/schemas/access_cloudflare"}]}}},"type":"object"}]},"access_identity-providers":{"type":"object","anyOf":[{"$ref":"#/components/schemas/access_azureAD"},{"$ref":"#/components/schemas/access_centrify"},{"$ref":"#/components/schemas/access_facebook"},{"$ref":"#/components/schemas/access_github"},{"$ref":"#/components/schemas/access_google"},{"$ref":"#/components/schemas/access_google-apps"},{"$ref":"#/components/schemas/access_linkedin"},{"$ref":"#/components/schemas/access_oidc"},{"$ref":"#/components/schemas/access_okta"},{"$ref":"#/components/schemas/access_onelogin"},{"$ref":"#/components/schemas/access_pingone"},{"$ref":"#/components/schemas/access_saml"},{"$ref":"#/components/schemas/access_yandex"},{"$ref":"#/components/schemas/access_onetimepin"},{"$ref":"#/components/schemas/access_cloudflare"}]},"access_single_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_identity-providers"}}}]},"access_cf_resource_id":{"type":"array","items":{"type":"string"},"maxItems":50},"access_idp_resource_id":{"type":"array","items":{"type":"string"},"maxItems":50},"access_name-4":{"type":"string"},"access_scim_groups_response":{"allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_groups"}}},"type":"object"}]},"access_cf_resource_id-2":{"type":"array","items":{"type":"string"},"maxItems":50},"access_idp_resource_id-2":{"type":"array","items":{"type":"string"},"maxItems":50},"access_username":{"type":"string"},"access_email":{"type":"string"},"access_name-5":{"type":"string"},"access_scim_users_response":{"allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_users"}}},"type":"object"}]},"access_single_response-12":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_key_config"}}}]},"access_key_rotation_interval_days":{"type":"number","maximum":365,"minimum":21,"x-auditable":true},"access_email-3":{"type":"string","format":"email"},"access_user_id":{"type":"string","format":"uuid"},"access_response_collection-11":{"allOf":[{"$ref":"#/components/schemas/access_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_access-requests"}}}}]},"access_limit":{"type":"integer","default":20},"access_direction":{"type":"string","default":"desc","enum":["desc","asc"]},"access_since":{"type":"string","format":"date-time"},"access_until":{"type":"string","format":"date-time"},"access_idp_id":{"type":"array","items":{"type":"string"}},"access_status-2":{"type":"array","items":{"enum":["FAILURE","SUCCESS"],"type":"string"}},"access_resource_type":{"type":"array","items":{"enum":["USER","GROUP"],"type":"string"}},"access_request_method":{"type":"array","items":{"enum":["DELETE","PATCH","POST","PUT"],"type":"string"}},"access_resource_user_email":{"type":"array","items":{"format":"email","type":"string"}},"access_resource_group_name":{"type":"array","items":{"type":"string"}},"access_cf_resource_id-3":{"type":"array","items":{"type":"string"}},"access_idp_resource_id-3":{"type":"array","items":{"type":"string"}},"access_scim_update_logs_response":{"allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_responses"}}},"type":"object"}]},"access_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"type":"object"},{"properties":{"result":{"$ref":"#/components/schemas/access_organizations"}}}]},"access_allow_authenticate_via_warp":{"type":"boolean","default":false,"x-auditable":true},"access_auth_domain":{"type":"string","x-auditable":true},"access_auto_redirect_to_identity":{"type":"boolean","default":false,"x-auditable":true},"access_custom_pages":{"type":"object","properties":{"forbidden":{"type":"string"},"identity_denied":{"type":"string"}}},"access_deny_unmatched_requests":{"type":"boolean","x-auditable":true},"access_deny_unmatched_requests_exempted_zone_names":{"type":"array","items":{"type":"string"},"x-auditable":true},"access_is_ui_read_only":{"type":"boolean","default":false,"x-auditable":true},"access_login_design":{"type":"object","properties":{"background_color":{"type":"string"},"footer_text":{"type":"string"},"header_text":{"type":"string"},"logo_path":{"type":"string"},"text_color":{"type":"string"}}},"access_org_mfa_config":{"type":"object","properties":{"allowed_authenticators":{"type":"array","items":{"enum":["totp","biometrics","security_key","piv_key"],"type":"string"}},"amr_matching_session_duration":{"type":"string"},"required_aaguids":{"type":"string","format":"uuid"},"session_duration":{"type":"string"}},"x-auditable":true},"access_mfa_piv_key_requirements":{"type":"object","properties":{"pin_policy":{"type":"string","enum":["never","once","always"]},"require_fips_device":{"type":"boolean"},"ssh_key_size":{"type":"array","items":{"enum":[256,384,521,2048,3072,4096],"type":"integer"}},"ssh_key_type":{"type":"array","items":{"enum":["ecdsa","ed25519","rsa"],"type":"string"}},"touch_policy":{"type":"string","enum":["never","always","cached"]}},"x-auditable":true},"access_mfa_required_for_all_apps":{"type":"boolean","default":false,"x-auditable":true},"access_name":{"type":"string","x-auditable":true},"access_session_duration":{"type":"string"},"access_ui_read_only_toggle_reason":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"access_user_seat_expiration_inactive_time":{"type":"string","x-auditable":true},"access_warp_auth_non_browser_401":{"type":"boolean","default":false,"x-auditable":true},"access_warp_auth_session_duration":{"type":"string","x-auditable":true},"access_single_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_service-tokens"}}}]},"access_doh_jwt_duration":{"type":"string","x-auditable":true},"access_empty_response":{"type":"object","allOf":[{"properties":{"result":{"type":"boolean","enum":[true,false]},"success":{"type":"boolean","enum":[true,false]}}}]},"access_response_collection-9":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_reusable_policy_resp"}}}}]},"access_policy_req":{"type":"object","properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups"},"approval_required":{"$ref":"#/components/schemas/access_approval_required"},"connection_rules":{"$ref":"#/components/schemas/access_connection_rules"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required"},"mfa_config":{"$ref":"#/components/schemas/access_mfa_config"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-3"}},"allOf":[{"$ref":"#/components/schemas/access_base_policy_req"}]},"access_single_response-10":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_reusable_policy_resp"}}}]},"access_uuid-2":{"type":"string","maxLength":36},"access_id_response-5":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_uuid-2"}}}}}]},"access_policy_init_req":{"type":"object","properties":{"policies":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/access_policy_req"},{"type":"string"}]}}}},"access_policy_init_resp":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_policy_test_id"},"status":{"$ref":"#/components/schemas/access_status"}}}}}]},"access_policy_test_id":{"type":"string","maxLength":64,"x-auditable":true},"access_policy_update_resp":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_policy_test_id"},"percent_approved":{"$ref":"#/components/schemas/access_percent_approved"},"percent_blocked":{"$ref":"#/components/schemas/access_percent_blocked"},"percent_errored":{"$ref":"#/components/schemas/access_percent_errored"},"percent_users_processed":{"$ref":"#/components/schemas/access_percent_users_processed"},"status":{"$ref":"#/components/schemas/access_update_status"},"total_users":{"$ref":"#/components/schemas/access_total_users"},"users_approved":{"$ref":"#/components/schemas/access_users_approved"},"users_blocked":{"$ref":"#/components/schemas/access_users_blocked"},"users_errored":{"$ref":"#/components/schemas/access_users_errored"}}}}}]},"access_policy_users_resp":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_policy_users"}}}}]},"access_identifier-2":{"allOf":[{"$ref":"#/components/schemas/access_identifier"},{}]},"access_seats_definition":{"type":"array","items":{"$ref":"#/components/schemas/access_seat"},"required":["seat_uid","gateway_seat","access_seat"]},"access_response_collection-13":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_seats"}}}}]},"access_response_collection-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_service-tokens"}}}}]},"access_client_secret_version":{"type":"number","default":1,"x-auditable":true},"access_duration":{"type":"string","default":"8760h","x-auditable":true},"access_name-2":{"type":"string","x-auditable":true},"access_previous_client_secret_expires_at":{"type":"string","format":"date-time","x-auditable":true},"access_create_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"client_id":{"$ref":"#/components/schemas/access_client_id"},"client_secret":{"$ref":"#/components/schemas/access_client_secret"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"duration":{"$ref":"#/components/schemas/access_duration"},"id":{"type":"string"},"name":{"$ref":"#/components/schemas/access_name-2"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}}}}]},"access_response_collection-24":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result_info":{"type":"object","properties":{"count":{},"page":{},"per_page":{},"total_count":{}}}}},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_users-2"}}}}]},"access_single_user_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_users-2"}}}]},"access_email-2":{"type":"string","format":"email"},"access_name-10":{"type":"string"},"access_active_sessions_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"expiration":{"type":"integer"},"metadata":{"type":"object","properties":{"apps":{"type":"object","additionalProperties":{"properties":{"hostname":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"uid":{"type":"string"}},"type":"object"}},"expires":{"type":"integer"},"iat":{"type":"integer"},"nonce":{"type":"string"},"ttl":{"type":"integer"}}},"name":{"type":"string"}},"type":"object"}}}}]},"access_nonce":{"type":"string"},"access_active_session_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity"},{"properties":{"isActive":{"type":"boolean"}},"type":"object"}]}}}]},"access_failed_login_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"expiration":{"type":"integer"},"metadata":{"type":"object"}},"type":"object"}}}}]},"access_last_seen_identity_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity"}]}}}]},"addressing_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/addressing_address-maps"}}}}]},"addressing_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/addressing_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/addressing_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"addressing_enabled":{"type":"boolean","default":false,"nullable":true,"x-auditable":true},"addressing_ip_address":{"type":"string","x-auditable":true},"addressing_membership_requests":{"type":"array","items":{"$ref":"#/components/schemas/addressing_address-maps-membership-request"}},"addressing_full_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/addressing_address-maps"},{"properties":{"ips":{"$ref":"#/components/schemas/addressing_ips"},"memberships":{"$ref":"#/components/schemas/addressing_memberships"}},"type":"object"}]}},"type":"object"}]},"addressing_address_map_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"addressing_default_sni":{"type":"string","nullable":true,"x-auditable":true},"addressing_components-schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_address-maps"}}}]},"addressing_zone_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_loa_upload_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/addressing_account_identifier"},"auto_generated":{"$ref":"#/components/schemas/addressing_auto_generated"},"created":{"$ref":"#/components/schemas/addressing_timestamp"},"filename":{"$ref":"#/components/schemas/addressing_filename"},"id":{"$ref":"#/components/schemas/addressing_loa_document_identifier"},"size_bytes":{"$ref":"#/components/schemas/addressing_size_bytes"},"verified":{"$ref":"#/components/schemas/addressing_verified"},"verified_at":{"$ref":"#/components/schemas/addressing_verified_at"}}}}}]},"addressing_loa_document_identifier":{"type":"string","maxLength":32,"nullable":true,"x-auditable":true},"addressing_response_collection":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/addressing_ipam-prefixes"}}}}]},"addressing_prefix_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_single_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_ipam-prefixes"}}}]},"addressing_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/addressing_api-response-common"}]},"addressing_response_collection_bgp":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/addressing_ipam-bgp-prefixes"}}}}]},"addressing_bgp_prefix_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_single_response_bgp":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_ipam-bgp-prefixes"}}}]},"addressing_bgp_prefix_update_advertisement":{"type":"object","properties":{"asn_prepend_count":{"$ref":"#/components/schemas/addressing_asn_prepend_count"},"auto_advertise_withdraw":{"$ref":"#/components/schemas/addressing_auto_advertise_withdraw"},"on_demand":{"type":"object","properties":{"advertised":{"type":"boolean"}}}}},"addressing_advertised_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"advertised":{"$ref":"#/components/schemas/addressing_components-schemas-advertised"},"advertised_modified_at":{"$ref":"#/components/schemas/addressing_modified_at_nullable"}}}}}]},"addressing_components-schemas-advertised":{"type":"boolean","x-auditable":true},"addressing_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/addressing_messages"},"messages":{"$ref":"#/components/schemas/addressing_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"addressing_service_binding":{"type":"object","properties":{"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"id":{"$ref":"#/components/schemas/addressing_service_binding_identifier"},"provisioning":{"$ref":"#/components/schemas/addressing_provisioning"},"service_id":{"$ref":"#/components/schemas/addressing_service_identifier"},"service_name":{"$ref":"#/components/schemas/addressing_service_name"}}},"addressing_create_binding_request":{"type":"object","properties":{"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"service_id":{"$ref":"#/components/schemas/addressing_service_identifier"}},"required":["cidr","service_id"]},"addressing_service_binding_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_cidr":{"type":"string","x-auditable":true},"addressing_delegated_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/addressing_ipam-delegations"}}}]},"addressing_delegation_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"addressing_id_response":{"allOf":[{"$ref":"#/components/schemas/addressing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/addressing_delegation_identifier"}}}}}]},"dls_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dls_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dls_region_key":{"type":"string","x-auditable":true},"dls_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dls_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dls_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"addressing_service_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_service_name":{"type":"string","x-auditable":true},"aig-billing_GetCreditBalanceResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetCreditBalanceResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors"]},"aig-billing_GetInvoiceHistoryResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetInvoiceHistoryResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetInvoicePreviewResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetInvoicePreviewResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetSpendingLimitResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetSpendingLimitResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_SetSpendingLimitResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_SetSpendingLimitResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_DeleteSpendingLimitResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_DeleteSpendingLimitResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_CreateTopupResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_CreateTopupResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetTopupConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetTopupConfigResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_SetTopupConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_SetTopupConfigResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_DeleteTopupConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_DeleteTopupConfigResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetTopupLimitsResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetTopupLimitsResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_TopupStatusResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_TopupStatusResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aig-billing_GetUsageHistoryResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"messages":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"result":{"$ref":"#/components/schemas/aig-billing_GetUsageHistoryResult"},"result_info":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]},"success":{"type":"boolean","enum":[true]}},"required":["success","result","errors","messages"]},"aaa_account-id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"aaa_alerts-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"object","additionalProperties":{"items":{"$ref":"#/components/schemas/aaa_alert-types"},"type":"array"}}}}]},"aaa_api-response-common-failure-3":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/aaa_messages-3"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/aaa_messages-3"}]},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"aaa_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_pagerduty"}}}}]},"aaa_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-3"},"messages":{"$ref":"#/components/schemas/aaa_messages-3"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"aaa_sensitive_id_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/aaa_token"}}}}}]},"aaa_id_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/aaa_uuid"}}}}}]},"aaa_integration-token":{"type":"string","maxLength":32,"readOnly":true},"aaa_webhooks_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_webhooks"}}}}]},"aaa_components-schemas-name":{"type":"string","x-auditable":true},"aaa_secret":{"type":"string","writeOnly":true,"x-sensitive":true},"aaa_url":{"type":"string"},"aaa_webhook-id":{"type":"string","maxLength":32,"x-auditable":true},"aaa_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/aaa_webhooks"}}}]},"aaa_per_page":{"type":"number","default":25,"maximum":1000,"minimum":5},"aaa_before":{"type":"string","format":"date-time"},"aaa_history_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_history"}},"result_info":{"type":"object"}}}]},"aaa_policies_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_policies"}}}}]},"aaa_alert_interval":{"type":"string","x-auditable":true},"aaa_alert_type":{"type":"string","enum":["abuse_report_alert","access_custom_certificate_expiration_type","advanced_ddos_attack_l4_alert","advanced_ddos_attack_l7_alert","advanced_http_alert_error","bgp_hijack_notification","billing_usage_alert","block_notification_block_removed","block_notification_new_block","block_notification_review_rejected","bot_traffic_basic_alert","brand_protection_alert","brand_protection_digest","clickhouse_alert_fw_anomaly","clickhouse_alert_fw_ent_anomaly","cloudforce_one_request_notification","cni_maintenance_notification","custom_analytics","custom_bot_detection_alert","custom_ssl_certificate_event_type","dedicated_ssl_certificate_event_type","device_connectivity_anomaly_alert","dos_attack_l4","dos_attack_l7","expiring_service_token_alert","failing_logpush_job_disabled_alert","fbm_auto_advertisement","fbm_dosd_attack","fbm_volumetric_attack","health_check_status_notification","hostname_aop_custom_certificate_expiration_type","http_alert_edge_error","http_alert_origin_error","image_notification","image_resizing_notification","incident_alert","load_balancing_health_alert","load_balancing_pool_enablement_alert","logo_match_alert","magic_tunnel_health_check_event","magic_wan_tunnel_health","maintenance_event_notification","mtls_certificate_store_certificate_expiration_type","pages_event_alert","radar_notification","real_origin_monitoring","scriptmonitor_alert_new_code_change_detections","scriptmonitor_alert_new_hosts","scriptmonitor_alert_new_malicious_hosts","scriptmonitor_alert_new_malicious_scripts","scriptmonitor_alert_new_malicious_url","scriptmonitor_alert_new_max_length_resource_url","scriptmonitor_alert_new_resources","secondary_dns_all_primaries_failing","secondary_dns_primaries_failing","secondary_dns_warning","secondary_dns_zone_successfully_updated","secondary_dns_zone_validation_warning","security_insights_alert","sentinel_alert","stream_live_notifications","synthetic_test_latency_alert","synthetic_test_low_availability_alert","traffic_anomalies_alert","tunnel_health_event","tunnel_update_event","universal_ssl_event_type","web_analytics_metrics_update","zone_aop_custom_certificate_expiration_type"],"x-auditable":true},"aaa_enabled":{"type":"boolean","default":true,"x-auditable":true},"aaa_filters":{"type":"object","properties":{"actions":{"type":"array","items":{"type":"string","x-auditable":true}},"affected_asns":{"type":"array","items":{"type":"string","x-auditable":true}},"affected_components":{"type":"array","items":{"type":"string","x-auditable":true}},"affected_locations":{"type":"array","items":{"type":"string","x-auditable":true}},"airport_code":{"type":"array","items":{"type":"string","x-auditable":true}},"alert_trigger_preferences":{"type":"array","items":{"type":"string","x-auditable":true}},"alert_trigger_preferences_value":{"type":"array","items":{"type":"string","x-auditable":true}},"enabled":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"environment":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"event":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"event_source":{"type":"array","items":{"type":"string","x-auditable":true}},"event_type":{"type":"array","items":{"type":"string","x-auditable":true}},"group_by":{"type":"array","items":{"type":"string","x-auditable":true}},"health_check_id":{"type":"array","items":{"type":"string","x-auditable":true}},"incident_impact":{"type":"array","items":{"enum":["INCIDENT_IMPACT_NONE","INCIDENT_IMPACT_MINOR","INCIDENT_IMPACT_MAJOR","INCIDENT_IMPACT_CRITICAL"],"type":"string","x-auditable":true}},"input_id":{"type":"array","items":{"type":"string","x-auditable":true}},"insight_class":{"type":"array","items":{"type":"string","x-auditable":true}},"limit":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"logo_tag":{"type":"array","items":{"type":"string","x-auditable":true}},"megabits_per_second":{"type":"array","items":{"type":"string","x-auditable":true}},"new_health":{"type":"array","items":{"type":"string","x-auditable":true}},"new_status":{"type":"array","items":{"type":"string","x-auditable":true}},"packets_per_second":{"type":"array","items":{"type":"string","x-auditable":true}},"pool_id":{"type":"array","items":{"type":"string","x-auditable":true}},"pop_names":{"type":"array","items":{"type":"string","x-auditable":true}},"product":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"project_id":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"protocol":{"type":"array","items":{"type":"string","x-auditable":true}},"query_tag":{"type":"array","items":{"type":"string","x-auditable":true}},"requests_per_second":{"type":"array","items":{"type":"string","x-auditable":true}},"selectors":{"type":"array","items":{"type":"string","x-auditable":true}},"services":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"slo":{"type":"array","items":{"type":"string","x-auditable":true}},"status":{"type":"array","items":{"minItems":1,"type":"string","x-auditable":true}},"target_hostname":{"type":"array","items":{"type":"string","x-auditable":true}},"target_ip":{"type":"array","items":{"type":"string","x-auditable":true}},"target_zone_name":{"type":"array","items":{"type":"string","x-auditable":true}},"traffic_exclusions":{"type":"array","items":{"enum":["security_events"],"maxItems":1,"type":"string","x-auditable":true}},"tunnel_id":{"type":"array","items":{"type":"string","x-auditable":true}},"tunnel_name":{"type":"array","items":{"type":"string","x-auditable":true}},"type":{"type":"array","items":{"type":"string","x-auditable":true}},"where":{"type":"array","items":{"type":"string","x-auditable":true}},"zones":{"type":"array","items":{"type":"string","x-auditable":true}}}},"aaa_mechanisms":{"type":"object","properties":{"email":{"type":"array","items":{"properties":{"id":{"type":"string","x-auditable":true}},"type":"object"}},"pagerduty":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/aaa_uuid"}},"type":"object"}},"webhooks":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/aaa_uuid"}},"type":"object"}}}},"aaa_schemas-name":{"type":"string","x-auditable":true},"aaa_policy-id":{"type":"string","maxLength":32,"x-auditable":true},"aaa_single_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/aaa_policies"}}}]},"aaa_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result_info":{"$ref":"#/components/schemas/aaa_result_info-2"}}}]},"aaa_unsubscribe_email_single_response":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/aaa_unsubscribe_email"}}}]},"aaa_silences_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_silence"}}}}]},"aaa_silence_update_request":{"type":"object","properties":{"end_time":{"type":"string","x-auditable":true},"id":{"$ref":"#/components/schemas/aaa_silence-id"},"start_time":{"type":"string","x-auditable":true}}},"aaa_silence_create_request":{"type":"object","properties":{"end_time":{"type":"string","x-auditable":true},"policy_id":{"$ref":"#/components/schemas/aaa_policy-id"},"start_time":{"type":"string","x-auditable":true}}},"aaa_silence-id":{"type":"string","maxLength":32,"x-auditable":true},"aaa_silence_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"},{"properties":{"result":{"$ref":"#/components/schemas/aaa_silence"}}}]},"art_DataSecurityContentFindingsTopNQuery":{"type":"object","properties":{"filters":{"type":"array","items":{"$ref":"#/components/schemas/art_Filter"}},"from":{"type":"string","format":"date-time"},"n":{"type":"integer","format":"int64","minimum":1},"to":{"type":"string","format":"date-time"}},"required":["from","to","n","filters"]},"art_TopNResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"art_DataSecurityFindingsSummaryQuery":{"type":"object","properties":{"filters":{"type":"array","items":{"$ref":"#/components/schemas/art_Filter"}},"from":{"type":"string","format":"date-time"},"to":{"type":"string","format":"date-time"}},"required":["from","to","filters"]},"art_SummaryResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"$ref":"#/components/schemas/art_SummaryResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"art_DataSecurityFindingsTimeseriesQuery":{"type":"object","properties":{"filters":{"type":"array","items":{"$ref":"#/components/schemas/art_Filter"}},"from":{"type":"string","format":"date-time"},"to":{"type":"string","format":"date-time"}},"required":["from","to","filters"]},"art_DataSecurityFindingsTimeseriesResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"$ref":"#/components/schemas/art_DataSecurityFindingsTimeseriesResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"art_QuerySummary":{"allOf":[{"$ref":"#/components/schemas/art_CommonQuery"}]},"art_QueryTimeseries":{"allOf":[{"$ref":"#/components/schemas/art_CommonQuery"},{"properties":{"resolution":{"type":"string"}},"required":["resolution"],"type":"object"}]},"art_TimeseriesResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"$ref":"#/components/schemas/art_TimeseriesResult"},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"art_QueryTopN":{"allOf":[{"$ref":"#/components/schemas/art_CommonQuery"},{"properties":{"n":{"type":"integer","format":"int64","minimum":1},"orderBy":{"type":"string"}},"required":["n","orderBy"],"type":"object"}]},"aaa_identifier":{"type":"string","maxLength":32,"readOnly":true},"aaa_audit_logs_response_collection":{"oneOf":[{"properties":{"errors":{"$ref":"#/components/schemas/aaa_messages"},"messages":{"$ref":"#/components/schemas/aaa_messages"},"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs"}},"success":{"type":"boolean"}}},{"$ref":"#/components/schemas/aaa_api-response-common"}]},"aaa_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/aaa_messages"}],"minLength":1},"messages":{"$ref":"#/components/schemas/aaa_messages"},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"dos_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dos_asn":{"type":"integer"},"dos_timestamp":{"type":"string","format":"date-time","x-auditable":true},"dos_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dos_messages"},"messages":{"$ref":"#/components/schemas/dos_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dos_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dos_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dos_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"brand-protection-api_LogoMatch":{"type":"object","properties":{"matches":{"type":"array","items":{"additionalProperties":{},"type":"object"}},"total":{"type":"integer"}}},"brand-protection-api_ImageFile":{"type":"object","properties":{"image":{"type":"string","format":"binary"}}},"brand-protection-api_Logo":{"type":"object","properties":{"id":{"type":"integer"},"tag":{"type":"string"},"upload_path":{"type":"string"}}},"brand-protection-api_QueryMatch":{"type":"object","properties":{"matches":{"type":"array","items":{"additionalProperties":{},"type":"object"}},"total":{"type":"integer"}}},"brand-protection-api_Query":{"type":"object","properties":{"max_time":{"type":"string","format":"date-time","nullable":true},"min_time":{"type":"string","format":"date-time","nullable":true},"scan":{"type":"boolean"},"string_matches":{},"tag":{"type":"string"}}},"brand-protection-api_QueryBulk":{"type":"object","properties":{"queries":{"type":"array","items":{"additionalProperties":{},"type":"object"}}}},"brand-protection-api_URLSubmit":{"type":"object","properties":{"skipped_urls":{"type":"array","items":{"additionalProperties":{},"type":"object"}},"submitted_urls":{"type":"array","items":{"additionalProperties":{},"type":"object"}}}},"brand-protection-api_URLInfo":{"type":"object","properties":{"result":{"type":"array","items":{"additionalProperties":{},"type":"object"}}}},"brapi_SerializedAXNode":{"type":"object","properties":{"autocomplete":{"type":"string"},"checked":{"oneOf":[{"type":"boolean"},{"enum":["mixed"],"type":"string"}]},"children":{"type":"array","items":{"$ref":"#/components/schemas/brapi_SerializedAXNode"}},"disabled":{"type":"boolean"},"expanded":{"type":"boolean"},"focused":{"type":"boolean"},"haspopup":{"type":"string"},"invalid":{"type":"string"},"keyshortcuts":{"type":"string"},"level":{"type":"number"},"modal":{"type":"boolean"},"multiline":{"type":"boolean"},"multiselectable":{"type":"boolean"},"name":{"type":"string"},"orientation":{"type":"string"},"pressed":{"oneOf":[{"type":"boolean"},{"enum":["mixed"],"type":"string"}]},"readonly":{"type":"boolean"},"required":{"type":"boolean"},"role":{"type":"string"},"roledescription":{"type":"string"},"selected":{"type":"boolean"},"value":{"oneOf":[{"type":"string"},{"type":"number"}]},"valuemax":{"type":"number"},"valuemin":{"type":"number"},"valuetext":{"type":"string"}},"required":["role"]},"builds_APIResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","nullable":true},"result_info":{"$ref":"#/components/schemas/builds_PaginationInfo"},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"builds_GetAccountLimitResponse":{"type":"object","properties":{"build_minutes_refresh_on":{"type":"string","format":"date-time","nullable":true},"has_reached_build_minutes_limit":{"type":"boolean","nullable":true}}},"builds_version_ids":{"type":"string"},"builds_BuildsByVersionResponse":{"type":"object","properties":{"builds":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/builds_BuildResponse"}}}},"builds_external_script_ids":{"type":"string"},"builds_LatestBuildsResponse":{"type":"object","properties":{"builds":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/builds_BuildResponse"}}}},"builds_BuildResponse":{"type":"object","properties":{"build_outcome":{"$ref":"#/components/schemas/builds_BuildOutcome"},"build_trigger_metadata":{"$ref":"#/components/schemas/builds_BuildTriggerMetadataResponse"},"build_uuid":{"$ref":"#/components/schemas/builds_build_uuid"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"initializing_on":{"type":"string","format":"date-time","nullable":true},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"},"pull_request":{"type":"object","nullable":true,"properties":{"created_on":{"$ref":"#/components/schemas/builds_created_on"},"pull_request_url":{"type":"string","format":"uri"}}},"running_on":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/builds_BuildStatus"},"stopped_on":{"$ref":"#/components/schemas/builds_stopped_on"},"trigger":{"type":"object","properties":{"branch_excludes":{"$ref":"#/components/schemas/builds_branch_excludes"},"branch_includes":{"$ref":"#/components/schemas/builds_branch_includes"},"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deleted_on":{"$ref":"#/components/schemas/builds_deleted_on"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"repo_connection":{"$ref":"#/components/schemas/builds_UpsertRepoConnectionResponse"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"},"trigger_name":{"$ref":"#/components/schemas/builds_trigger_name"},"trigger_uuid":{"$ref":"#/components/schemas/builds_trigger_uuid"}}}}},"builds_CanceledBuildResponse":{"type":"object","properties":{"build_outcome":{"$ref":"#/components/schemas/builds_BuildOutcome"},"build_uuid":{"$ref":"#/components/schemas/builds_build_uuid"},"stopped_on":{"$ref":"#/components/schemas/builds_stopped_on"}}},"builds_cursor":{"type":"string"},"builds_BuildLogsResponse":{"type":"object","properties":{"cursor":{"$ref":"#/components/schemas/builds_cursor"},"lines":{"type":"array","items":{"items":{"anyOf":[{"type":"number"},{"type":"string"}]},"maxItems":2,"minItems":2,"type":"array"}},"truncated":{"type":"boolean"}}},"builds_UpsertRepoConnectionRequest":{"type":"object","properties":{"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}},"required":["repo_id","repo_name","provider_type","provider_account_id","provider_account_name"]},"builds_UpsertRepoConnectionResponse":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deleted_on":{"$ref":"#/components/schemas/builds_deleted_on"},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"},"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repo_connection_uuid":{"$ref":"#/components/schemas/builds_repo_connection_uuid"},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}}},"builds_SCMProviderType":{"type":"string","enum":["github","gitlab","gitlab_internal"]},"builds_provider_account_id":{"type":"string"},"builds_repo_id":{"type":"string"},"builds_branch":{"type":"string"},"builds_root_directory":{"type":"string"},"builds_ConfigAutofillResponse":{"type":"object","properties":{"config_file":{"type":"string","nullable":true},"default_worker_name":{"type":"string","nullable":true},"env_worker_names":{"type":"object","additionalProperties":{"type":"string"},"nullable":true},"package_manager":{"type":"string","allOf":[{"$ref":"#/components/schemas/builds_PackageManager"}],"nullable":true},"scripts":{"type":"object","additionalProperties":{"type":"string"},"nullable":true}}},"builds_ListTokensResponse":{"type":"object","properties":{"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"cloudflare_token_id":{"$ref":"#/components/schemas/builds_cloudflare_token_id"},"owner_type":{"$ref":"#/components/schemas/builds_owner_type"}}},"builds_PaginationInfo":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}}},"builds_CreateBuildTokenRequest":{"type":"object","properties":{"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_secret":{"type":"string"},"cloudflare_token_id":{"$ref":"#/components/schemas/builds_cloudflare_token_id"}},"required":["build_token_name","build_token_secret","cloudflare_token_id"]},"builds_CreateBuildTokenResponse":{"type":"object","properties":{"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"cloudflare_token_id":{"$ref":"#/components/schemas/builds_cloudflare_token_id"},"owner_type":{"$ref":"#/components/schemas/builds_owner_type"}}},"builds_build_token_uuid":{"type":"string","format":"uuid"},"builds_CreateTriggerRequest":{"type":"object","properties":{"branch_excludes":{"$ref":"#/components/schemas/builds_branch_excludes"},"branch_includes":{"$ref":"#/components/schemas/builds_branch_includes"},"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"repo_connection_uuid":{"$ref":"#/components/schemas/builds_repo_connection_uuid"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"},"trigger_name":{"$ref":"#/components/schemas/builds_trigger_name"}},"required":["external_script_id","build_token_uuid","trigger_name","build_command","deploy_command","root_directory","branch_includes","branch_excludes","path_includes","path_excludes","repo_connection_uuid"]},"builds_TriggerResponse":{"type":"object","properties":{"branch_excludes":{"$ref":"#/components/schemas/builds_branch_excludes"},"branch_includes":{"$ref":"#/components/schemas/builds_branch_includes"},"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deleted_on":{"$ref":"#/components/schemas/builds_deleted_on"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"repo_connection":{"$ref":"#/components/schemas/builds_UpsertRepoConnectionResponse"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"},"trigger_name":{"$ref":"#/components/schemas/builds_trigger_name"},"trigger_uuid":{"$ref":"#/components/schemas/builds_trigger_uuid"}}},"builds_UpdateTriggerRequest":{"type":"object","properties":{"branch_excludes":{"$ref":"#/components/schemas/builds_branch_excludes"},"branch_includes":{"$ref":"#/components/schemas/builds_branch_includes"},"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"},"trigger_name":{"$ref":"#/components/schemas/builds_trigger_name"}}},"builds_CreateBuildRequest":{"type":"object","properties":{"branch":{"allOf":[{"$ref":"#/components/schemas/builds_branch"}]},"commit_hash":{"allOf":[{"$ref":"#/components/schemas/builds_commit_hash"}]},"seed_repo":{"$ref":"#/components/schemas/builds_BuildSeedRepoInput"}},"anyOf":[{"required":["commit_hash"]},{"required":["branch"]}]},"builds_InsertBuildResponse":{"type":"object","properties":{"build_uuid":{"$ref":"#/components/schemas/builds_build_uuid"},"created_on":{"$ref":"#/components/schemas/builds_created_on"}}},"builds_EnvironmentVariablesResponse":{"type":"object","additionalProperties":{"properties":{"created_on":{"$ref":"#/components/schemas/builds_created_on"},"is_secret":{"$ref":"#/components/schemas/builds_is_secret"},"value":{"type":"string","nullable":true}},"required":["is_secret","created_on"],"type":"object"}},"builds_EnvironmentVariablesRequest":{"type":"object","additionalProperties":{"properties":{"is_secret":{"$ref":"#/components/schemas/builds_is_secret"},"value":{"type":"string","nullable":true}},"required":["is_secret"],"type":"object"}},"builds_environment_variable_key":{"type":"string"},"builds_CreateWorkerRequest":{"type":"object","properties":{"git_repository":{"$ref":"#/components/schemas/builds_CreateWorkerGitRepositoryInput"},"production_settings":{"$ref":"#/components/schemas/builds_CreateWorkerBuildSettingsInput"},"script_tag":{"$ref":"#/components/schemas/builds_external_script_id"}},"required":["script_tag","git_repository","production_settings"]},"builds_WorkerResponse":{"type":"object","properties":{"git_repository":{"$ref":"#/components/schemas/builds_WorkerGitRepository"},"production_settings":{"$ref":"#/components/schemas/builds_WorkerBuildSettings"},"script_tag":{"$ref":"#/components/schemas/builds_external_script_id"}}},"builds_external_script_id":{"type":"string"},"builds_DetailedDeployHookResponse":{"type":"object","properties":{"branch":{"$ref":"#/components/schemas/builds_branch"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deploy_hook_name":{"$ref":"#/components/schemas/builds_deploy_hook_name"},"deploy_hook_uuid":{"$ref":"#/components/schemas/builds_deploy_hook_uuid"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"latest_build":{"type":"object","nullable":true,"properties":{"created_on":{"$ref":"#/components/schemas/builds_created_on"}}},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"}}},"builds_CreateDeployHookRequest":{"type":"object","properties":{"branch":{"$ref":"#/components/schemas/builds_branch"},"deploy_hook_name":{"$ref":"#/components/schemas/builds_deploy_hook_name"}},"required":["deploy_hook_name","branch"]},"builds_DeployHookResponse":{"type":"object","properties":{"branch":{"$ref":"#/components/schemas/builds_branch"},"created_on":{"$ref":"#/components/schemas/builds_created_on"},"deploy_hook_name":{"$ref":"#/components/schemas/builds_deploy_hook_name"},"deploy_hook_uuid":{"$ref":"#/components/schemas/builds_deploy_hook_uuid"},"external_script_id":{"$ref":"#/components/schemas/builds_external_script_id"},"modified_on":{"$ref":"#/components/schemas/builds_modified_on"}}},"builds_UpdateWorkerRequest":{"type":"object","properties":{"git_repository":{"type":"object","minProperties":1,"properties":{"branch":{"type":"string","maxLength":256,"minLength":1}}},"production_settings":{"$ref":"#/components/schemas/builds_UpdateWorkerBuildSettingsInput"}},"minProperties":1},"calls_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"calls_app_response_collection":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/calls_app"}}}}]},"calls_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/calls_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/calls_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"calls_app_editable_fields":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/calls_name"}}},"calls_app_response_single_with_secret":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/calls_app_with_secret"}}}]},"calls_identifier":{"type":"string","maxLength":32,"minLength":32,"x-auditable":true},"calls_app_response_single":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/calls_app"}}}]},"calls_turn_key_collection":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/calls_turn_key_object"}}}}]},"calls_turn_key_editable_fields":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/calls_turn_key_name"}}},"calls_turn_key_single_with_secret":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/calls_turn_key_with_key"}}}]},"calls_turn_key_response_single":{"allOf":[{"$ref":"#/components/schemas/calls_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/calls_turn_key_object"}}}]},"tunnel_account_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"tunnel_tunnel_name":{"type":"string"},"tunnel_existed_at":{"type":"string","format":"url-encoded-date-time"},"tunnel_tunnel_id":{"type":"string","format":"uuid","maxLength":36,"readOnly":true,"x-auditable":true},"tunnel_status":{"type":"string","enum":["inactive","degraded","healthy","down"]},"tunnel_per_page":{"type":"number","maximum":1000,"minimum":1},"tunnel_page_number":{"type":"number","default":1,"minimum":1},"tunnel_cfd-tunnel-response-collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_cfd_tunnel"}}},"type":"object"}]},"tunnel_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/tunnel_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/tunnel_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tunnel_config_src":{"type":"string","default":"local","enum":["local","cloudflare"]},"tunnel_tunnel_secret":{"type":"string","x-sensitive":true},"tunnel_cfd-tunnel-response-single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_cfd_tunnel"}},"type":"object"}]},"tunnel_identifier":{"type":"string","maxLength":32,"x-auditable":true},"tunnel_tunnel_id-2":{"type":"string","format":"uuid","maxLength":36,"readOnly":true},"tunnel_configuration_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-single-2"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_configuration"}}}]},"tunnel_api-response-common-failure-2":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/tunnel_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/tunnel_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tunnel_config":{"type":"object","properties":{"ingress":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_ingressRule"},"minItems":1},"originRequest":{"$ref":"#/components/schemas/tunnel_originRequest"},"warp-routing":{"type":"object","deprecated":true,"properties":{"enabled":{"type":"boolean"}},"readOnly":true,"x-stainless-deprecation-message":"This field is ignored by cloudflared since version 2023.10.0.","x-stainless-skip":true}}},"tunnel_tunnel_connections_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_tunnel_client"}}},"type":"object"}]},"tunnel_client_id":{"type":"string","format":"uuid","maxLength":36,"readOnly":true,"x-auditable":true},"tunnel_empty_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true}},"type":"object"}]},"tunnel_tunnel_client_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_tunnel_client"}},"type":"object"}]},"tunnel_management-resources":{"type":"string","enum":["logs"]},"tunnel_tunnel_response_token":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_tunnel_token"}},"type":"object"}]},"turnstile_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"turnstile_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/turnstile_messages"},"messages":{"$ref":"#/components/schemas/turnstile_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"turnstile_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["page","per_page","count","total_count"]},"turnstile_widget_list":{"type":"object","properties":{"bot_fight_mode":{"$ref":"#/components/schemas/turnstile_bot_fight_mode"},"clearance_level":{"$ref":"#/components/schemas/turnstile_clearance_level"},"created_on":{"$ref":"#/components/schemas/turnstile_created_on"},"deployed_via":{"$ref":"#/components/schemas/turnstile_deployed_via"},"domains":{"$ref":"#/components/schemas/turnstile_domains"},"ephemeral_id":{"$ref":"#/components/schemas/turnstile_ephemeral_id"},"last_modified_via":{"$ref":"#/components/schemas/turnstile_last_modified_via"},"mode":{"$ref":"#/components/schemas/turnstile_widget_mode"},"modified_on":{"$ref":"#/components/schemas/turnstile_modified_on"},"name":{"$ref":"#/components/schemas/turnstile_name"},"offlabel":{"$ref":"#/components/schemas/turnstile_offlabel"},"region":{"$ref":"#/components/schemas/turnstile_region"},"sitekey":{"$ref":"#/components/schemas/turnstile_sitekey"}},"required":["sitekey","created_on","modified_on","name","domains","mode","region","bot_fight_mode","offlabel","clearance_level","ephemeral_id"]},"turnstile_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/turnstile_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/turnstile_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"turnstile_bot_fight_mode":{"type":"boolean","x-auditable":true},"turnstile_clearance_level":{"type":"string","enum":["no_clearance","jschallenge","managed","interactive"],"x-auditable":true},"turnstile_domains":{"type":"array","items":{"type":"string","x-auditable":true},"maxLength":10},"turnstile_ephemeral_id":{"type":"boolean","x-auditable":true},"turnstile_widget_mode":{"type":"string","enum":["non-interactive","invisible","managed"],"x-auditable":true},"turnstile_name":{"type":"string","maxLength":254,"minLength":1,"x-auditable":true},"turnstile_offlabel":{"type":"boolean","x-auditable":true},"turnstile_region":{"type":"string","default":"world","enum":["world","china"],"x-auditable":true},"turnstile_widget_detail":{"type":"object","properties":{"bot_fight_mode":{"$ref":"#/components/schemas/turnstile_bot_fight_mode"},"clearance_level":{"$ref":"#/components/schemas/turnstile_clearance_level"},"created_on":{"$ref":"#/components/schemas/turnstile_created_on"},"deployed_via":{"$ref":"#/components/schemas/turnstile_deployed_via"},"domains":{"$ref":"#/components/schemas/turnstile_domains"},"ephemeral_id":{"$ref":"#/components/schemas/turnstile_ephemeral_id"},"last_modified_via":{"$ref":"#/components/schemas/turnstile_last_modified_via"},"mode":{"$ref":"#/components/schemas/turnstile_widget_mode"},"modified_on":{"$ref":"#/components/schemas/turnstile_modified_on"},"name":{"$ref":"#/components/schemas/turnstile_name"},"offlabel":{"$ref":"#/components/schemas/turnstile_offlabel"},"region":{"$ref":"#/components/schemas/turnstile_region"},"secret":{"$ref":"#/components/schemas/turnstile_secret"},"sitekey":{"$ref":"#/components/schemas/turnstile_sitekey"}},"required":["sitekey","secret","created_on","modified_on","name","domains","mode","region","bot_fight_mode","offlabel","clearance_level","ephemeral_id"]},"turnstile_sitekey":{"type":"string","maxLength":32,"x-auditable":true},"turnstile_invalidate_immediately":{"type":"boolean","default":false,"x-auditable":true},"cloudforce-one-requests_identifier":{"type":"string","maxLength":32},"cloudforce-one-requests_request-list":{"type":"object","properties":{"completed_after":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"completed_before":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"created_after":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"created_before":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"page":{"type":"integer"},"per_page":{"type":"integer"},"request_type":{"$ref":"#/components/schemas/cloudforce-one-requests_request-type"},"sort_by":{"type":"string"},"sort_order":{"type":"string","enum":["asc","desc"]},"status":{"$ref":"#/components/schemas/cloudforce-one-requests_request-status"}},"required":["page","per_page"],"title":"Request List Parameters"},"cloudforce-one-requests_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cloudforce-one-requests_messages"},"messages":{"$ref":"#/components/schemas/cloudforce-one-requests_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cloudforce-one-requests_request-list-item":{"type":"object","properties":{"completed":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"created":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"id":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"},"message_tokens":{"type":"integer","x-auditable":true},"priority":{"$ref":"#/components/schemas/cloudforce-one-requests_priority"},"readable_id":{"$ref":"#/components/schemas/cloudforce-one-requests_request-readable-id"},"request":{"$ref":"#/components/schemas/cloudforce-one-requests_request-type"},"status":{"$ref":"#/components/schemas/cloudforce-one-requests_request-status"},"summary":{"$ref":"#/components/schemas/cloudforce-one-requests_request-summary"},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"},"tokens":{"type":"integer","x-auditable":true},"updated":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]}},"required":["id","created","updated","priority","request","summary","tlp"],"title":"Request List Item"},"cloudforce-one-requests_api-response-common-failure":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_api-response-common"},{"properties":{"errors":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"success":{"type":"boolean"}},"type":"object"}]},"cloudforce-one-requests_request-constants":{"type":"object","properties":{"priority":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_priority"}},"status":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_request-status"}},"tlp":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"}}},"title":"Request Constants"},"cloudforce-one-requests_request-edit":{"type":"object","properties":{"content":{"$ref":"#/components/schemas/cloudforce-one-requests_request-content"},"priority":{"type":"string","x-auditable":true},"request_type":{"$ref":"#/components/schemas/cloudforce-one-requests_request-type"},"summary":{"$ref":"#/components/schemas/cloudforce-one-requests_request-summary"},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"}},"title":"Request Editable Parameters"},"cloudforce-one-requests_request-item":{"type":"object","properties":{"completed":{"$ref":"#/components/schemas/cloudforce-one-requests_time"},"content":{"$ref":"#/components/schemas/cloudforce-one-requests_request-content"},"created":{"$ref":"#/components/schemas/cloudforce-one-requests_time"},"id":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"},"message_tokens":{"type":"integer","x-auditable":true},"priority":{"$ref":"#/components/schemas/cloudforce-one-requests_time"},"readable_id":{"$ref":"#/components/schemas/cloudforce-one-requests_request-readable-id"},"request":{"$ref":"#/components/schemas/cloudforce-one-requests_request-type"},"status":{"$ref":"#/components/schemas/cloudforce-one-requests_request-status"},"summary":{"$ref":"#/components/schemas/cloudforce-one-requests_request-summary"},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"},"tokens":{"type":"integer","x-auditable":true},"updated":{"$ref":"#/components/schemas/cloudforce-one-requests_time"}},"required":["id","created","updated","content","priority","request","summary","tlp"],"title":"Request Item"},"cloudforce-one-requests_priority-list":{"type":"object","properties":{"page":{"type":"integer"},"per_page":{"type":"integer"}},"required":["page","per_page"],"title":"Priority List Parameters"},"cloudforce-one-requests_priority-item":{"type":"object","properties":{"created":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"id":{"$ref":"#/components/schemas/cloudforce-one-requests_uuid"},"labels":{"$ref":"#/components/schemas/cloudforce-one-requests_labels"},"priority":{"type":"integer","x-auditable":true},"requirement":{"type":"string","x-auditable":true},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"},"updated":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]}},"required":["id","created","updated","labels","priority","requirement","tlp"],"title":"Priority Item"},"cloudforce-one-requests_priority-edit":{"type":"object","properties":{"labels":{"$ref":"#/components/schemas/cloudforce-one-requests_labels"},"priority":{"type":"integer","x-auditable":true},"requirement":{"type":"string","x-auditable":true},"tlp":{"$ref":"#/components/schemas/cloudforce-one-requests_tlp"}},"required":["labels","priority","requirement","tlp"],"title":"Priority Editable Attributes"},"cloudforce-one-requests_quota":{"type":"object","properties":{"anniversary_date":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"quarter_anniversary_date":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"quota":{"type":"integer","x-auditable":true},"remaining":{"type":"integer","x-auditable":true}},"title":"Quota"},"cloudforce-one-requests_uuid":{"type":"string","maxLength":36},"cloudforce-one-requests_request-types":{"type":"array","items":{"type":"string","x-auditable":true},"title":"Request Types"},"cloudforce-one-requests_request-asset-list":{"type":"object","properties":{"page":{"type":"integer"},"per_page":{"type":"integer"}},"required":["page","per_page"],"title":"Request Asset List Parameters"},"cloudforce-one-requests_request-asset-item":{"type":"object","properties":{"created":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"file_type":{"type":"string","x-auditable":true},"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["id","name"],"title":"Request Asset Item"},"cloudforce-one-requests_request-asset-edit":{"type":"object","properties":{"source":{"$ref":"#/components/schemas/cloudforce-one-requests_asset-content"}},"title":"Request Asset Editable Attributes"},"cloudforce-one-requests_request-message-list":{"type":"object","properties":{"after":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"before":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"page":{"type":"integer"},"per_page":{"type":"integer"},"sort_by":{"type":"string"},"sort_order":{"type":"string","enum":["asc","desc"]}},"required":["page","per_page"],"title":"Request Message List Parameters"},"cloudforce-one-requests_request-message-item":{"type":"object","properties":{"author":{"type":"string","x-auditable":true},"content":{"$ref":"#/components/schemas/cloudforce-one-requests_message-content"},"created":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]},"id":{"type":"integer","x-auditable":true},"is_follow_on_request":{"type":"boolean","x-auditable":true},"updated":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-requests_time"}]}},"required":["id","updated","content","author","is_follow_on_request"],"title":"Request Message Item"},"cloudforce-one-requests_request-message-edit":{"type":"object","properties":{"content":{"$ref":"#/components/schemas/cloudforce-one-requests_message-content"}},"title":"Request Message Editable Attributes"},"cloudforce-one-port-scan-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_messages"},"messages":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cloudforce-one-port-scan-api_scan-config":{"type":"object","properties":{"account_id":{"type":"string"},"frequency":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_frequency"},"id":{"type":"string"},"ips":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ips"},"ports":{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_ports"}},"required":["id","account_id","ips","frequency","ports"],"title":"Config"},"cloudforce-one-port-scan-api_api-response-common-failure":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-port-scan-api_api-response-common"},{"properties":{"errors":{"type":"object"},"success":{"type":"boolean"}}}]},"cloudforce-one-port-scan-api_frequency":{"type":"number","title":"Frequency"},"cloudforce-one-port-scan-api_ips":{"type":"array","items":{"type":"string"},"title":"IP List"},"cloudforce-one-port-scan-api_ports":{"type":"array","items":{"type":"string"},"title":"Port List"},"cloudforce-one-port-scan-api_port":{"type":"object","properties":{"number":{"type":"number"},"proto":{"type":"string"},"status":{"type":"string"}},"required":["account_id","ips","frequency"],"title":"Port"},"nsc_AccountTag":{"type":"string"},"nsc_CniList":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/nsc_Cni"}},"next":{"type":"integer","format":"int32","nullable":true}},"required":["items"]},"nsc_CniCreate":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/nsc_AccountTag"},"bgp":{"$ref":"#/components/schemas/nsc_BgpControl"},"interconnect":{"type":"string"},"magic":{"$ref":"#/components/schemas/nsc_MagicSettings"}},"required":["interconnect","account","magic"]},"nsc_Cni":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/nsc_AccountTag"},"bgp":{"$ref":"#/components/schemas/nsc_BgpControl"},"bgp_mode":{"$ref":"#/components/schemas/nsc_BgpMode"},"cust_ip":{"type":"string","format":"A.B.C.D/N"},"id":{"type":"string","format":"uuid"},"interconnect":{"type":"string"},"magic":{"$ref":"#/components/schemas/nsc_MagicSettings"},"p2p_ip":{"type":"string","format":"A.B.C.D/N"}},"required":["id","interconnect","account","p2p_ip","cust_ip","magic"]},"nsc_InterconnectList":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/nsc_Interconnect"}},"next":{"type":"integer","format":"int32","nullable":true}},"required":["items"]},"nsc_InterconnectCreate":{"type":"object","discriminator":{"mapping":{"direct":"#/components/schemas/nsc_InterconnectCreate_Physical_Body","gcp_partner":"#/components/schemas/nsc_InterconnectCreate_GcpPartner_Body"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/nsc_InterconnectCreate_Physical_Body"},{"$ref":"#/components/schemas/nsc_InterconnectCreate_GcpPartner_Body"}]},"nsc_Interconnect":{"type":"object","discriminator":{"mapping":{"direct":"#/components/schemas/nsc_Interconnect_Physical_Body","gcp_partner":"#/components/schemas/nsc_Interconnect_GcpPartner_Body"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/nsc_Interconnect_Physical_Body"},{"$ref":"#/components/schemas/nsc_Interconnect_GcpPartner_Body"}]},"nsc_DefaultNameResponse":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"nsc_StatusInfo":{"type":"object","discriminator":{"propertyName":"state"},"oneOf":[{"properties":{"state":{"type":"string","enum":["Pending"]}},"required":["state"],"type":"object"},{"properties":{"reason":{"type":"string","nullable":true},"state":{"type":"string","enum":["Down"]}},"required":["state"],"type":"object"},{"properties":{"reason":{"type":"string","nullable":true},"state":{"type":"string","enum":["Unhealthy"]}},"required":["state"],"type":"object"},{"properties":{"state":{"type":"string","enum":["Healthy"]}},"required":["state"],"type":"object"}]},"nsc_Settings":{"type":"object","properties":{"default_asn":{"type":"integer","format":"int32","minimum":0}},"required":["default_asn"]},"nsc_SettingsRequest":{"type":"object","properties":{"default_asn":{"type":"integer","format":"int32","minimum":0,"nullable":true}}},"nsc_SlotList":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/nsc_SlotInfo"}},"next":{"type":"integer","format":"int32","nullable":true}},"required":["items"]},"nsc_SlotInfo":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/nsc_AccountTag"},"ccr_device_name":{"type":"string","nullable":true},"facility":{"$ref":"#/components/schemas/nsc_FacilityInfo"},"id":{"type":"string","format":"uuid"},"occupied":{"type":"boolean"},"site":{"type":"string"},"speed":{"type":"string"}},"required":["id","occupied","site","speed","facility"]},"cc_ApplicationID":{"type":"string"},"cc_V4BaseResponse":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cc_Messages"},"messages":{"$ref":"#/components/schemas/cc_Messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"cc_Application":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/cc_AccountID"},"active_rollout_id":{"$ref":"#/components/schemas/cc_RolloutID"},"configuration":{"$ref":"#/components/schemas/cc_UserDeploymentConfiguration"},"constraints":{"$ref":"#/components/schemas/cc_ApplicationConstraints"},"created_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"durable_objects":{"$ref":"#/components/schemas/cc_ApplicationDurableObjectsConfiguration"},"health":{"$ref":"#/components/schemas/cc_ApplicationHealth"},"id":{"$ref":"#/components/schemas/cc_ApplicationID"},"instances":{"type":"integer"},"max_instances":{"type":"integer"},"name":{"$ref":"#/components/schemas/cc_ApplicationName"},"observability":{"$ref":"#/components/schemas/cc_ApplicationObservability"},"rollout_active_grace_period":{"$ref":"#/components/schemas/cc_ApplicationRolloutActiveGracePeriod"},"scheduling_policy":{"$ref":"#/components/schemas/cc_SchedulingPolicy"},"updated_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"version":{"type":"integer"}},"required":["id","created_at","updated_at","account_id","name","version","scheduling_policy","instances","configuration"]},"cc_V4BaseErrorResponse":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cc_Messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cc_Messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"cc_ContainersDeleteApplicationResponseBody":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]},"cc_ContainersModifyApplicationRequestBody":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/cc_ContainersModifyApplicationConfiguration"},"constraints":{"$ref":"#/components/schemas/cc_ApplicationConstraints"},"instances":{"type":"integer","minimum":0},"max_instances":{"type":"integer","minimum":0},"observability":{"$ref":"#/components/schemas/cc_ApplicationObservability"},"rollout_active_grace_period":{"$ref":"#/components/schemas/cc_ApplicationRolloutActiveGracePeriod"}}},"cc_ApplicationVersion":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/cc_ModifyUserDeploymentConfiguration"},"percentage":{"type":"integer"},"version":{"type":"integer"}},"required":["configuration","percentage","version"]},"cc_InstanceID":{"type":"string"},"cc_WranglerSSHResponse":{"type":"object","properties":{"token":{"type":"string"},"url":{"type":"string"}},"required":["url","token"]},"cc_CustomerImageRegistry":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"domain":{"$ref":"#/components/schemas/cc_Domain"},"kind":{"oneOf":[{"$ref":"#/components/schemas/cc_ExternalRegistryKind"},{"$ref":"#/components/schemas/cc_DefaultImageRegistryKind"}]},"private_credential":{"$ref":"#/components/schemas/cc_SecretsStoreRef"},"public_key":{"type":"string"}},"required":["domain","created_at"]},"cc_ContainersCreateImageRegistryRequestBody":{"type":"object","properties":{"auth":{"$ref":"#/components/schemas/cc_ImageRegistryAuth"},"domain":{"$ref":"#/components/schemas/cc_Domain"},"is_public":{"type":"boolean","enum":[false]},"kind":{"$ref":"#/components/schemas/cc_ExternalRegistryKind"}},"required":["domain","auth","kind"]},"cc_ContainersDeleteImageRegistryResponseBody":{"type":"object","properties":{"domain":{"$ref":"#/components/schemas/cc_Domain"},"secrets_store_ref":{"type":"string"}},"required":["domain"]},"tls-certificates-and-hostnames_identifier":{"type":"string","maxLength":32,"x-auditable":true},"tls-certificates-and-hostnames_custom_csr_response_collection-2":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr-2"}}},"type":"object"}]},"tls-certificates-and-hostnames_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tls-certificates-and-hostnames_custom_csr_create_request-2":{"type":"object","properties":{"common_name":{"type":"string","maxLength":64},"country":{"type":"string"},"key_type":{"type":"string","default":"rsa2048","enum":["rsa2048","p256v1"]},"locality":{"type":"string"},"name":{"type":"string"},"organization":{"type":"string"},"organizational_unit":{"type":"string"},"sans":{"type":"array","items":{"maxLength":256,"type":"string"},"maxItems":150,"minItems":1},"state":{"type":"string"}},"required":["country","state","locality","organization","common_name","sans"]},"tls-certificates-and-hostnames_custom_csr_response_single-2":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr-2"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_csr_identifier":{"type":"string","maxLength":36,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_custom_csr_response_id_only":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"}}}},"type":"object"}]},"dns-custom-nameservers_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"dns-custom-nameservers_acns_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dns-custom-nameservers_CustomNS"}}},"type":"object"}]},"dns-custom-nameservers_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-custom-nameservers_CustomNSInput":{"type":"object","properties":{"ns_name":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_name"},"ns_set":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_set"}},"required":["ns_name"],"title":"Custom NS Input"},"dns-custom-nameservers_acns_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-custom-nameservers_CustomNS"}},"type":"object"}]},"d1_account-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"d1_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/d1_messages"},"messages":{"$ref":"#/components/schemas/d1_messages"},"result":{"type":"object"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"d1_database-response":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/d1_created-at"},"jurisdiction":{"$ref":"#/components/schemas/d1_jurisdiction-nullable"},"name":{"$ref":"#/components/schemas/d1_database-name"},"uuid":{"$ref":"#/components/schemas/d1_database-identifier"},"version":{"$ref":"#/components/schemas/d1_database-version"}}},"d1_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/d1_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/d1_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"d1_jurisdiction":{"type":"string","enum":["eu","fedramp","us"],"x-auditable":true},"d1_database-name":{"type":"string","pattern":"^[a-zA-Z0-9][a-zA-Z0-9_-]*$","x-auditable":true},"d1_primary-location-hint":{"type":"string","enum":["wnam","enam","weur","eeur","apac","oc"],"x-auditable":true},"d1_read-replication-details-for-request":{"type":"object","properties":{"mode":{"type":"string","enum":["auto","disabled"],"x-auditable":true}},"required":["mode"],"x-stainless-terraform-configurability":"computed_optional"},"d1_database-details-response":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/d1_created-at"},"file_size":{"$ref":"#/components/schemas/d1_file-size"},"jurisdiction":{"$ref":"#/components/schemas/d1_jurisdiction-nullable"},"name":{"$ref":"#/components/schemas/d1_database-name"},"num_tables":{"$ref":"#/components/schemas/d1_table-count"},"read_replication":{"$ref":"#/components/schemas/d1_read-replication-details-for-response"},"uuid":{"$ref":"#/components/schemas/d1_database-identifier"},"version":{"$ref":"#/components/schemas/d1_database-version"}}},"d1_database-identifier":{"type":"string","readOnly":true,"x-auditable":true},"d1_database-update-request-body":{"type":"object","properties":{"read_replication":{"$ref":"#/components/schemas/d1_read-replication-details-for-request"}},"required":["read_replication"]},"d1_database-update-partial-request-body":{"type":"object","properties":{"read_replication":{"$ref":"#/components/schemas/d1_read-replication-details-for-request"}}},"d1_batch-query":{"oneOf":[{"$ref":"#/components/schemas/d1_single-query"},{"properties":{"batch":{"type":"array","items":{"$ref":"#/components/schemas/d1_single-query"}}},"required":["batch"],"title":"multiple queries","type":"object"}]},"d1_query-result-response":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/d1_query-meta"},"results":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean"}}},"d1_raw-result-response":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/d1_query-meta"},"results":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"}},"rows":{"type":"array","items":{"items":{"anyOf":[{"type":"number"},{"type":"string"},{"type":"object"}]},"type":"array"}}}},"success":{"type":"boolean"}}},"d1_time-travel-timestamp":{"type":"string","format":"date-time","x-auditable":true},"d1_time-travel-bookmark":{"type":"string","x-auditable":true},"posture-api_PaginatedContentAssetList":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_ContentAsset"}}},"type":"object"}]},"posture-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/posture-api_messages"},"messages":{"$ref":"#/components/schemas/posture-api_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"posture-api_ContentExportRequest":{"type":"object","properties":{"dlp_profile_id":{"type":"array","items":{"format":"uuid","type":"string"}},"dlp_profile_information":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_DLPProfile"}},"integration_id":{"type":"array","items":{"format":"uuid","type":"string"}},"max_affliction_date":{"type":"string","format":"date-time"},"min_affliction_date":{"type":"string","format":"date-time"},"orders":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_ContentOrder"}},"search":{"type":"string"},"vendors":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_VendorsEnum"}}},"required":["dlp_profile_information"]},"posture-api_export-job-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_ExportJob"}},"type":"object"}]},"posture-api_StatusEnum":{"type":"string","enum":["Pending","Success","Failure","Rescheduled","In-Progress"]},"posture-api_PaginatedExportJobList":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_ExportJob"}}},"type":"object"}]},"posture-api_paginated-finding-type-list":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_BaseFindingType"}}},"type":"object"}]},"posture-api_finding-type-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_BaseFindingType"}},"type":"object"}]},"posture-api_PaginatedRemediationTypeList":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationType"}}},"type":"object"}]},"posture-api_paginated-finding-list":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_Finding"}}},"type":"object"}]},"posture-api_error-response":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/posture-api_messages"},"messages":{"$ref":"#/components/schemas/posture-api_messages"},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"posture-api_FindingExportFilterRequest":{"type":"object","properties":{"ignored":{"type":"boolean"},"integration_id":{"type":"array","items":{"format":"uuid","type":"string"}},"max_affliction_date":{"type":"string","format":"date-time"},"min_affliction_date":{"type":"string","format":"date-time"},"orders":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_FindingExportOrderFilterRequest"}},"product":{"type":"string","nullable":true,"oneOf":[{"$ref":"#/components/schemas/posture-api_ProductEnum"},{"$ref":"#/components/schemas/posture-api_NullEnum"}]},"search":{"type":"string"},"severities":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_SeveritiesEnum"}},"vendors":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_VendorsEnum"}}}},"posture-api_FindingBulkActionRequest":{"type":"object","properties":{"checks":{"type":"array","items":{"maxLength":512,"minLength":1,"type":"string"}}},"required":["checks"]},"posture-api_finding-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_Finding"}},"type":"object"}]},"posture-api_paginated-finding-instance-list":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_FindingInstance"}}},"type":"object"}]},"posture-api_FindingInstanceBulkActionRequest":{"type":"object","properties":{"check_instances":{"type":"array","items":{"format":"uuid","type":"string"}}},"required":["check_instances"]},"posture-api_finding-instance-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_FindingInstance"}},"type":"object"}]},"posture-api_TuneFindingSeverityRequest":{"type":"object","properties":{"new_severity":{"type":"integer","enum":[1,2,3,4]}},"required":["new_severity"]},"posture-api_FindingInstanceExportFilterRequest":{"type":"object","properties":{"archived":{"type":"boolean"},"max_affliction_date":{"type":"string","format":"date-time"},"min_affliction_date":{"type":"string","format":"date-time"},"orders":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_FindingInstanceExportOrderFilterRequest"},"default":[]},"search":{"type":"string"}}},"posture-api_RemediationJobStatusEnum":{"type":"string","enum":["pending","processing","completed","failed","validating"]},"posture-api_RemediationJobActorTypeEnum":{"type":"string","enum":["user","account_token"]},"posture-api_PaginatedRemediationJobList":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"object"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJob"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string","nullable":true},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"}}},"success":{"type":"boolean"}},"required":["success","errors","messages","result_info","result"]},"posture-api_RemediationJobsCreateRequest":{"type":"object","properties":{"finding_instance_ids":{"type":"array","items":{"format":"uuid","type":"string"}},"remediation_type_id":{"type":"string","format":"uuid"}},"required":["finding_instance_ids","remediation_type_id"]},"posture-api_CreateRemediationJobResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"}},"messages":{"type":"array","items":{"type":"object"}},"result":{"type":"object","properties":{"created":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJob"}},"failed":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobFailure"}}},"required":["created","failed"]},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"posture-api_RemediationJobsExportFilterRequest":{"type":"object","properties":{"integration_id":{"type":"array","items":{"format":"uuid","type":"string"}},"max_updated_at":{"type":"string","format":"date-time"},"min_updated_at":{"type":"string","format":"date-time"},"orders":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobsExportOrderFilterRequest"},"default":[]},"search":{"type":"string"},"status":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobStatusEnum"}}}},"posture-api_webhook-list-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_Webhook"}}},"type":"object"}]},"posture-api_CreateWebhookRequest":{"type":"object","properties":{"authentication_type":{"type":"string","enum":["Basic Auth","None","Bearer Auth","Static Headers","HMAC-Signing"]},"destination_url":{"type":"string","format":"uri"},"headers":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookHeaderInput"}},"label":{"type":"string"},"signing_secret":{"type":"string"}},"required":["label","destination_url","authentication_type"]},"posture-api_Webhook":{"type":"object","properties":{"authentication_type":{"type":"string","enum":["Basic Auth","None","Bearer Auth","Static Headers","HMAC-Signing"]},"created_at":{"type":"string","format":"date-time"},"destination_url":{"type":"string","format":"uri"},"headers":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"type":"string","writeOnly":true}},"type":"object"}},"id":{"type":"string","format":"uuid"},"label":{"type":"string"},"status":{"type":"string","enum":["enabled","disabled"]},"updated_at":{"type":"string","format":"date-time"},"version":{"type":"integer","format":"uint32"}},"required":["id","label","destination_url","status","authentication_type","created_at","updated_at","version"]},"posture-api_EvaluateNewWebhookRequest":{"type":"object","properties":{"authentication_type":{"type":"string","enum":["Basic Auth","None","Bearer Auth","Static Headers","HMAC-Signing"]},"destination_url":{"type":"string","format":"uri"},"headers":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookHeaderInput"}},"signing_secret":{"type":"string"}},"required":["destination_url","authentication_type"]},"posture-api_EvaluateNewWebhookResponse":{"type":"object","properties":{"message":{"type":"string"},"status_code":{"type":"integer"},"success":{"type":"boolean"}},"required":["success","status_code","message"]},"posture-api_CreateWebhookJobsRequest":{"type":"object","properties":{"finding_instance_ids":{"type":"array","items":{"format":"uuid","type":"string"}},"webhook_ids":{"type":"array","items":{"format":"uuid","type":"string"},"minItems":1}},"required":["webhook_ids","finding_instance_ids"]},"posture-api_CreateWebhookJobsResponse":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"type":"object","properties":{"created":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookJob"}},"failed":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookJobFailure"}}},"required":["created","failed"]}},"required":["result"],"type":"object"}]},"posture-api_webhook-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/posture-api_Webhook"}},"type":"object"}]},"posture-api_UpdateWebhookRequest":{"type":"object","properties":{"authentication_type":{"type":"string","enum":["Basic Auth","None","Bearer Auth","Static Headers","HMAC-Signing"]},"destination_url":{"type":"string","format":"uri"},"headers":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookHeaderInput"}},"label":{"type":"string"},"signing_secret":{"type":"string"},"status":{"type":"string","enum":["enabled","disabled"]}},"required":["label","destination_url","authentication_type","status"]},"teams-devices_v4_response_message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"teams-devices_ip_profile":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/teams-devices_ip_profile_created_at"},"enabled":{"$ref":"#/components/schemas/teams-devices_ip_profile_enabled"},"id":{"$ref":"#/components/schemas/teams-devices_ip_profile_id"},"match":{"$ref":"#/components/schemas/teams-devices_ip_profile_match"},"name":{"$ref":"#/components/schemas/teams-devices_ip_profile_name"},"precedence":{"$ref":"#/components/schemas/teams-devices_ip_profile_precedence"},"subnet_id":{"$ref":"#/components/schemas/teams-devices_ip_profile_subnet_id"},"updated_at":{"$ref":"#/components/schemas/teams-devices_ip_profile_updated_at"}},"required":["id","name","match","description","precedence","subnet_id","created_at","updated_at","enabled"]},"teams-devices_pagination_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}},"required":["page","per_page","count","total_count"]},"teams-devices_ip_profile_create_request":{"type":"object","properties":{"enabled":{"type":"boolean","default":true,"x-auditable":true},"match":{"$ref":"#/components/schemas/teams-devices_ip_profile_match"},"name":{"$ref":"#/components/schemas/teams-devices_ip_profile_name"},"precedence":{"$ref":"#/components/schemas/teams-devices_ip_profile_precedence"},"subnet_id":{"$ref":"#/components/schemas/teams-devices_ip_profile_subnet_id"}},"required":["name","subnet_id","precedence","match"]},"teams-devices_ip_profile_update_request":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/teams-devices_ip_profile_enabled"},"match":{"$ref":"#/components/schemas/teams-devices_ip_profile_match"},"name":{"$ref":"#/components/schemas/teams-devices_ip_profile_name"},"precedence":{"$ref":"#/components/schemas/teams-devices_ip_profile_precedence"},"subnet_id":{"$ref":"#/components/schemas/teams-devices_ip_profile_subnet_id"}}},"teams-devices_identifier":{},"teams-devices_schemas-config_request":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_tls_config_request"}]},"teams-devices_device-managed-networks_components-schemas-name":{"type":"string","x-auditable":true},"teams-devices_components-schemas-type":{"type":"string","enum":["tls"],"x-auditable":true},"teams-devices_components-schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_device-managed-networks"}},"type":"object"}]},"teams-devices_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/teams-devices_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/teams-devices_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"teams-devices_uuid":{"type":"string","maxLength":36,"x-auditable":true},"teams-devices_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_device-managed-networks"}}},"type":"object"}]},"teams-devices_empty_body":{"type":"object","nullable":true},"teams-devices_allow_mode_switch":{"type":"boolean","default":false},"teams-devices_allow_updates":{"type":"boolean","default":false},"teams-devices_allowed_to_leave":{"type":"boolean","default":true},"teams-devices_auto_connect":{"type":"number","default":0},"teams-devices_captive_portal":{"type":"number","default":180},"teams-devices_disable_auto_fallback":{"type":"boolean","default":false,"x-auditable":true},"teams-devices_dns_search_suffixes":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_dns_search_suffix"},"default":[],"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_exclude_request":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"},"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_exclude_office_ips":{"type":"boolean","default":false},"teams-devices_global_acceleration":{"type":"object","properties":{"api_endpoints":{"type":"array","items":{"type":"string"},"maxItems":5,"x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"masque_endpoints":{"type":"array","items":{"type":"string"},"maxItems":5,"x-auditable":true},"wireguard_endpoints":{"type":"array","items":{"type":"string"},"maxItems":5,"x-auditable":true}},"nullable":true,"required":["enabled","wireguard_endpoints","masque_endpoints","api_endpoints"],"x-auditable":true},"teams-devices_include_request":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"},"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_lan_allow_minutes":{"type":"number"},"teams-devices_lan_allow_subnet_size":{"type":"number"},"teams-devices_schemas-match":{"type":"string","maxLength":500},"teams-devices_precedence":{"type":"number"},"teams-devices_register_interface_ip_with_dns":{"type":"boolean","default":true},"teams-devices_sccm_vpn_boundary_support":{"type":"boolean","default":false},"teams-devices_service_mode_v2":{"type":"object","properties":{"mode":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"port":{"type":"number","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_support_url":{"type":"string","default":""},"teams-devices_switch_locked":{"type":"boolean","default":false},"teams-devices_tunnel_protocol":{"type":"string","default":""},"teams-devices_virtual_networks":{"type":"object","properties":{"allowed":{"type":"array","items":{"format":"uuid","type":"string"},"minItems":1,"uniqueItems":true},"default":{"type":"string","format":"uuid"}},"nullable":true,"required":["allowed","default"]},"teams-devices_device_settings_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_device_settings_policy"}},"type":"object"}]},"teams-devices_default_device_settings_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_default_device_settings_policy"}},"type":"object"}]},"teams-devices_split_tunnel":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_exclude_split_tunnel_with_address"},{"$ref":"#/components/schemas/teams-devices_exclude_split_tunnel_with_host"}]},"teams-devices_split_tunnel_response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"}}},"type":"object"}]},"teams-devices_fallback_domain":{"type":"object","properties":{"dns_server":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_ip"}},"suffix":{"type":"string","x-auditable":true}},"required":["suffix"]},"teams-devices_fallback_domain_response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_fallback_domain"}}},"type":"object"}]},"teams-devices_split_tunnel_include":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_include_split_tunnel_with_address"},{"$ref":"#/components/schemas/teams-devices_include_split_tunnel_with_host"}]},"teams-devices_split_tunnel_include_response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"}}},"type":"object"}]},"teams-devices_schemas-uuid":{"type":"string","maxLength":36,"x-auditable":true},"teams-devices_device_settings_response_collection":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_device_settings_policy"}}},"type":"object"}]},"teams-devices_expiration":{"type":"string"},"teams-devices_input":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_file_input_request"},{"$ref":"#/components/schemas/teams-devices_unique_client_id_input_request"},{"$ref":"#/components/schemas/teams-devices_domain_joined_input_request"},{"$ref":"#/components/schemas/teams-devices_os_version_input_request"},{"$ref":"#/components/schemas/teams-devices_firewall_input_request"},{"$ref":"#/components/schemas/teams-devices_sentinelone_input_request"},{"$ref":"#/components/schemas/teams-devices_carbonblack_input_request"},{"$ref":"#/components/schemas/teams-devices_access_serial_number_list_input_request"},{"$ref":"#/components/schemas/teams-devices_disk_encryption_input_request"},{"$ref":"#/components/schemas/teams-devices_application_input_request"},{"$ref":"#/components/schemas/teams-devices_client_certificate_input_request"},{"$ref":"#/components/schemas/teams-devices_client_certificate_v2_input_request"},{"$ref":"#/components/schemas/teams-devices_antivirus_input_request"},{"$ref":"#/components/schemas/teams-devices_workspace_one_input_request"},{"$ref":"#/components/schemas/teams-devices_crowdstrike_input_request"},{"$ref":"#/components/schemas/teams-devices_intune_input_request"},{"$ref":"#/components/schemas/teams-devices_kolide_input_request"},{"$ref":"#/components/schemas/teams-devices_tanium_input_request"},{"$ref":"#/components/schemas/teams-devices_sentinelone_s2s_input_request"},{"$ref":"#/components/schemas/teams-devices_custom_s2s_input_request"}]},"teams-devices_match":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_match_item"}},"teams-devices_name":{"type":"string","x-auditable":true},"teams-devices_schedule":{"type":"string","x-auditable":true},"teams-devices_type":{"type":"string","enum":["file","application","tanium","gateway","warp","disk_encryption","serial_number","sentinelone","carbonblack","firewall","os_version","domain_joined","client_certificate","client_certificate_v2","antivirus","unique_client_id","kolide","tanium_s2s","crowdstrike_s2s","intune","workspace_one","sentinelone_s2s","custom_s2s"],"x-auditable":true},"teams-devices_single_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_device-posture-rules"}},"type":"object"}]},"teams-devices_config_request":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_workspace_one_config_request"},{"$ref":"#/components/schemas/teams-devices_crowdstrike_config_request"},{"$ref":"#/components/schemas/teams-devices_uptycs_config_request"},{"$ref":"#/components/schemas/teams-devices_intune_config_request"},{"$ref":"#/components/schemas/teams-devices_kolide_config_request"},{"$ref":"#/components/schemas/teams-devices_tanium_config_request"},{"$ref":"#/components/schemas/teams-devices_sentinelone_s2s_config_request"},{"$ref":"#/components/schemas/teams-devices_custom_s2s_config_request"}]},"teams-devices_interval":{"type":"string","x-auditable":true},"teams-devices_components-schemas-name":{"type":"string","x-auditable":true},"teams-devices_schemas-type":{"type":"string","enum":["workspace_one","crowdstrike_s2s","uptycs","intune","kolide","tanium_s2s","sentinelone_s2s","custom_s2s"],"x-auditable":true},"teams-devices_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_device-posture-integrations"}},"type":"object"}]},"teams-devices_schemas-id_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},"teams-devices_id_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/teams-devices_uuid"}}}},"type":"object"}]},"teams-devices_cursor_result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"},"total_count":{"type":"integer","nullable":true}},"required":["per_page","count","cursor"]},"teams-devices_override_codes":{"properties":{"disable_for_time":{"type":"object","additionalProperties":{"type":"string"}}}},"teams-devices_global_warp_override_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_global_warp_override"}},"type":"object"}]},"teams-devices_global_warp_override_request":{"type":"object","properties":{"disconnect":{"$ref":"#/components/schemas/teams-devices_disconnect"},"justification":{"$ref":"#/components/schemas/teams-devices_justification"}},"required":["disconnect"],"title":"Global WARP override request"},"teams-devices_revoke_devices_request":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_registration_id"},"maxLength":200},"teams-devices_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-common"},{"properties":{"result":{"type":"object","anyOf":[{"type":"object"},{"type":"string"}],"nullable":true}},"type":"object"}]},"teams-devices_zero-trust-account-device-settings":{"type":"object","properties":{"disable_for_time":{"type":"number","x-auditable":true},"external_emergency_signal_enabled":{"type":"boolean","x-auditable":true},"external_emergency_signal_fingerprint":{"type":"string","x-auditable":true},"external_emergency_signal_interval":{"type":"string","x-auditable":true},"external_emergency_signal_url":{"type":"string","x-auditable":true},"gateway_proxy_enabled":{"type":"boolean","x-auditable":true},"gateway_udp_proxy_enabled":{"type":"boolean","x-auditable":true},"root_certificate_installation_enabled":{"type":"boolean","x-auditable":true},"use_zt_virtual_ip":{"type":"boolean","x-auditable":true}}},"teams-devices_zero-trust-account-device-settings-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_zero-trust-account-device-settings"}},"type":"object"}]},"teams-devices_unrevoke_devices_request":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_registration_id"},"maxLength":200},"teams-devices_registration_id":{"type":"string","maxLength":36,"x-auditable":true},"teams-devices_override_codes_response":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-collection"},{"properties":{"result":{"type":"object","properties":{"disable_for_time":{"$ref":"#/components/schemas/teams-devices_disable_for_time"}}}},"type":"object"}]},"digital-experience-monitoring_account_identifier":{"type":"string","maxLength":32,"readOnly":true},"digital-experience-monitoring_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/digital-experience-monitoring_messages"},"messages":{"$ref":"#/components/schemas/digital-experience-monitoring_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"digital-experience-monitoring_colos_response":{"type":"array","items":{"properties":{"airportCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"type":"string"}},"required":["airportCode","countryCode","city"],"type":"object"}},"digital-experience-monitoring_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"digital-experience-monitoring_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"digital-experience-monitoring_get_commands_response":{"type":"object","properties":{"commands":{"type":"array","items":{"properties":{"completed_date":{"type":"string","format":"date-time","nullable":true},"created_date":{"type":"string","format":"date-time"},"device_id":{"type":"string"},"filename":{"type":"string","nullable":true},"id":{"type":"string"},"registration_id":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"user_email":{"type":"string"}},"type":"object"}}}},"digital-experience-monitoring_post_commands_response":{"type":"object","properties":{"commands":{"type":"array","items":{"properties":{"args":{"type":"object","additionalProperties":{"type":"string"}},"device_id":{"type":"string"},"id":{"type":"string"},"registration_id":{"type":"string"},"status":{"type":"string","enum":["PENDING_EXEC","PENDING_UPLOAD","SUCCESS","FAILED"]},"type":{"type":"string"}},"type":"object"}}}},"digital-experience-monitoring_commands_devices_response":{"type":"object","properties":{"devices":{"type":"array","items":{"properties":{"deviceId":{"type":"string"},"deviceName":{"type":"string"},"eligible":{"type":"boolean"},"ineligibleReason":{"type":"string"},"personEmail":{"type":"string"},"platform":{"$ref":"#/components/schemas/digital-experience-monitoring_platform"},"registrationId":{"type":"string"},"status":{"$ref":"#/components/schemas/digital-experience-monitoring_status"},"timestamp":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"},"version":{"$ref":"#/components/schemas/digital-experience-monitoring_version"}},"type":"object"}}}},"digital-experience-monitoring_get_commands_quota_response":{"type":"object","properties":{"quota":{"type":"number"},"quota_usage":{"type":"number"},"reset_time":{"type":"string","format":"date-time"}},"required":["quota_usage","quota","reset_time"]},"digital-experience-monitoring_command_id":{"type":"string"},"digital-experience-monitoring_dex-response_collection":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}}]},"digital-experience-monitoring_device-dex-test-schemas-http":{"type":"object","properties":{"created":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"},"data":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-data"},"enabled":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-enabled"},"interval":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-interval"},"name":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-name"},"target_policies":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-target-policies"}],"x-stainless-terraform-configurability":"computed_optional"},"targeted":{"type":"boolean","x-stainless-terraform-configurability":"computed"},"test_id":{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-test-id"},"updated":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"}},"required":["name","interval","enabled","data"]},"digital-experience-monitoring_dex-single_response":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}]},"digital-experience-monitoring_schemas-test-id":{"type":"string","maxLength":32,"readOnly":true},"digital-experience-monitoring_uuid":{"type":"string","maxLength":36},"digital-experience-monitoring_dex-delete-response-collection":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"},{"properties":{"result":{"type":"object","properties":{"dex_tests":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-http"}}}}}}]},"digital-experience-monitoring_device_id":{"type":"string"},"digital-experience-monitoring_since_minutes":{"type":"number","default":10,"maximum":60,"minimum":1},"digital-experience-monitoring_time_now":{"type":"string"},"digital-experience-monitoring_colo":{"type":"string"},"digital-experience-monitoring_device":{"type":"object","properties":{"alwaysOn":{"type":"boolean","nullable":true},"batteryCharging":{"type":"boolean","nullable":true},"batteryCycles":{"type":"integer","format":"int64","nullable":true},"batteryPct":{"type":"number","format":"float","nullable":true},"colo":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"},"connectionType":{"type":"string","nullable":true},"cpuPct":{"type":"number","format":"float","nullable":true},"cpuPctByApp":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_cpu_pct_by_app"},"nullable":true},"deviceId":{"type":"string"},"deviceIpv4":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"deviceIpv6":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"deviceName":{"type":"string"},"deviceRegistration":{"type":"string","deprecated":true,"nullable":true,"x-stainless-deprecation-message":"Use `registrationId` instead."},"diskReadBps":{"type":"integer","format":"int64","nullable":true},"diskUsagePct":{"type":"number","format":"float","nullable":true},"diskWriteBps":{"type":"integer","format":"int64","nullable":true},"dohSubdomain":{"type":"string","nullable":true},"estimatedLossPct":{"type":"number","format":"float","nullable":true},"firewallEnabled":{"type":"boolean","nullable":true},"gatewayIpv4":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"gatewayIpv6":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"handshakeLatencyMs":{"type":"number","format":"int64","nullable":true},"ispIpv4":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"ispIpv6":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-ip_info"}],"nullable":true},"metal":{"type":"string","nullable":true},"mode":{"$ref":"#/components/schemas/digital-experience-monitoring_mode"},"networkRcvdBps":{"type":"integer","format":"int64","nullable":true},"networkSentBps":{"type":"integer","format":"int64","nullable":true},"networkSsid":{"type":"string","nullable":true},"personEmail":{"$ref":"#/components/schemas/digital-experience-monitoring_personEmail"},"platform":{"$ref":"#/components/schemas/digital-experience-monitoring_platform"},"ramAvailableKb":{"type":"integer","format":"int64","nullable":true},"ramUsedPct":{"type":"number","format":"float","nullable":true},"ramUsedPctByApp":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_ram_used_pct_by_app"},"nullable":true},"registrationId":{"type":"string","nullable":true},"rtt":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_rtt_stats"}],"nullable":true},"status":{"$ref":"#/components/schemas/digital-experience-monitoring_status"},"switchLocked":{"type":"boolean","nullable":true},"timestamp":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"},"tunnelStats":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_tunnel_stats"}],"nullable":true},"tunnelType":{"type":"string","nullable":true},"version":{"$ref":"#/components/schemas/digital-experience-monitoring_version"},"wifiStrengthDbm":{"type":"integer","format":"int64","nullable":true}},"required":["colo","deviceId","mode","platform","status","timestamp","version"]},"digital-experience-monitoring_timestamp":{"type":"string"},"digital-experience-monitoring_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"}]},"digital-experience-monitoring_device_status_over_time_result":{"type":"object","properties":{"over_time":{"$ref":"#/components/schemas/digital-experience-monitoring_device_state_over_time"},"top_networks":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device_state_top_networks_summary"}}},"required":["top_networks","over_time"]},"digital-experience-monitoring_device_isps_response":{"type":"object","properties":{"isps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device_isp"}}},"required":["isps"]},"digital-experience-monitoring_page":{"type":"number","default":1,"minimum":1},"digital-experience-monitoring_per_page":{"type":"number","maximum":50,"minimum":1},"digital-experience-monitoring_sort_by":{"type":"string","default":"timestamp","enum":["colo","device_id","mode","platform","status","timestamp","version"]},"digital-experience-monitoring_mode":{"type":"string"},"digital-experience-monitoring_status":{"type":"string"},"digital-experience-monitoring_platform":{"type":"string"},"digital-experience-monitoring_version":{"type":"string"},"digital-experience-monitoring_source":{"type":"string","default":"last_seen","enum":["last_seen","hourly","raw"]},"digital-experience-monitoring_fleet_status_devices_response":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_device"}}},"type":"object"}]},"digital-experience-monitoring_fleet_status_live_response":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deviceStats":{"type":"object","properties":{"byColo":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"byMode":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"byPlatform":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"byStatus":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"byVersion":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_live_stat"},"nullable":true},"uniqueDevicesTotal":{"$ref":"#/components/schemas/digital-experience-monitoring_uniqueDevicesTotal"}}}}}},"type":"object"}]},"digital-experience-monitoring_fleet_status_over_time_response":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deviceStats":{"type":"object","properties":{"byMode":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-aggregate_stat"}},"byStatus":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_schemas-aggregate_stat"}},"uniqueDevicesTotal":{"$ref":"#/components/schemas/digital-experience-monitoring_uniqueDevicesTotal"}}}}}},"type":"object"}]},"digital-experience-monitoring_http_details_response":{"type":"object","properties":{"host":{"type":"string"},"httpStats":{"type":"object","nullable":true,"properties":{"availabilityPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"dnsResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"httpStatusCode":{"type":"array","items":{"properties":{"status200":{"type":"integer"},"status300":{"type":"integer"},"status400":{"type":"integer"},"status500":{"type":"integer"},"timestamp":{"type":"string"}},"required":["timestamp","status200","status300","status400","status500"],"type":"object"}},"resourceFetchTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"serverResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"uniqueDevicesTotal":{"type":"integer"}},"required":["uniqueDevicesTotal","resourceFetchTimeMs","serverResponseTimeMs","dnsResponseTimeMs","httpStatusCode","availabilityPct"]},"httpStatsByColo":{"type":"array","items":{"properties":{"availabilityPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"colo":{"type":"string"},"dnsResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"httpStatusCode":{"type":"array","items":{"properties":{"status200":{"type":"integer"},"status300":{"type":"integer"},"status400":{"type":"integer"},"status500":{"type":"integer"},"timestamp":{"type":"string"}},"required":["timestamp","status200","status300","status400","status500"],"type":"object"}},"resourceFetchTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"serverResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"uniqueDevicesTotal":{"type":"integer"}},"required":["colo","uniqueDevicesTotal","resourceFetchTimeMs","serverResponseTimeMs","dnsResponseTimeMs","httpStatusCode","availabilityPct"],"type":"object"}},"interval":{"type":"string"},"kind":{"enum":["http"]},"method":{"type":"string"},"name":{"type":"string"},"target_policies":{"type":"array","items":{"properties":{"default":{"type":"boolean"},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"name":{"type":"string"}},"required":["id","name","default"],"type":"object"},"nullable":true},"targeted":{"type":"boolean"}}},"digital-experience-monitoring_http_details_percentiles_response":{"type":"object","properties":{"dnsResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"},"resourceFetchTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"},"serverResponseTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"}}},"digital-experience-monitoring_list_rules_response":{"type":"object","properties":{"rules":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-rule"}}}},"digital-experience-monitoring_create_rule_body":{"type":"object","properties":{"match":{"type":"string"},"name":{"type":"string","x-auditable":true}},"required":["name","match"]},"digital-experience-monitoring_dex-rule":{"type":"object","properties":{"created_at":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed"},"id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}],"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"match":{"type":"string"},"name":{"type":"string","x-auditable":true},"targeted_tests":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_dex-targeted-test"},"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"updated_at":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed"}},"required":["id","name","match","created_at"]},"digital-experience-monitoring_patch_rule_body":{"type":"object","properties":{"match":{"type":"string"},"name":{"type":"string","x-auditable":true}}},"digital-experience-monitoring_tests_response":{"type":"object","properties":{"overviewMetrics":{"type":"object","properties":{"avgHttpAvailabilityPct":{"type":"number","format":"float","nullable":true},"avgTracerouteAvailabilityPct":{"type":"number","format":"float","nullable":true},"testsTotal":{"type":"integer"}},"required":["testsTotal"]},"tests":{"type":"array","items":{"properties":{"created":{"type":"string"},"enabled":{"type":"boolean"},"host":{"type":"string"},"httpResults":{"type":"object","nullable":true,"properties":{"resourceFetchTime":{"$ref":"#/components/schemas/digital-experience-monitoring_timing_aggregates"}},"required":["resourceFetchTime"]},"httpResultsByColo":{"type":"array","items":{"properties":{"colo":{"type":"string"},"resourceFetchTime":{"$ref":"#/components/schemas/digital-experience-monitoring_timing_aggregates"}},"required":["colo","resourceFetchTime"],"type":"object"}},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"interval":{"type":"string"},"kind":{"type":"string","enum":["http","traceroute"]},"method":{"type":"string"},"name":{"type":"string"},"target_policies":{"type":"array","items":{"properties":{"default":{"type":"boolean"},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"name":{"type":"string"}},"required":["id","name","default"],"type":"object"},"nullable":true},"targeted":{"type":"boolean"},"tracerouteResults":{"type":"object","nullable":true,"properties":{"roundTripTime":{"$ref":"#/components/schemas/digital-experience-monitoring_timing_aggregates"}},"required":["roundTripTime"]},"tracerouteResultsByColo":{"type":"array","items":{"properties":{"colo":{"type":"string"},"roundTripTime":{"$ref":"#/components/schemas/digital-experience-monitoring_timing_aggregates"}},"required":["colo","roundTripTime"],"type":"object"}},"updated":{"type":"string"}},"required":["id","name","kind","interval","enabled","description","updated","created","host"],"type":"object"}}},"required":["overviewMetrics","tests"]},"digital-experience-monitoring_unique_devices_response":{"type":"object","properties":{"uniqueDevicesTotal":{"type":"integer"}},"required":["uniqueDevicesTotal"]},"digital-experience-monitoring_traceroute_test_result_network_path_response":{"type":"object","properties":{"colo":{"$ref":"#/components/schemas/digital-experience-monitoring_colo"},"deviceName":{"type":"string"},"execution_context":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_execution_context"}]},"hops":{"type":"array","items":{"properties":{"asn":{"type":"integer","nullable":true},"aso":{"type":"string","nullable":true},"ipAddress":{"type":"string","nullable":true},"location":{"type":"object","nullable":true,"properties":{"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true}}},"mile":{"type":"string","enum":["client-to-app","client-to-cf-egress","client-to-cf-ingress","client-to-isp"],"nullable":true},"name":{"type":"string","nullable":true},"packetLossPct":{"type":"number","format":"float","nullable":true},"rttMs":{"type":"integer","nullable":true},"ttl":{"type":"integer"}},"required":["ttl"],"type":"object"}},"resultId":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"testId":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"testName":{"type":"string"},"time_start":{"type":"string"},"tunnel_type":{"type":"string","nullable":true}},"required":["resultId","hops"]},"digital-experience-monitoring_traceroute_details_response":{"type":"object","properties":{"host":{"type":"string"},"interval":{"type":"string"},"kind":{"enum":["traceroute"]},"name":{"type":"string"},"target_policies":{"type":"array","items":{"properties":{"default":{"type":"boolean"},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"name":{"type":"string"}},"required":["id","name","default"],"type":"object"},"nullable":true},"targeted":{"type":"boolean"},"tracerouteStats":{"type":"object","nullable":true,"properties":{"availabilityPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"hopsCount":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"packetLossPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"roundTripTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"uniqueDevicesTotal":{"type":"integer"}},"required":["uniqueDevicesTotal","roundTripTimeMs","hopsCount","packetLossPct","availabilityPct"]},"tracerouteStatsByColo":{"type":"array","items":{"properties":{"availabilityPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"colo":{"type":"string"},"hopsCount":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"packetLossPct":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_pct_over_time"},"roundTripTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_test_stat_over_time"},"uniqueDevicesTotal":{"type":"integer"}},"required":["colo","uniqueDevicesTotal","roundTripTimeMs","hopsCount","packetLossPct","availabilityPct"],"type":"object"}}},"required":["kind","name","host","interval"]},"digital-experience-monitoring_traceroute_test_network_path_response":{"type":"object","properties":{"deviceName":{"type":"string"},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"interval":{"type":"string"},"kind":{"enum":["traceroute"]},"name":{"type":"string"},"networkPath":{"type":"object","nullable":true,"properties":{"sampling":{"type":"object","nullable":true,"properties":{"unit":{"enum":["hours"]},"value":{"type":"integer"}},"required":["value","unit"]},"slots":{"type":"array","items":{"properties":{"clientToAppRttMs":{"type":"integer","nullable":true},"clientToCfEgressRttMs":{"type":"integer","nullable":true},"clientToCfIngressRttMs":{"type":"integer","nullable":true},"clientToIspRttMs":{"type":"integer","nullable":true},"id":{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"},"timestamp":{"type":"string"}},"required":["id","timestamp","clientToAppRttMs","clientToCfIngressRttMs","clientToCfEgressRttMs"],"type":"object"}}},"required":["slots"]},"url":{"type":"string"}},"required":["id"]},"digital-experience-monitoring_traceroute_details_percentiles_response":{"type":"object","properties":{"hopsCount":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"},"packetLossPct":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"},"roundTripTimeMs":{"$ref":"#/components/schemas/digital-experience-monitoring_percentiles"}}},"digital-experience-monitoring_warp_events_response":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_warp_toggle_change_event"},{"$ref":"#/components/schemas/digital-experience-monitoring_warp_config_change_event"}]}},"magic-transit_identifier":{"type":"string","maxLength":32,"readOnly":true},"magic-transit_endpoint_health_check_response_single":{"allOf":[{"$ref":"#/components/schemas/magic-transit_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/magic-transit_endpoint_health_check_response"}}}]},"magic-transit_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/magic-transit_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/magic-transit_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"magic-transit_endpoint_health_check":{"type":"object","properties":{"check_type":{"$ref":"#/components/schemas/magic-transit_check_type"},"endpoint":{"type":"string"},"name":{"type":"string"}},"required":["check_type","endpoint"]},"magic-transit_uuid":{"type":"string","maxLength":36},"magic-transit_traceroute_response_collection":{"allOf":[{"$ref":"#/components/schemas/magic-transit_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic-transit_target_result"}}}}]},"magic-transit_colos":{"type":"array","items":{"type":"string"}},"magic-transit_options":{"type":"object","properties":{"max_ttl":{"$ref":"#/components/schemas/magic-transit_max_ttl"},"packet_type":{"$ref":"#/components/schemas/magic-transit_packet_type"},"packets_per_ttl":{"$ref":"#/components/schemas/magic-transit_packets_per_ttl"},"port":{"$ref":"#/components/schemas/magic-transit_port"},"wait_time":{"$ref":"#/components/schemas/magic-transit_wait_time"}}},"magic-transit_targets":{"type":"array","items":{"type":"string"},"maxLength":10},"dlp_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dlp_api-response-common"}]},"dlp_CustomPromptTopic":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean","deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid","deprecated":true,"nullable":true},"topic":{"type":"string","maxLength":50,"minLength":2},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled","topic"]},"dlp_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dlp_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dlp_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dlp_Empty":{"type":"object","nullable":true},"dlp_DataClassArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataClass"}},"dlp_NewDataClass":{"type":"object","properties":{"data_tags":{"type":"array","items":{"format":"uuid","type":"string"}},"expression":{"type":"string"},"name":{"type":"string"},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"}}},"required":["name","expression","sensitivity_levels","data_tags"]},"dlp_DataClass":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"data_tags":{"type":"array","items":{"format":"uuid","type":"string"}},"expression":{"type":"string"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"}},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","expression","sensitivity_levels","data_tags","created_at","updated_at"]},"dlp_DataClassUpdate":{"type":"object","properties":{"data_tags":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"expression":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"},"nullable":true}}},"dlp_DataTagCategoryArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTagCategory"}},"dlp_NewDataTagCategory":{"type":"object","properties":{"name":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/dlp_NewDataTag"},"x-stainless-skip":["terraform"]},"template_id":{"type":"string","format":"uuid","nullable":true,"x-stainless-skip":["terraform"]}},"required":["name"]},"dlp_DataTagCategory":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTag"}},"template_id":{"type":"string","format":"uuid","nullable":true},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","tags"]},"dlp_DataTagCategoryUpdate":{"type":"object","properties":{"name":{"type":"string","nullable":true},"tags":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTagCategoryTagUpdate"},"nullable":true,"x-stainless-skip":["terraform"]}}},"dlp_DataTagArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTag"}},"dlp_NewDataTag":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"dlp_DataTag":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at"]},"dlp_DataTagUpdate":{"type":"object","properties":{"name":{"type":"string","nullable":true}}},"dlp_DataTagCategoryTemplateArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTagCategoryTemplate"}},"dlp_DataTagCategoryTemplate":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DataTagTemplate"}}},"required":["id","name","description","tags"]},"dlp_DatasetArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Dataset"}},"dlp_DatasetCreation":{"type":"object","properties":{"dataset":{"$ref":"#/components/schemas/dlp_Dataset"},"encoding_version":{"type":"integer","format":"int32","minimum":0},"max_cells":{"type":"integer","format":"int64","minimum":0},"secret":{"type":"string","format":"password"},"version":{"type":"integer","format":"int64"}},"required":["version","max_cells","dataset","encoding_version"]},"dlp_Dataset":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"columns":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DatasetColumn"}},"created_at":{"type":"string","format":"date-time"},"encoding_version":{"type":"integer","format":"int32","minimum":0},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"num_cells":{"type":"integer","format":"int64"},"secret":{"type":"boolean"},"status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"},"updated_at":{"type":"string","format":"date-time"},"uploads":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DatasetUpload"}}},"required":["name","id","status","num_cells","created_at","updated_at","uploads","secret","encoding_version","columns"]},"dlp_DatasetNewVersion":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"columns":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DatasetColumn"}},"encoding_version":{"type":"integer","format":"int32","minimum":0},"max_cells":{"type":"integer","format":"int64","minimum":0},"secret":{"type":"string","format":"password"},"version":{"type":"integer","format":"int64"}},"required":["version","max_cells","encoding_version"]},"dlp_DatasetColumnArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DatasetColumn"}},"dlp_DatasetColumn":{"type":"object","properties":{"entry_id":{"type":"string","format":"uuid"},"header_name":{"type":"string"},"num_cells":{"type":"integer","format":"int64"},"upload_status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"}},"required":["entry_id","upload_status","header_name","num_cells"]},"dlp_DocumentFingerprintArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_DocumentFingerprint"}},"dlp_DocumentFingerprint":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"entry_id":{"type":"string","format":"uuid"},"file_name":{"type":"string","nullable":true},"id":{"type":"string","format":"uuid"},"match_percent":{"type":"integer","format":"int32"},"name":{"type":"string"},"status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"},"updated_at":{"type":"string","format":"date-time"},"version":{"type":"integer","format":"int64","nullable":true}},"required":["id","entry_id","name","description","match_percent","status","created_at","updated_at"]},"dlp_DocumentFingerprintUpload":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"entry_id":{"type":"string","format":"uuid"},"file_name":{"type":"string"},"id":{"type":"string","format":"uuid"},"match_percent":{"type":"integer","format":"int32"},"name":{"type":"string"},"status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"},"updated_at":{"type":"string","format":"date-time"},"version":{"type":"integer","format":"int64"}},"required":["id","entry_id","name","description","match_percent","version","file_name","status","created_at","updated_at"]},"dlp_UpdateDocumentFingerprint":{"type":"object","properties":{"match_percent":{"type":"integer","format":"int32","nullable":true},"name":{"type":"string","nullable":true}}},"dlp_AddinAccountMapping":{"type":"object","properties":{"addin_identifier_token":{"type":"string","format":"uuid"},"auth_requirements":{"$ref":"#/components/schemas/dlp_AddinAuth"}},"required":["auth_requirements","addin_identifier_token"]},"dlp_UpdateAddinAccountMapping":{"type":"object","properties":{"auth_requirements":{"$ref":"#/components/schemas/dlp_AddinAuth"}},"required":["auth_requirements"]},"dlp_EmailRuleArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EmailRule"}},"dlp_CreateEmailRule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/dlp_EmailRuleAction"},"conditions":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EmailRuleCondition"}},"enabled":{"type":"boolean"},"name":{"type":"string"}},"required":["name","enabled","conditions","action"]},"dlp_EmailRule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/dlp_EmailRuleAction"},"conditions":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EmailRuleCondition"}},"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"name":{"type":"string"},"priority":{"type":"integer","format":"int32","minimum":0},"rule_id":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time"}},"required":["rule_id","name","priority","enabled","conditions","action","created_at","updated_at"]},"dlp_UpdateEmailRulePriorities":{"type":"object","properties":{"new_priorities":{"type":"object","additionalProperties":{"format":"int32","minimum":0,"type":"integer"}}},"required":["new_priorities"]},"dlp_EntryWithUploadStatus":{"allOf":[{"$ref":"#/components/schemas/dlp_Entry"},{"properties":{"upload_status":{"allOf":[{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"}],"x-stainless-terraform-configurability":"computed_optional"}},"type":"object"}]},"dlp_NewEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"pattern":{"$ref":"#/components/schemas/dlp_Pattern"},"profile_id":{"type":"string","format":"uuid"}},"required":["name","pattern","enabled"]},"dlp_CustomEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean","deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"pattern":{"$ref":"#/components/schemas/dlp_Pattern"},"profile_id":{"type":"string","format":"uuid","deprecated":true,"nullable":true},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","pattern","enabled"]},"dlp_CustomEntryUpdate":{"allOf":[{"$ref":"#/components/schemas/dlp_CustomEntryUpdateType"},{"properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"type":"object"}]},"dlp_NewPredefinedEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"entry_id":{"type":"string","format":"uuid"},"profile_id":{"type":"string","format":"uuid","nullable":true}},"required":["enabled","entry_id"]},"dlp_IntegrationEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid","nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled"]},"dlp_PredefinedEntryUpdate":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]},"dlp_PredefinedEntry":{"type":"object","properties":{"confidence":{"$ref":"#/components/schemas/dlp_EntryConfidence"},"deprecated":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid","deprecated":true,"nullable":true},"variant":{"allOf":[{"$ref":"#/components/schemas/dlp_PredefinedEntryVariant"}]}},"required":["id","name","enabled","confidence"]},"dlp_EntryWithSharedProfiles":{"allOf":[{"$ref":"#/components/schemas/dlp_EntryWithUploadStatus"},{"properties":{"profiles":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EntryProfile"},"x-stainless-terraform-configurability":"computed_optional"}},"required":["profiles"],"type":"object"}]},"dlp_EntryUpdate":{"allOf":[{"$ref":"#/components/schemas/dlp_EntryUpdateType"},{"properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"type":"object"}]},"dlp_Entry":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/dlp_CustomEntry"},{"properties":{"type":{"type":"string","enum":["custom"]}},"required":["type"],"type":"object"}],"title":"Custom Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_CustomPromptTopicEntry"},{"properties":{"type":{"type":"string","enum":["custom_prompt_topic"]}},"required":["type"],"type":"object"}],"title":"Custom Prompt Topic Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_PredefinedEntry"},{"properties":{"type":{"type":"string","enum":["predefined"]}},"required":["type"],"type":"object"}],"title":"Predefined Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_IntegrationEntry"},{"properties":{"type":{"type":"string","enum":["integration"]}},"required":["type"],"type":"object"}],"title":"Integration Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_ExactDataEntry"},{"properties":{"type":{"type":"string","enum":["exact_data"]}},"required":["type"],"type":"object"}],"title":"Exact Data Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_DocumentFingerprintEntry"},{"properties":{"type":{"type":"string","enum":["document_fingerprint"]}},"required":["type"],"type":"object"}],"title":"Document Fingerprint Entry"},{"allOf":[{"$ref":"#/components/schemas/dlp_WordListEntry"},{"properties":{"type":{"type":"string","enum":["word_list"]}},"required":["type"],"type":"object"}],"title":"Word List Entry"}]},"dlp_Limits":{"type":"object","properties":{"max_custom_regex_entries":{"type":"integer","format":"int64","minimum":0},"max_dataset_cells":{"type":"integer","format":"int64","minimum":0},"max_document_fingerprints":{"type":"integer","format":"int64","minimum":0},"used_custom_regex_entries":{"type":"integer","format":"int64","minimum":0},"used_dataset_cells":{"type":"integer","format":"int64","minimum":0},"used_document_fingerprints":{"type":"integer","format":"int64","minimum":0}},"required":["max_custom_regex_entries","used_custom_regex_entries","max_dataset_cells","used_dataset_cells","max_document_fingerprints","used_document_fingerprints"]},"dlp_RegexValidationQuery":{"type":"object","properties":{"max_match_bytes":{"type":"integer","format":"int32","minimum":0,"nullable":true},"regex":{"type":"string"}},"required":["regex"]},"dlp_RegexValidationResult":{"type":"object","properties":{"valid":{"type":"boolean"}},"required":["valid"]},"dlp_PayloadLogSetting":{"type":"object","properties":{"masking_level":{"allOf":[{"$ref":"#/components/schemas/dlp_PayloadLogMaskingLevel"}]},"public_key":{"type":"string","nullable":true},"updated_at":{"type":"string","format":"date-time"}},"required":["updated_at"]},"dlp_PayloadLogSettingUpdateLegacy":{"type":"object","properties":{"masking_level":{"allOf":[{"$ref":"#/components/schemas/dlp_PayloadLogMaskingLevel"}]},"public_key":{"type":"string","nullable":true}}},"dlp_ProfileArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Profile"}},"dlp_CustomProfileArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_CustomProfile"}},"dlp_NewCustomProfile":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","default":0,"maximum":1000,"minimum":0},"confidence_threshold":{"type":"string","default":"low","nullable":true},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"data_classes":{"type":"array","items":{"format":"uuid","type":"string"}},"data_tags":{"type":"array","items":{"format":"uuid","type":"string"}},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_EntryOfNewProfile"},"x-stainless-skip":["terraform"]},"name":{"type":"string"},"ocr_enabled":{"type":"boolean","default":false},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"}},"shared_entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_NewSharedEntry"}}},"required":["name"]},"dlp_Profile":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/dlp_CustomProfile"},{"properties":{"type":{"type":"string","enum":["custom"]}},"required":["type"],"type":"object"}],"title":"Custom Profile"},{"allOf":[{"$ref":"#/components/schemas/dlp_PredefinedProfile"},{"properties":{"type":{"type":"string","enum":["predefined"]}},"required":["type"],"type":"object"}],"title":"Predefined Profile"},{"allOf":[{"$ref":"#/components/schemas/dlp_IntegrationProfile"},{"properties":{"type":{"type":"string","enum":["integration"]}},"required":["type"],"type":"object"}],"title":"Integration Profile"}]},"dlp_CustomProfileUpdate":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","nullable":true},"confidence_threshold":{"type":"string","default":"low","nullable":true},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"data_classes":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"data_tags":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_ProfileEntryUpdate"},"deprecated":true,"nullable":true},"name":{"type":"string"},"ocr_enabled":{"type":"boolean","default":false},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"},"nullable":true},"shared_entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SharedEntryUpdate"}}},"required":["name"]},"dlp_NewPredefinedProfile":{"allOf":[{"$ref":"#/components/schemas/dlp_PredefinedProfileUpdate"},{"properties":{"profile_id":{"type":"string","format":"uuid"}},"required":["profile_id"],"type":"object"}]},"dlp_PredefinedProfileUpdate":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","default":0,"maximum":1000,"minimum":0,"nullable":true},"confidence_threshold":{"type":"string","default":"low","nullable":true},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_PredefinedProfileEntryUpdate"},"deprecated":true},"ocr_enabled":{"type":"boolean","default":false}}},"dlp_PredefinedProfileConfig":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32"},"confidence_threshold":{"type":"string","default":"low","nullable":true},"enabled_entries":{"type":"array","items":{"format":"uuid","type":"string"}},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"ocr_enabled":{"type":"boolean","default":false},"open_access":{"type":"boolean"}},"required":["id","name","entries","enabled_entries","allowed_match_count","confidence_threshold"]},"dlp_PredefinedProfileConfigUpdate":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","default":0,"maximum":1000,"minimum":0,"nullable":true},"confidence_threshold":{"type":"string","default":"low","nullable":true},"enabled_entries":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_PredefinedProfileEntryUpdate"},"deprecated":true,"x-stainless-terraform-configurability":"computed_optional"},"ocr_enabled":{"type":"boolean","default":false}}},"dlp_SensitivityGroupArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityGroup"}},"dlp_NewSensitivityGroup":{"type":"object","properties":{"levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_NewSensitivityLevel"},"x-stainless-skip":["terraform"]},"name":{"type":"string"},"template_id":{"type":"string","format":"uuid","nullable":true,"x-stainless-skip":["terraform"]}},"required":["name"]},"dlp_SensitivityGroup":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"name":{"type":"string"},"template_id":{"type":"string","format":"uuid","nullable":true},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","levels"]},"dlp_SensitivityGroupTemplateArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityGroupTemplate"}},"dlp_SensitivityGroupTemplate":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelTemplate"}},"name":{"type":"string"}},"required":["id","name","description","levels"]},"dlp_SensitivityGroupUpdate":{"type":"object","properties":{"levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityGroupLevelUpdate"},"nullable":true,"x-stainless-skip":["terraform"]},"name":{"type":"string","nullable":true}}},"dlp_SensitivityLevelOrder":{"type":"object","properties":{"level_ids":{"type":"array","items":{"format":"uuid","type":"string"}}},"required":["level_ids"]},"dlp_SensitivityLevelArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevel"}},"dlp_NewSensitivityLevel":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"dlp_SensitivityLevel":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at"]},"dlp_SensitivityLevelUpdate":{"type":"object","properties":{"name":{"type":"string","nullable":true}}},"dlp_DlpSettings":{"type":"object","properties":{"ai_context_analysis":{"type":"boolean"},"ocr":{"type":"boolean"},"payload_logging":{"$ref":"#/components/schemas/dlp_PayloadLogSetting"}},"required":["payload_logging","ai_context_analysis","ocr"]},"dlp_DlpSettingsUpdate":{"type":"object","properties":{"ai_context_analysis":{"type":"boolean","default":false,"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"ocr":{"type":"boolean","default":false,"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"payload_logging":{"allOf":[{"$ref":"#/components/schemas/dlp_PayloadLogSettingUpdate"}],"x-stainless-terraform-configurability":"computed_optional"}}},"dls_account_identifier":{"type":"string","maxLength":32,"minLength":32,"pattern":"^[0-9a-f]{32}$","x-auditable":true},"dls_PrefixBindingPaginatedListResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/dls_PrefixBinding"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}},"required":["count","cursor","per_page"]},"success":{"type":"boolean"}},"required":["success","errors","messages","result","result_info"]},"dls_bad_response":{"allOf":[{"$ref":"#/components/schemas/dls_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"},"minLength":1},"result":{"$ref":"#/components/schemas/dls_none"}},"required":["errors"]}]},"dls_CreatePrefixBindingInput":{"type":"object","properties":{"cidr":{"type":"string"},"prefix_id":{"type":"string","maxLength":64},"region_key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-z0-9_-]+$"}},"required":["prefix_id","cidr","region_key"]},"dls_PrefixBindingResponse":{"allOf":[{"$ref":"#/components/schemas/dls_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/dls_PrefixBinding"}},"required":["result"]}]},"dls_good_response":{"allOf":[{"$ref":"#/components/schemas/dls_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"},"maxLength":0}}}]},"dls_UpdatePrefixBindingInput":{"type":"object","properties":{"region_key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-z0-9_-]+$"}},"required":["region_key"]},"dls_RegionPublicPaginatedListResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/dls_RegionPublic"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}},"required":["count","cursor","per_page"]},"success":{"type":"boolean"}},"required":["success","errors","messages","result","result_info"]},"dls_FetchPublicRegionResponse":{"allOf":[{"$ref":"#/components/schemas/dls_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/dls_RegionPublic"}},"required":["result"]}]},"dns-firewall_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dns-firewall_dns_firewall_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster-response"}}},"type":"object"}]},"dns-firewall_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-firewall_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-firewall_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-firewall_dns-firewall-cluster-post":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster"},{"properties":{"dns_firewall_ip_count":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_ip_count"}},"type":"object"}],"required":["name","upstream_ips"]},"dns-firewall_dns_firewall_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster-response"}},"type":"object"}]},"dns-firewall_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-common"}]},"dns-firewall_dns-firewall-cluster-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster"}]},"dns-analytics_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dns-analytics_metrics":{"type":"string"},"dns-analytics_dimensions":{"type":"string"},"dns-analytics_since":{"type":"string","format":"date-time"},"dns-analytics_until":{"type":"string","format":"date-time"},"dns-analytics_limit":{"type":"integer","default":100000},"dns-analytics_sort":{"type":"string"},"dns-analytics_filters":{"type":"string"},"dns-analytics_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_api-response-common"}]},"dns-analytics_report":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_result"},{"properties":{"data":{"type":"array","items":{"properties":{"metrics":{"type":"array","items":{"type":"number"}}},"required":["metrics"],"type":"object"}}},"required":["data"],"type":"object"}]},"dns-analytics_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-analytics_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-analytics_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-analytics_time_delta":{"type":"string","enum":["all","auto","year","quarter","month","week","day","hour","dekaminute","minute"]},"dns-analytics_report_bytime":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-analytics_result"},{"properties":{"data":{"type":"array","items":{"properties":{"metrics":{"type":"array","items":{"items":{"type":"number"},"type":"array"}}},"required":["metrics"],"type":"object"}},"query":{"properties":{"time_delta":{"$ref":"#/components/schemas/dns-analytics_time_delta"}},"required":["time_delta"],"type":"object"},"time_intervals":{"type":"array","items":{"items":{"format":"date-time","type":"string"},"type":"array"}}},"required":["time_intervals","query","data"],"type":"object"}]},"dns-firewall_dns_firewall_reverse_dns_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-firewall_dns-firewall-reverse-dns-response"}},"type":"object"}]},"dns-firewall_dns-firewall-reverse-dns-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-reverse-dns"}]},"dns-records_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dns-records_dns_response_account_usage":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"type":"object","properties":{"internal_record_quota":{"type":"integer","minimum":0},"internal_record_usage":{"type":"integer","minimum":0},"record_quota":{"type":"integer","minimum":0,"nullable":true},"record_usage":{"type":"integer","minimum":0}},"required":["record_usage","record_quota"]}},"type":"object"}]},"dns-records_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-records_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-records_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-settings_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dns-settings_dns_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-settings_account_settings"}},"type":"object"}],"required":["result"]},"dns-settings_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dns-settings_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dns-settings_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dns-settings_account_settings_patch":{"type":"object","properties":{"enforce_dns_only":{"$ref":"#/components/schemas/dns-settings_enforce_dns_only"},"zone_defaults":{"$ref":"#/components/schemas/dns-settings_dns-settings-account-patch"}}},"dns-settings_match":{"type":"string","default":"all","enum":["any","all"]},"dns-settings_page":{"type":"number","default":1,"minimum":1},"dns-settings_per_page":{"type":"number","default":100,"maximum":5000000,"minimum":1},"dns-settings_order":{"type":"string","default":"type","enum":["name","created_on","modified_on"]},"dns-settings_direction":{"type":"string","default":"asc","enum":["asc","desc"]},"dns-settings_dns_view_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dns-settings_dns-view-response"}}},"type":"object"}]},"dns-settings_dns-view-post":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-view"}],"required":["name","zones"]},"dns-settings_dns_view_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-settings_dns-view-response"}},"type":"object"}]},"dns-settings_dns-view-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-view"}]},"email-security_MessageDeliveryStatus":{"type":"string","enum":["delivered","moved","quarantined","rejected","deferred","bounced","queued"]},"email-security_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/email-security_messages"},"messages":{"$ref":"#/components/schemas/email-security_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"email-security_MessageDetails":{"type":"object","properties":{"action_log":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ActionLogEntry"},"deprecated":true,"x-stainless-deprecation-message":"Use GET /investigate/{investigate_id}/action_log instead."},"alert_id":{"type":"string","nullable":true},"client_recipients":{"type":"array","items":{"type":"string"}},"delivery_mode":{"$ref":"#/components/schemas/email-security_MessageDeliveryMode"},"delivery_status":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MessageDeliveryStatus"},"nullable":true},"detection_reasons":{"type":"array","items":{"type":"string"}},"edf_hash":{"type":"string","nullable":true},"envelope_from":{"type":"string","nullable":true},"envelope_to":{"type":"array","items":{"type":"string"},"nullable":true},"final_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"findings":{"type":"array","items":{"properties":{"attachment":{"type":"string","nullable":true},"detail":{"type":"string","nullable":true},"detection":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"field":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"portion":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true},"score":{"type":"number","format":"double","nullable":true},"value":{"type":"string","nullable":true}},"type":"object"},"deprecated":true,"nullable":true,"x-stainless-deprecation-message":"Use the `findings` field from GET /investigate/{investigate_id}/detections instead."},"from":{"type":"string","nullable":true},"from_name":{"type":"string","nullable":true},"htmltext_structure_hash":{"type":"string","nullable":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_InvestigateId"}],"x-auditable":true},"is_phish_submission":{"type":"boolean"},"is_quarantined":{"type":"boolean"},"message_id":{"type":"string","nullable":true},"post_delivery_operations":{"type":"array","items":{"enum":["PREVIEW","QUARANTINE_RELEASE","SUBMISSION","MOVE"],"type":"string"},"nullable":true},"postfix_id":{"$ref":"#/components/schemas/email-security_PostfixId"},"postfix_id_outbound":{"type":"string","nullable":true},"properties":{"type":"object","properties":{"allowlisted_pattern":{"nullable":true,"type":"string"},"allowlisted_pattern_type":{"enum":["quarantine_release","acceptable_sender","allowed_sender","allowed_recipient","domain_similarity","domain_recency","managed_acceptable_sender","outbound_ndr"],"nullable":true,"type":"string"},"blocklisted_message":{"nullable":true,"type":"boolean"},"blocklisted_pattern":{"nullable":true,"type":"string"},"whitelisted_pattern_type":{"enum":["quarantine_release","acceptable_sender","allowed_sender","allowed_recipient","domain_similarity","domain_recency","managed_acceptable_sender","outbound_ndr"],"nullable":true,"type":"string"}}},"replyto":{"type":"string","nullable":true},"scanned_at":{"type":"string","format":"date-time","nullable":true},"sent_at":{"type":"string","format":"date-time","nullable":true},"sent_date":{"type":"string","nullable":true},"smtp_helo_server_ip":{"type":"string","nullable":true},"smtp_previous_hop_ip":{"type":"string","nullable":true},"subject":{"type":"string","nullable":true},"threat_categories":{"type":"array","items":{"type":"string"},"nullable":true},"to":{"type":"array","items":{"type":"string"},"nullable":true},"to_name":{"type":"array","items":{"type":"string"},"nullable":true},"ts":{"type":"string","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `scanned_at` instead."},"validation":{"$ref":"#/components/schemas/email-security_Validation"},"x_originating_ip":{"type":"string","nullable":true}},"required":["id","ts","client_recipients","postfix_id","detection_reasons","action_log","is_quarantined","is_phish_submission","properties"]},"email-security_CursorResultInfo":{"type":"object","properties":{"count":{"type":"integer","minimum":0},"next":{"type":"string","nullable":true},"page":{"type":"integer","deprecated":true,"minimum":0,"x-stainless-deprecation-message":"This field always returns 0 and is deprecated."},"per_page":{"type":"integer","minimum":0},"previous":{"type":"string","nullable":true},"total_count":{"type":"integer","deprecated":true,"minimum":0,"x-stainless-deprecation-message":"This field always returns 0 and is deprecated."}},"required":["per_page","count","total_count"]},"email-security_BulkJobDetail":{"type":"object","properties":{"action_params":{"$ref":"#/components/schemas/email-security_BulkJobActionParams"},"action_type":{"type":"string","enum":["MOVE","RELEASE"]},"comment":{"type":"string","nullable":true},"completed_at":{"type":"string","format":"date-time","nullable":true},"created_at":{"type":"string","format":"date-time"},"job_id":{"type":"string","format":"uuid"},"messages_failed":{"type":"integer"},"messages_pending":{"type":"integer"},"messages_successful":{"type":"integer"},"search_params":{"$ref":"#/components/schemas/email-security_BulkSearchParams"},"started_at":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["PENDING","DISCOVERING","PROCESSING","COMPLETED","FAILED","CANCELLED","SKIPPED"]},"status_message":{"type":"string","nullable":true},"total_messages_discovered":{"type":"integer"}},"required":["job_id","action_type","action_params","search_params","status","total_messages_discovered","messages_pending","messages_successful","messages_failed","created_at"]},"email-security_BulkActionRequest":{"type":"object","properties":{"action":{"type":"string","enum":["MOVE","RELEASE"]},"comment":{"type":"string","nullable":true},"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"search_params":{"$ref":"#/components/schemas/email-security_BulkSearchParams"}},"required":["action","search_params"]},"email-security_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"}]},"email-security_BulkActionMessageDetail":{"type":"object","properties":{"action_params":{"$ref":"#/components/schemas/email-security_BulkMessageActionParams"},"action_type":{"type":"string","enum":["MOVE","RELEASE"]},"alert_id":{"type":"string","nullable":true},"created_at":{"type":"string","format":"date-time"},"email_message_id":{"type":"string","nullable":true},"message_id":{"type":"string","format":"uuid"},"postfix_id":{"type":"string"},"processed_at":{"type":"string","format":"date-time","nullable":true},"retry_after":{"type":"string","format":"date-time","nullable":true},"retry_count":{"type":"integer"},"status":{"type":"string","enum":["PENDING","DISCOVERING","PROCESSING","COMPLETED","FAILED","CANCELLED","SKIPPED"]},"status_message":{"type":"string","nullable":true}},"required":["message_id","postfix_id","action_type","action_params","status","retry_count","created_at"]},"email-security_MailboxDestination":{"type":"string","enum":["Inbox","JunkEmail","DeletedItems","RecoverableItemsDeletions","RecoverableItemsPurges"]},"email-security_DispositionLabel":{"type":"string","enum":["MALICIOUS","MALICIOUS-BEC","SUSPICIOUS","SPOOF","SPAM","BULK","ENCRYPTED","EXTERNAL","UNKNOWN","NONE"]},"email-security_InvestigateId":{"type":"string"},"email-security_PostfixId":{"type":"string"},"email-security_MoveResponseItem":{"type":"object","properties":{"completed_at":{"type":"string","format":"date-time","nullable":true},"completed_timestamp":{"type":"string","format":"date-time","deprecated":true,"x-stainless-deprecation-message":"Use `completed_at` instead."},"destination":{"type":"string","nullable":true},"item_count":{"type":"integer","deprecated":true,"x-stainless-deprecation-message":"This field is deprecated."},"message_id":{"type":"string","nullable":true},"operation":{"type":"string","nullable":true},"recipient":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"success":{"type":"boolean"}},"required":["success"]},"email-security_MessagePreview":{"type":"object","properties":{"screenshot":{"type":"string"}},"required":["screenshot"]},"email-security_ReleaseResponse":{"type":"object","properties":{"delivered":{"type":"array","items":{"type":"string"},"nullable":true},"failed":{"type":"array","items":{"type":"string"},"nullable":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_InvestigateId"}],"x-auditable":true},"postfix_id":{"allOf":[{"$ref":"#/components/schemas/email-security_PostfixId"}],"deprecated":true,"x-stainless-deprecation-message":"Use `id` instead."},"undelivered":{"type":"array","items":{"type":"string"},"nullable":true}},"required":["id"]},"email-security_ActionEntry":{"type":"object","properties":{"completed_at":{"type":"string","format":"date-time","nullable":true},"operation":{"type":"string","enum":["PREVIEW","QUARANTINE_RELEASE","SUBMISSION","MOVE"]},"properties":{"type":"object","allOf":[{"$ref":"#/components/schemas/email-security_ActionEntryProperties"}],"nullable":true},"started_at":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","nullable":true},"success":{"type":"boolean","nullable":true}},"required":["operation"]},"email-security_MessageDetectionDetails":{"type":"object","properties":{"action":{"type":"string"},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Attachment"}},"final_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"findings":{"type":"array","items":{"properties":{"attachment":{"type":"string","nullable":true},"detail":{"type":"string","nullable":true},"detection":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"field":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"portion":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true},"score":{"type":"number","format":"double","nullable":true},"value":{"type":"string","nullable":true}},"type":"object"},"nullable":true},"headers":{"type":"array","items":{"$ref":"#/components/schemas/email-security_MessageHeader"}},"links":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Link"}},"sender_info":{"type":"object","properties":{"as_name":{"type":"string","nullable":true},"as_number":{"type":"integer","nullable":true},"geo":{"type":"string","nullable":true},"ip":{"type":"string","nullable":true},"pld":{"type":"string","nullable":true}}},"threat_categories":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ThreatCategory"}},"validation":{"$ref":"#/components/schemas/email-security_Validation"}},"required":["validation","headers","threat_categories","sender_info","links","action","attachments","findings"]},"email-security_MessageRaw":{"type":"object","properties":{"raw":{"type":"string"}},"required":["raw"]},"email-security_ReclassifyRequest":{"type":"object","properties":{"eml_content":{"type":"string"},"escalated_submission_id":{"type":"string","x-auditable":true},"expected_disposition":{"type":"string","enum":["NONE","BULK","MALICIOUS","SPAM","SPOOF","SUSPICIOUS"]}},"required":["expected_disposition"]},"email-security_MessageTrace":{"type":"object","properties":{"inbound":{"type":"object","properties":{"lines":{"type":"array","items":{"$ref":"#/components/schemas/email-security_TraceLine"},"nullable":true},"pending":{"type":"boolean","nullable":true}}},"outbound":{"type":"object","properties":{"lines":{"type":"array","items":{"$ref":"#/components/schemas/email-security_TraceLine"},"nullable":true},"pending":{"type":"boolean","nullable":true}}}},"required":["inbound","outbound"]},"email-security_PhishGuardReport":{"type":"object","properties":{"content":{"type":"string"},"created_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"fields":{"type":"object","properties":{"from":{"type":"string","nullable":true},"occurred_at":{"type":"string","format":"date-time","readOnly":true},"postfix_id":{"type":"string","nullable":true},"to":{"type":"array","items":{"type":"string"}},"ts":{"type":"string","format":"date-time","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `occurred_at` instead."}},"required":["to"]},"id":{"type":"integer"},"priority":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/email-security_PhishGuardReportTag"},"nullable":true},"title":{"type":"string"},"ts":{"type":"string","format":"date-time","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `created_at` instead."},"updated_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true}},"required":["id","title","content","fields","priority","disposition"]},"email-security_PatternType":{"type":"string","enum":["EMAIL","DOMAIN","IP","UNKNOWN"],"x-auditable":true},"email-security_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/email-security_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}}},"type":"object"}]},"email-security_AllowPolicyList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_AllowPolicy"}},"email-security_CreateAllowPolicy":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicy"}],"required":["is_exempt_recipient","is_trusted_sender","is_acceptable_sender","pattern","is_regex","verify_sender","pattern_type"]},"email-security_AllowPolicy":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicyId"}],"readOnly":true},"is_acceptable_sender":{"type":"boolean","x-auditable":true},"is_exempt_recipient":{"type":"boolean","x-auditable":true},"is_recipient":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `is_exempt_recipient` instead."},"is_regex":{"type":"boolean","x-auditable":true},"is_sender":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `is_trusted_sender` instead."},"is_spoof":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `is_acceptable_sender` instead."},"is_trusted_sender":{"type":"boolean","x-auditable":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true},"pattern_type":{"$ref":"#/components/schemas/email-security_PatternType"},"verify_sender":{"type":"boolean","x-auditable":true}},"required":["id","created_at","last_modified"]},"email-security_AllowPolicyId":{"type":"string","format":"uuid","x-auditable":true},"email-security_UpdateAllowPolicy":{"allOf":[{"$ref":"#/components/schemas/email-security_AllowPolicy"}],"minProperties":1},"email-security_DeletedAllowPolicy":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_AllowPolicyId"}},"required":["id"]},"email-security_BlockedSenderList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_BlockedSender"}},"email-security_CreateBlockedSender":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSender"}],"required":["pattern","is_regex","pattern_type"]},"email-security_BlockedSender":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSenderId"}],"readOnly":true},"is_regex":{"type":"boolean","x-auditable":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true},"pattern_type":{"$ref":"#/components/schemas/email-security_PatternType"}}},"email-security_BlockedSenderId":{"type":"string","format":"uuid","x-auditable":true},"email-security_UpdateBlockedSender":{"allOf":[{"$ref":"#/components/schemas/email-security_BlockedSender"}],"minProperties":1},"email-security_DeletedBlockedSender":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_BlockedSenderId"}},"required":["id"]},"email-security_DeliveryMode":{"type":"string","enum":["DIRECT","BCC","JOURNAL","API","RETRO_SCAN"]},"email-security_DomainStatus":{"type":"string","enum":["pending","active","failed","timeout",null],"nullable":true},"email-security_DomainList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Domain"}},"email-security_CreateDomain":{"type":"object","properties":{"allowed_delivery_modes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeliveryMode"},"maxItems":10,"minItems":1},"domain":{"type":"string","x-auditable":true},"drop_dispositions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"maxItems":10},"folder":{"$ref":"#/components/schemas/email-security_ScannableFolder"},"integration_id":{"type":"string","format":"uuid","nullable":true,"x-auditable":true},"ip_restrictions":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":100},"lookback_hops":{"type":"integer","maximum":20,"minimum":1,"nullable":true,"x-auditable":true},"regions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Region"},"maxItems":10,"minItems":1},"require_tls_inbound":{"type":"boolean","nullable":true,"x-auditable":true},"require_tls_outbound":{"type":"boolean","nullable":true,"x-auditable":true},"transport":{"type":"string","nullable":true,"x-auditable":true}},"additionalProperties":false,"required":["domain","allowed_delivery_modes","ip_restrictions","drop_dispositions","regions"]},"email-security_Domain":{"type":"object","properties":{"allowed_delivery_modes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeliveryMode"}},"authorization":{"$ref":"#/components/schemas/email-security_DomainAuthorization"},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"dmarc_status":{"$ref":"#/components/schemas/email-security_DmarcStatus"},"domain":{"type":"string","x-auditable":true},"drop_dispositions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DispositionLabel"}},"emails_processed":{"$ref":"#/components/schemas/email-security_EmailsProcessed"},"folder":{"$ref":"#/components/schemas/email-security_ScannableFolder"},"id":{"$ref":"#/components/schemas/email-security_DomainId"},"inbox_provider":{"type":"string","enum":["Microsoft","Google",null],"nullable":true},"integration_id":{"type":"string","format":"uuid","nullable":true},"ip_restrictions":{"type":"array","items":{"type":"string"}},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"lookback_hops":{"type":"integer","x-auditable":true},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"o365_tenant_id":{"type":"string","nullable":true},"regions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Region"}},"require_tls_inbound":{"type":"boolean","nullable":true},"require_tls_outbound":{"type":"boolean","nullable":true},"spf_status":{"$ref":"#/components/schemas/email-security_SpfStatus"},"status":{"$ref":"#/components/schemas/email-security_DomainStatus"},"transport":{"type":"string","x-auditable":true}}},"email-security_DomainId":{"type":"string","format":"uuid","x-auditable":true},"email-security_DeletedDomain":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_DomainId"}},"required":["id"]},"email-security_UpdateDomain":{"type":"object","properties":{"allowed_delivery_modes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeliveryMode"}},"drop_dispositions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DispositionLabel"}},"folder":{"$ref":"#/components/schemas/email-security_ScannableFolder"},"integration_id":{"type":"string","format":"uuid","nullable":true,"x-auditable":true},"ip_restrictions":{"type":"array","items":{"type":"string","x-auditable":true}},"lookback_hops":{"type":"integer","maximum":20,"minimum":1,"x-auditable":true},"regions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Region"}},"require_tls_inbound":{"type":"boolean","x-auditable":true},"require_tls_outbound":{"type":"boolean","x-auditable":true},"transport":{"type":"string","x-auditable":true}}},"email-security_ReplaceDomain":{"type":"object","properties":{"allowed_delivery_modes":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DeliveryMode"},"maxItems":10,"minItems":1},"drop_dispositions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"maxItems":10},"folder":{"$ref":"#/components/schemas/email-security_ScannableFolder"},"integration_id":{"type":"string","format":"uuid","nullable":true,"x-auditable":true},"ip_restrictions":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":100},"lookback_hops":{"type":"integer","maximum":20,"minimum":1,"x-auditable":true},"regions":{"type":"array","items":{"$ref":"#/components/schemas/email-security_Region"},"maxItems":10,"minItems":1},"require_tls_inbound":{"type":"boolean","nullable":true,"x-auditable":true},"require_tls_outbound":{"type":"boolean","nullable":true,"x-auditable":true},"transport":{"type":"string","nullable":true,"x-auditable":true}},"required":["allowed_delivery_modes","lookback_hops","ip_restrictions","drop_dispositions","regions"]},"email-security_DomainVerificationInfo":{"type":"object","properties":{"last_checked_at":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/email-security_DomainStatus"},"txt_record_name":{"type":"string"},"txt_record_value":{"type":"string"}},"required":["status","txt_record_name","txt_record_value","last_checked_at"]},"email-security_Provenance":{"type":"string","enum":["A1S_INTERNAL","SNOOPY-CASB_OFFICE_365","SNOOPY-OFFICE_365","SNOOPY-GOOGLE_DIRECTORY"]},"email-security_ImpersonationRegistryList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}},"email-security_CreateImpersonationRegistry":{"allOf":[{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}],"required":["name","email","is_email_regex"]},"email-security_ImpersonationRegistry":{"type":"object","properties":{"comments":{"type":"string","nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"directory_id":{"type":"integer","nullable":true},"directory_node_id":{"type":"integer","nullable":true},"email":{"type":"string","x-auditable":true},"external_directory_node_id":{"type":"string","deprecated":true,"nullable":true,"x-stainless-deprecation-message":"This field is deprecated."},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_ImpersonationRegistryId"}],"readOnly":true},"is_email_regex":{"type":"boolean","x-auditable":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"name":{"type":"string","maxLength":1024,"x-auditable":true},"provenance":{"$ref":"#/components/schemas/email-security_Provenance"}}},"email-security_ImpersonationRegistryId":{"type":"string","format":"uuid","title":"identifier","x-auditable":true},"email-security_DeletedImpersonationRegistry":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_ImpersonationRegistryId"}},"required":["id"]},"email-security_UpdateImpersonationRegistry":{"allOf":[{"$ref":"#/components/schemas/email-security_ImpersonationRegistry"}],"minProperties":1},"email-security_SendingDomainRestrictionList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}},"email-security_CreateSendingDomainRestriction":{"allOf":[{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}],"required":["domain","exclude"]},"email-security_SendingDomainRestriction":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"domain":{"type":"string","x-auditable":true},"exclude":{"type":"array","items":{"type":"string"},"x-auditable":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}],"readOnly":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true}}},"email-security_SendingDomainRestrictionId":{"type":"string","format":"uuid","title":"identifier","x-auditable":true},"email-security_DeletedSendingDomainRestriction":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_SendingDomainRestrictionId"}},"required":["id"]},"email-security_UpdateSendingDomainRestriction":{"allOf":[{"$ref":"#/components/schemas/email-security_SendingDomainRestriction"}],"minProperties":1},"email-security_TrustedDomainList":{"type":"array","items":{"$ref":"#/components/schemas/email-security_TrustedDomain"}},"email-security_CreateTrustedDomain":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomain"}],"required":["pattern","is_regex","is_recent","is_similarity"]},"email-security_TrustedDomain":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true},"created_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomainId"}],"readOnly":true},"is_recent":{"type":"boolean","x-auditable":true},"is_regex":{"type":"boolean","x-auditable":true},"is_similarity":{"type":"boolean","x-auditable":true},"last_modified":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"allOf":[{"$ref":"#/components/schemas/email-security_timestamp"}],"readOnly":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true}}},"email-security_TrustedDomainId":{"type":"string","format":"uuid","x-auditable":true},"email-security_UpdateTrustedDomain":{"allOf":[{"$ref":"#/components/schemas/email-security_TrustedDomain"}],"minProperties":1},"email-security_DeletedTrustedDomain":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_TrustedDomainId"}},"required":["id"]},"email-security_UrlIgnorePattern":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"allOf":[{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}],"readOnly":true},"last_modified":{"type":"string","format":"date-time","deprecated":true,"readOnly":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true}},"required":["id","created_at","pattern"]},"email-security_CreateUrlIgnorePattern":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true}},"additionalProperties":false,"required":["pattern"]},"email-security_UrlIgnorePatternId":{"type":"string","format":"uuid","title":"identifier","x-auditable":true},"email-security_UpdateUrlIgnorePattern":{"type":"object","properties":{"comments":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"pattern":{"type":"string","maxLength":1024,"minLength":1,"x-auditable":true}},"additionalProperties":false,"minProperties":1},"email-security_DeletedUrlIgnorePattern":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/email-security_UrlIgnorePatternId"}},"required":["id"]},"email_identifier":{"type":"string","maxLength":32,"x-auditable":true},"email_destination_addresses_response_collection":{"allOf":[{"$ref":"#/components/schemas/email_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email_addresses"}},"result_info":{"type":"object","properties":{"count":{},"page":{},"per_page":{},"total_count":{}}}}}]},"email_create_destination_address_properties":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/email_email"}},"required":["email"]},"email_destination_address_response_single":{"allOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email_addresses"}}}]},"email_destination_address_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"email_update_destination_address_properties":{"type":"object","properties":{"status":{"type":"string","enum":["unverified","verified"],"x-auditable":true}},"required":["status"]},"r2_bucket_name":{"type":"string","maxLength":64,"minLength":3,"pattern":"^[a-z0-9][a-z0-9-]*[a-z0-9]","x-auditable":true},"r2_account_identifier":{"type":"string","maxLength":32},"r2_jurisdiction":{"type":"string","default":"default","enum":["default","eu","fedramp"],"x-auditable":true,"x-stainless-param":"jurisdiction"},"r2_v4_response":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/r2_errors"},"messages":{"$ref":"#/components/schemas/r2_messages"},"result":{"type":"object"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"r2_bucket-config":{"type":"object","properties":{"bucketName":{"type":"string","x-auditable":true},"queues":{"type":"array","items":{"$ref":"#/components/schemas/r2_queues-config"}}}},"r2_v4_response_failure":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/r2_errors"},"messages":{"$ref":"#/components/schemas/r2_messages"},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"r2_queue_identifier":{"type":"string","maxLength":32,"x-auditable":true},"r2_queues-config":{"type":"object","properties":{"queueId":{"type":"string","x-auditable":true},"queueName":{"type":"string","x-auditable":true},"rules":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/r2_rule"},{"properties":{"createdAt":{"type":"string","x-auditable":true},"ruleId":{"type":"string","x-auditable":true}},"type":"object"}]}}}},"r2_rule":{"type":"object","properties":{"actions":{"type":"array","items":{"$ref":"#/components/schemas/r2_r2-action"},"uniqueItems":true},"prefix":{"type":"string","x-auditable":true},"suffix":{"type":"string","x-auditable":true}},"required":["actions"]},"mq_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"mq_api-v4-success":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/mq_api-v4-error"},"messages":{"$ref":"#/components/schemas/mq_api-v4-message"},"success":{"type":"boolean","enum":[true],"x-auditable":true}}},"mq_event-subscription":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","x-auditable":true},"destination":{"$ref":"#/components/schemas/mq_event-destination"},"enabled":{"type":"boolean","x-auditable":true},"events":{"type":"array","items":{"type":"string"},"minItems":1,"x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_at":{"type":"string","format":"date-time","x-auditable":true},"name":{"type":"string","x-auditable":true},"source":{"$ref":"#/components/schemas/mq_event-source"}},"required":["id","created_at","modified_at","name","enabled","source","destination","events"]},"mq_api-v4-failure":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/mq_api-v4-error"},"messages":{"$ref":"#/components/schemas/mq_api-v4-message"},"success":{"type":"boolean","enum":[false],"x-auditable":true}}},"mq_event-destination":{"type":"object","oneOf":[{"$ref":"#/components/schemas/mq_event-destination-queue"}]},"mq_event-source":{"type":"object","oneOf":[{"$ref":"#/components/schemas/mq_event-source-images"},{"$ref":"#/components/schemas/mq_event-source-kv"},{"$ref":"#/components/schemas/mq_event-source-r2"},{"$ref":"#/components/schemas/mq_event-source-super-slurper"},{"$ref":"#/components/schemas/mq_event-source-vectorize"},{"$ref":"#/components/schemas/mq_event-source-workers-ai-model"},{"$ref":"#/components/schemas/mq_event-source-workers-builds-worker"},{"$ref":"#/components/schemas/mq_event-source-workflows-workflow"}]},"firewall_account_identifier":{"type":"string","maxLength":32},"firewall_schemas-mode":{"type":"string","enum":["block","challenge","whitelist","js_challenge","managed_challenge"],"x-auditable":true},"firewall_response_collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_schemas-rule"}}},"type":"object"}]},"firewall_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/firewall_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/firewall_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"firewall_configuration":{"type":"object","oneOf":[{"$ref":"#/components/schemas/firewall_ip_configuration"},{"$ref":"#/components/schemas/firewall_ipv6_configuration"},{"$ref":"#/components/schemas/firewall_cidr_configuration"},{"$ref":"#/components/schemas/firewall_asn_configuration"},{"$ref":"#/components/schemas/firewall_country_configuration"}]},"firewall_notes":{"type":"string","x-auditable":true},"firewall_response_single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_schemas-rule"}},"type":"object"}]},"firewall_rule_identifier":{"type":"string","maxLength":32},"firewall_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/firewall_identifier"}},"required":["id"]}},"type":"object"}]},"firewall_schemas-rule":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_rule"},{"properties":{"scope":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/firewall_email"},"id":{"$ref":"#/components/schemas/firewall_identifier"},"type":{"type":"string","enum":["user","organization"],"readOnly":true}},"readOnly":true}},"type":"object"}],"required":["id","mode","allowed_modes","configuration","scope"]},"flagship_App":{"type":"object","properties":{"created_at":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"updated_at":{"type":"string"},"updated_by":{"type":"string"}},"required":["id","name","created_at","updated_at","updated_by"]},"flagship_Error":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/flagship_ApiMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/flagship_ApiMessage"}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean"}},"required":["success","result","errors","messages"]},"flagship_DeleteAppResult":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]},"flagship_EvaluationResult":{"type":"object","properties":{"flagKey":{"type":"string"},"reason":{"type":"string","enum":["TARGETING_MATCH","DEFAULT","DISABLED","SPLIT"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"},"variant":{"type":"string"}},"required":["flagKey","variant","reason"]},"flagship_JsonValue":{"oneOf":[{"nullable":true,"type":"string"},{"type":"number"},{"type":"boolean"},{"additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"},"type":"object"},{"items":{"$ref":"#/components/schemas/flagship_JsonValue"},"type":"array"}]},"flagship_FlagsPage":{"type":"array","items":{"$ref":"#/components/schemas/flagship_Flag"}},"flagship_ResultInfo":{"type":"object","properties":{"count":{"type":"integer","minimum":0},"cursor":{"type":"string","nullable":true}},"required":["count","cursor"]},"flagship_Flag":{"type":"object","properties":{"default_variation":{"type":"string","minLength":1},"enabled":{"type":"boolean"},"key":{"type":"string","maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$"},"rules":{"type":"array","items":{"additionalProperties":false,"properties":{"conditions":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"anyOf":[{"additionalProperties":false,"properties":{"attribute":{"type":"string","maxLength":64,"minLength":1},"operator":{"type":"string","enum":["equals","not_equals","greater_than","less_than","greater_than_or_equals","less_than_or_equals","contains","starts_with","ends_with","in","not_in"]},"value":{"$ref":"#/components/schemas/flagship_JsonValue"}},"required":["attribute","operator","value"],"type":"object"},{"additionalProperties":false,"properties":{"clauses":{"type":"array","items":{"$ref":"#/components/schemas/flagship_JsonValue"},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]},"minItems":1},"logical_operator":{"type":"string","enum":["AND","OR"]}},"required":["logical_operator","clauses"],"type":"object"}]}},"priority":{"type":"integer","minimum":1},"rollout":{"type":"object","additionalProperties":false,"properties":{"attribute":{"type":"string","minLength":1},"percentage":{"type":"number","maximum":100,"minimum":0}},"required":["percentage"]},"serve_variation":{"type":"string","minLength":1}},"required":["priority","conditions","serve_variation"],"type":"object"}},"type":{"type":"string","enum":["boolean","string","number","json"]},"updated_at":{"type":"string"},"updated_by":{"type":"string"},"variations":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/flagship_JsonValue"}}},"additionalProperties":false,"required":["key","default_variation","variations","rules","enabled"]},"flagship_DeleteFlagResult":{"type":"object","properties":{"key":{"type":"string"}},"required":["key"]},"flagship_ChangelogPage":{"type":"array","items":{"$ref":"#/components/schemas/flagship_ChangelogEntry"}},"zero-trust-gateway_identifier":{"type":"string"},"zero-trust-gateway_gateway_account":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"type":"object","properties":{"gateway_tag":{"$ref":"#/components/schemas/zero-trust-gateway_gateway_tag"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_cf_account_id"},"provider_name":{"$ref":"#/components/schemas/zero-trust-gateway_provider_name"}}}},"type":"object"}]},"zero-trust-gateway_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_messages"}],"minLength":1},"messages":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"zero-trust-gateway_identifier-3":{"type":"string","maxLength":32,"x-auditable":true},"zero-trust-gateway_response_collection-7":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_app-types"}}},"type":"object"}]},"zero-trust-gateway_response_collection-8":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_categories"}}},"type":"object"}]},"zero-trust-gateway_response_collection-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_dns_destination_ip_pair"}}},"type":"object"}]},"zero-trust-gateway_gateway-account-egress-cidr-pair-list-response":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_gateway-account-egress-cidr"}}},"type":"object"}]},"zero-trust-gateway_identifier-2":{"type":"string","x-auditable":true},"zero-trust-gateway_response_collection-5":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_locations"}}},"type":"object"}]},"zero-trust-gateway_client-default":{"type":"boolean","default":false,"x-auditable":true},"zero-trust-gateway_dns-destination-ips-id-write":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_ecs-support":{"type":"boolean","default":false,"x-auditable":true},"zero-trust-gateway_endpoints":{"type":"object","properties":{"doh":{"$ref":"#/components/schemas/zero-trust-gateway_doh_endpoint"},"dot":{"$ref":"#/components/schemas/zero-trust-gateway_dot_endpoint"},"ipv4":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_endpoint"},"ipv6":{"$ref":"#/components/schemas/zero-trust-gateway_ipv6_endpoint"}},"nullable":true,"required":["ipv4","ipv6","doh","dot"],"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_max-ttl":{"type":"object","properties":{"mode":{"type":"string","enum":["inherit","override","disabled"],"x-auditable":true},"ttl_secs":{"type":"integer","maximum":36000,"minimum":60,"nullable":true,"x-auditable":true}},"default":{"mode":"inherit"},"nullable":true,"required":["mode"],"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_name-2":{"type":"string","x-auditable":true},"zero-trust-gateway_ipv4_networks":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_network"},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_single_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zero-trust-gateway_locations"}},"type":"object"}]},"zero-trust-gateway_uuid-3":{"type":"string","x-auditable":true},"zero-trust-gateway_empty_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"zero-trust-gateway_response_collection-4":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_operation"}}},"type":"object"}]},"zero-trust-gateway_uuid-2":{"type":"string","maxLength":36,"x-auditable":true},"zero-trust-gateway_single_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zero-trust-gateway_operation"}},"type":"object"}]},"zero-trust-gateway_response_collection-10":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-7"},"slug":{"$ref":"#/components/schemas/zero-trust-gateway_slug"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"url":{"$ref":"#/components/schemas/zero-trust-gateway_url"}},"type":"object"}}},"type":"object"}]},"zero-trust-gateway_contents":{"type":"string","x-auditable":true},"zero-trust-gateway_name-7":{"type":"string","x-auditable":true},"zero-trust-gateway_single_response-7":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/zero-trust-gateway_pacfile"}},"type":"object"}]},"hyperdrive_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"hyperdrive_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/hyperdrive_result_info"}},"type":"object"}]},"hyperdrive_hyperdrive-config-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-config"}],"required":["caching"]},"hyperdrive_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/hyperdrive_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"hyperdrive_hyperdrive-config":{"type":"object","properties":{"caching":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/hyperdrive_identifier"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"mtls":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-mtls"},"name":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-name"},"origin":{"type":"object","oneOf":[{"allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database-full"},{"$ref":"#/components/schemas/hyperdrive_internet-origin"}],"title":"Public Database"},{"allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database-full"},{"$ref":"#/components/schemas/hyperdrive_over-access-origin"}],"title":"Access-protected Database behind Cloudflare Tunnel"},{"allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database-full"},{"$ref":"#/components/schemas/hyperdrive_vpc-service-origin"}],"title":"Database reachable through a Workers VPC"}]},"origin_connection_limit":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-origin-connection-limit"},"restarted_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id","name","origin"]},"hyperdrive_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_api-response-common"}]},"hyperdrive_hyperdrive-config-patch":{"type":"object","properties":{"caching":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching"},"mtls":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-mtls"},"name":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-name"},"origin":{"type":"object","anyOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database"},{"oneOf":[{"$ref":"#/components/schemas/hyperdrive_internet-origin"},{"$ref":"#/components/schemas/hyperdrive_over-access-origin"},{"$ref":"#/components/schemas/hyperdrive_vpc-service-origin"}],"title":"Origin Database"}]},"origin_connection_limit":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-origin-connection-limit"}}},"hyperdrive_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/hyperdrive_messages"},"messages":{"$ref":"#/components/schemas/hyperdrive_messages"},"result":{"type":"object"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"hyperdrive_hyperdrive-integration":{"type":"string","enum":["planetScale"],"x-auditable":true},"hyperdrive_hyperdrive-database-signature-response":{"type":"object","properties":{"account_id":{"type":"string","maxLength":32,"x-auditable":true},"signature":{"type":"string"},"timestamp":{"type":"string","x-auditable":true}},"required":["account_id","timestamp","signature"]},"iam_collection_permission_groups_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/iam_permission_groups"}},"type":"object"}],"title":"List of Resource groups"},"iam_permission_group_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"Permission Group Identifier"},"iam_single_permission_groups_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_permission_group"}},"type":"object"}],"title":"Response with Permission Groups"},"iam_resource_group_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"Resource Group Identifier"},"iam_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/iam_messages-2"},"messages":{"$ref":"#/components/schemas/iam_messages-2"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"iam_resource_group":{"type":"object","properties":{"id":{"type":"string","readOnly":true,"x-auditable":true},"meta":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"name":{"type":"string","readOnly":true,"x-auditable":true},"scope":{"$ref":"#/components/schemas/iam_scope"}},"required":["id","scope"]},"iam_request_create_resource_group":{"type":"object","properties":{"name":{"type":"string"},"scope":{"$ref":"#/components/schemas/iam_create-scope"}},"required":["name","scope"],"title":"Create resource group"},"iam_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/iam_api-response-common"}]},"iam_request_update_resource_group":{"type":"object","properties":{"name":{"type":"string"},"scope":{"$ref":"#/components/schemas/iam_create-scope"}},"title":"Update resource group"},"iam_user_group_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"User Group Identifier"},"iam_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/iam_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/iam_result_info"}}}]},"iam_user_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group"},"title":"User Groups"},"iam_create_user_group_body":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_group_policy_write_body"},"title":"User Group Policies"}},"required":["name"],"title":"Create User group with a set of policies"},"iam_user_group":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/iam_user_group_identifier"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"name":{"type":"string","readOnly":true,"x-auditable":true},"policies":{"type":"array","items":{"properties":{"access":{"$ref":"#/components/schemas/iam_access"},"id":{"$ref":"#/components/schemas/iam_policy_identifier"},"permission_groups":{"$ref":"#/components/schemas/iam_permission_groups"},"resource_groups":{"$ref":"#/components/schemas/iam_resource_groups"}},"title":"Authorization Policy"},"title":"User Group Policies"}},"required":["id","name","created_on","modified_on"]},"iam_update_user_group_body":{"type":"object","properties":{"name":{"type":"string"},"policies":{"type":"array","items":{"allOf":[{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"},{"$ref":"#/components/schemas/iam_user_group_policy_write_body"}]},"title":"User Group Policies"}},"title":"Create User group with a set of policies"},"iam_user_group_member":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"id":{"type":"string","readOnly":true},"status":{"enum":["accepted","pending"],"readOnly":true}},"required":["id"]},"iam_user_group_member_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"User Group Member Identifier"},"iam_user_group_member_detailed":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"email":{"$ref":"#/components/schemas/iam_email"},"id":{"type":"string","readOnly":true},"status":{"enum":["accepted","pending"],"readOnly":true},"user":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"first_name":{"type":"string","readOnly":true},"id":{"type":"string","readOnly":true},"last_name":{"type":"string","readOnly":true}},"readOnly":true}},"required":["id"]},"images_account_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"images_images_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"images":{"type":"array","items":{"$ref":"#/components/schemas/images_image"}}}}}}]},"images_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/images_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/images_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false],"x-auditable":true}},"required":["success","errors","messages","result"]},"images_image_basic_upload":{"type":"object","properties":{"creator":{"type":"string","maxLength":1024},"file":{"type":"string","format":"binary","x-auditable":true},"id":{"type":"string","x-auditable":true},"metadata":{"type":"object"},"requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"url":{"type":"string","x-auditable":true}}},"images_image_response_single":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_image"}}}]},"images_image_direct_upload_request_v1":{"type":"object","properties":{"expiry":{"type":"string","format":"date-time"}}},"images_image_direct_upload_response_v1":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"properties":{"id":{"type":"string","readOnly":true},"uploadURL":{"type":"string"}}}}}]},"images_image_key_response_collection":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/images_image_keys_response"}}}]},"images_images_stats_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_images_stats"}}}]},"images_image_variant_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/images_image_variants_response"}}}]},"images_image_variant_definition":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/images_image_variant_identifier"},"neverRequireSignedURLs":{"$ref":"#/components/schemas/images_image_variant_neverRequireSignedURLs"},"options":{"$ref":"#/components/schemas/images_image_variant_options"}},"required":["id","options"]},"images_image_variant_simple_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_image_variant_response"}}}]},"images_image_variant_identifier":{"type":"string","maxLength":99,"pattern":"^[a-zA-Z0-9]$","x-auditable":true},"images_deleted_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"type":"object"}}}]},"images_image_variant_patch_request":{"type":"object","properties":{"neverRequireSignedURLs":{"$ref":"#/components/schemas/images_image_variant_neverRequireSignedURLs"},"options":{"$ref":"#/components/schemas/images_image_variant_options"}},"required":["options"]},"images_image_variant_flat_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_image_variant_definition"}}}]},"images_image_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"images_image_patch_request":{"type":"object","properties":{"creator":{"type":"string"},"metadata":{"type":"object"},"requireSignedURLs":{"type":"boolean","x-auditable":true}}},"images_image_response_blob":{"anyOf":[{"type":"string"},{"type":"object"}]},"images_images_list_continuation_token":{"type":"string","maxLength":32,"nullable":true,"readOnly":true,"x-auditable":true},"images_images_list_response_v2":{"allOf":[{"$ref":"#/components/schemas/images_api-response-collection-v2"},{"properties":{"result":{"type":"object","properties":{"images":{"type":"array","items":{"$ref":"#/components/schemas/images_image"}}}}}}]},"images_image_direct_upload_request_v2":{"type":"object","properties":{"creator":{"type":"string"},"expiry":{"type":"string","format":"date-time","default":"Now + 30 minutes","x-auditable":true},"id":{"type":"string","maxLength":1024,"x-auditable":true},"metadata":{"type":"object"},"requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true}}},"images_image_direct_upload_response_v2":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"properties":{"id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"uploadURL":{"type":"string","x-auditable":true}}}}}]},"images_sourcingkit_migration_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"migrations":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_migration"}}}}}}]},"images_sourcingkit_migration_create_request":{"type":"object","properties":{"conflictBehaviour":{"$ref":"#/components/schemas/images_sourcingkit_conflict_behaviour"},"excludedContentTypes":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_acceptable_content_type"}},"pathPrefix":{"type":"string","maxLength":128,"minLength":1},"rootDirectory":{"type":"string","maxLength":128,"minLength":1},"sourceId":{"type":"string","format":"uuid"}},"required":["sourceId"]},"images_sourcingkit_migration_create_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_migration"}}}]},"images_sourcingkit_identifier":{"type":"string","format":"uuid"},"images_sourcingkit_migration_single_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_migration"}}}]},"images_sourcingkit_migration_progress_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"type":"object","properties":{"endedAt":{"type":"string","format":"date-time","nullable":true},"importErrorsCount":{"type":"integer"},"importSuccessCount":{"type":"integer"},"isAccurate":{"type":"boolean"},"scannedCount":{"type":"integer"},"skippedConflictCount":{"type":"integer"},"skippedExcludedContentTypeCount":{"type":"integer"},"skippedInvalidMediaCount":{"type":"integer"},"skippedInvalidNameCount":{"type":"integer"},"skippedOversizeCount":{"type":"integer"},"skippedStorageClassCount":{"type":"integer"},"skippedUnsupportedContentTypeCount":{"type":"integer"},"startedAt":{"type":"string","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/images_sourcingkit_migration_status"}}}}}]},"images_sourcingkit_migration_log_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"logs":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_migration_log"}}}}}}]},"images_sourcingkit_source_list_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"sources":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_source"}}}}}}]},"images_sourcingkit_source_create_request":{"type":"object","properties":{"account":{"type":"string"},"bucket":{"type":"string","maxLength":128,"minLength":1},"name":{"type":"string","maxLength":128,"minLength":1},"secret":{"type":"object","writeOnly":true},"vendor":{"$ref":"#/components/schemas/images_sourcingkit_vendor"}},"required":["name","bucket","vendor","secret"]},"images_sourcingkit_source_create_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_source"}}}]},"images_sourcingkit_connectivity_precheck_request":{"type":"object","properties":{"account":{"type":"string"},"bucket":{"type":"string","maxLength":128,"minLength":1},"region":{"type":"string","nullable":true},"secret":{"type":"object","writeOnly":true},"vendor":{"$ref":"#/components/schemas/images_sourcingkit_vendor"}},"required":["bucket","vendor","secret"]},"images_sourcingkit_connectivity_check_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"type":"object","properties":{"code":{"type":"string","nullable":true},"connectivityStatus":{"type":"string","enum":["ok","error"]},"reason":{"type":"string","nullable":true}}}}}]},"images_sourcingkit_source_single_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_source"}}}]},"images_sourcingkit_source_update_request":{"type":"object","properties":{"name":{"type":"string","maxLength":128,"minLength":1}},"required":["name"]},"images_sourcingkit_source_update_response":{"allOf":[{"$ref":"#/components/schemas/images_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/images_sourcingkit_source"}}}]},"intel_asn":{"type":"integer","x-auditable":true},"intel_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"intel_asn_components-schemas-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/intel_asn"}},"type":"object"}]},"intel_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/intel_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/intel_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"intel_count":{"type":"number"},"intel_page":{"type":"number"},"intel_per_page":{"type":"number"},"security-center_identifier":{"type":"string","maxLength":32,"x-auditable":true},"security-center_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/security-center_messages"},"messages":{"$ref":"#/components/schemas/security-center_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"security-center_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/security-center_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/security-center_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"security-center_dismissed":{"type":"boolean","x-auditable":true},"security-center_issueClasses":{"type":"array","items":{"$ref":"#/components/schemas/security-center_issueClass"}},"security-center_issueTypes":{"type":"array","items":{"$ref":"#/components/schemas/security-center_issueType"}},"security-center_products":{"type":"array","items":{"type":"string","x-auditable":true}},"security-center_severityQueryParam":{"type":"array","items":{"enum":["low","moderate","critical"],"type":"string","x-auditable":true}},"security-center_subjects":{"type":"array","items":{"$ref":"#/components/schemas/security-center_subject"}},"security-center_page":{"type":"integer"},"security-center_perPage":{"type":"integer","maximum":1000,"minimum":1},"security-center_count":{"type":"integer","x-auditable":true},"security-center_issue":{"type":"object","properties":{"dismissed":{"type":"boolean","x-auditable":true},"has_extended_context":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"issue_class":{"$ref":"#/components/schemas/security-center_issueClass"},"issue_type":{"$ref":"#/components/schemas/security-center_issueType"},"payload":{"type":"object","properties":{"detection_method":{"type":"string","x-auditable":true},"zone_tag":{"type":"string","x-auditable":true}}},"resolve_link":{"type":"string","x-auditable":true},"resolve_text":{"type":"string","x-auditable":true},"severity":{"type":"string","enum":["Low","Moderate","Critical"],"x-auditable":true},"since":{"type":"string","format":"date-time","x-auditable":true},"status":{"type":"string","enum":["active","resolved"],"x-auditable":true},"subject":{"$ref":"#/components/schemas/security-center_subject"},"timestamp":{"type":"string","format":"date-time","x-auditable":true},"user_classification":{"$ref":"#/components/schemas/security-center_userClassification"}}},"security-center_valueCountsResponse":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"anyOf":[{"items":{"properties":{"count":{"type":"integer","x-auditable":true},"value":{"type":"string","x-auditable":true}},"type":"object"},"type":"array"}]}},"type":"object"}]},"intel_start_end_params":{"type":"object","properties":{"end":{"type":"string","format":"date","x-auditable":true},"start":{"type":"string","format":"date","x-auditable":true}}},"intel_components-schemas-single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_schemas-api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/intel_passive-dns-by-ip"}},"type":"object"}]},"intel_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/intel_domain"}},"type":"object"}]},"intel_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel_domain-history"}}},"type":"object"}]},"intel_collection_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"additional_information":{"$ref":"#/components/schemas/intel_additional_information"},"application":{"$ref":"#/components/schemas/intel_application"},"content_categories":{"$ref":"#/components/schemas/intel_content_categories"},"domain":{"$ref":"#/components/schemas/intel_domain_name"},"inherited_content_categories":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"},"inherited_from":{"$ref":"#/components/schemas/intel_inherited_from"},"inherited_risk_types":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"},"popularity_rank":{"$ref":"#/components/schemas/intel_popularity_rank"},"risk_score":{"$ref":"#/components/schemas/intel_risk_score"},"risk_types":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"}},"type":"object"}}},"type":"object"}]},"custom-indicator-feeds_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"custom-indicator-feeds_indicator_feed_response":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_item"}}}}]},"custom-indicator-feeds_api_response_common_failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"custom-indicator-feeds_permission_list_item_response":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/custom-indicator-feeds_permission_list_item"}}}}]},"custom-indicator-feeds_feed_id":{"type":"integer","x-auditable":true},"custom-indicator-feeds_indicator_feed_metadata_response":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-indicator-feeds_indicator_feed_metadata"}}}]},"custom-indicator-feeds_update_feed_response":{"allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-indicator-feeds_update_feed"}}}]},"intel_schemas-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel_schemas-ip"}}},"type":"object"}]},"intel_components-schemas-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel_ip-list"}}},"type":"object"}]},"intel-sinkholes_sinkhole_collection_response":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_item"}}},"type":"object"}]},"intel-sinkholes_api_response_common_failure":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common-failure"}]},"intel-sinkholes_sinkhole_create_params":{"type":"object","properties":{"name":{"type":"string"},"r2_bucket":{"type":"string"},"r2_id":{"type":"string"},"r2_secret":{"type":"string","writeOnly":true}},"required":["name"]},"intel-sinkholes_sinkhole_single_response":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/intel-sinkholes_sinkhole_item"}}}]},"intel-sinkholes_api_response_single_empty":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"type":"object"}}}]},"intel-sinkholes_ingress_collection_response":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/intel-sinkholes_ingress_item"}}}}]},"intel_url_intelligence_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/intel_url_intelligence"}},"type":"object"}]},"cloudforce-one-whois_identifier":{"type":"string","maxLength":32,"readOnly":true},"cloudforce-one-whois_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_api-response-single"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_whois"}]}},"type":"object"}]},"cloudforce-one-whois_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"load-balancing_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"load-balancing_load-balancer_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_load-balancer"}}},"type":"object"}]},"load-balancing_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/load-balancing_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/load-balancing_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"load-balancing_load-balancer-editable":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"enabled":{"$ref":"#/components/schemas/load-balancing_components-schemas-enabled"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}}},"load-balancing_load-balancer_components-schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/load-balancing_load-balancer"}},"type":"object"}]},"load-balancing_monitor-response-collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_monitor"}}},"type":"object"}]},"load-balancing_monitor-editable":{"type":"object","properties":{"allow_insecure":{"$ref":"#/components/schemas/load-balancing_allow_insecure"},"consecutive_down":{"$ref":"#/components/schemas/load-balancing_consecutive_down"},"consecutive_up":{"$ref":"#/components/schemas/load-balancing_consecutive_up"},"expected_body":{"$ref":"#/components/schemas/load-balancing_expected_body"},"expected_codes":{"$ref":"#/components/schemas/load-balancing_expected_codes"},"follow_redirects":{"$ref":"#/components/schemas/load-balancing_follow_redirects"},"header":{"$ref":"#/components/schemas/load-balancing_header"},"interval":{"$ref":"#/components/schemas/load-balancing_interval"},"method":{"$ref":"#/components/schemas/load-balancing_method"},"path":{"$ref":"#/components/schemas/load-balancing_path"},"port":{"$ref":"#/components/schemas/load-balancing_port"},"probe_zone":{"$ref":"#/components/schemas/load-balancing_probe_zone"},"retries":{"$ref":"#/components/schemas/load-balancing_retries"},"timeout":{"$ref":"#/components/schemas/load-balancing_timeout"},"type":{"$ref":"#/components/schemas/load-balancing_type"}}},"load-balancing_monitor-response-single":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/load-balancing_monitor"}},"type":"object"}]},"load-balancing_identifier":{"type":"string","x-auditable":true},"load-balancing_id_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/load-balancing_identifier"}}}},"type":"object"}]},"load-balancing_monitor-references-response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-common"},{"properties":{"result":{"type":"array","items":{"properties":{"reference_type":{"type":"string","enum":["*","referral","referrer"],"x-auditable":true},"resource_id":{"type":"string","x-auditable":true},"resource_name":{"type":"string","x-auditable":true},"resource_type":{"type":"string","x-auditable":true}},"type":"object"}}},"type":"object"}]},"load-balancing_schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_pool"}}},"type":"object"}]},"load-balancing_enabled":{"type":"boolean","default":true,"x-auditable":true},"load-balancing_latitude":{"type":"number","x-auditable":true},"load-balancing_load_shedding":{"type":"object","properties":{"default_percent":{"type":"number","default":0,"maximum":100,"minimum":0,"x-auditable":true},"default_policy":{"type":"string","default":"random","enum":["random","hash"],"x-auditable":true},"session_percent":{"type":"number","default":0,"maximum":100,"minimum":0,"x-auditable":true},"session_policy":{"type":"string","default":"hash","enum":["hash"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_longitude":{"type":"number","x-auditable":true},"load-balancing_minimum_origins":{"type":"integer","default":1,"x-auditable":true},"load-balancing_monitor_id":{"type":"string","x-auditable":true},"load-balancing_monitor_group_id":{"type":"string","x-auditable":true},"load-balancing_name":{"type":"string","x-auditable":true},"load-balancing_notification_email":{"type":"string","default":"","x-auditable":true},"load-balancing_notification_filter":{"type":"object","properties":{"origin":{"$ref":"#/components/schemas/load-balancing_filter_options"},"pool":{"$ref":"#/components/schemas/load-balancing_filter_options"}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_origin_steering":{"type":"object","properties":{"policy":{"type":"string","default":"random","enum":["random","hash","least_outstanding_requests","least_connections"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_origins":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_origin"},"x-stainless-collection-type":"set"},"load-balancing_schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/load-balancing_pool"}},"type":"object"}]},"load-balancing_patch_pools_notification_email":{"type":"string","enum":[""]},"load-balancing_schemas-identifier":{"type":"string","x-auditable":true},"load-balancing_check_regions":{"type":"array","items":{"enum":["WNAM","ENAM","WEU","EEU","NSAM","SSAM","OC","ME","NAF","SAF","SAS","SEAS","NEAS","ALL_REGIONS"],"type":"string","x-auditable":true},"nullable":true},"load-balancing_schemas-disabled_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"load-balancing_schemas-id_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"}}}},"type":"object"}]},"load-balancing_health_details":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"pool_id":{"type":"string","x-auditable":true},"pop_health":{"type":"object","properties":{"healthy":{"type":"boolean","x-auditable":true},"origins":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_origin-health"}}}}}}},"type":"object"}]},"load-balancing_pools-references-response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-common"},{"properties":{"result":{"type":"array","items":{"properties":{"reference_type":{"type":"string","enum":["*","referral","referrer"],"x-auditable":true},"resource_id":{"type":"string","x-auditable":true},"resource_name":{"type":"string","x-auditable":true},"resource_type":{"type":"string","x-auditable":true}},"type":"object"}}},"type":"object"}]},"load-balancing_schemas-preview_id":{"type":"string"},"load-balancing_preview_result_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/load-balancing_preview_result"}},"type":"object"}]},"load-balancing_subdivision_code_a2":{"type":"string","x-auditable":true},"load-balancing_region_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"load-balancing_region_code":{"type":"string","enum":["WNAM","ENAM","WEU","EEU","NSAM","SSAM","OC","ME","NAF","SAF","SAS","SEAS","NEAS"]},"load-balancing_components-schemas-single_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"load-balancing_api-paginated-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/load-balancing_result_info"}},"type":"object"}],"required":["result_info"]},"load-balancing_search_result":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/load-balancing_search"}}},"load-balancing_load-balancer_components-schemas-usage_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"load_balancers":{"type":"integer","format":"int64"},"max_origins_per_pool":{"type":"integer","format":"int64"},"minimum_monitor_interval":{"type":"integer","format":"int64"},"monitors":{"type":"integer","format":"int64"},"origins":{"type":"integer","format":"int64"},"pools":{"type":"integer","format":"int64"}},"required":["load_balancers","monitors","origins","pools","max_origins_per_pool","minimum_monitor_interval"]}},"type":"object"}]},"load-balancing_load-balancer_components-schemas-identifier":{"type":"string","x-auditable":true},"load-balancing_components-schemas-id_response":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"}}}},"type":"object"}]},"logpush_dataset":{"type":"string","default":"http_requests","enum":["access_requests","audit_logs","audit_logs_v2","biso_user_actions","casb_findings","device_posture_results","dex_application_tests","dex_device_state_events","dlp_forensic_copies","dns_firewall_logs","dns_logs","email_security_alerts","email_security_post_delivery_events","firewall_events","gateway_dns","gateway_http","gateway_network","http_requests","ipsec_logs","magic_ids_detections","mcp_portal_logs","mnm_flow_logs","nel_reports","network_analytics_logs","page_shield_events","sinkhole_http_logs","spectrum_events","ssh_logs","turnstile_events","warp_config_changes","warp_toggle_changes","websocket_analytics","workers_trace_events","zaraz_events","zero_trust_network_sessions"],"nullable":true,"x-auditable":true},"logpush_identifier":{"type":"string","maxLength":32,"x-auditable":true},"logpush_logpush_field_response_collection":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","items":{"nullable":true,"properties":{"key":{"type":"string","x-auditable":true}},"type":"object"}}},"type":"object"}]},"logpush_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/logpush_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/logpush_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"logpush_logpush_job_response_collection":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/logpush_logpush_job"}}},"type":"object"}]},"logpush_destination_conf":{"type":"string","format":"uri","maxLength":4096,"x-sensitive":true},"logpush_enabled":{"type":"boolean","default":false,"x-auditable":true},"logpush_filter":{"type":"string","nullable":true},"logpush_frequency":{"type":"string","default":"high","deprecated":true,"enum":["high","low"],"nullable":true,"x-auditable":true},"logpush_kind":{"type":"string","default":"","enum":["","edge"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"logpush_logpull_options":{"type":"string","format":"uri-reference","deprecated":true,"maxLength":4096,"nullable":true,"x-auditable":true},"logpush_max_upload_bytes":{"type":"integer","nullable":true,"oneOf":[{"enum":[0],"type":"integer"},{"maximum":1000000000,"minimum":5000000,"type":"integer"}],"x-auditable":true},"logpush_max_upload_interval_seconds":{"type":"integer","nullable":true,"oneOf":[{"enum":[0],"type":"integer"},{"maximum":300,"minimum":30,"type":"integer"}],"x-auditable":true},"logpush_max_upload_records":{"type":"integer","nullable":true,"oneOf":[{"enum":[0],"type":"integer"},{"maximum":1000000,"minimum":1000,"type":"integer"}],"x-auditable":true},"logpush_name":{"type":"string","maxLength":512,"nullable":true,"pattern":"^[a-zA-Z0-9\\._-]*$","x-auditable":true},"logpush_output_options":{"type":"object","properties":{"CVE-2021-44228":{"type":"boolean","nullable":true,"x-auditable":true},"batch_prefix":{"type":"string","nullable":true,"x-auditable":true},"batch_suffix":{"type":"string","nullable":true,"x-auditable":true},"field_delimiter":{"type":"string","nullable":true,"x-auditable":true},"field_names":{"type":"array","items":{"type":"string","x-auditable":true}},"merge_subrequests":{"type":"boolean","nullable":true,"x-auditable":true},"output_type":{"type":"string","enum":["ndjson","csv"],"x-auditable":true},"record_delimiter":{"type":"string","nullable":true,"x-auditable":true},"record_prefix":{"type":"string","nullable":true,"x-auditable":true},"record_suffix":{"type":"string","nullable":true,"x-auditable":true},"record_template":{"type":"string","nullable":true,"x-auditable":true},"sample_rate":{"type":"number","format":"float","maximum":1,"minimum":0,"nullable":true,"x-auditable":true},"timestamp_format":{"type":"string","enum":["unixnano","unix","rfc3339","rfc3339ms","rfc3339ns"],"x-auditable":true}},"nullable":true},"logpush_ownership_challenge":{"type":"string","maxLength":4096,"pattern":"^[a-zA-Z0-9/\\+\\._-]*$","x-sensitive":true},"logpush_logpush_job_response_single":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/logpush_logpush_job"}},"type":"object"}]},"logpush_id":{"type":"integer","minimum":1,"x-auditable":true},"logpush_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/logpush_messages"},"messages":{"$ref":"#/components/schemas/logpush_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"logpush_get_ownership_response":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"filename":{"type":"string","x-auditable":true},"message":{"type":"string","x-auditable":true},"valid":{"type":"boolean","x-auditable":true}}}},"type":"object"}]},"logpush_validate_ownership_response":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"valid":{"type":"boolean","x-auditable":true}}}},"type":"object"}]},"logpush_validate_response":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"message":{"type":"string","x-auditable":true},"valid":{"type":"boolean","x-auditable":true}}}},"type":"object"}]},"logpush_destination_exists_response":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"exists":{"type":"boolean","x-auditable":true}}}},"type":"object"}]},"aaa_audit-logs-v2-response-collection":{"allOf":[{"$ref":"#/components/schemas/aaa_audit-logs-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs-v2"}}},"type":"object"}]},"aaa_api-response-common-failure-2":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object","uniqueItems":true}},"messages":{"type":"array","items":{"properties":{"message":{"type":"string"}},"type":"object","uniqueItems":true}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]},"aaa_audit-logs-v2-product-categories-response-collection":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-2"},"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs-v2-product-category"}},"success":{"type":"boolean","enum":[true]}}},"aaa_audit-logs-v2-history-response-collection":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-2"},"result":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs-v2"}},"result_info":{"$ref":"#/components/schemas/aaa_audit-logs-v2-history-result-info"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","result","result_info"]},"aaa_audit-logs-v2-history-not-found":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-2"},"result":{"type":"object","nullable":true},"result_info":{"$ref":"#/components/schemas/aaa_audit-logs-v2-history-result-info"},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","result_info"]},"logcontrol_identifier":{"type":"string","maxLength":32,"x-auditable":true},"logcontrol_cmb_config_response_single":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/logcontrol_cmb_config"}}}]},"logcontrol_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/logcontrol_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/logcontrol_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"logcontrol_cmb_config":{"type":"object","properties":{"allow_out_of_region_access":{"$ref":"#/components/schemas/logcontrol_allow_out_of_region_access"},"regions":{"$ref":"#/components/schemas/logcontrol_regions"}},"nullable":true},"logcontrol_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/logcontrol_messages"},"messages":{"$ref":"#/components/schemas/logcontrol_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"lex_DatasetSummaryListResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error-2"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/lex_DatasetSummary"},"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"lex_CreateDatasetRequest":{"type":"object","properties":{"dataset":{"type":"string","x-auditable":true},"fields":{"type":"array","items":{"$ref":"#/components/schemas/lex_LogField"},"x-stainless-terraform-configurability":"computed_optional"},"filter":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["dataset"]},"lex_DatasetDetailResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error-2"}},"messages":{"type":"array","items":{"type":"string","x-auditable":true}},"result":{"$ref":"#/components/schemas/lex_DatasetResponse"},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages"]},"lex_AvailableDestinationListResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error-2"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/lex_AvailableDestination"},"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"lex_UpdateDatasetRequest":{"type":"object","properties":{"deletion_protection":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"fields":{"type":"array","items":{"$ref":"#/components/schemas/lex_LogField"},"x-stainless-terraform-configurability":"computed_optional"},"filter":{"type":"string","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["enabled"]},"lex_QueryResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/lex_QueryRow"},"nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"dos_dns-protection-rule-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_DnsProtectionRule"}}}}]},"dos_NewDnsProtectionRule":{"type":"object","properties":{"block_any_queries":{"type":"boolean","x-auditable":true},"burst_sensitivity":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"profile_sensitivity":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["scope","name","mode","profile_sensitivity","rate_sensitivity","burst_sensitivity"]},"dos_dns-protection-rule-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_DnsProtectionRule"}}}]},"dos_uuid":{"type":"string","maxLength":36,"x-auditable":true},"dos_DnsProtectionRuleUpdate":{"type":"object","properties":{"block_any_queries":{"type":"boolean","x-auditable":true},"burst_sensitivity":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"profile_sensitivity":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true}},"additionalProperties":false},"dos_infra-prefix-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_InfraPrefix"}}}}]},"dos_NewInfraPrefix":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["prefix","comment","enabled"]},"dos_infra-prefix-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_InfraPrefix"}}}]},"dos_InfraPrefixUpdate":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true}},"additionalProperties":false},"dos_prefix-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_Prefix"}}}}]},"dos_NewPrefix":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"excluded":{"type":"boolean","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["prefix","comment","excluded"]},"dos_prefix-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_Prefix"}}}]},"dos_PrefixUpdate":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"excluded":{"type":"boolean","x-auditable":true}},"additionalProperties":false},"dos_expression-filter-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_ExpressionFilter"}}}}]},"dos_NewExpressionFilter":{"type":"object","properties":{"expression":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["expression","mode"]},"dos_expression-filter-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_ExpressionFilter"}}}]},"dos_ExpressionFilterUpdate":{"type":"object","properties":{"expression":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true}},"additionalProperties":false},"dos_syn-protection-rule-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_SynProtectionRule"}}}}]},"dos_NewSynProtectionRule":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"mitigation_type":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["scope","name","mode","rate_sensitivity","burst_sensitivity"]},"dos_syn-protection-rule-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_SynProtectionRule"}}}]},"dos_SynProtectionRuleUpdate":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"mitigation_type":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true}},"additionalProperties":false},"dos_tcp-flow-protection-rule-list-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dos_TcpFlowProtectionRule"}}}}]},"dos_NewTcpFlowProtectionRule":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["scope","name","mode","rate_sensitivity","burst_sensitivity"]},"dos_tcp-flow-protection-rule-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_TcpFlowProtectionRule"}}}]},"dos_TcpFlowProtectionRuleUpdate":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true}},"additionalProperties":false},"dos_protection-status-response":{"allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/dos_ProtectionStatus"}}}]},"dos_UpdateProtectionStatus":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}},"additionalProperties":false,"required":["enabled"]},"magic_identifier":{"type":"string","maxLength":32,"readOnly":true},"magic_apps_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_apps-response-array"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_app"}}}}]},"magic_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/magic_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/magic_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"magic_app_add_single_request":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/magic_app_hostnames"},"ip_subnets":{"$ref":"#/components/schemas/magic_app_subnets"},"name":{"$ref":"#/components/schemas/magic_app_name"},"source_subnets":{"$ref":"#/components/schemas/magic_app_source_subnets"},"type":{"$ref":"#/components/schemas/magic_app_type"}},"anyOf":[{"required":["hostnames"],"title":"Hostnames"},{"required":["ip_subnets"],"title":"Subnets"},{"required":["source_subnets"],"title":"Source Subnets"}],"required":["name","type"]},"magic_app_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_apps-response-object"},{"properties":{"result":{"$ref":"#/components/schemas/magic_account_app"}}}]},"magic_app_update_request":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/magic_app_hostnames"},"ip_subnets":{"$ref":"#/components/schemas/magic_app_subnets"},"name":{"$ref":"#/components/schemas/magic_app_name"},"source_subnets":{"$ref":"#/components/schemas/magic_app_source_subnets"},"type":{"$ref":"#/components/schemas/magic_app_type"}},"anyOf":[{"required":["name"],"title":"Update App Name"},{"required":["type"],"title":"Update App Type"},{"required":["hostnames"],"title":"Update App Hostnames"},{"required":["ip_subnets"],"title":"Update App Subnets"},{"required":["source_subnets"],"title":"Update App Source Subnets"}]},"magic_cf1_sites_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_cf1_site"}}}}]},"magic_cf1_site":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/magic_identifier"}],"readOnly":true},"location":{"$ref":"#/components/schemas/magic_cf1_site_location"},"modified_on":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string"}},"required":["name"]},"magic_cf1_site_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_cf1_site"}}}]},"magic_cf1_site_update":{"type":"object","properties":{"location":{"$ref":"#/components/schemas/magic_cf1_site_location"},"name":{"type":"string"}}},"magic_cf1_site_ramps_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_cf1_site_ramp"}}}}]},"magic_cf1_site_ramp_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_cf1_site_ramp"}}}]},"magic_components-schemas-tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"interconnects":{"type":"array","items":{"$ref":"#/components/schemas/magic_interconnect"}}}}}}]},"magic_components-schemas-modified_tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"modified":{"type":"boolean"},"modified_interconnects":{"type":"array","items":{"$ref":"#/components/schemas/magic_interconnect"}}}}}}]},"magic_components-schemas-tunnel_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"interconnect":{"$ref":"#/components/schemas/magic_interconnect"}}}}}]},"magic_interconnect_tunnel_update_request":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_interconnect_bgp_config"},"gre":{"$ref":"#/components/schemas/magic_gre"},"health_check":{"$ref":"#/components/schemas/magic_health_check_base"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address_interconnect"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"mtu":{"$ref":"#/components/schemas/magic_schemas-mtu"},"name":{"$ref":"#/components/schemas/magic_components-schemas-name"}}},"magic_components-schemas-tunnel_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"boolean"},"modified_interconnect":{"$ref":"#/components/schemas/magic_interconnect"}}}}}]},"mcn_account_id":{"type":"string","x-auditable":true},"mcn_read_account_catalog_syncs_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_catalog_sync"}}},"type":"object"}]},"mcn_bad_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"},"minLength":1},"result":{"type":"object","enum":[null],"nullable":true}},"type":"object"}]},"mcn_create_catalog_sync_request":{"type":"object","properties":{"destination_type":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_type"},"name":{"type":"string"},"policy":{"type":"string"},"update_mode":{"$ref":"#/components/schemas/mcn_catalog_sync_update_mode"}},"required":["name","update_mode","destination_type"]},"mcn_create_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_catalog_sync"}},"type":"object"}]},"mcn_catalog_sync_destination_type":{"type":"string","enum":["NONE","ZERO_TRUST_LIST"],"x-auditable":true},"mcn_catalog_syncs_prebuilt_policies_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_catalog_syncs_prebuilt_policy"}}},"type":"object"}]},"mcn_catalog_sync_id":{"type":"string","format":"uuid"},"mcn_read_account_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_catalog_sync"}},"type":"object"}]},"mcn_update_catalog_sync_request":{"type":"object","properties":{"name":{"type":"string"},"policy":{"type":"string"},"update_mode":{"$ref":"#/components/schemas/mcn_catalog_sync_update_mode"}}},"mcn_update_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_catalog_sync"}},"type":"object"}]},"mcn_delete_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_deleted_catalog_sync"}},"type":"object"}]},"mcn_refresh_catalog_sync_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_policy_result"}},"type":"object"}]},"mcn_list_onramps_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_onramp"}}},"type":"object"}]},"mcn_create_onramp_request":{"type":"object","properties":{"adopted_hub_id":{"$ref":"#/components/schemas/mcn_resource_id"},"attached_hubs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"attached_vpcs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"cloud_asn":{"type":"integer","format":"uint32","x-auditable":true},"cloud_type":{"$ref":"#/components/schemas/mcn_onramp_cloud_type"},"dynamic_routing":{"type":"boolean","x-auditable":true},"hub_provider_id":{"$ref":"#/components/schemas/mcn_provider_id"},"install_routes_in_cloud":{"type":"boolean","x-auditable":true},"install_routes_in_magic_wan":{"type":"boolean","x-auditable":true},"manage_hub_to_hub_attachments":{"type":"boolean","x-auditable":true},"manage_vpc_to_hub_attachments":{"type":"boolean","x-auditable":true},"name":{"type":"string"},"region":{"type":"string","x-auditable":true},"type":{"$ref":"#/components/schemas/mcn_onramp_type"},"vpc":{"$ref":"#/components/schemas/mcn_resource_id"}},"required":["name","type","cloud_type","install_routes_in_cloud","install_routes_in_magic_wan","dynamic_routing"]},"mcn_create_onramp_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_onramp"}},"type":"object"}]},"mcn_get_magic_wan_address_space_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_magic_wan_address_space"}},"type":"object"}]},"mcn_update_magic_wan_address_space_request":{"type":"object","properties":{"prefixes":{"type":"array","items":{"$ref":"#/components/schemas/mcn_cidr_prefix"}}},"required":["prefixes"]},"mcn_update_magic_wan_address_space_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_magic_wan_address_space"}},"type":"object"}]},"mcn_onramp_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_get_onramp_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_onramp"}},"type":"object"}]},"mcn_update_onramp_request":{"type":"object","properties":{"attached_hubs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"attached_vpcs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"install_routes_in_cloud":{"type":"boolean","x-auditable":true},"install_routes_in_magic_wan":{"type":"boolean","x-auditable":true},"manage_hub_to_hub_attachments":{"type":"boolean"},"manage_vpc_to_hub_attachments":{"type":"boolean"},"name":{"type":"string"},"vpc":{"$ref":"#/components/schemas/mcn_resource_id"}}},"mcn_update_onramp_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_onramp"}},"type":"object"}]},"mcn_delete_onramp_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_deleted_onramp"}},"type":"object"}]},"mcn_good_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"},"maxLength":0}},"type":"object"}]},"mcn_read_account_providers_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_provider"}}},"type":"object"}]},"mcn_create_provider_request":{"type":"object","properties":{"cloud_type":{"$ref":"#/components/schemas/mcn_cloud_type"},"friendly_name":{"type":"string","x-auditable":true}},"required":["friendly_name","cloud_type"]},"mcn_create_provider_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_provider"}},"type":"object"}]},"mcn_provider_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_read_account_provider_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_provider"}},"type":"object"}]},"mcn_update_provider_request":{"type":"object","properties":{"aws_arn":{"type":"string","x-auditable":true},"azure_subscription_id":{"type":"string","x-auditable":true},"azure_tenant_id":{"type":"string","x-auditable":true},"friendly_name":{"type":"string","x-auditable":true},"gcp_project_id":{"type":"string","x-auditable":true},"gcp_service_account_email":{"type":"string","x-auditable":true}}},"mcn_update_provider_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_provider"}},"type":"object"}]},"mcn_delete_provider_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_deleted_provider"}},"type":"object"}]},"mcn_provider_initial_setup_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"type":"object","discriminator":{"propertyName":"item_type"},"oneOf":[{"$ref":"#/components/schemas/mcn_aws_trust_policy"},{"$ref":"#/components/schemas/mcn_azure_setup"},{"$ref":"#/components/schemas/mcn_gcp_setup"}]}},"type":"object"}]},"mcn_resource_type":{"type":"string","enum":["aws_customer_gateway","aws_egress_only_internet_gateway","aws_internet_gateway","aws_instance","aws_network_interface","aws_route","aws_route_table","aws_route_table_association","aws_subnet","aws_vpc","aws_vpc_ipv4_cidr_block_association","aws_vpn_connection","aws_vpn_connection_route","aws_vpn_gateway","aws_security_group","aws_vpc_security_group_ingress_rule","aws_vpc_security_group_egress_rule","aws_ec2_managed_prefix_list","aws_ec2_transit_gateway","aws_ec2_transit_gateway_prefix_list_reference","aws_ec2_transit_gateway_vpc_attachment","azurerm_application_security_group","azurerm_lb","azurerm_lb_backend_address_pool","azurerm_lb_nat_pool","azurerm_lb_nat_rule","azurerm_lb_rule","azurerm_local_network_gateway","azurerm_network_interface","azurerm_network_interface_application_security_group_association","azurerm_network_interface_backend_address_pool_association","azurerm_network_interface_security_group_association","azurerm_network_security_group","azurerm_public_ip","azurerm_route","azurerm_route_table","azurerm_subnet","azurerm_subnet_route_table_association","azurerm_virtual_machine","azurerm_virtual_network_gateway_connection","azurerm_virtual_network","azurerm_virtual_network_gateway","google_compute_network","google_compute_subnetwork","google_compute_vpn_gateway","google_compute_vpn_tunnel","google_compute_route","google_compute_address","google_compute_global_address","google_compute_router","google_compute_interconnect_attachment","google_compute_ha_vpn_gateway","google_compute_forwarding_rule","google_compute_network_firewall_policy","google_compute_network_firewall_policy_rule","cloudflare_static_route","cloudflare_ipsec_tunnel"],"x-auditable":true},"mcn_resource_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_read_account_resources_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response_collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_details"}},"result_info":{"$ref":"#/components/schemas/mcn_result_info"}},"type":"object"}]},"mcn_read_account_resource_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mcn_resource_details"}},"type":"object"}]},"mconn_account_id":{"type":"string","maxLength":32,"readOnly":true},"mconn_customer_connectors_list_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mconn_customer_connector"}}},"type":"object"}]},"mconn_bad_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"},"minLength":1},"result":{"$ref":"#/components/schemas/mconn_none"}},"type":"object"}]},"mconn_customer_connectors_create_request":{"type":"object","allOf":[{"properties":{"device":{"$ref":"#/components/schemas/mconn_customer_device_options"}},"required":["device"],"type":"object"},{"$ref":"#/components/schemas/mconn_customer_connector_fields"}]},"mconn_customer_connectors_create_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_uuid":{"type":"string","x-auditable":true},"mconn_customer_connectors_get_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_customer_connectors_update_request":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_customer_connector_fields"},{"properties":{"provision_license":{"type":"boolean"}},"type":"object"}]},"mconn_customer_connectors_update_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_customer_connectors_delete_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_customer_connectors_edit_request":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_customer_connector_fields"},{"properties":{"provision_license":{"type":"boolean"}},"type":"object"}]},"mconn_customer_connectors_edit_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_connector"}},"type":"object"}]},"mconn_connector_interrupts_list_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_good_response"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/mconn_connector_interrupts_result"}}},"type":"object"}]},"mconn_customer_events_list_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_events_list_result"}},"required":["result"],"type":"object"}]},"mconn_envelope":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"}},"success":{"type":"boolean"}},"required":["success"]},"mconn_customer_events_latest_get_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_events_latest_get_result"}},"required":["result"],"type":"object"}]},"mconn_customer_events_get_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_recorded_event"}},"required":["result"],"type":"object"}]},"mconn_customer_snapshots_list_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_snapshots_list_result"}},"required":["result"],"type":"object"}]},"mconn_customer_snapshots_latest_get_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_customer_snapshots_latest_get_result"}},"required":["result"],"type":"object"}]},"mconn_customer_snapshots_get_success":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_envelope"},{"properties":{"result":{"$ref":"#/components/schemas/mconn_snapshot"}},"required":["result"],"type":"object"}]},"magic_tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"gre_tunnels":{"type":"array","items":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}}]},"magic_modified_tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"modified":{"type":"boolean"},"modified_gre_tunnels":{"type":"array","items":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}}]},"magic_create_gre_tunnel_request":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_bgp_config"},"cloudflare_gre_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_gre_endpoint"},"customer_gre_endpoint":{"$ref":"#/components/schemas/magic_customer_gre_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"mtu":{"$ref":"#/components/schemas/magic_mtu"},"name":{"$ref":"#/components/schemas/magic_gre_tunnel_name"},"ttl":{"$ref":"#/components/schemas/magic_ttl"}},"required":["name","customer_gre_endpoint","cloudflare_gre_endpoint","interface_address"]},"magic_create_gre_tunnel_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}]},"magic_tunnel_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"gre_tunnel":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}]},"magic_gre_tunnel_update_request":{"allOf":[{"$ref":"#/components/schemas/magic_gre_tunnel_add_single_request"}]},"magic_tunnel_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"boolean"},"modified_gre_tunnel":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}]},"magic_tunnel_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deleted":{"type":"boolean"},"deleted_gre_tunnel":{"$ref":"#/components/schemas/magic_gre-tunnel"}}}}}]},"magic_schemas-tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"ipsec_tunnels":{"type":"array","items":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}}]},"magic_schemas-modified_tunnels_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"modified":{"type":"boolean"},"modified_ipsec_tunnels":{"type":"array","items":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}}]},"magic_ipsec_tunnel_add_request":{"allOf":[{"$ref":"#/components/schemas/magic_ipsec_tunnel_add_single_request"}]},"magic_schemas-create_ipsec_tunnel_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}]},"magic_ipsec_tunnels_psk_request":{"type":"object","properties":{"psks":{"type":"array","items":{"$ref":"#/components/schemas/magic_ipsec_tunnel_psk_entry"}}},"required":["psks"]},"magic_ipsec_tunnels_psk_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"successfully_applied_psks":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/magic_ipsec_tunnel_applied_psk"}},"unapplied_psks":{"type":"object","additionalProperties":{"type":"string"}}}}}}]},"magic_schemas-tunnel_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"ipsec_tunnel":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}]},"magic_ipsec_tunnel_add_single_request":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_bgp_config"},"cloudflare_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_ipsec_endpoint"},"custom_remote_identities":{"$ref":"#/components/schemas/magic_custom_remote_identities"},"customer_endpoint":{"$ref":"#/components/schemas/magic_customer_ipsec_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"name":{"$ref":"#/components/schemas/magic_ipsec_tunnel_name"},"psk":{"$ref":"#/components/schemas/magic_psk"},"replay_protection":{"$ref":"#/components/schemas/magic_replay_protection"}},"required":["name","cloudflare_endpoint","interface_address"]},"magic_schemas-tunnel_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"boolean"},"modified_ipsec_tunnel":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}]},"magic_schemas-tunnel_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deleted":{"type":"boolean"},"deleted_ipsec_tunnel":{"$ref":"#/components/schemas/magic_ipsec-tunnel"}}}}}]},"magic_psk_generation_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"ipsec_tunnel_id":{"$ref":"#/components/schemas/magic_identifier"},"psk":{"$ref":"#/components/schemas/magic_psk"},"psk_metadata":{"$ref":"#/components/schemas/magic_psk_metadata"}}}}}]},"magic_routes_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route"}}}}}}]},"magic_route_update_many_request":{"type":"object","properties":{"routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route_update_single_request"}}},"required":["routes"]},"magic_multiple_route_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"modified":{"type":"boolean"},"modified_routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route"}}}}}}]},"magic_create_route_request":{"type":"object","properties":{"nexthop":{"$ref":"#/components/schemas/magic_nexthop"},"prefix":{"$ref":"#/components/schemas/magic_prefix"},"priority":{"$ref":"#/components/schemas/magic_priority"},"scope":{"$ref":"#/components/schemas/magic_scope"},"weight":{"$ref":"#/components/schemas/magic_weight"}},"required":["prefix","nexthop","priority"]},"magic_create_route_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_route"}}}]},"magic_route_delete_many_request":{"type":"object","properties":{"routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route_delete_id"}}},"required":["routes"]},"magic_multiple_route_delete_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"properties":{"deleted":{"type":"boolean"},"deleted_routes":{"type":"array","items":{"$ref":"#/components/schemas/magic_route"}}}}}}]},"magic_route_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"route":{"$ref":"#/components/schemas/magic_route"}}}}}]},"magic_route_update_request":{"allOf":[{"$ref":"#/components/schemas/magic_route_add_single_request"}]},"magic_route_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"boolean"},"modified_route":{"$ref":"#/components/schemas/magic_route"}}}}}]},"magic_route_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"object","properties":{"deleted":{"type":"boolean"},"deleted_route":{"$ref":"#/components/schemas/magic_route"}}}}}]},"magic_sites_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_site"}}}}]},"magic_sites_add_single_request":{"type":"object","properties":{"connector_id":{"$ref":"#/components/schemas/magic_connector-id"},"ha_mode":{"type":"boolean"},"location":{"$ref":"#/components/schemas/magic_site-location"},"name":{"$ref":"#/components/schemas/magic_site-name"},"secondary_connector_id":{"$ref":"#/components/schemas/magic_secondary-connector-id"}},"required":["name"]},"magic_site_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_site"}}}]},"magic_site_update_request":{"type":"object","properties":{"connector_id":{"$ref":"#/components/schemas/magic_connector-id"},"location":{"$ref":"#/components/schemas/magic_site-location"},"name":{"$ref":"#/components/schemas/magic_site-name"},"secondary_connector_id":{"$ref":"#/components/schemas/magic_secondary-connector-id"}}},"magic_site_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_site"}}}]},"magic_site_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_site"}}}]},"magic_acls_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_acl"}}}}]},"magic_acls_add_single_request":{"type":"object","properties":{"forward_locally":{"$ref":"#/components/schemas/magic_forward_locally"},"lan_1":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"lan_2":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"name":{"type":"string"},"protocols":{"type":"array","items":{"enum":["tcp","udp","icmp"],"type":"string"}},"unidirectional":{"$ref":"#/components/schemas/magic_unidirectional"}},"required":["name","lan_1","lan_2"]},"magic_acl_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_acl"}}}]},"magic_acl_update_request":{"type":"object","properties":{"forward_locally":{"$ref":"#/components/schemas/magic_forward_locally"},"lan_1":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"lan_2":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"name":{"type":"string"},"protocols":{"type":"array","items":{"enum":["tcp","udp","icmp"],"type":"string"}},"unidirectional":{"$ref":"#/components/schemas/magic_unidirectional"}}},"magic_acl_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_acl"}}}]},"magic_acl_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_acl"}}}]},"magic_app_configs_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_apps-response-object"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_app_config"}}}}]},"magic_app_config_add_single_request":{"type":"object","allOf":[{"oneOf":[{"properties":{"account_app_id":{"$ref":"#/components/schemas/magic_account_app_id"}},"required":["account_app_id"],"title":"Account App"},{"properties":{"managed_app_id":{"$ref":"#/components/schemas/magic_managed_app_id"}},"required":["managed_app_id"],"title":"Managed App"}]},{"anyOf":[{"required":["breakout"],"title":"Breakout"},{"required":["priority"],"title":"Prioritize"}]},{"properties":{"breakout":{"$ref":"#/components/schemas/magic_app_breakout"},"preferred_wans":{"$ref":"#/components/schemas/magic_app_breakout_preferred_wans"},"priority":{"$ref":"#/components/schemas/magic_app_priority"}}}]},"magic_app_config_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_apps-response-object"},{"properties":{"result":{"$ref":"#/components/schemas/magic_app_config"}}}]},"magic_app_config_update_request":{"type":"object","properties":{"account_app_id":{"$ref":"#/components/schemas/magic_account_app_id"},"breakout":{"$ref":"#/components/schemas/magic_app_breakout"},"managed_app_id":{"$ref":"#/components/schemas/magic_managed_app_id"},"preferred_wans":{"$ref":"#/components/schemas/magic_app_breakout_preferred_wans"},"priority":{"$ref":"#/components/schemas/magic_app_priority"}}},"magic_lans_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_lan"}}}}]},"magic_lans_add_single_request":{"type":"object","properties":{"bond_id":{"$ref":"#/components/schemas/magic_bond_id"},"ha_link":{"type":"boolean"},"is_breakout":{"type":"boolean"},"is_prioritized":{"type":"boolean"},"name":{"type":"string"},"nat":{"$ref":"#/components/schemas/magic_nat"},"physport":{"$ref":"#/components/schemas/magic_port"},"routed_subnets":{"type":"array","items":{"$ref":"#/components/schemas/magic_routed_subnet"}},"static_addressing":{"$ref":"#/components/schemas/magic_lan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"magic_lan_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_lan"}}}]},"magic_lan_update_request":{"type":"object","properties":{"bond_id":{"$ref":"#/components/schemas/magic_bond_id"},"is_breakout":{"type":"boolean"},"is_prioritized":{"type":"boolean"},"name":{"type":"string"},"nat":{"$ref":"#/components/schemas/magic_nat"},"physport":{"$ref":"#/components/schemas/magic_port"},"routed_subnets":{"type":"array","items":{"$ref":"#/components/schemas/magic_routed_subnet"}},"static_addressing":{"$ref":"#/components/schemas/magic_lan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"magic_lan_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_lan"}}}]},"magic_lan_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_lan"}}}]},"magic_netflow_config_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_netflow_config"}}}]},"magic_netflow_config_request":{"type":"object","properties":{"active_timeout":{"type":"integer","maximum":5400,"minimum":1},"collector_ip":{"type":"string"},"collector_port":{"type":"integer","maximum":65535,"minimum":1},"inactive_timeout":{"type":"integer","maximum":5400,"minimum":1},"sampling_rate":{"type":"integer","maximum":10000,"minimum":1}}},"magic_wans_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic_wan"}}}}]},"magic_wans_add_single_request":{"type":"object","properties":{"name":{"type":"string"},"physport":{"$ref":"#/components/schemas/magic_port"},"priority":{"type":"integer"},"static_addressing":{"$ref":"#/components/schemas/magic_wan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}},"required":["physport"]},"magic_wan_single_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_wan"}}}]},"magic_wan_update_request":{"type":"object","properties":{"name":{"type":"string"},"physport":{"$ref":"#/components/schemas/magic_port"},"priority":{"type":"integer"},"static_addressing":{"$ref":"#/components/schemas/magic_wan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"magic_wan_modified_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_wan"}}}]},"magic_wan_deleted_response":{"allOf":[{"$ref":"#/components/schemas/magic_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic_wan"}}}]},"usage-analytics_stream_usage_response":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_api_error"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_api_message"}},"result":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_stream_usage_data_point"}},"success":{"type":"boolean"}},"required":["success","result","errors"]},"iam_collection_member_response_with_policies":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_member_with_policies"}}},"type":"object"}],"title":"Members with Policies"},"iam_create-member-with-roles":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/iam_role_components-schemas-identifier"}},"status":{"$ref":"#/components/schemas/iam_member-invitation-status"}},"required":["email","roles"],"title":"Add Member with Account Roles"},"iam_create-member-with-policies":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_create_member_policy"}},"status":{"$ref":"#/components/schemas/iam_member-invitation-status"}},"required":["email","policies"],"title":"Add Member with Policies"},"iam_single_member_response_with_policies":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_member_with_policies"}},"type":"object"}],"title":"Response with Policies"},"iam_membership_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"iam_update-member-with-roles":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/iam_role"}},"status":{"enum":["accepted","pending"],"readOnly":true,"x-auditable":true},"user":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"first_name":{"$ref":"#/components/schemas/iam_first_name"},"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"},"last_name":{"$ref":"#/components/schemas/iam_last_name"},"two_factor_authentication_enabled":{"$ref":"#/components/schemas/iam_two_factor_authentication_enabled"}},"readOnly":true,"required":["email"]}},"title":"Update Member with Account Roles"},"iam_update-member-with-policies":{"type":"object","properties":{"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_create_member_policy"}}},"required":["policies"],"title":"Update Member with Policies"},"magic-visibility-mnm_account_identifier":{"type":"string","x-auditable":true},"magic-visibility-mnm_mnm_config_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config"}},"type":"object"}]},"magic-visibility-mnm_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"magic-visibility-mnm_mnm_config_default_sampling":{"type":"number","default":1,"minimum":1,"x-auditable":true},"magic-visibility-mnm_mnm_config_name":{"type":"string","x-auditable":true},"magic-visibility-mnm_mnm_config_router_ips":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ip"}},"magic-visibility-mnm_mnm_config_warp_devices":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_device"}},"magic-visibility-mnm_mnm_rules_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule"},"nullable":true}}}]},"magic-visibility-mnm_mnm_rule_create":{"type":"object","properties":{"automatic_advertisement":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_automatic_advertisement"},"bandwidth_threshold":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_bandwidth_threshold"},"duration":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_duration"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_name"},"packet_threshold":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_packet_threshold"},"prefix_match":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_prefix_match"},"prefixes":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_ip_prefixes"},"type":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_type"},"zscore_sensitivity":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_zscore_sensitivity"},"zscore_target":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_zscore_target"}},"nullable":true,"required":["name","prefixes","automatic_advertisement","type"]},"magic-visibility-mnm_mnm_rules_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule"}},"type":"object"}]},"magic-visibility-mnm_rule_identifier":{"type":"string","x-auditable":true},"magic-visibility-mnm_mnm_rule_advertisement_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_advertisable_response"}},"type":"object"}]},"magic-visibility-mnm_mnm_vpc_flows_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_vpc_flows_token"}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_response_collection-5":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject-3"}}},"type":"object"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"tls-certificates-and-hostnames_ca":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_certificates-2":{"type":"string"},"tls-certificates-and-hostnames_name-2":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_private_key-4":{"type":"string","x-sensitive":true},"tls-certificates-and-hostnames_certificate_response_single_post":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObjectPost"}]}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_response_single-5":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject-3"}]}},"type":"object"}]},"tls-certificates-and-hostnames_association_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_associationObject"}}},"type":"object"}]},"organizations-api_V4Message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"organizations-api_Organization":{"type":"object","properties":{"create_time":{"type":"string","format":"date-time","readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/organizations-api_OrganizationID"}],"readOnly":true},"meta":{"type":"object","additionalProperties":{"type":"object"},"properties":{"hierarchy_tags":{"type":"array","items":{"type":"string"}},"managed_by":{"type":"string"},"tenant_flags":{"allOf":[{"$ref":"#/components/schemas/organizations-api_OrganizationFlags"}]}},"readOnly":true},"name":{"type":"string"},"parent":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/organizations-api_OrganizationID"},"name":{"type":"string","readOnly":true}},"required":["id","name"]},"profile":{"$ref":"#/components/schemas/organizations-api_Profile"}},"required":["id","name","create_time","meta"]},"organizations-api_V4ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_V4Message"}},"result":{"type":"object"},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"pages_identifier":{"type":"string","maxLength":32,"x-auditable":true},"pages_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/pages_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"pages_project":{"type":"object","properties":{"build_config":{"$ref":"#/components/schemas/pages_build_config"},"canonical_deployment":{"allOf":[{"$ref":"#/components/schemas/pages_deployment"},{"nullable":true,"readOnly":true,"type":"object"}]},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"deployment_configs":{"type":"object","properties":{"preview":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values"}]},"production":{"allOf":[{"$ref":"#/components/schemas/pages_deployment_config_values"}]}},"required":["production","preview"]},"domains":{"type":"array","items":{"type":"string","x-auditable":true},"readOnly":true},"framework":{"type":"string","readOnly":true,"x-auditable":true},"framework_version":{"type":"string","readOnly":true,"x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"latest_deployment":{"allOf":[{"$ref":"#/components/schemas/pages_deployment"},{"nullable":true,"readOnly":true,"type":"object"}]},"name":{"$ref":"#/components/schemas/pages_project_name"},"preview_script_name":{"type":"string","readOnly":true,"x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"production_script_name":{"type":"string","readOnly":true,"x-auditable":true},"source":{"$ref":"#/components/schemas/pages_source"},"subdomain":{"type":"string","readOnly":true,"x-auditable":true},"uses_functions":{"type":"boolean","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id","name","deployment_configs","latest_deployment","canonical_deployment","created_on","production_branch","production_script_name","preview_script_name","uses_functions","framework","framework_version"]},"pages_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/pages_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/pages_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"pages_deployment_config_values_request":{"type":"object","properties":{"ai_bindings":{"type":"object","additionalProperties":{"nullable":true,"properties":{"project_id":{"type":"string","x-auditable":true}},"required":["project_id"],"type":"object"}},"always_use_latest_compatibility_date":{"type":"boolean","default":false,"x-auditable":true},"analytics_engine_datasets":{"type":"object","additionalProperties":{"nullable":true,"properties":{"dataset":{"type":"string","x-auditable":true}},"required":["dataset"],"type":"object"}},"browsers":{"type":"object","additionalProperties":{"nullable":true,"type":"object","x-stainless-empty-object":true}},"build_image_major_version":{"type":"integer","default":3,"x-auditable":true},"compatibility_date":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"compatibility_flags":{"type":"array","items":{"type":"string","x-auditable":true}},"d1_databases":{"type":"object","additionalProperties":{"nullable":true,"properties":{"id":{"type":"string","x-auditable":true}},"required":["id"],"type":"object"}},"durable_object_namespaces":{"type":"object","additionalProperties":{"nullable":true,"properties":{"namespace_id":{"type":"string","x-auditable":true}},"required":["namespace_id"],"type":"object"}},"env_vars":{"type":"object","additionalProperties":{"discriminator":{"mapping":{"plain_text":"#/components/schemas/pages_plain_text_env_var","secret_text":"#/components/schemas/pages_secret_text_env_var"},"propertyName":"type"},"nullable":true,"oneOf":[{"$ref":"#/components/schemas/pages_plain_text_env_var"},{"$ref":"#/components/schemas/pages_secret_text_env_var"}],"type":"object"}},"fail_open":{"type":"boolean","default":true,"x-auditable":true},"hyperdrive_bindings":{"type":"object","additionalProperties":{"nullable":true,"properties":{"id":{"type":"string","x-auditable":true}},"required":["id"],"type":"object"}},"kv_namespaces":{"type":"object","additionalProperties":{"nullable":true,"properties":{"namespace_id":{"type":"string","x-auditable":true}},"required":["namespace_id"],"type":"object"}},"limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","x-auditable":true}},"required":["cpu_ms"]},"mtls_certificates":{"type":"object","additionalProperties":{"nullable":true,"properties":{"certificate_id":{"type":"string","x-auditable":true}},"required":["certificate_id"],"type":"object"}},"placement":{"type":"object","properties":{"mode":{"type":"string","x-auditable":true}},"required":["mode"]},"queue_producers":{"type":"object","additionalProperties":{"nullable":true,"properties":{"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"r2_buckets":{"type":"object","additionalProperties":{"nullable":true,"properties":{"jurisdiction":{"type":"string","nullable":true,"x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"services":{"type":"object","additionalProperties":{"nullable":true,"properties":{"entrypoint":{"type":"string","nullable":true,"x-auditable":true},"environment":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}},"required":["service"],"type":"object"}},"usage_model":{"type":"string","default":"standard","enum":["standard","bundled","unbound"],"deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"All new projects now use the Standard usage model."},"vectorize_bindings":{"type":"object","additionalProperties":{"nullable":true,"properties":{"index_name":{"type":"string","x-auditable":true}},"required":["index_name"],"type":"object"}},"wrangler_config_hash":{"type":"string","x-auditable":true}}},"pages_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/pages_messages"},"messages":{"$ref":"#/components/schemas/pages_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"pages_project_name":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]*$","x-auditable":true},"pages_deployment":{"type":"object","properties":{"aliases":{"type":"array","items":{"type":"string","x-auditable":true},"nullable":true,"readOnly":true},"build_config":{"$ref":"#/components/schemas/pages_build_config"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"deployment_trigger":{"type":"object","properties":{"metadata":{"type":"object","properties":{"branch":{"type":"string","x-auditable":true},"commit_dirty":{"type":"boolean","x-auditable":true},"commit_hash":{"type":"string","x-auditable":true},"commit_message":{"type":"string","x-auditable":true}},"required":["branch","commit_hash","commit_message","commit_dirty"]},"type":{"type":"string","enum":["github:push","ad_hoc","deploy_hook"],"x-auditable":true}},"readOnly":true,"required":["type","metadata"]},"env_vars":{"$ref":"#/components/schemas/pages_env_vars"},"environment":{"type":"string","enum":["preview","production"],"readOnly":true,"x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"is_skipped":{"type":"boolean","readOnly":true,"x-auditable":true},"latest_stage":{"$ref":"#/components/schemas/pages_stage"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"project_id":{"type":"string","readOnly":true,"x-auditable":true},"project_name":{"$ref":"#/components/schemas/pages_project_name"},"short_id":{"type":"string","readOnly":true,"x-auditable":true},"skip_reason":{"type":"string","enum":["commit_message","preview_deployments_disabled","production_deployments_disabled","path_config","branch_config","pages_to_workers_conversion"],"nullable":true,"readOnly":true,"x-auditable":true},"source":{"$ref":"#/components/schemas/pages_source"},"stages":{"type":"array","items":{"$ref":"#/components/schemas/pages_stage"},"readOnly":true},"url":{"type":"string","readOnly":true,"x-auditable":true},"uses_functions":{"type":"boolean","nullable":true,"readOnly":true,"x-auditable":true}},"required":["aliases","build_config","created_on","deployment_trigger","environment","env_vars","id","is_skipped","latest_stage","modified_on","project_id","project_name","short_id","source","stages","url"]},"pages_deployment_log":{"type":"object","properties":{"data":{"type":"array","items":{"properties":{"line":{"type":"string","readOnly":true},"ts":{"type":"string","readOnly":true}},"required":["ts","line"],"type":"object"}},"includes_container_logs":{"type":"boolean","readOnly":true},"total":{"type":"integer","readOnly":true}},"required":["total","includes_container_logs","data"]},"pages_tail":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"url":{"type":"string","readOnly":true}},"required":["id"]},"pages_domain":{"type":"object","properties":{"certificate_authority":{"type":"string","enum":["google","lets_encrypt"],"readOnly":true,"x-auditable":true},"created_on":{"type":"string","readOnly":true,"x-auditable":true},"domain_id":{"type":"string","readOnly":true,"x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"name":{"$ref":"#/components/schemas/pages_domain_name"},"status":{"type":"string","enum":["initializing","pending","active","deactivated","blocked","error"],"readOnly":true,"x-auditable":true},"validation_data":{"type":"object","properties":{"error_message":{"type":"string","x-auditable":true},"method":{"type":"string","enum":["http","txt"],"x-auditable":true},"status":{"type":"string","enum":["initializing","pending","active","deactivated","error"],"x-auditable":true},"txt_name":{"type":"string","x-auditable":true},"txt_value":{"type":"string","x-auditable":true}},"readOnly":true,"required":["status","method"]},"verification_data":{"type":"object","properties":{"error_message":{"type":"string","x-auditable":true},"status":{"type":"string","enum":["pending","active","deactivated","blocked","error"]}},"readOnly":true,"required":["status"]},"zone_tag":{"type":"string","readOnly":true,"x-auditable":true}},"required":["id","domain_id","name","status","created_on","certificate_authority","zone_tag","validation_data","verification_data"]},"pages_domain_name":{"type":"string","pattern":"^([a-zA-Z0-9][\\-a-zA-Z0-9]*\\.)+[\\-a-zA-Z0-9]{2,20}$","x-auditable":true},"pages_source":{"type":"object","properties":{"config":{"type":"object","properties":{"deployments_enabled":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use `production_deployments_enabled` and `preview_deployment_setting` for more granular control."},"owner":{"type":"string","x-auditable":true},"owner_id":{"type":"string","x-auditable":true},"path_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"path_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"pr_comments_enabled":{"type":"boolean","x-auditable":true},"preview_branch_excludes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_branch_includes":{"type":"array","items":{"type":"string","x-auditable":true}},"preview_deployment_setting":{"type":"string","enum":["all","none","custom"],"x-auditable":true},"production_branch":{"type":"string","x-auditable":true},"production_deployments_enabled":{"type":"boolean","x-auditable":true},"repo_id":{"type":"string","x-auditable":true},"repo_name":{"type":"string","x-auditable":true}},"required":["deployments_enabled","owner","owner_id","path_excludes","path_includes","pr_comments_enabled","preview_branch_excludes","preview_branch_includes","preview_deployment_setting","production_branch","production_deployments_enabled","repo_id","repo_name"]},"type":{"type":"string","enum":["github","gitlab"],"x-auditable":true}},"required":["type","config"]},"pages_pages_upload_token_response":{"type":"object","properties":{"jwt":{"type":"string","x-sensitive":true}},"required":["jwt"]},"pay-per-crawl_getStripeConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_StripeConnection"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_apiErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_RESTError"}},"result":{},"success":{"type":"boolean"}}},"pay-per-crawl_createStripeConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_StripeConnectResp"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_apiNoResultResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_getTermsSignatureLinkResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_SignatureLinkResponse"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_getTermsResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_IronCladContract"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_getTermsSignatureResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"type":"string","nullable":true},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_queryZonesCanBeEnabledResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_ZonesCanBeEnabledPayload"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"magic-visibility-pcaps_identifier":{"type":"string","maxLength":32,"readOnly":true},"magic-visibility-pcaps_pcaps_collection_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_response_simple"},{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_response_full"}]}}},"type":"object"}]},"magic-visibility-pcaps_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"magic-visibility-pcaps_pcaps_request_pcap":{"anyOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_request_simple"},{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_request_full"}]},"magic-visibility-pcaps_pcaps_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-single"},{"properties":{"result":{"anyOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_response_simple"},{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_response_full"}]}},"type":"object"}]},"magic-visibility-pcaps_pcaps_ownership_collection":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_response"},"nullable":true}},"type":"object"}]},"magic-visibility-pcaps_pcaps_ownership_request":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"}},"required":["destination_conf"]},"magic-visibility-pcaps_pcaps_ownership_single_response":{"allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_response"}},"type":"object"}]},"magic-visibility-pcaps_pcaps_ownership_validate_request":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"},"ownership_challenge":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_challenge"}},"required":["destination_conf","ownership_challenge"]},"cloudflare-pipelines_workers-pipelines-account-id":{"type":"string"},"cloudflare-pipelines_workers-pipelines-pipeline":{"type":"object","properties":{"destination":{"type":"object","properties":{"batch":{"type":"object","properties":{"max_bytes":{"type":"integer","default":100000000,"maximum":100000000,"minimum":1000},"max_duration_s":{"type":"number","default":300,"maximum":300,"minimum":0.25},"max_rows":{"type":"integer","default":10000000,"maximum":10000000,"minimum":100}},"required":["max_rows","max_bytes","max_duration_s"]},"compression":{"type":"object","properties":{"type":{"type":"string","default":"gzip","enum":["none","gzip","deflate"]}},"required":["type"]},"format":{"type":"string","enum":["json"]},"path":{"type":"object","properties":{"bucket":{"type":"string"},"filename":{"allOf":[{"type":"string"},{"type":"string"}]},"filepath":{"type":"string"},"prefix":{"type":"string"}},"required":["bucket"]},"type":{"type":"string","enum":["r2"]}},"required":["type","format","batch","compression","path"]},"endpoint":{"type":"string"},"id":{"type":"string"},"name":{"type":"string","maxLength":128,"minLength":1},"source":{"type":"array","items":{"discriminator":{"mapping":{"binding":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source","http":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_http_source"},{"$ref":"#/components/schemas/cloudflare-pipelines_workers_pipelines_binding_source"}]},"minItems":1},"version":{"type":"number"}},"deprecated":true,"required":["name","source","destination","id","version","endpoint"]},"cloudflare-pipelines_worker-pipelines-common-success":{"type":"boolean"},"cloudflare-pipelines_workers_pipelines_binding_source":{"type":"object","properties":{"format":{"type":"string","enum":["json"]},"type":{"type":"string"}},"deprecated":true,"required":["type","format"]},"cloudflare-pipelines_workers_pipelines_http_source":{"type":"object","properties":{"authentication":{"type":"boolean"},"cors":{"type":"object","properties":{"origins":{"type":"array","items":{"type":"string"},"maxItems":5}}},"format":{"type":"string","enum":["json"]},"type":{"type":"string"}},"deprecated":true,"required":["type","format"]},"cloudflare-pipelines_workers-pipelines-pipeline-id":{"type":"string","maxLength":32,"minLength":32},"cloudflare-pipelines_r2TablePublic":{"type":"object","properties":{"account_id":{"type":"string","title":"Account ID"},"bucket":{"type":"string","title":"Bucket"},"file_naming":{"type":"object","additionalProperties":false,"properties":{"prefix":{"type":"string","title":"Filename Prefix"},"strategy":{"type":"string","enum":["serial","uuid","uuid_v7","ulid"],"title":"Filename Strategy"},"suffix":{"type":"string","title":"Filename Suffix"}},"title":"File Naming"},"jurisdiction":{"type":"string","title":"Jurisdiction"},"partitioning":{"type":"object","additionalProperties":false,"properties":{"time_pattern":{"type":"string","title":"Time Partition Pattern"}},"title":"Partitioning Configuration"},"path":{"type":"string","title":"Path"},"rolling_policy":{"type":"object","additionalProperties":false,"properties":{"file_size_bytes":{"type":"integer","format":"uint64","minimum":0,"title":"File Size"},"inactivity_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Inactivity Seconds"},"interval_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Interval Seconds"}},"title":"File Rolling Policy"}},"additionalProperties":false,"required":["account_id","bucket"],"title":"R2 Sink Public"},"cloudflare-pipelines_r2_data_catalogTablePublic":{"type":"object","properties":{"account_id":{"type":"string","format":"uri"},"bucket":{"type":"string"},"namespace":{"type":"string","title":"Namespace"},"rolling_policy":{"type":"object","additionalProperties":false,"properties":{"file_size_bytes":{"type":"integer","format":"uint64","minimum":0,"title":"File Size"},"inactivity_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Inactivity Seconds"},"interval_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Interval Seconds"}},"title":"File Rolling Policy"},"table_name":{"type":"string","title":"Table Name"}},"additionalProperties":false,"required":["account_id","bucket","table_name"],"title":"R2DataCatalogSinkTablePublic"},"cloudflare-pipelines_Format":{"discriminator":{"propertyName":"type"},"oneOf":[{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_JsonFormat"},{"properties":{"type":{"type":"string","enum":["json"]}},"required":["type"],"type":"object"}],"title":"Json"},{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_ParquetFormat"},{"properties":{"type":{"type":"string","enum":["parquet"]}},"required":["type"],"type":"object"}],"title":"Parquet"}]},"cloudflare-pipelines_ConnectionSchema":{"type":"object","properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_SourceField"}},"format":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_Format"}]},"inferred":{"type":"boolean","nullable":true}}},"cloudflare-pipelines_r2Table":{"type":"object","properties":{"account_id":{"type":"string","title":"Account ID"},"bucket":{"type":"string","title":"Bucket"},"credentials":{"type":"object","additionalProperties":false,"properties":{"access_key_id":{"type":"string","format":"var-str","title":"Access Key ID"},"secret_access_key":{"type":"string","format":"var-str","title":"Access Key ID","x-sensitive":true}},"required":["access_key_id","secret_access_key"],"title":"R2 Credentials"},"file_naming":{"type":"object","additionalProperties":false,"properties":{"prefix":{"type":"string","title":"Filename Prefix"},"strategy":{"type":"string","enum":["serial","uuid","uuid_v7","ulid"],"title":"Filename Strategy"},"suffix":{"type":"string","title":"Filename Suffix"}},"title":"File Naming"},"jurisdiction":{"type":"string","title":"Jurisdiction"},"partitioning":{"type":"object","additionalProperties":false,"properties":{"time_pattern":{"type":"string","title":"Time Partition Pattern"}},"title":"Partitioning Configuration"},"path":{"type":"string","title":"Path"},"rolling_policy":{"type":"object","additionalProperties":false,"properties":{"file_size_bytes":{"type":"integer","format":"uint64","minimum":0,"title":"File Size"},"inactivity_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Inactivity Seconds"},"interval_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Interval Seconds"}},"title":"File Rolling Policy"}},"additionalProperties":false,"required":["account_id","bucket","credentials"],"title":"R2 Sink"},"cloudflare-pipelines_r2_data_catalogTable":{"type":"object","properties":{"account_id":{"type":"string","format":"uri"},"bucket":{"type":"string"},"namespace":{"type":"string","title":"Namespace"},"rolling_policy":{"type":"object","additionalProperties":false,"properties":{"file_size_bytes":{"type":"integer","format":"uint64","minimum":0,"title":"File Size"},"inactivity_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Inactivity Seconds"},"interval_seconds":{"type":"integer","format":"uint64","minimum":1,"title":"Interval Seconds"}},"title":"File Rolling Policy"},"table_name":{"type":"string","title":"Table Name"},"token":{"type":"string","format":"var-str","x-sensitive":true}},"additionalProperties":false,"required":["account_id","bucket","token","table_name"],"title":"R2DataCatalogSinkTable"},"cloudflare-pipelines_workers-pipelines-sink-id":{"type":"string","maxLength":32,"minLength":32},"cloudflare-pipelines_workers-pipelines-stream-id":{"type":"string","maxLength":32,"minLength":32},"cloudflare-pipelines_PipelineGraph":{"type":"object","properties":{"edges":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_PipelineEdge"}},"nodes":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_PipelineNode"}}},"required":["nodes","edges"]},"organizations-api_Profile":{"type":"object","properties":{"business_address":{"type":"string"},"business_email":{"type":"string"},"business_name":{"type":"string"},"business_phone":{"type":"string"},"external_metadata":{"type":"string"}},"required":["business_name","business_email","business_phone","business_address","external_metadata"]},"mq_queue":{"type":"object","properties":{"consumers":{"type":"array","items":{"$ref":"#/components/schemas/mq_consumer-response"},"readOnly":true},"consumers_total_count":{"type":"number","readOnly":true},"created_on":{"type":"string","readOnly":true,"x-auditable":true},"modified_on":{"type":"string","readOnly":true,"x-auditable":true},"producers":{"type":"array","items":{"$ref":"#/components/schemas/mq_producer"},"readOnly":true},"producers_total_count":{"type":"number","readOnly":true,"x-auditable":true},"queue_id":{"type":"string","readOnly":true,"x-auditable":true},"queue_name":{"$ref":"#/components/schemas/mq_queue-name"},"settings":{"$ref":"#/components/schemas/mq_queue-settings"}}},"mq_queue-name":{"type":"string","x-auditable":true},"mq_consumer-response":{"type":"object","discriminator":{"mapping":{"http_pull":"#/components/schemas/mq_http-consumer-response","worker":"#/components/schemas/mq_worker-consumer-response"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/mq_worker-consumer-response"},{"$ref":"#/components/schemas/mq_http-consumer-response"}]},"mq_consumer-request":{"type":"object","discriminator":{"mapping":{"http_pull":"#/components/schemas/mq_http-consumer-request","worker":"#/components/schemas/mq_worker-consumer-request"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/mq_worker-consumer-request"},{"$ref":"#/components/schemas/mq_http-consumer-request"}]},"mq_queue-message":{"allOf":[{"properties":{"delay_seconds":{"type":"number","x-auditable":true}},"type":"object"},{"oneOf":[{"$ref":"#/components/schemas/mq_queue-message-text"},{"$ref":"#/components/schemas/mq_queue-message-json"}]}]},"mq_queue-metrics":{"type":"object","properties":{"backlog_bytes":{"type":"number","x-auditable":true},"backlog_count":{"type":"number","x-auditable":true},"oldest_message_timestamp_ms":{"type":"number","x-auditable":true}},"required":["backlog_count","backlog_bytes","oldest_message_timestamp_ms"]},"mq_lease-id":{"type":"string","x-auditable":true},"mq_retry-delay":{"type":"number","x-auditable":true},"mq_queue-batch":{"type":"object","properties":{"delay_seconds":{"type":"number","x-auditable":true},"messages":{"type":"array","items":{"$ref":"#/components/schemas/mq_queue-message"}}}},"mq_batch-size":{"type":"number","x-auditable":true},"mq_queue-peek-batch":{"type":"array","items":{"properties":{"attempts":{"type":"number","readOnly":true,"x-auditable":true},"body":{"type":"string","readOnly":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"metadata":{"type":"object","readOnly":true},"ref":{"$ref":"#/components/schemas/mq_ref"},"timestamp_ms":{"type":"number","readOnly":true,"x-auditable":true}},"type":"object"}},"mq_queue-pull-batch":{"type":"array","items":{"properties":{"attempts":{"type":"number","readOnly":true,"x-auditable":true},"body":{"type":"string","readOnly":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"lease_id":{"$ref":"#/components/schemas/mq_lease-id"},"metadata":{"type":"object","readOnly":true},"timestamp_ms":{"type":"number","readOnly":true,"x-auditable":true}},"type":"object"}},"mq_visibility-timeout":{"type":"number","x-auditable":true},"mq_ref":{"type":"string","x-auditable":true},"r2-data-catalog_account-id":{"type":"string","pattern":"^[a-fA-F0-9]{32}$"},"r2-data-catalog_api-response-single":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/r2-data-catalog_api-response-errors"},"messages":{"$ref":"#/components/schemas/r2-data-catalog_api-response-messages"},"success":{"$ref":"#/components/schemas/r2-data-catalog_api-response-success"}},"required":["success","errors","messages"]},"r2-data-catalog_catalog-list":{"type":"object","properties":{"warehouses":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_catalog"}}},"required":["warehouses"]},"r2-data-catalog_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"type":"object"},"minItems":1},"messages":{"type":"array","items":{"type":"object"}},"success":{"type":"boolean","enum":[false]}}},"r2-data-catalog_bucket-name":{"type":"string","maxLength":63,"minLength":3,"pattern":"^[a-z0-9]([a-z0-9\\-]*[a-z0-9])?$"},"r2-data-catalog_catalog":{"type":"object","properties":{"bucket":{"type":"string"},"credential_status":{"type":"string","allOf":[{"$ref":"#/components/schemas/r2-data-catalog_credential-status"}],"nullable":true},"id":{"type":"string","format":"uuid"},"maintenance_config":{"type":"object","allOf":[{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-config"}],"nullable":true},"name":{"type":"string"},"status":{"$ref":"#/components/schemas/r2-data-catalog_catalog-status"}},"required":["id","name","bucket","status"]},"r2-data-catalog_catalog-credential-request":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"]},"r2-data-catalog_catalog-activation-response":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"}},"required":["id","name"]},"r2-data-catalog_catalog-maintenance-config-response":{"type":"object","properties":{"credential_status":{"$ref":"#/components/schemas/r2-data-catalog_credential-status"},"maintenance_config":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-config"}},"required":["maintenance_config","credential_status"]},"r2-data-catalog_catalog-maintenance-update-request":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_maintenance-update-params"}]},"r2-data-catalog_catalog-maintenance-config":{"type":"object","properties":{"compaction":{"$ref":"#/components/schemas/r2-data-catalog_catalog-compaction-config"},"snapshot_expiration":{"$ref":"#/components/schemas/r2-data-catalog_snapshot-expiration-config"}}},"r2-data-catalog_namespace-list-response":{"type":"object","properties":{"details":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_namespace-details"},"nullable":true},"namespace_uuids":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true},"namespaces":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_namespace-identifier"}},"next_page_token":{"type":"string","nullable":true}},"required":["namespaces"]},"r2-data-catalog_table-list-response":{"type":"object","properties":{"details":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_table-details"},"nullable":true},"identifiers":{"type":"array","items":{"$ref":"#/components/schemas/r2-data-catalog_table-identifier"}},"next_page_token":{"type":"string","nullable":true},"table_uuids":{"type":"array","items":{"format":"uuid","type":"string"},"nullable":true}},"required":["identifiers"]},"r2-data-catalog_get-table-response":{"type":"object","properties":{"identifier":{"$ref":"#/components/schemas/r2-data-catalog_table-identifier"},"metadata":{"$ref":"#/components/schemas/r2-data-catalog_table-metadata"},"metadata_location":{"type":"string"},"returned_snapshots":{"type":"integer","minimum":0},"table_uuid":{"type":"string","format":"uuid"},"total_snapshots":{"type":"integer","minimum":0}},"required":["identifier","table_uuid","total_snapshots","returned_snapshots","metadata"]},"r2-data-catalog_table-maintenance-config-response":{"type":"object","properties":{"maintenance_config":{"$ref":"#/components/schemas/r2-data-catalog_table-maintenance-config"}},"required":["maintenance_config"]},"r2-data-catalog_table-maintenance-update-request":{"type":"object","properties":{"compaction":{"$ref":"#/components/schemas/r2-data-catalog_table-compaction-update-params"},"snapshot_expiration":{"$ref":"#/components/schemas/r2-data-catalog_snapshot-expiration-update-params"}}},"r2-data-catalog_table-maintenance-config":{"type":"object","properties":{"compaction":{"$ref":"#/components/schemas/r2-data-catalog_table-compaction-config"},"snapshot_expiration":{"$ref":"#/components/schemas/r2-data-catalog_snapshot-expiration-config"}}},"r2_v4_response_list":{"allOf":[{"$ref":"#/components/schemas/r2_v4_response"},{"properties":{"result_info":{"$ref":"#/components/schemas/r2_result_info"}},"type":"object"}]},"r2_bucket":{"type":"object","properties":{"creation_date":{"type":"string"},"jurisdiction":{"$ref":"#/components/schemas/r2_jurisdiction"},"location":{"$ref":"#/components/schemas/r2_bucket_location"},"name":{"$ref":"#/components/schemas/r2_bucket_name"},"storage_class":{"$ref":"#/components/schemas/r2_storage_class"}}},"r2_bucket_location":{"type":"string","enum":["apac","eeur","enam","weur","wnam","oc"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"r2_storage_class":{"type":"string","default":"Standard","enum":["Standard","InfrequentAccess"],"x-auditable":true},"r2_domain_name":{"type":"string","x-auditable":true},"r2_get_custom_domain_response":{"type":"object","properties":{"ciphers":{"type":"array","items":{"type":"string"},"x-auditable":true},"domain":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"minTLS":{"type":"string","enum":["1.0","1.1","1.2","1.3"],"x-auditable":true},"status":{"type":"object","properties":{"ownership":{"type":"string","enum":["pending","active","deactivated","blocked","error","unknown"],"x-auditable":true},"ssl":{"type":"string","enum":["initializing","pending","active","deactivated","error","unknown"],"x-auditable":true}},"required":["ssl","ownership"]},"zoneId":{"type":"string","x-auditable":true},"zoneName":{"type":"string","x-auditable":true}},"required":["domain","status","enabled"]},"r2_remove_custom_domain_response":{"type":"object","properties":{"domain":{"type":"string","x-auditable":true}},"required":["domain"]},"r2_errors":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"r2_messages":{"type":"array","items":{"type":"string"}},"r2_r2_delete_object_result":{"type":"object","properties":{"key":{"type":"string"}}},"r2_r2_bucket_job":{"type":"object","properties":{"endTime":{"type":"string","format":"date-time"},"id":{"type":"string"},"jobType":{"type":"string","enum":["prefixDelete"]},"prefixDelete":{"type":"object","properties":{"deletedObjects":{"type":"integer"},"isBucketClear":{"type":"boolean"},"prefix":{"type":"string"}},"required":["prefix","deletedObjects"]},"startTime":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/r2_r2_bucket_job_status"}},"required":["id","jobType","status","startTime","prefixDelete"]},"realtimekit_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"realtimekit_app_id":{"type":"string","maxLength":32},"realtimekit_GenericSuccessResponse":{"type":"object","properties":{"data":{"type":"object"},"success":{"type":"boolean","default":true}},"required":["success"],"title":"GenericSuccessResponse"},"realtimekit_Recording":{"type":"object","properties":{"audio_download_url":{"type":"string","format":"uri","nullable":true,"readOnly":true},"download_url":{"type":"string","format":"uri","nullable":true,"readOnly":true},"download_url_expiry":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"file_size":{"type":"number","nullable":true,"readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"invoked_time":{"type":"string","format":"date-time"},"output_file_name":{"type":"string"},"recording_duration":{"type":"integer"},"session_id":{"type":"string","format":"uuid","nullable":true,"readOnly":true},"started_time":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["INVOKED","RECORDING","UPLOADING","UPLOADED","ERRORED","PAUSED"]},"stopped_time":{"type":"string","format":"date-time","nullable":true}},"required":["id","download_url","download_url_expiry","audio_download_url","file_size","session_id","output_file_name","status","invoked_time","started_time","stopped_time"],"title":"Recording"},"realtimekit_WebhooksListSuccessResponse":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_Webhook"}},"success":{"type":"boolean"}},"required":["success","data"]},"realtimekit_WebhookRequest":{"type":"object","properties":{"enabled":{"type":"boolean","default":true},"events":{"type":"array","items":{"enum":["meeting.started","meeting.ended","meeting.participantJoined","meeting.participantLeft","meeting.chatSynced","recording.statusUpdate","livestreaming.statusUpdate","meeting.transcript","meeting.summary"],"type":"string"}},"name":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["name","url","events"]},"realtimekit_WebhookSuccessResponse":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_Webhook"},"success":{"type":"boolean"}},"required":["success","data"]},"realtimekit_ErrorResponse":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]},"success":{"type":"boolean"}},"required":["success","error"]},"realtimekit_WebhookEventsSuccessResponse":{"type":"object","properties":{"data":{"type":"array","items":{"enum":["meeting.started","meeting.ended","meeting.participantJoined","meeting.participantLeft","meeting.chatSynced","recording.statusUpdate","livestreaming.statusUpdate","meeting.transcript","meeting.summary"],"type":"string"}},"success":{"type":"boolean"}},"required":["success","data"]},"realtimekit_PatchWebhookRequest":{"type":"object","properties":{"enabled":{"type":"boolean","default":true},"events":{"type":"array","items":{"enum":["meeting.started","meeting.ended","meeting.participantJoined","meeting.participantLeft","recording.statusUpdate","livestreaming.statusUpdate","meeting.chatSynced","meeting.transcript","meeting.summary"],"type":"string"}},"name":{"type":"string"},"url":{"type":"string","format":"uri"}}},"request-tracer_identifier":{"type":"string","maxLength":32,"x-auditable":true},"request-tracer_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/request-tracer_messages"},"messages":{"$ref":"#/components/schemas/request-tracer_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"request-tracer_trace":{"type":"array","items":{"properties":{"action":{"type":"string","pattern":"^[a-z_]+$","x-auditable":true},"action_parameters":{"type":"object","x-auditable":true},"expression":{"type":"string","x-auditable":true},"kind":{"type":"string","x-auditable":true},"matched":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true},"step_name":{"type":"string","x-auditable":true},"trace":{"$ref":"#/components/schemas/request-tracer_trace"},"type":{"type":"string","x-auditable":true}},"type":"object"}},"request-tracer_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/request-tracer_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/request-tracer_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"iam_collection_role_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_role"}}},"type":"object"}]},"iam_role_components-schemas-identifier":{"type":"string","maxLength":32,"x-auditable":true},"iam_single_role_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_role"}},"type":"object"}]},"lists_account_id":{"type":"string","maxLength":32,"minLength":32,"readOnly":true,"x-auditable":true},"lists_lists-response-collection":{"type":"object","allOf":[{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/lists_list"}}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-collection"}]},"lists_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/lists_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/lists_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"lists_kind":{"enum":["ip","redirect","hostname","asn"]},"lists_name":{"type":"string","maxLength":50,"pattern":"^[a-zA-Z0-9_]+$","x-auditable":true},"lists_list-response-collection":{"type":"object","allOf":[{"properties":{"result":{"$ref":"#/components/schemas/lists_list"}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"lists_operation_id":{"type":"string","readOnly":true,"x-auditable":true},"lists_bulk-operation-response-single":{"allOf":[{"properties":{"result":{"$ref":"#/components/schemas/lists_operation"}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"lists_list_id":{"type":"string","maxLength":32,"minLength":32,"readOnly":true,"x-auditable":true},"lists_list-delete-response-collection":{"type":"object","allOf":[{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/lists_list_id"}},"required":["id"]}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"lists_items-list-response-collection":{"allOf":[{"properties":{"result":{"$ref":"#/components/schemas/lists_items"},"result_info":{"type":"object","properties":{"cursors":{"type":"object","properties":{"after":{"type":"string","x-auditable":true},"before":{"type":"string","x-auditable":true}}}}}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-collection"}]},"lists_items-update-request-collection":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/lists_list_item_ip_comment"},{"$ref":"#/components/schemas/lists_list_item_redirect_comment"},{"$ref":"#/components/schemas/lists_list_item_hostname_comment"},{"$ref":"#/components/schemas/lists_list_item_asn_comment"}]}},"lists_lists-async-response":{"allOf":[{"properties":{"result":{"type":"object","properties":{"operation_id":{"$ref":"#/components/schemas/lists_operation_id"}},"required":["operation_id"]}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-collection"}]},"lists_item_id":{"type":"string","maxLength":32,"minLength":32,"readOnly":true,"x-auditable":true},"lists_item-response-single":{"allOf":[{"properties":{"result":{"$ref":"#/components/schemas/lists_item"}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"rulesets_AccountId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Account ID"},"rulesets_Cursor":{"type":"string","minLength":1,"title":"Cursor"},"rulesets_PerPage":{"type":"integer","maximum":50,"minimum":1,"title":"Per Page"},"rulesets_RulesetPhase":{"type":"string","enum":["ddos_l4","ddos_l7","http_config_settings","http_custom_errors","http_log_custom_fields","http_ratelimit","http_request_cache_settings","http_request_dynamic_redirect","http_request_firewall_custom","http_request_firewall_managed","http_request_late_transform","http_request_origin","http_request_redirect","http_request_sanitize","http_request_sbfm","http_request_transform","http_response_cache_settings","http_response_compression","http_response_firewall_managed","http_response_headers_transform","magic_transit","magic_transit_ids_managed","magic_transit_managed","magic_transit_ratelimit"],"title":"Phase"},"rulesets_RulesetVersion":{"type":"string","pattern":"^[0-9]+$","title":"Version"},"rulesets_RulesetId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Ruleset ID"},"rulesets_RuleId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Rule ID"},"rulesets_RuleCategory":{"type":"string","minLength":1,"title":"Category"},"rum_identifier":{"type":"string","maxLength":32,"x-auditable":true},"rum_create-site-request":{"type":"object","properties":{"auto_install":{"$ref":"#/components/schemas/rum_auto_install"},"host":{"$ref":"#/components/schemas/rum_host"},"zone_tag":{"$ref":"#/components/schemas/rum_zone_tag"}}},"rum_site-response-single":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/rum_site"}},"type":"object"}]},"rum_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/rum_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/rum_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"rum_per_page":{"type":"number"},"rum_page":{"type":"number"},"rum_order_by":{"type":"string","enum":["host","created"]},"rum_sites-response-collection":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/rum_site"}},"result_info":{"$ref":"#/components/schemas/rum_result_info"}},"type":"object"}]},"rum_site-tag-list-response":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/rum_site_tag"}}},"type":"object"}]},"rum_empty-response":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"rum_zone-tag-list-response":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/rum_zone_tag"}}},"type":"object"}]},"rum_update-site-request":{"type":"object","properties":{"auto_install":{"$ref":"#/components/schemas/rum_auto_install"},"enabled":{"$ref":"#/components/schemas/rum_enabled"},"host":{"$ref":"#/components/schemas/rum_host"},"lite":{"$ref":"#/components/schemas/rum_lite"},"zone_tag":{"$ref":"#/components/schemas/rum_zone_tag"}}},"rum_site-tag-response-single":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"object","properties":{"site_tag":{"$ref":"#/components/schemas/rum_site_tag"}}}},"type":"object"}]},"rum_ruleset_identifier":{"type":"string","x-auditable":true},"rum_modify-rules-request":{"type":"object","properties":{"delete_rules":{"type":"array","items":{"$ref":"#/components/schemas/rum_rule_identifier"}},"rules":{"type":"array","items":{"properties":{"host":{"type":"string"},"id":{"$ref":"#/components/schemas/rum_rule_identifier"},"inclusive":{"type":"boolean"},"is_paused":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}}},"type":"object"}}}},"rum_rules-response-collection":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"type":"object","properties":{"rules":{"$ref":"#/components/schemas/rum_rules"},"ruleset":{"$ref":"#/components/schemas/rum_ruleset"}}}},"type":"object"}]},"iam_scim_group_list_response":{"type":"object","properties":{"Resources":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_group_summary"}},"itemsPerPage":{"type":"integer"},"schemas":{"type":"array","items":{"type":"string"}},"startIndex":{"type":"integer"},"totalResults":{"type":"integer"}},"required":["schemas","totalResults","Resources"],"title":"SCIM Group List Response"},"iam_scim_error_response":{"type":"object","properties":{"detail":{"type":"string"},"schemas":{"type":"array","items":{"type":"string"}},"scimType":{"type":"string"},"status":{"type":"string"}},"required":["schemas","status"],"title":"SCIM Error Response"},"iam_scim_group_create_request":{"type":"object","properties":{"displayName":{"type":"string","x-auditable":true},"externalId":{"type":"string","x-auditable":true}},"required":["displayName"],"title":"SCIM Group Create Request"},"iam_scim_group":{"type":"object","properties":{"displayName":{"type":"string","x-auditable":true},"externalId":{"type":"string","x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"members":{"type":"array","items":{"properties":{"display":{"type":"string"},"value":{"type":"string"}},"type":"object"},"readOnly":true},"meta":{"$ref":"#/components/schemas/iam_scim_group_meta"},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","id","displayName"],"title":"SCIM Group"},"iam_scim_group_identifier":{"type":"string","title":"SCIM Group Identifier"},"iam_scim_group_patch_op_request":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_group_patch_operation"}},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","Operations"],"title":"SCIM PatchOp Request (Groups)"},"iam_scim_resource_type_list_response":{"type":"object","properties":{"Resources":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_resource_type"}},"itemsPerPage":{"type":"integer"},"schemas":{"type":"array","items":{"type":"string"}},"startIndex":{"type":"integer"},"totalResults":{"type":"integer"}},"required":["schemas","totalResults","Resources"],"title":"SCIM Resource Type List Response"},"iam_scim_resource_type":{"type":"object","properties":{"endpoint":{"type":"string"},"id":{"type":"string"},"meta":{"$ref":"#/components/schemas/iam_scim_resource_type_meta"},"name":{"type":"string"},"schema":{"type":"string"},"schemaExtensions":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_schema_extension"}},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","id","name","endpoint","schema"],"title":"SCIM Resource Type"},"iam_scim_schema_list_response":{"type":"object","properties":{"Resources":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_schema"}},"itemsPerPage":{"type":"integer"},"schemas":{"type":"array","items":{"type":"string"}},"startIndex":{"type":"integer"},"totalResults":{"type":"integer"}},"required":["schemas","totalResults","Resources"],"title":"SCIM Schema List Response"},"iam_scim_schema":{"type":"object","properties":{"attributes":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_schema_attr"}},"id":{"type":"string"},"meta":{"$ref":"#/components/schemas/iam_scim_schema_meta"},"name":{"type":"string"},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","id","name","attributes"],"title":"SCIM Schema"},"iam_scim_service_provider_config":{"type":"object","properties":{"authenticationSchemes":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_authentication_scheme"}},"bulk":{"$ref":"#/components/schemas/iam_scim_bulk_feature"},"changePassword":{"$ref":"#/components/schemas/iam_scim_feature"},"documentationUri":{"type":"string"},"etag":{"$ref":"#/components/schemas/iam_scim_feature"},"filter":{"$ref":"#/components/schemas/iam_scim_filter_feature"},"patch":{"$ref":"#/components/schemas/iam_scim_feature"},"schemas":{"type":"array","items":{"type":"string"}},"sort":{"$ref":"#/components/schemas/iam_scim_feature"}},"required":["schemas","patch","bulk","filter","changePassword","sort","etag","authenticationSchemes"],"title":"SCIM Service Provider Config"},"iam_scim_user_list_response":{"type":"object","properties":{"Resources":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_user"}},"itemsPerPage":{"type":"integer"},"schemas":{"type":"array","items":{"type":"string"}},"startIndex":{"type":"integer"},"totalResults":{"type":"integer"}},"required":["schemas","totalResults","Resources"],"title":"SCIM User List Response"},"iam_scim_user_create_request":{"type":"object","properties":{"active":{"type":"boolean","x-auditable":true},"displayName":{"type":"string","x-auditable":true},"emails":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_user_email_object"}},"externalId":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/iam_scim_user_name_object"},"schemas":{"type":"array","items":{"type":"string"}},"userName":{"type":"string","format":"email","x-auditable":true}},"required":["schemas","userName","emails","active"],"title":"SCIM User Create Request"},"iam_scim_user":{"type":"object","properties":{"active":{"type":"boolean","x-auditable":true},"displayName":{"type":"string","x-auditable":true},"emails":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_user_email_object"}},"externalId":{"type":"string","x-auditable":true},"groups":{"type":"array","items":{"type":"string"},"readOnly":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"meta":{"type":"object","properties":{"resourceType":{"type":"string"}},"readOnly":true},"name":{"$ref":"#/components/schemas/iam_scim_user_name_object"},"schemas":{"type":"array","items":{"type":"string"}},"userName":{"type":"string","format":"email","x-auditable":true}},"required":["schemas","id","userName","active"],"title":"SCIM User"},"iam_scim_user_identifier":{"type":"string","title":"SCIM User Identifier"},"iam_scim_user_replace_request":{"type":"object","properties":{"active":{"type":"boolean","x-auditable":true},"displayName":{"type":"string","x-auditable":true},"emails":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_user_email_object"}},"externalId":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/iam_scim_user_name_object"},"schemas":{"type":"array","items":{"type":"string"}},"userName":{"type":"string","format":"email","x-auditable":true}},"required":["schemas","userName"],"title":"SCIM User Replace Request"},"iam_scim_patch_op_request":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_patch_operation"}},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","Operations"],"title":"SCIM PatchOp Request (Users)"},"secondary-dns_account_identifier":{"type":"string","readOnly":true,"x-auditable":true},"secondary-dns_response_collection-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secondary-dns_acl"}}},"type":"object"}]},"secondary-dns_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/secondary-dns_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"secondary-dns_ip_range":{"type":"string","x-auditable":true},"secondary-dns_name-4":{"type":"string","x-auditable":true},"secondary-dns_single_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_acl"}},"type":"object"}]},"secondary-dns_identifier-3":{"type":"string","readOnly":true,"x-auditable":true},"secondary-dns_acl":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier-3"},"ip_range":{"$ref":"#/components/schemas/secondary-dns_ip_range"},"name":{"$ref":"#/components/schemas/secondary-dns_name-4"}},"required":["id","name","ip_range"]},"secondary-dns_id_response-3":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier-3"}}}},"type":"object"}]},"secondary-dns_response_collection-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secondary-dns_peer"}}},"type":"object"}]},"secondary-dns_name-3":{"type":"string","x-auditable":true},"secondary-dns_single_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_peer"}},"type":"object"}]},"secondary-dns_peer":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier-3"},"ip":{"$ref":"#/components/schemas/secondary-dns_ip"},"ixfr_enable":{"$ref":"#/components/schemas/secondary-dns_ixfr_enable"},"name":{"$ref":"#/components/schemas/secondary-dns_name-3"},"port":{"$ref":"#/components/schemas/secondary-dns_port"},"tsig_id":{"$ref":"#/components/schemas/secondary-dns_tsig_id"}},"required":["id","name"]},"secondary-dns_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secondary-dns_tsig"}}},"type":"object"}]},"secondary-dns_tsig":{"type":"object","properties":{"algo":{"$ref":"#/components/schemas/secondary-dns_algo"},"id":{"$ref":"#/components/schemas/secondary-dns_identifier-2"},"name":{"$ref":"#/components/schemas/secondary-dns_name-2"},"secret":{"$ref":"#/components/schemas/secondary-dns_secret"}},"required":["id","name","secret","algo"]},"secondary-dns_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_tsig"}},"type":"object"}]},"secondary-dns_identifier-2":{"type":"string","readOnly":true,"x-auditable":true},"secondary-dns_id_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier-2"}}}},"type":"object"}]},"secrets-store_quota_response":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/secrets-store_secretsUsageObject"}}}]},"secrets-store_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/secrets-store_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/secrets-store_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"secrets-store_stores_response_collection":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secrets-store_storeObject"}}},"type":"object"}]},"secrets-store_createStoreObject":{"properties":{"name":{"$ref":"#/components/schemas/secrets-store_store_name"}},"required":["name"]},"secrets-store_store_response":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/secrets-store_storeObject"}},"type":"object"}]},"secrets-store_delete_response":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-single"},{"properties":{"result":{"type":"object","nullable":true}},"type":"object"}]},"secrets-store_secrets_response_collection":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/secrets-store_secretObject"}}}}]},"secrets-store_createSecretObject":{"properties":{"comment":{"$ref":"#/components/schemas/secrets-store_comment"},"name":{"$ref":"#/components/schemas/secrets-store_secret_name"},"scopes":{"$ref":"#/components/schemas/secrets-store_scopes"},"value":{"$ref":"#/components/schemas/secrets-store_value"}},"required":["name","value","scopes"]},"secrets-store_deleteSecretsRequest":{"type":"object","properties":{"ids":{"type":"array","items":{"$ref":"#/components/schemas/secrets-store_identifier"}}},"required":["ids"]},"secrets-store_secret_response":{"allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secrets-store_secretObject"}}}]},"secrets-store_patchSecretObject":{"properties":{"comment":{"$ref":"#/components/schemas/secrets-store_comment"},"scopes":{"$ref":"#/components/schemas/secrets-store_scopes"},"value":{"$ref":"#/components/schemas/secrets-store_value"}}},"secrets-store_duplicateSecretObject":{"properties":{"comment":{"$ref":"#/components/schemas/secrets-store_comment"},"name":{"$ref":"#/components/schemas/secrets-store_secret_name"},"scopes":{"$ref":"#/components/schemas/secrets-store_scopes"}},"required":["name","scopes"]},"workers-kv_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"workers-kv_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/workers-kv_result_info"}},"type":"object"}]},"workers-kv_namespace":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/workers-kv_namespace_identifier"},"supports_url_encoding":{"type":"boolean","readOnly":true,"x-auditable":true},"title":{"$ref":"#/components/schemas/workers-kv_namespace_title"}},"required":["id","title"]},"workers-kv_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/workers-kv_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/workers-kv_messages"}]},"result":{"type":"object","nullable":true,"x-stainless-empty-object":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"workers-kv_create_rename_namespace_body":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/workers-kv_namespace_title"}},"required":["title"]},"workers-kv_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/workers-kv_messages"},"messages":{"$ref":"#/components/schemas/workers-kv_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"workers-kv_namespace_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"workers-kv_api-response-common-no-result":{"allOf":[{"$ref":"#/components/schemas/workers-kv_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"x-stainless-empty-object":true}},"type":"object"}]},"workers-kv_bulk_write":{"type":"array","items":{"properties":{"base64":{"type":"boolean","default":false},"expiration":{"$ref":"#/components/schemas/workers-kv_expiration"},"expiration_ttl":{"$ref":"#/components/schemas/workers-kv_expiration_ttl"},"key":{"$ref":"#/components/schemas/workers-kv_key_name_bulk"},"metadata":{"$ref":"#/components/schemas/workers-kv_list_metadata"},"value":{"type":"string","maxLength":26214400}},"required":["key","value"],"type":"object"}},"workers-kv_bulk-result":{"type":"object","properties":{"successful_key_count":{"type":"number"},"unsuccessful_keys":{"type":"array","items":{"type":"string"}}}},"workers-kv_bulk_delete":{"type":"array","items":{"$ref":"#/components/schemas/workers-kv_key_name_bulk"}},"workers-kv_key_name_bulk":{"type":"string","maxLength":512},"workers-kv_bulk-get-result":{"type":"object","properties":{"values":{"type":"object","additionalProperties":{"oneOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"additionalProperties":true,"type":"object"}]}}}},"workers-kv_bulk-get-result-with-metadata":{"type":"object","properties":{"values":{"type":"object","additionalProperties":{"nullable":true,"properties":{"expiration":{"$ref":"#/components/schemas/workers-kv_expiration"},"metadata":{"allOf":[{"$ref":"#/components/schemas/workers-kv_any"},{}]},"value":{"allOf":[{"$ref":"#/components/schemas/workers-kv_any"},{}]}},"required":["value","metadata"],"type":"object"}}}},"workers-kv_key":{"type":"object","properties":{"expiration":{"type":"number"},"metadata":{"$ref":"#/components/schemas/workers-kv_list_metadata"},"name":{"$ref":"#/components/schemas/workers-kv_key_name"}},"required":["name"]},"workers-kv_cursor_result_info":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"$ref":"#/components/schemas/workers-kv_cursor"}}},"workers-kv_key_name":{"type":"string","maxLength":512},"workers-kv_list_metadata":{"allOf":[{"$ref":"#/components/schemas/workers-kv_any"},{}]},"workers-kv_value":{"anyOf":[{"type":"string"},{"format":"binary","type":"string"}]},"workers-kv_expiration":{"type":"number"},"workers-kv_expiration_ttl":{"type":"number","minimum":60},"workers-kv_metadata":{"allOf":[{"$ref":"#/components/schemas/workers-kv_any"},{}]},"stream_account_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_media_state":{"type":"string","enum":["pendingupload","downloading","queued","inprogress","ready","error","live-inprogress"],"x-auditable":true},"stream_creator":{"type":"string","maxLength":64,"x-auditable":true},"stream_type":{"type":"string","x-auditable":true},"stream_asc":{"type":"boolean","default":false},"stream_video_name":{"type":"string","x-auditable":true},"stream_search":{"type":"string","x-auditable":true},"stream_start":{"type":"string","format":"date-time"},"stream_end":{"type":"string","format":"date-time"},"stream_include_counts":{"type":"boolean","default":false},"stream_video_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/stream_videos"}}},"type":"object"},{"properties":{"range":{"type":"integer"},"total":{"type":"integer"}},"type":"object"}]},"stream_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/stream_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/stream_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"stream_tus_resumable":{"type":"string","enum":["1.0.0"],"x-auditable":true},"stream_upload_length":{"type":"integer","minimum":0,"x-auditable":true},"stream_upload_metadata":{"type":"string","x-auditable":true},"stream_direct_user":{"type":"boolean","default":false,"x-auditable":true},"stream_videoClipStandard":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_allowedOrigins"},"clippedFromVideoUID":{"$ref":"#/components/schemas/stream_clipped_from_video_uid"},"creator":{"$ref":"#/components/schemas/stream_creator"},"endTimeSeconds":{"$ref":"#/components/schemas/stream_end_time_seconds"},"input":{"type":"string","format":"uri"},"meta":{"$ref":"#/components/schemas/stream_media_metadata"},"name":{"type":"string"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_requireSignedURLs"},"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"startTimeSeconds":{"$ref":"#/components/schemas/stream_start_time_seconds"},"thumbnailTimestampPct":{"$ref":"#/components/schemas/stream_thumbnailTimestampPct"},"url":{"type":"string","format":"uri"},"watermark":{"$ref":"#/components/schemas/stream_watermarkAtUpload"}},"required":["clippedFromVideoUID","startTimeSeconds","endTimeSeconds"]},"stream_clipResponseSingle":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_videos"}},"type":"object"}]},"stream_video_copy_request":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_allowedOrigins"},"creator":{"$ref":"#/components/schemas/stream_creator"},"input":{"type":"string","format":"uri"},"meta":{"$ref":"#/components/schemas/stream_media_metadata"},"name":{"type":"string"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_requireSignedURLs"},"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"thumbnailTimestampPct":{"$ref":"#/components/schemas/stream_thumbnailTimestampPct"},"url":{"type":"string","format":"uri"},"watermark":{"$ref":"#/components/schemas/stream_watermark_at_upload"}},"anyOf":[{"required":["input"]},{"required":["url"]}]},"stream_video_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_videos"}},"type":"object"}]},"stream_direct_upload_request":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_allowedOrigins"},"creator":{"$ref":"#/components/schemas/stream_creator"},"expiry":{"type":"string","format":"date-time","default":"Now + 30 minutes","x-auditable":true},"maxDurationSeconds":{"$ref":"#/components/schemas/stream_maxDurationSeconds"},"meta":{"$ref":"#/components/schemas/stream_media_metadata"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_requireSignedURLs"},"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"thumbnailTimestampPct":{"$ref":"#/components/schemas/stream_thumbnailTimestampPct"},"watermark":{"$ref":"#/components/schemas/stream_watermark_at_upload"}},"required":["maxDurationSeconds"]},"stream_direct_upload_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"object","properties":{"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"uid":{"$ref":"#/components/schemas/stream_identifier"},"uploadURL":{"type":"string"},"watermark":{"$ref":"#/components/schemas/stream_watermarks"}}}},"type":"object"}]},"stream_identifier-2":{"type":"string","maxLength":32,"x-auditable":true},"stream_key_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"properties":{"created":{"$ref":"#/components/schemas/stream_signing_key_created"},"id":{"$ref":"#/components/schemas/stream_identifier-2"},"key_id":{"type":"string"}},"type":"object"}}},"type":"object"}]},"stream_key_generation_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/stream_keys"}},"type":"object"}]},"stream_deleted_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"string"}},"type":"object"}]},"stream_live_input_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"object","properties":{"liveInputs":{"type":"array","items":{"$ref":"#/components/schemas/stream_live_input_object_without_url"}},"range":{"type":"integer"},"total":{"type":"integer"}}}},"type":"object"}]},"stream_create_input_request":{"properties":{"defaultCreator":{"$ref":"#/components/schemas/stream_live_input_default_creator"},"deleteRecordingAfterDays":{"$ref":"#/components/schemas/stream_live_input_recording_deletion"},"enabled":{"$ref":"#/components/schemas/stream_live_input_enabled"},"meta":{"$ref":"#/components/schemas/stream_live_input_metadata"},"preferLowLatency":{"$ref":"#/components/schemas/stream_live_input_prefer_low_latency"},"recording":{"$ref":"#/components/schemas/stream_live_input_recording_settings"}}},"stream_live_input_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_live_input"}},"type":"object"}]},"stream_live_input_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_update_input_request":{"properties":{"defaultCreator":{"$ref":"#/components/schemas/stream_live_input_default_creator"},"deleteRecordingAfterDays":{"$ref":"#/components/schemas/stream_live_input_recording_deletion"},"enabled":{"$ref":"#/components/schemas/stream_live_input_enabled"},"meta":{"$ref":"#/components/schemas/stream_live_input_metadata"},"preferLowLatency":{"$ref":"#/components/schemas/stream_live_input_prefer_low_latency"},"recording":{"$ref":"#/components/schemas/stream_live_input_recording_settings"}}},"stream_output_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/stream_output"}}},"type":"object"}]},"stream_output_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_update_output_request":{"properties":{"enabled":{"$ref":"#/components/schemas/stream_output_enabled"}},"required":["enabled"]},"stream_output_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_output"}},"type":"object"}]},"stream_storage_use_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"object","properties":{"creator":{"$ref":"#/components/schemas/stream_creator"},"totalStorageMinutes":{"type":"number","format":"float"},"totalStorageMinutesLimit":{"type":"integer"},"videoCount":{"type":"integer"}}}},"type":"object"}]},"stream_watermark_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/stream_watermarks"}}},"type":"object"}]},"stream_name":{"type":"string","default":"","x-auditable":true},"stream_opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"x-auditable":true},"stream_padding":{"type":"number","default":0.05,"maximum":1,"minimum":0,"x-auditable":true},"stream_position":{"type":"string","default":"upperRight","x-auditable":true},"stream_scale":{"type":"number","default":0.15,"maximum":1,"minimum":0,"x-auditable":true},"stream_watermark_basic_upload":{"type":"object","properties":{"file":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/stream_name"},"opacity":{"$ref":"#/components/schemas/stream_opacity"},"padding":{"$ref":"#/components/schemas/stream_padding"},"position":{"$ref":"#/components/schemas/stream_position"},"scale":{"$ref":"#/components/schemas/stream_scale"}},"required":["file"]},"stream_watermark_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_watermarks"}},"type":"object"}]},"stream_watermark_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/stream_api-response-common"}]},"stream_webhook_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"object","properties":{"modified":{"type":"string","format":"date-time"},"notificationUrl":{"type":"string","format":"uri"},"notification_url":{"type":"string","format":"uri"},"secret":{"type":"string","x-sensitive":true}}}},"type":"object"}]},"stream_webhook_request":{"type":"object","properties":{"notificationUrl":{"$ref":"#/components/schemas/stream_notificationUrl"},"notification_url":{"type":"string","format":"uri","x-auditable":true}},"anyOf":[{"required":["notificationUrl"]},{"required":["notification_url"]}]},"stream_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_listAudioTrackResponse":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"object","properties":{"audio":{"type":"array","items":{"$ref":"#/components/schemas/stream_additionalAudio"}}}}},"type":"object"}]},"stream_audio_identifier":{"type":"string","maxLength":32,"x-auditable":true},"stream_editAudioTrack":{"type":"object","properties":{"default":{"$ref":"#/components/schemas/stream_audio_default"},"label":{"$ref":"#/components/schemas/stream_audio_label"}}},"stream_addAudioTrackResponse":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/stream_additionalAudio"}},"type":"object"}]},"stream_language_response_collection":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/stream_captions"}}},"type":"object"}]},"stream_language":{"type":"string","x-auditable":true},"stream_language_response_single":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/stream_captions"}},"type":"object"}]},"stream_caption_basic_upload":{"type":"object","properties":{"file":{"type":"string","x-auditable":true}},"required":["file"]},"stream_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/stream_messages"},"messages":{"$ref":"#/components/schemas/stream_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"stream_downloads_response":{"allOf":[{"$ref":"#/components/schemas/stream_api-response-single"},{"properties":{"result":{"type":"object","properties":{"audio":{"allOf":[{"$ref":"#/components/schemas/stream_downloads"}]},"default":{"allOf":[{"$ref":"#/components/schemas/stream_downloads"}]}}}},"type":"object"}]},"stream_download_type":{"type":"string","default":"default","enum":["default","audio"],"x-auditable":true},"tunnel_route_comment":{"type":"string","default":"","maxLength":100,"x-auditable":true},"tunnel_ip_network":{"type":"string","x-auditable":true},"tunnel_route_id":{"type":"string","maxLength":36,"readOnly":true},"tunnel_tunnel_types":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_tunnel_type"}},"tunnel_virtual_network_id":{"type":"string","format":"uuid","x-auditable":true},"tunnel_teamnet_response_collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_teamnet"}}},"type":"object"}]},"tunnel_virtual_network_id_computed_optional":{"type":"string","format":"uuid","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_route_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_route"}},"type":"object"}]},"tunnel_ip":{"type":"string"},"tunnel_teamnet_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_teamnet"}},"type":"object"}]},"tunnel_ip_network_encoded":{"type":"string"},"tunnel_tunnel_type":{"type":"string","enum":["cfd_tunnel","warp_connector","warp","magic","ip_sec","gre","cni"],"x-auditable":true},"tunnel_virtual_network_name":{"type":"string","maxLength":256,"x-auditable":true},"tunnel_vnet_response_collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_virtual-network"}}},"type":"object"}]},"tunnel_virtual_network_comment":{"type":"string","default":"","maxLength":256,"x-auditable":true},"tunnel_is_default_network_optional":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_vnet_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_virtual-network"}},"type":"object"}]},"tunnel_tunnel-response-collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/tunnel_cfd_tunnel"},{"$ref":"#/components/schemas/tunnel_warp_connector_tunnel"}]}}},"type":"object"}]},"vectorize_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"vectorize_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/vectorize_messages"},"messages":{"$ref":"#/components/schemas/vectorize_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"vectorize_create-index-response":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/vectorize_index-dimension-configuration"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"name":{"$ref":"#/components/schemas/vectorize_index-name"}}},"vectorize_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/vectorize_api-response-common"},{"properties":{"result":{"type":"object","anyOf":[{"type":"object"},{"type":"string"}],"nullable":true}}}]},"vectorize_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/vectorize_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/vectorize_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"vectorize_create-index-request":{"type":"object","properties":{"config":{"allOf":[{"$ref":"#/components/schemas/vectorize_index-configuration"}]},"name":{"$ref":"#/components/schemas/vectorize_index-name"}},"required":["name","config"]},"vectorize_index-name":{"type":"string","pattern":"^([a-z]+[a-z0-9_-]*[a-z0-9]+)$","x-auditable":true},"vectorize_update-index-request":{"type":"object","properties":{},"required":["description"]},"vectorize_index-delete-vectors-by-id-request":{"type":"object","properties":{"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-delete-vectors-by-id-response":{"type":"object","properties":{"count":{"type":"integer"},"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-get-vectors-by-id-request":{"type":"object","properties":{"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-get-vectors-by-id-response":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/vectorize_vector-identifier"},"metadata":{"type":"object"},"namespace":{"type":"string","nullable":true},"values":{"type":"array","items":{"type":"number"}}},"type":"object"}},"vectorize_index-insert-response":{"type":"object","properties":{"count":{"type":"integer","x-auditable":true},"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-query-request":{"type":"object","properties":{"filter":{"type":"object"},"returnMetadata":{"type":"boolean","default":false},"returnValues":{"type":"boolean","default":false},"topK":{"type":"number","default":5},"vector":{"type":"array","items":{"type":"number"}}},"required":["vector"]},"vectorize_index-query-response":{"type":"object","properties":{"count":{"type":"integer"},"matches":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/vectorize_vector-identifier"},"metadata":{"type":"object","nullable":true},"score":{"type":"number"},"values":{"type":"array","items":{"type":"number"},"nullable":true}},"type":"object"}}}},"vectorize_index-upsert-response":{"type":"object","properties":{"count":{"type":"integer","x-auditable":true},"ids":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-identifier"}}}},"vectorize_index-delete-vectors-by-id-v2-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"vectorize_index-info-response":{"type":"object","properties":{"dimensions":{"$ref":"#/components/schemas/vectorize_index-dimensions"},"processedUpToDatetime":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"processedUpToMutation":{"$ref":"#/components/schemas/vectorize_mutation-uuid"},"vectorCount":{"type":"integer","x-auditable":true}}},"vectorize_index-insert-v2-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"vectorize_index-list-vectors-response":{"type":"object","properties":{"count":{"type":"integer"},"cursorExpirationTimestamp":{"type":"string","format":"date-time","nullable":true},"isTruncated":{"type":"boolean"},"nextCursor":{"type":"string","nullable":true},"totalCount":{"type":"integer"},"vectors":{"type":"array","items":{"$ref":"#/components/schemas/vectorize_vector-list-item"}}},"required":["count","totalCount","isTruncated","vectors"]},"vectorize_create-metadata-index-request":{"type":"object","properties":{"indexType":{"type":"string","enum":["string","number","boolean"],"x-auditable":true},"propertyName":{"type":"string","x-auditable":true}},"required":["propertyName","indexType"]},"vectorize_create-metadata-index-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"vectorize_delete-metadata-index-request":{"type":"object","properties":{"propertyName":{"type":"string","x-auditable":true}},"required":["propertyName"]},"vectorize_delete-metadata-index-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"vectorize_list-metadata-index-response":{"type":"object","properties":{"metadataIndexes":{"type":"array","items":{"properties":{"indexType":{"type":"string","enum":["string","number","boolean"],"x-auditable":true},"propertyName":{"type":"string","x-auditable":true}},"type":"object"}}}},"vectorize_index-query-v2-request":{"type":"object","properties":{"filter":{"type":"object"},"returnMetadata":{"type":"string","default":"none","enum":["none","indexed","all"]},"returnValues":{"type":"boolean","default":false},"topK":{"type":"number","default":5},"vector":{"type":"array","items":{"type":"number"}}},"required":["vector"]},"vectorize_index-query-v2-response":{"type":"object","properties":{"count":{"type":"integer"},"matches":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/vectorize_vector-identifier"},"metadata":{"type":"object","nullable":true},"namespace":{"type":"string","nullable":true},"score":{"type":"number"},"values":{"type":"array","items":{"type":"number"},"nullable":true}},"type":"object"}}}},"vectorize_index-upsert-v2-response":{"type":"object","properties":{"mutationId":{"$ref":"#/components/schemas/vectorize_mutation-uuid"}}},"waitingroom_identifier":{"type":"string","maxLength":32,"x-auditable":true},"waitingroom_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waitingroom_waitingroom"}}},"type":"object"}]},"waitingroom_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/waitingroom_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/waitingroom_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tunnel_warp-connector-response-collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_warp_connector_tunnel"}}},"type":"object"}]},"tunnel_warp-connector-response-single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_warp_connector_tunnel"}},"type":"object"}]},"tunnel_mesh_configuration_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-single-2"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_mesh_configuration_response"}},"type":"object"}]},"tunnel_mesh_configuration_request_body":{"type":"object","properties":{"config":{"type":"object","nullable":true,"oneOf":[{"$ref":"#/components/schemas/tunnel_mesh_aws_config"},{"$ref":"#/components/schemas/tunnel_mesh_local_config"},{"additionalProperties":false,"type":"object"}]},"ha_mode":{"$ref":"#/components/schemas/tunnel_mesh_ha_mode"}},"required":["ha_mode"]},"tunnel_tunnel_warp_connector_connections_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_client"}}},"type":"object"}]},"tunnel_tunnel_warp_connector_client_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_tunnel_warp_connector_client"}},"type":"object"}]},"tunnel_client_id_input":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true},"workers_identifier":{"type":"string","maxLength":32,"x-auditable":true},"workers_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/workers_messages"},"messages":{"$ref":"#/components/schemas/workers_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"workers_account-settings":{"type":"object","properties":{"default_usage_model":{"type":"string","x-auditable":true},"green_compute":{"type":"boolean","x-auditable":true}}},"workers_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/workers_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/workers_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"workers_namespace-list-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/workers_namespace-response"}}},"type":"object"}]},"workers_namespace-single-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_namespace-response"}},"type":"object"}]},"workers_dispatch_namespace_name":{"type":"string","pattern":"^.+$","x-auditable":true},"workers_trusted_workers":{"type":"boolean","default":false,"x-auditable":true},"workers_api-response-null-result":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true}},"type":"object"}]},"workers_namespace-script-response":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/workers_created_on"},"dispatch_namespace":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"},"modified_on":{"$ref":"#/components/schemas/workers_modified_on"},"script":{"$ref":"#/components/schemas/workers_script-response"}}},"workers_namespace-script-delete-bulk-response":{"type":"object","properties":{"deleted":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/workers_uuid"}},"type":"object"}},"deleted_count":{"type":"integer"},"has_more":{"type":"boolean"}}},"workers_script_name":{"type":"string","pattern":"^[a-z0-9_][a-z0-9-_]*$","x-auditable":true},"workers_namespace-script-response-single":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_namespace-script-response"}},"required":["result"],"type":"object"}]},"workers_bindings":{"type":"array","items":{"$ref":"#/components/schemas/workers_binding_item"}},"workers_script-response-single":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/workers_script-response"}},"required":["result"],"type":"object","x-cfLinkErrors":{"10001":"Unsupported or unexpected Content Type","10002":"Unexpected internal server error","10003":"Missing required URL parameter","10004":"Malformed URL parameter","10006":"Unparseable script body","10007":"Resource not found (similar to HTTP 404)","10015":"The current account is not authorized to use workers","10018":"Attempted to update a script where the e-tag does not match","10021":"Script content failed validation checks, but was otherwise parseable","10023":"Unauthorized access attempt","10027":"Script body was too large","10075":"Requires a Workers Paid plan"}}]},"workers_secret":{"type":"object","discriminator":{"mapping":{"secret_key":"#/components/schemas/workers_binding_kind_secret_key","secret_text":"#/components/schemas/workers_binding_kind_secret_text"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/workers_binding_kind_secret_text"},{"$ref":"#/components/schemas/workers_binding_kind_secret_key"}]},"workers_secret_name":{"type":"string","readOnly":true,"x-auditable":true},"workers_secret_name_url_encoded":{"type":"boolean","readOnly":true,"x-auditable":true},"workers_namespace-script-and-version-settings-item":{"type":"object","properties":{"bindings":{"allOf":[{"$ref":"#/components/schemas/workers_bindings"},{"default":[],"items":{"$ref":"#/components/schemas/workers_binding_item"},"type":"array"}]},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"allOf":[{"$ref":"#/components/schemas/workers_compatibility_date"},{"default":"","type":"string","x-auditable":true}]},"compatibility_flags":{"allOf":[{"$ref":"#/components/schemas/workers_compatibility_flags"},{"default":[],"items":{"type":"string","x-auditable":true},"type":"array","x-stainless-collection-type":"set"}]},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"writeOnly":true},"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"limits":{"$ref":"#/components/schemas/workers_limits"},"logpush":{"$ref":"#/components/schemas/workers_logpush"},"migrations":{"oneOf":[{"$ref":"#/components/schemas/workers_single_step_migrations"},{"$ref":"#/components/schemas/workers_multiple_step_migrations"}],"writeOnly":true},"observability":{"$ref":"#/components/schemas/workers_observability"},"placement":{"allOf":[{"$ref":"#/components/schemas/workers_placement_info_no_status"},{"default":{},"type":"object"}]},"tags":{"allOf":[{"$ref":"#/components/schemas/workers_tags"},{"default":[],"items":{"type":"string","x-auditable":true},"type":"array","x-stainless-collection-type":"set"}]},"tail_consumers":{"allOf":[{"$ref":"#/components/schemas/workers_tail_consumers"},{"default":[],"items":{"$ref":"#/components/schemas/workers_tail_consumers_script"},"type":"array","x-stainless-collection-type":"set"}]},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}}},"workers_exports_reconciliation_error_response":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer","enum":[100402]},"message":{"type":"string"},"meta":{"type":"object","properties":{"details":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_error"}}},"required":["details"]}},"required":["code","message","meta"],"type":"object"}},"messages":{"type":"array","items":{}},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"workers_tag":{"type":"string","maxLength":1024,"pattern":"^[^,&]*$"},"workers_tags":{"type":"array","items":{"$ref":"#/components/schemas/workers_tag"},"maxItems":10,"nullable":true,"x-auditable":true,"x-stainless-collection-type":"set"},"workers_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"workers_Domain":{"type":"object","properties":{"cert_id":{"type":"string","format":"uuid","readOnly":true,"x-auditable":true},"environment":{"type":"string","deprecated":true,"readOnly":true,"x-auditable":true},"hostname":{"type":"string","x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"service":{"type":"string","x-auditable":true},"zone_id":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zone_name":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["id","cert_id","zone_id","zone_name","hostname","service"]},"workers_namespace":{"type":"object","properties":{"class":{"type":"string"},"id":{"type":"string","readOnly":true},"name":{"type":"string"},"script":{"type":"string"},"use_sqlite":{"type":"boolean"}}},"workers_schemas-id":{"type":"string"},"workers_object":{"type":"object","properties":{"hasStoredData":{"type":"boolean","readOnly":true},"id":{"type":"string","readOnly":true}}},"workers_cursor":{"type":"string"},"workers-observability_query":{"type":"object","properties":{"adhoc":{"type":"boolean"},"created":{"type":"string"},"createdBy":{"type":"string"},"id":{"type":"string"},"name":{"type":"string","maxLength":250,"minLength":1},"parameters":{"properties":{"calculations":{"type":"array","items":{"discriminator":{"propertyName":"operator"},"oneOf":[{"properties":{"alias":{"type":"string"},"key":{"type":"string"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["count","COUNT"]}},"required":["operator"],"type":"object"},{"properties":{"alias":{"type":"string"},"key":{"type":"string","pattern":"\\S"},"keyType":{"type":"string","enum":["string","number","boolean"]},"operator":{"type":"string","enum":["uniq","max","min","sum","avg","median","p001","p01","p05","p10","p25","p75","p90","p95","p99","p999","stddev","variance","COUNT_DISTINCT","MAX","MIN","SUM","AVG","MEDIAN","P001","P01","P05","P10","P25","P75","P90","P95","P99","P999","STDDEV","VARIANCE"]}},"required":["key","operator"],"type":"object"}]}},"datasets":{"type":"array","items":{"type":"string"}},"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"}},"groupBys":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["string","number","boolean"]},"value":{"type":"string"}},"required":["type","value"],"type":"object"}},"havings":{"type":"array","items":{"properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["eq","neq","gt","gte","lt","lte"]},"value":{"type":"number"}},"required":["key","operation","value"],"type":"object"}},"limit":{"type":"integer","maximum":100,"minimum":0},"needle":{"type":"object","properties":{"isRegex":{"type":"boolean"},"matchCase":{"type":"boolean"},"value":{"allOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]},{"maxLength":1000,"type":"string"}]}},"required":["value"]},"orderBy":{"type":"object","properties":{"order":{"type":"string","enum":["asc","desc"]},"value":{"type":"string"}},"required":["value"]}},"type":"object"},"updated":{"type":"string"},"updatedBy":{"type":"string"}},"required":["id","name","description","adhoc","parameters","created","createdBy","updated","updatedBy"]},"workers-observability_filter_node":{"type":"object","anyOf":[{"properties":{"filterCombination":{"type":"string","enum":["and","or","AND","OR"]},"filters":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_filter_node"},"minItems":1},"kind":{"type":"string","enum":["group"]}},"required":["kind","filterCombination","filters"],"type":"object"},{"$ref":"#/components/schemas/workers-observability_filter_leaf"}]},"workers-observability_filter_leaf":{"type":"object","properties":{"key":{"type":"string"},"kind":{"type":"string","enum":["filter"]},"operation":{"type":"string","enum":["includes","not_includes","starts_with","ends_with","regex","exists","is_null","in","not_in","eq","neq","gt","gte","lt","lte","=","!=",">",">=","<","<=","INCLUDES","DOES_NOT_INCLUDE","MATCH_REGEX","EXISTS","DOES_NOT_EXIST","IN","NOT_IN","STARTS_WITH","ENDS_WITH"]},"type":{"type":"string","enum":["string","number","boolean"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","operation","type"]},"workers-observability_query_results":{"type":"object","properties":{"agents":{"type":"array","items":{"properties":{"agentId":{"type":"string"},"agentName":{"type":"string"},"conversationId":{"type":"string"},"errors":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"inputTokens":{"type":"number"},"models":{"type":"array","items":{"type":"string"}},"outputTokens":{"type":"number"},"providers":{"type":"array","items":{"type":"string"}},"services":{"type":"array","items":{"type":"string"}},"spans":{"type":"number"},"status":{"type":"string","enum":["completed","error"]},"traceDurationMs":{"type":"number"},"traceEndMs":{"type":"number"},"traceId":{"type":"string"},"traceStartMs":{"type":"number"}},"required":["id","traceId","traceStartMs","traceEndMs","traceDurationMs","spans","services","errors","status","models","providers"],"type":"object"}},"calculations":{"type":"array","items":{"properties":{"aggregates":{"type":"array","items":{"properties":{"count":{"type":"number"},"groups":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"],"type":"object"}},"interval":{"type":"number"},"sampleInterval":{"type":"number"},"value":{"type":"number"}},"required":["value","count","interval","sampleInterval"],"type":"object"}},"alias":{"type":"string"},"calculation":{"type":"string"},"series":{"type":"array","items":{"properties":{"data":{"type":"array","items":{"properties":{"count":{"type":"number"},"firstSeen":{"type":"string"},"groups":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"],"type":"object"}},"interval":{"type":"number"},"lastSeen":{"type":"string"},"sampleInterval":{"type":"number"},"value":{"type":"number"}},"required":["value","count","interval","sampleInterval"],"type":"object"}},"time":{"type":"string"}},"required":["time","data"],"type":"object"}}},"required":["calculation","aggregates","series"],"type":"object"}},"compare":{"type":"array","items":{"properties":{"aggregates":{"type":"array","items":{"properties":{"count":{"type":"number"},"groups":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"],"type":"object"}},"interval":{"type":"number"},"sampleInterval":{"type":"number"},"value":{"type":"number"}},"required":["value","count","interval","sampleInterval"],"type":"object"}},"alias":{"type":"string"},"calculation":{"type":"string"},"series":{"type":"array","items":{"properties":{"data":{"type":"array","items":{"properties":{"count":{"type":"number"},"firstSeen":{"type":"string"},"groups":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"],"type":"object"}},"interval":{"type":"number"},"lastSeen":{"type":"string"},"sampleInterval":{"type":"number"},"value":{"type":"number"}},"required":["value","count","interval","sampleInterval"],"type":"object"}},"time":{"type":"string"}},"required":["time","data"],"type":"object"}}},"required":["calculation","aggregates","series"],"type":"object"}},"distribution":{"$ref":"#/components/schemas/workers-observability_distribution_result"},"events":{"type":"object","properties":{"count":{"type":"number"},"events":{"type":"array","items":{"$ref":"#/components/schemas/workers-observability_telemetry_event"}},"fields":{"type":"array","items":{"properties":{"key":{"type":"string"},"type":{"type":"string"}},"required":["key","type"],"type":"object"}},"series":{"type":"array","items":{"properties":{"data":{"type":"array","items":{"properties":{"aggregates":{"type":"object","properties":{"_count":{"type":"integer","deprecated":true,"exclusiveMinimum":true,"minimum":0},"_firstSeen":{"type":"string","deprecated":true},"_interval":{"type":"number","deprecated":true,"exclusiveMinimum":true,"minimum":0},"_lastSeen":{"type":"string","deprecated":true},"bin":{"type":"object","deprecated":true}},"required":["_count","_interval"]},"count":{"type":"number"},"errors":{"type":"number"},"groups":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"interval":{"type":"number"},"sampleInterval":{"type":"number"}},"required":["aggregates","count","interval","sampleInterval"],"type":"object"}},"time":{"type":"string"}},"required":["time","data"],"type":"object"}}}},"invocations":{"type":"object","additionalProperties":{"items":{"$ref":"#/components/schemas/workers-observability_telemetry_event"},"type":"array"}},"run":{"$ref":"#/components/schemas/workers-observability_query_run"},"statistics":{"$ref":"#/components/schemas/workers-observability_performance_information"},"traces":{"type":"array","items":{"properties":{"errors":{"type":"array","items":{"type":"string"}},"rootSpanName":{"type":"string"},"rootTransactionName":{"type":"string"},"service":{"type":"array","items":{"type":"string"}},"spans":{"type":"number"},"traceDurationMs":{"type":"number"},"traceEndMs":{"type":"number"},"traceId":{"type":"string"},"traceStartMs":{"type":"number"}},"required":["traceId","spans","service","traceStartMs","traceEndMs","traceDurationMs","rootSpanName","rootTransactionName"],"type":"object"}}},"required":["run","statistics"]},"workers_placement-regions-response":{"type":"object","properties":{"providers":{"type":"array","items":{"$ref":"#/components/schemas/workers_placement-provider"}}},"required":["providers"]},"workers_script-response-collection":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/workers_script-response"},{"properties":{"routes":{"type":"array","items":{"$ref":"#/components/schemas/workers_route"},"nullable":true}},"type":"object"}]}}},"required":["result"],"type":"object"}]},"workers_created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"workers_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"workers_script-response-upload-single":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_script-response-upload"}},"required":["result"],"type":"object","x-cfLinkErrors":{"10001":"Unsupported or unexpected Content Type","10002":"Unexpected internal server error","10003":"Missing required URL parameter","10004":"Malformed URL parameter","10006":"Unparseable script body","10007":"Resource not found (similar to HTTP 404)","10015":"The current account is not authorized to use workers","10018":"Attempted to update a script where the e-tag does not match","10021":"Script content failed validation checks, but was otherwise parseable","10023":"Unauthorized access attempt","10027":"Script body was too large","10075":"Requires a Workers Paid plan"}}]},"workers_create-assets-upload-session-object":{"type":"object","properties":{"manifest":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/workers_manifest-value"}}},"required":["manifest"]},"workers_create-assets-upload-session-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"buckets":{"type":"array","items":{"items":{"type":"string"},"type":"array","x-stainless-collection-type":"set"},"x-stainless-collection-type":"set"},"jwt":{"type":"string","x-sensitive":true}}}},"type":"object"}]},"workers_deployment":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/message":{"type":"string","maxLength":1000,"x-auditable":true},"workers/triggered_by":{"type":"string","readOnly":true}}},"author_email":{"type":"string","format":"email","readOnly":true,"x-auditable":true},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"type":"string","format":"uuid","readOnly":true,"x-auditable":true},"source":{"type":"string","readOnly":true,"x-auditable":true},"strategy":{"type":"string","enum":["percentage"],"x-auditable":true},"versions":{"type":"array","items":{"properties":{"percentage":{"type":"number","maximum":100,"minimum":0.01,"x-auditable":true},"version_id":{"type":"string","format":"uuid","x-auditable":true}},"required":["version_id","percentage"],"type":"object"},"x-auditable":true}},"required":["id","source","strategy","versions","created_on"]},"workers_schedule":{"type":"object","properties":{"created_on":{"type":"string","readOnly":true,"x-auditable":true},"cron":{"type":"string","x-auditable":true},"modified_on":{"type":"string","readOnly":true,"x-auditable":true}},"required":["cron"]},"workers_script-settings-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_script-settings-item"}},"required":["result"],"type":"object"}]},"workers_script-settings-item":{"type":"object","properties":{"logpush":{"$ref":"#/components/schemas/workers_logpush"},"observability":{"allOf":[{"$ref":"#/components/schemas/workers_observability"},{"nullable":true,"type":"object","x-auditable":true}]},"tags":{"allOf":[{"$ref":"#/components/schemas/workers_tags"},{"items":{"$ref":"#/components/schemas/workers_tag"},"nullable":true,"type":"array","x-auditable":true}]},"tail_consumers":{"type":"array","items":{"$ref":"#/components/schemas/workers_tail_consumers_script"},"nullable":true,"x-stainless-collection-type":"set"}}},"workers_script-and-version-settings-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_script-and-version-settings-item"}},"required":["result"],"type":"object"}]},"workers_script-and-version-settings-item":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/message":{"type":"string","maxLength":1000},"workers/tag":{"type":"string","maxLength":100},"workers/triggered_by":{"type":"string","readOnly":true}}},"bindings":{"allOf":[{"$ref":"#/components/schemas/workers_bindings"},{"default":[],"items":{"$ref":"#/components/schemas/workers_binding_item"},"type":"array"}]},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"allOf":[{"$ref":"#/components/schemas/workers_compatibility_date"},{"default":"","type":"string","x-auditable":true}]},"compatibility_flags":{"allOf":[{"$ref":"#/components/schemas/workers_compatibility_flags"},{"default":[],"items":{"type":"string","x-auditable":true},"type":"array","x-stainless-collection-type":"set"}]},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"writeOnly":true},"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"limits":{"$ref":"#/components/schemas/workers_limits"},"logpush":{"$ref":"#/components/schemas/workers_logpush"},"migrations":{"oneOf":[{"$ref":"#/components/schemas/workers_single_step_migrations"},{"$ref":"#/components/schemas/workers_multiple_step_migrations"}],"writeOnly":true},"observability":{"$ref":"#/components/schemas/workers_observability"},"placement":{"allOf":[{"$ref":"#/components/schemas/workers_placement_info_no_status"},{"default":{},"type":"object"}]},"tags":{"allOf":[{"$ref":"#/components/schemas/workers_tags"},{"default":[],"items":{"type":"string","x-auditable":true},"type":"array","x-stainless-collection-type":"set"}]},"tail_consumers":{"allOf":[{"$ref":"#/components/schemas/workers_tail_consumers"},{"default":[],"items":{"$ref":"#/components/schemas/workers_tail_consumers_script"},"type":"array","x-stainless-collection-type":"set"}]},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}}},"workers_subdomain":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-auditable":true},"previews_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["enabled","previews_enabled"]},"workers_tail":{"type":"object","properties":{"expires_at":{"type":"string","readOnly":true,"x-auditable":true},"id":{"allOf":[{"$ref":"#/components/schemas/workers_identifier"}],"readOnly":true},"url":{"type":"string","readOnly":true,"x-auditable":true}},"required":["id","url","expires_at"]},"workers_usage-model-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"usage_model":{"$ref":"#/components/schemas/workers_usage_model"},"user_limits":{"$ref":"#/components/schemas/workers_user_limits"}}}},"required":["result"],"type":"object"}]},"workers_usage_model":{"type":"string","default":"standard","enum":["standard","bundled","unbound"],"x-auditable":true},"workers_user_limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","nullable":true}},"nullable":true},"workers_script_name-2":{"type":"string","pattern":"^[a-z0-9_][a-z0-9-_]*$"},"workers_versions-list-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/workers_version-item-short"}}}}},"required":["result"],"type":"object"}]},"workers_versions-upload-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_version-item-uploaded"}},"required":["result"],"type":"object"}]},"workers_version_identifier":{"type":"string","maxLength":36,"readOnly":true},"workers_versions-single-response":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/workers_version-item-full"}},"required":["result"],"type":"object"}]},"workers_service":{"type":"string","x-auditable":true},"workers_environment":{"type":"string","x-auditable":true},"workers_subdomain-2":{"type":"object","properties":{"subdomain":{"type":"string","x-auditable":true}},"required":["subdomain"]},"workers_Worker":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"deployed_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"logpush":{"type":"boolean","default":false,"x-auditable":true},"name":{"type":"string","pattern":"^[a-z0-9_][a-z0-9-_]*$","x-auditable":true},"observability":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-auditable":true},"head_sampling_rate":{"type":"number","default":1,"x-auditable":true},"logs":{"type":"object","properties":{"destinations":{"type":"array","items":{"type":"string"},"default":[],"x-auditable":true},"enabled":{"type":"boolean","default":false,"x-auditable":true},"head_sampling_rate":{"type":"number","default":1,"x-auditable":true},"invocation_logs":{"type":"boolean","default":true,"x-auditable":true},"persist":{"type":"boolean","default":true,"x-auditable":true}}},"traces":{"type":"object","properties":{"destinations":{"type":"array","items":{"type":"string"},"default":[],"x-auditable":true},"enabled":{"type":"boolean","default":false,"x-auditable":true},"head_sampling_rate":{"type":"number","default":1,"x-auditable":true},"persist":{"type":"boolean","default":true,"x-auditable":true},"propagation_policy":{"type":"string","default":"authenticated","enum":["authenticated","accept"],"x-auditable":true}}}}},"references":{"type":"object","properties":{"dispatch_namespace_outbounds":{"type":"array","items":{"properties":{"namespace_id":{"type":"string"},"namespace_name":{"type":"string"},"worker_id":{"type":"string"},"worker_name":{"type":"string"}},"required":["worker_id","worker_name","namespace_id","namespace_name"],"type":"object"}},"domains":{"type":"array","items":{"properties":{"certificate_id":{"type":"string"},"hostname":{"type":"string"},"id":{"type":"string"},"zone_id":{"type":"string"},"zone_name":{"type":"string"}},"required":["id","hostname","zone_id","zone_name","certificate_id"],"type":"object"}},"durable_objects":{"type":"array","items":{"properties":{"namespace_id":{"type":"string"},"namespace_name":{"type":"string"},"worker_id":{"type":"string"},"worker_name":{"type":"string"}},"required":["worker_id","worker_name","namespace_id","namespace_name"],"type":"object"}},"queues":{"type":"array","items":{"properties":{"queue_consumer_id":{"type":"string"},"queue_id":{"type":"string"},"queue_name":{"type":"string"}},"required":["queue_id","queue_name","queue_consumer_id"],"type":"object"}},"workers":{"type":"array","items":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"],"type":"object"}}},"readOnly":true,"required":["workers","domains","dispatch_namespace_outbounds","durable_objects","queues"]},"subdomain":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-auditable":true},"previews_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"tags":{"type":"array","items":{"maxLength":1024,"pattern":"^[^,&]*$","type":"string"},"default":[],"maxItems":8,"x-stainless-collection-type":"set"},"tail_consumers":{"type":"array","items":{"properties":{"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"},"default":[],"x-stainless-collection-type":"set"},"updated_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true}},"required":["id","name","tags","subdomain","observability","logpush","tail_consumers","created_on","updated_on","references"]},"workers_ErrorWorkerNameInvalid":{"type":"object","properties":{"code":{"type":"integer","enum":[10016]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerInvalid":{"type":"object","properties":{"code":{"type":"integer","enum":[10021]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerTagLengthLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[100102]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerNameSubdomainLengthLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[100132]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerTagInvalid":{"type":"object","properties":{"code":{"type":"integer","enum":[100134]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerObservabilitySamplingRateInvalid":{"type":"object","properties":{"code":{"type":"integer","enum":[100308]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerNamePreviewLengthLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[100315]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[10037]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerTagLimit":{"type":"object","properties":{"code":{"type":"integer","enum":[100103]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerNameConflict":{"type":"object","properties":{"code":{"type":"integer","enum":[10040]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorMissingParam":{"type":"object","properties":{"code":{"type":"integer","enum":[10003]},"message":{"type":"string"}},"required":["code","message"]},"workers_Version":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/message":{"type":"string","maxLength":1000,"x-auditable":true},"workers/tag":{"type":"string","maxLength":100,"x-auditable":true},"workers/triggered_by":{"type":"string","readOnly":true,"x-auditable":true}}},"assets":{"type":"object","properties":{"config":{"type":"object","properties":{"html_handling":{"type":"string","default":"auto-trailing-slash","enum":["auto-trailing-slash","force-trailing-slash","drop-trailing-slash","none"],"x-auditable":true},"not_found_handling":{"type":"string","default":"none","enum":["none","404-page","single-page-application"],"x-auditable":true},"run_worker_first":{"default":false,"oneOf":[{"items":{"type":"string"},"type":"array"},{"type":"boolean"}]}}},"jwt":{"type":"string","x-sensitive":true}}},"bindings":{"$ref":"#/components/schemas/workers_bindings"},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"$ref":"#/components/schemas/workers_compatibility_date"},"compatibility_flags":{"$ref":"#/components/schemas/workers_compatibility_flags"},"containers":{"$ref":"#/components/schemas/workers_containers"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}]},"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"id":{"type":"string","format":"uuid","readOnly":true,"x-auditable":true},"limits":{"type":"object","properties":{"cpu_ms":{"type":"integer"},"subrequests":{"type":"integer"}},"x-stainless-terraform-configurability":"computed_optional"},"main_module":{"type":"string","x-auditable":true},"migration_tag":{"type":"string","readOnly":true},"migrations":{"oneOf":[{"$ref":"#/components/schemas/workers_single_step_migrations"},{"$ref":"#/components/schemas/workers_multiple_step_migrations"}]},"modules":{"type":"array","items":{"properties":{"content_base64":{"type":"string","format":"byte"},"content_type":{"type":"string"},"name":{"type":"string"}},"required":["name","content_type","content_base64"],"type":"object"},"x-stainless-collection-type":"set"},"number":{"type":"integer","readOnly":true,"x-auditable":true},"package_dependencies":{"type":"array","items":{"properties":{"installedVersion":{"type":"string"},"name":{"type":"string"},"packageJsonVersion":{"type":"string"}},"required":["name","packageJsonVersion","installedVersion"],"type":"object"},"x-auditable":true},"placement":{"$ref":"#/components/schemas/workers_placement_info_no_status"},"source":{"type":"string","readOnly":true,"x-auditable":true},"startup_time_ms":{"type":"integer","readOnly":true,"x-auditable":true},"urls":{"type":"array","items":{"format":"uri","type":"string"},"readOnly":true},"usage_model":{"type":"string","default":"standard","enum":["standard","bundled","unbound"],"deprecated":true,"x-auditable":true}},"required":["id","number","urls","created_on"]},"tunnel_zero_trust_connectivity_settings_response":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"type":"object","properties":{"icmp_proxy_enabled":{"$ref":"#/components/schemas/tunnel_icmp_proxy_enabled"},"offramp_warp_enabled":{"$ref":"#/components/schemas/tunnel_offramp_warp_enabled"}}}},"type":"object"}]},"tunnel_icmp_proxy_enabled":{"type":"boolean","x-auditable":true},"tunnel_offramp_warp_enabled":{"type":"boolean","x-auditable":true},"tunnel_hostname_route_id":{"type":"string","format":"uuid","x-auditable":true},"tunnel_hostname":{"type":"string","x-auditable":true},"tunnel_tunnel_id-3":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true},"tunnel_hostname_query_comment":{"type":"string"},"tunnel_hostname_route_response_collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_hostname_route"}}},"type":"object"}]},"tunnel_hostname_comment":{"type":"string","x-auditable":true},"tunnel_hostname_route_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_hostname_route"}},"type":"object"}]},"tunnel_subnet_query_name":{"type":"string"},"tunnel_subnet_query_comment":{"type":"string"},"tunnel_address_family":{"type":"string","enum":["v4","v6"]},"tunnel_subnet_response_collection":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_subnet"}}},"type":"object"}]},"tunnel_subnet_comment":{"type":"string","default":"","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_subnet_name":{"type":"string","x-auditable":true},"tunnel_subnet_ip_network":{"type":"string","x-auditable":true},"tunnel_subnet_response_single":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/tunnel_subnet"}},"type":"object"}]},"tunnel_subnet_is_default_network":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_subnet_id":{"type":"string","format":"uuid","x-auditable":true},"tunnel_subnet_response_single_nullable":{"allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"capacity":{"$ref":"#/components/schemas/tunnel_subnet_capacity"},"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_subnet_id"},"is_default_network":{"$ref":"#/components/schemas/tunnel_subnet_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"},"subnet_type":{"$ref":"#/components/schemas/tunnel_subnet_type"}}}},"type":"object"}]},"dlp_Behaviors":{"type":"object","properties":{"behaviors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/dlp_Behavior"}}},"required":["behaviors"]},"dlp_UpdateBehaviors":{"type":"object","properties":{"behaviors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/dlp_UpdateBehavior"}}},"required":["behaviors"]},"dlp_RiskScoreIntegrationArray":{"type":"array","items":{"$ref":"#/components/schemas/dlp_RiskScoreIntegration"}},"dlp_CreateIntegrationBody":{"type":"object","properties":{"integration_type":{"$ref":"#/components/schemas/dlp_RiskScoreIntegrationType"},"reference_id":{"type":"string","nullable":true},"tenant_url":{"type":"string","format":"uri"}},"required":["integration_type","tenant_url"]},"dlp_RiskScoreIntegration":{"type":"object","properties":{"account_tag":{"type":"string"},"active":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"integration_type":{"$ref":"#/components/schemas/dlp_RiskScoreIntegrationType"},"reference_id":{"type":"string"},"tenant_url":{"type":"string"},"well_known_url":{"type":"string"}},"required":["id","account_tag","integration_type","reference_id","tenant_url","well_known_url","active","created_at"]},"dlp_UpdateIntegrationBody":{"type":"object","properties":{"active":{"type":"boolean"},"reference_id":{"type":"string","nullable":true},"tenant_url":{"type":"string","format":"uri"}},"required":["tenant_url","active"]},"dlp_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dlp_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dlp_RiskSummary":{"type":"object","properties":{"users":{"type":"array","items":{"$ref":"#/components/schemas/dlp_UserRiskInfo"}}},"required":["users"]},"dlp_RiskEvents":{"type":"object","properties":{"email":{"type":"string"},"events":{"type":"array","items":{"$ref":"#/components/schemas/dlp_RiskEvent"}},"last_reset_time":{"type":"string","format":"date-time","nullable":true},"name":{"type":"string"},"risk_level":{"allOf":[{"$ref":"#/components/schemas/dlp_RiskLevel"}]}},"required":["name","email","events"]},"iam_properties-name":{"type":"string","maxLength":100,"x-auditable":true},"iam_collection_membership_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_membership"}}},"type":"object"}],"title":"memberships_with_roles"},"iam_collection_membership_response_with_policies":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_membership-with-policies"}}},"type":"object"}],"title":"memberships_with_policies"},"iam_single_membership_response_with_policies":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_membership-with-policies"}},"type":"object"}],"title":"response_with_policies"},"organizations-api_PageTokenResultInfo":{"type":"object","properties":{"next_page_token":{"type":"string"},"total_size":{"type":"integer"}}},"iam_single_user_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"type":"object","properties":{"betas":{"type":"array","items":{"type":"string"},"readOnly":true},"country":{"$ref":"#/components/schemas/iam_country"},"email":{"type":"string","format":"email","readOnly":true},"first_name":{"$ref":"#/components/schemas/iam_first_name"},"has_business_zones":{"type":"boolean","default":false,"readOnly":true},"has_enterprise_zones":{"type":"boolean","default":false,"readOnly":true},"has_pro_zones":{"type":"boolean","default":false,"readOnly":true},"id":{"type":"string","readOnly":true},"last_name":{"$ref":"#/components/schemas/iam_last_name"},"organizations":{"type":"array","items":{"$ref":"#/components/schemas/iam_organization"}},"suspended":{"type":"boolean","default":false,"readOnly":true},"telephone":{"$ref":"#/components/schemas/iam_telephone"},"two_factor_authentication_enabled":{"$ref":"#/components/schemas/iam_two_factor_authentication_enabled"},"two_factor_authentication_locked":{"$ref":"#/components/schemas/iam_two_factor_authentication_locked"},"zipcode":{"$ref":"#/components/schemas/iam_zipcode"}},"required":["id","email"]}},"type":"object"}]},"iam_country":{"type":"string","maxLength":30,"nullable":true},"iam_first_name":{"type":"string","maxLength":60,"nullable":true,"x-auditable":true},"iam_last_name":{"type":"string","maxLength":60,"nullable":true,"x-auditable":true},"iam_telephone":{"type":"string","maxLength":20,"nullable":true},"iam_zipcode":{"type":"string","maxLength":20,"nullable":true},"zone-analytics-api_since":{"default":-10080,"anyOf":[{"type":"string"},{"type":"integer"}]},"zone-analytics-api_until":{"default":0,"anyOf":[{"type":"string"},{"type":"integer"}]},"zone-analytics-api_user_dashboard_response":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_api-response-common"},{"properties":{"query":{"$ref":"#/components/schemas/zone-analytics-api_query_response"},"result":{"type":"array","items":{"$ref":"#/components/schemas/zone-analytics-api_user_zone"}}}}]},"zone-analytics-api_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"firewall_rule_collection_response":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_rule"}}},"type":"object"}]},"firewall_rule_single_response":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_rule"}},"type":"object"}]},"firewall_rule_single_id_response":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_schemas-identifier"}}}},"type":"object"}]},"iam_schemas-collection_invite_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_user_invite"}}},"type":"object"}]},"iam_invite_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"iam_single_invite_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/iam_user_invite"}},"type":"object"}]},"load-balancing_networks":{"type":"array","items":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"load-balancing_preview_id":{},"load-balancing_until":{"type":"string","format":"date-time","x-auditable":true},"load-balancing_pool_name":{"type":"string","x-auditable":true},"load-balancing_origin_healthy":{"type":"boolean","default":true,"x-auditable":true},"load-balancing_components-schemas-response_collection":{"allOf":[{"$ref":"#/components/schemas/load-balancing_api-paginated-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_analytics"}}},"type":"object"}]},"iam_schemas-name":{"type":"string","maxLength":100,"x-auditable":true},"iam_collection_organization_response":{"allOf":[{"$ref":"#/components/schemas/iam_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/iam_organization"}}},"type":"object"}]},"zones_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zones_messages"},"messages":{"$ref":"#/components/schemas/zones_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"zones_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}},"zones_zone":{"type":"object","properties":{"account":{"type":"object","properties":{"id":{"type":"string","maxLength":32,"x-auditable":true},"name":{"type":"string"}}},"activated_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"cname_suffix":{"type":"string"},"created_on":{"type":"string","format":"date-time","readOnly":true},"development_mode":{"type":"number","readOnly":true},"id":{"type":"string","maxLength":32,"x-auditable":true},"meta":{"type":"object","properties":{"cdn_only":{"type":"boolean"},"custom_certificate_quota":{"type":"integer"},"dns_only":{"type":"boolean"},"foundation_dns":{"type":"boolean"},"page_rule_quota":{"type":"integer"},"phishing_detected":{"type":"boolean"},"step":{"type":"integer"}}},"modified_on":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":253,"pattern":"^([a-zA-Z0-9][\\-a-zA-Z0-9]*\\.)+[\\-a-zA-Z0-9]{2,20}$","x-auditable":true},"name_servers":{"type":"array","items":{"format":"hostname","type":"string"},"readOnly":true},"original_dnshost":{"type":"string","maxLength":50,"nullable":true,"readOnly":true},"original_name_servers":{"type":"array","items":{"format":"hostname","type":"string"},"nullable":true,"readOnly":true},"original_registrar":{"type":"string","nullable":true,"readOnly":true},"owner":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/zones_identifier"},"name":{"type":"string"},"type":{"type":"string"}}},"paused":{"$ref":"#/components/schemas/zones_paused"},"permissions":{"type":"array","items":{"type":"string"},"deprecated":true,"x-stainless-deprecation-message":"This has been replaced by Account memberships."},"plan":{"deprecated":true,"properties":{"can_subscribe":{"type":"boolean"},"currency":{"type":"string"},"externally_managed":{"type":"boolean"},"frequency":{"type":"string"},"id":{"$ref":"#/components/schemas/zones_identifier"},"is_subscribed":{"type":"boolean"},"legacy_discount":{"type":"boolean"},"legacy_id":{"type":"string"},"name":{"type":"string"},"price":{"type":"number"}},"x-stainless-deprecation-message":"Please use the `/zones/{zone_id}/subscription` API\nto update a zone's plan. Changing this value will create/cancel\nassociated subscriptions. To view available plans for this zone,\nsee [Zone Plans](https://developers.cloudflare.com/api/resources/zones/subresources/plans/)."},"status":{"type":"string","enum":["initializing","pending","active","moved"],"readOnly":true},"tenant":{"properties":{"id":{"$ref":"#/components/schemas/zones_identifier"},"name":{"type":"string"}}},"tenant_unit":{"properties":{"id":{"$ref":"#/components/schemas/zones_identifier"}}},"type":{"$ref":"#/components/schemas/zones_type"},"vanity_name_servers":{"type":"array","items":{"format":"hostname","maxLength":253,"type":"string"},"default":[]},"verification_key":{"type":"string","readOnly":true}},"required":["id","name","development_mode","owner","account","meta","name_servers","original_name_servers","original_registrar","original_dnshost","created_on","modified_on","activated_on","plan"]},"zones_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zones_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zones_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"zones_identifier":{"type":"string","maxLength":32},"zones_name":{"type":"string","maxLength":253,"pattern":"^([a-zA-Z0-9][\\-a-zA-Z0-9]*\\.)+[\\-a-zA-Z0-9]{2,20}$","x-auditable":true},"zones_type":{"type":"string","default":"full","enum":["full","partial","secondary","internal"]},"zone-analytics-api_identifier":{"type":"string","maxLength":32,"readOnly":true},"zone-analytics-api_colo_response":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_api-response-single"},{"properties":{"query":{"$ref":"#/components/schemas/zone-analytics-api_query_response"},"result":{"$ref":"#/components/schemas/zone-analytics-api_datacenters"}}}]},"zone-analytics-api_dashboard_response":{"allOf":[{"$ref":"#/components/schemas/zone-analytics-api_api-response-single"},{"properties":{"query":{"$ref":"#/components/schemas/zone-analytics-api_query_response"},"result":{"$ref":"#/components/schemas/zone-analytics-api_dashboard"}}}]},"custom-pages_custom_asset_result_list":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/custom-pages_custom_asset"}}}}]},"custom-pages_asset_name":{"type":"string","minLength":1,"pattern":"^[A-Za-z0-9_]+$","x-auditable":true},"custom-pages_asset_url":{"type":"string","format":"uri"},"custom-pages_custom_asset_result":{"allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/custom-pages_custom_asset"}}}]},"custom-pages_custom_page":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/custom-pages_timestamp"},"id":{"type":"string","x-auditable":true},"modified_on":{"$ref":"#/components/schemas/custom-pages_timestamp"},"preview_target":{"type":"string","x-auditable":true},"required_tokens":{"type":"array","items":{"type":"string"},"x-auditable":true},"state":{"$ref":"#/components/schemas/custom-pages_state"},"url":{"$ref":"#/components/schemas/custom-pages_url"}}},"zones_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/zones_identifier"}},"required":["id"]}}}]},"zones_paused":{"type":"boolean","default":false},"zones_vanity_name_servers":{"type":"array","items":{"format":"hostname","maxLength":253,"type":"string"},"default":[]},"access_response_collection-22":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_apps"}}}}]},"access_apps":{"type":"object","anyOf":[{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_self_hosted_props-2"}],"title":"Self Hosted Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_saas_props-2"}],"title":"SaaS Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_ssh_props-2"}],"title":"Browser SSH Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_vnc_props-2"}],"title":"Browser VNC Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_app_launcher_props-2"}],"title":"App Launcher Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_warp_props-2"}],"title":"Device Enrollment Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_biso_props-2"}],"title":"Browser Isolation Permissions Application","type":"object"},{"allOf":[{"$ref":"#/components/schemas/access_basic_app_response_props-2"},{"$ref":"#/components/schemas/access_bookmark_props-2"}],"title":"Bookmark application","type":"object"}]},"access_single_response-21":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_apps"}}}]},"access_response_collection-20":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_ca-2"}}}}]},"access_single_response-19":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_ca-2"}}}]},"access_id_response-6":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/access_id-3"}}}}}]},"access_response_collection-23":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_policies"}}}}]},"access_approval_groups-2":{"type":"array","items":{"$ref":"#/components/schemas/access_approval_group-2"}},"access_approval_required-2":{"type":"boolean","default":false},"access_decision-2":{"type":"string","enum":["allow","deny","non_identity","bypass"]},"access_exclude-3":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_isolation_required-2":{"type":"boolean","default":false},"access_name-9":{"type":"string"},"access_precedence-2":{"type":"integer"},"access_purpose_justification_prompt":{"type":"string"},"access_purpose_justification_required-2":{"type":"boolean","default":false},"access_require-3":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"}},"access_single_response-22":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_policies"}}}]},"access_policy_check_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"type":"object","properties":{"app_state":{"type":"object","properties":{"app_uid":{"$ref":"#/components/schemas/access_uuid"},"aud":{"type":"string"},"hostname":{"type":"string"},"name":{"type":"string"},"policies":{"type":"array","items":{}},"status":{"type":"string"}}},"user_identity":{"type":"object","properties":{"account_id":{"type":"string"},"device_sessions":{"type":"object"},"email":{"type":"string"},"geo":{"type":"object","properties":{"country":{"type":"string"}}},"iat":{"type":"integer"},"id":{"type":"string"},"is_gateway":{"type":"boolean"},"is_warp":{"type":"boolean"},"name":{"type":"string"},"user_uuid":{"$ref":"#/components/schemas/access_uuid"},"version":{"type":"integer"}}}}}}}]},"access_response_collection-21":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_certificates-3"}}}}]},"access_associated_hostnames-2":{"type":"array","items":{"type":"string"}},"access_name-18":{"type":"string"},"access_single_response-20":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_certificates-3"}}}]},"access_response_collection_hostnames-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_settings-2"}}}}]},"access_settings-2":{"type":"object","properties":{"china_network":{"type":"boolean"},"client_certificate_forwarding":{"type":"boolean"},"hostname":{"type":"string"}},"additionalProperties":false,"required":["hostname","china_network","client_certificate_forwarding"],"title":"Hostname Settings"},"access_response_collection-18":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_groups-3"}}}}]},"access_name-16":{"type":"string"},"access_single_response-17":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_groups-3"}}}]},"access_response_collection-17":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/access_azureAD-2"},{"$ref":"#/components/schemas/access_centrify-2"},{"$ref":"#/components/schemas/access_facebook-2"},{"$ref":"#/components/schemas/access_github-2"},{"$ref":"#/components/schemas/access_google-2"},{"$ref":"#/components/schemas/access_google-apps-2"},{"$ref":"#/components/schemas/access_linkedin-2"},{"$ref":"#/components/schemas/access_oidc-2"},{"$ref":"#/components/schemas/access_okta-2"},{"$ref":"#/components/schemas/access_onelogin-2"},{"$ref":"#/components/schemas/access_pingone-2"},{"$ref":"#/components/schemas/access_saml-2"},{"$ref":"#/components/schemas/access_yandex-2"},{"$ref":"#/components/schemas/access_onetimepin-2"},{"$ref":"#/components/schemas/access_cloudflare-2"}]}}},"type":"object"}]},"access_identity-providers-2":{"anyOf":[{"$ref":"#/components/schemas/access_azureAD-2"},{"$ref":"#/components/schemas/access_centrify-2"},{"$ref":"#/components/schemas/access_facebook-2"},{"$ref":"#/components/schemas/access_github-2"},{"$ref":"#/components/schemas/access_google-2"},{"$ref":"#/components/schemas/access_google-apps-2"},{"$ref":"#/components/schemas/access_linkedin-2"},{"$ref":"#/components/schemas/access_oidc-2"},{"$ref":"#/components/schemas/access_okta-2"},{"$ref":"#/components/schemas/access_onelogin-2"},{"$ref":"#/components/schemas/access_pingone-2"},{"$ref":"#/components/schemas/access_saml-2"},{"$ref":"#/components/schemas/access_yandex-2"},{"$ref":"#/components/schemas/access_cloudflare-2"}]},"access_single_response-16":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_identity-providers-2"}}}]},"access_identifier-4":{},"access_single_response-15":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_organizations-2"}}}]},"access_auth_domain-2":{"type":"string"},"access_is_ui_read_only-2":{"type":"boolean"},"access_login_design-2":{"properties":{"background_color":{"type":"string"},"footer_text":{"type":"string"},"header_text":{"type":"string"},"logo_path":{"type":"string"},"text_color":{"type":"string"}}},"access_name-15":{"type":"string"},"access_user_seat_expiration_inactive_time-2":{"type":"string"},"access_response_collection-19":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/access_service-tokens-2"}}}}]},"access_duration-2":{"type":"string","default":"8760h"},"access_name-17":{"type":"string"},"access_create_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"properties":{"client_id":{"$ref":"#/components/schemas/access_client_id"},"client_secret":{"$ref":"#/components/schemas/access_client_secret"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"duration":{"$ref":"#/components/schemas/access_duration-2"},"id":{"type":"string"},"name":{"$ref":"#/components/schemas/access_name-17"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}}}}]},"access_single_response-18":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/access_service-tokens-2"}}}]},"tls-certificates-and-hostnames_custom_trust_store_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-trust-store"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate-3":{"type":"string"},"tls-certificates-and-hostnames_custom_trust_store_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-trust-store"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_trust_store_response_id_only":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}},"type":"object"}]},"tls-certificates-and-hostnames_total_tls_settings_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-3"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-3"},"validity_period":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_period"}}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_authority-3":{"type":"string","enum":["google","lets_encrypt","ssl_com"],"x-auditable":true},"tls-certificates-and-hostnames_enabled-3":{"type":"boolean","x-auditable":true},"zone-activation_identifier":{"type":"string","maxLength":32,"x-auditable":true},"zone-activation_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/zone-activation_api-response-common"}]},"zone-activation_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zone-activation_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zone-activation_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dls_regional_hostname_response":{"type":"object","properties":{"created_on":{"allOf":[{"$ref":"#/components/schemas/dls_timestamp"},{},{}]},"hostname":{"$ref":"#/components/schemas/dls_hostname"},"region_key":{"$ref":"#/components/schemas/dls_region_key"},"routing":{"$ref":"#/components/schemas/dls_routing"}},"required":["hostname","region_key","routing","created_on"]},"dls_hostname":{"type":"string","x-auditable":true},"dls_routing":{"type":"string","default":"dns","x-auditable":true},"dls_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dls_messages"},"messages":{"$ref":"#/components/schemas/dls_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"ai-audit_api-response-common":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/ai-audit_api_message"},"maxItems":0},"messages":{"type":"array","items":{"$ref":"#/components/schemas/ai-audit_api_message"}},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"ai-audit_robots_rules":{"type":"object","properties":{"sitemaps":{"type":"array","items":{"type":"string"}},"status":{"type":"integer"},"userAgents":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ai-audit_user_agent_rules"}}},"required":["userAgents"]},"ai-audit_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/ai-audit_api_message"},"minItems":1},"messages":{"type":"array","items":{"$ref":"#/components/schemas/ai-audit_api_message"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"ai-audit_bulk_robots_rules":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ai-audit_robots_rules"},"maxProperties":25},"argo-analytics_identifier":{"type":"string","maxLength":32,"readOnly":true},"argo-analytics_response_single":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"argo-analytics_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/argo-analytics_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"api-shield_schema_response_discovery":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"schemas":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_openapi"}},"timestamp":{"$ref":"#/components/schemas/api-shield_timestamp-2"}},"required":["timestamp","schemas"]}},"required":["result"],"type":"object"}]},"api-shield_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/api-shield_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/api-shield_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"api-shield_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"api-shield_discovery_operation":{"allOf":[{"properties":{"features":{"$ref":"#/components/schemas/api-shield_traffic_stats"},"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"origin":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_api_discovery_origin"}},"state":{"$ref":"#/components/schemas/api-shield_api_discovery_state"}},"required":["id","last_updated","state","origin"],"type":"object"},{"$ref":"#/components/schemas/api-shield_basic_operation"}]},"api-shield_api_discovery_patch_multiple_request":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/api-shield_api_discovery_patch_multiple_request_entry"}},"api-shield_patch_discoveries_response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_api_discovery_patch_multiple_request"}},"required":["result"],"type":"object"}]},"api-shield_api_discovery_state_patch":{"type":"string","enum":["review","ignored"],"x-auditable":true},"api-shield_patch_discovery_response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/api-shield_api_discovery_state"}}}},"required":["result"],"type":"object"}]},"api-shield_request_expression_templates_fallthrough":{"type":"object","properties":{"hosts":{"type":"array","items":{"type":"string","x-auditable":true}}},"additionalProperties":false,"required":["hosts"]},"api-shield_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/api-shield_messages"},"messages":{"$ref":"#/components/schemas/api-shield_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"api-shield_response_expression_templates_fallthrough":{"type":"object","properties":{"expression":{"type":"string","x-auditable":true},"title":{"type":"string","x-auditable":true}},"required":["title","expression"]},"api-shield_full_label":{"allOf":[{"$ref":"#/components/schemas/api-shield_label"},{"properties":{"mapped_resources":{"$ref":"#/components/schemas/api-shield_label_mapped_resources"}},"type":"object"}]},"api-shield_full_managed_label":{"allOf":[{"$ref":"#/components/schemas/api-shield_full_label"},{"properties":{"source":{}},"type":"object"}]},"api-shield_replace_operations_attached_to_label_request":{"type":"object","properties":{"selector":{"$ref":"#/components/schemas/api-shield_operation_id_selector"}},"required":["selector"]},"api-shield_label_request":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/api-shield_label_metadata"},"name":{"$ref":"#/components/schemas/api-shield_label_name"}},"required":["name"]},"api-shield_label":{"type":"object","allOf":[{"properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"metadata":{"$ref":"#/components/schemas/api-shield_label_metadata"},"name":{"$ref":"#/components/schemas/api-shield_label_name"},"source":{"$ref":"#/components/schemas/api-shield_label_source"}},"required":["name","description","metadata","source","last_updated","created_at"],"type":"object"}]},"api-shield_label_name":{"type":"string","x-auditable":true},"api-shield_put_label_request":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/api-shield_label_metadata"}}},"api-shield_patch_label_request":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/api-shield_label_metadata"}}},"api-shield_multiple-operation-response-paginated":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/api-shield_operation"}]}}},"required":["result"],"type":"object"}]},"api-shield_basic_operation":{"type":"object","properties":{"endpoint":{"$ref":"#/components/schemas/api-shield_endpoint"},"host":{"$ref":"#/components/schemas/api-shield_host"},"method":{"$ref":"#/components/schemas/api-shield_method"}},"required":["method","host","endpoint"]},"api-shield_multiple-operation-response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_operation"}}},"required":["result"],"type":"object"}]},"api-shield_object-with-operation-id":{"type":"object","properties":{"operation_id":{"allOf":[{"type":"string","x-auditable":true},{"$ref":"#/components/schemas/api-shield_uuid-2"}]}},"required":["operation_id"]},"api-shield_single-operation-response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/api-shield_operation"},{"properties":{"schemas":{"$ref":"#/components/schemas/api-shield_operation_schemas"}},"type":"object"}]}},"required":["result"],"type":"object"}]},"api-shield_bulk_put_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}},"required":["labels"]},"selector":{"$ref":"#/components/schemas/api-shield_operation_id_selector"},"user":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}},"required":["labels"]}},"required":["selector","user","managed"]},"api-shield_operation_with_labels_only":{"allOf":[{"$ref":"#/components/schemas/api-shield_standard_operation"},{"properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label"}}},"type":"object"}]},"api-shield_bulk_post_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"},"minItems":1}}},"selector":{"$ref":"#/components/schemas/api-shield_operation_id_selector"},"user":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"},"minItems":1}}}},"required":["selector"]},"api-shield_bulk_delete_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}},"selector":{"$ref":"#/components/schemas/api-shield_operation_id_selector"},"user":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}}},"required":["selector"]},"api-shield_old_operation_schema_validation_settings_multiple_request":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/api-shield_old_operation_schema_validation_settings_multiple_request_entry"}},"api-shield_put_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}},"user":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}},"api-shield_post_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"},"minItems":1},"user":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"},"minItems":1}}},"api-shield_delete_labels_on_operation_request":{"type":"object","properties":{"managed":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}},"user":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_label_name"}}}},"api-shield_old_operation_schema_validation_settings":{"type":"object","properties":{"mitigation_action":{"$ref":"#/components/schemas/api-shield_old_operation_mitigation_action"},"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}}},"api-shield_old_operation_schema_validation_settings_modify_request":{"type":"object","properties":{"mitigation_action":{"$ref":"#/components/schemas/api-shield_old_operation_mitigation_action"}}},"api-shield_schema-response-with-thresholds":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"schemas":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_openapi-with-thresholds"}},"timestamp":{"type":"string","x-auditable":true}}}},"required":["result"],"type":"object"}]},"api-shield_old_zone_schema_validation_settings":{"type":"object","properties":{"validation_default_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_default_mitigation_action"},"validation_override_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_override_mitigation_action"}}},"api-shield_old_zone_schema_validation_settings_put":{"type":"object","properties":{"validation_default_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_default_mitigation_action"},"validation_override_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_override_mitigation_action_write"}},"required":["validation_default_mitigation_action"]},"api-shield_old_zone_schema_validation_settings_patch":{"type":"object","properties":{"validation_default_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_default_mitigation_action_patch"},"validation_override_mitigation_action":{"$ref":"#/components/schemas/api-shield_old_validation_override_mitigation_action_patch"}}},"api-shield_old_validation_enabled":{"type":"boolean","x-auditable":true},"api-shield_old_public_schema":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"kind":{"$ref":"#/components/schemas/api-shield_old_kind"},"name":{"type":"string","x-auditable":true},"schema_id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"source":{"type":"string","x-auditable":true},"validation_enabled":{"$ref":"#/components/schemas/api-shield_old_validation_enabled"}},"required":["schema_id","name","kind","created_at"]},"api-shield_old_kind":{"type":"string","enum":["openapi_v3"],"x-auditable":true},"api-shield_old_schema_upload_response":{"type":"object","properties":{"schema":{"$ref":"#/components/schemas/api-shield_old_public_schema"},"upload_details":{"$ref":"#/components/schemas/api-shield_old_schema_upload_details_warnings_only"}},"required":["schema"]},"api-shield_old_schema_upload_failure":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"},{"properties":{"upload_details":{"$ref":"#/components/schemas/api-shield_old_schema_upload_details_errors_critical"}},"type":"object"}]},"api-shield_old_response_user_schemas_hosts":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"hosts":{"type":"array","items":{"type":"string"}},"name":{"type":"string","x-auditable":true},"schema_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"required":["schema_id","name","hosts","created_at"]},"api-shield_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"}]},"api-shield_operation":{"allOf":[{"$ref":"#/components/schemas/api-shield_standard_operation"},{"default":{},"nullable":true,"properties":{"features":{"$ref":"#/components/schemas/api-shield_operation_features"}},"type":"object"}]},"argo-config_identifier":{"type":"string","maxLength":32,"readOnly":true},"argo-config_api_response_single":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/argo-config_messages"},"messages":{"$ref":"#/components/schemas/argo-config_messages"},"result":{"$ref":"#/components/schemas/argo-config_result_object"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"argo-config_api_response_common_failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/argo-config_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/argo-config_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"argo-config_patch":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/argo-config_setting_value"}},"required":["value"]},"bot-management_identifier":{"type":"string","maxLength":32,"x-auditable":true},"bot-management_bot_management_response_body":{"allOf":[{"$ref":"#/components/schemas/bot-management_api-response-single"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/bot-management_bot_fight_mode_config"},{"$ref":"#/components/schemas/bot-management_sbfm_definitely_config"},{"$ref":"#/components/schemas/bot-management_sbfm_likely_config"},{"$ref":"#/components/schemas/bot-management_bm_subscription_config"}]}},"type":"object"}]},"bot-management_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/bot-management_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/bot-management_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"bot-management_config_single":{"type":"object","oneOf":[{"$ref":"#/components/schemas/bot-management_bot_fight_mode_config"},{"$ref":"#/components/schemas/bot-management_sbfm_definitely_config"},{"$ref":"#/components/schemas/bot-management_sbfm_likely_config"},{"$ref":"#/components/schemas/bot-management_bm_subscription_config"}]},"bot-management_feedback_report":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"expression":{"type":"string"},"first_request_seen_at":{"type":"string","format":"date-time"},"last_request_seen_at":{"type":"string","format":"date-time"},"requests":{"type":"integer","format":"int64"},"requests_by_attribute":{"$ref":"#/components/schemas/bot-management_requests_by_attribute"},"requests_by_score":{"$ref":"#/components/schemas/bot-management_requests_by_score"},"requests_by_score_src":{"$ref":"#/components/schemas/bot-management_requests_by_score_src"},"subtype":{"type":"string"},"type":{"$ref":"#/components/schemas/bot-management_feedback_type"}},"required":["type","description","expression","first_request_seen_at","last_request_seen_at","requests","requests_by_score","requests_by_score_src","requests_by_attribute"]},"cache-rules_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"cache-rules_zone_cache_settings_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_result-object"}},"type":"object"}]},"cache-rules_cache_reserve_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_cache_reserve"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_cache_reserve_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"object"},"allOf":[{"$ref":"#/components/schemas/cache-rules_messages"}],"minLength":1},"messages":{"type":"array","items":{"type":"object"},"allOf":[{"$ref":"#/components/schemas/cache-rules_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"cache-rules_cache_reserve_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"cache-rules_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cache-rules_messages"},"messages":{"$ref":"#/components/schemas/cache-rules_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cache-rules_cache_reserve_clear_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear"},{"properties":{"end_ts":{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_end_ts"},"start_ts":{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_start_ts"},"state":{"$ref":"#/components/schemas/cache-rules_cache_reserve_clear_state"}},"required":["state","start_ts"],"type":"object"}]}}},"cache-rules_origin_post_quantum_encryption_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_origin_post_quantum_encryption_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_origin_post_quantum_encryption_value":{"type":"string","default":"supported","enum":["preferred","supported","off"],"x-auditable":true},"cache-rules_regional_tiered_cache_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_regional_tiered_cache_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_regional_tiered_cache_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"cache-rules_smart_tiered_cache_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_smart_tiered_cache_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_smart_tiered_cache_patch":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"required":["value"]},"cache-rules_zone_cache_settings_delete_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_result-object-delete"}},"type":"object"}]},"cache-rules_smart_tiered_cache":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["tiered_cache_smart_topology_enable"],"x-auditable":true}},"type":"object"}],"title":"Smart Tiered Cache"},"cache-rules_variants_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_variants"},{"properties":{"value":{"$ref":"#/components/schemas/cache-rules_variants_value"}},"required":["value"],"type":"object"}]}}},"cache-rules_variants":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["variants"],"x-auditable":true}},"type":"object"}],"title":"Variants Caching"},"cache-rules_variants_value":{"type":"object","properties":{"avif":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"bmp":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"gif":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"jp2":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"jpeg":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"jpg":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"jpg2":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"png":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"tif":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"tiff":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"webp":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true}}},"tls-certificates-and-hostnames_hostname_associations_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostnames-2"}}}},"type":"object"}]},"tls-certificates-and-hostnames_hostname_association":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostnames-2"},"mtls_certificate_id":{"type":"string","maxLength":36,"minLength":36,"x-auditable":true}}},"tls-certificates-and-hostnames_client_certificate_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate"}}},"type":"object"}]},"tls-certificates-and-hostnames_csr-2":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_validity_days-2":{"type":"integer","x-auditable":true},"tls-certificates-and-hostnames_client_certificate_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_client_certificate"}},"type":"object"}]},"cloud-connector_identifier":{"type":"string","maxLength":32,"x-auditable":true},"cloud-connector_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cloud-connector_messages"},"messages":{"$ref":"#/components/schemas/cloud-connector_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cloud-connector_rules":{"type":"array","items":{"$ref":"#/components/schemas/cloud-connector_rule"}},"cloud-connector_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cloud-connector_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"cloud-connector_rule":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"expression":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"parameters":{"properties":{"host":{"type":"string","x-auditable":true}},"type":"object"},"provider":{"$ref":"#/components/schemas/cloud-connector_provider"}}},"waf-product-api-bundle_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-product-api-bundle_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/waf-product-api-bundle_messages"},"messages":{"$ref":"#/components/schemas/waf-product-api-bundle_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"nullable":true,"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"waf-product-api-bundle_api-response-common-failure-2":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"waf-product-api-bundle_response-custom-scan-collection":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-collection-2"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan"}}},"type":"object"}]},"waf-product-api-bundle_custom-scan-payload":{"type":"string","x-auditable":true},"waf-product-api-bundle_custom-scan-id":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}]},"waf-product-api-bundle_response-status-2":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-single-2"},{"properties":{"result":{"$ref":"#/components/schemas/waf-product-api-bundle_status-2"}},"type":"object"}]},"tls-certificates-and-hostnames_ct_alerting_subscription_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_subscription"}]}},"type":"object"}]},"tls-certificates-and-hostnames_ct_alerting_subscription_update":{"type":"object","properties":{"emails":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_emails"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_enabled"}},"additionalProperties":false,"required":["enabled"]},"tls-certificates-and-hostnames_certificate_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-certificate"}}},"type":"object"}]},"tls-certificates-and-hostnames_bundle_method":{"type":"string","default":"ubiquitous","enum":["ubiquitous","optimal","force"],"x-auditable":true},"tls-certificates-and-hostnames_certificate":{"type":"string"},"tls-certificates-and-hostnames_custom_csr_id":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_deploy":{"type":"string","default":"production","enum":["staging","production"],"x-auditable":true},"tls-certificates-and-hostnames_geo_restrictions":{"type":"object","properties":{"label":{"type":"string","enum":["us","eu","highest_security"],"x-auditable":true}}},"tls-certificates-and-hostnames_policy":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_private_key":{"type":"string","x-sensitive":true},"tls-certificates-and-hostnames_type":{"type":"string","default":"legacy_custom","enum":["legacy_custom","sni_custom"],"x-auditable":true},"tls-certificates-and-hostnames_certificate_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-certificate"}},"type":"object"}]},"tls-certificates-and-hostnames_priority":{"type":"number","default":0,"x-auditable":true},"tls-certificates-and-hostnames_certificate_response_id_only":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}},"type":"object"}]},"tls-certificates-and-hostnames_custom_csr_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr"}}},"type":"object"}]},"tls-certificates-and-hostnames_custom_csr_create_request":{"type":"object","properties":{"common_name":{"type":"string","maxLength":64},"country":{"type":"string"},"key_type":{"type":"string","default":"rsa2048","enum":["rsa2048","p256v1"]},"locality":{"type":"string"},"organization":{"type":"string"},"organizational_unit":{"type":"string"},"sans":{"type":"array","items":{"maxLength":256,"type":"string"},"maxItems":150,"minItems":1},"state":{"type":"string"}},"required":["country","state","locality","organization","common_name","sans"]},"tls-certificates-and-hostnames_custom_csr_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_hostname_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_api_response_common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-hostname"}},"result_info":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_result_info"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_metadata":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_custom_origin_server":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_custom_origin_sni":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_hostname_post":{"type":"string","maxLength":255,"x-auditable":true},"tls-certificates-and-hostnames_sslpost":{"type":"object","oneOf":[{"properties":{"bundle_method":{"type":"string","default":"ubiquitous","enum":["ubiquitous","optimal","force"],"x-auditable":true},"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority"},"cloudflare_branding":{"type":"boolean","x-auditable":true},"custom_cert_bundle":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_cert_bundle"},"custom_certificate":{"type":"string","x-auditable":true},"custom_csr_id":{"type":"string","x-auditable":true},"custom_key":{"type":"string","x-sensitive":true},"method":{"type":"string","enum":["http","txt","email"],"x-auditable":true},"settings":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_sslsettings"},"type":{"type":"string","enum":["dv"],"x-auditable":true},"wildcard":{"type":"boolean","x-auditable":true}},"type":"object"}]},"tls-certificates-and-hostnames_custom_hostname_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_api_response_common"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom-hostname"}]}},"type":"object"}]},"tls-certificates-and-hostnames_fallback_origin_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fallbackorigin"}},"type":"object"}]},"tls-certificates-and-hostnames_origin":{"type":"string","maxLength":255,"x-auditable":true},"tls-certificates-and-hostnames_custom_hostname_quota_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_api_response_common"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_quota"}},"type":"object"}]},"tls-certificates-and-hostnames_custom_hostname_api_response_failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"},{"minItems":1}]},"messages":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_messages"},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tls-certificates-and-hostnames_custom_cert_and_key":{"type":"object","properties":{"custom_certificate":{"type":"string"},"custom_key":{"type":"string","x-sensitive":true}},"required":["custom_certificate","custom_key"]},"dns-custom-nameservers_identifier-2":{"type":"string","maxLength":32,"x-auditable":true},"dns-custom-nameservers_get_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-collection"},{"$ref":"#/components/schemas/dns-custom-nameservers_zone_metadata"}]},"dns-custom-nameservers_zone_metadata":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"ns_set":{"type":"number","default":1,"maximum":5,"minimum":1,"x-auditable":true}}},"dns-custom-nameservers_empty_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-collection"},{"properties":{"result":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":0}},"type":"object"}]},"tls-certificates-and-hostnames_dcv_delegation_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uuidObject"}]}},"type":"object"}]},"teams-devices_devices_policy_certificates_single":{"allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/teams-devices_devices_policy_certificates"}},"type":"object"}]},"teams-devices_devices_policy_certificates":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]},"dns-records_type":{"type":"string","enum":["A","AAAA","CAA","CERT","CNAME","DNSKEY","DS","HTTPS","LOC","MX","NAPTR","NS","OPENPGPKEY","PTR","SMIMEA","SRV","SSHFP","SVCB","TLSA","TXT","URI"],"x-auditable":true},"dns-records_proxied":{"type":"boolean","default":false,"x-auditable":true},"dns-records_match":{"type":"string","default":"all","enum":["any","all"]},"dns-records_search":{"type":"string"},"dns-records_tag_match":{"type":"string","default":"all","enum":["any","all"]},"dns-records_page":{"type":"number","default":1,"minimum":1},"dns-records_per_page":{"type":"number","default":100,"maximum":5000000,"minimum":1},"dns-records_order":{"type":"string","default":"type","enum":["type","name","content","ttl","proxied"]},"dns-records_direction":{"type":"string","default":"asc","enum":["asc","desc"]},"dns-records_dns_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}}},"type":"object"}]},"dns-records_dns-record-post":{"type":"object","anyOf":[{"$ref":"#/components/schemas/dns-records_dns-record-without-data"},{"$ref":"#/components/schemas/dns-records_dns-record-with-data"}]},"dns-records_dns_response_single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"type":"object"}]},"dns-records_dns-request-batch-object":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-batch-delete"}},"patches":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-batch-patch"}},"posts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-batch-post"}},"puts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-batch-put"}}}},"dns-records_dns_response_batch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-records_dns-response-batch-object"}},"type":"object"}]},"dns-records_dns_response_import_scan":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"type":"object","properties":{"recs_added":{"type":"number"},"total_records_parsed":{"type":"number"}}}},"type":"object"}]},"dns-records_dns-request-review-scan-object":{"type":"object","properties":{"accepts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-scan-batch-accept"}},"rejects":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-scan-batch-reject"}}}},"dns-records_dns_response_review_scan":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-records_dns-response-review-scan-object"}},"type":"object"}]},"dns-records_dns_response_trigger_scan":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"}]},"dns-records_dns_response_zone_usage":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-single"},{"properties":{"result":{"type":"object","properties":{"record_quota":{"type":"integer","minimum":0,"nullable":true},"record_usage":{"type":"integer","minimum":0}},"required":["record_usage","record_quota"]}},"type":"object"}]},"dns-records_dns-record-patch":{"type":"object","anyOf":[{"$ref":"#/components/schemas/dns-records_dns-record-without-data"},{"$ref":"#/components/schemas/dns-records_dns-record-with-data"}]},"dns-settings_dns_response_single-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dns-settings_dns-settings-zone-response"}},"type":"object"}],"required":["result"]},"dns-settings_dns-settings-zone-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-patch"},{"properties":{"nameservers":{"type":"object","properties":{"ns_set":{"type":"integer","maximum":5,"minimum":1,"x-auditable":true},"type":{"type":"string","enum":["cloudflare.standard","cloudflare.advanced","custom.account","custom.tenant","custom.zone"],"x-auditable":true}},"x-stainless-terraform-configurability":"computed_optional"}},"type":"object"}]},"dnssec_identifier":{"type":"string","maxLength":32,"x-auditable":true},"dnssec_dnssec_response_single":{"allOf":[{"$ref":"#/components/schemas/dnssec_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/dnssec_dnssec"}},"type":"object"}]},"dnssec_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/dnssec_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/dnssec_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"dnssec_delete_dnssec_response_single":{"allOf":[{"$ref":"#/components/schemas/dnssec_api-response-single"},{"properties":{"result":{"type":"string"}},"type":"object"}]},"dnssec_dnssec_multi_signer":{"type":"boolean","x-auditable":true},"dnssec_dnssec_presigned":{"type":"boolean","x-auditable":true},"dnssec_dnssec_use_nsec3":{"type":"boolean","x-auditable":true},"dnssec_dnssec_zsk_response_collection":{"allOf":[{"$ref":"#/components/schemas/dnssec_api-response-single"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/dnssec_dnssec_zsk"}}},"type":"object"}]},"email_email_settings_response_single":{"allOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email_settings"}}}]},"email_update_email_routing_settings_properties":{"type":"object","properties":{"enabled":{"type":"boolean","enum":[true,false]},"skip_wizard":{"type":"boolean","enum":[true,false]},"support_subaddress":{"type":"boolean","enum":[true,false]}}},"email_email_setting_name":{"type":"string","x-auditable":true},"email_email_routing_dns_query_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_api-response-collection"},{"properties":{"result":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/email_email_routing_get_response_dns_errors"},"record":{"type":"array","items":{"$ref":"#/components/schemas/email_dns_record"}}}}}}]},"email_dns_settings_response_collection":{"allOf":[{"$ref":"#/components/schemas/email_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email_dns_record"}}}}]},"email_email_setting_dns_request_body":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/email_email_setting_name"}},"nullable":true},"email_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_api-response-common"}]},"email_rules_response_collection":{"allOf":[{"$ref":"#/components/schemas/email_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/email_rules"}},"result_info":{"type":"object","properties":{"count":{},"page":{},"per_page":{},"total_count":{}}}}}]},"email_create_rule_properties":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"owner_worker_tag":{"$ref":"#/components/schemas/email_rule_owner_worker_tag"},"priority":{"$ref":"#/components/schemas/email_rule_priority"},"source":{"$ref":"#/components/schemas/email_rule_source"}},"required":["actions","matchers"]},"email_rule_response_single":{"allOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email_rules"}}}]},"email_catch_all_rule_response_single":{"allOf":[{"$ref":"#/components/schemas/email_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/email_catch_all_rule"}}}]},"email_update_catch_all_rule_properties":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_catchall-actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_catchall-matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"owner_worker_tag":{"$ref":"#/components/schemas/email_rule_owner_worker_tag"},"source":{"$ref":"#/components/schemas/email_rule_source"}},"required":["actions","matchers"]},"email_rule_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"email_update_rule_properties":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"owner_worker_tag":{"$ref":"#/components/schemas/email_rule_owner_worker_tag"},"priority":{"$ref":"#/components/schemas/email_rule_priority"},"source":{"$ref":"#/components/schemas/email_rule_source"}},"required":["actions","matchers"]},"kamino_environments_response":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/kamino_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/kamino_message"}},"result":{"$ref":"#/components/schemas/kamino_environments_result"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]},"kamino_environments_request":{"type":"object","properties":{"environments":{"type":"array","items":{"$ref":"#/components/schemas/kamino_environment"}}},"required":["environments"]},"cache-purge_identifier":{"type":"string","maxLength":32},"cache-purge_FlexPurgeByTags":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string","x-auditable":true}}},"title":"Purge by tags"},"cache-purge_FlexPurgeByHostnames":{"type":"object","properties":{"hosts":{"type":"array","items":{"type":"string","x-auditable":true}}},"title":"Purge by hostnames"},"cache-purge_FlexPurgeByPrefixes":{"type":"object","properties":{"prefixes":{"type":"array","items":{"type":"string","x-auditable":true}}},"title":"Purge by prefixes"},"cache-purge_Everything":{"type":"object","properties":{"purge_everything":{"type":"boolean","x-auditable":true}},"title":"Purge everything"},"cache-purge_SingleFile":{"type":"object","properties":{"files":{"type":"array","items":{"type":"string","x-auditable":true}}},"title":"Purge files"},"cache-purge_SingleFileWithUrlAndHeaders":{"type":"object","properties":{"files":{"type":"array","items":{"properties":{"headers":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"url":{"type":"string","x-auditable":true}},"type":"object"}}},"title":"Purge files with URL and headers"},"cache-purge_api-response-single-id":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cache-purge_messages"},"messages":{"$ref":"#/components/schemas/cache-purge_messages"},"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/cache-purge_identifier"}},"required":["id"]},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"cache-purge_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cache-purge_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cache-purge_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"firewall_identifier":{"type":"string","maxLength":32,"readOnly":true},"firewall_filters_components-schemas-paused":{"type":"boolean"},"firewall_filter-response-collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter"}}},"type":"object"}]},"firewall_filter-rule-update-request":{"allOf":[{"$ref":"#/components/schemas/firewall_filter"},{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}]}},"type":"object"}]},"firewall_filter":{"type":"object","properties":{"expression":{"$ref":"#/components/schemas/firewall_expression"},"id":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"},"paused":{"$ref":"#/components/schemas/firewall_filters_components-schemas-paused"},"ref":{"$ref":"#/components/schemas/firewall_schemas-ref"}},"additionalProperties":false},"firewall_filters_components-schemas-id":{"type":"string","maxLength":32,"minLength":32,"readOnly":true},"firewall_filter-delete-response-collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},"type":"object"}}},"type":"object"}]},"firewall_filter-response-single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_filter"}},"required":["result"],"type":"object"}]},"firewall_filter-delete-response-single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},"required":["id"]}},"required":["result"],"type":"object"}]},"firewall_schemas-description_search":{"type":"string","x-auditable":true},"firewall_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"firewall_ip_search":{"type":"string"},"firewall_schemas-priority":{"type":"number","x-auditable":true},"firewall_uri_search":{"type":"string","x-auditable":true},"firewall_ip_range_search":{"type":"string","x-auditable":true},"firewall_zonelockdown_response_collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_zonelockdown"}}},"required":["result"],"type":"object"}]},"firewall_configurations":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/firewall_schemas-ip_configuration"},{"$ref":"#/components/schemas/firewall_schemas-cidr_configuration"}]}},"firewall_schemas-paused":{"type":"boolean","x-auditable":true},"firewall_urls":{"type":"array","items":{"type":"string","x-auditable":true}},"firewall_zonelockdown_response_single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_zonelockdown"}},"required":["result"],"type":"object"}]},"firewall_lockdowns_components-schemas-id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"firewall_filter-rules-response-collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter-rule-response"}}},"required":["result"],"type":"object"}]},"firewall_action":{"type":"object","anyOf":[{"properties":{"mode":{"$ref":"#/components/schemas/firewall_mode"},"response":{"$ref":"#/components/schemas/firewall_custom_response"},"timeout":{"$ref":"#/components/schemas/firewall_timeout"}},"type":"object"}]},"firewall_firewall-rules_components-schemas-id":{"type":"string","maxLength":32,"readOnly":true},"firewall_filter-rules-response-collection-delete":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_filter-rule-response"}}},"required":["result"],"type":"object"}]},"firewall_filter-rules-single-response":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_filter-rule-response"}},"required":["result"],"type":"object"}]},"firewall_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true},"firewall_delete_filter_if_unused":{"type":"boolean"},"firewall_filter-rules-single-response-delete":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_filter-rule-response"}},"required":["result"],"type":"object"}]},"firewall_description_search":{"type":"string","x-auditable":true},"firewall_firewalluablock_response_collection":{"allOf":[{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_firewalluablock"}}},"type":"object"},{"$ref":"#/components/schemas/firewall_api-response-collection"}]},"firewall_ua_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ua"]},"value":{"type":"string","x-auditable":true}},"title":"A user agent configuration."},"firewall_firewalluablock_response_single":{"allOf":[{"properties":{"result":{"$ref":"#/components/schemas/firewall_firewalluablock"}},"type":"object"},{"$ref":"#/components/schemas/firewall_api-response-single"}]},"firewall_components-ua-rule-id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"firewall_override_response_collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_override"}}},"required":["result"],"type":"object"}]},"firewall_override_response_single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_override"}},"required":["result"],"type":"object"}]},"firewall_overrides-id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"firewall_rewrite_action":{"type":"object","properties":{"block":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"},"challenge":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"},"default":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"},"disable":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"},"simulate":{"$ref":"#/components/schemas/firewall_waf_rewrite_action"}}},"firewall_rules":{"type":"object","additionalProperties":{"allOf":[{"$ref":"#/components/schemas/firewall_waf_action"}]}},"firewall_package_response_collection":{"anyOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_package"}}},"type":"object"}]},"firewall_package_id":{"type":"string","maxLength":32,"readOnly":true},"firewall_package_response_single":{"oneOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"firewall_action_mode":{"type":"string","default":"challenge","enum":["simulate","block","challenge"]},"firewall_sensitivity":{"type":"string","default":"high","enum":["high","medium","low","off"]},"firewall_anomaly_package":{"allOf":[{"$ref":"#/components/schemas/firewall_package_definition"},{"properties":{"action_mode":{"$ref":"#/components/schemas/firewall_action_mode"},"detection_mode":{"$ref":"#/components/schemas/firewall_anomaly_detection_mode"},"name":{"$ref":"#/components/schemas/firewall_anomaly_name"},"sensitivity":{"$ref":"#/components/schemas/firewall_sensitivity"}},"type":"object"}],"required":["id","name","description","zone_id","detection_mode","sensitivity","action_mode"],"title":"Anomaly detection WAF package (OWASP)"},"waf-managed-rules_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-managed-rules_schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-managed-rules_mode":{"type":"string","default":"on","enum":["on","off"],"x-auditable":true},"waf-managed-rules_rule_group_response_collection":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_schemas-group"}}},"type":"object"}]},"waf-managed-rules_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"waf-managed-rules_rule_group_response_single":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"waf-managed-rules_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-managed-rules_rule_response_collection":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_rule"}}},"type":"object"}]},"waf-managed-rules_rule_response_single":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"waf-managed-rules_anomaly_rule":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-managed-rules_schemas-base"},{"properties":{"allowed_modes":{"$ref":"#/components/schemas/waf-managed-rules_allowed_modes_anomaly"},"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode_anomaly"}},"type":"object"}],"required":["id","description","priority","allowed_modes","mode","group","package_id"],"title":"Anomaly detection WAF rule"},"waf-managed-rules_traditional_deny_rule":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_base"},{"properties":{"allowed_modes":{"$ref":"#/components/schemas/waf-managed-rules_allowed_modes_deny_traditional"},"default_mode":{"$ref":"#/components/schemas/waf-managed-rules_default_mode"},"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode_deny_traditional"}},"type":"object"}],"required":["id","description","priority","allowed_modes","default_mode","mode","group","package_id"],"title":"Traditional (deny) WAF rule"},"waf-managed-rules_traditional_allow_rule":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_base"},{"properties":{"allowed_modes":{"$ref":"#/components/schemas/waf-managed-rules_allowed_modes_allow_traditional"},"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode_allow_traditional"}},"type":"object"}],"required":["id","description","priority","allowed_modes","default_mode","mode","group","package_id"],"title":"Traditional (allow) WAF rule"},"fraud_identifier":{"type":"string","maxLength":32,"x-auditable":true},"fraud_fraud_settings_response_body":{"allOf":[{"$ref":"#/components/schemas/fraud_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/fraud_fraud_settings"}},"type":"object"}]},"fraud_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/fraud_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/fraud_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"fraud_fraud_settings":{"type":"object","properties":{"authentication_settings":{"$ref":"#/components/schemas/fraud_authentication_settings"},"user_profiles":{"$ref":"#/components/schemas/fraud_user_profiles_status"},"username_expressions":{"$ref":"#/components/schemas/fraud_username_expressions"}},"additionalProperties":false},"healthchecks_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"healthchecks_response_collection":{"allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/healthchecks_healthchecks"}}}}]},"healthchecks_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/healthchecks_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/healthchecks_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"healthchecks_query_healthcheck":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/healthchecks_address"},"check_regions":{"$ref":"#/components/schemas/healthchecks_check_regions"},"consecutive_fails":{"$ref":"#/components/schemas/healthchecks_consecutive_fails"},"consecutive_successes":{"$ref":"#/components/schemas/healthchecks_consecutive_successes"},"http_config":{"$ref":"#/components/schemas/healthchecks_http_config"},"interval":{"$ref":"#/components/schemas/healthchecks_interval"},"name":{"$ref":"#/components/schemas/healthchecks_name"},"retries":{"$ref":"#/components/schemas/healthchecks_retries"},"suspended":{"$ref":"#/components/schemas/healthchecks_suspended"},"tcp_config":{"$ref":"#/components/schemas/healthchecks_tcp_config"},"timeout":{"$ref":"#/components/schemas/healthchecks_timeout"},"type":{"$ref":"#/components/schemas/healthchecks_type"}},"required":["name","address"]},"healthchecks_single_response":{"allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/healthchecks_healthchecks"}},"type":"object"}]},"healthchecks_id_response":{"allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/healthchecks_identifier"}}}},"type":"object"}]},"zones_identifier-2":{"type":"string","maxLength":32,"x-auditable":true},"zones_api-response-single-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_api-response-common-3"},{"properties":{"result":{"anyOf":[{"type":"object"},{"type":"string"}]}}}]},"zones_api-response-common-failure-2":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zones_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zones_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"tls-certificates-and-hostnames_setting_id":{"type":"string","enum":["ciphers","min_tls_version","http2"],"x-auditable":true},"tls-certificates-and-hostnames_per_hostname_settings_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-4"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-12"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-5"},"value":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_value"}},"type":"object"}}},"type":"object"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"tls-certificates-and-hostnames_hostname-3":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_value":{"oneOf":[{"items":{"type":"string"},"type":"array","x-auditable":true},{"enum":["1.0","1.1","1.2","1.3"],"type":"string","x-auditable":true},{"enum":["on","off"],"type":"string","x-auditable":true}]},"tls-certificates-and-hostnames_per_hostname_settings_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_settingObject"}]}},"type":"object"}]},"tls-certificates-and-hostnames_per_hostname_settings_response_delete":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_settingObjectDelete"}]}},"type":"object"}]},"intel-sinkholes_ingress_create_params":{"type":"object","properties":{"cidr":{"type":"string"}},"required":["cidr"]},"intel-sinkholes_ingress_single_response":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/intel-sinkholes_ingress_item"}}}]},"tls-certificates-and-hostnames_keyless_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless-certificate"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate-2":{"type":"string"},"tls-certificates-and-hostnames_host":{"type":"string","format":"hostname","maxLength":253,"x-auditable":true},"tls-certificates-and-hostnames_name_write":{"type":"string","maxLength":180,"x-auditable":true},"tls-certificates-and-hostnames_port":{"type":"number","default":24008,"maxLength":65535,"x-auditable":true},"tls-certificates-and-hostnames_keyless_tunnel":{"type":"object","properties":{"private_ip":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_private_ip"},"vnet_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_vnet_id"}},"required":["private_ip","vnet_id"]},"tls-certificates-and-hostnames_keyless_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_base"}]}},"type":"object"}]},"tls-certificates-and-hostnames_keyless_response_single_id":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}},"type":"object"}]},"tls-certificates-and-hostnames_enabled_write":{"type":"boolean","deprecated":true,"x-auditable":true},"waf-product-api-bundle_response-status":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waf-product-api-bundle_status"}},"type":"object"}]},"waf-product-api-bundle_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"waf-product-api-bundle_status":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}}},"waf-product-api-bundle_response-custom-detection-collection":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-detection"}}},"type":"object"}]},"waf-product-api-bundle_custom-detection":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waf-product-api-bundle_detection-id"},"password":{"type":"string","x-auditable":true},"username":{"type":"string","x-auditable":true}}},"waf-product-api-bundle_response-custom-detection":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-detection"}},"type":"object"}]},"waf-product-api-bundle_detection-id":{"allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_identifier"}],"x-auditable":true},"waf-product-api-bundle_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/waf-product-api-bundle_messages"},"messages":{"$ref":"#/components/schemas/waf-product-api-bundle_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"load-balancing_adaptive_routing":{"type":"object","properties":{"failover_across_pools":{"type":"boolean","default":false,"x-auditable":true}}},"load-balancing_country_pools":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"}},"load-balancing_default_pools":{"type":"array","items":{"type":"string"}},"load-balancing_fallback_pool":{"type":"string","x-auditable":true},"load-balancing_location_strategy":{"type":"object","properties":{"mode":{"type":"string","default":"pop","enum":["pop","resolver_ip"],"x-auditable":true},"prefer_ecs":{"type":"string","default":"proximity","enum":["always","never","proximity","geo"],"x-auditable":true}}},"load-balancing_components-schemas-name":{"type":"string","x-auditable":true},"load-balancing_pop_pools":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"}},"load-balancing_proxied":{"type":"boolean","default":false,"x-auditable":true},"load-balancing_random_steering":{"type":"object","properties":{"default_weight":{"type":"number","default":1,"maximum":1,"minimum":0,"multipleOf":0.1,"x-auditable":true},"pool_weights":{"type":"object","additionalProperties":{"type":"number","x-auditable":true}}}},"load-balancing_region_pools":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"}},"load-balancing_rules":{"type":"array","items":{"additionalProperties":false,"properties":{"condition":{"type":"string","x-auditable":true},"disabled":{"type":"boolean","default":false,"x-auditable":true},"fixed_response":{"$ref":"#/components/schemas/load-balancing_fixed_response"},"name":{"type":"string","maxLength":200,"x-auditable":true},"overrides":{"$ref":"#/components/schemas/load-balancing_rule_overrides"},"priority":{"type":"integer","default":0,"minimum":0,"x-auditable":true},"terminates":{"type":"boolean","x-auditable":true}},"type":"object"}},"load-balancing_session_affinity":{"type":"string","default":"none","enum":["none","cookie","ip_cookie","header"],"x-auditable":true},"load-balancing_session_affinity_attributes":{"type":"object","properties":{"drain_duration":{"type":"number","x-auditable":true},"headers":{"type":"array","items":{"maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9_-]+$","type":"string","x-auditable":true},"default":"none","uniqueItems":true},"require_all_headers":{"type":"boolean","default":false,"x-auditable":true},"samesite":{"type":"string","default":"Auto","enum":["Auto","Lax","None","Strict"],"x-auditable":true},"secure":{"type":"string","default":"Auto","enum":["Auto","Always","Never"],"x-auditable":true},"zero_downtime_failover":{"type":"string","default":"none","enum":["none","temporary","sticky"],"x-auditable":true}}},"load-balancing_session_affinity_ttl":{"type":"number","x-auditable":true},"load-balancing_steering_policy":{"type":"string","default":"","enum":["off","geo","random","dynamic_latency","proximity","least_outstanding_requests","least_connections",""],"x-auditable":true},"load-balancing_ttl":{"type":"number","x-auditable":true},"load-balancing_components-schemas-enabled":{"type":"boolean","default":true,"x-auditable":true},"logpush_instant_logs_job_response_collection":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/logpush_instant_logs_job"}}},"type":"object"}]},"logpush_fields":{"type":"string","x-auditable":true},"logpush_filter-2":{"type":"string","x-auditable":true},"logpush_sample":{"type":"integer","x-auditable":true},"logpush_instant_logs_job_response_single":{"allOf":[{"$ref":"#/components/schemas/logpush_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/logpush_instant_logs_job"}},"type":"object"}]},"logcontrol_retention_flag_response_single":{"allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/logcontrol_retention_flag"}}}]},"logcontrol_retention_flag":{"type":"object","properties":{"flag":{"$ref":"#/components/schemas/logcontrol_flag"}},"nullable":true},"logshare_identifier":{"type":"string","maxLength":32,"x-auditable":true},"logshare_ray_identifier":{"type":"string","maxLength":16,"readOnly":true,"x-auditable":true},"logshare_fields":{"type":"string","x-auditable":true},"logshare_timestamps":{"type":"string","default":"unixnano","enum":["unix","unixnano","rfc3339"],"x-auditable":true},"logshare_logs_response_json_lines":{"anyOf":[{"type":"string"},{"type":"object"}]},"logshare_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/logshare_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/logshare_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"logshare_start":{"anyOf":[{"type":"string"},{"type":"integer"}],"x-auditable":true},"logshare_end":{"anyOf":[{"type":"string"},{"type":"integer"}],"x-auditable":true},"logshare_sample":{"type":"number","maximum":1,"minimum":0,"x-auditable":true},"logshare_count":{"type":"integer","minimum":1,"x-auditable":true},"logshare_fields_response":{"type":"object","properties":{"key":{"type":"string","x-auditable":true}}},"rulesets_ZoneId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Zone ID"},"tls-certificates-and-hostnames_certificate_response_collection-3":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_zone-authenticated-origin-pull"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate-5":{"type":"string","x-stainless-terraform":{"normalize_newlines":true}},"tls-certificates-and-hostnames_private_key-2":{"type":"string","x-sensitive":true},"tls-certificates-and-hostnames_certificate_response_single-3":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_zone-authenticated-origin-pull"}},"type":"object"}]},"tls-certificates-and-hostnames_hostname_assoc_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_assoc_object"}},"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"tls-certificates-and-hostnames_config":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_certid_input"}},"tls-certificates-and-hostnames_hostname_aop_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_response_collection-4":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject-2"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate-6":{"type":"string","x-stainless-terraform":{"normalize_newlines":true}},"tls-certificates-and-hostnames_private_key-3":{"type":"string","x-sensitive":true},"tls-certificates-and-hostnames_certificate_response_single-4":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject-2"}},"type":"object"}]},"tls-certificates-and-hostnames_hostname-2":{"type":"string","maxLength":255,"x-auditable":true},"tls-certificates-and-hostnames_hostname_aop_single_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_certid_object"}},"type":"object"}]},"tls-certificates-and-hostnames_enabled_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-4"}}}},"type":"object"}]},"tls-certificates-and-hostnames_enabled-4":{"type":"boolean","x-auditable":true},"page-shield_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"page-shield_api-get-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/page-shield_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}}}]},"page-shield_get-zone-settings-response":{"properties":{"enabled":{"$ref":"#/components/schemas/page-shield_enabled"},"updated_at":{"$ref":"#/components/schemas/page-shield_updated_at"},"use_cloudflare_reporting_endpoint":{"$ref":"#/components/schemas/page-shield_use_cloudflare_reporting_endpoint"},"use_connection_url_path":{"$ref":"#/components/schemas/page-shield_use_connection_url_path"}},"required":["enabled","updated_at","use_cloudflare_reporting_endpoint","use_connection_url_path"]},"page-shield_api-response-common-failure":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/page-shield_messages"},"messages":{"$ref":"#/components/schemas/page-shield_messages"},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors"]},"page-shield_enabled":{"type":"boolean","x-auditable":true},"page-shield_use_cloudflare_reporting_endpoint":{"type":"boolean","x-auditable":true},"page-shield_use_connection_url_path":{"type":"boolean","x-auditable":true},"page-shield_zone_settings_response_single":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-response-single"},{"properties":{"result":{"type":"object"}}}]},"page-shield_update-zone-settings-response":{"properties":{"enabled":{"$ref":"#/components/schemas/page-shield_enabled"},"updated_at":{"$ref":"#/components/schemas/page-shield_updated_at"},"use_cloudflare_reporting_endpoint":{"$ref":"#/components/schemas/page-shield_use_cloudflare_reporting_endpoint"},"use_connection_url_path":{"$ref":"#/components/schemas/page-shield_use_connection_url_path"}},"required":["enabled","updated_at","use_cloudflare_reporting_endpoint","use_connection_url_path"]},"page-shield_list-zone-connections-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-list-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_connection"}}},"type":"object"}]},"page-shield_get-zone-connection-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_connection"}},"required":["result"]}]},"page-shield_list-zone-cookies-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-list-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_cookie"}}},"required":["result"],"type":"object"}]},"page-shield_get-zone-cookie-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_cookie"}},"required":["result"]}]},"page-shield_list-zone-policies-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-list-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_policy-with-id"}}},"required":["result"],"type":"object"}]},"page-shield_policy":{"properties":{"action":{"$ref":"#/components/schemas/page-shield_policy-action"},"enabled":{"$ref":"#/components/schemas/page-shield_policy-enabled"},"expression":{"$ref":"#/components/schemas/page-shield_policy-expression"},"value":{"$ref":"#/components/schemas/page-shield_policy-value"}},"required":["description","action","expression","enabled","value"]},"page-shield_get-zone-policy-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"$ref":"#/components/schemas/page-shield_policy-with-id"}},"required":["result"]}]},"page-shield_policy-action":{"type":"string","enum":["allow","log","add_reporting_directives"],"x-auditable":true},"page-shield_policy-enabled":{"type":"boolean","x-auditable":true},"page-shield_policy-expression":{"type":"string","x-auditable":true},"page-shield_policy-value":{"type":"string","x-auditable":true},"page-shield_list-zone-scripts-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-list-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_script"}}},"required":["result"],"type":"object"}]},"page-shield_get-zone-script-response":{"allOf":[{"$ref":"#/components/schemas/page-shield_api-get-response-collection"},{"properties":{"result":{"allOf":[{"$ref":"#/components/schemas/page-shield_script"},{"properties":{"versions":{"type":"array","items":{"$ref":"#/components/schemas/page-shield_version"},"nullable":true}}}]}},"required":["result"]}]},"zones_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zones_messages-2"},"messages":{"$ref":"#/components/schemas/zones_messages-2"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"zones_page_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/zones_actions"},"created_on":{"$ref":"#/components/schemas/zones_created_on"},"id":{"$ref":"#/components/schemas/zones_identifier-2"},"modified_on":{"$ref":"#/components/schemas/zones_modified_on"},"priority":{"$ref":"#/components/schemas/zones_priority"},"status":{"$ref":"#/components/schemas/zones_status"},"targets":{"$ref":"#/components/schemas/zones_targets"}},"required":["id","targets","actions","priority","status","modified_on","created_on"]},"zones_actions":{"type":"array","items":{"discriminator":{"propertyName":"id"},"oneOf":[{"$ref":"#/components/schemas/zones_always_use_https"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites"},{"$ref":"#/components/schemas/zones_browser_cache_ttl"},{"$ref":"#/components/schemas/zones_browser_check"},{"$ref":"#/components/schemas/zones_bypass_cache_on_cookie"},{"$ref":"#/components/schemas/zones_cache_by_device_type"},{"$ref":"#/components/schemas/zones_cache_deception_armor"},{"$ref":"#/components/schemas/zones_cache_key_fields"},{"$ref":"#/components/schemas/zones_cache_level"},{"$ref":"#/components/schemas/zones_cache_on_cookie"},{"$ref":"#/components/schemas/zones_cache_ttl_by_status"},{"$ref":"#/components/schemas/zones_disable_apps"},{"$ref":"#/components/schemas/zones_disable_performance"},{"$ref":"#/components/schemas/zones_disable_security"},{"$ref":"#/components/schemas/zones_disable_zaraz"},{"$ref":"#/components/schemas/zones_edge_cache_ttl"},{"$ref":"#/components/schemas/zones_email_obfuscation"},{"$ref":"#/components/schemas/zones_explicit_cache_control"},{"$ref":"#/components/schemas/zones_forwarding_url"},{"$ref":"#/components/schemas/zones_host_header_override"},{"$ref":"#/components/schemas/zones_ip_geolocation"},{"$ref":"#/components/schemas/zones_mirage"},{"$ref":"#/components/schemas/zones_opportunistic_encryption"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru"},{"$ref":"#/components/schemas/zones_polish"},{"$ref":"#/components/schemas/zones_resolve_override"},{"$ref":"#/components/schemas/zones_respect_strong_etag"},{"$ref":"#/components/schemas/zones_response_buffering"},{"$ref":"#/components/schemas/zones_rocket_loader"},{"$ref":"#/components/schemas/zones_security_level"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache"},{"$ref":"#/components/schemas/zones_ssl"},{"$ref":"#/components/schemas/zones_true_client_ip_header"},{"$ref":"#/components/schemas/zones_waf"}]},"x-stainless-skip":["terraform"]},"zones_priority":{"type":"integer","default":1,"x-auditable":true},"zones_status":{"type":"string","default":"disabled","enum":["active","disabled"],"x-auditable":true},"zones_targets":{"type":"array","items":{"$ref":"#/components/schemas/zones_target"},"x-stainless-skip":["terraform"]},"zones_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_api-response-common-2"}]},"zones_settings":{"type":"array","items":{"type":"object"}},"zones_api-response-single-id-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_api-response-common-2"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/zones_identifier-2"}},"required":["id"]}},"type":"object"}]},"pay-per-crawl_getZoneCanBeEnabledResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_DaricZoneCanBeEnabled"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"pay-per-crawl_getConfigResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"result":{"$ref":"#/components/schemas/pay-per-crawl_DaricConfig"},"result_info":{"$ref":"#/components/schemas/pay-per-crawl_ResultInfo"},"success":{"type":"boolean"}}},"rlanalytics_rate_limit_analytics":{"type":"object","properties":{"labels":{"type":"object","additionalProperties":{"type":"string"}},"since":{"type":"string","format":"date-time"},"time_delta":{"type":"integer","enum":[60,3600,86400,2592000]},"timeseries":{"type":"array","items":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_timeseries_point"}},"until":{"type":"string","format":"date-time"},"zone_id":{"type":"integer","format":"int64"}},"required":["since","until","time_delta","labels","timeseries"]},"rlanalytics_api-response-common-failure":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/rlanalytics_messages"},"minItems":1},"messages":{"type":"array","items":{"$ref":"#/components/schemas/rlanalytics_messages"}},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages"]},"firewall_ratelimit_response_collection":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/firewall_rate-limits"}}},"type":"object"}]},"firewall_match":{"type":"object","oneOf":[{"properties":{"headers":{"type":"array","items":{"properties":{"name":{"$ref":"#/components/schemas/firewall_header_name"},"op":{"$ref":"#/components/schemas/firewall_header_op"},"value":{"$ref":"#/components/schemas/firewall_header_value"}},"type":"object"}},"request":{"type":"object","properties":{"methods":{"$ref":"#/components/schemas/firewall_methods"},"schemes":{"$ref":"#/components/schemas/firewall_schemes"},"url":{"$ref":"#/components/schemas/firewall_url"}}},"response":{"type":"object","properties":{"origin_traffic":{"$ref":"#/components/schemas/firewall_origin_traffic"}}}},"type":"object"}]},"firewall_period":{"type":"number","maximum":86400,"minimum":10,"x-auditable":true},"firewall_threshold":{"type":"number","minimum":1,"x-auditable":true},"firewall_ratelimit_response_single":{"allOf":[{"$ref":"#/components/schemas/firewall_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/firewall_rate-limits"}},"type":"object"}]},"firewall_rate_limit_id":{"type":"string","maxLength":32,"readOnly":true},"firewall_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"secondary-dns_identifier":{"type":"string","readOnly":true,"x-auditable":true},"secondary-dns_force_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_force_result"}},"type":"object"}]},"secondary-dns_single_response_incoming":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"auto_refresh_seconds":{"$ref":"#/components/schemas/secondary-dns_auto_refresh_seconds"},"checked_time":{"$ref":"#/components/schemas/secondary-dns_time"},"created_time":{"$ref":"#/components/schemas/secondary-dns_time"},"id":{"$ref":"#/components/schemas/secondary-dns_identifier"},"modified_time":{"$ref":"#/components/schemas/secondary-dns_time"},"name":{"$ref":"#/components/schemas/secondary-dns_name"},"peers":{"$ref":"#/components/schemas/secondary-dns_peers"},"soa_serial":{"$ref":"#/components/schemas/secondary-dns_soa_serial"}}}},"type":"object"}]},"secondary-dns_dns-secondary-secondary-zone":{"type":"object","properties":{"auto_refresh_seconds":{"$ref":"#/components/schemas/secondary-dns_auto_refresh_seconds"},"id":{"$ref":"#/components/schemas/secondary-dns_identifier"},"name":{"$ref":"#/components/schemas/secondary-dns_name"},"peers":{"$ref":"#/components/schemas/secondary-dns_peers"}},"required":["id","name","peers","auto_refresh_seconds"]},"secondary-dns_id_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier"}}}},"type":"object"}]},"secondary-dns_single_response_outgoing":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"type":"object","properties":{"checked_time":{"$ref":"#/components/schemas/secondary-dns_time"},"created_time":{"$ref":"#/components/schemas/secondary-dns_time"},"id":{"$ref":"#/components/schemas/secondary-dns_identifier"},"last_transferred_time":{"$ref":"#/components/schemas/secondary-dns_time"},"name":{"$ref":"#/components/schemas/secondary-dns_name"},"peers":{"$ref":"#/components/schemas/secondary-dns_peers"},"soa_serial":{"$ref":"#/components/schemas/secondary-dns_soa_serial"}}}},"type":"object"}]},"secondary-dns_single_request_outgoing":{"properties":{"id":{"$ref":"#/components/schemas/secondary-dns_identifier"},"name":{"$ref":"#/components/schemas/secondary-dns_name"},"peers":{"$ref":"#/components/schemas/secondary-dns_peers"}},"required":["id","name","peers"]},"secondary-dns_disable_transfer_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_disable_transfer_result"}},"type":"object"}]},"secondary-dns_enable_transfer_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_enable_transfer_result"}},"type":"object"}]},"secondary-dns_force_response-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/secondary-dns_force_result-2"}},"type":"object"}]},"security-center_auditLogResponse":{"allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/security-center_auditLog"}},"result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}}}},"type":"object"}]},"security-center_scansListResponse":{"type":"object","properties":{"quota":{"$ref":"#/components/schemas/security-center_scanQuota"},"scans":{"type":"array","items":{"$ref":"#/components/schemas/security-center_scanStatusResponse"}}},"required":["scans","quota"]},"security-center_newScanRequest":{"oneOf":[{"properties":{"issue_type":{"$ref":"#/components/schemas/security-center_issueType"}},"required":["issue_type"],"type":"object"},{"properties":{"issue_class":{"$ref":"#/components/schemas/security-center_issueClass"}},"required":["issue_class"],"type":"object"},{"additionalProperties":false,"type":"object"}]},"security-center_newScanResponse":{"type":"object","properties":{"scan_id":{"type":"string","x-auditable":true}}},"security-center_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/security-center_api-response-common"}]},"security-center_securityTxt":{"type":"object","properties":{"acknowledgments":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"canonical":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"contact":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"enabled":{"type":"boolean","x-auditable":true},"encryption":{"type":"array","items":{"format":"uri","type":"string"}},"expires":{"type":"string","format":"date-time","x-auditable":true},"hiring":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"policy":{"type":"array","items":{"format":"uri","type":"string","x-auditable":true}},"preferred_languages":{"type":"string","x-auditable":true}}},"zones_zone_settings_response_collection":{"allOf":[{"$ref":"#/components/schemas/zones_api-response-common-4"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/zones_0rtt"},{"$ref":"#/components/schemas/zones_advanced_ddos"},{"$ref":"#/components/schemas/zones_cache-rules_aegis"},{"$ref":"#/components/schemas/zones_always_online"},{"$ref":"#/components/schemas/zones_always_use_https-2"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites-2"},{"$ref":"#/components/schemas/zones_brotli"},{"$ref":"#/components/schemas/zones_browser_cache_ttl-2"},{"$ref":"#/components/schemas/zones_browser_check-2"},{"$ref":"#/components/schemas/zones_cache_level-2"},{"$ref":"#/components/schemas/zones_challenge_ttl"},{"$ref":"#/components/schemas/zones_ciphers"},{"$ref":"#/components/schemas/zones_content_converter"},{"$ref":"#/components/schemas/zones_cname_flattening"},{"$ref":"#/components/schemas/zones_development_mode"},{"$ref":"#/components/schemas/zones_early_hints"},{"$ref":"#/components/schemas/zones_edge_cache_ttl-2"},{"$ref":"#/components/schemas/zones_email_obfuscation-2"},{"$ref":"#/components/schemas/zones_h2_prioritization"},{"$ref":"#/components/schemas/zones_hotlink_protection"},{"$ref":"#/components/schemas/zones_http2"},{"$ref":"#/components/schemas/zones_http3"},{"$ref":"#/components/schemas/zones_image_resizing"},{"$ref":"#/components/schemas/zones_ip_geolocation-2"},{"$ref":"#/components/schemas/zones_ipv6"},{"$ref":"#/components/schemas/zones_max_upload"},{"$ref":"#/components/schemas/zones_min_tls_version"},{"$ref":"#/components/schemas/zones_mirage-2"},{"$ref":"#/components/schemas/zones_nel"},{"$ref":"#/components/schemas/zones_opportunistic_encryption-2"},{"$ref":"#/components/schemas/zones_opportunistic_onion"},{"$ref":"#/components/schemas/zones_orange_to_orange"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru-2"},{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams"},{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version"},{"$ref":"#/components/schemas/zones_polish-2"},{"$ref":"#/components/schemas/zones_prefetch_preload"},{"$ref":"#/components/schemas/zones_privacy_pass"},{"$ref":"#/components/schemas/zones_proxy_read_timeout"},{"$ref":"#/components/schemas/zones_pseudo_ipv4"},{"$ref":"#/components/schemas/zones_redirects_for_ai_training"},{"$ref":"#/components/schemas/zones_replace_insecure_js"},{"$ref":"#/components/schemas/zones_response_buffering-2"},{"$ref":"#/components/schemas/zones_rocket_loader-2"},{"$ref":"#/components/schemas/zones_schemas-automatic_platform_optimization"},{"$ref":"#/components/schemas/zones_search_for_agents"},{"$ref":"#/components/schemas/zones_security_header"},{"$ref":"#/components/schemas/zones_security_level-2"},{"$ref":"#/components/schemas/zones_server_side_exclude"},{"$ref":"#/components/schemas/zones_sha1_support"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache-2"},{"$ref":"#/components/schemas/zones_ssl-2"},{"$ref":"#/components/schemas/zones_ssl_recommender"},{"$ref":"#/components/schemas/zones_tls_1_2_only"},{"$ref":"#/components/schemas/zones_tls_1_3"},{"$ref":"#/components/schemas/zones_tls_client_auth"},{"$ref":"#/components/schemas/zones_transformations"},{"$ref":"#/components/schemas/zones_transformations_allowed_origins"},{"$ref":"#/components/schemas/zones_true_client_ip_header-2"},{"$ref":"#/components/schemas/zones_waf-2"},{"$ref":"#/components/schemas/zones_webmcp_enabled"},{"$ref":"#/components/schemas/zones_webmcp_packs"},{"$ref":"#/components/schemas/zones_webp"},{"$ref":"#/components/schemas/zones_websockets"}]}}}}]},"zones_api-response-common-failure-3":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zones_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zones_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"zones_multiple_settings":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/zones_0rtt"},{"$ref":"#/components/schemas/zones_advanced_ddos"},{"$ref":"#/components/schemas/zones_cache-rules_aegis"},{"$ref":"#/components/schemas/zones_always_online"},{"$ref":"#/components/schemas/zones_always_use_https-2"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites-2"},{"$ref":"#/components/schemas/zones_brotli"},{"$ref":"#/components/schemas/zones_browser_cache_ttl-2"},{"$ref":"#/components/schemas/zones_browser_check-2"},{"$ref":"#/components/schemas/zones_cache_level-2"},{"$ref":"#/components/schemas/zones_challenge_ttl"},{"$ref":"#/components/schemas/zones_china_network_enabled"},{"$ref":"#/components/schemas/zones_content_converter"},{"$ref":"#/components/schemas/zones_ciphers"},{"$ref":"#/components/schemas/zones_cname_flattening"},{"$ref":"#/components/schemas/zones_development_mode"},{"$ref":"#/components/schemas/zones_early_hints"},{"$ref":"#/components/schemas/zones_edge_cache_ttl-2"},{"$ref":"#/components/schemas/zones_email_obfuscation-2"},{"$ref":"#/components/schemas/zones_h2_prioritization"},{"$ref":"#/components/schemas/zones_hotlink_protection"},{"$ref":"#/components/schemas/zones_http2"},{"$ref":"#/components/schemas/zones_http3"},{"$ref":"#/components/schemas/zones_ip_geolocation-2"},{"$ref":"#/components/schemas/zones_ipv6"},{"$ref":"#/components/schemas/zones_max_upload"},{"$ref":"#/components/schemas/zones_min_tls_version"},{"$ref":"#/components/schemas/zones_mirage-2"},{"$ref":"#/components/schemas/zones_nel"},{"$ref":"#/components/schemas/zones_opportunistic_encryption-2"},{"$ref":"#/components/schemas/zones_opportunistic_onion"},{"$ref":"#/components/schemas/zones_orange_to_orange"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru-2"},{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams"},{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version"},{"$ref":"#/components/schemas/zones_polish-2"},{"$ref":"#/components/schemas/zones_prefetch_preload"},{"$ref":"#/components/schemas/zones_privacy_pass"},{"$ref":"#/components/schemas/zones_proxy_read_timeout"},{"$ref":"#/components/schemas/zones_pseudo_ipv4"},{"$ref":"#/components/schemas/zones_redirects_for_ai_training"},{"$ref":"#/components/schemas/zones_replace_insecure_js"},{"$ref":"#/components/schemas/zones_response_buffering-2"},{"$ref":"#/components/schemas/zones_rocket_loader-2"},{"$ref":"#/components/schemas/zones_schemas-automatic_platform_optimization"},{"$ref":"#/components/schemas/zones_search_for_agents"},{"$ref":"#/components/schemas/zones_security_header"},{"$ref":"#/components/schemas/zones_security_level-2"},{"$ref":"#/components/schemas/zones_server_side_exclude"},{"$ref":"#/components/schemas/zones_sha1_support"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache-2"},{"$ref":"#/components/schemas/zones_ssl-2"},{"$ref":"#/components/schemas/zones_ssl_recommender"},{"$ref":"#/components/schemas/zones_tls_1_2_only"},{"$ref":"#/components/schemas/zones_tls_1_3"},{"$ref":"#/components/schemas/zones_tls_client_auth"},{"$ref":"#/components/schemas/zones_true_client_ip_header-2"},{"$ref":"#/components/schemas/zones_waf-2"},{"$ref":"#/components/schemas/zones_webmcp_enabled"},{"$ref":"#/components/schemas/zones_webmcp_packs"},{"$ref":"#/components/schemas/zones_webp"},{"$ref":"#/components/schemas/zones_websockets"}]}},"cache-rules_aegis_response_value":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cache-rules_aegis"}}},"cache-rules_aegis_value":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"pool_id":{"type":"string","x-auditable":true}}},"csam-config-service_csam_scanner_single_response":{"allOf":[{"$ref":"#/components/schemas/csam-config-service_api_response_single"},{"properties":{"result":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_setting"}},"type":"object"}]},"csam-config-service_api_response_common_failure":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/csam-config-service_api_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/csam-config-service_api_response_message"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"csam-config-service_csam_scanner_third_party_update_request":{"type":"object","properties":{"id":{"type":"string","enum":["csam_scanner"]},"value":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_third_party_update_value"}}},"speed_identifier":{"type":"string","maxLength":32,"x-auditable":true},"speed_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/speed_messages"},"messages":{"$ref":"#/components/schemas/speed_messages"},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages"]},"speed_cloudflare_fonts":{"allOf":[{"$ref":"#/components/schemas/speed_base"},{"properties":{"id":{"type":"string","enum":["fonts"],"x-auditable":true},"value":{"$ref":"#/components/schemas/speed_cloudflare_fonts_value"}},"type":"object"}],"title":"Cloudflare Fonts"},"speed_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/speed_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/speed_messages"}]},"result":{"type":"object","nullable":true},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages","result"]},"speed_cloudflare_fonts_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"google-tag-gateway_identifier":{"type":"string","maxLength":32,"x-auditable":true},"google-tag-gateway_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/google-tag-gateway_messages"},"messages":{"$ref":"#/components/schemas/google-tag-gateway_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"google-tag-gateway_google-tag-gateway-config":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"endpoint":{"type":"string","x-auditable":true},"hideOriginalIp":{"type":"boolean","x-auditable":true},"measurementId":{"type":"string","x-auditable":true},"setUpTag":{"type":"boolean","nullable":true,"x-auditable":true}},"required":["enabled","endpoint","hideOriginalIp","measurementId"],"title":"Google Tag Gateway configuration"},"google-tag-gateway_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/google-tag-gateway_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/google-tag-gateway_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"cache-rules_origin_h2_max_streams_response_value":{"allOf":[{"$ref":"#/components/schemas/cache-rules_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams"}},"type":"object"}]},"cache-rules_origin_h2_max_streams_value":{"type":"integer","maximum":1000,"minimum":1,"x-auditable":true},"cache-rules_origin_max_http_version_response_value":{"type":"object","properties":{"result":{"$ref":"#/components/schemas/cache-rules_origin_max_http_version"}}},"cache-rules_origin_max_http_version_value":{"type":"string","enum":["2","1"],"x-auditable":true},"rum_rum-site-response-single":{"allOf":[{"$ref":"#/components/schemas/rum_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/rum_rum_site"}},"type":"object"}]},"rum_toggle-rum-request":{"type":"object","properties":{"value":{"type":"string"}}},"speed_cloudflare_speed_brain_response":{"allOf":[{"$ref":"#/components/schemas/speed_base"},{"properties":{"value":{"type":"string"}},"type":"object"}],"title":"Cloudflare Speed Brain response"},"cache_identifier":{"type":"string","maxLength":32},"cache_api-response-single-id":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cache_messages"},"messages":{"$ref":"#/components/schemas/cache_messages"},"result":{"$ref":"#/components/schemas/cache_result"},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"cache_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/cache_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/cache_messages"}]},"result":{"$ref":"#/components/schemas/cache_result"},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"cache_schemas_patch":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/cache_schemas_value"}},"required":["value"]},"zaraz_identifier":{"type":"string","maxLength":32,"x-auditable":true},"zaraz_zaraz-config-response":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zaraz_zaraz-config-return"}},"type":"object"}]},"zaraz_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/zaraz_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/zaraz_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"zaraz_zaraz-config-body":{"allOf":[{"$ref":"#/components/schemas/zaraz_zaraz-config-base"},{"properties":{"tools":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/components/schemas/zaraz_managed-component"},{"$ref":"#/components/schemas/zaraz_custom-managed-component"}]}}},"type":"object"}]},"zaraz_zaraz-config-return":{"allOf":[{"$ref":"#/components/schemas/zaraz_zaraz-config-base"},{"properties":{"tools":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/components/schemas/zaraz_managed-component"},{"$ref":"#/components/schemas/zaraz_custom-managed-component"}]}}},"type":"object"}]},"zaraz_zaraz-history-response":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/zaraz_zaraz-config-row-base"},{"properties":{},"required":["description"],"type":"object"}]}}},"type":"object"}]},"zaraz_zaraz-config-history-response":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"type":"object","additionalProperties":{"allOf":[{"$ref":"#/components/schemas/zaraz_zaraz-config-row-base"},{"nullable":true,"properties":{"config":{"$ref":"#/components/schemas/zaraz_zaraz-config-return"}},"required":["config"],"type":"object"}]}}},"type":"object"}]},"zaraz_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zaraz_messages"},"messages":{"$ref":"#/components/schemas/zaraz_messages"},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages","result"]},"zaraz_zaraz-workflow-response":{"allOf":[{"$ref":"#/components/schemas/zaraz_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/zaraz_zaraz-workflow"}},"type":"object"}]},"zaraz_zaraz-workflow":{"type":"string","enum":["realtime","preview"],"x-auditable":true},"zones_setting_name":{"type":"string"},"zones_api-response-common-4":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zones_messages"},"messages":{"$ref":"#/components/schemas/zones_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"zones_setting":{"type":"object","oneOf":[{"$ref":"#/components/schemas/zones_0rtt"},{"$ref":"#/components/schemas/zones_advanced_ddos"},{"$ref":"#/components/schemas/zones_cache-rules_aegis"},{"$ref":"#/components/schemas/zones_always_online"},{"$ref":"#/components/schemas/zones_always_use_https-2"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites-2"},{"$ref":"#/components/schemas/zones_brotli"},{"$ref":"#/components/schemas/zones_browser_cache_ttl-2"},{"$ref":"#/components/schemas/zones_browser_check-2"},{"$ref":"#/components/schemas/zones_cache_level-2"},{"$ref":"#/components/schemas/zones_challenge_ttl"},{"$ref":"#/components/schemas/zones_china_network_enabled"},{"$ref":"#/components/schemas/zones_content_converter"},{"$ref":"#/components/schemas/zones_ciphers"},{"$ref":"#/components/schemas/zones_cname_flattening"},{"$ref":"#/components/schemas/zones_development_mode"},{"$ref":"#/components/schemas/zones_early_hints"},{"$ref":"#/components/schemas/zones_edge_cache_ttl-2"},{"$ref":"#/components/schemas/zones_email_obfuscation-2"},{"$ref":"#/components/schemas/zones_h2_prioritization"},{"$ref":"#/components/schemas/zones_hotlink_protection"},{"$ref":"#/components/schemas/zones_http2"},{"$ref":"#/components/schemas/zones_http3"},{"$ref":"#/components/schemas/zones_image_resizing"},{"$ref":"#/components/schemas/zones_ip_geolocation-2"},{"$ref":"#/components/schemas/zones_ipv6"},{"$ref":"#/components/schemas/zones_max_upload"},{"$ref":"#/components/schemas/zones_min_tls_version"},{"$ref":"#/components/schemas/zones_mirage-2"},{"$ref":"#/components/schemas/zones_nel"},{"$ref":"#/components/schemas/zones_opportunistic_encryption-2"},{"$ref":"#/components/schemas/zones_opportunistic_onion"},{"$ref":"#/components/schemas/zones_orange_to_orange"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru-2"},{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams"},{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version"},{"$ref":"#/components/schemas/zones_polish-2"},{"$ref":"#/components/schemas/zones_prefetch_preload"},{"$ref":"#/components/schemas/zones_privacy_pass"},{"$ref":"#/components/schemas/zones_proxy_read_timeout"},{"$ref":"#/components/schemas/zones_pseudo_ipv4"},{"$ref":"#/components/schemas/zones_redirects_for_ai_training"},{"$ref":"#/components/schemas/zones_replace_insecure_js"},{"$ref":"#/components/schemas/zones_response_buffering-2"},{"$ref":"#/components/schemas/zones_rocket_loader-2"},{"$ref":"#/components/schemas/zones_schemas-automatic_platform_optimization"},{"$ref":"#/components/schemas/zones_search_for_agents"},{"$ref":"#/components/schemas/zones_security_header"},{"$ref":"#/components/schemas/zones_security_level-2"},{"$ref":"#/components/schemas/zones_server_side_exclude"},{"$ref":"#/components/schemas/zones_sha1_support"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache-2"},{"$ref":"#/components/schemas/zones_ssl-2"},{"$ref":"#/components/schemas/zones_ssl_recommender"},{"$ref":"#/components/schemas/zones_tls_1_2_only"},{"$ref":"#/components/schemas/zones_tls_1_3"},{"$ref":"#/components/schemas/zones_tls_client_auth"},{"$ref":"#/components/schemas/zones_transformations"},{"$ref":"#/components/schemas/zones_transformations_allowed_origins"},{"$ref":"#/components/schemas/zones_true_client_ip_header-2"},{"$ref":"#/components/schemas/zones_waf-2"},{"$ref":"#/components/schemas/zones_webmcp_enabled"},{"$ref":"#/components/schemas/zones_webmcp_packs"},{"$ref":"#/components/schemas/zones_webp"},{"$ref":"#/components/schemas/zones_websockets"}]},"zones_zone_settings_single_request":{"oneOf":[{"properties":{"enabled":{"$ref":"#/components/schemas/zones_ssl_recommender_enabled"}},"type":"object"},{"properties":{"value":{"$ref":"#/components/schemas/zones_setting_value"}},"type":"object"}]},"smartshield_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"smartshield_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/smartshield_messages"},"messages":{"$ref":"#/components/schemas/smartshield_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"smartshield_single_smart_shield_get_response":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/smartshield_smart_shield_settings_get_response"}},"type":"object"}]},"smartshield_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/smartshield_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/smartshield_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"smartshield_smart_shield_settings_patch_body":{"type":"object","properties":{"cache_reserve":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}}},"regional_tiered_cache":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}}},"smart_routing":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}}},"smart_tiered_cache":{"type":"object","properties":{"value":{"type":"string","enum":["on","off"]}}}}},"smartshield_single_smart_shield_patch_response":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/smartshield_smart_shield_settings_patch_response"}},"type":"object"}]},"smartshield_cache_reserve_clear_response_value":{"type":"object","properties":{"result":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_cache_reserve_clear"},{"properties":{"end_ts":{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_end_ts"},"start_ts":{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_start_ts"},"state":{"$ref":"#/components/schemas/smartshield_cache_reserve_clear_state"}},"required":["state","start_ts"],"type":"object"}]}}},"smartshield_response_collection":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/smartshield_healthchecks"}}}}]},"smartshield_query_healthcheck":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/smartshield_address"},"check_regions":{"$ref":"#/components/schemas/smartshield_check_regions"},"consecutive_fails":{"$ref":"#/components/schemas/smartshield_consecutive_fails"},"consecutive_successes":{"$ref":"#/components/schemas/smartshield_consecutive_successes"},"http_config":{"$ref":"#/components/schemas/smartshield_http_config"},"interval":{"$ref":"#/components/schemas/smartshield_interval"},"name":{"$ref":"#/components/schemas/smartshield_name"},"retries":{"$ref":"#/components/schemas/smartshield_retries"},"suspended":{"$ref":"#/components/schemas/smartshield_suspended"},"tcp_config":{"$ref":"#/components/schemas/smartshield_tcp_config"},"timeout":{"$ref":"#/components/schemas/smartshield_timeout"},"type":{"$ref":"#/components/schemas/smartshield_type"}},"required":["name","address"]},"smartshield_single_hc_response":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/smartshield_healthchecks"}},"type":"object"}]},"smartshield_single_hc_id_response":{"allOf":[{"$ref":"#/components/schemas/smartshield_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/smartshield_identifier"}}}},"type":"object"}]},"snippets_ZoneId":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Zone ID","x-auditable":true},"snippets_Page":{"type":"integer","default":1,"minimum":1,"title":"Page","x-auditable":true},"snippets_PerPage":{"type":"integer","default":25,"minimum":1,"title":"Per Page","x-auditable":true},"snippets_SnippetName":{"type":"string","pattern":"^[A-Za-z0-9_]+$","title":"Snippet Name","x-auditable":true},"spectrum-analytics_identifier":{"type":"string","maxLength":32,"x-auditable":true},"spectrum-analytics_app_id_param":{"type":"string"},"spectrum-analytics_query-response-aggregate":{"allOf":[{"$ref":"#/components/schemas/spectrum-analytics_api-response-single"},{"properties":{"result":{"type":"array","items":{"properties":{"appID":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_identifier"}]},"bytesEgress":{"type":"number"},"bytesIngress":{"type":"number"},"connections":{"type":"number"},"durationAvg":{"type":"number"}},"required":["appID","bytesIngress","bytesEgress","connections","durationAvg"],"type":"object"}}}}]},"spectrum-analytics_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/spectrum-analytics_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/spectrum-analytics_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"spectrum-analytics_dimensions":{"type":"array","items":{"enum":["event","appID","coloName","ipVersion"],"type":"string"}},"spectrum-analytics_sort":{"type":"array","items":{"type":"string"}},"spectrum-analytics_until":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_timestamp"}]},"spectrum-analytics_metrics":{"type":"array","items":{"enum":["count","bytesIngress","bytesEgress","durationAvg","durationMedian","duration90th","duration99th"],"type":"string"}},"spectrum-analytics_filters":{"type":"string"},"spectrum-analytics_since":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_timestamp"}]},"spectrum-analytics_query-response-single":{"allOf":[{"$ref":"#/components/schemas/spectrum-analytics_api-response-single"},{"properties":{"result":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/spectrum-analytics_column"}},"data_lag":{"type":"number","minimum":0},"max":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_stat"}]},"min":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_stat"}]},"query":{"$ref":"#/components/schemas/spectrum-analytics_query"},"rows":{"type":"number","minimum":0},"time_intervals":{"type":"array","items":{"items":{"$ref":"#/components/schemas/spectrum-analytics_timestamp"},"type":"array"}},"totals":{"allOf":[{},{"$ref":"#/components/schemas/spectrum-analytics_stat"}]}},"required":["rows","data","data_lag","min","max","totals","query"]}}}]},"spectrum-config_zone_identifier":{"allOf":[{},{"readOnly":true},{"$ref":"#/components/schemas/spectrum-config_identifier"}]},"spectrum-config_app_config_collection":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-collection"},{"properties":{"result":{"oneOf":[{"items":{"$ref":"#/components/schemas/spectrum-config_app_config"},"type":"array"},{"items":{"$ref":"#/components/schemas/spectrum-config_paygo_app_config"},"type":"array"}]}}}]},"spectrum-config_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"spectrum-config_update_app_config":{"oneOf":[{"$ref":"#/components/schemas/spectrum-config_app_config"},{"$ref":"#/components/schemas/spectrum-config_paygo_app_config"}]},"spectrum-config_app_config_single":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-single"},{"properties":{"result":{"oneOf":[{"$ref":"#/components/schemas/spectrum-config_app_config"},{"$ref":"#/components/schemas/spectrum-config_paygo_app_config"}]}}}]},"spectrum-config_app_identifier":{"allOf":[{},{"readOnly":true},{"$ref":"#/components/schemas/spectrum-config_identifier"}]},"spectrum-config_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/spectrum-config_identifier"}},"required":["id"]}},"type":"object"}]},"observatory_identifier":{"type":"string","maxLength":32,"x-auditable":true},"observatory_availabilities-response":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/observatory_availabilities"}},"type":"object"}]},"observatory_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/observatory_messages-2"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/observatory_messages-2"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"observatory_pages-response-collection":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-collection"},{"properties":{"result":{"type":"array","items":{"properties":{"region":{"$ref":"#/components/schemas/observatory_labeled_region"},"scheduleFrequency":{"$ref":"#/components/schemas/observatory_schedule_frequency"},"tests":{"type":"array","items":{"$ref":"#/components/schemas/observatory_page_test"}},"url":{"$ref":"#/components/schemas/observatory_url"}},"type":"object"}}},"type":"object"}]},"observatory_url":{"type":"string","x-auditable":true},"observatory_region":{"type":"string","enum":["asia-east1","asia-northeast1","asia-northeast2","asia-south1","asia-southeast1","australia-southeast1","europe-north1","europe-southwest1","europe-west1","europe-west2","europe-west3","europe-west4","europe-west8","europe-west9","me-west1","southamerica-east1","us-central1","us-east1","us-east4","us-south1","us-west1"],"x-auditable":true},"observatory_page-test-response-collection":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/observatory_page_test"}}},"type":"object"},{"properties":{"result_info":{"$ref":"#/components/schemas/observatory_result_info"}},"type":"object"}]},"observatory_page-test-response-single":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/observatory_page_test"}},"type":"object"}]},"observatory_count-response":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"type":"object","properties":{"count":{"type":"number","x-auditable":true}}}},"type":"object"}]},"observatory_device_type":{"type":"string","enum":["DESKTOP","MOBILE"],"x-auditable":true},"observatory_timestamp":{"type":"string","format":"date-time","x-auditable":true},"observatory_trend-response":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/observatory_trend"}},"type":"object"}]},"observatory_schedule-response-single":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/observatory_schedule"}},"type":"object"}]},"observatory_schedule_frequency":{"type":"string","enum":["DAILY","WEEKLY"],"x-auditable":true},"observatory_create-schedule-response":{"allOf":[{"$ref":"#/components/schemas/observatory_api-response-single"},{"properties":{"result":{"type":"object","properties":{"schedule":{"$ref":"#/components/schemas/observatory_schedule"},"test":{"$ref":"#/components/schemas/observatory_page_test"}}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_analyze_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_pack_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack"}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_authority-2":{"type":"string","enum":["google","lets_encrypt","ssl_com"],"x-auditable":true},"tls-certificates-and-hostnames_cloudflare_branding":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_hosts-2":{"type":"array","items":{"type":"string","x-auditable":true},"x-stainless-collection-type":"set","x-stainless-terraform-configurability":"computed_optional"},"tls-certificates-and-hostnames_advanced_type":{"type":"string","enum":["advanced"],"x-auditable":true},"tls-certificates-and-hostnames_validation_method":{"type":"string","enum":["txt","http","email"],"x-auditable":true},"tls-certificates-and-hostnames_validity_days":{"type":"integer","enum":[14,30,90,365],"x-auditable":true},"tls-certificates-and-hostnames_advanced_certificate_pack_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack"}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_pack_quota_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"advanced":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_quota"}}}},"type":"object"}]},"tls-certificates-and-hostnames_certificate_pack_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack"}},"type":"object"}]},"tls-certificates-and-hostnames_delete_advanced_certificate_pack_response_single":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}}}},"type":"object"}]},"tls-certificates-and-hostnames_ssl_universal_settings_response":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_universal"}},"type":"object"}]},"tls-certificates-and-hostnames_universal":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-2"}}},"tls-certificates-and-hostnames_ssl_verification_response_collection":{"allOf":[{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification"}}},"type":"object"}]},"tls-certificates-and-hostnames_cert_pack_uuid":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_validation_method-3":{"type":"object","properties":{"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method_definition"}},"required":["validation_method"]},"tls-certificates-and-hostnames_ssl_validation_method_response_collection":{"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-single"},{"properties":{"result":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-6"},"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method_definition"}}}},"type":"object"}]},"api-shield_uuid-2":{"allOf":[{"minLength":36,"type":"string","x-auditable":true},{"$ref":"#/components/schemas/api-shield_uuid"}]},"api-shield_action":{"type":"string","enum":["log","block"],"x-auditable":true},"api-shield_enabled":{"type":"boolean","x-auditable":true},"api-shield_host":{"type":"string","format":"hostname","maxLength":255,"x-auditable":true},"api-shield_selector-operation-state":{"type":"string","enum":["included","excluded","ignored"],"x-auditable":true},"api-shield_method":{"type":"string","enum":["GET","POST","HEAD","OPTIONS","PUT","DELETE","CONNECT","PATCH","TRACE"],"x-auditable":true},"api-shield_endpoint":{"type":"string","format":"uri-template","maxLength":4096,"pattern":"^/.*$","x-auditable":true},"waitingroom_query_waitingroom":{"type":"object","properties":{"additional_routes":{"$ref":"#/components/schemas/waitingroom_additional_routes"},"cookie_attributes":{"$ref":"#/components/schemas/waitingroom_cookie_attributes"},"cookie_suffix":{"$ref":"#/components/schemas/waitingroom_cookie_suffix"},"custom_page_html":{"$ref":"#/components/schemas/waitingroom_custom_page_html"},"default_template_language":{"$ref":"#/components/schemas/waitingroom_default_template_language"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_disable_session_renewal"},"enabled_origin_commands":{"$ref":"#/components/schemas/waitingroom_enabled_origin_commands"},"host":{"$ref":"#/components/schemas/waitingroom_host"},"json_response_enabled":{"$ref":"#/components/schemas/waitingroom_json_response_enabled"},"name":{"$ref":"#/components/schemas/waitingroom_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_new_users_per_minute"},"path":{"$ref":"#/components/schemas/waitingroom_path"},"queue_all":{"$ref":"#/components/schemas/waitingroom_queue_all"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_queueing_method"},"queueing_status_code":{"$ref":"#/components/schemas/waitingroom_queueing_status_code"},"session_duration":{"$ref":"#/components/schemas/waitingroom_session_duration"},"suspended":{"$ref":"#/components/schemas/waitingroom_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_total_active_users"},"turnstile_action":{"$ref":"#/components/schemas/waitingroom_turnstile_action"},"turnstile_mode":{"$ref":"#/components/schemas/waitingroom_turnstile_mode"}},"required":["name","host","new_users_per_minute","total_active_users"]},"waitingroom_single_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waitingroom_waitingroom"}},"type":"object"}]},"waitingroom_query_preview":{"type":"object","properties":{"custom_html":{"$ref":"#/components/schemas/waitingroom_custom_page_html"}},"required":["custom_html"]},"waitingroom_preview_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"preview_url":{"$ref":"#/components/schemas/waitingroom_preview_url"}}}},"type":"object"}]},"waitingroom_zone_settings_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"search_engine_crawler_bypass":{"$ref":"#/components/schemas/waitingroom_search_engine_crawler_bypass"}},"required":["search_engine_crawler_bypass"]}},"required":["result"],"type":"object"}]},"waitingroom_zone_settings":{"type":"object","properties":{"search_engine_crawler_bypass":{"$ref":"#/components/schemas/waitingroom_search_engine_crawler_bypass"}}},"waitingroom_waiting_room_id":{"type":"string","x-auditable":true},"waitingroom_waiting_room_id_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"}}}},"type":"object"}]},"waitingroom_event_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waitingroom_event_result"}}},"type":"object"}]},"waitingroom_event_id":{"type":"string","x-auditable":true},"waitingroom_event_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waitingroom_event_result"}},"type":"object"}]},"waitingroom_query_event":{"type":"object","properties":{"custom_page_html":{"$ref":"#/components/schemas/waitingroom_event_custom_page_html"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_event_disable_session_renewal"},"event_end_time":{"$ref":"#/components/schemas/waitingroom_event_end_time"},"event_start_time":{"$ref":"#/components/schemas/waitingroom_event_start_time"},"name":{"$ref":"#/components/schemas/waitingroom_event_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_event_new_users_per_minute"},"prequeue_start_time":{"$ref":"#/components/schemas/waitingroom_event_prequeue_start_time"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_event_queueing_method"},"session_duration":{"$ref":"#/components/schemas/waitingroom_event_session_duration"},"shuffle_at_event_start":{"$ref":"#/components/schemas/waitingroom_event_shuffle_at_event_start"},"suspended":{"$ref":"#/components/schemas/waitingroom_event_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_event_total_active_users"},"turnstile_action":{"$ref":"#/components/schemas/waitingroom_event_turnstile_action"},"turnstile_mode":{"$ref":"#/components/schemas/waitingroom_event_turnstile_mode"}},"required":["name","event_start_time","event_end_time"]},"waitingroom_event_id_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waitingroom_event_id"}}}},"type":"object"}]},"waitingroom_event_details_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/waitingroom_event_details_result"}},"type":"object"}]},"waitingroom_rules_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/waitingroom_rule_result"}}},"type":"object"}]},"waitingroom_update_rules":{"type":"array","items":{"$ref":"#/components/schemas/waitingroom_create_rule"}},"waitingroom_rule_id":{"type":"string","x-auditable":true},"waitingroom_patch_rule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/waitingroom_rule_action"},"enabled":{"$ref":"#/components/schemas/waitingroom_rule_enabled"},"expression":{"$ref":"#/components/schemas/waitingroom_rule_expression"},"position":{"$ref":"#/components/schemas/waitingroom_rule_position"}},"required":["action","expression"]},"waitingroom_status_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-single"},{"properties":{"result":{"type":"object","properties":{"estimated_queued_users":{"$ref":"#/components/schemas/waitingroom_estimated_queued_users"},"estimated_total_active_users":{"$ref":"#/components/schemas/waitingroom_estimated_total_active_users"},"event_id":{"$ref":"#/components/schemas/waitingroom_status_event_id"},"max_estimated_time_minutes":{"$ref":"#/components/schemas/waitingroom_max_estimated_time_minutes"},"status":{"$ref":"#/components/schemas/waitingroom_status"}}}},"type":"object"}]},"web3_identifier":{"type":"string","maxLength":32,"readOnly":true},"web3_collection_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/web3_web3-hostname"}}}}]},"web3_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/web3_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/web3_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"web3_create_request":{"type":"object","properties":{"dnslink":{"$ref":"#/components/schemas/web3_dnslink"},"name":{"$ref":"#/components/schemas/web3_name"},"target":{"$ref":"#/components/schemas/web3_target"}},"required":["name","target"]},"web3_single_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/web3_web3-hostname"}}}]},"web3_api-response-single-id":{"type":"object","allOf":[{"$ref":"#/components/schemas/web3_api-response-common"},{"properties":{"result":{"type":"object","nullable":true,"properties":{"id":{"$ref":"#/components/schemas/web3_identifier"}},"required":["id"]}}}]},"web3_modify_request":{"type":"object","properties":{"dnslink":{"$ref":"#/components/schemas/web3_dnslink"}}},"web3_content_list_details_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/web3_content_list_details"}}}]},"web3_content_list_update_request":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/web3_content_list_action"},"entries":{"$ref":"#/components/schemas/web3_content_list_entries"}},"required":["action","entries"]},"web3_content_list_entry_collection_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-collection"},{"properties":{"result":{"type":"object","properties":{"entries":{"$ref":"#/components/schemas/web3_content_list_entries"}}}}}]},"web3_content_list_entry_single_response":{"allOf":[{"$ref":"#/components/schemas/web3_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/web3_content_list_entry"}}}]},"web3_content_list_entry_create_request":{"type":"object","properties":{"content":{"$ref":"#/components/schemas/web3_content_list_entry_content"},"type":{"$ref":"#/components/schemas/web3_content_list_entry_type"}},"required":["type","content"]},"workers_route":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/workers_identifier"}],"readOnly":true},"pattern":{"type":"string","x-auditable":true},"script":{"type":"string","x-auditable":true}},"required":["id","pattern"]},"api-shield_api_discovery_origin":{"type":"string","enum":["ML","SessionIdentifier","LabelDiscovery"],"x-auditable":true},"api-shield_api_discovery_state":{"type":"string","enum":["review","saved","ignored"],"x-auditable":true},"api-shield_uuid":{"type":"string","maxLength":36,"x-auditable":true},"api-shield_label_source":{"type":"string","enum":["user","managed"],"x-auditable":true},"api-shield_identifier-2":{"allOf":[{"$ref":"#/components/schemas/api-shield_identifier"},{"readOnly":true,"type":"string","x-auditable":true}]},"billable-usage-api_identifier":{"type":"string","maxLength":32,"pattern":"^[0-9a-f]{32}$"},"builds_account_id":{"type":"string"},"builds_build_uuid":{"type":"string","format":"uuid"},"builds_deploy_hook_uuid":{"type":"string","format":"uuid"},"builds_repo_connection_uuid":{"type":"string","format":"uuid"},"builds_script_name":{"type":"string"},"builds_trigger_uuid":{"type":"string","format":"uuid"},"csam-config-service_zone_identifier":{"type":"string","maxLength":32,"minLength":1},"dls_identifier":{"type":"string","maxLength":32,"x-auditable":true},"email-auth_identifier":{"type":"string","maxLength":32,"x-auditable":true},"email-security_identifier":{"type":"string","maxLength":32,"x-auditable":true},"intel-sinkholes_identifier":{"type":"string","maxLength":32,"readOnly":true},"logpull_AccessKeyId":{"type":"string"},"logpull_AccountId":{"type":"string","pattern":"^[0-9a-f]{32}$"},"logpull_Bucket":{"type":"string"},"logpull_TimestampRFC3339":{"type":"string","format":"date-time"},"logpull_Limit":{"type":"integer","maximum":1000,"minimum":1},"logpull_Prefix":{"type":"string"},"logpull_SecretAccessKey":{"type":"string"},"moq_account_identifier":{"type":"string"},"organizations-api_OrganizationID":{"type":"string","pattern":"^[a-f0-9]{32}$","title":"Organization ID"},"posture-api_VendorsEnum":{"type":"string","enum":["ANTHROPIC","AWS","BITBUCKET","BOX","CONFLUENCE","DROPBOX","GITHUB","GOOGLE_CLOUD_PLATFORM","GOOGLE_WORKSPACE","JIRA","MICROSOFT","MICROSOFT_INTERNAL","OPENAI","SALESFORCE","SERVICENOW","SLACK"]},"resource-sharing_share_kind":{"type":"string","enum":["sent","received"],"x-auditable":true},"resource-sharing_resource_status":{"type":"string","enum":["active","deleting","deleted"],"x-auditable":true},"resource-sharing_resource_type":{"type":"string","enum":["custom-ruleset","gateway-policy","gateway-destination-ip","gateway-block-page-settings","gateway-extended-email-matching","idp-federation-grant"],"x-auditable":true},"resource-sharing_share_status":{"type":"string","enum":["active","deleting","deleted"],"x-auditable":true},"resource-sharing_share_target_type":{"type":"string","enum":["account","organization"],"x-auditable":true},"resource-tagging_resource_type":{"type":"string","enum":["access_application","access_application_policy","access_group","account","account_ruleset","ai_gateway","alerting_policy","alerting_webhook","api_gateway_operation","cloudflared_tunnel","custom_certificate","custom_hostname","d1_database","dns_record","durable_object_namespace","gateway_list","gateway_rule","healthcheck","image","infrastructure_target","kv_namespace","load_balancer","load_balancer_monitor","load_balancer_pool","managed_client_certificate","pages_project","queue","r2_bucket","resource_share","stream_live_input","stream_video","vectorize_index","worker","worker_route","worker_version","zone","zone_ruleset"],"x-auditable":true},"supplat-chronos_BookingCategory":{"type":"string","minLength":1,"x-auditable":true},"supplat-chronos_BookingStatus":{"type":"string","enum":["booked","completed","no_show","cancelled"],"x-auditable":true},"usage-analytics_identifier":{"type":"string","maxLength":32},"vuln_scanner_identifier":{"type":"string","maxLength":32,"x-auditable":true},"aaa_display_name":{"type":"string","x-auditable":true},"aaa_filter_options":{"type":"array","items":{}},"aaa_type":{"type":"string","x-auditable":true},"aaa_alert-types":{"type":"object","properties":{"display_name":{"$ref":"#/components/schemas/aaa_display_name"},"filter_options":{"$ref":"#/components/schemas/aaa_filter_options"},"type":{"$ref":"#/components/schemas/aaa_type"}}},"aaa_result_info-2":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"aaa_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"aaa_messages-3":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["message"],"type":"object","uniqueItems":true}},"aaa_messages-2":{"type":"array","items":{"properties":{"message":{"type":"string"}},"required":["message"],"type":"object","uniqueItems":true}},"aaa_result_info":{"type":"object","properties":{"count":{"type":"string"},"cursor":{"type":"string"}}},"aaa_audit-log-action":{"type":"object","properties":{"result":{"type":"string"},"time":{"type":"string","format":"date-time"},"type":{"type":"string"}}},"aaa_audit-log-actor-base":{"type":"object","properties":{"context":{"type":"string","enum":["api_key","api_token","dash","oauth","origin_ca_key"]},"email":{"type":"string","format":"email"},"id":{"type":"string"},"ip_address":{"type":"string"},"token_id":{"type":"string"},"token_name":{"type":"string"}}},"aaa_identifier-2":{"type":"string","maxLength":32,"readOnly":true},"aaa_audit-log-raw":{"type":"object","properties":{"cf_ray_id":{"type":"string"},"method":{"type":"string"},"status_code":{"type":"integer"},"uri":{"type":"string"},"user_agent":{"type":"string"}}},"aaa_audit-logs-v2-history-result-info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"history_status":{"$ref":"#/components/schemas/aaa_history-status"}},"required":["count","history_status"]},"aaa_audit-logs-v2":{"type":"object","properties":{"account":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"action":{"$ref":"#/components/schemas/aaa_audit-log-action"},"actor":{"allOf":[{"$ref":"#/components/schemas/aaa_audit-log-actor-base"},{"properties":{"type":{"type":"string","enum":["account","cloudflare_admin","system","user"]}},"type":"object"}]},"id":{"$ref":"#/components/schemas/aaa_identifier-2"},"raw":{"$ref":"#/components/schemas/aaa_audit-log-raw"},"resource":{"type":"object","properties":{"id":{"type":"string"},"product":{"type":"string"},"request":{"type":"object"},"response":{"type":"object"},"scope":{"type":"object"},"type":{"type":"string"}}},"zone":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}}}},"aaa_history-status":{"type":"string","enum":["exact","approximate","unavailable"]},"aaa_audit-logs-v2-org":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/aaa_audit-log-action"},"actor":{"allOf":[{"$ref":"#/components/schemas/aaa_audit-log-actor-base"},{"properties":{"type":{"type":"string","enum":["cloudflare_admin","system","user"]}},"type":"object"}]},"id":{"$ref":"#/components/schemas/aaa_identifier-2"},"organization":{"type":"object","properties":{"id":{"type":"string"}}},"raw":{"$ref":"#/components/schemas/aaa_audit-log-raw"},"resource":{"type":"object","properties":{"id":{"type":"string"},"product":{"type":"string"},"request":{"type":"object"},"response":{"type":"object"},"scope":{"type":"object"},"type":{"type":"string"}}}}},"aaa_audit-logs-response-collection":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages-2"},"result_info":{"$ref":"#/components/schemas/aaa_result_info"},"success":{"type":"boolean","enum":[true]}}},"aaa_audit-logs-v2-product-category":{"type":"object","properties":{"label":{"type":"string"},"products":{"type":"array","items":{"$ref":"#/components/schemas/aaa_audit-logs-v2-product-category-item"}},"value":{"type":"string"}}},"aaa_audit-logs-v2-product-category-item":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"string"}}},"aaa_audit-logs":{"type":"object","properties":{"action":{"type":"object","properties":{"result":{"type":"boolean"},"type":{"type":"string"}}},"actor":{"type":"object","properties":{"email":{"type":"string","format":"email"},"id":{"type":"string"},"ip":{"type":"string"},"type":{"type":"string","enum":["user","admin","Cloudflare"]}}},"id":{"type":"string"},"interface":{"type":"string"},"metadata":{"type":"object"},"newValue":{"type":"string"},"oldValue":{"type":"string"},"owner":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/aaa_identifier"}}},"resource":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"}}},"when":{"type":"string","format":"date-time"}}},"aaa_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/aaa_messages"},"messages":{"$ref":"#/components/schemas/aaa_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"aaa_pagerduty":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/aaa_uuid"},"name":{"$ref":"#/components/schemas/aaa_name"}}},"aaa_eligible":{"type":"boolean","x-auditable":true},"aaa_ready":{"type":"boolean","x-auditable":true},"aaa_schemas-type":{"type":"string","enum":["email","pagerduty","webhook"],"x-auditable":true},"aaa_alert_body":{"type":"string"},"aaa_schemas-alert_type":{"type":"string"},"aaa_uuid":{"type":"string","maxLength":32,"x-auditable":true},"aaa_mechanism":{"type":"string","x-auditable":true},"aaa_mechanism_type":{"type":"string","enum":["email","pagerduty","webhook"]},"aaa_sent":{"type":"string","format":"date-time"},"aaa_history":{"type":"object","properties":{"alert_body":{"$ref":"#/components/schemas/aaa_alert_body"},"alert_type":{"$ref":"#/components/schemas/aaa_schemas-alert_type"},"id":{"$ref":"#/components/schemas/aaa_uuid"},"mechanism":{"$ref":"#/components/schemas/aaa_mechanism"},"mechanism_type":{"$ref":"#/components/schemas/aaa_mechanism_type"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"},"policy_id":{"$ref":"#/components/schemas/aaa_policy-id"},"sent":{"$ref":"#/components/schemas/aaa_sent"}}},"aaa_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/aaa_api-response-common-2"}]},"aaa_name":{"type":"string","x-auditable":true},"aaa_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"aaa_policies":{"type":"object","properties":{"alert_interval":{"$ref":"#/components/schemas/aaa_alert_interval"},"alert_type":{"$ref":"#/components/schemas/aaa_alert_type"},"created":{"$ref":"#/components/schemas/aaa_timestamp"},"enabled":{"$ref":"#/components/schemas/aaa_enabled"},"filters":{"$ref":"#/components/schemas/aaa_filters"},"id":{"$ref":"#/components/schemas/aaa_policy-id"},"mechanisms":{"$ref":"#/components/schemas/aaa_mechanisms"},"modified":{"$ref":"#/components/schemas/aaa_timestamp"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"}}},"aaa_eligibility":{"type":"object","properties":{"eligible":{"$ref":"#/components/schemas/aaa_eligible"},"ready":{"$ref":"#/components/schemas/aaa_ready"},"type":{"$ref":"#/components/schemas/aaa_schemas-type"}}},"aaa_webhooks":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/aaa_created_at"},"id":{"$ref":"#/components/schemas/aaa_webhook-id"},"last_failure":{"$ref":"#/components/schemas/aaa_last_failure"},"last_success":{"$ref":"#/components/schemas/aaa_last_success"},"name":{"$ref":"#/components/schemas/aaa_components-schemas-name"},"secret":{"$ref":"#/components/schemas/aaa_secret"},"type":{"$ref":"#/components/schemas/aaa_components-schemas-type"},"url":{"$ref":"#/components/schemas/aaa_url"}}},"aaa_token":{"type":"string","maxLength":32,"x-sensitive":true},"aaa_silence":{"type":"object","properties":{"created_at":{"type":"string","x-auditable":true},"end_time":{"type":"string","x-auditable":true},"id":{"$ref":"#/components/schemas/aaa_silence-id"},"policy_id":{"$ref":"#/components/schemas/aaa_policy-id"},"start_time":{"type":"string","x-auditable":true},"updated_at":{"type":"string","x-auditable":true}}},"aaa_unsubscribe_email_post":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/aaa_account-id"},"email":{"type":"string","format":"email"},"id":{"$ref":"#/components/schemas/aaa_policy-id"}}},"aaa_unsubscribe_email":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/aaa_account-id"},"email":{"type":"string","format":"email"},"id":{"$ref":"#/components/schemas/aaa_policy-id"},"name":{"$ref":"#/components/schemas/aaa_schemas-name"},"token":{"type":"string","x-sensitive":true}}},"aaa_created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"aaa_last_failure":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"aaa_last_success":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"aaa_components-schemas-type":{"type":"string","enum":["datadog","discord","feishu","gchat","generic","opsgenie","slack","splunk"],"x-auditable":true},"abuse-reports_MitigationSummary":{"type":"object","properties":{"accepted_url_count":{"type":"integer"},"active_count":{"type":"integer"},"external_host_notified":{"type":"boolean"},"in_review_count":{"type":"integer"},"pending_count":{"type":"integer"}},"required":["accepted_url_count","pending_count","active_count","in_review_count","external_host_notified"]},"abuse-reports_SubmitterDetails":{"type":"object","properties":{"company":{"type":"string"},"email":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}}},"abuse-reports_SubmissionReportType":{"type":"string"},"abuse-reports_BaseReportFields":{"type":"object","properties":{"act":{"$ref":"#/components/schemas/abuse-reports_SubmissionReportType"},"comments":{"type":"string","maxLength":2000,"minLength":1},"company":{"type":"string","maxLength":100,"minLength":1},"email":{"type":"string"},"email2":{"type":"string"},"name":{"type":"string","maxLength":255,"minLength":1},"reported_country":{"type":"string","maxLength":2,"minLength":2},"reported_user_agent":{"type":"string","maxLength":255,"minLength":1},"tele":{"type":"string","maxLength":20,"minLength":1},"title":{"type":"string","maxLength":255,"minLength":1},"urls":{"type":"string"}},"required":["act","email","email2","name","urls"]},"abuse-reports_BadActError":{"type":"string"},"abuse-reports_BadAddressError":{"type":"string"},"abuse-reports_BadAgentNameError":{"type":"string"},"abuse-reports_BadCityError":{"type":"string"},"abuse-reports_BadCountryError":{"type":"string"},"abuse-reports_BadPortsProtocolError":{"type":"string"},"abuse-reports_BadStateError":{"type":"string"},"abuse-reports_MaxIPsError":{"type":"string"},"abuse-reports_PortsProtocolError":{"type":"string"},"abuse-reports_BadCommentsError":{"type":"string"},"abuse-reports_BadEmailError":{"type":"string"},"abuse-reports_BadIPError":{"type":"string"},"abuse-reports_BadJustError":{"type":"string"},"abuse-reports_BadNameError":{"type":"string"},"abuse-reports_BadUrlsError":{"type":"string"},"abuse-reports_DBError":{"type":"string"},"abuse-reports_DedupeError":{"type":"string"},"abuse-reports_DiffEmailError":{"type":"string"},"abuse-reports_EmailError":{"type":"string"},"abuse-reports_InternalError":{"type":"string"},"abuse-reports_InvalidNotifyError":{"type":"string"},"abuse-reports_MustNotifyError":{"type":"string"},"abuse-reports_NoAgreeError":{"type":"string"},"abuse-reports_NoOriginalWorkError":{"type":"string"},"abuse-reports_NoSigError":{"type":"string"},"abuse-reports_UnexpectedActError":{"type":"string"},"abuse-reports_UnknownError":{"type":"string"},"abuse-reports_UrlNotOrangeError":{"type":"string"},"abuse-reports_UrlNotvalidError":{"type":"string"},"abuse-reports_AppealReason":{"type":"string","enum":["removed","misclassified"]},"abuse-reports_MitigationAppeal":{"type":"object","properties":{"id":{"type":"string"},"reason":{"$ref":"#/components/schemas/abuse-reports_AppealReason"}},"required":["id","reason"]},"abuse-reports_DMCACounterNotice":{"type":"object","properties":{"city":{"type":"string"},"company":{"type":"string"},"counter_notice_response":{"type":"string"},"country":{"type":"string"},"email":{"type":"string","format":"email"},"full_name":{"type":"string"},"jurisdiction_consent":{"type":"boolean"},"perjury_attestation":{"type":"boolean"},"phone_number":{"type":"string"},"signature":{"type":"string"},"state":{"type":"string"},"street_address":{"type":"string"},"urls":{"type":"array","items":{"format":"uri","type":"string"}},"zip_code":{"type":"string"}},"required":["full_name","street_address","city","state","country","zip_code","phone_number","email","urls","perjury_attestation","jurisdiction_consent","signature"]},"abuse-reports_AppealType":{"type":"string","enum":["counter_notice","content_removed"]},"abuse-reports_RegistrarWhoIsFields":{"type":"object","properties":{"reg_who_authorization_statement":{"type":"string","maxLength":5000},"reg_who_good_faith_affirmation":{"type":"boolean"},"reg_who_lawful_processing_agreement":{"type":"boolean"},"reg_who_legal_basis":{"type":"string","maxLength":5000},"reg_who_request_type":{"type":"string","enum":["disclosure","invalid_whois"]},"reg_who_requested_data_elements":{"type":"array","items":{"enum":["registrant_name","registrant_organization","registrant_email","registrant_phone","registrant_address","registrant_address_country","registrant_address_postal_code","admin_name","admin_organization","admin_email","admin_phone","admin_address","tech_name","tech_organization","tech_email","tech_phone","tech_address"],"type":"string"},"maxItems":17,"minItems":1},"reg_who_requestor_type":{"type":"string","enum":["government","corporation","individual"]}},"required":["reg_who_request_type","reg_who_requested_data_elements","reg_who_legal_basis","reg_who_good_faith_affirmation","reg_who_lawful_processing_agreement"]},"abuse-reports_ErrorCode":{"type":"string","oneOf":[{"$ref":"#/components/schemas/abuse-reports_BadActError"},{"$ref":"#/components/schemas/abuse-reports_BadAddressError"},{"$ref":"#/components/schemas/abuse-reports_BadAgentNameError"},{"$ref":"#/components/schemas/abuse-reports_BadCityError"},{"$ref":"#/components/schemas/abuse-reports_BadCountryError"},{"$ref":"#/components/schemas/abuse-reports_BadPortsProtocolError"},{"$ref":"#/components/schemas/abuse-reports_BadStateError"},{"$ref":"#/components/schemas/abuse-reports_MaxIPsError"},{"$ref":"#/components/schemas/abuse-reports_PortsProtocolError"},{"$ref":"#/components/schemas/abuse-reports_BadCommentsError"},{"$ref":"#/components/schemas/abuse-reports_BadEmailError"},{"$ref":"#/components/schemas/abuse-reports_BadIPError"},{"$ref":"#/components/schemas/abuse-reports_BadJustError"},{"$ref":"#/components/schemas/abuse-reports_BadNameError"},{"$ref":"#/components/schemas/abuse-reports_BadUrlsError"},{"$ref":"#/components/schemas/abuse-reports_DBError"},{"$ref":"#/components/schemas/abuse-reports_DedupeError"},{"$ref":"#/components/schemas/abuse-reports_DiffEmailError"},{"$ref":"#/components/schemas/abuse-reports_EmailError"},{"$ref":"#/components/schemas/abuse-reports_InternalError"},{"$ref":"#/components/schemas/abuse-reports_InvalidNotifyError"},{"$ref":"#/components/schemas/abuse-reports_MustNotifyError"},{"$ref":"#/components/schemas/abuse-reports_NoAgreeError"},{"$ref":"#/components/schemas/abuse-reports_NoOriginalWorkError"},{"$ref":"#/components/schemas/abuse-reports_NoSigError"},{"$ref":"#/components/schemas/abuse-reports_UnexpectedActError"},{"$ref":"#/components/schemas/abuse-reports_UnknownError"},{"$ref":"#/components/schemas/abuse-reports_UrlNotOrangeError"},{"$ref":"#/components/schemas/abuse-reports_UrlNotvalidError"}]},"abuse-reports_CSAMReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_children"]},"country":{"type":"string","maxLength":255,"minLength":1},"host_notification":{"type":"string","enum":["send","send-anon"]},"justification":{"type":"string","maxLength":5000,"minLength":1},"ncmec_notification":{"type":"string","enum":["send","send-anon"]},"owner_notification":{"type":"string","enum":["send","send-anon","none"]}},"required":["host_notification","justification","ncmec_notification","owner_notification"],"title":"Children Abuse Report"}]},"abuse-reports_DMCAReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_dmca"]},"address1":{"type":"string","maxLength":100,"minLength":1},"agent_name":{"type":"string","maxLength":60,"minLength":1},"agree":{"type":"integer","enum":[1]},"city":{"type":"string","maxLength":255,"minLength":1},"country":{"type":"string","maxLength":255,"minLength":1},"host_notification":{"type":"string","enum":["send"]},"original_work":{"type":"string","maxLength":255,"minLength":1},"owner_notification":{"type":"string","enum":["send"]},"signature":{"type":"string"},"state":{"type":"string","maxLength":255,"minLength":1}},"required":["address1","agent_name","agree","city","country","host_notification","original_work","owner_notification","signature","state"],"title":"DMCA Report"}]},"abuse-reports_GeneralReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_general"]},"destination_ips":{"type":"string"},"host_notification":{"type":"string","enum":["send","send-anon"]},"justification":{"type":"string","maxLength":5000,"minLength":1},"owner_notification":{"type":"string","enum":["send","send-anon"]},"ports_protocols":{"type":"string"},"source_ips":{"type":"string"}},"required":["host_notification","justification","owner_notification"],"title":"General Report"}]},"abuse-reports_NCSEIReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_ncsei"]},"country":{"type":"string","maxLength":255,"minLength":1},"host_notification":{"type":"string","enum":["send","send-anon"]},"ncsei_subject_representation":{"type":"boolean"},"owner_notification":{"type":"string","enum":["send","send-anon","none"]}},"required":["host_notification","ncsei_subject_representation","owner_notification"],"title":"NCSEI Report"}]},"abuse-reports_PhishingReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_phishing"]},"host_notification":{"type":"string","enum":["send","send-anon"]},"justification":{"type":"string","maxLength":5000,"minLength":20},"original_work":{"type":"string","maxLength":255,"minLength":1},"owner_notification":{"type":"string","enum":["send","send-anon"]}},"required":["host_notification","justification","owner_notification"],"title":"Phishing Report"}]},"abuse-reports_RegistrarWhoisReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_registrar_whois"]},"owner_notification":{"type":"string","enum":["send","send-anon","none"]},"reg_who_request":{"$ref":"#/components/schemas/abuse-reports_RegistrarWhoIsFields"}},"required":["owner_notification"],"title":"Registrar Whois Report"}]},"abuse-reports_ThreatReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_threat"]},"host_notification":{"type":"string","enum":["send","send-anon"]},"justification":{"type":"string","maxLength":5000,"minLength":1},"owner_notification":{"type":"string","enum":["send","send-anon"]}},"required":["host_notification","justification","owner_notification"],"title":"Threat Report"}]},"abuse-reports_TrademarkReport":{"type":"object","allOf":[{"$ref":"#/components/schemas/abuse-reports_BaseReportFields"},{"properties":{"act":{"enum":["abuse_trademark"]},"host_notification":{"type":"string","enum":["send"]},"justification":{"type":"string","maxLength":5000,"minLength":1},"owner_notification":{"type":"string","enum":["send"]},"trademark_number":{"type":"string","maxLength":1000,"minLength":1},"trademark_office":{"type":"string","maxLength":1000,"minLength":1},"trademark_symbol":{"type":"string","maxLength":1000,"minLength":1}},"required":["host_notification","justification","owner_notification","trademark_number","trademark_office","trademark_symbol"],"title":"Trademark Report"}]},"abuse-reports_CloudflareAPIErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_ErrorMessage"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/abuse-reports_Message"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"abuse-reports_AuthErrorResponse":{"type":"object","properties":{"err_code":{"type":"string"},"error_code":{"type":"string"},"msg":{"type":"string"},"result":{"type":"string"}},"required":["result","msg","err_code","error_code"]},"access_action":{"type":"string"},"access_allowed":{"type":"boolean","default":false},"access_app_domain":{"type":"string"},"access_app_uid":{"type":"string"},"access_connection":{"type":"string"},"access_timestamp":{"type":"string","format":"date-time","x-auditable":true},"access_ip":{"type":"string"},"access_ray_id":{"type":"string","maxLength":16},"access_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-common"}]},"access_identity":{"type":"object","properties":{"account_id":{"type":"string","x-auditable":true},"auth_status":{"type":"string","x-auditable":true},"common_name":{"type":"string"},"devicePosture":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/access_device_posture_rule-2"}},"device_id":{"type":"string"},"device_sessions":{"$ref":"#/components/schemas/access_string_key_map_device_session"},"email":{"type":"string"},"geo":{"$ref":"#/components/schemas/access_geo"},"iat":{"type":"number"},"idp":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"}}},"ip":{"type":"string"},"is_gateway":{"type":"boolean"},"is_warp":{"type":"boolean"},"mtls_auth":{"type":"object","properties":{"auth_status":{"type":"string"},"cert_issuer_dn":{"type":"string"},"cert_issuer_ski":{"type":"string"},"cert_presented":{"type":"boolean"},"cert_serial":{"type":"string"}}},"service_token_id":{"type":"string"},"service_token_status":{"type":"boolean"},"user_uuid":{"type":"string"},"version":{"type":"number"}}},"access_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"access_rdp_clipboard_format":{"type":"string","enum":["text","file"],"x-auditable":true},"access_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/access_messages"},"messages":{"$ref":"#/components/schemas/access_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"access_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"access_feature_app_props":{"type":"object","properties":{"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url"},"custom_non_identity_deny_url":{"$ref":"#/components/schemas/access_custom_non_identity_deny_url"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"domain":{"$ref":"#/components/schemas/access_domain"},"name":{"$ref":"#/components/schemas/access_name-8"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-2"},"type":{"$ref":"#/components/schemas/access_type"}},"required":["type"]},"access_app_launcher_logo_url":{"type":"string"},"access_bg_color":{"type":"string"},"access_footer_links":{"type":"array","items":{"properties":{"name":{"type":"string"},"url":{"type":"string"}},"required":["name","url"],"type":"object"}},"access_header_bg_color":{"type":"string"},"access_landing_page_design":{"type":"object","properties":{"button_color":{"$ref":"#/components/schemas/access_button_color"},"button_text_color":{"$ref":"#/components/schemas/access_button_text_color"},"image_url":{"$ref":"#/components/schemas/access_image_url"},"message":{"$ref":"#/components/schemas/access_message"},"title":{"$ref":"#/components/schemas/access_title"}}},"access_skip_app_launcher_login_page":{"type":"boolean","default":false},"access_type":{"type":"string","enum":["self_hosted","saas","ssh","vnc","app_launcher","warp","biso","bookmark","dash_sso","infrastructure","rdp","mcp","mcp_portal","proxy_endpoint"]},"access_feature_app_props-2":{"type":"object","properties":{"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"domain":{"$ref":"#/components/schemas/access_domain-3"},"name":{"$ref":"#/components/schemas/access_name-8"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-4"},"type":{"$ref":"#/components/schemas/access_type-3"}},"required":["type"]},"access_precedence":{"type":"integer"},"access_policy_resp":{"type":"object","properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups"},"approval_required":{"$ref":"#/components/schemas/access_approval_required"},"connection_rules":{"$ref":"#/components/schemas/access_connection_rules"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required"},"mfa_config":{"$ref":"#/components/schemas/access_mfa_config"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-3"}},"allOf":[{"$ref":"#/components/schemas/access_base_policy_resp"}]},"access_app_policy_link":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/access_identifier"},"id":{"$ref":"#/components/schemas/access_uuid-2"},"precedence":{"$ref":"#/components/schemas/access_precedence"}}},"access_scim_config":{"type":"object","properties":{"authentication":{"oneOf":[{"$ref":"#/components/schemas/access_scim_config_single_authentication"},{"$ref":"#/components/schemas/access_scim_config_multi_authentication"}]},"deactivate_on_delete":{"type":"boolean"},"enabled":{"type":"boolean"},"idp_uid":{"type":"string"},"mappings":{"type":"array","items":{"$ref":"#/components/schemas/access_scim_config_mapping"}},"remote_uri":{"type":"string"}},"required":["remote_uri","idp_uid"]},"access_self_hosted_props":{"type":"object","properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp-2"},"allow_iframe":{"$ref":"#/components/schemas/access_allow_iframe"},"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"cors_headers":{"$ref":"#/components/schemas/access_cors_headers"},"custom_deny_message":{"$ref":"#/components/schemas/access_custom_deny_message"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url"},"custom_non_identity_deny_url":{"$ref":"#/components/schemas/access_custom_non_identity_deny_url"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"destinations":{"$ref":"#/components/schemas/access_destinations"},"domain":{"$ref":"#/components/schemas/access_domain"},"eager_redirect_cookie_setting":{"$ref":"#/components/schemas/access_eager_redirect_cookie_setting"},"enable_binding_cookie":{"$ref":"#/components/schemas/access_enable_binding_cookie"},"http_only_cookie_attribute":{"$ref":"#/components/schemas/access_http_only_cookie_attribute"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"mfa_config":{"$ref":"#/components/schemas/access_mfa_config"},"name":{"$ref":"#/components/schemas/access_name-8"},"oauth_configuration":{"$ref":"#/components/schemas/access_oauth_configuration"},"options_preflight_bypass":{"$ref":"#/components/schemas/access_options_preflight_bypass"},"path_cookie_attribute":{"$ref":"#/components/schemas/access_path_cookie_attribute"},"read_service_tokens_from_header":{"$ref":"#/components/schemas/access_read_service_tokens_from_header"},"same_site_cookie_attribute":{"$ref":"#/components/schemas/access_same_site_cookie_attribute"},"scim_config":{"$ref":"#/components/schemas/access_scim_config"},"self_hosted_domains":{"$ref":"#/components/schemas/access_self_hosted_domains"},"service_auth_401_redirect":{"$ref":"#/components/schemas/access_service_auth_401_redirect"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-2"},"skip_interstitial":{"$ref":"#/components/schemas/access_skip_interstitial"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]},"use_clientless_isolation_app_launcher_url":{"$ref":"#/components/schemas/access_use_clientless_isolation_app_launcher_url"}},"required":["type","domain"],"title":"Self Hosted Application"},"access_app_req_embedded_policies":{"type":"object","properties":{"policies":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/access_app_policy_link"},{"allOf":[{},{"$ref":"#/components/schemas/access_uuid-2"}]},{"allOf":[{"type":"object"},{"properties":{"id":{"$ref":"#/components/schemas/access_uuid-2"}}},{"$ref":"#/components/schemas/access_app_policy_request"}]}]}}}},"access_app_req_embedded_scim_config":{"type":"object","properties":{"scim_config":{"$ref":"#/components/schemas/access_scim_config"}}},"access_saas_props":{"type":"object","properties":{"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"saas_app":{"type":"object","oneOf":[{"$ref":"#/components/schemas/access_saml_saas_app"},{"$ref":"#/components/schemas/access_oidc_saas_app"}]},"scim_config":{"$ref":"#/components/schemas/access_scim_config"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}},"title":"SaaS Application"},"access_ssh_props":{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props"},{"properties":{"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_vnc_props":{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props"},{"properties":{"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_app_launcher_props":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props"},{"properties":{"app_launcher_logo_url":{"$ref":"#/components/schemas/access_app_launcher_logo_url"},"bg_color":{"$ref":"#/components/schemas/access_bg_color"},"domain":{"readOnly":true},"footer_links":{"$ref":"#/components/schemas/access_footer_links"},"header_bg_color":{"$ref":"#/components/schemas/access_header_bg_color"},"landing_page_design":{"$ref":"#/components/schemas/access_landing_page_design"},"name":{"default":"App Launcher","readOnly":true},"skip_app_launcher_login_page":{"$ref":"#/components/schemas/access_skip_app_launcher_login_page"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_warp_props":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props"},{"properties":{"domain":{"readOnly":true},"name":{"default":"Warp Login App","readOnly":true},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_biso_props":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props"},{"properties":{"domain":{"readOnly":true},"name":{"default":"Clientless Web Isolation","readOnly":true},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_proxy_endpoint_props":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props"},{"properties":{"domain":{"pattern":"^[A-Za-z0-9]{10}\\.proxy\\.cloudflare-gateway\\.com$"},"name":{"default":"Gateway Proxy"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}]},"access_bookmark_props":{"type":"object","properties":{"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"domain":{"type":"string"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}},"title":"Bookmark application"},"access_infra_props":{"type":"object","allOf":[{"properties":{"name":{"$ref":"#/components/schemas/access_name-8"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}},{"$ref":"#/components/schemas/access_app_resp_embedded_target_criteria_infra"}],"required":["type","target_criteria"],"title":"Infrastructure Application"},"access_infra_app_req_embedded_policies":{"type":"object","properties":{"policies":{"type":"array","items":{"$ref":"#/components/schemas/access_infra_policy_req"}}}},"access_rdp_props":{"allOf":[{"$ref":"#/components/schemas/access_app_resp_embedded_target_criteria_self_hosted"},{"$ref":"#/components/schemas/access_self_hosted_props"},{"properties":{"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}}}],"required":["target_criteria"]},"access_mcp_props":{"type":"object","properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp-2"},"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"custom_deny_message":{"$ref":"#/components/schemas/access_custom_deny_message"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url"},"custom_non_identity_deny_url":{"$ref":"#/components/schemas/access_custom_non_identity_deny_url"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"destinations":{"$ref":"#/components/schemas/access_destinations"},"http_only_cookie_attribute":{"$ref":"#/components/schemas/access_http_only_cookie_attribute"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"oauth_configuration":{"$ref":"#/components/schemas/access_oauth_configuration"},"options_preflight_bypass":{"$ref":"#/components/schemas/access_options_preflight_bypass"},"same_site_cookie_attribute":{"$ref":"#/components/schemas/access_same_site_cookie_attribute"},"scim_config":{"$ref":"#/components/schemas/access_scim_config"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-2"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}},"required":["type"],"title":"MCP Server Application"},"access_mcp_portal_props":{"type":"object","properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp-2"},"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"custom_deny_message":{"$ref":"#/components/schemas/access_custom_deny_message"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url"},"custom_non_identity_deny_url":{"$ref":"#/components/schemas/access_custom_non_identity_deny_url"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages-2"},"destinations":{"$ref":"#/components/schemas/access_destinations"},"domain":{"$ref":"#/components/schemas/access_domain"},"http_only_cookie_attribute":{"$ref":"#/components/schemas/access_http_only_cookie_attribute"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"oauth_configuration":{"$ref":"#/components/schemas/access_oauth_configuration"},"options_preflight_bypass":{"$ref":"#/components/schemas/access_options_preflight_bypass"},"same_site_cookie_attribute":{"$ref":"#/components/schemas/access_same_site_cookie_attribute"},"scim_config":{"$ref":"#/components/schemas/access_scim_config"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-2"},"tags":{"$ref":"#/components/schemas/access_tags"},"type":{"allOf":[{"$ref":"#/components/schemas/access_type"},{}]}},"required":["type"],"title":"MCP Server Portal Application"},"access_app_policy_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_policy_resp"},{"properties":{"account_id":{"$ref":"#/components/schemas/access_identifier"},"precedence":{"$ref":"#/components/schemas/access_precedence"}},"type":"object"}]},"access_target_criteria_infra_app":{"allOf":[{"$ref":"#/components/schemas/access_target_criteria_base"},{"properties":{"protocol":{"$ref":"#/components/schemas/access_protocol_infra_app"}},"type":"object"}]},"access_target_criteria_self_hosted_app":{"allOf":[{"$ref":"#/components/schemas/access_target_criteria_base"},{"properties":{"protocol":{"$ref":"#/components/schemas/access_protocol_self_hosted_app"}},"type":"object"}]},"access_basic_app_response_props":{"type":"object","properties":{"aud":{"$ref":"#/components/schemas/access_aud-2"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"id":{"$ref":"#/components/schemas/access_uuid"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_app_resp_embedded_policies":{"type":"object","properties":{"policies":{"type":"array","items":{"$ref":"#/components/schemas/access_app_policy_response"}}}},"access_infra_app_resp_embedded_policies":{"type":"object","properties":{"policies":{"type":"array","items":{"$ref":"#/components/schemas/access_infra_policy_resp"}}}},"access_allow_iframe":{"type":"boolean"},"access_skip_interstitial":{"type":"boolean"},"access_approval_group":{"type":"object","properties":{"approvals_needed":{"type":"number","minimum":0},"email_addresses":{"type":"array","items":{"type":"string"}},"email_list_uuid":{"type":"string"}},"required":["approvals_needed"]},"access_approval_group-2":{"type":"object","properties":{"approvals_needed":{"type":"number","minimum":0},"email_addresses":{"type":"array","items":{}},"email_list_uuid":{"type":"string"}},"required":["approvals_needed"]},"access_basic_app_response_props-2":{"type":"object","properties":{"aud":{"$ref":"#/components/schemas/access_aud-2"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"id":{"$ref":"#/components/schemas/access_uuid"},"scim_config":{"$ref":"#/components/schemas/access_scim_config-2"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_self_hosted_props-2":{"type":"object","properties":{"allow_iframe":{"$ref":"#/components/schemas/access_allow_iframe"},"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"cors_headers":{"$ref":"#/components/schemas/access_cors_headers-2"},"custom_deny_message":{"$ref":"#/components/schemas/access_custom_deny_message"},"custom_deny_url":{"$ref":"#/components/schemas/access_custom_deny_url-2"},"domain":{"$ref":"#/components/schemas/access_domain-3"},"eager_redirect_cookie_setting":{"$ref":"#/components/schemas/access_eager_redirect_cookie_setting"},"enable_binding_cookie":{"$ref":"#/components/schemas/access_enable_binding_cookie"},"http_only_cookie_attribute":{"$ref":"#/components/schemas/access_http_only_cookie_attribute"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"options_preflight_bypass":{"$ref":"#/components/schemas/access_options_preflight_bypass-2"},"same_site_cookie_attribute":{"$ref":"#/components/schemas/access_same_site_cookie_attribute"},"service_auth_401_redirect":{"$ref":"#/components/schemas/access_service_auth_401_redirect"},"session_duration":{"$ref":"#/components/schemas/access_session_duration-4"},"skip_interstitial":{"$ref":"#/components/schemas/access_skip_interstitial"},"type":{"type":"string"},"use_clientless_isolation_app_launcher_url":{"$ref":"#/components/schemas/access_use_clientless_isolation_app_launcher_url"}},"required":["type","domain"],"title":"Self Hosted Application"},"access_saas_props-2":{"type":"object","properties":{"allowed_idps":{"$ref":"#/components/schemas/access_allowed_idps"},"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity-2"},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"saas_app":{"type":"object","oneOf":[{"$ref":"#/components/schemas/access_saml_saas_app-2"},{"$ref":"#/components/schemas/access_oidc_saas_app-2"}]},"type":{"type":"string"}},"title":"SaaS Application"},"access_ssh_props-2":{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props-2"},{"properties":{"type":{"type":"string"}}}]},"access_vnc_props-2":{"allOf":[{"$ref":"#/components/schemas/access_self_hosted_props-2"},{"properties":{"type":{"type":"string"}}}]},"access_app_launcher_props-2":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props-2"},{"properties":{"domain":{"readOnly":true},"name":{"default":"App Launcher","readOnly":true},"type":{"type":"string"}}}]},"access_warp_props-2":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props-2"},{"properties":{"domain":{"readOnly":true},"name":{"default":"Warp Login App","readOnly":true},"type":{"type":"string"}}}]},"access_biso_props-2":{"allOf":[{"$ref":"#/components/schemas/access_feature_app_props-2"},{"properties":{"domain":{"readOnly":true},"name":{"default":"Clientless Web Isolation","readOnly":true},"type":{"type":"string"}}}]},"access_bookmark_props-2":{"type":"object","properties":{"app_launcher_visible":{"default":true},"domain":{},"logo_url":{"$ref":"#/components/schemas/access_logo_url"},"name":{"$ref":"#/components/schemas/access_name-8"},"type":{"type":"string"}},"required":["type","domain"],"title":"Bookmark Application"},"access_aaguid":{"type":"string","format":"uuid"},"access_name-14":{"type":"string"},"access_identity-provider":{"type":"object","properties":{"config":{"type":"object"},"id":{"$ref":"#/components/schemas/access_uuid"},"name":{"$ref":"#/components/schemas/access_name-3"},"read_only":{"type":"boolean","readOnly":true},"saml_certificate_set":{"allOf":[{"$ref":"#/components/schemas/access_saml_certificate_set"}],"readOnly":true},"saml_certificate_set_id":{"type":"string","format":"uuid"},"scim_config":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"identity_update_behavior":{"type":"string","default":"no_action","enum":["automatic","reauth","no_action"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"scim_base_url":{"type":"string","readOnly":true,"x-auditable":true},"seat_deprovision":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"secret":{"type":"string","readOnly":true,"x-sensitive":true},"user_deprovision":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"type":{"type":"string","enum":["onetimepin","azureAD","saml","centrify","facebook","github","google-apps","google","linkedin","oidc","okta","onelogin","pingone","yandex","cloudflare"]}},"required":["name","type","config"]},"access_generic-oauth-config":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true}}},"access_custom-claims-support":{"type":"object","properties":{"claims":{"type":"array","items":{"type":"string"},"x-auditable":true},"email_claim_name":{"type":"string","x-auditable":true}}},"access_identity-provider-2":{"type":"object","properties":{"config":{"type":"object"},"id":{"$ref":"#/components/schemas/access_uuid"},"name":{"$ref":"#/components/schemas/access_name-3"},"scim_config":{"type":"object","properties":{"enabled":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed_optional"},"identity_update_behavior":{"type":"string","default":"no_action","enum":["automatic","reauth","no_action"],"x-stainless-terraform-configurability":"computed_optional"},"scim_base_url":{"type":"string","readOnly":true},"seat_deprovision":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed_optional"},"secret":{"type":"string","readOnly":true,"x-sensitive":true},"user_deprovision":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed_optional"}}},"type":{"type":"string","enum":["onetimepin","azureAD","saml","centrify","facebook","github","google-apps","google","linkedin","oidc","okta","onelogin","pingone","yandex","cloudflare"]}},"required":["name","type","config"]},"access_generic-oauth-config-2":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","writeOnly":true,"x-sensitive":true}}},"access_decision":{"type":"string","enum":["allow","deny","non_identity","bypass"]},"access_exclude-2":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"},"default":[],"x-stainless-collection-type":"set"},"access_include-2":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"},"default":[],"x-stainless-collection-type":"set"},"access_require-2":{"type":"array","items":{"$ref":"#/components/schemas/access_rule"},"default":[],"x-stainless-collection-type":"set"},"access_aud-2":{"type":"string","maxLength":64,"readOnly":true},"access_created_at":{"allOf":[{"x-stainless-skip":true},{"$ref":"#/components/schemas/access_timestamp"}]},"access_updated_at":{"allOf":[{"x-stainless-skip":true},{"$ref":"#/components/schemas/access_timestamp"}]},"access_scim_config-2":{"type":"object","properties":{"authentication":{"oneOf":[{"$ref":"#/components/schemas/access_scim_config_single_authentication-2"},{"$ref":"#/components/schemas/access_scim_config_multi_authentication-2"}]},"deactivate_on_delete":{"type":"boolean"},"enabled":{"type":"boolean"},"idp_uid":{"type":"string"},"mappings":{"type":"array","items":{"$ref":"#/components/schemas/access_scim_config_mapping"}},"remote_uri":{"type":"string"}},"required":["remote_uri","idp_uid"]},"access_app_launcher_visible":{"type":"boolean","default":true},"access_logo_url":{"type":"string"},"access_name-8":{"type":"string"},"access_tags":{"type":"array","items":{"type":"string"},"default":[],"x-stainless-collection-type":"set"},"access_app_launcher_visible-2":{"type":"boolean","x-auditable":true},"access_domain-2":{"type":"string","x-auditable":true},"access_logo_url-2":{"type":"string","x-auditable":true},"access_name-12":{"type":"string","x-auditable":true},"access_aud":{"type":"string","maxLength":64,"readOnly":true,"x-auditable":true},"access_id-2":{"type":"string","maxLength":48,"readOnly":true,"x-auditable":true},"access_public_key":{"type":"string","readOnly":true},"access_aud-3":{"type":"string","maxLength":64,"readOnly":true},"access_id-3":{"type":"string","maxLength":48,"readOnly":true},"access_saml_certificate_set-2":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"current_certificate":{"allOf":[{"$ref":"#/components/schemas/access_saml_certificate-2"}]},"previous_certificate":{"type":"object","nullable":true},"uid":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["uid","created_at","updated_at"]},"access_fingerprint":{"type":"string"},"access_connection_rules_rdp":{"type":"object","properties":{"allowed_clipboard_local_to_remote_formats":{"$ref":"#/components/schemas/access_allowed_clipboard_local_to_remote_formats"},"allowed_clipboard_remote_to_local_formats":{"$ref":"#/components/schemas/access_allowed_clipboard_remote_to_local_formats"}},"title":"RDP Connection Rules"},"access_connection_rules_ssh":{"type":"object","properties":{"allow_email_alias":{"$ref":"#/components/schemas/access_allow_email_alias"},"usernames":{"$ref":"#/components/schemas/access_usernames"}},"required":["usernames"],"title":"SSH Connection Rules"},"access_allowed_clipboard_local_to_remote_formats":{"type":"array","items":{"$ref":"#/components/schemas/access_rdp_clipboard_format"}},"access_allowed_clipboard_remote_to_local_formats":{"type":"array","items":{"$ref":"#/components/schemas/access_rdp_clipboard_format"}},"access_allow_email_alias":{"type":"boolean","x-auditable":true},"access_usernames":{"type":"array","items":{"type":"string","x-auditable":true}},"access_allow_all_headers":{"type":"boolean"},"access_allow_all_methods":{"type":"boolean"},"access_allow_all_origins":{"type":"boolean"},"access_allow_credentials":{"type":"boolean"},"access_allowed_headers":{"type":"array","items":{"type":"string"}},"access_allowed_methods":{"type":"array","items":{"enum":["GET","POST","HEAD","PUT","DELETE","CONNECT","OPTIONS","TRACE","PATCH"],"type":"string"}},"access_allowed_origins":{"type":"array","items":{"type":"string"}},"access_max_age":{"type":"number","maximum":86400,"minimum":-1},"access_allowed_headers-2":{"type":"array","items":{}},"access_allowed_origins-2":{"type":"array","items":{}},"access_client_id":{"type":"string"},"access_client_secret":{"type":"string","x-sensitive":true},"access_app_count-2":{"type":"integer","x-auditable":true,"x-stainless-skip":true},"access_name-11":{"type":"string","x-auditable":true},"access_type-2":{"type":"string","enum":["identity_denied","forbidden"],"x-auditable":true},"access_device_posture_check":{"type":"object","properties":{"exists":{"type":"boolean","x-auditable":true},"path":{"type":"string","x-auditable":true}}},"access_rule":{"type":"object","oneOf":[{"$ref":"#/components/schemas/access_access_group_rule"},{"$ref":"#/components/schemas/access_any_valid_service_token_rule"},{"$ref":"#/components/schemas/access_auth_context_rule"},{"$ref":"#/components/schemas/access_authentication_method_rule"},{"$ref":"#/components/schemas/access_azure_group_rule"},{"$ref":"#/components/schemas/access_certificate_rule"},{"$ref":"#/components/schemas/access_common_name_rule"},{"$ref":"#/components/schemas/access_country_rule"},{"$ref":"#/components/schemas/access_device_posture_rule"},{"$ref":"#/components/schemas/access_domain_rule"},{"$ref":"#/components/schemas/access_email_list_rule"},{"$ref":"#/components/schemas/access_email_rule"},{"$ref":"#/components/schemas/access_everyone_rule"},{"$ref":"#/components/schemas/access_external_evaluation_rule"},{"$ref":"#/components/schemas/access_github_organization_rule"},{"$ref":"#/components/schemas/access_gsuite_group_rule"},{"$ref":"#/components/schemas/access_login_method_rule"},{"$ref":"#/components/schemas/access_ip_list_rule"},{"$ref":"#/components/schemas/access_ip_rule"},{"$ref":"#/components/schemas/access_okta_group_rule"},{"$ref":"#/components/schemas/access_saml_group_rule"},{"$ref":"#/components/schemas/access_oidc_claim_rule"},{"$ref":"#/components/schemas/access_service_token_rule"},{"$ref":"#/components/schemas/access_linked_app_token_rule"},{"$ref":"#/components/schemas/access_user_risk_score_rule"},{"$ref":"#/components/schemas/access_cloudflare_account_member_rule"}]},"access_allowed_idps":{"type":"array","items":{"type":"string"}},"access_auto_redirect_to_identity-2":{"type":"boolean","default":false},"access_custom_deny_url":{"type":"string"},"access_custom_non_identity_deny_url":{"type":"string"},"access_custom_pages-2":{"type":"array","items":{"type":"string"}},"access_domain":{"type":"string"},"access_session_duration-2":{"type":"string","default":"24h"},"access_domain-3":{"type":"string"},"access_session_duration-4":{"type":"string","default":"24h"},"access_type-3":{"type":"string","enum":["self_hosted","saas","ssh","vnc","app_launcher","warp","biso","bookmark","dash_sso"]},"access_externalId":{"type":"string"},"access_id":{"type":"string"},"access_meta":{"type":"object","properties":{"created":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"}}},"access_device_posture_rule-2":{"type":"object","properties":{"check":{"$ref":"#/components/schemas/access_device_posture_check"},"data":{"type":"object"},"error":{"type":"string"},"id":{"type":"string","x-auditable":true},"rule_name":{"type":"string","x-auditable":true},"success":{"type":"boolean","x-auditable":true},"timestamp":{"type":"string","x-auditable":true},"type":{"type":"string","x-auditable":true}}},"access_string_key_map_device_session":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/access_device_session"}},"access_geo":{"type":"object","properties":{"country":{"type":"string","x-auditable":true}}},"access_name-3":{"type":"string"},"access_saml_certificate_set":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"current_certificate":{"allOf":[{"$ref":"#/components/schemas/access_saml_certificate"}]},"previous_certificate":{"type":"object","nullable":true},"uid":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time"}},"required":["uid","created_at","updated_at"]},"access_azureAD":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"conditional_access_enabled":{"type":"boolean","x-auditable":true},"directory_id":{"type":"string","x-auditable":true},"prompt":{"type":"string","enum":["login","select_account","none"],"x-auditable":true},"support_groups":{"type":"boolean","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"Azure AD"},"access_centrify":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"centrify_account":{"type":"string","x-auditable":true},"centrify_app_id":{"type":"string","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"Centrify"},"access_facebook":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config"}},"type":"object"}],"title":"Facebook"},"access_github":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config"}},"type":"object"}],"title":"GitHub"},"access_google":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"}]}},"type":"object"}],"title":"Google"},"access_google-apps":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"apps_domain":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Google Workspace"},"access_linkedin":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config"}},"type":"object"}],"title":"LinkedIn"},"access_oidc":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"auth_url":{"type":"string"},"certs_url":{"type":"string"},"pkce_enabled":{"type":"boolean"},"scopes":{"type":"array","items":{"type":"string"}},"token_url":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Generic OAuth"},"access_okta":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"authorization_server_id":{"type":"string"},"okta_account":{"type":"string","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"Okta"},"access_onelogin":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"onelogin_account":{"type":"string","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"OneLogin"},"access_pingone":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config"},{"$ref":"#/components/schemas/access_custom-claims-support"},{"properties":{"ping_env_id":{"type":"string","x-auditable":true}},"type":"object"}]}},"type":"object"}],"title":"PingOne"},"access_saml":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"string"}},"email_attribute_name":{"type":"string","x-auditable":true},"enable_encryption":{"type":"boolean","default":false,"x-auditable":true},"header_attributes":{"type":"array","items":{"properties":{"attribute_name":{"type":"string"},"header_name":{"type":"string"}},"type":"object"}},"idp_public_certs":{"type":"array","items":{"type":"string"}},"issuer_url":{"type":"string","x-auditable":true},"sign_request":{"type":"boolean","default":false},"sso_target_url":{"type":"string","x-auditable":true}}}},"type":"object"}],"title":"Generic SAML"},"access_yandex":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config"}},"type":"object"}],"title":"Yandex"},"access_onetimepin":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"type":"object","properties":{"redirect_url":{"type":"string","readOnly":true}}},"type":{"type":"string","enum":["onetimepin"]}}}],"title":"One Time Pin"},"access_cloudflare":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider"},{"properties":{"config":{"type":"object","properties":{"redirect_url":{"type":"string","readOnly":true},"restrict_to_account_members":{"type":"boolean","default":false}}},"type":{"type":"string","enum":["cloudflare"]}}}],"title":"Cloudflare"},"access_azureAD-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"conditional_access_enabled":{"type":"boolean"},"directory_id":{"type":"string"},"prompt":{"type":"string","enum":["login","select_account","none"]},"support_groups":{"type":"boolean"}},"type":"object"}]}},"type":"object"}],"title":"Azure AD"},"access_centrify-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"centrify_account":{"type":"string"},"centrify_app_id":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Centrify"},"access_facebook-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"Facebook"},"access_github-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"GitHub"},"access_google-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"Google"},"access_google-apps-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"apps_domain":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Google Workspace"},"access_linkedin-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"LinkedIn"},"access_oidc-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"auth_url":{"type":"string"},"certs_url":{"type":"string"},"claims":{"type":"array","items":{"type":"string"}},"scopes":{"type":"array","items":{"type":"string"}},"token_url":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Generic OAuth"},"access_okta-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"okta_account":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"Okta"},"access_onelogin-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"onelogin_account":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"OneLogin"},"access_pingone-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"allOf":[{"$ref":"#/components/schemas/access_generic-oauth-config-2"},{"properties":{"ping_env_id":{"type":"string"}},"type":"object"}]}},"type":"object"}],"title":"PingOne"},"access_saml-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"string"}},"email_attribute_name":{"type":"string"},"header_attributes":{"type":"array","items":{"properties":{"attribute_name":{"type":"string"},"header_name":{"type":"string"}},"type":"object"}},"idp_public_certs":{"type":"array","items":{"type":"string"}},"issuer_url":{"type":"string"},"sign_request":{"type":"boolean"},"sso_target_url":{"type":"string"}}}},"type":"object"}],"title":"Generic SAML"},"access_yandex-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"$ref":"#/components/schemas/access_generic-oauth-config-2"}},"type":"object"}],"title":"Yandex"},"access_cloudflare-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"type":"object","properties":{"redirect_url":{"type":"string","readOnly":true},"restrict_to_account_members":{"type":"boolean","default":false}}},"type":{"type":"string","enum":["cloudflare"]}}}],"title":"Cloudflare"},"access_idp_federation_grant":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/access_created_at"},"id":{"allOf":[{"$ref":"#/components/schemas/access_identifier"}],"readOnly":true,"x-auditable":true},"idp_id":{"type":"string","format":"uuid","x-auditable":true}},"required":["id","idp_id","created_at"]},"access_infra_policy_req":{"type":"object","properties":{"connection_rules":{"$ref":"#/components/schemas/access_connection_rules_infra"},"mfa_config":{"$ref":"#/components/schemas/access_infra_mfa_config"}},"allOf":[{"$ref":"#/components/schemas/access_base_policy_req"}]},"access_infra_policy_resp":{"type":"object","properties":{"connection_rules":{"$ref":"#/components/schemas/access_connection_rules_infra"},"mfa_config":{"$ref":"#/components/schemas/access_infra_mfa_config"}},"allOf":[{"$ref":"#/components/schemas/access_base_policy_resp"}]},"access_connection_rules_infra":{"type":"object","properties":{"ssh":{"$ref":"#/components/schemas/access_connection_rules_ssh"}},"title":"Connection Rules"},"access_infra_mfa_config":{"type":"object","properties":{"allowed_authenticators":{"type":"array","items":{"enum":["piv_key"],"type":"string"}},"mfa_disabled":{"type":"boolean"},"session_duration":{"type":"string"}},"x-auditable":true},"access_base_policy_req":{"type":"object","properties":{"decision":{"$ref":"#/components/schemas/access_decision"},"exclude":{"$ref":"#/components/schemas/access_exclude-2"},"include":{"$ref":"#/components/schemas/access_include-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"require":{"$ref":"#/components/schemas/access_require-2"}},"required":["name","decision","include"]},"access_base_policy_resp":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/access_timestamp"},"decision":{"$ref":"#/components/schemas/access_decision"},"exclude":{"$ref":"#/components/schemas/access_exclude-2"},"id":{"$ref":"#/components/schemas/access_uuid-2"},"include":{"$ref":"#/components/schemas/access_include-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"require":{"$ref":"#/components/schemas/access_require-2"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_app_resp_embedded_target_criteria_infra":{"type":"object","properties":{"target_criteria":{"type":"array","items":{"$ref":"#/components/schemas/access_target_criteria_infra_app"}}}},"access_jit_request_event_type":{"type":"string","enum":["CREATED","APPROVER_DECISION","COMMITTED","CANCELED","LOGIN_SUCCESS","REDIRECT_TO_ACTIVE"]},"access_jit_request_status":{"type":"string","enum":["PENDING","APPROVED","DENIED","CANCELED","SPENT"]},"access_jit_request_log":{"type":"object","properties":{"app_aud":{"type":"string"},"app_hostname":{"type":"string"},"approvals_received":{"type":"integer"},"approver_emails":{"type":"array","items":{"format":"email","type":"string"}},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"expires_at":{"$ref":"#/components/schemas/access_timestamp"},"knock_request_id":{"type":"string"},"purpose_justification":{"type":"string"},"requester_email":{"type":"string","format":"email"},"status":{"$ref":"#/components/schemas/access_jit_request_status"}}},"access_jit_request_event":{"type":"object","properties":{"actor_email":{"type":"string","format":"email"},"actor_idp":{"type":"string"},"actor_uuid":{"type":"string","format":"uuid"},"decision_outcome":{"type":"string"},"ray_id":{"type":"string"},"session_duration_seconds":{"type":"integer"},"success":{"type":"boolean"},"timestamp":{"$ref":"#/components/schemas/access_timestamp"},"type":{"$ref":"#/components/schemas/access_jit_request_event_type"}}},"access_days_until_next_rotation":{"type":"number","readOnly":true,"x-auditable":true},"access_last_key_rotation_at":{"type":"string","format":"date-time","x-auditable":true},"access_button_color":{"type":"string"},"access_button_text_color":{"type":"string"},"access_image_url":{"type":"string"},"access_message":{"type":"string"},"access_title":{"type":"string","default":"Welcome!"},"access_allow_authenticate_via_warp-2":{"type":"boolean"},"access_custom_deny_message":{"type":"string"},"access_destinations":{"type":"array","items":{"oneOf":[{"properties":{"type":{"type":"string","enum":["public"]},"uri":{"type":"string"}},"title":"Public destination","type":"object"},{"properties":{"cidr":{"type":"string"},"hostname":{"type":"string"},"l4_protocol":{"type":"string","enum":["tcp","udp"]},"port_range":{"type":"string"},"type":{"type":"string","enum":["private"]},"vnet_id":{"type":"string"}},"title":"Private destination","type":"object"},{"properties":{"mcp_server_id":{"type":"string"},"type":{"type":"string","enum":["via_mcp_server_portal"]}},"title":"Via MCP Server Portal destination","type":"object"},{"properties":{"type":{"type":"string","enum":["worker"]},"worker_id":{"type":"string"}},"required":["type","worker_id"],"title":"Worker destination","type":"object"},{"properties":{"type":{"type":"string","enum":["preview_worker"]},"worker_id":{"type":"string"}},"required":["type","worker_id"],"title":"Preview Worker destination","type":"object"},{"properties":{"type":{"type":"string","enum":["all_workers"]}},"required":["type"],"title":"All Workers destination","type":"object"},{"properties":{"type":{"type":"string","enum":["all_preview_workers"]}},"required":["type"],"title":"All Preview Workers destination","type":"object"}]},"default":[]},"access_http_only_cookie_attribute":{"type":"boolean","default":true},"access_oauth_configuration":{"type":"object","properties":{"dynamic_client_registration":{"type":"object","properties":{"allow_any_on_localhost":{"type":"boolean"},"allow_any_on_loopback":{"type":"boolean"},"allowed_uris":{"type":"array","items":{"type":"string"}},"enabled":{"type":"boolean"}}},"enabled":{"type":"boolean","default":true},"grant":{"type":"object","properties":{"access_token_lifetime":{"type":"string"},"session_duration":{"type":"string"}}}}},"access_options_preflight_bypass":{"type":"boolean"},"access_same_site_cookie_attribute":{"type":"string"},"access_name-13":{"type":"string"},"access_status":{"type":"string","enum":["success"],"x-auditable":true},"access_approval_groups":{"type":"array","items":{"$ref":"#/components/schemas/access_approval_group"},"x-stainless-collection-type":"set"},"access_approval_required":{"type":"boolean"},"access_connection_rules":{"type":"object","properties":{"rdp":{"$ref":"#/components/schemas/access_connection_rules_rdp"}},"title":"Connection Rules"},"access_isolation_required":{"type":"boolean"},"access_mfa_config":{"type":"object","properties":{"allowed_authenticators":{"type":"array","items":{"enum":["totp","biometrics","security_key"],"type":"string"}},"mfa_disabled":{"type":"boolean"},"session_duration":{"type":"string"}},"x-auditable":true},"access_purpose_justification_required":{"type":"boolean"},"access_session_duration-3":{"type":"string","nullable":true},"access_percent_approved":{"type":"integer","x-auditable":true},"access_percent_blocked":{"type":"integer","x-auditable":true},"access_percent_errored":{"type":"integer","x-auditable":true},"access_percent_users_processed":{"type":"integer"},"access_update_status":{"type":"string","enum":["blocked","processing","exceeded time","complete"],"x-auditable":true},"access_total_users":{"type":"integer","x-auditable":true},"access_users_approved":{"type":"integer","x-auditable":true},"access_users_blocked":{"type":"integer","x-auditable":true},"access_users_errored":{"type":"integer"},"access_user_result":{"type":"string","enum":["approved","blocked","error"],"x-auditable":true},"access_policy_users":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/access_email-2"},"id":{"$ref":"#/components/schemas/access_uuid"},"name":{"$ref":"#/components/schemas/access_name-10"},"status":{"$ref":"#/components/schemas/access_user_result"}}},"access_app_resp_embedded_target_criteria_self_hosted":{"type":"object","properties":{"target_criteria":{"type":"array","items":{"$ref":"#/components/schemas/access_target_criteria_self_hosted_app"}}}},"access_custom_page_without_html":{"type":"object","properties":{"app_count":{"$ref":"#/components/schemas/access_app_count-2"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"name":{"$ref":"#/components/schemas/access_name-11"},"type":{"$ref":"#/components/schemas/access_type-2"},"uid":{"$ref":"#/components/schemas/access_uuid"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"required":["name","type"]},"access_access-requests":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/access_action"},"allowed":{"$ref":"#/components/schemas/access_allowed"},"app_domain":{"$ref":"#/components/schemas/access_app_domain"},"app_uid":{"$ref":"#/components/schemas/access_app_uid"},"connection":{"$ref":"#/components/schemas/access_connection"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"ip_address":{"$ref":"#/components/schemas/access_ip"},"ray_id":{"$ref":"#/components/schemas/access_ray_id"},"user_email":{"$ref":"#/components/schemas/access_email-3"}}},"access_seats":{"type":"object","properties":{"access_seat":{"$ref":"#/components/schemas/access_access_seat"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"gateway_seat":{"$ref":"#/components/schemas/access_gateway_seat"},"seat_uid":{"$ref":"#/components/schemas/access_seat_uid"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_bookmarks":{"type":"object","properties":{"app_launcher_visible":{"$ref":"#/components/schemas/access_app_launcher_visible-2"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"domain":{"$ref":"#/components/schemas/access_domain-2"},"id":{"type":"string"},"logo_url":{"$ref":"#/components/schemas/access_logo_url-2"},"name":{"$ref":"#/components/schemas/access_name-12"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_tag":{"type":"object","properties":{"app_count":{"type":"integer","x-auditable":true,"x-stainless-skip":true},"created_at":{"$ref":"#/components/schemas/access_created_at"},"name":{"$ref":"#/components/schemas/access_name-13"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"required":["name"]},"access_authenticator_device_aaguid":{"type":"object","properties":{"aaguid":{"$ref":"#/components/schemas/access_aaguid"},"name":{"$ref":"#/components/schemas/access_name-14"}},"required":["aaguid","name"]},"access_onetimepin-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_identity-provider-2"},{"properties":{"config":{"type":"object","properties":{"redirect_url":{"type":"string","readOnly":true}}},"type":{"enum":["onetimepin"]}}}],"title":"One Time Pin"},"access_groups-3":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/access_timestamp"},"exclude":{"$ref":"#/components/schemas/access_exclude"},"id":{"$ref":"#/components/schemas/access_uuid"},"include":{"$ref":"#/components/schemas/access_include"},"name":{"$ref":"#/components/schemas/access_name-16"},"require":{"$ref":"#/components/schemas/access_require"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_service-tokens-2":{"type":"object","properties":{"client_id":{"$ref":"#/components/schemas/access_client_id"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"duration":{"$ref":"#/components/schemas/access_duration-2"},"expires_at":{"$ref":"#/components/schemas/access_timestamp"},"id":{"allOf":[{},{"$ref":"#/components/schemas/access_uuid"}]},"last_seen_at":{"$ref":"#/components/schemas/access_timestamp"},"name":{"$ref":"#/components/schemas/access_name-17"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_groups-2":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/access_created_at"},"exclude":{"$ref":"#/components/schemas/access_exclude"},"id":{"$ref":"#/components/schemas/access_uuid"},"include":{"$ref":"#/components/schemas/access_include"},"is_default":{"$ref":"#/components/schemas/access_require"},"name":{"$ref":"#/components/schemas/access_name-6"},"require":{"$ref":"#/components/schemas/access_require"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_ca-2":{"type":"object","properties":{"aud":{"$ref":"#/components/schemas/access_aud-3"},"id":{"$ref":"#/components/schemas/access_id-3"},"public_key":{"$ref":"#/components/schemas/access_public_key"}}},"access_certificates-3":{"type":"object","properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames-2"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"expires_on":{"$ref":"#/components/schemas/access_timestamp"},"fingerprint":{"$ref":"#/components/schemas/access_fingerprint"},"id":{},"name":{"$ref":"#/components/schemas/access_name-18"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_policies":{"type":"object","properties":{"approval_groups":{"$ref":"#/components/schemas/access_approval_groups-2"},"approval_required":{"$ref":"#/components/schemas/access_approval_required-2"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"decision":{"$ref":"#/components/schemas/access_decision-2"},"exclude":{"$ref":"#/components/schemas/access_exclude-3"},"id":{"$ref":"#/components/schemas/access_uuid"},"include":{"$ref":"#/components/schemas/access_include"},"isolation_required":{"$ref":"#/components/schemas/access_isolation_required-2"},"name":{"$ref":"#/components/schemas/access_name-9"},"precedence":{"$ref":"#/components/schemas/access_precedence-2"},"purpose_justification_prompt":{"$ref":"#/components/schemas/access_purpose_justification_prompt"},"purpose_justification_required":{"$ref":"#/components/schemas/access_purpose_justification_required-2"},"require":{"$ref":"#/components/schemas/access_require-3"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_users-2":{"type":"object","properties":{"access_seat":{"$ref":"#/components/schemas/access_access_seat-2"},"active_device_count":{"$ref":"#/components/schemas/access_active_device_count"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"email":{"$ref":"#/components/schemas/access_email-2"},"gateway_seat":{"$ref":"#/components/schemas/access_gateway_seat-2"},"id":{"$ref":"#/components/schemas/access_uuid"},"last_successful_login":{"$ref":"#/components/schemas/access_last_successful_login"},"name":{"$ref":"#/components/schemas/access_name-10"},"seat_uid":{"$ref":"#/components/schemas/access_seat_uid-2"},"uid":{"$ref":"#/components/schemas/access_uid"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}}},"access_service-tokens":{"type":"object","properties":{"client_id":{"$ref":"#/components/schemas/access_client_id"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"duration":{"$ref":"#/components/schemas/access_duration"},"expires_at":{"$ref":"#/components/schemas/access_timestamp"},"id":{"allOf":[{},{"$ref":"#/components/schemas/access_uuid"}]},"last_seen_at":{"allOf":[{"x-stainless-skip":true},{"$ref":"#/components/schemas/access_timestamp"}]},"name":{"$ref":"#/components/schemas/access_name-2"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_ca":{"type":"object","properties":{"aud":{"$ref":"#/components/schemas/access_aud"},"id":{"$ref":"#/components/schemas/access_id-2"},"public_key":{"$ref":"#/components/schemas/access_public_key"}}},"access_certificates":{"type":"object","properties":{"associated_hostnames":{"$ref":"#/components/schemas/access_associated_hostnames"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"expires_on":{"$ref":"#/components/schemas/access_timestamp"},"fingerprint":{"$ref":"#/components/schemas/access_fingerprint"},"id":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/access_name-7"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}}},"access_certificates-2":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"public_key":{"type":"string"}}},"access_reusable_policy_resp":{"type":"object","allOf":[{"$ref":"#/components/schemas/access_policy_resp"},{"properties":{"app_count":{"$ref":"#/components/schemas/access_app_count"},"reusable":{"type":"boolean","enum":[true]}}}]},"access_jit_request_log_detail":{"allOf":[{"$ref":"#/components/schemas/access_jit_request_log"},{"properties":{"events":{"type":"array","items":{"$ref":"#/components/schemas/access_jit_request_event"}}},"type":"object"}]},"access_app_count":{"type":"integer","x-auditable":true},"access_access_group_rule":{"type":"object","properties":{"group":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["group"],"title":"Access groups"},"access_any_valid_service_token_rule":{"type":"object","properties":{"any_valid_service_token":{"type":"object","x-stainless-empty-object":true}},"required":["any_valid_service_token"],"title":"Any Valid Service Token"},"access_auth_context_rule":{"type":"object","properties":{"auth_context":{"type":"object","properties":{"ac_id":{"type":"string"},"id":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["id","identity_provider_id","ac_id"]}},"required":["auth_context"],"title":"Authentication Context"},"access_authentication_method_rule":{"type":"object","properties":{"auth_method":{"type":"object","properties":{"auth_method":{"type":"string"}},"required":["auth_method"]}},"required":["auth_method"],"title":"Authentication method"},"access_azure_group_rule":{"type":"object","properties":{"azureAD":{"type":"object","properties":{"id":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["id","identity_provider_id"]}},"required":["azureAD"],"title":"Azure group"},"access_certificate_rule":{"type":"object","properties":{"certificate":{"type":"object","x-stainless-empty-object":true}},"required":["certificate"],"title":"Valid certificate"},"access_common_name_rule":{"type":"object","properties":{"common_name":{"type":"object","properties":{"common_name":{"type":"string"}},"required":["common_name"]}},"required":["common_name"],"title":"Common Name"},"access_country_rule":{"type":"object","properties":{"geo":{"type":"object","properties":{"country_code":{"type":"string"}},"required":["country_code"]}},"required":["geo"],"title":"Country"},"access_device_posture_rule":{"type":"object","properties":{"device_posture":{"type":"object","properties":{"integration_uid":{"type":"string"}},"required":["integration_uid"]}},"required":["device_posture"],"title":"Device Posture"},"access_domain_rule":{"type":"object","properties":{"email_domain":{"type":"object","properties":{"domain":{"type":"string"}},"required":["domain"]}},"required":["email_domain"],"title":"Email domain"},"access_email_list_rule":{"type":"object","properties":{"email_list":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["email_list"],"title":"Email list"},"access_email_rule":{"type":"object","properties":{"email":{"type":"object","properties":{"email":{"type":"string","format":"email"}},"required":["email"]}},"required":["email"],"title":"Email"},"access_everyone_rule":{"type":"object","properties":{"everyone":{"type":"object","x-stainless-empty-object":true}},"required":["everyone"],"title":"Everyone"},"access_external_evaluation_rule":{"type":"object","properties":{"external_evaluation":{"type":"object","properties":{"evaluate_url":{"type":"string"},"keys_url":{"type":"string"}},"required":["evaluate_url","keys_url"]}},"required":["external_evaluation"],"title":"External Evaluation"},"access_github_organization_rule":{"type":"object","properties":{"github-organization":{"type":"object","properties":{"identity_provider_id":{"type":"string"},"name":{"type":"string"},"team":{"type":"string"}},"required":["name","identity_provider_id"]}},"required":["github-organization"],"title":"Github organization"},"access_gsuite_group_rule":{"type":"object","properties":{"gsuite":{"type":"object","properties":{"email":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["email","identity_provider_id"]}},"required":["gsuite"],"title":"Google Workspace group"},"access_login_method_rule":{"type":"object","properties":{"login_method":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["login_method"],"title":"Login Method"},"access_ip_list_rule":{"type":"object","properties":{"ip_list":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["ip_list"],"title":"IP list"},"access_ip_rule":{"type":"object","properties":{"ip":{"type":"object","properties":{"ip":{"type":"string"}},"required":["ip"]}},"required":["ip"],"title":"IP ranges"},"access_okta_group_rule":{"type":"object","properties":{"okta":{"type":"object","properties":{"identity_provider_id":{"type":"string"},"name":{"type":"string"}},"required":["name","identity_provider_id"]}},"required":["okta"],"title":"Okta group"},"access_saml_group_rule":{"type":"object","properties":{"saml":{"type":"object","properties":{"attribute_name":{"type":"string"},"attribute_value":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["attribute_name","attribute_value","identity_provider_id"]}},"required":["saml"],"title":"SAML group"},"access_oidc_claim_rule":{"type":"object","properties":{"oidc":{"type":"object","properties":{"claim_name":{"type":"string"},"claim_value":{"type":"string"},"identity_provider_id":{"type":"string"}},"required":["claim_name","claim_value","identity_provider_id"]}},"required":["oidc"],"title":"OIDC claim"},"access_service_token_rule":{"type":"object","properties":{"service_token":{"type":"object","properties":{"token_id":{"type":"string"}},"required":["token_id"]}},"required":["service_token"],"title":"Service Token"},"access_linked_app_token_rule":{"type":"object","properties":{"linked_app_token":{"type":"object","properties":{"app_uid":{"type":"string"}},"required":["app_uid"]}},"required":["linked_app_token"],"title":"Linked App Token"},"access_user_risk_score_rule":{"type":"object","properties":{"user_risk_score":{"type":"object","properties":{"user_risk_score":{"type":"array","items":{"enum":["low","medium","high","unscored"],"type":"string"},"minItems":1}},"required":["user_risk_score"]}},"required":["user_risk_score"],"title":"User Risk Score"},"access_cloudflare_account_member_rule":{"type":"object","properties":{"cloudflare_account_member":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/access_identifier"}}}},"required":["cloudflare_account_member"],"title":"Cloudflare Account Member"},"access_saml_saas_app":{"type":"object","properties":{"auth_type":{"type":"string","enum":["saml","oidc"]},"consumer_service_url":{"type":"string"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"custom_attributes":{"type":"array","items":{"properties":{"friendly_name":{"type":"string"},"name":{"type":"string"},"name_format":{"type":"string","enum":["urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified","urn:oasis:names:tc:SAML:2.0:attrname-format:basic","urn:oasis:names:tc:SAML:2.0:attrname-format:uri"]},"required":{"type":"boolean"},"source":{"type":"object","properties":{"name":{"type":"string"},"name_by_idp":{"type":"array","items":{"properties":{"idp_id":{"type":"string"},"source_name":{"type":"string"}},"type":"object"}}}}},"type":"object"}},"default_relay_state":{"type":"string"},"idp_entity_id":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"name_id_format":{"type":"string","enum":["id","email"]},"name_id_transform_jsonata":{"type":"string"},"public_key":{"type":"string","x-stainless-terraform-configurability":"computed"},"saml_attribute_transform_jsonata":{"type":"string"},"sp_entity_id":{"type":"string"},"sso_endpoint":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"title":"SAML SaaS App"},"access_oidc_saas_app":{"type":"object","properties":{"access_token_lifetime":{"type":"string"},"allow_pkce_without_client_secret":{"type":"boolean"},"app_launcher_url":{"type":"string"},"auth_type":{"type":"string","enum":["saml","oidc"]},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"created_at":{"$ref":"#/components/schemas/access_created_at"},"custom_claims":{"type":"array","items":{"properties":{"name":{"type":"string"},"required":{"type":"boolean"},"scope":{"type":"string","enum":["groups","profile","email","openid"]},"source":{"type":"object","properties":{"name":{"type":"string"},"name_by_idp":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}},"grant_types":{"type":"array","items":{"enum":["authorization_code","authorization_code_with_pkce","refresh_tokens","hybrid","implicit"],"type":"string"}},"group_filter_regex":{"type":"string"},"hybrid_and_implicit_options":{"type":"object","properties":{"return_access_token_from_authorization_endpoint":{"type":"boolean"},"return_id_token_from_authorization_endpoint":{"type":"boolean"}}},"public_key":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"refresh_token_options":{"type":"object","properties":{"lifetime":{"type":"string"}}},"scopes":{"type":"array","items":{"enum":["openid","groups","email","profile"],"type":"string"}},"updated_at":{"$ref":"#/components/schemas/access_updated_at"}},"title":"OIDC SaaS App"},"access_saml_saas_app-2":{"type":"object","properties":{"auth_type":{"type":"string","enum":["saml","oidc"]},"consumer_service_url":{"type":"string"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"custom_attributes":{"type":"array","items":{"properties":{"friendly_name":{"type":"string"},"name":{"type":"string"},"name_format":{"type":"string","enum":["urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified","urn:oasis:names:tc:SAML:2.0:attrname-format:basic","urn:oasis:names:tc:SAML:2.0:attrname-format:uri"]},"required":{"type":"boolean"},"source":{"type":"object","properties":{"name":{"type":"string"},"name_by_idp":{"type":"object","additionalProperties":{"type":"string"}}}}},"type":"object"}},"idp_entity_id":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"name_id_format":{"type":"string","enum":["id","email"]},"name_id_transform_jsonata":{"type":"string"},"public_key":{"type":"string","x-stainless-terraform-configurability":"computed"},"sp_entity_id":{"type":"string"},"sso_endpoint":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}},"title":"SAML SaaS App"},"access_oidc_saas_app-2":{"type":"object","properties":{"access_token_lifetime":{"type":"string"},"allow_pkce_without_client_secret":{"type":"boolean"},"app_launcher_url":{"type":"string"},"auth_type":{"type":"string","enum":["saml","oidc"]},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"custom_claims":{"type":"array","items":{"properties":{"name":{"type":"string"},"required":{"type":"boolean"},"scope":{"type":"string","enum":["groups","profile","email","openid"]},"source":{"type":"object","properties":{"name":{"type":"string"},"name_by_idp":{"type":"array","items":{"properties":{"idp_id":{"type":"string"},"source_name":{"type":"string"}},"type":"object"}}}}},"type":"object"}},"grant_types":{"type":"array","items":{"enum":["authorization_code","authorization_code_with_pkce","refresh_tokens","hybrid","implicit"],"type":"string"}},"group_filter_regex":{"type":"string"},"hybrid_and_implicit_options":{"type":"object","properties":{"return_access_token_from_authorization_endpoint":{"type":"boolean"},"return_id_token_from_authorization_endpoint":{"type":"boolean"}}},"public_key":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"refresh_token_options":{"type":"object","properties":{"lifetime":{"type":"string"}}},"scopes":{"type":"array","items":{"enum":["openid","groups","email","profile"],"type":"string"}},"updated_at":{"$ref":"#/components/schemas/access_timestamp"}},"title":"OIDC SaaS App"},"access_saml_certificate":{"type":"object","properties":{"is_current":{"type":"boolean"},"not_after":{"type":"string","format":"date-time"},"public_certificate":{"type":"string"},"uid":{"type":"string","format":"uuid"}},"required":["uid","public_certificate","not_after","is_current"]},"access_saml_certificate-2":{"type":"object","properties":{"is_current":{"type":"boolean"},"not_after":{"type":"string","format":"date-time"},"public_certificate":{"type":"string"},"uid":{"type":"string"}},"required":["uid","public_certificate","not_after","is_current"]},"access_scim_config_single_authentication":{"oneOf":[{"$ref":"#/components/schemas/access_scim_config_authentication_http_basic"},{"$ref":"#/components/schemas/access_scim_config_authentication_oauth_bearer_token"},{"$ref":"#/components/schemas/access_scim_config_authentication_oauth2"},{"$ref":"#/components/schemas/access_scim_config_authentication_access_service_token"}]},"access_scim_config_multi_authentication":{"type":"array","items":{"$ref":"#/components/schemas/access_scim_config_single_authentication"}},"access_scim_config_mapping":{"type":"object","properties":{"enabled":{"type":"boolean"},"filter":{"type":"string"},"operations":{"type":"object","properties":{"create":{"type":"boolean"},"delete":{"type":"boolean"},"update":{"type":"boolean"}}},"schema":{"type":"string"},"strictness":{"type":"string","enum":["strict","passthrough"]},"transform_jsonata":{"type":"string"}},"required":["schema"]},"access_scim_config_single_authentication-2":{"oneOf":[{"$ref":"#/components/schemas/access_scim_config_authentication_http_basic"},{"$ref":"#/components/schemas/access_scim_config_authentication_oauth_bearer_token-2"},{"$ref":"#/components/schemas/access_scim_config_authentication_oauth2"},{"$ref":"#/components/schemas/access_scim_config_authentication_access_service_token"}]},"access_scim_config_multi_authentication-2":{"type":"array","items":{"$ref":"#/components/schemas/access_scim_config_single_authentication-2"}},"access_scim_config_authentication_http_basic":{"type":"object","properties":{"password":{"type":"string","x-sensitive":true},"scheme":{"type":"string","enum":["httpbasic"]},"user":{"type":"string"}},"required":["scheme","user","password"],"title":"HTTP Basic"},"access_scim_config_authentication_oauth_bearer_token":{"type":"object","properties":{"scheme":{"type":"string","enum":["oauthbearertoken"]},"token":{"type":"string","x-sensitive":true}},"required":["scheme","token"],"title":"OAuth Bearer Token"},"access_scim_config_authentication_oauth2":{"type":"object","properties":{"authorization_url":{"type":"string"},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"scheme":{"type":"string","enum":["oauth2"]},"scopes":{"type":"array","items":{"type":"string"}},"token_url":{"type":"string"}},"required":["scheme","client_id","client_secret","authorization_url","token_url"],"title":"OAuth 2"},"access_scim_config_authentication_access_service_token":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"scheme":{"type":"string","enum":["access_service_token"]}},"required":["scheme","client_id","client_secret"],"title":"Access Service Token"},"access_scim_config_authentication_oauth_bearer_token-2":{"type":"object","properties":{"scheme":{"type":"string","enum":["oauthbearertoken"]},"token":{"type":"string"}},"required":["scheme","token"],"title":"OAuth Bearer Token"},"access_groups":{"type":"object","properties":{"displayName":{"type":"string"},"externalId":{"$ref":"#/components/schemas/access_externalId"},"id":{"$ref":"#/components/schemas/access_id"},"meta":{"$ref":"#/components/schemas/access_meta"},"schemas":{"type":"array","items":{"type":"string"}}}},"access_responses":{"type":"object","properties":{"cf_resource_id":{"type":"string"},"error_description":{"type":"string"},"idp_id":{"type":"string"},"idp_resource_id":{"type":"string"},"logged_at":{"$ref":"#/components/schemas/access_timestamp"},"request_body":{"type":"string"},"request_method":{"type":"string"},"resource_group_name":{"type":"string"},"resource_type":{"type":"string"},"resource_user_email":{"type":"string","format":"email"},"status":{"type":"string"}}},"access_users":{"type":"object","properties":{"active":{"type":"boolean"},"displayName":{"type":"string"},"emails":{"type":"array","items":{"properties":{"primary":{"type":"boolean"},"type":{"type":"string"},"value":{"type":"string","format":"email"}},"type":"object"}},"externalId":{"type":"string"},"id":{"$ref":"#/components/schemas/access_id"},"meta":{"$ref":"#/components/schemas/access_meta"},"schemas":{"type":"array","items":{"type":"string"}}}},"access_access_seat":{"type":"boolean","x-auditable":true},"access_gateway_seat":{"type":"boolean","x-auditable":true},"access_seat_uid":{"type":"string","maxLength":36,"x-auditable":true},"access_seat":{"type":"object","properties":{"access_seat":{"$ref":"#/components/schemas/access_access_seat"},"gateway_seat":{"$ref":"#/components/schemas/access_gateway_seat"},"seat_uid":{"$ref":"#/components/schemas/access_seat_uid"}},"required":["seat_uid","gateway_seat","access_seat"]},"access_cors_headers":{"type":"object","properties":{"allow_all_headers":{"$ref":"#/components/schemas/access_allow_all_headers"},"allow_all_methods":{"$ref":"#/components/schemas/access_allow_all_methods"},"allow_all_origins":{"$ref":"#/components/schemas/access_allow_all_origins"},"allow_credentials":{"$ref":"#/components/schemas/access_allow_credentials"},"allowed_headers":{"$ref":"#/components/schemas/access_allowed_headers"},"allowed_methods":{"$ref":"#/components/schemas/access_allowed_methods"},"allowed_origins":{"$ref":"#/components/schemas/access_allowed_origins"},"max_age":{"$ref":"#/components/schemas/access_max_age"}}},"access_eager_redirect_cookie_setting":{"type":"boolean","default":true},"access_enable_binding_cookie":{"type":"boolean","default":false},"access_path_cookie_attribute":{"type":"boolean","default":false},"access_read_service_tokens_from_header":{"type":"string"},"access_self_hosted_domains":{"type":"array","items":{"type":"string"},"default":[],"deprecated":true},"access_service_auth_401_redirect":{"type":"boolean"},"access_use_clientless_isolation_app_launcher_url":{"type":"boolean","default":false},"access_cors_headers-2":{"type":"object","properties":{"allow_all_headers":{"$ref":"#/components/schemas/access_allow_all_headers"},"allow_all_methods":{"$ref":"#/components/schemas/access_allow_all_methods"},"allow_all_origins":{"$ref":"#/components/schemas/access_allow_all_origins"},"allow_credentials":{"$ref":"#/components/schemas/access_allow_credentials"},"allowed_headers":{"$ref":"#/components/schemas/access_allowed_headers-2"},"allowed_methods":{"$ref":"#/components/schemas/access_allowed_methods"},"allowed_origins":{"$ref":"#/components/schemas/access_allowed_origins-2"},"max_age":{"$ref":"#/components/schemas/access_max_age"}}},"access_custom_deny_url-2":{"type":"string"},"access_options_preflight_bypass-2":{"type":"boolean","default":false},"access_organizations":{"type":"object","properties":{"allow_authenticate_via_warp":{"$ref":"#/components/schemas/access_allow_authenticate_via_warp"},"auth_domain":{"$ref":"#/components/schemas/access_auth_domain"},"auto_redirect_to_identity":{"$ref":"#/components/schemas/access_auto_redirect_to_identity"},"created_at":{"$ref":"#/components/schemas/access_created_at"},"custom_pages":{"$ref":"#/components/schemas/access_custom_pages"},"deny_unmatched_requests":{"$ref":"#/components/schemas/access_deny_unmatched_requests"},"deny_unmatched_requests_exempted_zone_names":{"$ref":"#/components/schemas/access_deny_unmatched_requests_exempted_zone_names"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only"},"login_design":{"$ref":"#/components/schemas/access_login_design"},"mfa_config":{"$ref":"#/components/schemas/access_org_mfa_config"},"mfa_piv_key_requirements":{"$ref":"#/components/schemas/access_mfa_piv_key_requirements"},"mfa_required_for_all_apps":{"$ref":"#/components/schemas/access_mfa_required_for_all_apps"},"name":{"$ref":"#/components/schemas/access_name"},"session_duration":{"$ref":"#/components/schemas/access_session_duration"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"updated_at":{"$ref":"#/components/schemas/access_updated_at"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time"},"warp_auth_non_browser_401":{"$ref":"#/components/schemas/access_warp_auth_non_browser_401"},"warp_auth_session_duration":{"$ref":"#/components/schemas/access_warp_auth_session_duration"}}},"access_key_config":{"type":"object","properties":{"days_until_next_rotation":{"$ref":"#/components/schemas/access_days_until_next_rotation"},"key_rotation_interval_days":{"$ref":"#/components/schemas/access_key_rotation_interval_days"},"last_key_rotation_at":{"$ref":"#/components/schemas/access_last_key_rotation_at"}}},"access_organizations-2":{"type":"object","properties":{"auth_domain":{"$ref":"#/components/schemas/access_auth_domain-2"},"created_at":{"$ref":"#/components/schemas/access_timestamp"},"deny_unmatched_requests":{"$ref":"#/components/schemas/access_deny_unmatched_requests"},"deny_unmatched_requests_exempted_zone_names":{"$ref":"#/components/schemas/access_deny_unmatched_requests_exempted_zone_names"},"is_ui_read_only":{"$ref":"#/components/schemas/access_is_ui_read_only-2"},"login_design":{"$ref":"#/components/schemas/access_login_design-2"},"name":{"$ref":"#/components/schemas/access_name-15"},"ui_read_only_toggle_reason":{"$ref":"#/components/schemas/access_ui_read_only_toggle_reason"},"updated_at":{"$ref":"#/components/schemas/access_timestamp"},"user_seat_expiration_inactive_time":{"$ref":"#/components/schemas/access_user_seat_expiration_inactive_time-2"}}},"access_app_settings_response":{"type":"object","properties":{"allow_iframe":{"$ref":"#/components/schemas/access_allow_iframe"},"skip_interstitial":{"$ref":"#/components/schemas/access_skip_interstitial"}}},"access_device_session":{"type":"object","properties":{"last_authenticated":{"type":"number","x-auditable":true}}},"access_port":{"type":"integer"},"access_target_attributes":{"type":"object","additionalProperties":{"items":{"type":"string"},"type":"array"}},"access_target_criteria_base":{"type":"object","properties":{"port":{"$ref":"#/components/schemas/access_port"},"target_attributes":{"$ref":"#/components/schemas/access_target_attributes"}},"required":["target_attributes","port","protocol"],"title":"Target Criteria"},"access_protocol_infra_app":{"type":"string","enum":["SSH"],"x-auditable":true},"access_protocol_self_hosted_app":{"type":"string","enum":["RDP"],"x-auditable":true},"access_access_seat-2":{"type":"boolean"},"access_active_device_count":{"type":"number"},"access_gateway_seat-2":{"type":"boolean"},"access_last_successful_login":{"type":"string","format":"date-time"},"access_seat_uid-2":{"type":"string"},"access_uid":{"type":"string"},"addressing_can_delete":{"type":"boolean","readOnly":true,"x-auditable":true},"addressing_can_modify_ips":{"type":"boolean","readOnly":true,"x-auditable":true},"addressing_timestamp":{"type":"string","format":"date-time","x-auditable":true},"addressing_ip":{"type":"string","x-auditable":true},"addressing_schemas-can_delete":{"type":"boolean","readOnly":true,"x-auditable":true},"addressing_identifier":{"type":"string","maxLength":32,"x-auditable":true},"addressing_kind":{"type":"string","enum":["zone","account"],"x-auditable":true},"addressing_modified_at_nullable":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"addressing_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"addressing_schemas-advertised":{"type":"boolean","nullable":true,"x-auditable":true},"addressing_schemas-on_demand_enabled":{"type":"boolean","x-auditable":true},"addressing_schemas-on_demand_locked":{"type":"boolean","x-auditable":true},"addressing_asn_prepend_count":{"type":"integer","default":0,"maximum":3,"minimum":0,"x-auditable":true},"addressing_auto_advertise_withdraw":{"type":"boolean","default":false,"x-auditable":true},"addressing_bgp_signaling_enabled":{"type":"boolean","x-auditable":true},"addressing_bgp_signaling_modified_at":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"addressing_address-maps":{"type":"object","properties":{"can_delete":{"$ref":"#/components/schemas/addressing_can_delete"},"can_modify_ips":{"$ref":"#/components/schemas/addressing_can_modify_ips"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"default_sni":{"$ref":"#/components/schemas/addressing_default_sni"},"enabled":{"$ref":"#/components/schemas/addressing_enabled"},"id":{"$ref":"#/components/schemas/addressing_address_map_identifier"},"modified_at":{"$ref":"#/components/schemas/addressing_timestamp"}}},"addressing_ips":{"type":"array","items":{"$ref":"#/components/schemas/addressing_address-maps-ip"}},"addressing_memberships":{"type":"array","items":{"$ref":"#/components/schemas/addressing_address-maps-membership"}},"addressing_schemas-asn":{"type":"integer","nullable":true,"x-auditable":true},"addressing_bgp_signal_opts":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/addressing_bgp_signaling_enabled"},"modified_at":{"$ref":"#/components/schemas/addressing_bgp_signaling_modified_at"}}},"addressing_bgp_on_demand":{"type":"object","properties":{"advertised":{"$ref":"#/components/schemas/addressing_schemas-advertised"},"advertised_modified_at":{"$ref":"#/components/schemas/addressing_modified_at_nullable"},"on_demand_enabled":{"$ref":"#/components/schemas/addressing_schemas-on_demand_enabled"},"on_demand_locked":{"$ref":"#/components/schemas/addressing_schemas-on_demand_locked"}}},"addressing_advertised":{"type":"boolean","deprecated":true,"nullable":true,"x-auditable":true,"x-stainless-deprecation-message":"Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix."},"addressing_advertised_modified_at_nullable":{"type":"string","format":"date-time","deprecated":true,"nullable":true,"x-auditable":true,"x-stainless-deprecation-message":"Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix."},"addressing_approved":{"type":"string","x-auditable":true},"addressing_asn":{"type":"integer","x-auditable":true},"addressing_delegate_loa_creation":{"type":"boolean","default":false,"x-auditable":true},"addressing_validation_state":{"type":"string","x-auditable":true},"addressing_on_demand_enabled":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix."},"addressing_on_demand_locked":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Prefer the [BGP Prefixes API](https://developers.cloudflare.com/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/) instead, which allows for advertising multiple BGP routes within a single IP Prefix."},"addressing_ownership_validation_token":{"type":"string","x-auditable":true},"addressing_address-maps-ip":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"ip":{"$ref":"#/components/schemas/addressing_ip"}}},"addressing_schemas-cidr":{"type":"string"},"addressing_created_at":{"type":"string","format":"date-time"},"addressing_lease_id":{"type":"string"},"addressing_modified_at":{"type":"string","format":"date-time"},"addressing_lease_owner_id":{"type":"string"},"addressing_lease":{"type":"object","properties":{"active_from":{"type":"string","format":"date-time"},"cidrs":{"type":"array","items":{"$ref":"#/components/schemas/addressing_schemas-cidr"}},"created_at":{"$ref":"#/components/schemas/addressing_created_at"},"id":{"$ref":"#/components/schemas/addressing_lease_id"},"modified_at":{"$ref":"#/components/schemas/addressing_modified_at"},"owner_id":{"$ref":"#/components/schemas/addressing_lease_owner_id"},"purpose":{"type":"string"}}},"addressing_auto_generated":{"type":"boolean","x-auditable":true},"addressing_filename":{"type":"string","x-auditable":true},"addressing_size_bytes":{"type":"integer","x-auditable":true},"addressing_verified":{"type":"boolean","x-auditable":true},"addressing_verified_at":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"addressing_address-maps-membership-request":{"type":"object","properties":{"identifier":{"$ref":"#/components/schemas/addressing_identifier"},"kind":{"$ref":"#/components/schemas/addressing_kind"}}},"addressing_address-maps-membership":{"type":"object","properties":{"can_delete":{"$ref":"#/components/schemas/addressing_schemas-can_delete"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"identifier":{"$ref":"#/components/schemas/addressing_identifier"},"kind":{"$ref":"#/components/schemas/addressing_kind"}}},"addressing_ipam-prefixes":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/addressing_account_identifier"},"advertised":{"$ref":"#/components/schemas/addressing_advertised"},"advertised_modified_at":{"$ref":"#/components/schemas/addressing_advertised_modified_at_nullable"},"approved":{"$ref":"#/components/schemas/addressing_approved"},"asn":{"$ref":"#/components/schemas/addressing_asn"},"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"delegate_loa_creation":{"$ref":"#/components/schemas/addressing_delegate_loa_creation"},"id":{"$ref":"#/components/schemas/addressing_prefix_identifier"},"irr_validation_state":{"$ref":"#/components/schemas/addressing_validation_state"},"loa_document_id":{"$ref":"#/components/schemas/addressing_loa_document_identifier"},"modified_at":{"$ref":"#/components/schemas/addressing_timestamp"},"on_demand_enabled":{"$ref":"#/components/schemas/addressing_on_demand_enabled"},"on_demand_locked":{"$ref":"#/components/schemas/addressing_on_demand_locked"},"ownership_validation_state":{"$ref":"#/components/schemas/addressing_validation_state"},"ownership_validation_token":{"$ref":"#/components/schemas/addressing_ownership_validation_token"},"rpki_validation_state":{"$ref":"#/components/schemas/addressing_validation_state"}}},"addressing_ipam-bgp-prefixes":{"type":"object","properties":{"asn":{"$ref":"#/components/schemas/addressing_schemas-asn"},"asn_prepend_count":{"$ref":"#/components/schemas/addressing_asn_prepend_count"},"auto_advertise_withdraw":{"$ref":"#/components/schemas/addressing_auto_advertise_withdraw"},"bgp_signal_opts":{"$ref":"#/components/schemas/addressing_bgp_signal_opts"},"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"id":{"$ref":"#/components/schemas/addressing_bgp_prefix_identifier"},"modified_at":{"$ref":"#/components/schemas/addressing_timestamp"},"on_demand":{"$ref":"#/components/schemas/addressing_bgp_on_demand"}}},"addressing_ipam-delegations":{"type":"object","properties":{"cidr":{"$ref":"#/components/schemas/addressing_cidr"},"created_at":{"$ref":"#/components/schemas/addressing_timestamp"},"delegated_account_id":{"$ref":"#/components/schemas/addressing_delegated_account_identifier"},"id":{"$ref":"#/components/schemas/addressing_delegation_identifier"},"modified_at":{"$ref":"#/components/schemas/addressing_timestamp"},"parent_prefix_id":{"$ref":"#/components/schemas/addressing_prefix_identifier"}}},"addressing_provisioning":{"type":"object","properties":{"state":{"type":"string","enum":["provisioning","active"],"x-auditable":true}}},"ai-audit_api_message":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"]},"ai-audit_user_agent_rules":{"type":"object","properties":{"allow":{"type":"array","items":{"type":"string"}},"contentSignals":{"$ref":"#/components/schemas/ai-audit_content_signal"},"crawlDelay":{"type":"number"},"disallow":{"type":"array","items":{"type":"string"}}},"required":["allow","disallow"]},"ai-audit_content_signal":{"type":"object","properties":{"ai-input":{"type":"string","enum":["yes","no"]},"ai-train":{"type":"string","enum":["yes","no"]},"search":{"type":"string","enum":["yes","no"]}}},"aig-billing_CreateTopupResult":{"type":"object","properties":{"brand":{"type":"string"},"client_secret":{"type":"string","nullable":true},"last4":{"type":"string"},"onboarding":{"type":"boolean"},"payment_intent_id":{"type":"string"}},"required":["onboarding","payment_intent_id","client_secret"]},"aig-billing_DeleteSpendingLimitResult":{"type":"object"},"aig-billing_DeleteTopupConfigResult":{"type":"object"},"aig-billing_GetCreditBalanceResult":{"type":"object","properties":{"balance":{"type":"number"},"first_topup_success":{"type":"boolean"},"has_default_payment_method":{"type":"boolean"},"payment_method":{"type":"object","nullable":true,"properties":{"brand":{"type":"string"},"last4":{"type":"string"}}},"topup_config":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"disabledReason":{"type":"string","nullable":true},"error":{"type":"string","nullable":true},"lastFailedAt":{"type":"number","nullable":true},"threshold":{"type":"number","nullable":true}},"required":["threshold","amount","error","disabledReason","lastFailedAt"]}},"required":["balance","has_default_payment_method","payment_method","topup_config"]},"aig-billing_GetInvoiceHistoryResult":{"type":"object","properties":{"invoices":{"type":"array","items":{"properties":{"amount_due":{"type":"number"},"amount_paid":{"type":"number"},"amount_remaining":{"type":"number"},"attempt_count":{"type":"number"},"attempted":{"type":"boolean"},"auto_advance":{"type":"boolean","nullable":true},"created":{"type":"number"},"created_by":{"type":"string"},"currency":{"type":"string"},"id":{"type":"string","nullable":true},"invoice_origin":{"type":"string"},"invoice_pdf":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}},"required":["amount_paid","amount_due","amount_remaining","currency"],"type":"object"}},"pagination":{"type":"object","properties":{"has_more":{"type":"boolean"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}},"required":["has_more","page","per_page","total_count"]}},"required":["invoices","pagination"]},"aig-billing_GetInvoicePreviewResult":{"type":"object","properties":{"amount_due":{"type":"number"},"amount_paid":{"type":"number"},"amount_remaining":{"type":"number"},"currency":{"type":"string"},"id":{"type":"string"},"invoice_lines":{"type":"array","items":{"properties":{"amount":{"type":"number"},"currency":{"type":"string"},"period":{"type":"object","properties":{"end":{"type":"number"},"start":{"type":"number"}},"required":["start","end"]},"pretax_credit_amounts":{"type":"array","items":{"properties":{"amount":{"type":"number"},"credit_balance_transaction":{"type":"string","nullable":true},"discount":{"type":"string","nullable":true},"type":{"type":"string"}},"required":["amount","type"],"type":"object"}},"pricing":{"type":"object","properties":{"unit_amount_decimal":{"type":"string","nullable":true}},"required":["unit_amount_decimal"]},"quantity":{"type":"number"}},"required":["description","amount","period","currency","pricing","quantity"],"type":"object"}},"period_end":{"type":"number"},"period_start":{"type":"number"},"status":{"type":"string","enum":["draft","open","paid","uncollectible","void"]}},"required":["id","amount_due","amount_paid","amount_remaining","currency","period_start","period_end","status","invoice_lines"]},"aig-billing_GetSpendingLimitResult":{"type":"object","properties":{"config":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"duration":{"type":"string","nullable":true},"strategy":{"type":"string","nullable":true}},"required":["amount","duration","strategy"]},"enabled":{"type":"boolean"}},"required":["enabled","config"]},"aig-billing_GetTopupConfigResult":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"disabledReason":{"type":"string","nullable":true},"error":{"type":"string","nullable":true},"lastFailedAt":{"type":"number","nullable":true},"threshold":{"type":"number","nullable":true}},"required":["threshold","amount","error","disabledReason","lastFailedAt"]},"aig-billing_GetTopupLimitsResult":{"type":"object","properties":{"currency":{"type":"string"},"max_cents":{"type":"integer"},"min_cents":{"type":"integer"}},"required":["min_cents","max_cents","currency"]},"aig-billing_GetUsageHistoryResult":{"type":"object","properties":{"history":{"type":"array","items":{"properties":{"aggregated_value":{"type":"number"},"end_time":{"type":"number"},"id":{"type":"string"},"start_time":{"type":"number"}},"required":["id","aggregated_value","end_time","start_time"],"type":"object"}}},"required":["history"]},"aig-billing_SetSpendingLimitResult":{"type":"object"},"aig-billing_SetTopupConfigResult":{"type":"object","properties":{"amount":{"type":"number"},"threshold":{"type":"number"}},"required":["threshold","amount"]},"aig-billing_TopupStatusResult":{"type":"object","properties":{"payment_intent_id":{"type":"string"},"status":{"type":"string","enum":["completed","pending"]}},"required":["status","payment_intent_id"]},"alexandria_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/alexandria_messages"},"messages":{"$ref":"#/components/schemas/alexandria_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"alexandria_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"alexandria_application_confidence_score":{"type":"number","format":"float"},"alexandria_application_score_composition":{"type":"object","nullable":true},"alexandria_application_source":{"type":"string"},"alexandria_application_type":{"type":"string"},"alexandria_application_type_description":{"type":"string"},"alexandria_application_created_at":{"type":"string"},"alexandria_application_gen_ai_score":{"type":"number","format":"float"},"alexandria_application_hostnames":{"type":"array","items":{"type":"string"}},"alexandria_application_human_id":{"type":"string"},"alexandria_application_id":{"type":"integer","format":"int64","maximum":4294967295,"minimum":0},"alexandria_application_ip_subnets":{"type":"array","items":{"type":"string"}},"alexandria_application_name":{"type":"string"},"alexandria_application_port_protocols":{"type":"array","items":{"type":"string"}},"alexandria_application_support_domains":{"type":"array","items":{"type":"string"}},"alexandria_application_supported":{"type":"array","items":{"enum":["GATEWAY","ACCESS","CASB"],"type":"string"}},"alexandria_application_updated_at":{"type":"string"},"alexandria_application_version":{"type":"string"},"alexandria_application":{"type":"object","properties":{"application_confidence_score":{"$ref":"#/components/schemas/alexandria_application_confidence_score"},"application_score_composition":{"$ref":"#/components/schemas/alexandria_application_score_composition"},"application_source":{"$ref":"#/components/schemas/alexandria_application_source"},"application_type":{"$ref":"#/components/schemas/alexandria_application_type"},"application_type_description":{"$ref":"#/components/schemas/alexandria_application_type_description"},"created_at":{"$ref":"#/components/schemas/alexandria_application_created_at"},"gen_ai_score":{"$ref":"#/components/schemas/alexandria_application_gen_ai_score"},"hostnames":{"$ref":"#/components/schemas/alexandria_application_hostnames"},"human_id":{"$ref":"#/components/schemas/alexandria_application_human_id"},"id":{"$ref":"#/components/schemas/alexandria_application_id"},"ip_subnets":{"$ref":"#/components/schemas/alexandria_application_ip_subnets"},"name":{"$ref":"#/components/schemas/alexandria_application_name"},"port_protocols":{"$ref":"#/components/schemas/alexandria_application_port_protocols"},"support_domains":{"$ref":"#/components/schemas/alexandria_application_support_domains"},"supported":{"$ref":"#/components/schemas/alexandria_application_supported"},"updated_at":{"$ref":"#/components/schemas/alexandria_application_updated_at"},"version":{"$ref":"#/components/schemas/alexandria_application_version"}},"required":["application_source","application_type","application_type_description","gen_ai_score","application_confidence_score","created_at","supported","hostnames","human_id","id","ip_subnets","name","port_protocols","support_domains","updated_at","version"]},"alexandria_category":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/alexandria_category_created_at"},"id":{"$ref":"#/components/schemas/alexandria_category_id"},"name":{"$ref":"#/components/schemas/alexandria_category_name"}},"required":["created_at","description","id","name"]},"alexandria_category_created_at":{"type":"string"},"alexandria_category_id":{"type":"string"},"alexandria_category_name":{"type":"string"},"alexandria_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/alexandria_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}}},"type":"object"}]},"alexandria_applications":{"type":"array","items":{"$ref":"#/components/schemas/alexandria_application"}},"alexandria_categories":{"type":"array","items":{"$ref":"#/components/schemas/alexandria_category"}},"api-shield_timestamp-2":{"allOf":[{"$ref":"#/components/schemas/api-shield_timestamp"},{"readOnly":true,"type":"string","x-auditable":true}]},"api-shield_expression":{"type":"string","x-auditable":true},"api-shield_selector":{"type":"object","properties":{"exclude":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_selector-exclude"},"nullable":true},"include":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_selector-include"},"nullable":true}}},"api-shield_title-2":{"type":"string","maxLength":50,"x-auditable":true},"api-shield_credentials":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-response"},"maxItems":4,"minItems":1}},"required":["keys"]},"api-shield_title":{"type":"string","maxLength":50,"x-auditable":true},"api-shield_token_sources":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/api-shield_header"},{"$ref":"#/components/schemas/api-shield_cookie"}]},"maxItems":4,"minItems":1},"api-shield_token_type":{"type":"string","enum":["JWT"],"x-auditable":true},"api-shield_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"api-shield_api_discovery_patch_multiple_request_entry":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/api-shield_api_discovery_state_patch"}}},"api-shield_auth_id_characteristic":{"properties":{"name":{"type":"string","maxLength":128,"x-auditable":true},"type":{"type":"string","enum":["header","cookie"],"x-auditable":true}},"required":["type","name"]},"api-shield_auth_id_characteristic_jwt_claim":{"type":"object","properties":{"name":{"type":"string","maxLength":128,"pattern":"^(?[a-z0-9\\-]{32,36}):\\$(?.*?)$","x-auditable":true},"type":{"type":"string","enum":["jwt"],"x-auditable":true}},"required":["type","name"]},"api-shield_operation_id_selector":{"type":"object","properties":{"include":{"type":"object","properties":{"operation_ids":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_uuid-2"},"minItems":1}},"required":["operation_ids"]}},"required":["include"]},"api-shield_auth_id_characteristics":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/api-shield_auth_id_characteristic"},{"$ref":"#/components/schemas/api-shield_auth_id_characteristic_jwt_claim"}]},"maxItems":10,"uniqueItems":true},"api-shield_configuration":{"type":"object","properties":{"auth_id_characteristics":{"$ref":"#/components/schemas/api-shield_auth_id_characteristics"}},"required":["auth_id_characteristics"]},"api-shield_rule-properties":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/api-shield_action"},"enabled":{"$ref":"#/components/schemas/api-shield_enabled"},"expression":{"$ref":"#/components/schemas/api-shield_expression"},"selector":{"$ref":"#/components/schemas/api-shield_selector"},"title":{"$ref":"#/components/schemas/api-shield_title-2"}}},"api-shield_credentials-JWT-Key-response":{"type":"object","oneOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-RSA"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES256"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES384"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-oct-response"}]},"api-shield_credentials-JWT-Key-common":{"type":"object","properties":{"kid":{"type":"string","x-auditable":true}},"required":["kid"]},"api-shield_credentials-JWT-Key-EC-common":{"type":"object","properties":{"kty":{"type":"string","enum":["EC"],"x-auditable":true},"x":{"type":"string","x-auditable":false},"y":{"type":"string","x-auditable":false}},"required":["kty","x","y"]},"api-shield_credentials-JWT-Key-RSA":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"properties":{"alg":{"type":"string","enum":["RS256","RS384","RS512","PS256","PS384","PS512"],"x-auditable":true},"e":{"type":"string","x-auditable":false},"kty":{"type":"string","enum":["RSA"],"x-auditable":true},"n":{"type":"string","x-auditable":false}},"required":["kty","alg","n","e"],"type":"object"}]},"api-shield_credentials-JWT-Key-EC-ES256":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-common"},{"properties":{"alg":{"type":"string","enum":["ES256"],"x-auditable":true},"crv":{"type":"string","enum":["P-256"],"x-auditable":true}},"required":["alg","crv"],"type":"object"}]},"api-shield_credentials-JWT-Key-EC-ES384":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-common"},{"properties":{"alg":{"type":"string","enum":["ES384"],"x-auditable":true},"crv":{"type":"string","enum":["P-384"],"x-auditable":true}},"required":["alg","crv"],"type":"object"}]},"api-shield_credentials-JWT-Key-oct-patch-request":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"properties":{"alg":{"type":"string","enum":["HS256","HS384","HS512"],"x-auditable":true},"k":{"type":"string","x-auditable":false},"kty":{"type":"string","enum":["oct"],"x-auditable":true}},"required":["kty","alg"],"type":"object"}]},"api-shield_credentials-JWT-Key-oct-request":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"properties":{"alg":{"type":"string","enum":["HS256","HS384","HS512"],"x-auditable":true},"k":{"type":"string","x-auditable":false},"kty":{"type":"string","enum":["oct"],"x-auditable":true}},"required":["kty","alg","k"],"type":"object"}]},"api-shield_credentials-JWT-Key-oct-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-common"},{"properties":{"alg":{"type":"string","enum":["HS256","HS384","HS512"],"x-auditable":true},"kty":{"type":"string","enum":["oct"],"x-auditable":true}},"required":["kty","alg"],"type":"object"}]},"api-shield_credentials-JWT-Key-patch-request":{"type":"object","oneOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-RSA"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES256"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES384"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-oct-patch-request"}]},"api-shield_credentials-JWT-Key-request":{"type":"object","oneOf":[{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-RSA"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES256"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-EC-ES384"},{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-oct-request"}]},"api-shield_traffic_stats":{"type":"object","properties":{"traffic_stats":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"period_seconds":{"type":"integer","readOnly":true,"x-auditable":true},"requests":{"type":"number","format":"float","readOnly":true,"x-auditable":true}},"required":["period_seconds","requests","last_updated"]}},"readOnly":true},"api-shield_position":{"type":"object","oneOf":[{"$ref":"#/components/schemas/api-shield_index"},{"$ref":"#/components/schemas/api-shield_before"},{"$ref":"#/components/schemas/api-shield_after"}],"writeOnly":true},"api-shield_label_mapped_resources":{"type":"object"},"api-shield_identifier":{"type":"string","maxLength":32,"x-auditable":true},"api-shield_label_metadata":{"type":"object"},"api-shield_old_operation_mitigation_action":{"type":"string","enum":["log","block","none",null],"nullable":true,"x-auditable":true},"api-shield_old_operation_schema_validation_settings_multiple_request_entry":{"type":"object","properties":{"mitigation_action":{"$ref":"#/components/schemas/api-shield_old_operation_mitigation_action"}}},"api-shield_old_schema_upload_log_event":{"type":"object","properties":{"code":{"type":"integer","x-auditable":true},"locations":{"type":"array","items":{"type":"string","x-auditable":true}},"message":{"type":"string","x-auditable":true}},"required":["code"]},"api-shield_old_schema_upload_details_errors_critical":{"type":"object","properties":{"critical":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_schema_upload_log_event"}},"errors":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_schema_upload_log_event"}}}},"api-shield_old_schema_upload_details_warnings_only":{"type":"object","properties":{"warnings":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_old_schema_upload_log_event"}}}},"api-shield_old_validation_default_mitigation_action":{"type":"string","enum":["none","log","block"],"x-auditable":true},"api-shield_old_validation_override_mitigation_action":{"type":"string","enum":["none",null],"nullable":true,"x-auditable":true},"api-shield_old_validation_default_mitigation_action_patch":{"type":"string","enum":["none","log","block",null],"nullable":true,"x-auditable":true},"api-shield_old_validation_override_mitigation_action_patch":{"type":"string","enum":["none","disable_override",null],"nullable":true,"x-auditable":true},"api-shield_old_validation_override_mitigation_action_write":{"type":"string","enum":["none","disable_override",null],"nullable":true,"x-auditable":true},"api-shield_standard_operation":{"allOf":[{"$ref":"#/components/schemas/api-shield_basic_operation"},{"properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"required":["operation_id","last_updated"],"type":"object"}]},"api-shield_operation_features":{"type":"object","anyOf":[{"$ref":"#/components/schemas/api-shield_operation_feature_thresholds"},{"$ref":"#/components/schemas/api-shield_operation_feature_parameter_schemas"},{"$ref":"#/components/schemas/api-shield_operation_feature_api_routing"},{"$ref":"#/components/schemas/api-shield_operation_feature_confidence_intervals"},{"$ref":"#/components/schemas/api-shield_operation_feature_schema_info"}],"readOnly":true},"api-shield_timestamp":{"type":"string","format":"date-time","x-auditable":true},"api-shield_confidence_intervals_bounds":{"type":"object","properties":{"lower":{"type":"number","x-auditable":true},"upper":{"type":"number","x-auditable":true}},"readOnly":true},"api-shield_parameter_schemas_definition":{"type":"object","properties":{"parameters":{"items":{"type":"object"},"readOnly":true,"type":"array"},"responses":{"nullable":true,"readOnly":true,"type":"object"}},"readOnly":true},"api-shield_auth_id_tokens":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_data_points":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_p50":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_p90":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_p99":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_period_seconds":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_requests":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_suggested_threshold":{"type":"integer","readOnly":true,"x-auditable":true},"api-shield_operation_feature_thresholds":{"type":"object","properties":{"thresholds":{"type":"object","properties":{"auth_id_tokens":{"$ref":"#/components/schemas/api-shield_auth_id_tokens"},"data_points":{"$ref":"#/components/schemas/api-shield_data_points"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp"},"p50":{"$ref":"#/components/schemas/api-shield_p50"},"p90":{"$ref":"#/components/schemas/api-shield_p90"},"p99":{"$ref":"#/components/schemas/api-shield_p99"},"period_seconds":{"$ref":"#/components/schemas/api-shield_period_seconds"},"requests":{"$ref":"#/components/schemas/api-shield_requests"},"suggested_threshold":{"$ref":"#/components/schemas/api-shield_suggested_threshold"}}}},"readOnly":true,"required":["period_seconds","suggested_threshold","p50","p90","p99","requests","auth_id_tokens","data_points","last_updated"]},"api-shield_operation_feature_parameter_schemas":{"type":"object","properties":{"parameter_schemas":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp"},"parameter_schemas":{"$ref":"#/components/schemas/api-shield_parameter_schemas_definition"}}}},"readOnly":true,"required":["parameter_schemas","last_updated"]},"api-shield_operation_feature_api_routing":{"type":"object","properties":{"api_routing":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp"},"route":{"type":"string","x-auditable":true}}}},"readOnly":true},"api-shield_operation_feature_confidence_intervals":{"type":"object","properties":{"confidence_intervals":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp"},"suggested_threshold":{"type":"object","properties":{"confidence_intervals":{"type":"object","properties":{"p90":{"$ref":"#/components/schemas/api-shield_confidence_intervals_bounds"},"p95":{"$ref":"#/components/schemas/api-shield_confidence_intervals_bounds"},"p99":{"$ref":"#/components/schemas/api-shield_confidence_intervals_bounds"}}},"mean":{"type":"number","x-auditable":true}}}}}},"readOnly":true},"api-shield_operation_feature_schema_info":{"type":"object","properties":{"schema_info":{"type":"object","properties":{"active_schema":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp"},"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"is_learned":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true}}},"learned_available":{"type":"boolean","x-auditable":true},"mitigation_action":{"type":"string","enum":["none","log","block"],"nullable":true,"x-auditable":true}}}},"readOnly":true},"api-shield_operation_schema_fragment":{"type":"object","properties":{"parameters":{"items":{"additionalProperties":true,"type":"object"},"type":"array"},"requestBody":{"additionalProperties":true,"type":"object"}},"nullable":true},"api-shield_per_operation_setting":{"type":"object","properties":{"mitigation_action":{"type":"string","enum":["log","block","none"],"x-auditable":true},"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"required":["operation_id","mitigation_action"]},"api-shield_index":{"type":"object","properties":{"index":{"type":"integer","minimum":1,"x-auditable":true}},"required":["index"]},"api-shield_before":{"type":"object","properties":{"before":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true}}},"api-shield_after":{"type":"object","properties":{"after":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true}}},"api-shield_public_schema":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"kind":{"type":"string","enum":["openapi_v3"],"readOnly":true,"x-auditable":true},"name":{"type":"string","readOnly":true,"x-auditable":true},"schema_id":{"type":"string","allOf":[{"$ref":"#/components/schemas/api-shield_uuid-2"},{"format":"uuid","readOnly":true,"type":"string"}],"x-auditable":true},"source":{"type":"string","readOnly":true,"x-auditable":true},"validation_enabled":{"type":"boolean","x-auditable":true}},"required":["schema_id","name","kind","source","created_at"]},"api-shield_openapi-with-thresholds":{"type":"object"},"api-shield_openapi":{"type":"object"},"api-shield_selector-exclude":{"type":"object","properties":{"operation_ids":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_uuid-2"}}}},"api-shield_selector-include":{"type":"object","properties":{"host":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"}}}},"api-shield_operation_schemas":{"type":"object","properties":{"learned":{"$ref":"#/components/schemas/api-shield_operation_schema_fragment"},"uploaded":{"$ref":"#/components/schemas/api-shield_operation_schema_fragment"}},"readOnly":true},"api-shield_header":{"type":"string","pattern":"^http.request.headers\\[.*?\\]\\[\\d+\\]$","x-auditable":true},"api-shield_cookie":{"type":"string","pattern":"^http.request.cookies\\[.*?\\]\\[\\d+\\]$","x-auditable":true},"argo-analytics_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"argo-analytics_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/argo-analytics_messages"},"messages":{"$ref":"#/components/schemas/argo-analytics_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"argo-analytics_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/argo-analytics_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"argo-config_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"argo-config_result_object":{"type":"object","properties":{"editable":{"$ref":"#/components/schemas/argo-config_editable"},"id":{"$ref":"#/components/schemas/argo-config_setting_id"},"modified_on":{"$ref":"#/components/schemas/argo-config_modified_on"},"value":{"$ref":"#/components/schemas/argo-config_setting_value"}},"required":["id","value","editable"]},"argo-config_setting_value":{"type":"string","enum":["on","off"],"x-auditable":true},"argo-config_editable":{"type":"boolean","x-auditable":true},"argo-config_setting_id":{"type":"string","x-auditable":true},"argo-config_modified_on":{"type":"string","format":"date-time","x-auditable":true},"art_Filter":{"type":"object","properties":{"name":{"type":"string"},"op":{"type":"string"},"values":{"type":"array","items":{"oneOf":[{"type":"string"},{"type":"boolean"},{"type":"integer"},{"type":"number"}]}}},"required":["name","op","values"]},"art_APIError":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"art_APIMessage":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"art_DataSecurityFindingsTimeseriesResult":{"type":"object","properties":{"resolution":{"type":"string","nullable":true},"slots":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}}},"required":["slots"]},"art_ResultValues":{"type":"object","additionalProperties":true},"art_CommonQuery":{"type":"object","properties":{"filters":{"type":"array","items":{"$ref":"#/components/schemas/art_Filter"}},"from":{"type":"string","format":"date-time"},"groupBy":{"type":"array","items":{"type":"string"}},"stats":{"type":"array","items":{"type":"string"}},"to":{"type":"string","format":"date-time"}},"required":["from","to","groupBy","stats","filters"]},"art_SummaryResult":{"type":"object","properties":{"currentTotal":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}},"previousTotal":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}}},"required":["currentTotal","previousTotal"]},"art_TimeseriesResult":{"type":"object","properties":{"resolution":{"type":"string"},"slots":{"type":"array","items":{"$ref":"#/components/schemas/art_ResultValues"}}},"required":["slots","resolution"]},"bill-subs-api_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/bill-subs-api_result_info"}}}]},"bill-subs-api_subscription":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_subscription-v2"}]},"bill-subs-api_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"bill-subs-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/bill-subs-api_messages"},"messages":{"$ref":"#/components/schemas/bill-subs-api_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"bill-subs-api_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"bill-subs-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"bill-subs-api_can_subscribe":{"type":"boolean","default":false,"x-auditable":true},"bill-subs-api_currency":{"type":"string","readOnly":true,"x-auditable":true},"bill-subs-api_externally_managed":{"type":"boolean","default":false,"x-auditable":true},"bill-subs-api_schemas-frequency":{"type":"string","enum":["weekly","monthly","quarterly","yearly"],"readOnly":true,"x-auditable":true},"bill-subs-api_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"bill-subs-api_is_subscribed":{"type":"boolean","default":false,"x-auditable":true},"bill-subs-api_legacy_discount":{"type":"boolean","default":false,"x-auditable":true},"bill-subs-api_legacy_id":{"type":"string","readOnly":true,"x-auditable":true},"bill-subs-api_schemas-name":{"type":"string","maxLength":80,"readOnly":true,"x-auditable":true},"bill-subs-api_schemas-price":{"type":"number","x-auditable":true},"bill-subs-api_action":{"type":"string","maxLength":30,"readOnly":true,"x-auditable":true},"bill-subs-api_amount":{"type":"number","readOnly":true,"x-auditable":true},"bill-subs-api_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"bill-subs-api_occurred_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"bill-subs-api_type":{"type":"string","maxLength":30,"readOnly":true,"x-auditable":true},"bill-subs-api_schemas-zone":{"type":"object","properties":{"name":{"type":"string","readOnly":true,"x-auditable":true}}},"bill-subs-api_billing-history":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/bill-subs-api_action"},"amount":{"$ref":"#/components/schemas/bill-subs-api_amount"},"currency":{"$ref":"#/components/schemas/bill-subs-api_currency"},"id":{"$ref":"#/components/schemas/bill-subs-api_components-schemas-identifier"},"occurred_at":{"$ref":"#/components/schemas/bill-subs-api_occurred_at"},"type":{"$ref":"#/components/schemas/bill-subs-api_type"},"zone":{"$ref":"#/components/schemas/bill-subs-api_schemas-zone"}},"required":["id","type","action","description","occurred_at","amount","currency","zone"]},"bill-subs-api_client_secrets":{"type":"array","items":{"$ref":"#/components/schemas/bill-subs-api_client_secret"},"nullable":true},"bill-subs-api_client_secret":{"type":"string","x-auditable":false},"bill-subs-api_default":{"type":"number","x-auditable":true},"bill-subs-api_components-schemas-name":{"enum":["zones","page_rules","dedicated_certificates","dedicated_certificates_custom"],"x-auditable":true},"bill-subs-api_unit_price":{"type":"number","readOnly":true,"x-auditable":true},"bill-subs-api_component_value":{"type":"object","properties":{"default":{"type":"number","x-auditable":true},"display_name":{"type":"string"},"kind":{"type":"string","enum":["enum","sum","usage"]},"name":{"type":"string","x-auditable":true},"price":{"type":"number","x-auditable":true},"value":{"type":"number","x-auditable":true}}},"bill-subs-api_frequency":{"type":"string","enum":["weekly","monthly","quarterly","yearly"],"x-auditable":true},"bill-subs-api_schemas-rate-plan":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_rate-plan"}]},"bill-subs-api_schemas-component_values":{"type":"array","items":{"$ref":"#/components/schemas/bill-subs-api_component-value"}},"bill-subs-api_duration":{"type":"number","x-auditable":true},"bill-subs-api_rate-plan_components-schemas-identifier":{"type":"string","readOnly":true,"x-auditable":true},"bill-subs-api_component-value":{"type":"object","properties":{"default":{"$ref":"#/components/schemas/bill-subs-api_default"},"name":{"$ref":"#/components/schemas/bill-subs-api_components-schemas-name"},"unit_price":{"$ref":"#/components/schemas/bill-subs-api_unit_price"}}},"bill-subs-api_rate-plan":{"type":"object","properties":{"components":{"$ref":"#/components/schemas/bill-subs-api_schemas-component_values"},"currency":{"$ref":"#/components/schemas/bill-subs-api_currency"},"duration":{"$ref":"#/components/schemas/bill-subs-api_duration"},"frequency":{"$ref":"#/components/schemas/bill-subs-api_schemas-frequency"},"id":{"$ref":"#/components/schemas/bill-subs-api_rate-plan_components-schemas-identifier"},"name":{"$ref":"#/components/schemas/bill-subs-api_schemas-name"}}},"bill-subs-api_subscription-v2":{"type":"object","properties":{"app":{"properties":{"install_id":{"$ref":"#/components/schemas/bill-subs-api_install_id"}}},"component_values":{"$ref":"#/components/schemas/bill-subs-api_component_values"},"currency":{"$ref":"#/components/schemas/bill-subs-api_currency"},"current_period_end":{"$ref":"#/components/schemas/bill-subs-api_current_period_end"},"current_period_start":{"$ref":"#/components/schemas/bill-subs-api_current_period_start"},"frequency":{"$ref":"#/components/schemas/bill-subs-api_frequency"},"id":{"$ref":"#/components/schemas/bill-subs-api_schemas-identifier"},"price":{"$ref":"#/components/schemas/bill-subs-api_price"},"rate_plan":{"$ref":"#/components/schemas/bill-subs-api_rate_plan"},"state":{"$ref":"#/components/schemas/bill-subs-api_state"},"zone":{"$ref":"#/components/schemas/bill-subs-api_zone"}}},"bill-subs-api_install_id":{"type":"string","x-auditable":true},"bill-subs-api_component_values":{"type":"array","items":{"$ref":"#/components/schemas/bill-subs-api_component_value"}},"bill-subs-api_current_period_end":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"bill-subs-api_current_period_start":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"bill-subs-api_schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"bill-subs-api_price":{"type":"number","readOnly":true,"x-auditable":true},"bill-subs-api_rate_plan":{"type":"object","properties":{"currency":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"externally_managed":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"id":{"type":"string","x-auditable":true},"is_contract":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"public_name":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"scope":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"sets":{"type":"array","items":{"type":"string","x-auditable":true},"x-stainless-terraform-configurability":"optional"}}},"bill-subs-api_state":{"type":"string","enum":["Trial","Provisioned","Paid","AwaitingPayment","Cancelled","Failed","Expired"],"readOnly":true,"x-auditable":true},"bill-subs-api_zone":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/bill-subs-api_identifier"},"name":{"$ref":"#/components/schemas/bill-subs-api_name"}}},"bill-subs-api_frequency_response":{"allOf":[{"$ref":"#/components/schemas/bill-subs-api_frequency"},{"enum":["weekly","monthly","quarterly","yearly","not-applicable"],"type":"string"}],"readOnly":true,"x-stainless-terraform-configurability":"computed"},"bill-subs-api_name":{"type":"string","maxLength":253,"pattern":"^([a-zA-Z0-9][\\-a-zA-Z0-9]*\\.)+[\\-a-zA-Z0-9]{2,20}$","readOnly":true,"x-auditable":true},"bill-subs-api_subscription_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/bill-subs-api_subscription-v2"},{"properties":{"frequency":{"$ref":"#/components/schemas/bill-subs-api_frequency_response"}},"type":"object"}]},"billable-usage-api_message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["message"]},"billable-usage-api_usage_record":{"type":"object","properties":{"BilledCost":{"type":"number"},"BillingAccountId":{"type":"string"},"BillingAccountName":{"type":"string","nullable":true},"BillingCurrency":{"type":"string"},"BillingPeriodStart":{"type":"string","format":"date-time"},"ChargeCategory":{"type":"string","enum":["Usage"]},"ChargeClass":{"type":"string","nullable":true},"ChargeDescription":{"type":"string","nullable":true},"ChargePeriodEnd":{"type":"string","format":"date-time"},"ChargePeriodStart":{"type":"string","format":"date-time"},"ConsumedQuantity":{"type":"number"},"ConsumedUnit":{"type":"string"},"ContractedCost":{"type":"number"},"CumulatedContractedCost":{"type":"number"},"CumulatedPricingQuantity":{"type":"integer"},"EffectiveCost":{"type":"number"},"HostProviderName":{"type":"string"},"InvoiceIssuerName":{"type":"string"},"ListCost":{"type":"number"},"PricingQuantity":{"type":"integer"},"PricingUnit":{"type":"string"},"ServiceFamilyName":{"type":"string"},"ServiceName":{"type":"string"},"ServiceProviderName":{"type":"string"},"SubscriptionId":{"type":"string","nullable":true},"ZoneId":{"type":"string","nullable":true},"ZoneName":{"type":"string","nullable":true}},"required":["ServiceProviderName","InvoiceIssuerName","HostProviderName","BillingAccountId","BillingAccountName","ServiceName","ChargeCategory","ChargeClass","ChargeDescription","ChargePeriodStart","ChargePeriodEnd","BillingPeriodStart","BillingCurrency","ConsumedQuantity","ConsumedUnit","PricingQuantity","PricingUnit","CumulatedPricingQuantity","ListCost","ContractedCost","EffectiveCost","BilledCost","CumulatedContractedCost"]},"billable-usage-api_v2_filter_by":{"type":"object","properties":{"MetricIds":{"type":"array","items":{"maxLength":128,"type":"string"},"maxItems":20,"uniqueItems":true},"ProductFamilyIds":{"type":"array","items":{"format":"uuid","type":"string"},"maxItems":10,"uniqueItems":true}},"additionalProperties":false},"billable-usage-api_v2_time_period":{"type":"object","properties":{"From":{"type":"string","format":"date-time"},"To":{"type":"string","format":"date-time"}},"additionalProperties":false},"billable-usage-api_cost_and_usage_data":{"type":"object","properties":{"BilledCost":{"type":"number","nullable":true},"BillingAccountId":{"type":"string"},"BillingAccountName":{"type":"string"},"BillingCurrency":{"type":"string","nullable":true},"BillingPeriodEnd":{"type":"string","format":"date-time","nullable":true},"BillingPeriodStart":{"type":"string","format":"date-time","nullable":true},"ChargeCategory":{"type":"string","enum":["Usage"]},"ChargeClass":{"type":"string","enum":["Correction"],"nullable":true},"ChargeDescription":{"type":"string"},"ChargeFrequency":{"type":"string","enum":["Usage-Based"]},"ChargePeriodEnd":{"type":"string","format":"date-time"},"ChargePeriodStart":{"type":"string","format":"date-time"},"ConsumedQuantity":{"type":"number"},"ConsumedUnit":{"type":"string"},"ContractedCost":{"type":"number","nullable":true},"ContractedUnitPrice":{"type":"number","nullable":true},"EffectiveCost":{"type":"number","nullable":true},"HostProviderName":{"type":"string"},"InvoiceIssuerName":{"type":"string"},"ListCost":{"type":"number","nullable":true},"ListUnitPrice":{"type":"number","nullable":true},"PricingQuantity":{"type":"number","nullable":true},"PricingUnit":{"type":"string","nullable":true},"RegionId":{"type":"string","nullable":true},"RegionName":{"type":"string","nullable":true},"ServiceProviderName":{"type":"string"},"SubAccountId":{"type":"string"},"SubAccountName":{"type":"string"},"x_BillableMetricId":{"type":"string"},"x_BillableMetricName":{"type":"string"},"x_ProductCategoryName":{"type":"string"},"x_ProductFamilyId":{"type":"string"},"x_ProductFamilyName":{"type":"string"},"x_ZoneId":{"type":"string","nullable":true},"x_ZoneName":{"type":"string","nullable":true}},"required":["ServiceProviderName","InvoiceIssuerName","HostProviderName","BillingAccountId","BillingAccountName","ChargePeriodStart","ChargePeriodEnd","x_BillableMetricId","x_BillableMetricName","ChargeCategory","ChargeFrequency","ChargeDescription","ConsumedQuantity","ConsumedUnit"]},"bot-management_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"bot-management_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/bot-management_messages"},"messages":{"$ref":"#/components/schemas/bot-management_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"bot-management_ai_bots_protection":{"type":"string","enum":["block","disabled","only_on_ad_pages"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_cf_robots_variant":{"type":"string","enum":["off","policy_only"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_content_bots_protection":{"type":"string","enum":["block","disabled"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_crawler_protection":{"type":"string","enum":["enabled","disabled"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_enable_js":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_is_robots_txt_managed":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_using_latest_model":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_base_config":{"allOf":[{"properties":{"ai_bots_protection":{"$ref":"#/components/schemas/bot-management_ai_bots_protection"},"cf_robots_variant":{"$ref":"#/components/schemas/bot-management_cf_robots_variant"},"content_bots_protection":{"$ref":"#/components/schemas/bot-management_content_bots_protection"},"crawler_protection":{"$ref":"#/components/schemas/bot-management_crawler_protection"},"enable_js":{"$ref":"#/components/schemas/bot-management_enable_js"},"is_robots_txt_managed":{"$ref":"#/components/schemas/bot-management_is_robots_txt_managed"},"using_latest_model":{"$ref":"#/components/schemas/bot-management_using_latest_model"}}}],"title":"Shared Config"},"bot-management_auto_update_model":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_bm_cookie_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_fight_mode_turned_on":{"type":"boolean","title":"fight_mode","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_optimize_wordpress_turned_on":{"type":"boolean","title":"optimize_wordpress","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_definitely_automated_turned_on":{"type":"string","title":"sbfm_definitely_automated","x-auditable":true},"bot-management_sbfm_likely_automated_turned_on":{"type":"string","title":"sbfm_likely_automated","x-auditable":true},"bot-management_sbfm_static_resource_protection_turned_on":{"type":"string","title":"sbfm_static_resource_protection","x-auditable":true},"bot-management_sbfm_verified_bots_turned_on":{"type":"string","title":"sbfm_verified_bots","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_suppress_session_score":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_fight_mode":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_suppress_session_score_turned_off":{"type":"boolean","title":"suppress_session_score","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/bot-management_api-response-common"}]},"bot-management_bot_fight_mode_config":{"allOf":[{"$ref":"#/components/schemas/bot-management_base_config"},{"properties":{"fight_mode":{"$ref":"#/components/schemas/bot-management_fight_mode"},"stale_zone_configuration":{"type":"object","properties":{"optimize_wordpress":{"$ref":"#/components/schemas/bot-management_optimize_wordpress_turned_on"},"sbfm_definitely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_definitely_automated_turned_on"},"sbfm_likely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_likely_automated_turned_on"},"sbfm_static_resource_protection":{"$ref":"#/components/schemas/bot-management_sbfm_static_resource_protection_turned_on"},"sbfm_verified_bots":{"$ref":"#/components/schemas/bot-management_sbfm_verified_bots_turned_on"},"suppress_session_score":{"$ref":"#/components/schemas/bot-management_suppress_session_score_turned_off"}},"readOnly":true,"title":"stale_zone_configuration"}}}],"title":"Bot Fight Mode"},"bot-management_sbfm_definitely_config":{"allOf":[{"$ref":"#/components/schemas/bot-management_base_config"},{"properties":{"optimize_wordpress":{"$ref":"#/components/schemas/bot-management_optimize_wordpress"},"sbfm_definitely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_definitely_automated"},"sbfm_static_resource_protection":{"$ref":"#/components/schemas/bot-management_sbfm_static_resource_protection"},"sbfm_verified_bots":{"$ref":"#/components/schemas/bot-management_sbfm_verified_bots"},"stale_zone_configuration":{"type":"object","properties":{"fight_mode":{"$ref":"#/components/schemas/bot-management_fight_mode_turned_on"},"sbfm_likely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_likely_automated_turned_on"}},"readOnly":true,"title":"stale_zone_configuration"}}}],"title":"SBFM Pro Plan"},"bot-management_sbfm_likely_config":{"allOf":[{"$ref":"#/components/schemas/bot-management_base_config"},{"properties":{"optimize_wordpress":{"$ref":"#/components/schemas/bot-management_optimize_wordpress"},"sbfm_definitely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_definitely_automated"},"sbfm_likely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_likely_automated"},"sbfm_static_resource_protection":{"$ref":"#/components/schemas/bot-management_sbfm_static_resource_protection"},"sbfm_verified_bots":{"$ref":"#/components/schemas/bot-management_sbfm_verified_bots"},"stale_zone_configuration":{"type":"object","properties":{"fight_mode":{"$ref":"#/components/schemas/bot-management_fight_mode_turned_on"}},"readOnly":true,"title":"stale_zone_configuration"}}}],"title":"SBFM Biz Plan"},"bot-management_bm_subscription_config":{"allOf":[{"$ref":"#/components/schemas/bot-management_base_config"},{"properties":{"auto_update_model":{"$ref":"#/components/schemas/bot-management_auto_update_model"},"bm_cookie_enabled":{"$ref":"#/components/schemas/bot-management_bm_cookie_enabled"},"stale_zone_configuration":{"type":"object","properties":{"fight_mode":{"$ref":"#/components/schemas/bot-management_fight_mode_turned_on"},"optimize_wordpress":{"$ref":"#/components/schemas/bot-management_optimize_wordpress_turned_on"},"sbfm_definitely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_definitely_automated_turned_on"},"sbfm_likely_automated":{"$ref":"#/components/schemas/bot-management_sbfm_likely_automated_turned_on"},"sbfm_static_resource_protection":{"$ref":"#/components/schemas/bot-management_sbfm_static_resource_protection_turned_on"},"sbfm_verified_bots":{"$ref":"#/components/schemas/bot-management_sbfm_verified_bots_turned_on"}},"readOnly":true,"title":"stale_zone_configuration"},"suppress_session_score":{"$ref":"#/components/schemas/bot-management_suppress_session_score"}}}],"title":"BM Enterprise Subscription"},"bot-management_requests_by_attribute":{"type":"object","additionalProperties":{"items":{"$ref":"#/components/schemas/bot-management_metric_requests"},"type":"array"}},"bot-management_requests_by_score":{"type":"object","additionalProperties":{"format":"int64","type":"integer"}},"bot-management_requests_by_score_src":{"type":"object","additionalProperties":{"format":"int64","type":"integer"}},"bot-management_feedback_type":{"type":"string","enum":["false_positive","false_negative"]},"bot-management_metric_requests":{"type":"object","properties":{"metric":{"type":"string"},"requests":{"type":"integer","format":"int64"}},"required":["metric","requests"]},"bot-management_optimize_wordpress":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_definitely_automated":{"type":"string","enum":["allow","block","managed_challenge"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_static_resource_protection":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_verified_bots":{"type":"string","enum":["allow","block"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"bot-management_sbfm_likely_automated":{"type":"string","enum":["allow","block","managed_challenge"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"brex_BrowserExtensionConfigBase":{"type":"object","properties":{"min_extension_version":{"type":"string"},"mode":{"type":"string","default":"proxy","enum":["proxy"]},"proxy_url":{"type":"string","format":"uri"},"team_domain":{"type":"string"}},"required":["proxy_url","team_domain"]},"brex_ApiMessage":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"brex_BrowserExtensionConfig":{"allOf":[{"$ref":"#/components/schemas/brex_BrowserExtensionConfigBase"},{"properties":{"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}},"required":["created_at","updated_at"],"type":"object"}]},"builds_BuildOutcome":{"type":"string","enum":["success","fail","skipped","cancelled","terminated"]},"builds_BuildTriggerMetadataResponse":{"type":"object","properties":{"author":{"type":"string"},"branch":{"$ref":"#/components/schemas/builds_branch"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_name":{"$ref":"#/components/schemas/builds_build_token_name"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"build_trigger_source":{"$ref":"#/components/schemas/builds_BuildTriggerSource"},"commit_hash":{"$ref":"#/components/schemas/builds_commit_hash"},"commit_message":{"type":"string"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"environment_variables":{"type":"object","additionalProperties":{"type":"string"}},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"}}},"builds_created_on":{"type":"string","format":"date-time"},"builds_modified_on":{"type":"string","format":"date-time"},"builds_BuildStatus":{"type":"string","enum":["queued","initializing","running","stopped"]},"builds_stopped_on":{"type":"string","format":"date-time","nullable":true},"builds_branch_excludes":{"type":"array","items":{"type":"string"}},"builds_branch_includes":{"type":"array","items":{"type":"string"}},"builds_build_caching_enabled":{"type":"boolean","default":false},"builds_build_command":{"type":"string"},"builds_deleted_on":{"type":"string","format":"date-time","nullable":true},"builds_deploy_command":{"type":"string"},"builds_path_excludes":{"type":"array","items":{"type":"string"}},"builds_path_includes":{"type":"array","items":{"type":"string"},"default":"*"},"builds_trigger_name":{"type":"string"},"builds_BuildSeedRepoInputFile":{"type":"object","properties":{"content":{"type":"string"},"filename":{"type":"string"},"isBase64":{"type":"boolean","default":false},"replace":{"type":"string"}},"required":["filename","content"]},"builds_build_token_name":{"type":"string"},"builds_BuildTriggerSource":{"type":"string","enum":["push","pull_request","manual","api"]},"builds_commit_hash":{"type":"string"},"builds_provider_account_name":{"type":"string"},"builds_repo_name":{"type":"string"},"builds_PackageManager":{"type":"string","enum":["npm","yarn","pnpm","bun","uv"]},"builds_BuildSeedRepoInput":{"type":"object","properties":{"branch":{"$ref":"#/components/schemas/builds_branch"},"files":{"type":"array","items":{"$ref":"#/components/schemas/builds_BuildSeedRepoInputFile"},"maxItems":2},"owner":{"type":"string"},"path":{"type":"string"},"provider":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repository":{"type":"string"}},"required":["provider","owner","repository","branch","path"]},"builds_cloudflare_token_id":{"type":"string"},"builds_owner_type":{"type":"string"},"builds_deploy_hook_name":{"type":"string","maxLength":58,"minLength":1},"builds_CreateWorkerGitRepositoryFunfettiInput":{"type":"object","properties":{"branch":{"type":"string","maxLength":256,"minLength":1},"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"type":"string","enum":["github","gitlab"]},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}},"required":["repo_id","repo_name","provider_type","provider_account_id","provider_account_name","branch"]},"builds_CreateWorkerGitRepositoryGrantInput":{"type":"object","properties":{"branch":{"type":"string","maxLength":256,"minLength":1},"grant_id":{"type":"string","minLength":1},"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"type":"string","enum":["gitlab_internal"]},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}},"required":["repo_id","repo_name","provider_type","provider_account_id","provider_account_name","branch","grant_id"]},"builds_CreateWorkerGitRepositoryInput":{"discriminator":{"mapping":{"github":"#/components/schemas/builds_CreateWorkerGitRepositoryFunfettiInput","gitlab":"#/components/schemas/builds_CreateWorkerGitRepositoryFunfettiInput","gitlab_internal":"#/components/schemas/builds_CreateWorkerGitRepositoryGrantInput"},"propertyName":"provider_type"},"oneOf":[{"$ref":"#/components/schemas/builds_CreateWorkerGitRepositoryFunfettiInput"},{"$ref":"#/components/schemas/builds_CreateWorkerGitRepositoryGrantInput"}]},"builds_CreateWorkerBuildSettingsInput":{"type":"object","properties":{"build_caching_enabled":{"default":true,"allOf":[{"$ref":"#/components/schemas/builds_build_caching_enabled"}]},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"environment_variables":{"$ref":"#/components/schemas/builds_EnvironmentVariablesRequest"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"root_directory":{"default":"/","allOf":[{"$ref":"#/components/schemas/builds_root_directory"}]}},"required":["build_command","deploy_command","build_token_uuid"]},"builds_is_secret":{"type":"boolean"},"builds_UpdateWorkerBuildSettingsInput":{"type":"object","properties":{"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"environment_variables":{"type":"object","additionalProperties":{"nullable":true,"properties":{"is_secret":{"$ref":"#/components/schemas/builds_is_secret"},"value":{"type":"string"}},"required":["is_secret","value"],"type":"object"}},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"}},"minProperties":1},"builds_WorkerGitRepository":{"type":"object","properties":{"branch":{"type":"string","maxLength":256,"minLength":1},"grant_id":{"type":"string","nullable":true},"provider_account_id":{"$ref":"#/components/schemas/builds_provider_account_id"},"provider_account_name":{"$ref":"#/components/schemas/builds_provider_account_name"},"provider_type":{"$ref":"#/components/schemas/builds_SCMProviderType"},"repo_id":{"$ref":"#/components/schemas/builds_repo_id"},"repo_name":{"$ref":"#/components/schemas/builds_repo_name"}}},"builds_WorkerBuildSettings":{"type":"object","properties":{"build_caching_enabled":{"$ref":"#/components/schemas/builds_build_caching_enabled"},"build_command":{"$ref":"#/components/schemas/builds_build_command"},"build_token_uuid":{"$ref":"#/components/schemas/builds_build_token_uuid"},"deploy_command":{"$ref":"#/components/schemas/builds_deploy_command"},"environment_variables":{"$ref":"#/components/schemas/builds_EnvironmentVariablesResponse"},"path_excludes":{"$ref":"#/components/schemas/builds_path_excludes"},"path_includes":{"$ref":"#/components/schemas/builds_path_includes"},"root_directory":{"$ref":"#/components/schemas/builds_root_directory"}}},"cache-purge_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"cache-rules_base":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id"]},"cache-rules_aegis":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["aegis"],"x-auditable":true},"value":{"$ref":"#/components/schemas/cache-rules_aegis_value"}},"type":"object"}],"title":"Aegis"},"cache-rules_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"cache-rules_cache_reserve_clear":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["cache_reserve_clear"],"x-auditable":true}},"type":"object"}],"title":"Cache Reserve Clear"},"cache-rules_cache_reserve_clear_end_ts":{"type":"string","format":"date-time","x-auditable":true},"cache-rules_cache_reserve_clear_start_ts":{"type":"string","format":"date-time","x-auditable":true},"cache-rules_cache_reserve_clear_state":{"type":"string","enum":["In-progress","Completed"],"x-auditable":true},"cache-rules_cache_reserve":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["cache_reserve"],"x-auditable":true}},"type":"object"}],"title":"Cache Reserve"},"cache-rules_origin_cloud_region_batch_item_result":{"type":"object","properties":{"error":{"type":"string"},"origin-ip":{"type":"string"},"region":{"type":"string"},"vendor":{"type":"string"}},"required":["origin-ip"]},"cache-rules_origin_cloud_region_entry":{"type":"object","properties":{"modified_on":{"type":"string","format":"date-time","x-auditable":true},"origin-ip":{"type":"string","x-auditable":true},"region":{"type":"string","x-auditable":true},"vendor":{"type":"string","enum":["aws","azure","gcp","oci"],"x-auditable":true}},"required":["origin-ip","vendor","region"]},"cache-rules_origin_cloud_region_v2_batch_item_result":{"type":"object","properties":{"error":{"type":"string"},"origin_ip":{"type":"string"},"region":{"type":"string"},"vendor":{"type":"string"}},"required":["origin_ip"]},"cache-rules_origin_h2_max_streams":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_h2_max_streams"],"x-auditable":true},"value":{"$ref":"#/components/schemas/cache-rules_origin_h2_max_streams_value"}},"type":"object"}],"title":"Origin H2 Max Streams"},"cache-rules_origin_max_http_version":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_max_http_version"],"x-auditable":true},"value":{"$ref":"#/components/schemas/cache-rules_origin_max_http_version_value"}},"type":"object"}],"title":"Origin Max HTTP Version"},"cache-rules_origin_post_quantum_encryption":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_pqe"],"x-auditable":true}},"type":"object"}],"title":"Origin Post-Quantum Encryption"},"cache-rules_origin_tls_compliance_modes":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_tls_compliance_modes"],"x-auditable":true}},"type":"object"}],"title":"Origin TLS Compliance Modes"},"cache-rules_origin_tls_compliance_modes_value":{"type":"array","items":{"maxLength":64,"type":"string","x-auditable":true},"maxItems":20,"uniqueItems":true,"x-auditable":true},"cache-rules_value":{"type":"string","enum":["on","off"],"x-auditable":true},"cache-rules_regional_tiered_cache":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["tc_regional"],"x-auditable":true}},"type":"object"}],"title":"Regional Tiered Cache"},"cache-rules_editable":{"type":"boolean","x-auditable":true},"cache-rules_setting_id":{"type":"string","x-auditable":true},"cache-rules_modified_on":{"type":"string","format":"date-time","x-auditable":true},"cache-rules_setting_value":{"type":"string","x-auditable":true},"cache-rules_smart_tiered_cache_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"cache-rules_supported_cloud_region":{"type":"object","properties":{"name":{"type":"string"},"upper_tier_colos":{"type":"array","items":{"type":"string"}}},"required":["name","upper_tier_colos"]},"cache-rules_tiered_cache":{"type":"object","allOf":[{"$ref":"#/components/schemas/cache-rules_base"},{"properties":{"id":{"type":"string","enum":["tiered_caching"],"x-auditable":true}},"type":"object"}],"title":"Tiered Cache"},"cache-rules_tiered_cache_value":{"type":"string","default":"off","enum":["on","off"],"x-auditable":true},"cache-rules_result-object-delete":{"type":"object","properties":{"editable":{"$ref":"#/components/schemas/cache-rules_editable"},"id":{"$ref":"#/components/schemas/cache-rules_setting_id"},"modified_on":{"$ref":"#/components/schemas/cache-rules_modified_on"}},"required":["id","editable"]},"cache-rules_result-object":{"type":"object","properties":{"editable":{"$ref":"#/components/schemas/cache-rules_editable"},"id":{"$ref":"#/components/schemas/cache-rules_setting_id"},"modified_on":{"$ref":"#/components/schemas/cache-rules_modified_on"},"value":{"$ref":"#/components/schemas/cache-rules_setting_value"}},"required":["id","value","editable"]},"cache_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"cache_result":{"type":"object","properties":{"editable":{"type":"boolean","readOnly":true},"id":{"type":"string","readOnly":true},"modified_on":{"type":"string","format":"date-time","readOnly":true},"next_scheduled_scan":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"value":{"type":"string","enum":["auto","custom"],"readOnly":true}},"required":["id","modified_on","value","editable"]},"cache_auto_origin_tls_kex_result":{"type":"object","properties":{"enabled":{"allOf":[{"$ref":"#/components/schemas/cache_auto_origin_tls_kex_value"}],"readOnly":true},"id":{"type":"string","readOnly":true},"modified_on":{"type":"string","format":"date-time","readOnly":true}},"required":["id","enabled","modified_on"]},"cache_auto_origin_tls_kex_value":{"type":"boolean"},"cache_schemas_value":{"type":"string","enum":["auto","custom"]},"calls_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"calls_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/calls_messages"},"messages":{"$ref":"#/components/schemas/calls_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"calls_created":{"type":"string","format":"date-time"},"calls_modified":{"type":"string","format":"date-time"},"calls_name":{"type":"string","default":"","x-auditable":true},"calls_app":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/calls_created"},"modified":{"$ref":"#/components/schemas/calls_modified"},"name":{"$ref":"#/components/schemas/calls_name"},"uid":{"$ref":"#/components/schemas/calls_identifier"}}},"calls_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/calls_api-response-common"}]},"calls_app_with_secret":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/calls_created"},"modified":{"$ref":"#/components/schemas/calls_modified"},"name":{"$ref":"#/components/schemas/calls_name"},"secret":{"$ref":"#/components/schemas/calls_secret"},"uid":{"$ref":"#/components/schemas/calls_identifier"}}},"calls_secret":{"type":"string","maxLength":64,"minLength":64,"x-sensitive":true},"calls_turn_key_object":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/calls_created"},"modified":{"$ref":"#/components/schemas/calls_modified"},"name":{"$ref":"#/components/schemas/calls_name"},"uid":{"$ref":"#/components/schemas/calls_identifier"}}},"calls_turn_key_name":{"type":"string","default":"","x-auditable":true},"calls_turn_key_with_key":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/calls_created"},"key":{"$ref":"#/components/schemas/calls_turn_key"},"modified":{"$ref":"#/components/schemas/calls_modified"},"name":{"$ref":"#/components/schemas/calls_turn_key_name"},"uid":{"$ref":"#/components/schemas/calls_identifier"}}},"calls_turn_key":{"type":"string","maxLength":64,"minLength":64,"x-sensitive":true},"cc_AccountID":{"type":"string"},"cc_RolloutID":{"type":"string"},"cc_UserDeploymentConfiguration":{"type":"object","properties":{"authorized_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"command":{"$ref":"#/components/schemas/cc_Command"},"disk":{"$ref":"#/components/schemas/cc_Disk"},"dns":{"$ref":"#/components/schemas/cc_DNSConfiguration"},"entrypoint":{"$ref":"#/components/schemas/cc_Entrypoint"},"environment_variables":{"type":"array","items":{"$ref":"#/components/schemas/cc_EnvironmentVariable"}},"experimental_flags":{"type":"array","items":{"type":"string"},"maxItems":10},"image":{"$ref":"#/components/schemas/cc_Image"},"instance_type":{"$ref":"#/components/schemas/cc_InstanceType"},"labels":{"type":"array","items":{"$ref":"#/components/schemas/cc_Label"}},"lifecycle":{"$ref":"#/components/schemas/cc_DeploymentLifecycle"},"memory":{"$ref":"#/components/schemas/cc_MemorySizeWithUnit"},"memory_mib":{"type":"integer"},"observability":{"$ref":"#/components/schemas/cc_DeploymentObservability"},"trusted_user_ca_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"vcpu":{"type":"number","format":"float"},"wrangler_ssh":{"$ref":"#/components/schemas/cc_WranglerSSHConfig"}},"required":["image"]},"cc_ApplicationConstraints":{"type":"object","properties":{"jurisdiction":{"type":"string"},"regions":{"type":"array","items":{"$ref":"#/components/schemas/cc_Region"}}}},"cc_ISO8601Timestamp":{"type":"string"},"cc_ApplicationDurableObjectsConfiguration":{"oneOf":[{"$ref":"#/components/schemas/cc_DurableObjectsConfigurationNamespaceId"}]},"cc_ApplicationHealth":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cc_ApplicationHealthErrors"},"instances":{"$ref":"#/components/schemas/cc_ApplicationHealthInstances"},"summary":{"type":"string","enum":["healthy","degraded","unhealthy","pending"]}},"required":["instances","errors"]},"cc_ApplicationName":{"type":"string"},"cc_ApplicationObservability":{"type":"object","properties":{"logs":{"$ref":"#/components/schemas/cc_ObservabilityLogs"},"target_instance_count":{"type":"integer","minimum":1},"target_instance_percentage":{"type":"integer","maximum":99,"minimum":1}}},"cc_ApplicationRolloutActiveGracePeriod":{"type":"integer","default":0,"maximum":604800,"minimum":0},"cc_SchedulingPolicy":{"type":"string","enum":["default"]},"cc_Region":{"type":"string"},"cc_DurableObjectsConfigurationNamespaceId":{"type":"object","properties":{"namespace_id":{"type":"string"}},"required":["namespace_id"]},"cc_ApplicationHealthErrors":{"type":"array","items":{"$ref":"#/components/schemas/cc_ApplicationHealthError"}},"cc_ApplicationHealthInstances":{"type":"object","properties":{"active":{"type":"integer"},"assigned":{"type":"integer"}},"required":["active","assigned"]},"cc_PlacementEvent":{"type":"object","properties":{"details":{"type":"object","additionalProperties":true},"id":{"type":"string"},"message":{"type":"string"},"name":{"$ref":"#/components/schemas/cc_EventName"},"statusChange":{"type":"object","additionalProperties":true},"time":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"type":{"$ref":"#/components/schemas/cc_EventType"}},"required":["id","time","type","name","message","details","statusChange"]},"cc_ApplicationHealthError":{"type":"object","properties":{"event":{"$ref":"#/components/schemas/cc_PlacementEvent"},"instance_id":{"$ref":"#/components/schemas/cc_InstanceID"}},"required":["instance_id","event"]},"cc_ObservabilityLogs":{"type":"object","properties":{"enabled":{"type":"boolean","default":false}}},"cc_ModifyUserDeploymentConfiguration":{"type":"object","properties":{"authorized_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"command":{"$ref":"#/components/schemas/cc_Command"},"disk":{"$ref":"#/components/schemas/cc_Disk"},"dns":{"$ref":"#/components/schemas/cc_DNSConfiguration"},"entrypoint":{"$ref":"#/components/schemas/cc_Entrypoint"},"environment_variables":{"type":"array","items":{"$ref":"#/components/schemas/cc_EnvironmentVariable"}},"experimental_flags":{"type":"array","items":{"type":"string"},"maxItems":10},"image":{"$ref":"#/components/schemas/cc_Image"},"instance_type":{"$ref":"#/components/schemas/cc_InstanceType"},"labels":{"type":"array","items":{"$ref":"#/components/schemas/cc_Label"}},"lifecycle":{"$ref":"#/components/schemas/cc_DeploymentLifecycle"},"memory":{"$ref":"#/components/schemas/cc_MemorySizeWithUnit"},"memory_mib":{"type":"integer"},"observability":{"$ref":"#/components/schemas/cc_DeploymentObservability"},"trusted_user_ca_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"vcpu":{"type":"number","format":"float"},"wrangler_ssh":{"$ref":"#/components/schemas/cc_WranglerSSHConfig"}}},"cc_ApplicationRolloutProgress":{"type":"object","properties":{"current_step":{"type":"integer"},"total_instances":{"type":"integer"},"total_steps":{"type":"integer"},"updated_instances":{"type":"integer"},"version_distribution":{"type":"object","properties":{"current_version_instances":{"type":"integer"},"current_version_percentage":{"type":"integer"},"target_version_instances":{"type":"integer"},"target_version_percentage":{"type":"integer"}}}},"required":["total_steps","current_step","updated_instances","total_instances"]},"cc_RolloutStep":{"type":"object","properties":{"completed_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"id":{"type":"integer"},"reason":{"type":"string"},"started_at":{"$ref":"#/components/schemas/cc_ISO8601Timestamp"},"status":{"type":"string","enum":["pending","progressing","reverting","completed","reverted"]},"step_size":{"type":"object","properties":{"percentage":{"type":"integer"}},"required":["percentage"]}},"required":["id","step_size","description","status"]},"cc_ExecFormParam":{"type":"string"},"cc_ImageRegistryAuth":{"type":"object","properties":{"private_credential":{"oneOf":[{"type":"string"},{"$ref":"#/components/schemas/cc_SecretsStoreRef"}]},"public_credential":{"type":"string"}},"required":["public_credential","private_credential"]},"cc_Domain":{"type":"string"},"cc_ExternalRegistryKind":{"type":"string","enum":["ECR","DockerHub","GAR"]},"cc_UserSSHPublicKey":{"type":"object","properties":{"name":{"type":"string"},"public_key":{"$ref":"#/components/schemas/cc_SSHPublicKey"}},"required":["public_key"]},"cc_DeploymentLifecycle":{"type":"object","properties":{"max_termination_duration":{"$ref":"#/components/schemas/cc_Duration"}}},"cc_WranglerSSHConfig":{"type":"object","properties":{"enabled":{"type":"boolean","default":true},"port":{"type":"number","default":22}}},"cc_ContainersModifyApplicationConfiguration":{"type":"object","properties":{"authorized_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"experimental_flags":{"type":"array","items":{"type":"string"},"maxItems":10},"lifecycle":{"$ref":"#/components/schemas/cc_DeploymentLifecycle"},"trusted_user_ca_keys":{"type":"array","items":{"$ref":"#/components/schemas/cc_UserSSHPublicKey"}},"wrangler_ssh":{"$ref":"#/components/schemas/cc_WranglerSSHConfig"}}},"cc_DurableObjectsConfiguration":{"oneOf":[{"$ref":"#/components/schemas/cc_DurableObjectsConfigurationNamespaceId"},{"$ref":"#/components/schemas/cc_DurableObjectsConfigurationScriptAndClass"}]},"cc_RolloutStepRequest":{"type":"object","properties":{"step_size":{"type":"object","properties":{"percentage":{"type":"integer"}},"required":["percentage"]}},"required":["step_size","description"]},"cc_DefaultImageRegistryKind":{"type":"string","enum":["default"]},"cc_SecretsStoreRef":{"type":"object","properties":{"secret_name":{"type":"string","maxLength":255,"minLength":1,"pattern":"^[A-z0-9-_]+$"},"store_id":{"type":"string","maxLength":32,"minLength":32,"pattern":"^[a-f0-9]{32}$"}},"required":["store_id","secret_name"]},"cc_IP":{"type":"string"},"cc_Duration":{"type":"string"},"cc_DiskSizeWithUnit":{"type":"string"},"cc_DurableObjectsConfigurationScriptAndClass":{"type":"object","properties":{"class_name":{"type":"string"},"script_name":{"type":"string"}},"required":["script_name","class_name"]},"cc_EnvironmentVariableName":{"type":"string"},"cc_EnvironmentVariableValue":{"type":"string"},"cc_ImageRegistryPermissions":{"type":"string","enum":["pull","push"]},"cc_LabelName":{"type":"string"},"cc_LabelValue":{"type":"string"},"cc_Command":{"type":"array","items":{"$ref":"#/components/schemas/cc_ExecFormParam"}},"cc_Disk":{"type":"object","properties":{"size":{"$ref":"#/components/schemas/cc_DiskSizeWithUnit"},"size_mb":{"type":"integer"}}},"cc_DNSConfiguration":{"type":"object","properties":{"searches":{"type":"array","items":{"$ref":"#/components/schemas/cc_Domain"}},"servers":{"type":"array","items":{"$ref":"#/components/schemas/cc_IP"}}}},"cc_Entrypoint":{"type":"array","items":{"$ref":"#/components/schemas/cc_ExecFormParam"}},"cc_EnvironmentVariable":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/cc_EnvironmentVariableName"},"value":{"$ref":"#/components/schemas/cc_EnvironmentVariableValue"}},"required":["name","value"]},"cc_Image":{"type":"string"},"cc_InstanceType":{"type":"string","default":"lite","anyOf":[{"enum":["lite","basic","standard-1","standard-2","standard-3","standard-4"],"type":"string"}]},"cc_Label":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/cc_LabelName"},"value":{"$ref":"#/components/schemas/cc_LabelValue"}},"required":["name","value"]},"cc_MemorySizeWithUnit":{"type":"string"},"cc_DeploymentObservability":{"type":"object","properties":{"logs":{"$ref":"#/components/schemas/cc_ObservabilityLogs"}}},"cc_EventName":{"type":"string","enum":["SchedulerPlaced","NetworkingIPAssigned","VMStarted","ImagePulled","ImagePullError","VMFailedToStart","NetworkingIPAssignmentFailed","VMRunning","VMStopping","VMStopped","VMFailed","RuntimeStartFailed","SSHStarted","ServiceHealthUpdates","CheckUpdate","DurableObjectConnected","ContainerStarted"]},"cc_EventType":{"type":"string","enum":["Info","Error","Warn","UserError","SystemError"]},"cc_SSHPublicKey":{"type":"string"},"cc_Messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloud-connector_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloud-connector_provider":{"type":"string","enum":["aws_s3","cloudflare_r2","gcp_storage","azure_storage"],"x-auditable":true},"cloudflare-pipelines_SourceField":{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_FieldType"},{"properties":{"metadata_key":{"type":"string","nullable":true},"name":{"type":"string"},"required":{"type":"boolean"},"sql_name":{"type":"string"}},"required":["name"],"type":"object"}]},"cloudflare-pipelines_TimestampField":{"type":"object","properties":{"unit":{"$ref":"#/components/schemas/cloudflare-pipelines_TimestampUnit"}}},"cloudflare-pipelines_StructField":{"type":"object","properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/cloudflare-pipelines_SourceField"}},"name":{"type":"string","nullable":true}},"required":["fields"]},"cloudflare-pipelines_ListField":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/cloudflare-pipelines_SourceField"}},"required":["items"]},"cloudflare-pipelines_JsonFormat":{"type":"object","properties":{"decimal_encoding":{"$ref":"#/components/schemas/cloudflare-pipelines_DecimalEncoding"},"timestamp_format":{"$ref":"#/components/schemas/cloudflare-pipelines_TimestampFormat"},"unstructured":{"type":"boolean"}}},"cloudflare-pipelines_ParquetFormat":{"type":"object","properties":{"compression":{"$ref":"#/components/schemas/cloudflare-pipelines_ParquetCompression"},"row_group_bytes":{"type":"integer","format":"int64","minimum":0,"nullable":true}}},"cloudflare-pipelines_DecimalEncoding":{"type":"string","enum":["number","string","bytes"]},"cloudflare-pipelines_TimestampFormat":{"type":"string","enum":["rfc3339","unix_millis"]},"cloudflare-pipelines_ParquetCompression":{"type":"string","enum":["uncompressed","snappy","gzip","zstd","lz4"]},"cloudflare-pipelines_PipelineEdge":{"type":"object","properties":{"dest_id":{"type":"integer","format":"int32","minimum":0},"edge_type":{"type":"string"},"key_type":{"type":"string"},"src_id":{"type":"integer","format":"int32","minimum":0},"value_type":{"type":"string"}},"required":["src_id","dest_id","key_type","value_type","edge_type"]},"cloudflare-pipelines_PipelineNode":{"type":"object","properties":{"node_id":{"type":"integer","format":"int32","minimum":0},"operator":{"type":"string"},"parallelism":{"type":"integer","format":"int32","minimum":0}},"required":["node_id","operator","description","parallelism"]},"cloudflare-pipelines_FieldType":{"discriminator":{"propertyName":"type"},"oneOf":[{"properties":{"type":{"type":"string","enum":["int32"]}},"required":["type"],"title":"Int32","type":"object"},{"properties":{"type":{"type":"string","enum":["int64"]}},"required":["type"],"title":"Int64","type":"object"},{"properties":{"type":{"type":"string","enum":["float32"]}},"required":["type"],"title":"Float32","type":"object"},{"properties":{"type":{"type":"string","enum":["float64"]}},"required":["type"],"title":"Float64","type":"object"},{"properties":{"type":{"type":"string","enum":["bool"]}},"required":["type"],"title":"Bool","type":"object"},{"properties":{"type":{"type":"string","enum":["string"]}},"required":["type"],"title":"String","type":"object"},{"properties":{"type":{"type":"string","enum":["binary"]}},"required":["type"],"title":"Binary","type":"object"},{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_TimestampField"},{"properties":{"type":{"type":"string","enum":["timestamp"]}},"required":["type"],"type":"object"}],"title":"Timestamp"},{"properties":{"type":{"type":"string","enum":["json"]}},"required":["type"],"title":"Json","type":"object"},{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_StructField"},{"properties":{"type":{"type":"string","enum":["struct"]}},"required":["type"],"type":"object"}],"title":"Struct"},{"allOf":[{"$ref":"#/components/schemas/cloudflare-pipelines_ListField"},{"properties":{"type":{"type":"string","enum":["list"]}},"required":["type"],"type":"object"}],"title":"List"}]},"cloudflare-pipelines_TimestampUnit":{"type":"string","enum":["second","millisecond","microsecond","nanosecond"]},"cloudforce-one-port-scan-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloudforce-one-requests_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloudforce-one-requests_labels":{"type":"array","items":{"type":"string"},"title":"Labels","x-auditable":true},"cloudforce-one-requests_tlp":{"type":"string","enum":["clear","amber","amber-strict","green","red"],"title":"TLP","x-auditable":true},"cloudforce-one-requests_time":{"type":"string","format":"date-time","x-auditable":true},"cloudforce-one-requests_asset-content":{"type":"string"},"cloudforce-one-requests_priority":{"type":"string","enum":["routine","high","urgent"],"title":"Request Priority","x-auditable":true},"cloudforce-one-requests_request-status":{"type":"string","enum":["open","accepted","reported","approved","completed","declined"],"title":"Request Status","x-auditable":true},"cloudforce-one-requests_request-content":{"type":"string"},"cloudforce-one-requests_request-type":{"type":"string","x-auditable":true},"cloudforce-one-requests_request-summary":{"type":"string","x-auditable":true},"cloudforce-one-requests_request-readable-id":{"type":"string","title":"Request Readable ID","x-auditable":true},"cloudforce-one-requests_message-content":{"type":"string","x-auditable":true},"cloudforce-one-whois_schemas-messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloudforce-one-whois_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"cloudforce-one-whois_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/cloudforce-one-whois_schemas-messages"},"messages":{"$ref":"#/components/schemas/cloudforce-one-whois_schemas-messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"cloudforce-one-whois_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/cloudforce-one-whois_api-response-common"}]},"cloudforce-one-whois_whois":{"type":"object","properties":{"administrative_city":{"type":"string"},"administrative_country":{"type":"string"},"administrative_email":{"type":"string"},"administrative_fax":{"type":"string"},"administrative_fax_ext":{"type":"string"},"administrative_id":{"type":"string"},"administrative_name":{"type":"string"},"administrative_org":{"type":"string"},"administrative_phone":{"type":"string"},"administrative_phone_ext":{"type":"string"},"administrative_postal_code":{"type":"string"},"administrative_province":{"type":"string"},"administrative_referral_url":{"type":"string"},"administrative_street":{"type":"string"},"billing_city":{"type":"string"},"billing_country":{"type":"string"},"billing_email":{"type":"string"},"billing_fax":{"type":"string"},"billing_fax_ext":{"type":"string"},"billing_id":{"type":"string"},"billing_name":{"type":"string"},"billing_org":{"type":"string"},"billing_phone":{"type":"string"},"billing_phone_ext":{"type":"string"},"billing_postal_code":{"type":"string"},"billing_province":{"type":"string"},"billing_referral_url":{"type":"string"},"billing_street":{"type":"string"},"created_date":{"type":"string","format":"date-time"},"created_date_raw":{"type":"string"},"dnssec":{"type":"boolean"},"domain":{"$ref":"#/components/schemas/cloudforce-one-whois_domain_name"},"expiration_date":{"type":"string","format":"date-time"},"expiration_date_raw":{"type":"string"},"extension":{"type":"string"},"found":{"type":"boolean"},"id":{"type":"string"},"nameservers":{"type":"array","items":{"type":"string"}},"punycode":{"type":"string"},"registrant":{"type":"string"},"registrant_city":{"type":"string"},"registrant_country":{"type":"string"},"registrant_email":{"type":"string"},"registrant_fax":{"type":"string"},"registrant_fax_ext":{"type":"string"},"registrant_id":{"type":"string"},"registrant_name":{"type":"string"},"registrant_org":{"type":"string"},"registrant_phone":{"type":"string"},"registrant_phone_ext":{"type":"string"},"registrant_postal_code":{"type":"string"},"registrant_province":{"type":"string"},"registrant_referral_url":{"type":"string"},"registrant_street":{"type":"string"},"registrar":{"type":"string"},"registrar_city":{"type":"string"},"registrar_country":{"type":"string"},"registrar_email":{"type":"string"},"registrar_fax":{"type":"string"},"registrar_fax_ext":{"type":"string"},"registrar_id":{"type":"string"},"registrar_name":{"type":"string"},"registrar_org":{"type":"string"},"registrar_phone":{"type":"string"},"registrar_phone_ext":{"type":"string"},"registrar_postal_code":{"type":"string"},"registrar_province":{"type":"string"},"registrar_referral_url":{"type":"string"},"registrar_street":{"type":"string"},"status":{"type":"array","items":{"type":"string"}},"technical_city":{"type":"string"},"technical_country":{"type":"string"},"technical_email":{"type":"string"},"technical_fax":{"type":"string"},"technical_fax_ext":{"type":"string"},"technical_id":{"type":"string"},"technical_name":{"type":"string"},"technical_org":{"type":"string"},"technical_phone":{"type":"string"},"technical_phone_ext":{"type":"string"},"technical_postal_code":{"type":"string"},"technical_province":{"type":"string"},"technical_referral_url":{"type":"string"},"technical_street":{"type":"string"},"updated_date":{"type":"string","format":"date-time"},"updated_date_raw":{"type":"string"},"whois_server":{"type":"string"}},"required":["found","domain","dnssec","extension","nameservers","punycode","registrar","registrant"]},"cloudforce-one-whois_domain_name":{"type":"string"},"cloudforce-one_RuleAction":{"type":"object","properties":{"action_config":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"items":{"type":"string"},"type":"array"},{"additionalProperties":{"type":"string"},"type":"object"}]}},"action_type":{"type":"string","enum":["alert_gchat","webhook","logging","email","pipeline","remediation","throttle","delete"]},"enabled":{"type":"boolean","default":true}},"required":["action_type","action_config"]},"cloudforce-one_MetaInputEntry":{"type":"object","properties":{"key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-zA-Z_][a-zA-Z0-9_]*$"},"value":{"anyOf":[{"maxLength":10000,"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["key","value"]},"cloudforce-one_RuleMetaEntry":{"type":"object","properties":{"key":{"type":"string"},"type":{"type":"string","enum":["string","bool","int"]},"value":{"anyOf":[{"type":"string"},{"type":"boolean"},{"type":"number"}]}},"required":["key","value","type"]},"cloudforce-one_Rule":{"type":"object","properties":{"content":{"type":"string"},"created_at":{"type":"number","x-auditable":true},"created_by":{"type":"string","x-auditable":true},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid","x-auditable":true},"is_public":{"type":"boolean","x-auditable":true},"meta":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one_RuleMetaEntry"}},"name":{"type":"string","x-auditable":true},"namespaces":{"type":"array","items":{"type":"string"},"x-auditable":true},"path":{"type":"string","x-auditable":true},"pending_approval_id":{"type":"number","nullable":true},"structured_source":{"type":"string","nullable":true},"updated_at":{"type":"number","x-auditable":true},"updated_by":{"type":"string","x-auditable":true}},"required":["id","name","path","description","namespaces","content","is_public","enabled","created_at","updated_at","created_by","updated_by","pending_approval_id"]},"cloudforce-one_RuleSearchResult":{"allOf":[{"$ref":"#/components/schemas/cloudforce-one_Rule"},{"properties":{"score":{"type":"number","maximum":1,"minimum":0},"scoring_details":{"type":"object","properties":{"fusion_method":{"type":"string"},"keyword_rank":{"type":"number"},"keyword_score":{"type":"number"},"reranking_score":{"type":"number"},"vector_rank":{"type":"number"},"vector_score":{"type":"number"}}}},"type":"object"}]},"cloudforce-one_TreeNode":{"type":"object","properties":{"children":{"type":"array","items":{"$ref":"#/components/schemas/cloudforce-one_TreeNode"}},"count":{"type":"number"},"name":{"type":"string"},"path":{"type":"string"}},"required":["name","path","count","children"]},"cloudforce-one_ExemptionUpdateEntry":{"type":"object","properties":{"new_pattern":{"type":"string","minLength":1},"old_pattern":{"type":"string","minLength":1}},"required":["old_pattern","new_pattern"]},"csam-config-service_api_response_message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"csam-config-service_csam_scanner_value":{"type":"object","properties":{"email":{"type":"string","maxLength":254},"email_state":{"type":"string","enum":["valid","pending","unverified"]},"enabled":{"type":"boolean"},"sources":{"type":"object","additionalProperties":{"type":"boolean"}},"zone_plan":{"type":"string","readOnly":true}}},"csam-config-service_api_response_single":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/csam-config-service_api_response_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/csam-config-service_api_response_message"}},"result":{"type":"object"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"csam-config-service_csam_scanner_setting":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string","enum":["csam_scanner"]},"modified_on":{"type":"string","format":"date-time","nullable":true},"value":{"$ref":"#/components/schemas/csam-config-service_csam_scanner_value"}}},"csam-config-service_csam_scanner_third_party_update_value":{"type":"object","properties":{"email":{"type":"string","maxLength":254},"enabled":{"type":"boolean"},"resend_email":{"type":"boolean"},"sources":{"type":"object","additionalProperties":{"type":"boolean"}}}},"custom-indicator-feeds_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"custom-indicator-feeds_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/custom-indicator-feeds_messages-2"},"messages":{"$ref":"#/components/schemas/custom-indicator-feeds_messages-2"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"custom-indicator-feeds_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"custom-indicator-feeds_name":{"type":"string","x-auditable":true},"custom-indicator-feeds_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/custom-indicator-feeds_api-response-common"}]},"custom-indicator-feeds_indicator_feed_item":{"properties":{"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"$ref":"#/components/schemas/custom-indicator-feeds_id"},"is_attributable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_attributable"},"is_downloadable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_downloadable"},"is_public":{"$ref":"#/components/schemas/custom-indicator-feeds_is_public"},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"$ref":"#/components/schemas/custom-indicator-feeds_name"}}},"custom-indicator-feeds_create_provider_result":{"properties":{"account_id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true},"provider_id":{"type":"integer","x-auditable":true}},"required":["account_id","name","provider_id"]},"custom-indicator-feeds_id":{"type":"integer","x-auditable":true},"custom-indicator-feeds_is_attributable":{"type":"boolean","x-auditable":true},"custom-indicator-feeds_is_downloadable":{"type":"boolean","x-auditable":true},"custom-indicator-feeds_is_public":{"type":"boolean","x-auditable":true},"custom-indicator-feeds_last_upload_summary":{"type":"object","properties":{"persisted":{"type":"object","properties":{"domains_added":{"type":"integer","x-auditable":true},"domains_removed":{"type":"integer","x-auditable":true},"ips_added":{"type":"integer","x-auditable":true},"ips_removed":{"type":"integer","x-auditable":true},"urls_added":{"type":"integer","x-auditable":true},"urls_removed":{"type":"integer","x-auditable":true}}},"skipped":{"type":"object","properties":{"allowlisted_domains":{"type":"integer","x-auditable":true},"expired_indicators":{"type":"integer","x-auditable":true},"invalid_indicators":{"type":"integer","x-auditable":true}}},"uploaded":{"type":"object","properties":{"domains":{"type":"integer","x-auditable":true},"ips":{"type":"integer","x-auditable":true},"urls":{"type":"integer","x-auditable":true}}}},"x-auditable":true},"custom-indicator-feeds_provider_id":{"type":"integer","x-auditable":true},"custom-indicator-feeds_provider_name":{"type":"string","x-auditable":true},"custom-indicator-feeds_indicator_feed_metadata":{"properties":{"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"$ref":"#/components/schemas/custom-indicator-feeds_id"},"is_attributable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_attributable"},"is_downloadable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_downloadable"},"is_public":{"$ref":"#/components/schemas/custom-indicator-feeds_is_public"},"last_upload_summary":{"$ref":"#/components/schemas/custom-indicator-feeds_last_upload_summary"},"latest_upload_error":{"type":"string","x-auditable":true},"latest_upload_status":{"type":"string","enum":["Mirroring","Unifying","Loading","Provisioning","Complete","Error"],"x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"$ref":"#/components/schemas/custom-indicator-feeds_name"},"provider_id":{"$ref":"#/components/schemas/custom-indicator-feeds_provider_id"},"provider_name":{"$ref":"#/components/schemas/custom-indicator-feeds_provider_name"}}},"custom-indicator-feeds_permission_list_item":{"properties":{"id":{"$ref":"#/components/schemas/custom-indicator-feeds_id"},"is_attributable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_attributable"},"is_downloadable":{"$ref":"#/components/schemas/custom-indicator-feeds_is_downloadable"},"is_public":{"$ref":"#/components/schemas/custom-indicator-feeds_is_public"},"name":{"$ref":"#/components/schemas/custom-indicator-feeds_name"}}},"custom-indicator-feeds_permissions_update":{"properties":{"success":{"type":"boolean","x-auditable":true}}},"custom-indicator-feeds_update_feed":{"properties":{"file_id":{"type":"integer","x-auditable":true},"filename":{"type":"string","x-auditable":true},"status":{"type":"string","x-auditable":true}}},"custom-pages_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/custom-pages_messages"},"messages":{"$ref":"#/components/schemas/custom-pages_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"custom-pages_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"custom-pages_timestamp":{"type":"string","format":"date-time","x-auditable":true},"custom-pages_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-common"}]},"custom-pages_custom_asset":{"type":"object","properties":{"last_updated":{"$ref":"#/components/schemas/custom-pages_timestamp"},"name":{"$ref":"#/components/schemas/custom-pages_asset_name"},"size_bytes":{"type":"integer","readOnly":true},"url":{"$ref":"#/components/schemas/custom-pages_asset_url"}}},"custom-pages_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/custom-pages_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"custom-pages_preview_token":{"type":"object","properties":{"cep_jwt":{"type":"string"}},"required":["cep_jwt"]},"d1_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"d1_single-query":{"type":"object","properties":{"params":{"$ref":"#/components/schemas/d1_params"},"sql":{"$ref":"#/components/schemas/d1_sql"}},"required":["sql"],"title":"single query"},"d1_created-at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"d1_file-size":{"type":"number","x-auditable":true},"d1_jurisdiction-nullable":{"type":"string","enum":["eu","fedramp","us"],"nullable":true,"x-auditable":true},"d1_table-count":{"type":"number","x-auditable":true},"d1_read-replication-details-for-response":{"type":"object","properties":{"mode":{"type":"string","enum":["auto","disabled"],"x-auditable":true}},"required":["mode"]},"d1_database-version":{"type":"string","pattern":"^(alpha|beta|production)$","x-auditable":true},"d1_served-by-colo":{"type":"string","x-auditable":true},"d1_served-by-region":{"type":"string","enum":["WNAM","ENAM","WEUR","EEUR","APAC","OC"],"x-auditable":true},"d1_query-meta":{"type":"object","properties":{"changed_db":{"type":"boolean","x-auditable":true},"changes":{"type":"number","x-auditable":true},"duration":{"type":"number","x-auditable":true},"last_row_id":{"type":"number","x-auditable":true},"rows_read":{"type":"number","x-auditable":true},"rows_written":{"type":"number","x-auditable":true},"served_by_colo":{"$ref":"#/components/schemas/d1_served-by-colo"},"served_by_primary":{"type":"boolean","x-auditable":true},"served_by_region":{"$ref":"#/components/schemas/d1_served-by-region"},"size_after":{"type":"number","x-auditable":true},"timings":{"type":"object","properties":{"sql_duration_ms":{"type":"number","x-auditable":true}}}}},"d1_params":{"type":"array","items":{"type":"string"}},"d1_sql":{"type":"string"},"digital-experience-monitoring_aggregate_time_period":{"type":"object","properties":{"units":{"type":"string","enum":["hours","days","testRuns"]},"value":{"type":"integer"}},"required":["value","units"]},"digital-experience-monitoring_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"digital-experience-monitoring_cpu_pct_by_app":{"type":"object","properties":{"cpu_pct":{"type":"number","format":"float","maximum":100,"minimum":0,"nullable":true},"name":{"type":"string","nullable":true}}},"digital-experience-monitoring_schemas-ip_info":{"type":"object","properties":{"address":{"type":"string","nullable":true},"asn":{"type":"integer","nullable":true},"aso":{"type":"string","nullable":true},"location":{"type":"object","properties":{"city":{"type":"string","nullable":true},"country_iso":{"type":"string","nullable":true},"state_iso":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true}}},"name":{"type":"string","nullable":true},"netmask":{"type":"string","nullable":true},"version":{"type":"integer"}}},"digital-experience-monitoring_personEmail":{"type":"string"},"digital-experience-monitoring_ram_used_pct_by_app":{"type":"object","properties":{"name":{"type":"string","nullable":true},"ram_used_pct":{"type":"number","format":"float","maximum":100,"minimum":0,"nullable":true}}},"digital-experience-monitoring_rtt_stats":{"type":"object","properties":{"minRttUs":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"rttUs":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"rttVarUs":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true}}},"digital-experience-monitoring_tunnel_stats":{"type":"object","properties":{"bytesLost":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"bytesReceived":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"bytesRetransmitted":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"bytesSent":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"packetsLost":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"packetsReceived":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"packetsRetransmitted":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"packetsSent":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_directional_stat"}],"nullable":true},"statsWindowMs":{"type":"integer","nullable":true}}},"digital-experience-monitoring_device-dex-test-schemas-data":{"type":"object","properties":{"host":{"type":"string","x-auditable":true},"kind":{"type":"string","enum":["http","traceroute"],"x-auditable":true},"method":{"type":"string","enum":["GET"],"x-auditable":true}},"required":["kind","host"]},"digital-experience-monitoring_device-dex-test-schemas-enabled":{"type":"boolean"},"digital-experience-monitoring_device-dex-test-schemas-interval":{"type":"string"},"digital-experience-monitoring_device-dex-test-schemas-name":{"type":"string"},"digital-experience-monitoring_device-dex-test-target-policies":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_dex_target_policy"}},"digital-experience-monitoring_dex_target_policy":{"type":"object","properties":{"default":{"type":"boolean","x-stainless-terraform-configurability":"computed"},"id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"name":{"type":"string","x-stainless-terraform-configurability":"computed"}},"required":["id"]},"digital-experience-monitoring_ip_info":{"type":"object","properties":{"address":{"type":"string"},"asn":{"type":"integer"},"aso":{"type":"string"},"location":{"$ref":"#/components/schemas/digital-experience-monitoring_ip_location"},"name":{"type":"string"},"netmask":{"type":"string"},"version":{"type":"integer"}}},"digital-experience-monitoring_device_isp":{"type":"object","properties":{"ip":{"$ref":"#/components/schemas/digital-experience-monitoring_ip_info"},"test_id":{"type":"string"},"test_result_id":{"type":"string"},"time_start":{"type":"string","format":"date-time"}},"required":["time_start","test_id","test_result_id"]},"digital-experience-monitoring_timeslot_int":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"integer"}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_float":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"number","format":"float"}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_string":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"string"}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_rtt_stats":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_rtt_stats"}]}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_cpu_apps":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_cpu_pct_by_app"}}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_ram_apps":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_ram_used_pct_by_app"}}},"required":["timestamp","value"]},"digital-experience-monitoring_timeslot_tunnel_stats":{"type":"object","properties":{"timestamp":{"type":"string"},"value":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_tunnel_stats"}]}},"required":["timestamp","value"]},"digital-experience-monitoring_device_state_over_time":{"type":"object","properties":{"battery_cycles":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"battery_pct":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_float"}},"connection_type":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"cpu_pct":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_float"}},"disk_read_bps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"disk_usage_pct":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_float"}},"disk_write_bps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"mode":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"network_rcvd_bps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"network_sent_bps":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"network_ssid":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"ram_available_kb":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"ram_used_pct":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_float"}},"rtt":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_rtt_stats"}},"status":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"top_cpu_applications":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_cpu_apps"}},"top_ram_applications":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_ram_apps"}},"tunnel_stats":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_tunnel_stats"}},"tunnel_type":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_string"}},"unique_networks":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}},"wifi_strength_dbm":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_timeslot_int"}}}},"digital-experience-monitoring_device_state_top_networks_summary":{"type":"object","properties":{"count":{"type":"integer"},"name":{"type":"string"}},"required":["name","count"]},"digital-experience-monitoring_api-response-collection-common":{"type":"object","allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true}}}]},"digital-experience-monitoring_dex-targeted-test":{"type":"object","properties":{"data":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_device-dex-test-schemas-data"}],"x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true},"test_id":{"type":"string","x-auditable":true}},"required":["test_id","name","enabled","data"]},"digital-experience-monitoring_live_stat":{"type":"object","properties":{"uniqueDevicesTotal":{"$ref":"#/components/schemas/digital-experience-monitoring_uniqueDevicesTotal"},"value":{"type":"string"}}},"digital-experience-monitoring_uniqueDevicesTotal":{"type":"number"},"digital-experience-monitoring_schemas-aggregate_stat":{"type":"object","properties":{"timestamp":{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp"},"uniqueDevicesTotal":{"$ref":"#/components/schemas/digital-experience-monitoring_uniqueDevicesTotal"},"value":{"type":"string"}}},"digital-experience-monitoring_percentiles":{"type":"object","properties":{"p50":{"type":"number","nullable":true},"p90":{"type":"number","nullable":true},"p95":{"type":"number","nullable":true},"p99":{"type":"number","nullable":true}}},"digital-experience-monitoring_test_stat_pct_over_time":{"type":"object","properties":{"avg":{"type":"number","format":"float","nullable":true},"max":{"type":"number","format":"float","nullable":true},"min":{"type":"number","format":"float","nullable":true},"slots":{"type":"array","items":{"properties":{"timestamp":{"type":"string"},"value":{"type":"number","format":"float"}},"required":["timestamp","value"],"type":"object"}}},"required":["slots"]},"digital-experience-monitoring_test_stat_over_time":{"type":"object","properties":{"avg":{"type":"integer","nullable":true},"max":{"type":"integer","nullable":true},"min":{"type":"integer","nullable":true},"slots":{"type":"array","items":{"properties":{"timestamp":{"type":"string"},"value":{"type":"integer"}},"required":["timestamp","value"],"type":"object"}}},"required":["slots"]},"digital-experience-monitoring_ip_location":{"type":"object","properties":{"city":{"type":"string"},"country_iso":{"type":"string"},"state_iso":{"type":"string"},"zip":{"type":"string"}}},"digital-experience-monitoring_directional_stat":{"type":"object","properties":{"downstream":{"type":"integer","nullable":true},"upstream":{"type":"integer","nullable":true}}},"digital-experience-monitoring_timing_aggregates":{"type":"object","properties":{"avgMs":{"type":"integer","nullable":true},"history":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_aggregate_stat"}},"overTime":{"type":"object","nullable":true,"properties":{"timePeriod":{"$ref":"#/components/schemas/digital-experience-monitoring_aggregate_time_period"},"values":{"type":"array","items":{"$ref":"#/components/schemas/digital-experience-monitoring_aggregate_time_slot"}}},"required":["values","timePeriod"]}},"required":["history"]},"digital-experience-monitoring_aggregate_stat":{"type":"object","properties":{"avgMs":{"type":"integer","nullable":true},"deltaPct":{"type":"number","format":"float","nullable":true},"timePeriod":{"$ref":"#/components/schemas/digital-experience-monitoring_aggregate_time_period"}},"required":["timePeriod"]},"digital-experience-monitoring_aggregate_time_slot":{"type":"object","properties":{"avgMs":{"type":"integer"},"timestamp":{"type":"string"}},"required":["timestamp","avgMs"]},"digital-experience-monitoring_execution_context":{"type":"string","enum":["EXECUTION_CONTEXT_INVALID","OUT_OF_TUNNEL","IN_TUNNEL"]},"digital-experience-monitoring_warp_config_details":{"type":"object","properties":{"account_name":{"type":"string"},"account_tag":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"config_name":{"type":"string"}}},"digital-experience-monitoring_timestamp_datetime":{"type":"string","format":"date-time"},"digital-experience-monitoring_warp_toggle_change_event":{"type":"object","properties":{"account_name":{"type":"string"},"account_tag":{"type":"string"},"device_id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"device_registration":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}],"deprecated":true,"x-stainless-deprecation-message":"Use `registration_id` instead."},"hostname":{"type":"string"},"registration_id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"serial_number":{"type":"string"},"timestamp":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp_datetime"}]},"toggle":{"type":"string","enum":["on","off"]},"user_email":{"type":"string"}}},"digital-experience-monitoring_warp_config_change_event":{"type":"object","properties":{"device_id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"device_registration":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}],"deprecated":true,"x-stainless-deprecation-message":"Use `registration_id` instead."},"from":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_warp_config_details"}]},"hostname":{"type":"string"},"registration_id":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_uuid"}]},"serial_number":{"type":"string"},"timestamp":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_timestamp_datetime"}]},"to":{"allOf":[{"$ref":"#/components/schemas/digital-experience-monitoring_warp_config_details"}]},"user_email":{"type":"string"}}},"dlp_AddinAuth":{"oneOf":[{"properties":{"allowed_microsoft_organizations":{"type":"array","items":{"type":"string"}},"type":{"type":"string","enum":["Org"]}},"required":["allowed_microsoft_organizations","type"],"type":"object"},{"properties":{"type":{"type":"string","enum":["NoAuth"]}},"required":["type"],"type":"object"}]},"dlp_RiskLevel":{"type":"string","enum":["low","medium","high"]},"dlp_Behavior":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"risk_level":{"$ref":"#/components/schemas/dlp_RiskLevel"}},"required":["name","description","risk_level","enabled"]},"dlp_SkipConfig":{"type":"object","properties":{"files":{"type":"boolean"}},"required":["files"]},"dlp_EmailRuleAction":{"oneOf":[{"properties":{"action":{"type":"string","enum":["Block"]},"message":{"type":"string","nullable":true}},"required":["action"],"type":"object"}]},"dlp_EmailRuleCondition":{"type":"object","properties":{"operator":{"$ref":"#/components/schemas/dlp_EmailRuleOperator"},"selector":{"$ref":"#/components/schemas/dlp_EmailRuleSelector"},"value":{"$ref":"#/components/schemas/dlp_EmailRuleValue"}},"required":["selector","operator","value"]},"dlp_RiskScoreIntegrationType":{"type":"string","enum":["Okta"]},"dlp_Pattern":{"type":"object","properties":{"regex":{"type":"string"},"validation":{"allOf":[{"$ref":"#/components/schemas/dlp_Validation"}]}},"required":["regex"]},"dlp_CustomEntryUpdateType":{"type":"object","properties":{"name":{"type":"string"},"pattern":{"$ref":"#/components/schemas/dlp_Pattern"}},"required":["name","pattern"]},"dlp_Confidence":{"type":"string","enum":["low","medium","high","very_high"]},"dlp_ContextAwareness":{"type":"object","properties":{"enabled":{"type":"boolean"},"skip":{"$ref":"#/components/schemas/dlp_SkipConfig"}},"deprecated":true,"required":["enabled","skip"]},"dlp_SensitivityLevelRef":{"type":"object","properties":{"group_id":{"type":"string","format":"uuid"},"level_id":{"type":"string","format":"uuid"}},"required":["group_id","level_id"]},"dlp_CustomProfile":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32","default":0,"maximum":1000,"minimum":0},"confidence_threshold":{"default":"low","allOf":[{"$ref":"#/components/schemas/dlp_Confidence"}]},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"created_at":{"type":"string","format":"date-time"},"data_classes":{"type":"array","items":{"format":"uuid","type":"string"}},"data_tags":{"type":"array","items":{"format":"uuid","type":"string"}},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"deprecated":true,"x-stainless-skip":["terraform"]},"id":{"type":"string","format":"uuid"},"name":{"type":"string","x-auditable":true},"ocr_enabled":{"type":"boolean","default":false},"sensitivity_levels":{"type":"array","items":{"$ref":"#/components/schemas/dlp_SensitivityLevelRef"}},"shared_entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"x-stainless-terraform-configurability":"computed"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","allowed_match_count","ocr_enabled"]},"dlp_ProfileEntryUpdate":{"oneOf":[{"$ref":"#/components/schemas/dlp_NewCustomEntryWithId"},{"$ref":"#/components/schemas/dlp_NewCustomEntry"}]},"dlp_SharedEntryUpdate":{"type":"object","properties":{"enabled":{"type":"boolean"},"entry_id":{"type":"string","format":"uuid"}},"required":["entry_id","enabled"]},"dlp_DataTagTemplate":{"type":"object","properties":{"name":{"type":"string"}},"required":["name","description"]},"dlp_DataTagCategoryTagUpdate":{"allOf":[{"$ref":"#/components/schemas/dlp_DataTagUpdate"},{"properties":{"id":{"type":"string","format":"uuid","nullable":true}},"type":"object"}]},"dlp_DatasetUploadStatus":{"type":"string","enum":["empty","uploading","pending","processing","failed","complete"]},"dlp_DatasetUpload":{"type":"object","properties":{"num_cells":{"type":"integer","format":"int64"},"status":{"$ref":"#/components/schemas/dlp_DatasetUploadStatus"},"version":{"type":"integer","format":"int64"}},"required":["version","status","num_cells"]},"dlp_PayloadLogSettingUpdate":{"type":"object","properties":{"masking_level":{"default":"default","allOf":[{"$ref":"#/components/schemas/dlp_PayloadLogMaskingLevel"}]},"public_key":{"type":"string","nullable":true}}},"dlp_EmailRuleOperator":{"type":"string","enum":["InList","NotInList","MatchRegex","NotMatchRegex"]},"dlp_EmailRuleSelector":{"type":"string","enum":["Recipients","Sender","DLPProfiles"]},"dlp_EmailRuleValue":{"oneOf":[{"items":{"type":"string"},"type":"array"},{"type":"string"}]},"dlp_CustomPromptTopicEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean","deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled"]},"dlp_ExactDataEntry":{"type":"object","properties":{"case_sensitive":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"secret":{"type":"boolean"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled","secret","case_sensitive"]},"dlp_DocumentFingerprintEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","created_at","updated_at","enabled"]},"dlp_WordListEntry":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid","nullable":true},"updated_at":{"type":"string","format":"date-time"},"word_list":{}},"required":["id","name","created_at","updated_at","word_list","enabled"]},"dlp_NewCustomEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"pattern":{"$ref":"#/components/schemas/dlp_Pattern"}},"required":["name","pattern","enabled"]},"dlp_NewWordListEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"words":{"type":"array","items":{"type":"string"}}},"required":["name","words","enabled"]},"dlp_EntryUpdateType":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/dlp_CustomEntryUpdateType"},{"properties":{"type":{"type":"string","enum":["custom"]}},"required":["type"],"type":"object"}]},{"properties":{"type":{"type":"string","enum":["predefined"]}},"required":["type"],"type":"object"},{"properties":{"type":{"type":"string","enum":["integration"]}},"required":["type"],"type":"object"}]},"dlp_EntryProfile":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"}},"required":["id","name"]},"dlp_EntryOfNewProfile":{"oneOf":[{"$ref":"#/components/schemas/dlp_NewCustomEntry"},{"$ref":"#/components/schemas/dlp_NewWordListEntry"}]},"dlp_NewSharedEntry":{"type":"object","properties":{"enabled":{"type":"boolean"},"entry_id":{"type":"string","format":"uuid"}},"required":["entry_id","enabled"]},"dlp_Validation":{"type":"string","deprecated":true,"enum":["luhn"]},"dlp_PayloadLogMaskingLevel":{"type":"string","enum":["full","partial","clear","default"]},"dlp_EntryConfidence":{"type":"object","properties":{"ai_context_available":{"type":"boolean"},"available":{"type":"boolean"}},"required":["available","ai_context_available"]},"dlp_PredefinedEntryVariant":{"oneOf":[{"properties":{"topic_type":{"$ref":"#/components/schemas/dlp_PromptTopicType"},"type":{"type":"string","enum":["PromptTopic"]}},"required":["topic_type","type"],"type":"object"},{"properties":{"type":{"type":"string","enum":["General"]}},"required":["type"],"type":"object"}]},"dlp_PromptTopicType":{"type":"string","enum":["Intent","Content"]},"dlp_PredefinedProfileEntryUpdate":{"type":"object","properties":{"enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"}},"required":["id","enabled"]},"dlp_PredefinedProfile":{"type":"object","properties":{"ai_context_enabled":{"type":"boolean","default":false},"allowed_match_count":{"type":"integer","format":"int32"},"confidence_threshold":{"default":"low","allOf":[{"$ref":"#/components/schemas/dlp_Confidence"}]},"context_awareness":{"$ref":"#/components/schemas/dlp_ContextAwareness"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"ocr_enabled":{"type":"boolean","default":false},"open_access":{"type":"boolean"}},"required":["id","name","entries","allowed_match_count"]},"dlp_IntegrationProfile":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"deprecated":true},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"shared_entries":{"type":"array","items":{"$ref":"#/components/schemas/dlp_Entry"},"x-stainless-terraform-configurability":"computed"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","name","entries","shared_entries","created_at","updated_at"]},"dlp_NewCustomEntryWithId":{"allOf":[{"$ref":"#/components/schemas/dlp_NewCustomEntry"},{"properties":{"entry_id":{"type":"string","format":"uuid"}},"required":["entry_id"],"type":"object"}]},"dlp_RiskEvent":{"type":"object","properties":{"event_details":{},"id":{"type":"string"},"name":{"type":"string"},"risk_level":{"$ref":"#/components/schemas/dlp_RiskLevel"},"timestamp":{"type":"string","format":"date-time"}},"required":["id","risk_level","name","timestamp"]},"dlp_UserRiskInfo":{"type":"object","properties":{"email":{"type":"string"},"event_count":{"type":"integer","minimum":0},"last_event":{"type":"string","format":"date-time"},"max_risk_level":{"$ref":"#/components/schemas/dlp_RiskLevel"},"name":{"type":"string"},"user_id":{"type":"string","format":"uuid"}},"required":["user_id","name","email","max_risk_level","event_count","last_event"]},"dlp_SensitivityLevelTemplate":{"type":"object","properties":{"name":{"type":"string"}},"required":["name","description"]},"dlp_SensitivityGroupLevelUpdate":{"allOf":[{"$ref":"#/components/schemas/dlp_SensitivityLevelUpdate"},{"properties":{"id":{"type":"string","format":"uuid","nullable":true}},"type":"object"}]},"dlp_UpdateBehavior":{"type":"object","properties":{"enabled":{"type":"boolean"},"risk_level":{"$ref":"#/components/schemas/dlp_RiskLevel"}},"required":["risk_level","enabled"]},"dlp_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dlp_messages"},"messages":{"$ref":"#/components/schemas/dlp_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dlp_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dls_RegionPublic":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time"},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string"},"region_key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-z0-9_-]+$"},"version":{"type":"integer"},"version_created_on":{"type":"string","format":"date-time"}},"required":["id","name","region_key","created_on","modified_on","version","version_created_on"]},"dls_coded_message":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"error_chain":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"message":{"type":"string"}},"required":["code","message"]},"dls_PrefixBinding":{"type":"object","properties":{"cidr":{"type":"string"},"id":{"type":"string"},"prefix_id":{"type":"string"},"region_key":{"type":"string","maxLength":128,"minLength":1,"pattern":"^[a-z0-9_-]+$"}},"required":["id","prefix_id","cidr","region_key"]},"dls_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dls_response":{"type":"object","properties":{"messages":{"type":"array","items":{"$ref":"#/components/schemas/dls_coded_message"}},"success":{"type":"boolean"}},"required":["success","messages"]},"dls_none":{"type":"object","nullable":true},"dls_timestamp":{"type":"string","format":"date-time","x-auditable":true},"dns-analytics_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-analytics_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-analytics_messages"},"messages":{"$ref":"#/components/schemas/dns-analytics_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-analytics_result":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/dns-analytics_data"},"data_lag":{"type":"number","minimum":0},"max":{"type":"object"},"min":{"type":"object"},"query":{"$ref":"#/components/schemas/dns-analytics_query"},"rows":{"type":"number","minimum":0},"totals":{"type":"object"}},"required":["rows","totals","min","max","data_lag","query","data"]},"dns-analytics_data":{"type":"array","items":{"properties":{"dimensions":{"type":"array","items":{"type":"string"}}},"required":["dimensions"],"type":"object"}},"dns-analytics_query":{"type":"object","properties":{"dimensions":{"type":"array","items":{"type":"string"}},"filters":{"$ref":"#/components/schemas/dns-analytics_filters"},"limit":{"$ref":"#/components/schemas/dns-analytics_limit"},"metrics":{"type":"array","items":{"type":"string"}},"since":{"$ref":"#/components/schemas/dns-analytics_since"},"sort":{"type":"array","items":{"type":"string"}},"until":{"$ref":"#/components/schemas/dns-analytics_until"}},"required":["dimensions","metrics","since","until","limit"]},"dns-custom-nameservers_ns_name":{"type":"string","format":"hostname","x-auditable":true},"dns-custom-nameservers_ns_set":{"type":"number","default":1,"maximum":5,"minimum":1,"x-auditable":true},"dns-custom-nameservers_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dns-custom-nameservers_CustomNS":{"type":"object","properties":{"dns_records":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["A","AAAA"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"type":"object"},"x-stainless-collection-type":"set"},"ns_name":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_name"},"ns_set":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_set"},"status":{"type":"string","enum":["moved","pending","verified"],"deprecated":true,"x-auditable":true},"zone_tag":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier-2"}},"required":["dns_records","ns_name","status","zone_tag"],"title":"Custom NS"},"dns-custom-nameservers_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-custom-nameservers_api-response-common"}]},"dns-custom-nameservers_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-custom-nameservers_messages"},"messages":{"$ref":"#/components/schemas/dns-custom-nameservers_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-custom-nameservers_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-custom-nameservers_CustomNS-2":{"type":"object","properties":{"dns_records":{"type":"array","items":{"properties":{"type":{"type":"string","enum":["A","AAAA"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"type":"object"},"x-stainless-collection-type":"set"},"ns_name":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_name"},"ns_set":{"$ref":"#/components/schemas/dns-custom-nameservers_ns_set"},"status":{"type":"string","enum":["moved","pending","verified"],"deprecated":true,"x-auditable":true},"zone_tag":{"$ref":"#/components/schemas/dns-custom-nameservers_identifier-2"}},"required":["dns_records","ns_name","status","zone_tag"],"title":"Custom NS"},"dns-firewall_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-firewall_messages"},"messages":{"$ref":"#/components/schemas/dns-firewall_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-firewall_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-firewall_attack_mitigation":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"only_when_upstream_unhealthy":{"type":"boolean","default":true,"x-auditable":true}},"nullable":true},"dns-firewall_deprecate_any_requests":{"type":"boolean","x-auditable":true},"dns-firewall_ecs_fallback":{"type":"boolean","x-auditable":true},"dns-firewall_maximum_cache_ttl":{"type":"number","default":900,"maximum":36000,"minimum":30,"x-auditable":true},"dns-firewall_minimum_cache_ttl":{"type":"number","default":60,"maximum":36000,"minimum":30,"x-auditable":true},"dns-firewall_name":{"type":"string","maxLength":160,"minLength":1,"x-auditable":true},"dns-firewall_negative_cache_ttl":{"type":"number","maximum":36000,"minimum":30,"nullable":true,"x-auditable":true},"dns-firewall_ratelimit":{"type":"number","maximum":1000000000,"minimum":100,"nullable":true,"x-auditable":true},"dns-firewall_retries":{"type":"number","default":2,"maximum":2,"minimum":0,"x-auditable":true},"dns-firewall_upstream_ips":{"type":"array","items":{"anyOf":[{"format":"ipv4","type":"string","x-auditable":true},{"format":"ipv6","type":"string","x-auditable":true}],"type":"string"},"minLength":1,"x-stainless-collection-type":"set"},"dns-firewall_dns-firewall-cluster":{"type":"object","properties":{"attack_mitigation":{"$ref":"#/components/schemas/dns-firewall_attack_mitigation"},"deprecate_any_requests":{"$ref":"#/components/schemas/dns-firewall_deprecate_any_requests"},"ecs_fallback":{"$ref":"#/components/schemas/dns-firewall_ecs_fallback"},"maximum_cache_ttl":{"$ref":"#/components/schemas/dns-firewall_maximum_cache_ttl"},"minimum_cache_ttl":{"$ref":"#/components/schemas/dns-firewall_minimum_cache_ttl"},"name":{"$ref":"#/components/schemas/dns-firewall_name"},"negative_cache_ttl":{"$ref":"#/components/schemas/dns-firewall_negative_cache_ttl"},"ratelimit":{"$ref":"#/components/schemas/dns-firewall_ratelimit"},"retries":{"$ref":"#/components/schemas/dns-firewall_retries"},"upstream_ips":{"$ref":"#/components/schemas/dns-firewall_upstream_ips"}}},"dns-firewall_dns_firewall_ip_count":{"type":"integer","default":2,"maximum":10,"minimum":1},"dns-firewall_dns_firewall_ips":{"type":"array","items":{"anyOf":[{"format":"ipv4","type":"string","x-auditable":true},{"format":"ipv6","type":"string","x-auditable":true}],"type":"string"},"x-stainless-collection-type":"set"},"dns-firewall_modified_on":{"type":"string","format":"date-time","x-auditable":true},"dns-firewall_dns-firewall-reverse-dns":{"type":"object","properties":{"ptr":{"type":"object","additionalProperties":{"type":"string"}}}},"dns-firewall_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dns-firewall_dns-firewall-cluster-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-cluster"},{"properties":{"dns_firewall_ips":{"$ref":"#/components/schemas/dns-firewall_dns_firewall_ips"},"id":{"$ref":"#/components/schemas/dns-firewall_identifier"},"modified_on":{"$ref":"#/components/schemas/dns-firewall_modified_on"}},"required":["id","dns_firewall_ips","modified_on"],"type":"object"}],"required":["name","upstream_ips","minimum_cache_ttl","maximum_cache_ttl","negative_cache_ttl","deprecate_any_requests","ecs_fallback","ratelimit","retries"]},"dns-firewall_dns-firewall-reverse-dns-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-firewall_dns-firewall-reverse-dns"}],"required":["ptr"]},"dns-records_dns-record-shared-fields":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/dns-records_comment"},"name":{"$ref":"#/components/schemas/dns-records_name"},"proxied":{"$ref":"#/components/schemas/dns-records_proxied"},"settings":{"$ref":"#/components/schemas/dns-records_settings"},"tags":{"$ref":"#/components/schemas/dns-records_tags"},"ttl":{"$ref":"#/components/schemas/dns-records_ttl"}}},"dns-records_priority":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"dns-records_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-records_messages"},"messages":{"$ref":"#/components/schemas/dns-records_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-records_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-records_dns-record-without-data":{"type":"object","oneOf":[{"$ref":"#/components/schemas/dns-records_ARecord"},{"$ref":"#/components/schemas/dns-records_AAAARecord"},{"$ref":"#/components/schemas/dns-records_CNAMERecord"},{"$ref":"#/components/schemas/dns-records_MXRecord"},{"$ref":"#/components/schemas/dns-records_NSRecord"},{"$ref":"#/components/schemas/dns-records_OPENPGPKEYRecord"},{"$ref":"#/components/schemas/dns-records_PTRRecord"},{"$ref":"#/components/schemas/dns-records_TXTRecord"}]},"dns-records_dns-record-with-data":{"type":"object","oneOf":[{"$ref":"#/components/schemas/dns-records_CAARecord"},{"$ref":"#/components/schemas/dns-records_CERTRecord"},{"$ref":"#/components/schemas/dns-records_DNSKEYRecord"},{"$ref":"#/components/schemas/dns-records_DSRecord"},{"$ref":"#/components/schemas/dns-records_HTTPSRecord"},{"$ref":"#/components/schemas/dns-records_LOCRecord"},{"$ref":"#/components/schemas/dns-records_NAPTRRecord"},{"$ref":"#/components/schemas/dns-records_SMIMEARecord"},{"$ref":"#/components/schemas/dns-records_SRVRecord"},{"$ref":"#/components/schemas/dns-records_SSHFPRecord"},{"$ref":"#/components/schemas/dns-records_SVCBRecord"},{"$ref":"#/components/schemas/dns-records_TLSARecord"},{"$ref":"#/components/schemas/dns-records_URIRecord"}]},"dns-records_comment":{"type":"string","x-auditable":true},"dns-records_name":{"type":"string","maxLength":255,"minLength":1,"x-auditable":true},"dns-records_settings":{"type":"object","properties":{"ipv4_only":{"type":"boolean","default":false,"x-auditable":true},"ipv6_only":{"type":"boolean","default":false,"x-auditable":true}}},"dns-records_tags":{"type":"array","items":{"type":"string","x-auditable":true},"default":[],"x-stainless-collection-type":"set"},"dns-records_ttl":{"type":"number","default":1,"anyOf":[{"maximum":86400,"minimum":30,"type":"number"},{"enum":[1],"type":"number"}],"x-auditable":true},"dns-records_CAARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"flags":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"tag":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["CAA"],"x-auditable":true}},"type":"object"}],"title":"CAA Record"},"dns-records_CERTRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"algorithm":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"certificate":{"type":"string","x-auditable":true},"key_tag":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"type":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["CERT"],"x-auditable":true}},"type":"object"}],"title":"CERT Record"},"dns-records_DNSKEYRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"algorithm":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"flags":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"protocol":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"public_key":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["DNSKEY"],"x-auditable":true}},"type":"object"}],"title":"DNSKEY Record"},"dns-records_DSRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"algorithm":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"digest":{"type":"string","x-auditable":true},"digest_type":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"key_tag":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["DS"],"x-auditable":true}},"type":"object"}],"title":"DS Record"},"dns-records_HTTPSRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"priority":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"target":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["HTTPS"],"x-auditable":true}},"type":"object"}],"title":"HTTPS Record"},"dns-records_LOCRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"altitude":{"type":"number","maximum":42849672.95,"minimum":-100000,"x-auditable":true},"lat_degrees":{"type":"number","maximum":90,"minimum":0,"x-auditable":true},"lat_direction":{"type":"string","enum":["N","S"],"x-auditable":true},"lat_minutes":{"type":"number","maximum":59,"minimum":0,"x-auditable":true},"lat_seconds":{"type":"number","maximum":59.999,"minimum":0,"x-auditable":true},"long_degrees":{"type":"number","maximum":180,"minimum":0,"x-auditable":true},"long_direction":{"type":"string","enum":["E","W"],"x-auditable":true},"long_minutes":{"type":"number","maximum":59,"minimum":0,"x-auditable":true},"long_seconds":{"type":"number","maximum":59.999,"minimum":0,"x-auditable":true},"precision_horz":{"type":"number","maximum":90000000,"minimum":0,"x-auditable":true},"precision_vert":{"type":"number","maximum":90000000,"minimum":0,"x-auditable":true},"size":{"type":"number","maximum":90000000,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["LOC"],"x-auditable":true}},"type":"object"}],"title":"LOC Record"},"dns-records_NAPTRRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"flags":{"type":"string","x-auditable":true},"order":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"preference":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"regex":{"type":"string","x-auditable":true},"replacement":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["NAPTR"],"x-auditable":true}},"type":"object"}],"title":"NAPTR Record"},"dns-records_SMIMEARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"certificate":{"type":"string","x-auditable":true},"matching_type":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"selector":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"usage":{"type":"number","maximum":255,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["SMIMEA"],"x-auditable":true}},"type":"object"}],"title":"SMIMEA Record"},"dns-records_SRVRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"port":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"priority":{"$ref":"#/components/schemas/dns-records_priority"},"target":{"type":"string","format":"hostname","x-auditable":true},"weight":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["SRV"],"x-auditable":true}},"type":"object"}],"title":"SRV Record"},"dns-records_SSHFPRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"algorithm":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"fingerprint":{"type":"string","x-auditable":true},"type":{"type":"number","maximum":255,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["SSHFP"],"x-auditable":true}},"type":"object"}],"title":"SSHFP Record"},"dns-records_SVCBRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"priority":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"target":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"type":{"type":"string","enum":["SVCB"],"x-auditable":true}},"type":"object"}],"title":"SVCB Record"},"dns-records_TLSARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"certificate":{"type":"string","x-auditable":true},"matching_type":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"selector":{"type":"number","maximum":255,"minimum":0,"x-auditable":true},"usage":{"type":"number","maximum":255,"minimum":0,"x-auditable":true}}},"type":{"type":"string","enum":["TLSA"],"x-auditable":true}},"type":"object"}],"title":"TLSA Record"},"dns-records_URIRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"readOnly":true,"type":"string","x-auditable":true},"data":{"type":"object","properties":{"target":{"type":"string","x-auditable":true},"weight":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true}}},"priority":{"$ref":"#/components/schemas/dns-records_priority"},"type":{"type":"string","enum":["URI"],"x-auditable":true}},"type":"object"}],"title":"URI Record"},"dns-records_ARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"format":"ipv4","type":"string","x-auditable":true},"private_routing":{"type":"boolean","default":false,"x-auditable":true},"type":{"type":"string","enum":["A"],"x-auditable":true}},"type":"object"}],"title":"A Record"},"dns-records_AAAARecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"format":"ipv6","type":"string","x-auditable":true},"private_routing":{"type":"boolean","default":false,"x-auditable":true},"type":{"type":"string","enum":["AAAA"],"x-auditable":true}},"type":"object"}],"title":"AAAA Record"},"dns-records_CNAMERecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"flatten_cname":{"type":"boolean","default":false,"x-auditable":true}}},"type":{"type":"string","enum":["CNAME"],"x-auditable":true}},"type":"object"}],"title":"CNAME Record"},"dns-records_MXRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"format":"hostname","type":"string","x-auditable":true},"priority":{"$ref":"#/components/schemas/dns-records_priority"},"type":{"type":"string","enum":["MX"],"x-auditable":true}},"type":"object"}],"title":"MX Record"},"dns-records_NSRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["NS"],"x-auditable":true}},"type":"object"}],"title":"NS Record"},"dns-records_OPENPGPKEYRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["OPENPGPKEY"],"x-auditable":true}},"type":"object"}],"title":"OPENPGPKEY Record"},"dns-records_PTRRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["PTR"],"x-auditable":true}},"type":"object"}],"title":"PTR Record"},"dns-records_TXTRecord":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-shared-fields"},{"properties":{"content":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["TXT"],"x-auditable":true}},"type":"object"}],"title":"TXT Record"},"dns-records_dns-record-batch-delete":{"type":"object","allOf":[{"properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}},"type":"object"}],"required":["id"]},"dns-records_dns-record-batch-patch":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}},"allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-patch"}],"required":["id"]},"dns-records_dns-record-batch-post":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-post"}]},"dns-records_dns-record-batch-put":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}},"allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-post"}],"required":["id"]},"dns-records_dns-record-scan-batch-accept":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_dns-record-patch"}]},"dns-records_dns-record-scan-batch-reject":{"type":"object","allOf":[{"properties":{"id":{"$ref":"#/components/schemas/dns-records_identifier"}},"type":"object"}],"required":["id"]},"dns-records_dns-record-response":{"type":"object","allOf":[{"anyOf":[{"$ref":"#/components/schemas/dns-records_dns-record-without-data"},{"$ref":"#/components/schemas/dns-records_dns-record-with-data"}],"type":"object"},{"properties":{"comment_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"},"created_on":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"},"id":{"$ref":"#/components/schemas/dns-records_identifier"},"meta":{"type":"object","properties":{"dead_glue":{"type":"boolean","readOnly":true},"is_glue":{"type":"boolean","readOnly":true},"shadowed_by":{"type":"array","items":{"type":"string"},"readOnly":true},"shadowed_records_count":{"type":"integer","maximum":10000,"minimum":0,"readOnly":true}},"readOnly":true,"x-stainless-terraform-configurability":"computed"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"},"proxiable":{"type":"boolean","readOnly":true,"x-stainless-terraform-configurability":"computed"},"tags_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"}},"required":["id","proxiable","created_on","modified_on","meta"],"type":"object"}],"required":["name","type","content","data","proxied","ttl","settings","comment","tags"]},"dns-records_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-common"}]},"dns-records_dns-response-batch-object":{"type":"object","properties":{"deletes":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"patches":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"posts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"puts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}}}},"dns-records_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-records_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dns-records_dns-response-review-scan-object":{"type":"object","properties":{"accepts":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_dns-record-response"}},"rejects":{"type":"array","items":{"$ref":"#/components/schemas/dns-records_identifier"}}}},"dns-settings_enforce_dns_only":{"type":"boolean","x-auditable":true},"dns-settings_dns-settings-account-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-response"},{"properties":{"nameservers":{"type":"object","properties":{"type":{"type":"string","enum":["cloudflare.standard","cloudflare.advanced","cloudflare.standard.random","custom.account","custom.tenant"],"x-auditable":true}},"required":["type"]}},"required":["nameservers"],"type":"object"}]},"dns-settings_dns-settings-account-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-patch"},{"properties":{"nameservers":{"type":"object","properties":{"type":{"type":"string","enum":["cloudflare.standard","cloudflare.advanced","cloudflare.standard.random","custom.account","custom.tenant"],"x-auditable":true}},"x-stainless-terraform-configurability":"computed_optional"}},"type":"object"}]},"dns-settings_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dns-settings_messages"},"messages":{"$ref":"#/components/schemas/dns-settings_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dns-settings_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dns-settings_dns-settings-patch":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-base"}]},"dns-settings_dns-settings-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-base"},{"properties":{"internal_dns":{"$ref":"#/components/schemas/dns-settings_internal_dns_response"},"soa":{"$ref":"#/components/schemas/dns-settings_soa-response"}},"required":["flatten_all_cnames","foundation_dns","multi_provider","secondary_overrides","soa","ns_ttl","zone_mode","internal_dns"],"type":"object"}]},"dns-settings_flatten_all_cnames":{"type":"boolean","x-auditable":true},"dns-settings_foundation_dns":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"foundation_dns is deprecated. Use nameservers.type: cloudflare.advanced to turn on Advanced Nameservers and cloudflare.standard to turn it off. This field will be removed in a future API version.\n"},"dns-settings_internal_dns_base":{"type":"object","properties":{"reference_zone_id":{"type":"string"}},"x-stainless-terraform-configurability":"computed_optional"},"dns-settings_multi_provider":{"type":"boolean","x-auditable":true},"dns-settings_ns_ttl":{"type":"number","maximum":86400,"minimum":30,"x-auditable":true},"dns-settings_secondary_overrides":{"type":"boolean","x-auditable":true},"dns-settings_soa-base":{"type":"object","properties":{"expire":{"type":"number","maximum":2419200,"minimum":86400,"x-auditable":true},"min_ttl":{"type":"number","maximum":86400,"minimum":60,"x-auditable":true},"mname":{"type":"string","nullable":true,"x-auditable":true},"refresh":{"type":"number","maximum":86400,"minimum":600,"x-auditable":true},"retry":{"type":"number","maximum":86400,"minimum":600,"x-auditable":true},"rname":{"type":"string","x-auditable":true},"ttl":{"type":"number","maximum":86400,"minimum":300,"x-auditable":true}},"x-stainless-terraform-configurability":"computed_optional"},"dns-settings_zone_mode":{"type":"string","enum":["standard","cdn_only","dns_only"],"x-auditable":true},"dns-settings_dns-settings-base":{"type":"object","properties":{"flatten_all_cnames":{"$ref":"#/components/schemas/dns-settings_flatten_all_cnames"},"foundation_dns":{"$ref":"#/components/schemas/dns-settings_foundation_dns"},"internal_dns":{"$ref":"#/components/schemas/dns-settings_internal_dns_base"},"multi_provider":{"$ref":"#/components/schemas/dns-settings_multi_provider"},"ns_ttl":{"$ref":"#/components/schemas/dns-settings_ns_ttl"},"secondary_overrides":{"$ref":"#/components/schemas/dns-settings_secondary_overrides"},"soa":{"$ref":"#/components/schemas/dns-settings_soa-base"},"zone_mode":{"$ref":"#/components/schemas/dns-settings_zone_mode"}}},"dns-settings_internal_dns_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_internal_dns_base"},{"required":["reference_zone_id"],"type":"object"}]},"dns-settings_soa-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_soa-base"},{"required":["mname","rname","refresh","retry","expire","min_ttl","ttl"],"type":"object"}]},"dns-settings_created_time":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"dns-settings_modified_time":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"dns-settings_name":{"type":"string","maxLength":255,"minLength":1,"x-auditable":true},"dns-settings_zones":{"type":"array","items":{"maxLength":32,"minLength":32,"type":"string","x-auditable":true},"x-stainless-collection-type":"set"},"dns-settings_dns-view":{"type":"object","properties":{"created_time":{"$ref":"#/components/schemas/dns-settings_created_time"},"modified_time":{"$ref":"#/components/schemas/dns-settings_modified_time"},"name":{"$ref":"#/components/schemas/dns-settings_name"},"zones":{"$ref":"#/components/schemas/dns-settings_zones"}}},"dns-settings_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-common"}]},"dns-settings_account_settings":{"type":"object","properties":{"enforce_dns_only":{"$ref":"#/components/schemas/dns-settings_enforce_dns_only"},"zone_defaults":{"$ref":"#/components/schemas/dns-settings_dns-settings-account-response"}},"required":["zone_defaults"]},"dns-settings_dns-settings-zone-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-settings-response"},{"properties":{"nameservers":{"type":"object","properties":{"ns_set":{"type":"integer","maximum":5,"minimum":1,"x-auditable":true},"type":{"type":"string","enum":["cloudflare.standard","cloudflare.advanced","custom.account","custom.tenant","custom.zone"],"x-auditable":true}},"required":["type"]}},"required":["nameservers"],"type":"object"}]},"dns-settings_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dns-settings_dns-view-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/dns-settings_dns-view"},{"properties":{"id":{"$ref":"#/components/schemas/dns-settings_identifier"}},"required":["id"],"type":"object"}],"required":["id","name","zones","created_time","modified_time"]},"dnssec_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dnssec_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/dnssec_messages"},"messages":{"$ref":"#/components/schemas/dnssec_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"dnssec_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/dnssec_api-response-common"}]},"dnssec_dnskey_record_header":{"type":"object","properties":{"Class":{"type":"integer","nullable":true,"readOnly":true},"Name":{"type":"string","nullable":true,"readOnly":true},"Rdlength":{"type":"integer","nullable":true,"readOnly":true},"Rrtype":{"type":"integer","nullable":true,"readOnly":true},"Ttl":{"type":"integer","nullable":true,"readOnly":true}}},"dnssec_algorithm":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_digest":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_digest_algorithm":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_digest_type":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_ds":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_flags":{"type":"number","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_key_tag":{"type":"number","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_key_type":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_public_key":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"dnssec_status":{"enum":["active","pending","disabled","pending-disabled","error"],"x-auditable":true},"dnssec_dnssec":{"type":"object","properties":{"algorithm":{"$ref":"#/components/schemas/dnssec_algorithm"},"digest":{"$ref":"#/components/schemas/dnssec_digest"},"digest_algorithm":{"$ref":"#/components/schemas/dnssec_digest_algorithm"},"digest_type":{"$ref":"#/components/schemas/dnssec_digest_type"},"dnssec_multi_signer":{"$ref":"#/components/schemas/dnssec_dnssec_multi_signer"},"dnssec_presigned":{"$ref":"#/components/schemas/dnssec_dnssec_presigned"},"dnssec_use_nsec3":{"$ref":"#/components/schemas/dnssec_dnssec_use_nsec3"},"ds":{"$ref":"#/components/schemas/dnssec_ds"},"flags":{"$ref":"#/components/schemas/dnssec_flags"},"key_tag":{"$ref":"#/components/schemas/dnssec_key_tag"},"key_type":{"$ref":"#/components/schemas/dnssec_key_type"},"modified_on":{"$ref":"#/components/schemas/dnssec_modified_on"},"public_key":{"$ref":"#/components/schemas/dnssec_public_key"},"status":{"$ref":"#/components/schemas/dnssec_status"}}},"dnssec_dnskey_record":{"type":"object","properties":{"Algorithm":{"type":"integer","nullable":true,"readOnly":true},"Flags":{"type":"integer","nullable":true,"readOnly":true},"Hdr":{"$ref":"#/components/schemas/dnssec_dnskey_record_header"},"Protocol":{"type":"integer","nullable":true,"readOnly":true},"PublicKey":{"type":"string","nullable":true,"readOnly":true}}},"dnssec_key_storage_location":{"type":"string","enum":["database","vault"],"x-auditable":true},"dnssec_dnskey_signing_key":{"type":"object","properties":{"kek":{"type":"string","nullable":true,"readOnly":true},"privkey":{"type":"string","format":"byte","nullable":true,"readOnly":true},"pubkey":{"type":"string","nullable":true,"readOnly":true}}},"dnssec_dnssec_key_state":{"type":"string","enum":["active","publish","external","retired","revoked","removed"],"x-auditable":true},"dnssec_dnssec_zsk":{"type":"object","properties":{"DNSKEY":{"$ref":"#/components/schemas/dnssec_dnskey_record"},"Location":{"$ref":"#/components/schemas/dnssec_key_storage_location"},"Name":{"type":"string","readOnly":true},"SigningKey":{"$ref":"#/components/schemas/dnssec_dnskey_signing_key"},"Tag":{"$ref":"#/components/schemas/dnssec_dnssec_key_state"}}},"dos_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"dos_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/dos_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"dos_DnsProtectionRule":{"type":"object","properties":{"block_any_queries":{"type":"boolean","x-auditable":true},"burst_sensitivity":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"type":"string","x-auditable":true},"profile_sensitivity":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","scope","name","mode","profile_sensitivity","rate_sensitivity","burst_sensitivity","block_any_queries","created_on","modified_on"]},"dos_ExpressionFilter":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","x-auditable":true},"expression":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true}},"additionalProperties":false,"required":["id","expression","mode","created_on","modified_on"]},"dos_InfraPrefix":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","prefix","comment","enabled","created_on","modified_on"]},"dos_Prefix":{"type":"object","properties":{"comment":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"excluded":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","prefix","comment","excluded","created_on","modified_on"]},"dos_ProtectionStatus":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}},"additionalProperties":false,"required":["enabled"]},"dos_SynProtectionRule":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"type":"string","x-auditable":true},"mitigation_type":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","scope","name","mode","mitigation_type","rate_sensitivity","burst_sensitivity","created_on","modified_on"]},"dos_TcpFlowProtectionRule":{"type":"object","properties":{"burst_sensitivity":{"type":"string","x-auditable":true},"created_on":{"type":"string","format":"date-time","x-auditable":true},"id":{"type":"string","x-auditable":true},"mode":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"name":{"type":"string","x-auditable":true},"rate_sensitivity":{"type":"string","x-auditable":true},"scope":{"type":"string","x-auditable":true}},"additionalProperties":false,"required":["id","scope","name","mode","rate_sensitivity","burst_sensitivity","created_on","modified_on"]},"email-auth_ApprovedSourceResponse":{"type":"object","properties":{"created":{"type":"string","format":"date-time","deprecated":true,"x-stainless-deprecation-message":"Use `created_at` instead."},"created_at":{"type":"string","format":"date-time"},"domain":{"type":"string"},"ips":{"type":"array","items":{"type":"string"}},"modified":{"type":"string","format":"date-time","deprecated":true,"x-stainless-deprecation-message":"Use `modified_at` instead."},"modified_at":{"type":"string","format":"date-time"},"name":{"type":"string"},"slug":{"type":"string"},"tag":{"type":"string"}}},"email-auth_ZoneDnsRecords":{"type":"object","properties":{"bimi_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"cname_dkim_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"cname_dmarc_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"cname_spf_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"dkim_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"dmarc_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}},"spf_records":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_DnsRecordInfo"}}}},"email-auth_DmarcStatus":{"type":"string","enum":["missing-dmarc-report","multiple-dmarc-reports","missing-dmarc-rua","cname-on-dmarc-record"]},"email-auth_SpfTree":{"type":"object","properties":{"components":{"items":{"$ref":"#/components/schemas/email-auth_SpfComponent"},"type":"array"},"domain":{"type":"string"},"errors":{"type":"array","items":{"$ref":"#/components/schemas/email-auth_InspectError"}},"record":{"type":"string"},"total_lookups":{"type":"integer"}},"required":["domain","record","total_lookups","components"]},"email-auth_SpfResult":{"type":"string","enum":["pass","neutral","fail","soft_fail","none","temp_error","perm_error"]},"email-auth_SpfComponent":{"type":"object","properties":{"lookup_count":{"type":"integer"},"nested":{"allOf":[{"$ref":"#/components/schemas/email-auth_SpfTree"}]},"result":{"$ref":"#/components/schemas/email-auth_SpfResult"},"type":{"type":"string","enum":["ALL","A","MX","IP4","IP6","EXISTS","INCLUDE","PTR","REDIRECT"]},"value":{"type":"string"}},"required":["type","value","result","lookup_count"]},"email-auth_InspectError":{"type":"object","properties":{"code":{"type":"string"},"details":{"type":"string"},"domain":{"type":"string"},"message":{"type":"string"}},"required":["code","message","domain"]},"email-auth_DnsRecordInfo":{"type":"object","properties":{"content":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"ttl":{"type":"integer"},"type":{"type":"string"}}},"email-auth_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"email-auth_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/email-auth_messages"},"messages":{"$ref":"#/components/schemas/email-auth_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"email-security_ActionEntryProperties":{"type":"object","properties":{"folder":{"type":"string","nullable":true},"requested_by":{"type":"string","nullable":true},"requested_disposition":{"type":"string","nullable":true},"service":{"type":"string","nullable":true},"submission_id":{"type":"string","nullable":true},"submission_type":{"type":"string","nullable":true}}},"email-security_timestamp":{"type":"string","format":"date-time","x-auditable":true},"email-security_BulkMessageActionParams":{"discriminator":{"propertyName":"type"},"oneOf":[{"properties":{"client_recipient":{"type":"string"},"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"type":{"type":"string","enum":["MOVE"]}},"required":["type","destination","client_recipient"],"type":"object"},{"properties":{"client_recipient":{"type":"string"},"type":{"type":"string","enum":["RELEASE"]}},"required":["type","client_recipient"],"type":"object"}]},"email-security_BulkSearchParams":{"type":"object","properties":{"action_log":{"type":"boolean","default":false,"deprecated":true,"x-stainless-deprecation-message":"Use GET /investigate/{investigate_id}/action_log instead."},"alert_id":{"type":"string","nullable":true},"delivery_status":{"$ref":"#/components/schemas/email-security_MessageDeliveryStatus"},"detections_only":{"type":"boolean","default":true},"domain":{"type":"string","nullable":true},"end":{"type":"string","format":"date-time"},"exact_subject":{"type":"string","nullable":true},"final_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"message_action":{"type":"string","enum":["PREVIEW","QUARANTINE_RELEASED","MOVED"],"nullable":true},"message_id":{"type":"string","nullable":true},"metric":{"type":"string","nullable":true},"query":{"nullable":true,"type":"string"},"recipient":{"type":"string","nullable":true},"sender":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"subject":{"type":"string","nullable":true},"submissions":{"type":"boolean","default":false}}},"email-security_BulkJobActionParams":{"discriminator":{"propertyName":"type"},"oneOf":[{"properties":{"destination":{"$ref":"#/components/schemas/email-security_MailboxDestination"},"expected_disposition":{"$ref":"#/components/schemas/email-security_DispositionLabel"},"type":{"type":"string","enum":["MOVE"]}},"required":["type","destination"],"type":"object"},{"properties":{"type":{"type":"string","enum":["RELEASE"]}},"required":["type"],"type":"object"}]},"email-security_ScannableFolder":{"type":"string","enum":["AllItems","Inbox",null],"nullable":true},"email-security_Region":{"type":"string","enum":["GLOBAL","AU","DE","IN","US"]},"email-security_DomainAuthorization":{"type":"object","properties":{"authorized":{"type":"boolean"},"status_message":{"type":"string","nullable":true},"timestamp":{"type":"string","format":"date-time","readOnly":true}},"required":["authorized","timestamp"]},"email-security_DmarcStatus":{"type":"string","enum":["none","good","invalid",null],"nullable":true},"email-security_EmailsProcessed":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","readOnly":true},"total_emails_processed":{"type":"integer","minimum":0},"total_emails_processed_previous":{"type":"integer","minimum":0}},"required":["total_emails_processed","total_emails_processed_previous","timestamp"]},"email-security_SpfStatus":{"type":"string","enum":["none","good","neutral","open","invalid",null],"nullable":true},"email-security_ActionLogEntry":{"type":"object","properties":{"completed_at":{"type":"string","format":"date-time","readOnly":true},"completed_timestamp":{"type":"string","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `completed_at` instead."},"operation":{"type":"string","enum":["MOVE","RELEASE","RECLASSIFY","SUBMISSION","QUARANTINE_RELEASE","PREVIEW"]},"properties":{"type":"object","properties":{"folder":{"type":"string"},"requested_by":{"type":"string"}}},"status":{"type":"string","nullable":true}},"required":["completed_at","operation"]},"email-security_MessageDeliveryMode":{"type":"string","enum":["DIRECT","BCC","JOURNAL","REVIEW_SUBMISSION","DMARC_UNVERIFIED","DMARC_FAILURE_REPORT","DMARC_AGGREGATE_REPORT","THREAT_INTEL_SUBMISSION","SIMULATION_SUBMISSION","API","RETRO_SCAN"]},"email-security_Validation":{"type":"object","properties":{"comment":{"type":"string","nullable":true},"dkim":{"$ref":"#/components/schemas/email-security_ValidationStatus"},"dmarc":{"$ref":"#/components/schemas/email-security_ValidationStatus"},"spf":{"$ref":"#/components/schemas/email-security_ValidationStatus"}}},"email-security_Attachment":{"type":"object","properties":{"content_type":{"type":"string","nullable":true},"detection":{"type":"string","allOf":[{"$ref":"#/components/schemas/email-security_DispositionLabel"}],"nullable":true},"encrypted":{"type":"boolean","nullable":true},"filename":{"type":"string","nullable":true},"md5":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"sha1":{"type":"string","nullable":true},"sha256":{"type":"string","nullable":true},"size":{"type":"integer","minimum":0}},"required":["size"]},"email-security_MessageHeader":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"email-security_Link":{"type":"object","properties":{"href":{"type":"string"},"text":{"type":"string","nullable":true}},"required":["href"]},"email-security_ThreatCategory":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"email-security_TraceLine":{"type":"object","properties":{"lineno":{"type":"integer"},"logged_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"message":{"type":"string"},"ts":{"type":"string","deprecated":true,"readOnly":true,"x-stainless-deprecation-message":"Use `logged_at` instead."}}},"email-security_SubmissionDisposition":{"type":"string","enum":["MALICIOUS","SUSPICIOUS","SPOOF","SPAM","BULK","NONE"]},"email-security_PhishGuardReportTag":{"type":"object","properties":{"category":{"type":"string"},"value":{"type":"string"}},"required":["category","value"]},"email-security_CustomerStatus":{"type":"string","enum":["escalated","reviewed","unreviewed"],"nullable":true},"email-security_OptionalSubmissionDisposition":{"type":"string","allOf":[{"$ref":"#/components/schemas/email-security_SubmissionDisposition"}],"nullable":true},"email-security_ValidationStatus":{"type":"string","enum":["pass","neutral","fail","error","none"]},"email-security_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"email-sending_EmailAttachment":{"type":"object","properties":{"content":{"type":"string"},"disposition":{"type":"string","enum":["attachment"]},"filename":{"type":"string"},"type":{"type":"string"}},"required":["disposition","filename","type","content"]},"email-sending_EmailInlineAttachment":{"type":"object","properties":{"content":{"type":"string"},"content_id":{"type":"string"},"disposition":{"type":"string","enum":["inline"]},"filename":{"type":"string"},"type":{"type":"string"}},"required":["disposition","content_id","filename","type","content"]},"email-sending_NamedRecipientList":{"oneOf":[{"$ref":"#/components/schemas/email-sending_EmailAddressString"},{"$ref":"#/components/schemas/email-sending_EmailAddressObject"},{"items":{"oneOf":[{"$ref":"#/components/schemas/email-sending_EmailAddressString"},{"$ref":"#/components/schemas/email-sending_EmailAddressObject"}]},"type":"array"}]},"email-sending_EmailAddressString":{"type":"string","pattern":"^[\\x20-\\x7E]+$"},"email-sending_EmailAddressObject":{"type":"object","properties":{"address":{"type":"string","pattern":"^[\\x20-\\x7E]+$"},"name":{"type":"string","nullable":true}},"required":["address"]},"email_rule_properties":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"id":{"$ref":"#/components/schemas/email_rule_identifier"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"priority":{"$ref":"#/components/schemas/email_rule_priority"},"source":{"$ref":"#/components/schemas/email_rule_source"},"tag":{"$ref":"#/components/schemas/email_rule_tag"}}},"email_account_rules_plan_zone":{"type":"object","properties":{"changes":{"type":"array","items":{"$ref":"#/components/schemas/email_account_rules_plan_change"}},"zone_id":{"$ref":"#/components/schemas/email_identifier"},"zone_name":{"type":"string"}}},"email_account_rules_plan_catch_all_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_catchall-actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_catchall-matchers"}},"required":["actions","matchers"]},"email_rule_catchall-actions":{"type":"array","items":{"$ref":"#/components/schemas/email_rule_catchall-action"},"maxItems":1,"minItems":1},"email_rule_enabled":{"type":"boolean","default":true,"enum":[true,false],"x-auditable":true},"email_rule_catchall-matchers":{"type":"array","items":{"$ref":"#/components/schemas/email_rule_catchall-matcher"}},"email_account_rules_plan_remote_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"id":{"$ref":"#/components/schemas/email_rule_identifier"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"},"owner_worker_name":{"type":"string"},"source":{"$ref":"#/components/schemas/email_rule_source"}}},"email_rule_actions":{"type":"array","items":{"$ref":"#/components/schemas/email_rule_action"},"maxItems":1,"minItems":1},"email_rule_matchers":{"type":"array","items":{"$ref":"#/components/schemas/email_rule_matcher"}},"email_rule_source":{"type":"string","default":"api","enum":["api","wrangler"],"x-auditable":true},"email_account_rules_plan_catch_all_entry":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/email_account_rules_plan_catch_all_rule"},"target":{"type":"string"}},"required":["target","rule"]},"email_rule_owner_worker_tag":{"type":"string","maxLength":32,"writeOnly":true,"x-auditable":true},"email_account_rules_plan_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"matchers":{"$ref":"#/components/schemas/email_rule_matchers"}},"required":["actions","matchers"]},"email_account_rules_plan":{"type":"object","properties":{"zones":{"type":"array","items":{"$ref":"#/components/schemas/email_account_rules_plan_zone"}}}},"email_account_rules_plan_change":{"type":"object","properties":{"remote":{"$ref":"#/components/schemas/email_account_rules_plan_remote_rule"},"target":{"type":"string"},"type":{"type":"string","enum":["added","updated","deleted","conflict"]}}},"email_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"email_account_rule":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_rule_properties"},{"properties":{"zone":{"type":"object","properties":{"name":{"type":"string","readOnly":true},"tag":{"type":"string","maxLength":32,"readOnly":true}}}}}]},"email_destination_address_properties":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/email_created"},"email":{"$ref":"#/components/schemas/email_email"},"id":{"$ref":"#/components/schemas/email_destination_address_identifier"},"modified":{"$ref":"#/components/schemas/email_modified"},"tag":{"$ref":"#/components/schemas/email_destination_address_tag"},"verified":{"$ref":"#/components/schemas/email_verified"}}},"email_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/email_messages"},"messages":{"$ref":"#/components/schemas/email_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"email_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"email_rule_name":{"type":"string","maxLength":256,"x-auditable":true},"email_rule_tag":{"type":"string","deprecated":true,"maxLength":32,"readOnly":true},"email_catch_all_rule":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/email_rule_catchall-actions"},"enabled":{"$ref":"#/components/schemas/email_rule_enabled"},"id":{"$ref":"#/components/schemas/email_rule_identifier"},"matchers":{"$ref":"#/components/schemas/email_rule_catchall-matchers"},"name":{"$ref":"#/components/schemas/email_rule_name"},"source":{"$ref":"#/components/schemas/email_rule_source"},"tag":{"$ref":"#/components/schemas/email_rule_tag"}}},"email_email":{"type":"string","maxLength":90,"x-auditable":true},"email_rule_priority":{"type":"number","default":0,"minimum":0,"x-auditable":true},"email_created":{"type":"string","format":"date-time","readOnly":true},"email_modified":{"type":"string","format":"date-time","readOnly":true},"email_destination_address_tag":{"type":"string","deprecated":true,"maxLength":32,"readOnly":true},"email_verified":{"type":"string","format":"date-time","readOnly":true},"email_addresses":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_destination_address_properties"}]},"email_dns_record":{"type":"object","properties":{"content":{"type":"string"},"name":{"type":"string","maxLength":255,"x-auditable":true},"priority":{"type":"number","maximum":65535,"minimum":0,"x-auditable":true},"ttl":{"type":"number","anyOf":[{"maximum":86400,"minimum":1,"type":"number"},{"enum":[1],"type":"number"}],"x-auditable":true},"type":{"type":"string","enum":["A","AAAA","CNAME","HTTPS","TXT","SRV","LOC","MX","NS","CERT","DNSKEY","DS","NAPTR","SMIMEA","SSHFP","SVCB","TLSA","URI"],"readOnly":true,"x-auditable":true}}},"email_email_routing_get_response_dns_errors":{"type":"array","items":{"$ref":"#/components/schemas/email_email_routing_get_response_dns_error"}},"email_email_routing_get_response_dns_error":{"type":"object","properties":{"code":{"type":"string"},"missing":{"$ref":"#/components/schemas/email_dns_record"}}},"email_email_setting_created":{"type":"string","format":"date-time","readOnly":true},"email_email_setting_enabled":{"type":"boolean","enum":[true,false],"readOnly":true,"x-auditable":true},"email_email_setting_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"email_email_setting_modified":{"type":"string","format":"date-time","readOnly":true},"email_email_setting_skip-wizard":{"type":"boolean","enum":[true,false],"readOnly":true},"email_email_setting_status":{"type":"string","enum":["ready","unconfigured","misconfigured","misconfigured/locked","unlocked"],"readOnly":true},"email_email_setting_support_subaddress":{"type":"boolean","enum":[true,false],"readOnly":true},"email_email_setting_tag":{"type":"string","deprecated":true,"maxLength":32,"readOnly":true},"email_settings":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_email_settings_properties"}]},"email_rule_action":{"type":"object","properties":{"type":{"type":"string","enum":["drop","forward","worker"],"x-auditable":true},"value":{"type":"array","items":{"maxLength":90,"type":"string","x-auditable":true},"maxItems":1}},"required":["type"]},"email_rule_catchall-action":{"type":"object","properties":{"type":{"type":"string","enum":["drop","forward","worker"],"x-auditable":true},"value":{"type":"array","items":{"maxLength":90,"type":"string","x-auditable":true},"maxItems":1}},"required":["type"]},"email_rule_catchall-matcher":{"type":"object","properties":{"type":{"type":"string","enum":["all"],"x-auditable":true}},"required":["type"]},"email_rule_matcher":{"type":"object","properties":{"field":{"type":"string","enum":["to"],"x-auditable":true},"type":{"type":"string","enum":["all","literal"],"x-auditable":true},"value":{"type":"string","maxLength":90,"x-auditable":true}},"required":["type"]},"email_rules":{"type":"object","allOf":[{"$ref":"#/components/schemas/email_rule_properties"}]},"email_sending_limits_properties":{"type":"object","properties":{"quota":{"type":"object","nullable":true,"properties":{"unit":{"type":"string","enum":["day","hour"]},"value":{"type":"integer"}},"readOnly":true},"usage":{"type":"object","nullable":true,"properties":{"over_quota":{"type":"boolean"},"resets_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"sent":{"type":"integer"}},"readOnly":true}}},"email_sending_subdomain_properties":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/email_created"},"dkim_selector":{"type":"string","readOnly":true},"enabled":{"type":"boolean","readOnly":true},"modified":{"$ref":"#/components/schemas/email_modified"},"name":{"type":"string","x-auditable":true},"preview_enabled":{"type":"boolean","x-auditable":true},"return_path_domain":{"type":"string","readOnly":true},"tag":{"$ref":"#/components/schemas/email_sending_subdomain_identifier"}},"required":["tag","name","enabled"]},"email_sending_subdomain_config_error":{"type":"object","properties":{"code":{"type":"string","enum":["mx.missing","mx.foreign","spf.missing","spf.foreign","spf.multiple","dkim.missing","dkim.conflict","dmarc.missing","dmarc.multiple","domainkey.delegated"]},"existing":{"$ref":"#/components/schemas/email_dns_record"},"missing":{"$ref":"#/components/schemas/email_dns_record"},"multiple":{"type":"array","items":{"$ref":"#/components/schemas/email_dns_record"}}},"required":["code"]},"email_sending_subdomain_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"email_sending_subdomain":{"allOf":[{"$ref":"#/components/schemas/email_sending_subdomain_properties"}]},"email_email_settings_properties":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/email_email_setting_created"},"enabled":{"$ref":"#/components/schemas/email_email_setting_enabled"},"id":{"$ref":"#/components/schemas/email_email_setting_identifier"},"modified":{"$ref":"#/components/schemas/email_email_setting_modified"},"name":{"$ref":"#/components/schemas/email_email_setting_name"},"skip_wizard":{"$ref":"#/components/schemas/email_email_setting_skip-wizard"},"status":{"$ref":"#/components/schemas/email_email_setting_status"},"support_subaddress":{"$ref":"#/components/schemas/email_email_setting_support_subaddress"},"tag":{"$ref":"#/components/schemas/email_email_setting_tag"}},"required":["id","name","enabled"]},"firewall_mode":{"type":"string","enum":["simulate","ban","challenge","js_challenge","managed_challenge"],"x-auditable":true},"firewall_custom_response":{"type":"object","anyOf":[{"properties":{"body":{"$ref":"#/components/schemas/firewall_body"},"content_type":{"$ref":"#/components/schemas/firewall_content_type"}},"type":"object"}]},"firewall_timeout":{"type":"number","maximum":86400,"minimum":1,"x-auditable":true},"firewall_package_definition":{"type":"object","properties":{"detection_mode":{"$ref":"#/components/schemas/firewall_detection_mode"},"id":{"$ref":"#/components/schemas/firewall_identifier"},"name":{"$ref":"#/components/schemas/firewall_name"},"status":{"$ref":"#/components/schemas/firewall_status"},"zone_id":{"$ref":"#/components/schemas/firewall_identifier"}},"required":["id","name","description","detection_mode","zone_id"],"title":"Traditional WAF package"},"firewall_anomaly_detection_mode":{"type":"string","readOnly":true},"firewall_anomaly_name":{"type":"string","readOnly":true},"firewall_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/firewall_messages"},"messages":{"$ref":"#/components/schemas/firewall_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"firewall_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"firewall_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"firewall_ip_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip"]},"value":{"type":"string"}},"title":"An IP address configuration."},"firewall_ipv6_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip6"]},"value":{"type":"string"}},"title":"An IPv6 address configuration."},"firewall_cidr_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip_range"]},"value":{"type":"string"}},"title":"An IP address range configuration."},"firewall_asn_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["asn"]},"value":{"type":"string"}},"title":"An ASN configuration."},"firewall_country_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["country"]},"value":{"type":"string","x-auditable":true}},"title":"A country configuration."},"firewall_schemas-ip_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip"]},"value":{"type":"string"}},"title":"An IP address configuration."},"firewall_schemas-cidr_configuration":{"type":"object","properties":{"target":{"type":"string","enum":["ip_range"]},"value":{"type":"string"}},"title":"An IP address range configuration."},"firewall_body":{"type":"string","maxLength":10240},"firewall_content_type":{"type":"string","maxLength":50,"x-auditable":true},"firewall_deleted":{"type":"boolean"},"firewall_expression":{"type":"string"},"firewall_schemas-ref":{"type":"string","maxLength":50},"firewall_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_api-response-common"},{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true},"result_info":{"$ref":"#/components/schemas/firewall_result_info"}},"type":"object"}]},"firewall_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"firewall_schemas-action":{"type":"string","enum":["block","challenge","js_challenge","managed_challenge","allow","log","bypass"]},"firewall_components-schemas-paused":{"type":"boolean"},"firewall_components-schemas-priority":{"type":"number","maximum":2147483647,"minimum":0},"firewall_products":{"type":"array","items":{"enum":["zoneLockdown","uaBlock","bic","hot","securityLevel","rateLimit","waf"],"type":"string"}},"firewall_ref":{"type":"string","maxLength":50},"firewall_filter-rule-base":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_schemas-action"},"id":{"$ref":"#/components/schemas/firewall_firewall-rules_components-schemas-id"},"paused":{"$ref":"#/components/schemas/firewall_components-schemas-paused"},"priority":{"$ref":"#/components/schemas/firewall_components-schemas-priority"},"products":{"$ref":"#/components/schemas/firewall_products"},"ref":{"$ref":"#/components/schemas/firewall_ref"}}},"firewall_deleted-filter":{"type":"object","properties":{"deleted":{"$ref":"#/components/schemas/firewall_deleted"},"id":{"$ref":"#/components/schemas/firewall_filters_components-schemas-id"}},"additionalProperties":false,"required":["id","deleted"]},"firewall_filter-rule-response":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_filter-rule-base"},{"properties":{"filter":{"oneOf":[{"$ref":"#/components/schemas/firewall_filter"},{"$ref":"#/components/schemas/firewall_deleted-filter"}]}},"type":"object"}]},"firewall_schemas-configuration":{"type":"object","properties":{"target":{"type":"string"},"value":{"type":"string"}}},"firewall_components-schemas-mode":{"enum":["block","challenge","js_challenge","managed_challenge"],"maxLength":12},"firewall_firewalluablock":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/firewall_schemas-configuration"},"id":{"$ref":"#/components/schemas/firewall_components-ua-rule-id"},"mode":{"$ref":"#/components/schemas/firewall_components-schemas-mode"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"}}},"firewall_header_name":{"type":"string","x-auditable":true},"firewall_header_op":{"type":"string","enum":["eq","ne"],"x-auditable":true},"firewall_header_value":{"type":"string","x-auditable":true},"firewall_methods":{"type":"array","items":{"enum":["GET","POST","PUT","DELETE","PATCH","HEAD","_ALL_"],"type":"string","x-auditable":true}},"firewall_schemes":{"type":"array","items":{"type":"string"},"x-auditable":true},"firewall_url":{"type":"string","maxLength":1024,"x-auditable":true},"firewall_origin_traffic":{"type":"boolean","x-auditable":true},"firewall_groups":{"type":"object","additionalProperties":true},"firewall_paused":{"type":"boolean","x-auditable":true},"firewall_priority":{"type":"number","maximum":1000000000,"minimum":-1000000000,"x-auditable":true},"firewall_override":{"type":"object","properties":{"groups":{"$ref":"#/components/schemas/firewall_groups"},"id":{"$ref":"#/components/schemas/firewall_overrides-id"},"paused":{"$ref":"#/components/schemas/firewall_paused"},"priority":{"$ref":"#/components/schemas/firewall_priority"},"rewrite_action":{"$ref":"#/components/schemas/firewall_rewrite_action"},"rules":{"$ref":"#/components/schemas/firewall_rules"},"urls":{"$ref":"#/components/schemas/firewall_urls"}}},"firewall_detection_mode":{"type":"string","enum":["anomaly","traditional"],"readOnly":true},"firewall_name":{"type":"string","readOnly":true},"firewall_status":{"type":"string","default":"active","enum":["active"],"readOnly":true},"firewall_package":{"type":"object","oneOf":[{"$ref":"#/components/schemas/firewall_package_definition"},{"$ref":"#/components/schemas/firewall_anomaly_package"}]},"firewall_ratelimit":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/firewall_action"},"bypass":{"$ref":"#/components/schemas/firewall_bypass"},"disabled":{"$ref":"#/components/schemas/firewall_disabled"},"id":{"$ref":"#/components/schemas/firewall_id"},"match":{"$ref":"#/components/schemas/firewall_match"},"period":{"$ref":"#/components/schemas/firewall_period"},"threshold":{"$ref":"#/components/schemas/firewall_threshold"}}},"firewall_bypass":{"type":"array","items":{"properties":{"name":{"type":"string","enum":["url"]},"value":{"type":"string"}},"type":"object"}},"firewall_disabled":{"type":"boolean","x-auditable":true},"firewall_rate-limits":{"type":"object","allOf":[{"$ref":"#/components/schemas/firewall_ratelimit"}]},"firewall_waf_rewrite_action":{"enum":["challenge","block","simulate","disable","default"],"x-auditable":true},"firewall_schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"firewall_rule":{"type":"object","properties":{"allowed_modes":{"type":"array","items":{"$ref":"#/components/schemas/firewall_schemas-mode"},"readOnly":true},"configuration":{"$ref":"#/components/schemas/firewall_configuration"},"created_on":{"type":"string","format":"date-time","readOnly":true},"id":{"$ref":"#/components/schemas/firewall_schemas-identifier"},"mode":{"$ref":"#/components/schemas/firewall_schemas-mode"},"modified_on":{"type":"string","format":"date-time","readOnly":true},"notes":{"$ref":"#/components/schemas/firewall_notes"}},"required":["id","mode","allowed_modes","configuration"]},"firewall_waf_action":{"enum":["challenge","block","simulate","disable","default"]},"firewall_email":{"type":"string","maxLength":90},"firewall_created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"firewall_schemas-urls":{"type":"array","items":{"type":"string","x-auditable":true}},"firewall_zonelockdown":{"type":"object","properties":{"configurations":{"$ref":"#/components/schemas/firewall_configurations"},"created_on":{"$ref":"#/components/schemas/firewall_created_on"},"id":{"$ref":"#/components/schemas/firewall_lockdowns_components-schemas-id"},"modified_on":{"$ref":"#/components/schemas/firewall_modified_on"},"paused":{"$ref":"#/components/schemas/firewall_schemas-paused"},"urls":{"$ref":"#/components/schemas/firewall_schemas-urls"}},"additionalProperties":false,"required":["id","created_on","modified_on","paused","description","urls","configurations"]},"flagship_ChangelogEntry":{"oneOf":[{"properties":{"after":{"$ref":"#/components/schemas/flagship_Flag"},"event":{"type":"string","enum":["create"]},"flag_key":{"type":"string"}},"required":["flag_key","event","after"],"type":"object"},{"properties":{"after":{"$ref":"#/components/schemas/flagship_Flag"},"event":{"type":"string","enum":["delete"]},"flag_key":{"type":"string"}},"required":["flag_key","event","after"],"type":"object"},{"properties":{"after":{"$ref":"#/components/schemas/flagship_Flag"},"diff":{"type":"object","additionalProperties":{"properties":{"from":{"$ref":"#/components/schemas/flagship_JsonValue"},"to":{"$ref":"#/components/schemas/flagship_JsonValue"}},"type":"object"}},"event":{"type":"string","enum":["update"]},"flag_key":{"type":"string"}},"required":["flag_key","event","after","diff"],"type":"object"}]},"flagship_ApiMessage":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]},"fraud_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"fraud_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/fraud_messages"},"messages":{"$ref":"#/components/schemas/fraud_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"fraud_auth_criteria":{"type":"object","properties":{"kind":{"type":"string","enum":["status_code"],"x-auditable":true},"status_codes":{"type":"array","items":{"maximum":599,"minimum":100,"type":"integer"},"maxItems":10,"x-auditable":true}},"additionalProperties":false,"required":["kind"]},"fraud_authentication_settings":{"type":"object","properties":{"failure_criteria":{"allOf":[{"$ref":"#/components/schemas/fraud_auth_criteria"}]},"success_criteria":{"allOf":[{"$ref":"#/components/schemas/fraud_auth_criteria"}]}},"additionalProperties":false},"fraud_user_profiles_status":{"type":"string","enum":["enabled","disabled"],"x-auditable":true},"fraud_username_expressions":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":10},"fraud_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/fraud_api-response-common"}]},"google-tag-gateway_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"healthchecks_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/healthchecks_messages"},"messages":{"$ref":"#/components/schemas/healthchecks_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"healthchecks_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"healthchecks_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"healthchecks_address":{"type":"string","x-auditable":true},"healthchecks_check_regions":{"type":"array","items":{"enum":["WNAM","ENAM","WEU","EEU","NSAM","SSAM","OC","ME","NAF","SAF","IN","SEAS","NEAS","ALL_REGIONS"],"type":"string"},"nullable":true,"x-auditable":true},"healthchecks_consecutive_fails":{"type":"integer","default":1,"x-auditable":true},"healthchecks_consecutive_successes":{"type":"integer","default":1,"x-auditable":true},"healthchecks_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"healthchecks_failure_reason":{"type":"string","readOnly":true,"x-auditable":true},"healthchecks_http_config":{"type":"object","properties":{"allow_insecure":{"type":"boolean","default":false,"x-auditable":true},"expected_body":{"type":"string","default":"","x-auditable":true},"expected_codes":{"type":"array","items":{"type":"string"},"default":"200","nullable":true,"x-auditable":true},"follow_redirects":{"type":"boolean","default":false,"x-auditable":true},"header":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"},"nullable":true},"method":{"type":"string","default":"GET","enum":["GET","HEAD"],"x-auditable":true},"path":{"type":"string","default":"/","x-auditable":true},"port":{"type":"integer","default":80,"x-auditable":true}},"nullable":true},"healthchecks_interval":{"type":"integer","default":60,"x-auditable":true},"healthchecks_name":{"type":"string","x-auditable":true},"healthchecks_retries":{"type":"integer","default":2,"x-auditable":true},"healthchecks_status":{"type":"string","enum":["unknown","healthy","unhealthy","suspended"],"readOnly":true,"x-auditable":true},"healthchecks_suspended":{"type":"boolean","default":false,"x-auditable":true},"healthchecks_tcp_config":{"type":"object","properties":{"method":{"type":"string","default":"connection_established","enum":["connection_established"],"x-auditable":true},"port":{"type":"integer","default":80,"x-auditable":true}},"nullable":true},"healthchecks_timeout":{"type":"integer","default":5,"x-auditable":true},"healthchecks_type":{"type":"string","default":"HTTP","x-auditable":true},"healthchecks_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-common"},{"properties":{"result":{"oneOf":[{"type":"object"},{"type":"string"}]}},"type":"object"}]},"healthchecks_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/healthchecks_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/healthchecks_result_info"}}}]},"healthchecks_healthchecks":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/healthchecks_address"},"check_regions":{"$ref":"#/components/schemas/healthchecks_check_regions"},"consecutive_fails":{"$ref":"#/components/schemas/healthchecks_consecutive_fails"},"consecutive_successes":{"$ref":"#/components/schemas/healthchecks_consecutive_successes"},"created_on":{"$ref":"#/components/schemas/healthchecks_timestamp"},"failure_reason":{"$ref":"#/components/schemas/healthchecks_failure_reason"},"http_config":{"$ref":"#/components/schemas/healthchecks_http_config"},"id":{"$ref":"#/components/schemas/healthchecks_identifier"},"interval":{"$ref":"#/components/schemas/healthchecks_interval"},"modified_on":{"$ref":"#/components/schemas/healthchecks_timestamp"},"name":{"$ref":"#/components/schemas/healthchecks_name"},"retries":{"$ref":"#/components/schemas/healthchecks_retries"},"status":{"$ref":"#/components/schemas/healthchecks_status"},"suspended":{"$ref":"#/components/schemas/healthchecks_suspended"},"tcp_config":{"$ref":"#/components/schemas/healthchecks_tcp_config"},"timeout":{"$ref":"#/components/schemas/healthchecks_timeout"},"type":{"$ref":"#/components/schemas/healthchecks_type"}}},"hyperdrive_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"hyperdrive_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"hyperdrive_hyperdrive-caching-enabled":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching-common"},{"properties":{"max_age":{"type":"integer","x-auditable":true},"stale_while_revalidate":{"type":"integer","x-auditable":true}},"type":"object"}]},"hyperdrive_hyperdrive-caching-disabled":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching-common"}]},"hyperdrive_hyperdrive-caching-common":{"type":"object","properties":{"disabled":{"type":"boolean","x-auditable":true}}},"hyperdrive_hyperdrive-caching":{"type":"object","discriminator":{"mapping":{"false":"#/components/schemas/hyperdrive_hyperdrive-caching-enabled","true":"#/components/schemas/hyperdrive_hyperdrive-caching-disabled"},"propertyName":"disabled"},"oneOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching-disabled"},{"$ref":"#/components/schemas/hyperdrive_hyperdrive-caching-enabled"}]},"hyperdrive_hyperdrive-mtls":{"type":"object","properties":{"ca_certificate_id":{"type":"string"},"mtls_certificate_id":{"type":"string"},"sslmode":{"type":"string"}},"title":"mTLS"},"hyperdrive_hyperdrive-name":{"type":"string","x-auditable":true},"hyperdrive_hyperdrive-database-full":{"type":"object","allOf":[{"$ref":"#/components/schemas/hyperdrive_hyperdrive-database"}],"required":["scheme","database","user","password"]},"hyperdrive_internet-origin":{"type":"object","properties":{"host":{"type":"string","x-auditable":true},"port":{"type":"integer","x-auditable":true}},"required":["host","port"],"title":"Public Database"},"hyperdrive_over-access-origin":{"type":"object","properties":{"access_client_id":{"type":"string","x-auditable":true},"access_client_secret":{"type":"string","writeOnly":true,"x-sensitive":true},"host":{"type":"string","x-auditable":true}},"required":["host","access_client_id","access_client_secret"],"title":"Access-protected Database behind Cloudflare Tunnel"},"hyperdrive_vpc-service-origin":{"type":"object","properties":{"service_id":{"type":"string","x-auditable":true}},"required":["service_id"],"title":"Database reachable through a Workers VPC"},"hyperdrive_hyperdrive-origin-connection-limit":{"type":"integer","minimum":5,"x-auditable":true},"hyperdrive_hyperdrive-database":{"type":"object","properties":{"database":{"type":"string","x-auditable":true},"password":{"type":"string","writeOnly":true,"x-sensitive":true},"scheme":{"$ref":"#/components/schemas/hyperdrive_hyperdrive-scheme"},"user":{"type":"string","x-auditable":true}},"title":"Connection Options"},"hyperdrive_hyperdrive-scheme":{"type":"string","enum":["postgres","postgresql","mysql"],"x-auditable":true},"iam_common_components-schemas-identifier":{"type":"string","maxLength":32,"minLength":32,"x-auditable":true},"iam_account-type":{"enum":["standard","enterprise"]},"iam_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"iam_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"iam_member_with_policies":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"},"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_list_member_policy"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/iam_role"}},"status":{"enum":["accepted","pending"],"readOnly":true,"x-auditable":true},"user":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/iam_email"},"first_name":{"$ref":"#/components/schemas/iam_first_name"},"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"},"last_name":{"$ref":"#/components/schemas/iam_last_name"},"two_factor_authentication_enabled":{"$ref":"#/components/schemas/iam_two_factor_authentication_enabled"}},"readOnly":true,"required":["email"]}}},"iam_membership":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/iam_schemas-account"},"api_access_enabled":{"$ref":"#/components/schemas/iam_api_access_enabled"},"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"},"permissions":{"allOf":[{"$ref":"#/components/schemas/iam_permissions"}],"readOnly":true},"roles":{"$ref":"#/components/schemas/iam_role_names"},"status":{"$ref":"#/components/schemas/iam_schemas-status"}}},"iam_membership-with-policies":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/iam_schemas-account"},"api_access_enabled":{"$ref":"#/components/schemas/iam_api_access_enabled"},"id":{"$ref":"#/components/schemas/iam_membership_components-schemas-identifier"},"permissions":{"allOf":[{"$ref":"#/components/schemas/iam_permissions"}],"readOnly":true},"policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_list_member_policy"}},"roles":{"$ref":"#/components/schemas/iam_role_names"},"status":{"$ref":"#/components/schemas/iam_schemas-status"}}},"iam_oauth_client":{"allOf":[{"$ref":"#/components/schemas/iam_oauth_client_common"},{"properties":{"client_id":{"allOf":[{"$ref":"#/components/schemas/iam_oauth_client_identifier"}],"readOnly":true},"client_uri_verification":{"$ref":"#/components/schemas/iam_oauth_client_uri_verification"},"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"has_rotated_secret":{"type":"boolean","readOnly":true},"promoted_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"updated_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"visibility":{"type":"string","enum":["public","private"],"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["client_id","visibility"],"type":"object"}],"title":"OAuth Client"},"iam_oauth_scope":{"type":"object","properties":{"category":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}}},"required":["name","id"],"title":"OAuth Scope"},"iam_organization":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"},"name":{"$ref":"#/components/schemas/iam_schemas-name"},"permissions":{"$ref":"#/components/schemas/iam_schemas-permissions"},"roles":{"type":"array","items":{"maxLength":120,"type":"string","x-auditable":true},"readOnly":true},"status":{"$ref":"#/components/schemas/iam_components-schemas-status"}}},"iam_permission_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_permission_group"}},"iam_role":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/iam_role_components-schemas-identifier"},"name":{"type":"string","maxLength":120,"readOnly":true,"x-auditable":true},"permissions":{"allOf":[{"$ref":"#/components/schemas/iam_permissions"},{"readOnly":true}]}},"required":["id","name","description","permissions"]},"iam_token_base":{"type":"object","properties":{"condition":{"$ref":"#/components/schemas/iam_condition"},"expires_on":{"$ref":"#/components/schemas/iam_expires_on"},"id":{"$ref":"#/components/schemas/iam_token_identifier"},"issued_on":{"$ref":"#/components/schemas/iam_issued_on"},"last_used_on":{"$ref":"#/components/schemas/iam_last_used_on"},"modified_on":{"$ref":"#/components/schemas/iam_modified_on"},"name":{"$ref":"#/components/schemas/iam_name"},"not_before":{"$ref":"#/components/schemas/iam_not_before"},"policies":{"$ref":"#/components/schemas/iam_token_policies"},"status":{"$ref":"#/components/schemas/iam_token_status"}}},"iam_account":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"},"managed_by":{"type":"object","properties":{"parent_org_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"parent_org_name":{"type":"string","readOnly":true,"x-auditable":true}}},"name":{"type":"string","maxLength":100,"x-auditable":true},"settings":{"type":"object","properties":{"abuse_contact_email":{"type":"string","x-auditable":true},"enforce_twofactor":{"type":"boolean","default":false,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"type":{"$ref":"#/components/schemas/iam_account-type"}},"required":["id","name","type"]},"iam_request_ip":{"type":"object","properties":{"in":{"$ref":"#/components/schemas/iam_cidr_list"},"not_in":{"$ref":"#/components/schemas/iam_cidr_list"}}},"iam_email":{"type":"string","maxLength":90,"x-auditable":true},"iam_create_member_policy":{"properties":{"access":{"$ref":"#/components/schemas/iam_access"},"id":{"$ref":"#/components/schemas/iam_policy_identifier"},"permission_groups":{"$ref":"#/components/schemas/iam_member_permission_groups"},"resource_groups":{"$ref":"#/components/schemas/iam_member_resource_groups"}},"required":["id","access","permission_groups","resource_groups"],"title":"create_member_policy"},"iam_member-invitation-status":{"type":"string","enum":["accepted","pending"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"iam_create_resource_group_scope_scope_key":{},"iam_create_resource_group_scope_scope_object":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/iam_create_resource_group_scope_scope_object_key"}},"required":["key"]},"iam_access":{"type":"string","enum":["allow","deny"],"x-auditable":true},"iam_policy_identifier":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-always-send":true},"iam_member_permission_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_member_permission_group"}},"iam_member_resource_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_member_resource_group"}},"iam_condition":{"type":"object","properties":{"request_ip":{"$ref":"#/components/schemas/iam_request_ip"}}},"iam_expires_on":{"type":"string","format":"date-time","x-auditable":true},"iam_name":{"type":"string","maxLength":120,"x-auditable":true},"iam_not_before":{"type":"string","format":"date-time","x-auditable":true},"iam_token_policies":{"type":"array","items":{"$ref":"#/components/schemas/iam_policy_with_permission_groups_and_resources"}},"iam_create_resource_group_scope_scope_object_key":{},"iam_user_group_policy_write_body":{"properties":{"access":{"$ref":"#/components/schemas/iam_access"},"permission_groups":{"$ref":"#/components/schemas/iam_permission_group_ids"},"resource_groups":{"$ref":"#/components/schemas/iam_resource_group_ids"}},"required":["access","permission_groups","resource_groups"]},"iam_resource_groups":{"type":"array","items":{"$ref":"#/components/schemas/iam_resource_group"}},"iam_member_permission_group":{"type":"object","properties":{"id":{"type":"string","x-auditable":true}},"required":["id"]},"iam_member_resource_group":{"type":"object","properties":{"id":{"type":"string","x-auditable":true}},"required":["id"]},"iam_list_member_policy":{"properties":{"access":{"$ref":"#/components/schemas/iam_access"},"id":{"$ref":"#/components/schemas/iam_policy_identifier"},"permission_groups":{"$ref":"#/components/schemas/iam_permission_groups"},"resource_groups":{"$ref":"#/components/schemas/iam_resource_groups"}},"title":"list_member_policy"},"iam_two_factor_authentication_enabled":{"type":"boolean","default":false,"readOnly":true},"iam_schemas-account":{"allOf":[{"$ref":"#/components/schemas/iam_account"}],"readOnly":true},"iam_api_access_enabled":{"type":"boolean","nullable":true,"x-auditable":true},"iam_permissions":{"type":"object","properties":{"analytics":{"$ref":"#/components/schemas/iam_grants"},"billing":{"$ref":"#/components/schemas/iam_grants"},"cache_purge":{"$ref":"#/components/schemas/iam_grants"},"dns":{"$ref":"#/components/schemas/iam_grants"},"dns_records":{"$ref":"#/components/schemas/iam_grants"},"lb":{"$ref":"#/components/schemas/iam_grants"},"logs":{"$ref":"#/components/schemas/iam_grants"},"organization":{"$ref":"#/components/schemas/iam_grants"},"ssl":{"$ref":"#/components/schemas/iam_grants"},"waf":{"$ref":"#/components/schemas/iam_grants"},"zone_settings":{"$ref":"#/components/schemas/iam_grants"},"zones":{"$ref":"#/components/schemas/iam_grants"}}},"iam_role_names":{"type":"array","items":{"maxLength":120,"type":"string","x-auditable":true},"readOnly":true},"iam_schemas-status":{"type":"string","enum":["accepted","pending","rejected"],"x-auditable":true},"iam_oauth_client_common":{"type":"object","properties":{"allowed_cors_origins":{"type":"array","items":{"type":"string"},"x-auditable":true},"client_name":{"type":"string","x-auditable":true},"client_uri":{"type":"string","x-auditable":true},"grant_types":{"$ref":"#/components/schemas/iam_oauth_client_grant_types"},"logo_uri":{"type":"string","x-auditable":true},"policy_uri":{"type":"string","x-auditable":true},"post_logout_redirect_uris":{"type":"array","items":{"type":"string"},"x-auditable":true},"redirect_uris":{"type":"array","items":{"type":"string"},"x-auditable":true},"response_types":{"$ref":"#/components/schemas/iam_oauth_client_response_types"},"scopes":{"type":"array","items":{"type":"string"},"x-auditable":true},"token_endpoint_auth_method":{"$ref":"#/components/schemas/iam_oauth_client_token_endpoint_auth_method"},"tos_uri":{"type":"string","x-auditable":true}},"title":"OAuth Client Common Fields"},"iam_oauth_client_identifier":{"type":"string","title":"OAuth Client Identifier","x-auditable":true},"iam_oauth_client_uri_verification":{"type":"object","properties":{"status":{"type":"string","enum":["pending","in_progress","verified","failed"]},"text":{"type":"string"}},"title":"OAuth Client URI Verification"},"iam_oauth_client_grant_types":{"type":"array","items":{"enum":["authorization_code","refresh_token"],"type":"string"},"x-auditable":true},"iam_oauth_client_response_types":{"type":"array","items":{"enum":["token","id_token","code"],"type":"string"},"x-auditable":true},"iam_oauth_client_token_endpoint_auth_method":{"type":"string","enum":["none","client_secret_basic","client_secret_post"],"x-auditable":true},"iam_schemas-permissions":{"type":"array","items":{"maxLength":160,"type":"string","x-auditable":true},"readOnly":true},"iam_components-schemas-status":{"type":"string","enum":["member","invited"],"x-auditable":true},"iam_permission_group":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"meta":{"type":"object","properties":{"key":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"name":{"type":"string","readOnly":true,"x-auditable":true}},"required":["id"]},"iam_grants":{"type":"object","properties":{"read":{"type":"boolean","x-auditable":true},"write":{"type":"boolean","x-auditable":true}}},"iam_effect":{"type":"string","enum":["allow","deny"],"x-auditable":true},"iam_resources":{"oneOf":[{"$ref":"#/components/schemas/iam_resources_type_object_string"},{"$ref":"#/components/schemas/iam_resources_type_object_nested"}],"x-auditable":true},"iam_create-scope":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/iam_create_resource_group_scope_scope_key"},"objects":{"type":"array","items":{"$ref":"#/components/schemas/iam_create_resource_group_scope_scope_object"}}},"required":["key","objects"]},"iam_cidr_list":{"type":"array","items":{"type":"string","x-auditable":true}},"iam_scope":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/iam_scope_key"},"objects":{"type":"array","items":{"$ref":"#/components/schemas/iam_scope_object"}}},"required":["key","objects"]},"iam_resources_type_object_string":{"type":"object","additionalProperties":{"type":"string"}},"iam_resources_type_object_nested":{"type":"object","additionalProperties":{"additionalProperties":{"type":"string"},"type":"object"}},"iam_value":{"type":"string","maxLength":80,"minLength":40,"readOnly":true,"x-sensitive":true},"iam_user_invite":{"type":"object","properties":{"expires_on":{"$ref":"#/components/schemas/iam_schemas-expires_on"},"id":{"$ref":"#/components/schemas/iam_invite_components-schemas-identifier"},"invited_by":{"$ref":"#/components/schemas/iam_invited_by"},"invited_member_email":{"$ref":"#/components/schemas/iam_invited_member_email"},"invited_member_id":{"type":"string","maxLength":32,"nullable":true,"readOnly":true,"x-auditable":true},"invited_on":{"$ref":"#/components/schemas/iam_invited_on"},"organization_id":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"organization_is_enforcing_twofactor":{"type":"boolean","x-auditable":true},"organization_name":{"type":"string","maxLength":100,"readOnly":true,"x-auditable":true},"roles":{"$ref":"#/components/schemas/iam_role_names"},"status":{"enum":["pending","accepted","rejected","expired"],"x-auditable":true}},"required":["invited_member_id","organization_id"]},"iam_scim_group_meta":{"type":"object","properties":{"resourceType":{"type":"string"}},"readOnly":true,"title":"SCIM Group Meta"},"iam_scim_group_summary":{"type":"object","properties":{"displayName":{"type":"string","x-auditable":true},"externalId":{"type":"string","x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"meta":{"$ref":"#/components/schemas/iam_scim_group_meta"},"schemas":{"type":"array","items":{"type":"string"}}},"required":["schemas","id","displayName"],"title":"SCIM Group Summary"},"iam_scim_group_patch_operation":{"type":"object","properties":{"op":{"type":"string","enum":["add","remove","replace"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"value":{"oneOf":[{"items":{"$ref":"#/components/schemas/iam_scim_group_patch_member_value"},"type":"array"},{"type":"string"}]}},"required":["op"],"title":"SCIM Group Patch Operation"},"iam_scim_group_patch_member_value":{"type":"object","properties":{"value":{"type":"string","x-auditable":true}},"title":"SCIM Group Patch Member Value"},"iam_scim_patch_operation":{"type":"object","properties":{"op":{"type":"string","enum":["add","remove","replace"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"value":{}},"required":["op"],"title":"SCIM Patch Operation"},"iam_scim_resource_type_meta":{"type":"object","properties":{"location":{"type":"string"},"resourceType":{"type":"string"}},"title":"SCIM Resource Type Meta"},"iam_scim_schema_extension":{"type":"object","properties":{"required":{"type":"boolean"},"schema":{"type":"string"}},"required":["schema","required"],"title":"SCIM Schema Extension"},"iam_scim_schema_attr":{"type":"object","properties":{"canonicalValues":{"type":"array","items":{"type":"string"}},"caseExact":{"type":"boolean"},"multiValued":{"type":"boolean"},"mutability":{"type":"string","enum":["readOnly","readWrite","immutable","writeOnly"]},"name":{"type":"string"},"referenceTypes":{"type":"array","items":{"type":"string"}},"required":{"type":"boolean"},"returned":{"type":"string","enum":["always","never","default","request"]},"subAttributes":{"type":"array","items":{"$ref":"#/components/schemas/iam_scim_schema_attr"}},"type":{"type":"string","enum":["string","boolean","decimal","integer","dateTime","reference","complex"]},"uniqueness":{"type":"string","enum":["none","server","global"]}},"required":["name","type","multiValued","description","required","caseExact","mutability","returned","uniqueness"],"title":"SCIM Schema Attribute"},"iam_scim_schema_meta":{"type":"object","properties":{"location":{"type":"string"},"resourceType":{"type":"string"}},"title":"SCIM Schema Meta"},"iam_scim_authentication_scheme":{"type":"object","properties":{"documentationUri":{"type":"string"},"name":{"type":"string"},"primary":{"type":"boolean"},"specUri":{"type":"string"},"type":{"type":"string"}},"required":["type","name","description"],"title":"SCIM Authentication Scheme"},"iam_scim_bulk_feature":{"type":"object","properties":{"maxOperations":{"type":"integer"},"maxPayloadSize":{"type":"integer"},"supported":{"type":"boolean"}},"required":["supported","maxOperations","maxPayloadSize"],"title":"SCIM Bulk Feature"},"iam_scim_feature":{"type":"object","properties":{"supported":{"type":"boolean"}},"required":["supported"],"title":"SCIM Feature"},"iam_scim_filter_feature":{"type":"object","properties":{"maxResults":{"type":"integer"},"supported":{"type":"boolean"}},"required":["supported","maxResults"],"title":"SCIM Filter Feature"},"iam_scim_user_email_object":{"type":"object","properties":{"primary":{"type":"boolean"},"type":{"type":"string"},"value":{"type":"string","format":"email"}},"required":["value"],"title":"SCIM User Email"},"iam_scim_user_name_object":{"type":"object","properties":{"familyName":{"type":"string","x-auditable":true},"formatted":{"type":"string","readOnly":true},"givenName":{"type":"string","x-auditable":true}},"title":"SCIM User Name"},"iam_scope_key":{"readOnly":true,"x-auditable":true},"iam_scope_object":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/iam_scope_object_key"}},"required":["key"]},"iam_scope_object_key":{"readOnly":true,"x-auditable":true},"iam_oauth_client_with_secret":{"allOf":[{"$ref":"#/components/schemas/iam_oauth_client"},{"properties":{"client_secret":{"type":"string","readOnly":true,"x-sensitive":true}},"type":"object"}],"title":"OAuth Client with Secret"},"iam_token_with_value":{"allOf":[{"$ref":"#/components/schemas/iam_token_base"},{"properties":{"value":{"$ref":"#/components/schemas/iam_value"}}}],"title":"Create token response, with the token value"},"iam_two_factor_authentication_locked":{"type":"boolean","default":false,"readOnly":true},"iam_sso_connector_identifier":{"allOf":[{"$ref":"#/components/schemas/iam_common_components-schemas-identifier"}],"title":"SSO Connector Identifier"},"iam_use_fedramp_language":{"type":"boolean","default":false,"x-stainless-terraform-configurability":"computed_optional"},"iam_sso_connector_verification_info":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/iam_dns_verification_code"},"status":{"type":"string","enum":["awaiting","pending","failed","verified"]}}},"iam_sso_connector":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time"},"email_domain":{"type":"string"},"enabled":{"type":"boolean"},"id":{"$ref":"#/components/schemas/iam_sso_connector_identifier"},"updated_on":{"type":"string","format":"date-time"},"use_fedramp_language":{"$ref":"#/components/schemas/iam_use_fedramp_language"},"verification":{"$ref":"#/components/schemas/iam_sso_connector_verification_info"}}},"iam_dns_verification_code":{"type":"string"},"iam_token_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"iam_issued_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"iam_last_used_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"iam_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"iam_token_status":{"type":"string","enum":["active","disabled","expired"],"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"iam_policy_with_permission_groups_and_resources":{"type":"object","properties":{"effect":{"$ref":"#/components/schemas/iam_effect"},"id":{"$ref":"#/components/schemas/iam_policy_identifier"},"permission_groups":{"$ref":"#/components/schemas/iam_permission_groups"},"resources":{"$ref":"#/components/schemas/iam_resources"}},"required":["id","effect","permission_groups","resources"],"title":"Policy with Permission Groups and Resources"},"iam_permission_group_ids":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/iam_permission_group_identifier"}},"required":["id"],"type":"object"},"title":"Permission Group IDs"},"iam_resource_group_ids":{"type":"array","items":{"properties":{"id":{"$ref":"#/components/schemas/iam_resource_group_identifier"}},"required":["id"],"type":"object"},"title":"Resource Group IDs"},"iam_schemas-expires_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"iam_invited_by":{"type":"string","maxLength":90,"x-auditable":true},"iam_invited_member_email":{"type":"string","maxLength":90,"x-auditable":true},"iam_invited_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"images_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/images_messages"},"messages":{"$ref":"#/components/schemas/images_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true],"x-auditable":true}},"required":["success","errors","messages","result"]},"images_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true}},"images_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"anyOf":[{"type":"object"},{"type":"string"}]}}}]},"images_image_creator":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"images_image_filename":{"type":"string","maxLength":255,"readOnly":true,"x-auditable":true},"images_image_metadata":{"type":"object"},"images_image_requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"images_image_uploaded":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"images_image_variants":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/images_image_thumbnail_url"},{"$ref":"#/components/schemas/images_image_hero_url"},{"$ref":"#/components/schemas/images_image_original_url"}]},"readOnly":true},"images_image_keys_response":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/images_image_keys"}}}},"images_image_key_name":{"type":"string","readOnly":true,"x-auditable":true},"images_image_key_value":{"type":"string","readOnly":true,"x-auditable":true},"images_image_keys":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/images_image_key_name"},"value":{"$ref":"#/components/schemas/images_image_key_value"}}},"images_image":{"type":"object","properties":{"creator":{"$ref":"#/components/schemas/images_image_creator"},"filename":{"$ref":"#/components/schemas/images_image_filename"},"id":{"$ref":"#/components/schemas/images_image_identifier"},"meta":{"$ref":"#/components/schemas/images_image_metadata"},"requireSignedURLs":{"$ref":"#/components/schemas/images_image_requireSignedURLs"},"uploaded":{"$ref":"#/components/schemas/images_image_uploaded"},"variants":{"$ref":"#/components/schemas/images_image_variants"}}},"images_image_variant_neverRequireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"images_image_variant_options":{"type":"object","properties":{"fit":{"$ref":"#/components/schemas/images_image_variant_fit"},"height":{"$ref":"#/components/schemas/images_image_variant_height"},"metadata":{"$ref":"#/components/schemas/images_image_variant_schemas_metadata"},"width":{"$ref":"#/components/schemas/images_image_variant_width"}},"required":["fit","metadata","width","height"]},"images_image_variants_response":{"type":"object","properties":{"variants":{"$ref":"#/components/schemas/images_image_variant_public_request"}}},"images_image_variant_fit":{"type":"string","enum":["scale-down","contain","cover","crop","pad"],"x-auditable":true},"images_image_variant_height":{"type":"number","minimum":1,"x-auditable":true},"images_image_variant_schemas_metadata":{"type":"string","enum":["keep","copyright","none"],"x-auditable":true},"images_image_variant_width":{"type":"number","minimum":1,"x-auditable":true},"images_image_variant_response":{"type":"object","properties":{"variant":{"$ref":"#/components/schemas/images_image_variant_definition"}}},"images_image_thumbnail_url":{"type":"string","format":"uri","readOnly":true,"x-auditable":true},"images_image_hero_url":{"type":"string","format":"uri","readOnly":true,"x-auditable":true},"images_image_original_url":{"type":"string","format":"uri","readOnly":true,"x-auditable":true},"images_image_variant_public_request":{"type":"object","properties":{"hero":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/images_image_variant_identifier"},"neverRequireSignedURLs":{"$ref":"#/components/schemas/images_image_variant_neverRequireSignedURLs"},"options":{"$ref":"#/components/schemas/images_image_variant_options"}},"required":["id","options"]}}},"images_api-response-collection-v2":{"type":"object","allOf":[{"$ref":"#/components/schemas/images_api-response-common"},{"properties":{"result":{"type":"object","properties":{"continuation_token":{"$ref":"#/components/schemas/images_images_list_continuation_token"}}}}}]},"images_images_stats_count":{"type":"object","properties":{"allowed":{"$ref":"#/components/schemas/images_images_stats_allowed"},"current":{"$ref":"#/components/schemas/images_images_stats_current"}}},"images_images_stats_allowed":{"type":"number","readOnly":true,"x-auditable":true},"images_images_stats_current":{"type":"number","readOnly":true,"x-auditable":true},"images_images_stats":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/images_images_stats_count"}}},"images_sourcingkit_vendor":{"type":"string","enum":["s3","r2"]},"images_sourcingkit_conflict_behaviour":{"type":"string","default":"skip","enum":["skip","overwrite"]},"images_sourcingkit_acceptable_content_type":{"type":"string","enum":["image/jpeg","image/png","image/webp","image/gif","image/avif","image/heic","image/svg+xml"]},"images_sourcingkit_migration_status":{"type":"string","enum":["pending","processing","success","error","aborted"]},"images_sourcingkit_migration":{"type":"object","properties":{"conflictBehaviour":{"$ref":"#/components/schemas/images_sourcingkit_conflict_behaviour"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"endedAt":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"excludedContentTypes":{"type":"array","items":{"$ref":"#/components/schemas/images_sourcingkit_acceptable_content_type"},"nullable":true},"id":{"type":"string","format":"uuid","readOnly":true},"imagesPathPrefix":{"type":"string","nullable":true},"logStopped":{"type":"boolean","readOnly":true},"pathPrefix":{"type":"string","nullable":true},"rootDirectory":{"type":"string","nullable":true},"sourceId":{"type":"string","format":"uuid","nullable":true},"startedAt":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"status":{"$ref":"#/components/schemas/images_sourcingkit_migration_status"}}},"images_sourcingkit_migration_log_type":{"type":"string","enum":["default","importSkippedUnsupportedContentType","importSkippedExcludedContentType","importSkippedInvalidMedia","importErrorRetryExhaustion","importSkippedOversized","migrationErrorFailedContinuation","migrationStart","migrationAbort","migrationError","migrationComplete","importSkippedStorageClass"]},"images_sourcingkit_migration_log":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time","nullable":true},"logType":{"$ref":"#/components/schemas/images_sourcingkit_migration_log_type"},"msg":{"type":"string","nullable":true}}},"images_sourcingkit_source":{"type":"object","properties":{"bucket":{"type":"string"},"createdAt":{"type":"string","format":"date-time","readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"name":{"type":"string"},"region":{"type":"string","nullable":true},"updatedAt":{"type":"string","format":"date-time","readOnly":true},"vendor":{"$ref":"#/components/schemas/images_sourcingkit_vendor"}}},"infra_ServiceConfig":{"discriminator":{"mapping":{"http":"#/components/schemas/infra_HttpServiceConfig","tcp":"#/components/schemas/infra_TcpServiceConfig"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/infra_HttpServiceConfig"},{"$ref":"#/components/schemas/infra_TcpServiceConfig"}]},"infra_Network":{"type":"object","properties":{"tunnel_id":{"type":"string","format":"uuid"}},"required":["tunnel_id"]},"infra_ResolverNetwork":{"type":"object","properties":{"resolver_ips":{"type":"array","items":{"type":"string"},"nullable":true},"tunnel_id":{"type":"string","format":"uuid"}},"required":["tunnel_id"]},"infra_ServiceCommon":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"host":{"$ref":"#/components/schemas/infra_ServiceHost"},"name":{"type":"string"},"service_id":{"type":"string","format":"uuid","readOnly":true},"tls_settings":{"type":"object","allOf":[{"$ref":"#/components/schemas/infra_ApiTlsSettings"}],"nullable":true},"type":{"$ref":"#/components/schemas/infra_ServiceType"},"updated_at":{"type":"string","format":"date-time","readOnly":true}},"required":["name","type","host"]},"infra_ServiceHost":{"oneOf":[{"$ref":"#/components/schemas/infra_IPv4Host"},{"$ref":"#/components/schemas/infra_IPv6Host"},{"$ref":"#/components/schemas/infra_DualStackHost"},{"$ref":"#/components/schemas/infra_HostnameHost"}]},"infra_ApiTlsSettings":{"type":"object","properties":{"cert_verification_mode":{"type":"string"}},"required":["cert_verification_mode"]},"infra_ServiceType":{"type":"string","enum":["tcp","http"]},"infra_HttpServiceConfig":{"allOf":[{"$ref":"#/components/schemas/infra_ServiceCommon"},{"properties":{"http_port":{"type":"integer","format":"int32","minimum":1,"nullable":true},"https_port":{"type":"integer","format":"int32","minimum":1,"nullable":true}},"type":"object"}]},"infra_TcpServiceConfig":{"allOf":[{"$ref":"#/components/schemas/infra_ServiceCommon"},{"properties":{"app_protocol":{"type":"string","enum":["postgresql","mysql"],"nullable":true},"tcp_port":{"type":"integer","format":"int32","minimum":1,"nullable":true}},"type":"object"}]},"infra_IPv4Host":{"type":"object","properties":{"ipv4":{"type":"string"},"network":{"$ref":"#/components/schemas/infra_Network"}},"required":["ipv4","network"]},"infra_IPv6Host":{"type":"object","properties":{"ipv6":{"type":"string"},"network":{"$ref":"#/components/schemas/infra_Network"}},"required":["ipv6","network"]},"infra_DualStackHost":{"type":"object","properties":{"ipv4":{"type":"string"},"ipv6":{"type":"string"},"network":{"$ref":"#/components/schemas/infra_Network"}},"required":["ipv4","ipv6","network"]},"infra_HostnameHost":{"type":"object","properties":{"hostname":{"type":"string"},"resolver_network":{"$ref":"#/components/schemas/infra_ResolverNetwork"}},"required":["hostname","resolver_network"]},"infra_TargetId":{"type":"string","format":"uuid","maxLength":36,"title":"target_id","x-auditable":true},"infra_IPInfo":{"type":"object","properties":{"ipv4":{"type":"object","properties":{"ip_addr":{"type":"string","x-auditable":true},"virtual_network_id":{"type":"string","format":"uuid","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"ipv6":{"type":"object","properties":{"ip_addr":{"type":"string","x-auditable":true},"virtual_network_id":{"type":"string","format":"uuid","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}}}},"infra_Target":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"hostname":{"type":"string"},"id":{"$ref":"#/components/schemas/infra_TargetId"},"ip":{"$ref":"#/components/schemas/infra_IPInfo"},"modified_at":{"type":"string","format":"date-time"}},"required":["id","hostname","ip","created_at","modified_at"]},"infra_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/infra_messages"},"messages":{"$ref":"#/components/schemas/infra_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"infra_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"intel-sinkholes_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"intel-sinkholes_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/intel-sinkholes_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"intel-sinkholes_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/intel-sinkholes_messages"},"messages":{"$ref":"#/components/schemas/intel-sinkholes_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"intel-sinkholes_ingress_item":{"type":"object","properties":{"cidr":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time"},"sinkhole_id":{"type":"string"},"zone_tag":{"type":"string"}}},"intel-sinkholes_sinkhole_item":{"type":"object","properties":{"account_tag":{"type":"string"},"created_on":{"type":"string","format":"date-time"},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string"},"r2_bucket":{"type":"string"},"r2_id":{"type":"string"}}},"intel_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/intel_messages"},"messages":{"$ref":"#/components/schemas/intel_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"oneOf":[{"type":"string"},{"type":"object"}]},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"intel_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"intel_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"intel_schemas-api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/intel_schemas-messages"},"messages":{"$ref":"#/components/schemas/intel_schemas-messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"intel_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_schemas-api-response-common"}]},"intel_category_with_super_category_id":{"type":"object","properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true},"super_category_id":{"type":"integer","x-auditable":true}}},"intel_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_api-response-common"},{"properties":{"result":{"type":"array","items":{"oneOf":[{"type":"string"},{"type":"object"}]},"nullable":true},"result_info":{"$ref":"#/components/schemas/intel_result_info"}},"type":"object"}]},"intel_additional_information":{"type":"object","properties":{"suspected_malware_family":{"type":"string","x-auditable":true}}},"intel_application":{"type":"object","properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true}}},"intel_content_categories":{"type":"array","items":{"properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true},"super_category_id":{"type":"integer","x-auditable":true}},"type":"object"}},"intel_domain_name":{"type":"string","x-auditable":true},"intel_categories_with_super_category_ids_example_empty":{"type":"array","items":{"$ref":"#/components/schemas/intel_category_with_super_category_id"}},"intel_inherited_from":{"type":"string","x-auditable":true},"intel_popularity_rank":{"type":"integer","x-auditable":true},"intel_risk_score":{"type":"number"},"intel_ip-list":{"type":"object","properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true}}},"intel_schemas-api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/intel_schemas-api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/intel_schemas-result_info"}},"type":"object"}]},"intel_passive-dns-by-ip":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"reverse_records":{"type":"array","items":{"properties":{"first_seen":{"type":"string","format":"date","x-auditable":true},"hostname":{"type":"string","x-auditable":true},"last_seen":{"type":"string","format":"date","x-auditable":true}},"type":"object"}}}},"intel_resolves_to_refs":{"type":"array","items":{"$ref":"#/components/schemas/intel_resolves_to_ref"}},"intel_ipv4":{"type":"string","format":"ipv4","x-auditable":true},"intel_ipv6":{"type":"string","format":"ipv6","x-auditable":true},"intel_phishing-url-info":{"type":"object","properties":{"categorizations":{"type":"array","items":{"properties":{"category":{"type":"string","x-auditable":true},"verification_status":{"type":"string","x-auditable":true}},"type":"object"}},"model_results":{"type":"array","items":{"properties":{"model_name":{"type":"string","x-auditable":true},"model_score":{"type":"number"}},"type":"object"}},"rule_matches":{"type":"array","items":{"properties":{"banning":{"type":"boolean"},"blocking":{"type":"boolean"},"name":{"type":"string","x-auditable":true}},"type":"object"}},"scan_status":{"type":"object","properties":{"last_processed":{"type":"string","x-auditable":true},"scan_complete":{"type":"boolean"},"status_code":{"type":"integer","x-auditable":true},"submission_id":{"type":"integer","x-auditable":true}}},"screenshot_download_signature":{"type":"string"},"screenshot_path":{"type":"string"},"url":{"type":"string","x-auditable":true}}},"intel_phishing-url-submit":{"type":"object","properties":{"excluded_urls":{"type":"array","items":{"properties":{"url":{"type":"string","x-auditable":true}},"type":"object"}},"skipped_urls":{"type":"array","items":{"properties":{"url":{"type":"string","x-auditable":true},"url_id":{"type":"integer","x-auditable":true}},"type":"object"}},"submitted_urls":{"type":"array","items":{"properties":{"url":{"type":"string","x-auditable":true},"url_id":{"type":"integer","x-auditable":true}},"type":"object"}}}},"intel_stix_identifier":{"type":"string","x-auditable":true},"intel_resolves_to_ref":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/intel_stix_identifier"},"value":{"type":"string","x-auditable":true}}},"intel_domain-history":{"type":"object","properties":{"categorizations":{"type":"array","items":{"properties":{"categories":{"type":"array","items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"}},"type":"object"}},"end":{"type":"string","format":"date","x-auditable":true},"start":{"type":"string","format":"date","x-auditable":true}},"type":"object"}},"domain":{"$ref":"#/components/schemas/intel_domain_name"}}},"intel_schemas-result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"intel_schemas-messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"intel_asn_country":{"type":"string","x-auditable":true},"intel_asn_type":{"type":"string","enum":["hosting_provider","isp","organization"],"x-auditable":true},"intel_ip":{"type":"string","anyOf":[{"$ref":"#/components/schemas/intel_ipv4"},{"$ref":"#/components/schemas/intel_ipv6"}],"x-auditable":true},"intel_schemas-ip":{"type":"object","properties":{"belongs_to_ref":{"type":"object","properties":{"country":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["hosting_provider","isp","organization"],"x-auditable":true},"value":{"type":"string","x-auditable":true}}},"ip":{"$ref":"#/components/schemas/intel_ip"},"risk_types":{"type":"array","items":{"properties":{"id":{"type":"number"},"name":{"type":"string","x-auditable":true},"super_category_id":{"type":"number"}},"type":"object"}}}},"intel_whois":{"type":"object","properties":{"created_date":{"type":"string","format":"date","x-auditable":true},"domain":{"$ref":"#/components/schemas/intel_domain_name"},"nameservers":{"type":"array","items":{"type":"string","x-auditable":true}},"registrant":{"type":"string","x-auditable":true},"registrant_country":{"type":"string","x-auditable":true},"registrant_email":{"type":"string","x-auditable":true},"registrant_org":{"type":"string","x-auditable":true},"registrar":{"type":"string","x-auditable":true},"updated_date":{"type":"string","format":"date","x-auditable":true}}},"intel_domain":{"type":"object","properties":{"additional_information":{"$ref":"#/components/schemas/intel_additional_information"},"application":{"$ref":"#/components/schemas/intel_application"},"content_categories":{"$ref":"#/components/schemas/intel_content_categories"},"domain":{"$ref":"#/components/schemas/intel_domain_name"},"inherited_content_categories":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"},"inherited_from":{"$ref":"#/components/schemas/intel_inherited_from"},"inherited_risk_types":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"},"popularity_rank":{"$ref":"#/components/schemas/intel_popularity_rank"},"resolves_to_refs":{"$ref":"#/components/schemas/intel_resolves_to_refs"},"risk_score":{"$ref":"#/components/schemas/intel_risk_score"},"risk_types":{"$ref":"#/components/schemas/intel_categories_with_super_category_ids_example_empty"}}},"intel_url_intelligence_category_with_source":{"type":"object","properties":{"id":{"type":"integer","x-auditable":true},"name":{"type":"string","x-auditable":true},"source_id":{"type":"integer","x-auditable":true},"super_category_id":{"type":"integer","x-auditable":true}}},"intel_url_intelligence":{"type":"object","properties":{"content_categories":{"type":"array","items":{"$ref":"#/components/schemas/intel_url_intelligence_category_with_source"}},"full_url":{"type":"string","x-auditable":true},"hostname":{"type":"string","x-auditable":true},"risk_type":{"type":"array","items":{"$ref":"#/components/schemas/intel_url_intelligence_category_with_source"}},"url_path":{"type":"string","x-auditable":true}},"required":["full_url","hostname","url_path","risk_type","content_categories"]},"intel_url":{"type":"string","format":"uri","x-auditable":true},"kamino_environment_position":{"type":"object","properties":{"after":{"type":"string"},"before":{"type":"string"}}},"kamino_environment":{"type":"object","properties":{"expression":{"type":"string"},"http_application_id":{"type":"string","nullable":true},"locked_on_deployment":{"type":"boolean","nullable":true},"name":{"type":"string"},"position":{"$ref":"#/components/schemas/kamino_environment_position"},"ref":{"type":"string"},"version":{"type":"integer","format":"int64","nullable":true}},"required":["name","ref","version","expression","locked_on_deployment","position"]},"kamino_message":{"type":"object","properties":{"code":{"type":"integer","format":"int64"},"message":{"type":"string"}},"required":["code","message"]},"kamino_environments_result":{"type":"object","properties":{"environments":{"type":"array","items":{"$ref":"#/components/schemas/kamino_environment"}}},"required":["environments"]},"lex_V4Error-2":{"type":"object","properties":{"code":{"type":"integer","format":"int32","x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"]},"lex_AvailableDestination":{"type":"object","properties":{"dataset":{"type":"string"},"object_type":{"type":"string","enum":["account","zone"]},"schema":{"type":"object","properties":{"properties":{"type":"object","additionalProperties":true},"required":{"type":"array","items":{"type":"string"}},"type":{"type":"string","enum":["object"]}}},"timestamp_field":{"type":"string"}},"required":["dataset","timestamp_field","schema","object_type"]},"lex_LogField":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name","enabled"]},"lex_DatasetResponse":{"allOf":[{"$ref":"#/components/schemas/lex_DatasetSummary"},{"properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/lex_LogField"},"x-stainless-terraform-configurability":"computed_optional"},"filter":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["fields"],"type":"object"}]},"lex_DatasetSummary":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"dataset":{"type":"string","x-auditable":true},"dataset_id":{"type":"string","pattern":"^[a-f0-9]{32}$","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"deletion_protection":{"type":"boolean","default":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"enabled":{"type":"boolean","default":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"object_id":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"object_type":{"type":"string","enum":["account","zone"],"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"updated_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"}},"required":["dataset","object_type","object_id","created_at","updated_at","dataset_id","enabled","deletion_protection"]},"lex_V4Error":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}},"required":["code","message"]},"lex_QueryRow":{"type":"object","additionalProperties":true},"lists_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/lists_messages"},"messages":{"$ref":"#/components/schemas/lists_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"lists_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"lists_operation":{"oneOf":[{"$ref":"#/components/schemas/lists_bulk_operation_pending_or_running"},{"$ref":"#/components/schemas/lists_bulk_operation_completed"},{"$ref":"#/components/schemas/lists_bulk_operation_failed"}]},"lists_completed":{"type":"string","readOnly":true,"x-auditable":true},"lists_list_item_ip_full":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_ip_object"},{"$ref":"#/components/schemas/lists_item_base"}]},"lists_list_item_hostname_full":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_hostname_object"},{"$ref":"#/components/schemas/lists_item_base"}]},"lists_list_item_redirect_full":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_redirect_object"},{"$ref":"#/components/schemas/lists_item_base"}]},"lists_list_item_asn_full":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_asn_object"},{"$ref":"#/components/schemas/lists_item_base"}]},"lists_item":{"oneOf":[{"$ref":"#/components/schemas/lists_list_item_ip_full"},{"$ref":"#/components/schemas/lists_list_item_hostname_full"},{"$ref":"#/components/schemas/lists_list_item_redirect_full"},{"$ref":"#/components/schemas/lists_list_item_asn_full"}]},"lists_item_comment":{"type":"string","x-auditable":true},"lists_created_on":{"type":"string","readOnly":true,"x-auditable":true},"lists_modified_on":{"type":"string","readOnly":true,"x-auditable":true},"lists_items":{"type":"array","items":{"$ref":"#/components/schemas/lists_item"}},"lists_api-response-collection":{"type":"object","allOf":[{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true}},"type":"object"},{"$ref":"#/components/schemas/lists_api-response-common"}]},"lists_list_item_ip_comment":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_ip_object"},{"$ref":"#/components/schemas/lists_item_comment_object"}]},"lists_list_item_redirect_comment":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_redirect_object"},{"$ref":"#/components/schemas/lists_item_comment_object"}]},"lists_list_item_hostname_comment":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_hostname_object"},{"$ref":"#/components/schemas/lists_item_comment_object"}]},"lists_list_item_asn_comment":{"allOf":[{"$ref":"#/components/schemas/lists_list_item_asn_object"},{"$ref":"#/components/schemas/lists_item_comment_object"}]},"lists_num_items":{"type":"number","readOnly":true,"x-auditable":true},"lists_num_referencing_filters":{"type":"number","readOnly":true,"x-auditable":true},"lists_list":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/lists_created_on"},"id":{"$ref":"#/components/schemas/lists_list_id"},"kind":{"$ref":"#/components/schemas/lists_kind"},"modified_on":{"$ref":"#/components/schemas/lists_modified_on"},"name":{"$ref":"#/components/schemas/lists_name"},"num_items":{"$ref":"#/components/schemas/lists_num_items"},"num_referencing_filters":{"$ref":"#/components/schemas/lists_num_referencing_filters"}},"required":["id","name","kind","num_items","num_referencing_filters","created_on","modified_on"]},"lists_list_item_asn_object":{"type":"object","properties":{"asn":{"$ref":"#/components/schemas/lists_item_asn"}},"required":["asn"]},"lists_item_comment_object":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/lists_item_comment"}}},"lists_item_base":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/lists_item_comment"},"created_on":{"$ref":"#/components/schemas/lists_created_on"},"id":{"$ref":"#/components/schemas/lists_item_id"},"modified_on":{"$ref":"#/components/schemas/lists_modified_on"}},"required":["id","created_on","modified_on"]},"lists_item_asn":{"type":"integer","x-auditable":true},"lists_list_item_hostname_object":{"type":"object","properties":{"hostname":{"$ref":"#/components/schemas/lists_item_hostname"}},"required":["hostname"]},"lists_item_hostname":{"properties":{"exclude_exact_hostname":{"type":"boolean"},"url_hostname":{"type":"string","x-auditable":true}},"required":["url_hostname"]},"lists_list_item_ip_object":{"type":"object","properties":{"ip":{"$ref":"#/components/schemas/lists_item_ip"}},"required":["ip"]},"lists_item_ip":{"type":"string","x-auditable":true},"lists_list_item_redirect_object":{"type":"object","properties":{"redirect":{"$ref":"#/components/schemas/lists_item_redirect"}},"required":["redirect"]},"lists_item_redirect":{"properties":{"include_subdomains":{"type":"boolean","default":false,"x-auditable":true},"preserve_path_suffix":{"type":"boolean","default":false,"x-auditable":true},"preserve_query_string":{"type":"boolean","default":false,"x-auditable":true},"source_url":{"type":"string","x-auditable":true},"status_code":{"type":"integer","default":301,"enum":[301,302,307,308],"x-auditable":true},"subpath_matching":{"type":"boolean","default":false,"x-auditable":true},"target_url":{"type":"string","x-auditable":true}},"required":["source_url","target_url"]},"lists_bulk_operation_pending_or_running":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/lists_operation_id"},"status":{"type":"string","enum":["pending","running"],"readOnly":true,"x-auditable":true}},"required":["id","status"]},"lists_bulk_operation_completed":{"type":"object","properties":{"completed":{"$ref":"#/components/schemas/lists_completed"},"id":{"$ref":"#/components/schemas/lists_operation_id"},"status":{"type":"string","enum":["completed"],"readOnly":true,"x-auditable":true}},"required":["id","status","completed"]},"lists_bulk_operation_failed":{"type":"object","properties":{"completed":{"$ref":"#/components/schemas/lists_completed"},"error":{"type":"string","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/lists_operation_id"},"status":{"type":"string","enum":["failed"],"readOnly":true,"x-auditable":true}},"required":["id","status","error","completed"]},"load-balancing_origin-analytics":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/load-balancing_address"},"changed":{"$ref":"#/components/schemas/load-balancing_origin-changed"},"enabled":{"$ref":"#/components/schemas/load-balancing_schemas-enabled"},"failure_reason":{"$ref":"#/components/schemas/load-balancing_origin-failure-reason"},"healthy":{"$ref":"#/components/schemas/load-balancing_origin-healthy"},"ip":{"$ref":"#/components/schemas/load-balancing_origin-ip"},"name":{"$ref":"#/components/schemas/load-balancing_schemas-name"}}},"load-balancing_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/load-balancing_messages"},"messages":{"$ref":"#/components/schemas/load-balancing_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"load-balancing_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}},"load-balancing_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"load-balancing_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/load-balancing_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"load-balancing_analytics":{"type":"object","properties":{"id":{"type":"integer","default":1},"origins":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_origin-analytics"}},"pool":{"type":"object"},"timestamp":{"type":"string","format":"date-time"}}},"load-balancing_origin-health":{"type":"object","properties":{"ip":{"type":"object","properties":{"failure_reason":{"type":"string","x-auditable":true},"healthy":{"type":"boolean","x-auditable":true},"response_code":{"type":"number","x-auditable":true},"rtt":{"type":"string","x-auditable":true}}}}},"load-balancing_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"load-balancing_pool_sets":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_pool_set"},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_components-schemas-zone-name":{"type":"string","x-auditable":true},"load-balancing_load-balancer":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"created_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"enabled":{"$ref":"#/components/schemas/load-balancing_components-schemas-enabled"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"id":{"$ref":"#/components/schemas/load-balancing_load-balancer_components-schemas-identifier"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"modified_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"name":{"$ref":"#/components/schemas/load-balancing_components-schemas-name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"pool_sets":{"$ref":"#/components/schemas/load-balancing_pool_sets"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"proxied":{"$ref":"#/components/schemas/load-balancing_proxied"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"rules":{"$ref":"#/components/schemas/load-balancing_rules"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"},"zone_name":{"$ref":"#/components/schemas/load-balancing_components-schemas-zone-name"}}},"load-balancing_topology_match":{"type":"object","properties":{"countries":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":1000},"pops":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":1000},"regions":{"type":"array","items":{"type":"string","x-auditable":true},"maxItems":1000}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_allow_insecure":{"type":"boolean","default":false,"x-auditable":true},"load-balancing_consecutive_down":{"type":"integer","x-auditable":true},"load-balancing_consecutive_up":{"type":"integer","x-auditable":true},"load-balancing_expected_body":{"type":"string","default":"","x-auditable":true},"load-balancing_expected_codes":{"type":"string","default":"","x-auditable":true},"load-balancing_follow_redirects":{"type":"boolean","default":false,"x-auditable":true},"load-balancing_header":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"}},"load-balancing_interval":{"type":"integer","default":60,"x-auditable":true},"load-balancing_method":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_path":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_port":{"type":"integer","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"load-balancing_probe_zone":{"type":"string","default":"","x-auditable":true},"load-balancing_retries":{"type":"integer","default":2,"x-auditable":true},"load-balancing_timeout":{"type":"integer","default":5,"x-auditable":true},"load-balancing_type":{"type":"string","default":"http","enum":["http","https","tcp","udp_icmp","icmp_ping","smtp"],"x-auditable":true},"load-balancing_monitor-group-member":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"enabled":{"type":"boolean"},"monitor_id":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitoring_only":{"type":"boolean"},"must_be_healthy":{"type":"boolean"},"updated_at":{"type":"string","format":"date-time","readOnly":true}},"required":["monitor_id","enabled","monitoring_only","must_be_healthy"]},"load-balancing_monitor-group":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true},"id":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor_group_id"}],"readOnly":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_monitor-group-member"},"x-stainless-collection-type":"set"},"modified_on":{"type":"string","format":"date-time","readOnly":true}},"required":["id","description","members"]},"load-balancing_monitor":{"allOf":[{"$ref":"#/components/schemas/load-balancing_monitor-editable"},{"properties":{"created_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"id":{"$ref":"#/components/schemas/load-balancing_identifier"},"modified_on":{"$ref":"#/components/schemas/load-balancing_timestamp"}},"type":"object"}]},"load-balancing_filter_options":{"type":"object","properties":{"disable":{"type":"boolean","default":false,"nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"healthy":{"type":"boolean","nullable":true,"x-auditable":true}},"nullable":true},"load-balancing_address":{"type":"string","x-auditable":true},"load-balancing_disabled_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"load-balancing_schemas-enabled":{"type":"boolean","default":true,"x-auditable":true},"load-balancing_origin_flatten_cname":{"type":"boolean","default":true},"load-balancing_schemas-header":{"type":"object","properties":{"Host":{"$ref":"#/components/schemas/load-balancing_Host"}}},"load-balancing_schemas-name":{"type":"string","x-auditable":true},"load-balancing_origin_port":{"type":"integer","default":0},"load-balancing_virtual_network_id":{"type":"string"},"load-balancing_weight":{"type":"number","default":1,"maximum":1,"minimum":0,"multipleOf":0.01,"x-auditable":true},"load-balancing_origin-changed":{"type":"boolean","x-auditable":true},"load-balancing_origin-failure-reason":{"type":"string","x-auditable":true},"load-balancing_origin-healthy":{"type":"boolean","x-auditable":true},"load-balancing_origin-ip":{"type":"string","x-auditable":true},"load-balancing_origin":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/load-balancing_address"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_schemas-enabled"},"flatten_cname":{"$ref":"#/components/schemas/load-balancing_origin_flatten_cname"},"header":{"$ref":"#/components/schemas/load-balancing_schemas-header"},"name":{"$ref":"#/components/schemas/load-balancing_schemas-name"},"port":{"$ref":"#/components/schemas/load-balancing_origin_port"},"virtual_network_id":{"$ref":"#/components/schemas/load-balancing_virtual_network_id"},"weight":{"$ref":"#/components/schemas/load-balancing_weight"}}},"load-balancing_fixed_response":{"type":"object","properties":{"content_type":{"type":"string","maxLength":32,"x-auditable":true},"location":{"type":"string","maxLength":2048,"x-auditable":true},"message_body":{"type":"string","maxLength":1024,"x-auditable":true},"status_code":{"type":"integer","x-auditable":true}}},"load-balancing_match":{"type":"object","properties":{"default":{"type":"boolean","default":false,"x-auditable":true},"topology":{"$ref":"#/components/schemas/load-balancing_topology_match"}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pool_set_overrides":{"type":"object","properties":{"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"pool_default_weight":{"$ref":"#/components/schemas/load-balancing_pool_default_weight"},"pool_weights":{"$ref":"#/components/schemas/load-balancing_pool_weights"},"pools":{"$ref":"#/components/schemas/load-balancing_pools"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pool_default_weight":{"type":"number","maximum":1,"minimum":0,"multipleOf":0.1,"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pool_weights":{"type":"object","additionalProperties":{"type":"number","x-auditable":true},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pools":{"type":"array","items":{"type":"string","x-auditable":true},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_pool_set":{"type":"object","properties":{"disabled":{"type":"boolean","default":false,"x-auditable":true},"fixed_response":{"$ref":"#/components/schemas/load-balancing_fixed_response"},"match":{"$ref":"#/components/schemas/load-balancing_match"},"name":{"type":"string","maxLength":200,"x-auditable":true},"overrides":{"$ref":"#/components/schemas/load-balancing_pool_set_overrides"}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_origin_health_data":{"type":"object","properties":{"failure_reason":{"type":"string","x-auditable":true},"healthy":{"type":"boolean","x-auditable":true},"response_code":{"type":"number","x-auditable":true},"rtt":{"type":"string","x-auditable":true}}},"load-balancing_preview_result":{"type":"object","additionalProperties":{"properties":{"healthy":{"type":"boolean","x-auditable":true},"origins":{"type":"array","items":{"additionalProperties":{"$ref":"#/components/schemas/load-balancing_origin_health_data"},"maxProperties":1,"minProperties":1,"type":"object"}}},"type":"object"}},"load-balancing_rule_overrides":{"type":"object","properties":{"adaptive_routing":{"$ref":"#/components/schemas/load-balancing_adaptive_routing"},"country_pools":{"$ref":"#/components/schemas/load-balancing_country_pools"},"default_pools":{"$ref":"#/components/schemas/load-balancing_default_pools"},"fallback_pool":{"$ref":"#/components/schemas/load-balancing_fallback_pool"},"location_strategy":{"$ref":"#/components/schemas/load-balancing_location_strategy"},"pool_default_weight":{"$ref":"#/components/schemas/load-balancing_pool_default_weight"},"pool_weights":{"$ref":"#/components/schemas/load-balancing_pool_weights"},"pools":{"$ref":"#/components/schemas/load-balancing_pools"},"pop_pools":{"$ref":"#/components/schemas/load-balancing_pop_pools"},"random_steering":{"$ref":"#/components/schemas/load-balancing_random_steering"},"region_pools":{"$ref":"#/components/schemas/load-balancing_region_pools"},"session_affinity":{"$ref":"#/components/schemas/load-balancing_session_affinity"},"session_affinity_attributes":{"$ref":"#/components/schemas/load-balancing_session_affinity_attributes"},"session_affinity_ttl":{"$ref":"#/components/schemas/load-balancing_session_affinity_ttl"},"steering_policy":{"$ref":"#/components/schemas/load-balancing_steering_policy"},"ttl":{"$ref":"#/components/schemas/load-balancing_ttl"}},"x-stainless-terraform-configurability":"computed_optional"},"load-balancing_Host":{"type":"array","items":{"type":"string","x-auditable":true}},"load-balancing_pool":{"type":"object","properties":{"check_regions":{"$ref":"#/components/schemas/load-balancing_check_regions"},"created_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"disabled_at":{"$ref":"#/components/schemas/load-balancing_schemas-disabled_at"},"enabled":{"$ref":"#/components/schemas/load-balancing_enabled"},"id":{"$ref":"#/components/schemas/load-balancing_schemas-identifier"},"latitude":{"$ref":"#/components/schemas/load-balancing_latitude"},"load_shedding":{"$ref":"#/components/schemas/load-balancing_load_shedding"},"longitude":{"$ref":"#/components/schemas/load-balancing_longitude"},"minimum_origins":{"$ref":"#/components/schemas/load-balancing_minimum_origins"},"modified_on":{"$ref":"#/components/schemas/load-balancing_timestamp"},"monitor":{"$ref":"#/components/schemas/load-balancing_monitor_id"},"monitor_group":{"$ref":"#/components/schemas/load-balancing_monitor_group_id"},"name":{"$ref":"#/components/schemas/load-balancing_name"},"networks":{"$ref":"#/components/schemas/load-balancing_networks"},"notification_email":{"$ref":"#/components/schemas/load-balancing_notification_email"},"notification_filter":{"$ref":"#/components/schemas/load-balancing_notification_filter"},"origin_steering":{"$ref":"#/components/schemas/load-balancing_origin_steering"},"origins":{"$ref":"#/components/schemas/load-balancing_origins"}}},"load-balancing_resource_reference":{"type":"object","properties":{"reference_type":{"type":"string","enum":["referral","referrer"],"x-auditable":true},"references":{"type":"array","items":{"type":"object"}},"resource_id":{"type":"string"},"resource_name":{"type":"string","x-auditable":true},"resource_type":{"type":"string","enum":["load_balancer","monitor","pool"],"x-auditable":true}}},"load-balancing_search":{"type":"object","properties":{"resources":{"type":"array","items":{"$ref":"#/components/schemas/load-balancing_resource_reference"}}}},"logcontrol_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"logcontrol_allow_out_of_region_access":{"type":"boolean","x-auditable":true},"logcontrol_regions":{"type":"string","maxLength":256,"pattern":"^[a-z]*$","x-auditable":true},"logcontrol_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/logcontrol_api-response-common"}]},"logcontrol_flag":{"type":"boolean","x-auditable":true},"logpush_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"logpush_destination_conf-2":{"type":"string","format":"uri","maxLength":4096,"x-auditable":true},"logpush_session_id":{"type":"string","x-auditable":true},"logpush_instant_logs_job":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf-2"},"fields":{"$ref":"#/components/schemas/logpush_fields"},"filter":{"$ref":"#/components/schemas/logpush_filter-2"},"sample":{"$ref":"#/components/schemas/logpush_sample"},"session_id":{"$ref":"#/components/schemas/logpush_session_id"}},"nullable":true},"logpush_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/logpush_api-response-common"}]},"logpush_error_message":{"type":"string","nullable":true,"x-auditable":true},"logpush_last_complete":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"logpush_last_error":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"logpush_logpush_job":{"type":"object","properties":{"dataset":{"$ref":"#/components/schemas/logpush_dataset"},"destination_conf":{"$ref":"#/components/schemas/logpush_destination_conf"},"enabled":{"$ref":"#/components/schemas/logpush_enabled"},"error_message":{"$ref":"#/components/schemas/logpush_error_message"},"frequency":{"$ref":"#/components/schemas/logpush_frequency"},"id":{"$ref":"#/components/schemas/logpush_id"},"kind":{"$ref":"#/components/schemas/logpush_kind"},"last_complete":{"$ref":"#/components/schemas/logpush_last_complete"},"last_error":{"$ref":"#/components/schemas/logpush_last_error"},"logpull_options":{"$ref":"#/components/schemas/logpush_logpull_options"},"max_upload_bytes":{"$ref":"#/components/schemas/logpush_max_upload_bytes"},"max_upload_interval_seconds":{"$ref":"#/components/schemas/logpush_max_upload_interval_seconds"},"max_upload_records":{"$ref":"#/components/schemas/logpush_max_upload_records"},"name":{"$ref":"#/components/schemas/logpush_name"},"output_options":{"$ref":"#/components/schemas/logpush_output_options"}},"nullable":true},"logshare_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic-transit_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic-transit_colo_city":{"type":"string"},"magic-transit_colo_name":{"type":"string"},"magic-transit_colo":{"type":"object","properties":{"city":{"$ref":"#/components/schemas/magic-transit_colo_city"},"name":{"$ref":"#/components/schemas/magic-transit_colo_name"}}},"magic-transit_error":{"type":"string","enum":["","Could not gather traceroute data: Code 1","Could not gather traceroute data: Code 2","Could not gather traceroute data: Code 3","Could not gather traceroute data: Code 4"]},"magic-transit_hop_result":{"type":"object","properties":{"nodes":{"type":"array","items":{"$ref":"#/components/schemas/magic-transit_node_result"}},"packets_lost":{"$ref":"#/components/schemas/magic-transit_packets_lost"},"packets_sent":{"$ref":"#/components/schemas/magic-transit_packets_sent"},"packets_ttl":{"$ref":"#/components/schemas/magic-transit_packets_ttl"}}},"magic-transit_target_summary":{"type":"object"},"magic-transit_traceroute_time_ms":{"type":"integer"},"magic-transit_check_type":{"type":"string","default":"icmp","enum":["icmp"]},"magic-transit_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic-transit_messages"},"messages":{"$ref":"#/components/schemas/magic-transit_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"magic-transit_endpoint_health_check_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-transit_endpoint_health_check"},{"properties":{"id":{"$ref":"#/components/schemas/magic-transit_uuid"}}}],"required":["id","check_type","endpoint"]},"magic-transit_node_result":{"type":"object","properties":{"asn":{"$ref":"#/components/schemas/magic-transit_asn"},"ip":{"$ref":"#/components/schemas/magic-transit_ip"},"labels":{"$ref":"#/components/schemas/magic-transit_labels"},"max_rtt_ms":{"$ref":"#/components/schemas/magic-transit_max_rtt_ms"},"mean_rtt_ms":{"$ref":"#/components/schemas/magic-transit_mean_rtt_ms"},"min_rtt_ms":{"$ref":"#/components/schemas/magic-transit_min_rtt_ms"},"name":{"$ref":"#/components/schemas/magic-transit_name"},"packet_count":{"$ref":"#/components/schemas/magic-transit_packet_count"},"std_dev_rtt_ms":{"$ref":"#/components/schemas/magic-transit_std_dev_rtt_ms"}}},"magic-transit_packets_lost":{"type":"integer"},"magic-transit_packets_sent":{"type":"integer"},"magic-transit_packets_ttl":{"type":"integer"},"magic-transit_asn":{"type":"string"},"magic-transit_ip":{"type":"string"},"magic-transit_labels":{"type":"array","items":{"type":"string"}},"magic-transit_max_rtt_ms":{"type":"number"},"magic-transit_mean_rtt_ms":{"type":"number"},"magic-transit_min_rtt_ms":{"type":"number"},"magic-transit_name":{"type":"string"},"magic-transit_packet_count":{"type":"integer"},"magic-transit_std_dev_rtt_ms":{"type":"number"},"magic-transit_max_ttl":{"type":"integer","default":15,"maximum":64,"minimum":0},"magic-transit_packet_type":{"type":"string","default":"icmp","enum":["icmp","tcp","udp","gre","gre+icmp"]},"magic-transit_packets_per_ttl":{"type":"integer","default":3,"maximum":10,"minimum":0},"magic-transit_port":{"type":"integer","default":0,"maximum":65535,"minimum":0},"magic-transit_wait_time":{"type":"integer","default":1,"maximum":5,"minimum":1},"magic-transit_colo_result":{"type":"object","properties":{"colo":{"$ref":"#/components/schemas/magic-transit_colo"},"error":{"$ref":"#/components/schemas/magic-transit_error"},"hops":{"type":"array","items":{"$ref":"#/components/schemas/magic-transit_hop_result"}},"target_summary":{"$ref":"#/components/schemas/magic-transit_target_summary"},"traceroute_time_ms":{"$ref":"#/components/schemas/magic-transit_traceroute_time_ms"}}},"magic-transit_target":{"type":"string"},"magic-transit_target_result":{"type":"object","properties":{"colos":{"type":"array","items":{"$ref":"#/components/schemas/magic-transit_colo_result"}},"target":{"$ref":"#/components/schemas/magic-transit_target"}}},"magic-visibility-mnm_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic-visibility-mnm_messages"},"messages":{"$ref":"#/components/schemas/magic-visibility-mnm_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic-visibility-mnm_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"magic-visibility-mnm_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic-visibility-mnm_mnm_config_router_ip":{"type":"string","x-auditable":true},"magic-visibility-mnm_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"magic-visibility-mnm_mnm_config":{"type":"object","properties":{"default_sampling":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_default_sampling"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_name"},"router_ips":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_router_ips"},"warp_devices":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_config_warp_devices"}},"required":["name","default_sampling","router_ips","warp_devices"]},"magic-visibility-mnm_mnm_config_warp_device":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"router_ip":{"type":"string","x-auditable":true}},"required":["id","name","router_ip"]},"magic-visibility-mnm_mnm_rule_automatic_advertisement":{"type":"boolean","nullable":true,"x-auditable":true},"magic-visibility-mnm_mnm_rule_bandwidth_threshold":{"type":"number","minimum":1,"x-auditable":true},"magic-visibility-mnm_mnm_rule_duration":{"type":"string","default":"1m","enum":["1m","5m","10m","15m","20m","30m","45m","60m"],"x-auditable":true},"magic-visibility-mnm_mnm_rule_name":{"type":"string","x-auditable":true},"magic-visibility-mnm_mnm_rule_packet_threshold":{"type":"number","minimum":1,"x-auditable":true},"magic-visibility-mnm_mnm_rule_prefix_match":{"type":"string","enum":["exact","subnet","supernet"],"nullable":true,"x-auditable":true},"magic-visibility-mnm_mnm_rule_ip_prefixes":{"type":"array","items":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_ip_prefix"}},"magic-visibility-mnm_mnm_rule_type":{"type":"string","enum":["threshold","zscore","advanced_ddos"],"x-auditable":true},"magic-visibility-mnm_mnm_rule_zscore_sensitivity":{"type":"string","enum":["low","medium","high"],"nullable":true,"x-auditable":true},"magic-visibility-mnm_mnm_rule_zscore_target":{"type":"string","enum":["bits","packets"],"nullable":true,"x-auditable":true},"magic-visibility-mnm_mnm_rule_advertisable_response":{"type":"object","properties":{"automatic_advertisement":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_automatic_advertisement"}},"nullable":true,"required":["automatic_advertisement"]},"magic-visibility-mnm_mnm_rule_ip_prefix":{"type":"string","x-auditable":true},"magic-visibility-mnm_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-visibility-mnm_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/magic-visibility-mnm_result_info"}}}]},"magic-visibility-mnm_mnm_rule":{"type":"object","properties":{"automatic_advertisement":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_automatic_advertisement"},"bandwidth_threshold":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_bandwidth_threshold"},"duration":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_duration"},"id":{"$ref":"#/components/schemas/magic-visibility-mnm_rule_identifier"},"name":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_name"},"packet_threshold":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_packet_threshold"},"prefix_match":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_prefix_match"},"prefixes":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_ip_prefixes"},"type":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_type"},"zscore_sensitivity":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_zscore_sensitivity"},"zscore_target":{"$ref":"#/components/schemas/magic-visibility-mnm_mnm_rule_zscore_target"}},"nullable":true,"required":["id","name","prefixes","automatic_advertisement","type"]},"magic-visibility-mnm_mnm_vpc_flows_token":{"type":"string","x-sensitive":true},"magic-visibility-pcaps_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic-visibility-pcaps_messages"},"messages":{"$ref":"#/components/schemas/magic-visibility-pcaps_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic-visibility-pcaps_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"magic-visibility-pcaps_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic-visibility-pcaps_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/magic-visibility-pcaps_result_info"}},"type":"object"}]},"magic-visibility-pcaps_pcaps_response_simple":{"type":"object","properties":{"filter_v1":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_filter_v1"},"id":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_id"},"offset_time":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_offset_time"},"status":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_status"},"submitted":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_submitted"},"system":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_system"},"time_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_time_limit_sampled"},"type":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_type"}}},"magic-visibility-pcaps_pcaps_response_full":{"type":"object","properties":{"byte_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_byte_limit"},"colo_name":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_colo_name"},"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"},"error_message":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_error_message"},"filter_v1":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_filter_v1"},"id":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_id"},"packets_captured":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_packets_captured"},"status":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_status"},"stop_requested":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_stop_requested"},"submitted":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_submitted"},"system":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_system"},"time_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_time_limit_full"},"type":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_type"}}},"magic-visibility-pcaps_pcaps_ownership_response":{"type":"object","properties":{"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"},"filename":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_ownership_challenge"},"id":{"type":"string","maxLength":32,"minLength":32},"status":{"type":"string","enum":["pending","success","failed"]},"submitted":{"type":"string"},"validated":{"type":"string"}},"required":["id","status","submitted","destination_conf","filename"]},"magic-visibility-pcaps_pcaps_destination_conf":{"type":"string"},"magic-visibility-pcaps_pcaps_ownership_challenge":{"type":"string"},"magic-visibility-pcaps_pcaps_byte_limit":{"type":"number","maximum":1000000000,"minimum":1,"x-auditable":true},"magic-visibility-pcaps_pcaps_colo_name":{"type":"string","x-auditable":true},"magic-visibility-pcaps_pcaps_filter_v1":{"type":"object","properties":{"destination_address":{"type":"string","x-auditable":true},"destination_port":{"type":"number","x-auditable":true},"protocol":{"type":"number","x-auditable":true},"source_address":{"type":"string","x-auditable":true},"source_port":{"type":"number","x-auditable":true}}},"magic-visibility-pcaps_pcaps_packet_limit":{"type":"number","maximum":10000,"minimum":1,"x-auditable":true},"magic-visibility-pcaps_pcaps_system":{"type":"string","enum":["magic-transit"],"x-auditable":true},"magic-visibility-pcaps_pcaps_time_limit_full":{"type":"number","maximum":86400,"minimum":1,"x-auditable":true},"magic-visibility-pcaps_pcaps_type":{"type":"string","enum":["simple","full"],"x-auditable":true},"magic-visibility-pcaps_pcaps_request_simple":{"type":"object","properties":{"filter_v1":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_filter_v1"},"offset_time":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_offset_time"},"packet_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_packet_limit"},"system":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_system"},"time_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_time_limit_sampled"},"type":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_type"}},"required":["time_limit","packet_limit","type","system"]},"magic-visibility-pcaps_pcaps_request_full":{"type":"object","properties":{"byte_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_byte_limit"},"colo_name":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_colo_name"},"destination_conf":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_destination_conf"},"filter_v1":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_filter_v1"},"packet_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_packet_limit"},"system":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_system"},"time_limit":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_time_limit_full"},"type":{"$ref":"#/components/schemas/magic-visibility-pcaps_pcaps_type"}},"required":["time_limit","type","system","colo_name","destination_conf"]},"magic-visibility-pcaps_pcaps_offset_time":{"type":"string","format":"date-time","x-auditable":true},"magic-visibility-pcaps_pcaps_time_limit_sampled":{"type":"number","maximum":300,"minimum":1,"x-auditable":true},"magic-visibility-pcaps_pcaps_error_message":{"type":"string"},"magic-visibility-pcaps_pcaps_id":{"type":"string","maxLength":32,"minLength":32,"x-auditable":true},"magic-visibility-pcaps_pcaps_packets_captured":{"type":"integer"},"magic-visibility-pcaps_pcaps_status":{"type":"string","enum":["unknown","success","pending","running","conversion_pending","conversion_running","complete","failed"]},"magic-visibility-pcaps_pcaps_stop_requested":{"type":"string","format":"date-time"},"magic-visibility-pcaps_pcaps_submitted":{"type":"string"},"magic-visibility-pcaps_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic-visibility-pcaps_api-response-common"},{"properties":{"result":{"anyOf":[{"type":"object"},{"type":"string"}]}},"type":"object"}]},"magic_account_app_id":{"type":"string"},"magic_app_hostnames":{"type":"array","items":{"type":"string"}},"magic_app_subnets":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/magic_cidr"},{}]}},"magic_app_name":{"type":"string"},"magic_app_source_subnets":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/magic_cidr"},{}]}},"magic_app_type":{"type":"string"},"magic_forward_locally":{"type":"boolean"},"magic_lan-acl-configuration":{"type":"object","properties":{"lan_id":{"type":"string"},"lan_name":{"type":"string"},"port_ranges":{"type":"array","items":{"$ref":"#/components/schemas/magic_acl-port-range"}},"ports":{"type":"array","items":{"$ref":"#/components/schemas/magic_port"}},"subnets":{"type":"array","items":{"$ref":"#/components/schemas/magic_acl-subnet"}}},"required":["lan_id"]},"magic_unidirectional":{"type":"boolean"},"magic_ip-address":{"type":"string"},"magic_cidr":{"type":"string"},"magic_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"magic_acl":{"type":"object","properties":{"forward_locally":{"$ref":"#/components/schemas/magic_forward_locally"},"id":{"$ref":"#/components/schemas/magic_identifier"},"lan_1":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"lan_2":{"$ref":"#/components/schemas/magic_lan-acl-configuration"},"name":{"type":"string"},"protocols":{"type":"array","items":{"enum":["tcp","udp","icmp"],"type":"string"}},"unidirectional":{"$ref":"#/components/schemas/magic_unidirectional"}}},"magic_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"magic_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic_messages"},"messages":{"$ref":"#/components/schemas/magic_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic_account_app":{"type":"object","properties":{"account_app_id":{"$ref":"#/components/schemas/magic_account_app_id"},"hostnames":{"$ref":"#/components/schemas/magic_app_hostnames"},"ip_subnets":{"$ref":"#/components/schemas/magic_app_subnets"},"name":{"$ref":"#/components/schemas/magic_app_name"},"source_subnets":{"$ref":"#/components/schemas/magic_app_source_subnets"},"type":{"$ref":"#/components/schemas/magic_app_type"}},"required":["account_app_id"],"title":"Account App"},"magic_managed_app":{"type":"object","properties":{"hostnames":{"$ref":"#/components/schemas/magic_app_hostnames"},"ip_subnets":{"$ref":"#/components/schemas/magic_app_subnets"},"managed_app_id":{"$ref":"#/components/schemas/magic_managed_app_id"},"name":{"$ref":"#/components/schemas/magic_app_name"},"source_subnets":{"$ref":"#/components/schemas/magic_app_source_subnets"},"type":{"$ref":"#/components/schemas/magic_app_type"}},"required":["managed_app_id"],"title":"Managed App"},"magic_app_breakout":{"type":"boolean"},"magic_app_breakout_preferred_wans":{"type":"array","items":{"$ref":"#/components/schemas/magic_identifier"}},"magic_app_priority":{"type":"integer","maximum":1,"minimum":0},"magic_managed_app_id":{"type":"string"},"magic_apps-response-object":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic_messages"},"messages":{"$ref":"#/components/schemas/magic_messages"},"result":{"type":"object","nullable":true},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic_app_config":{"type":"object","allOf":[{"properties":{"breakout":{"$ref":"#/components/schemas/magic_app_breakout"},"id":{"$ref":"#/components/schemas/magic_identifier"},"preferred_wans":{"$ref":"#/components/schemas/magic_app_breakout_preferred_wans"},"priority":{"$ref":"#/components/schemas/magic_app_priority"},"site_id":{"$ref":"#/components/schemas/magic_identifier"}},"required":["id","site_id"]},{"oneOf":[{"properties":{"account_app_id":{"$ref":"#/components/schemas/magic_account_app_id"}},"required":["account_app_id"],"title":"Account App"},{"properties":{"managed_app_id":{"$ref":"#/components/schemas/magic_managed_app_id"}},"required":["managed_app_id"],"title":"Managed App"}]}]},"magic_apps-response-array":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/magic_messages"},"messages":{"$ref":"#/components/schemas/magic_messages"},"result":{"type":"array","items":{},"nullable":true},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"magic_app":{"type":"object","oneOf":[{"$ref":"#/components/schemas/magic_account_app"},{"$ref":"#/components/schemas/magic_managed_app"}]},"magic_schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"magic_bgp_filter_match_action":{"type":"string","enum":["allow","deny"]},"magic_bgp_redistribute_sources":{"type":"object","properties":{"static:wan":{"type":"boolean"}},"required":["static:wan"]},"magic_cf1_site_location":{"type":"object","properties":{"lat":{"type":"number","format":"float"},"long":{"type":"number","format":"float"},"name":{"type":"string"}}},"magic_cf1_site_managed_ramp":{"type":"object","properties":{"managed_by":{"type":"string","readOnly":true}}},"magic_cf1_site_ramp_type":{"type":"string","enum":["gre","gre_interconnect","mpls_interconnect","mconn","ipsec"]},"magic_cf1_site_ramp":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true},"gre":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"gre_interconnect":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"id":{"allOf":[{"$ref":"#/components/schemas/magic_identifier"}],"readOnly":true},"ipsec":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"mconn":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"modified_on":{"type":"string","format":"date-time","readOnly":true},"mpls_interconnect":{"$ref":"#/components/schemas/magic_cf1_site_managed_ramp"},"name":{"type":"string"},"type":{"allOf":[{"$ref":"#/components/schemas/magic_cf1_site_ramp_type"}],"readOnly":true}},"oneOf":[{"required":["gre"]},{"required":["ipsec"]},{"required":["gre_interconnect"]},{"required":["mpls_interconnect"]},{"required":["mconn"]}],"required":["id","name","type","created_on","modified_on"]},"magic_colo_name":{"type":"string","x-auditable":true},"magic_colo_region":{"type":"string","x-auditable":true},"magic_interconnect":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_interconnect_bgp_config"},"colo_name":{"$ref":"#/components/schemas/magic_components-schemas-name"},"created_on":{"$ref":"#/components/schemas/magic_schemas-created_on"},"gre":{"$ref":"#/components/schemas/magic_gre"},"health_check":{"$ref":"#/components/schemas/magic_health_check_base"},"id":{"$ref":"#/components/schemas/magic_schemas-identifier"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address_interconnect"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"modified_on":{"$ref":"#/components/schemas/magic_schemas-modified_on"},"mtu":{"$ref":"#/components/schemas/magic_schemas-mtu"},"name":{"$ref":"#/components/schemas/magic_components-schemas-name"},"version":{"type":"string"},"virtual_port_reservation_id":{"allOf":[{"$ref":"#/components/schemas/magic_schemas-identifier"},{"readOnly":true}]}}},"magic_automatic_return_routing":{"type":"boolean","default":false,"x-auditable":true},"magic_bgp_config":{"type":"object","properties":{"customer_asn":{"type":"integer","format":"int32","minimum":0},"export_filter_id":{"type":"string"},"extra_prefixes":{"type":"array","items":{"format":"cidr","type":"string"}},"import_filter_id":{"type":"string"},"md5_key":{"type":"string"}},"required":["customer_asn"]},"magic_cloudflare_gre_endpoint":{"type":"string","x-auditable":true},"magic_customer_gre_endpoint":{"type":"string","x-auditable":true},"magic_tunnel_health_check":{"allOf":[{"$ref":"#/components/schemas/magic_health_check_base"},{"properties":{"direction":{"type":"string","default":"unidirectional","enum":["unidirectional","bidirectional"]}}}]},"magic_interface_address":{"type":"string","x-auditable":true},"magic_interface_address6":{"type":"string","x-auditable":true},"magic_mtu":{"type":"integer","default":1476,"x-auditable":true},"magic_gre_tunnel_name":{"type":"string","x-auditable":true},"magic_ttl":{"type":"integer","default":64,"x-auditable":true},"magic_gre-tunnel":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_bgp_config"},"bgp_status":{"$ref":"#/components/schemas/magic_bgp_status_with_state"},"cloudflare_gre_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_gre_endpoint"},"created_on":{"$ref":"#/components/schemas/magic_schemas-created_on"},"customer_gre_endpoint":{"$ref":"#/components/schemas/magic_customer_gre_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"id":{"$ref":"#/components/schemas/magic_schemas-identifier"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"modified_on":{"$ref":"#/components/schemas/magic_schemas-modified_on"},"mtu":{"$ref":"#/components/schemas/magic_mtu"},"name":{"$ref":"#/components/schemas/magic_gre_tunnel_name"},"ttl":{"$ref":"#/components/schemas/magic_ttl"}},"required":["id","name","customer_gre_endpoint","cloudflare_gre_endpoint","interface_address"]},"magic_redundancy_member_request":{"type":"object","properties":{"id":{"type":"string","maxLength":36,"pattern":"^[a-fA-F0-9\\-]{32,36}$"},"type":{"type":"string","enum":["gre","ipsec","cni"]}},"required":["id","type"]},"magic_nexthop":{"type":"string","x-auditable":true},"magic_prefix":{"type":"string","x-auditable":true},"magic_priority":{"type":"integer","x-auditable":true},"magic_scope":{"type":"object","properties":{"colo_names":{"$ref":"#/components/schemas/magic_colo_names"},"colo_regions":{"$ref":"#/components/schemas/magic_colo_regions"}}},"magic_weight":{"type":"integer","x-auditable":true},"magic_route":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/magic_created_on"},"id":{"$ref":"#/components/schemas/magic_identifier"},"modified_on":{"$ref":"#/components/schemas/magic_modified_on"},"nexthop":{"$ref":"#/components/schemas/magic_nexthop"},"prefix":{"$ref":"#/components/schemas/magic_prefix"},"priority":{"$ref":"#/components/schemas/magic_priority"},"scope":{"$ref":"#/components/schemas/magic_scope"},"weight":{"$ref":"#/components/schemas/magic_weight"}},"required":["id","prefix","nexthop","priority"]},"magic_redundancy_group":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time"},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time"},"name":{"type":"string"}}},"magic_bgp_status_with_state":{"type":"object","properties":{"bgp_state":{"type":"string"},"cf_speaker_ip":{"type":"string","format":"ipv4"},"cf_speaker_port":{"type":"integer","maximum":65535,"minimum":1},"customer_speaker_ip":{"type":"string","format":"ipv4"},"customer_speaker_port":{"type":"integer","maximum":65535,"minimum":1},"state":{"type":"string","enum":["BGP_DOWN","BGP_UP","BGP_ESTABLISHING"]},"tcp_established":{"type":"boolean"},"updated_at":{"type":"string","format":"date-time"}},"required":["state","tcp_established","updated_at"]},"magic_schemas-created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"magic_schemas-modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"magic_gre_tunnel_add_single_request":{"type":"object","properties":{"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"cloudflare_gre_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_gre_endpoint"},"customer_gre_endpoint":{"$ref":"#/components/schemas/magic_customer_gre_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"mtu":{"$ref":"#/components/schemas/magic_mtu"},"name":{"$ref":"#/components/schemas/magic_gre_tunnel_name"},"ttl":{"$ref":"#/components/schemas/magic_ttl"}},"required":["name","customer_gre_endpoint","cloudflare_gre_endpoint","interface_address"]},"magic_health_check_target":{"type":"object","properties":{"effective":{"type":"string","readOnly":true,"x-auditable":true},"saved":{"type":"string","x-auditable":true}}},"magic_interconnect_bgp_config":{"type":"object","properties":{"as_no":{"type":"integer","format":"int32","deprecated":true},"cloudflare_endpoint":{"type":"string","format":"ipv4","deprecated":true},"customer_asn":{"type":"integer","format":"int32"},"customer_endpoint":{"type":"string","format":"ipv4","deprecated":true},"export_filter_id":{"type":"string"},"extra_prefixes":{"type":"array","items":{"format":"cidr","type":"string"}},"import_filter_id":{"type":"string"},"md5_key":{"type":"string"}}},"magic_components-schemas-name":{"type":"string"},"magic_gre":{"type":"object","properties":{"cloudflare_endpoint":{"type":"string"}}},"magic_health_check_base":{"type":"object","properties":{"enabled":{"type":"boolean","default":true,"x-auditable":true},"rate":{"type":"string","default":"mid","enum":["low","mid","high"],"x-auditable":true},"target":{"oneOf":[{"$ref":"#/components/schemas/magic_health_check_target"},{"type":"string"}]},"type":{"type":"string","default":"reply","enum":["reply","request"],"x-auditable":true}}},"magic_interface_address_interconnect":{"type":"string","x-auditable":true},"magic_schemas-mtu":{"type":"integer","default":1476},"magic_allow_null_cipher":{"type":"boolean"},"magic_cloudflare_ipsec_endpoint":{"type":"string"},"magic_custom_remote_identities":{"type":"object","properties":{"fqdn_id":{"type":"string"}}},"magic_customer_ipsec_endpoint":{"type":"string"},"magic_ipsec_tunnel_name":{"type":"string"},"magic_psk_metadata":{"type":"object","properties":{"last_generated_on":{"$ref":"#/components/schemas/magic_schemas-modified_on"}}},"magic_replay_protection":{"type":"boolean","default":false},"magic_psk":{"type":"string","x-sensitive":true},"magic_ipsec_tunnel_psk_entry":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/magic_identifier"}]},"psk":{"$ref":"#/components/schemas/magic_psk"}},"required":["id","psk"]},"magic_ipsec_tunnel_applied_psk":{"type":"object","properties":{"ipsec_id":{"type":"string"},"ipsec_tunnel_id":{"$ref":"#/components/schemas/magic_identifier"},"psk":{"$ref":"#/components/schemas/magic_psk"},"psk_metadata":{"$ref":"#/components/schemas/magic_psk_metadata"}},"required":["ipsec_tunnel_id","ipsec_id","psk","psk_metadata"]},"magic_bond_id":{"type":"integer"},"magic_nat":{"type":"object","properties":{"static_prefix":{"$ref":"#/components/schemas/magic_cidr"}}},"magic_port":{"type":"integer"},"magic_routed_subnet":{"type":"object","properties":{"nat":{"$ref":"#/components/schemas/magic_nat"},"next_hop":{"$ref":"#/components/schemas/magic_ip-address"},"prefix":{"$ref":"#/components/schemas/magic_cidr"}},"required":["prefix","next_hop"]},"magic_lan_static_addressing":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/magic_cidr"},"dhcp_relay":{"$ref":"#/components/schemas/magic_lan_dhcp_relay"},"dhcp_server":{"$ref":"#/components/schemas/magic_lan_dhcp_server"},"secondary_address":{"$ref":"#/components/schemas/magic_cidr"},"virtual_address":{"$ref":"#/components/schemas/magic_cidr"}},"required":["address"]},"magic_vlan_tag":{"type":"integer","x-auditable":true},"magic_acl-port-range":{"type":"string"},"magic_acl-subnet":{"oneOf":[{"$ref":"#/components/schemas/magic_ip-address"},{"$ref":"#/components/schemas/magic_cidr"}]},"magic_lan":{"type":"object","properties":{"bond_id":{"$ref":"#/components/schemas/magic_bond_id"},"ha_link":{"type":"boolean"},"id":{"$ref":"#/components/schemas/magic_identifier"},"is_breakout":{"type":"boolean"},"is_prioritized":{"type":"boolean"},"name":{"type":"string"},"nat":{"$ref":"#/components/schemas/magic_nat"},"physport":{"$ref":"#/components/schemas/magic_port"},"routed_subnets":{"type":"array","items":{"$ref":"#/components/schemas/magic_routed_subnet"}},"site_id":{"$ref":"#/components/schemas/magic_identifier"},"static_addressing":{"$ref":"#/components/schemas/magic_lan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"magic_dhcp_option":{"type":"object","properties":{"code":{"type":"integer","maximum":254,"minimum":1},"type":{"type":"string","enum":["text","hex","ip","byte","short","integer"]},"value":{"type":"string"}},"required":["code","type","value"]},"magic_lan_dhcp_relay":{"type":"object","properties":{"server_addresses":{"type":"array","items":{"$ref":"#/components/schemas/magic_ip-address"}}}},"magic_lan_dhcp_server":{"type":"object","properties":{"dhcp_options":{"type":"array","items":{"$ref":"#/components/schemas/magic_dhcp_option"}},"dhcp_pool_end":{"$ref":"#/components/schemas/magic_ip-address"},"dhcp_pool_start":{"$ref":"#/components/schemas/magic_ip-address"},"dns_server":{"$ref":"#/components/schemas/magic_ip-address"},"dns_servers":{"type":"array","items":{"$ref":"#/components/schemas/magic_ip-address"}},"reservations":{"type":"object","additionalProperties":{"type":"string"}}}},"magic_bgp_filter_profile":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true},"id":{"$ref":"#/components/schemas/magic_schemas-identifier"},"match_action":{"$ref":"#/components/schemas/magic_bgp_filter_match_action"},"modified_on":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":255,"minLength":1},"targets":{"type":"array","items":{"type":"string"},"maxItems":1000}},"required":["id","name","description","match_action","targets"]},"magic_bgp_settings":{"type":"object","properties":{"cloudflare_asn":{"type":"integer","format":"uint32","minimum":1},"modified_on":{"type":"string","format":"date-time"},"redistribute":{"$ref":"#/components/schemas/magic_bgp_redistribute_sources"}},"required":["cloudflare_asn","redistribute"]},"magic_netflow_config":{"type":"object","properties":{"active_timeout":{"type":"integer","maximum":5400,"minimum":1},"collector_ip":{"type":"string"},"collector_port":{"type":"integer","maximum":65535,"minimum":1},"inactive_timeout":{"type":"integer","maximum":5400,"minimum":1},"sampling_rate":{"type":"integer","maximum":10000,"minimum":1}},"required":["collector_ip"]},"magic_redundancy_member_data":{"type":"object","properties":{"data":{"type":"object"},"type":{"type":"string","enum":["gre","ipsec","cni"]}},"required":["type","data"]},"magic_redundancy_group_with_members":{"type":"object","allOf":[{"$ref":"#/components/schemas/magic_redundancy_group"},{"properties":{"member_data":{"type":"array","items":{"$ref":"#/components/schemas/magic_redundancy_member_data"}}}}]},"magic_created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"magic_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"magic_route_delete_id":{"allOf":[{"properties":{"id":{"$ref":"#/components/schemas/magic_identifier"}},"required":["id"]}]},"magic_route_update_single_request":{"allOf":[{"properties":{"id":{"$ref":"#/components/schemas/magic_identifier"}},"required":["id"]},{"$ref":"#/components/schemas/magic_route_add_single_request"}]},"magic_route_add_single_request":{"type":"object","properties":{"nexthop":{"$ref":"#/components/schemas/magic_nexthop"},"prefix":{"$ref":"#/components/schemas/magic_prefix"},"priority":{"$ref":"#/components/schemas/magic_priority"},"scope":{"$ref":"#/components/schemas/magic_scope"},"weight":{"$ref":"#/components/schemas/magic_weight"}},"required":["prefix","nexthop","priority"]},"magic_ipsec-tunnel":{"type":"object","properties":{"allow_null_cipher":{"$ref":"#/components/schemas/magic_allow_null_cipher"},"automatic_return_routing":{"$ref":"#/components/schemas/magic_automatic_return_routing"},"bgp":{"$ref":"#/components/schemas/magic_bgp_config"},"bgp_status":{"$ref":"#/components/schemas/magic_bgp_status_with_state"},"cloudflare_endpoint":{"$ref":"#/components/schemas/magic_cloudflare_ipsec_endpoint"},"created_on":{"$ref":"#/components/schemas/magic_schemas-created_on"},"custom_remote_identities":{"$ref":"#/components/schemas/magic_custom_remote_identities"},"customer_endpoint":{"$ref":"#/components/schemas/magic_customer_ipsec_endpoint"},"health_check":{"$ref":"#/components/schemas/magic_tunnel_health_check"},"id":{"$ref":"#/components/schemas/magic_schemas-identifier"},"interface_address":{"$ref":"#/components/schemas/magic_interface_address"},"interface_address6":{"$ref":"#/components/schemas/magic_interface_address6"},"modified_on":{"$ref":"#/components/schemas/magic_schemas-modified_on"},"name":{"$ref":"#/components/schemas/magic_ipsec_tunnel_name"},"psk_metadata":{"$ref":"#/components/schemas/magic_psk_metadata"},"replay_protection":{"$ref":"#/components/schemas/magic_replay_protection"}},"required":["id","name","cloudflare_endpoint","interface_address"]},"magic_colo_names":{"type":"array","items":{"$ref":"#/components/schemas/magic_colo_name"}},"magic_colo_regions":{"type":"array","items":{"$ref":"#/components/schemas/magic_colo_region"},"x-auditable":true},"magic_connector-id":{"type":"string","x-auditable":true},"magic_site-location":{"type":"object","properties":{"lat":{"type":"string","x-auditable":true},"lon":{"type":"string","x-auditable":true}}},"magic_site-name":{"type":"string","x-auditable":true},"magic_secondary-connector-id":{"type":"string","x-auditable":true},"magic_site":{"type":"object","properties":{"connector_id":{"$ref":"#/components/schemas/magic_connector-id"},"ha_mode":{"type":"boolean"},"id":{"$ref":"#/components/schemas/magic_identifier"},"location":{"$ref":"#/components/schemas/magic_site-location"},"name":{"$ref":"#/components/schemas/magic_site-name"},"secondary_connector_id":{"$ref":"#/components/schemas/magic_secondary-connector-id"}}},"magic_update_bgp_settings_redistribute_sources":{"type":"object","properties":{"static:wan":{"type":"boolean"}}},"magic_wan_static_addressing":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/magic_cidr"},"gateway_address":{"$ref":"#/components/schemas/magic_ip-address"},"secondary_address":{"$ref":"#/components/schemas/magic_cidr"}},"required":["address","gateway_address"]},"magic_wan":{"type":"object","properties":{"health_check_rate":{"type":"string","default":"mid","enum":["low","mid","high"]},"id":{"$ref":"#/components/schemas/magic_identifier"},"name":{"type":"string"},"physport":{"$ref":"#/components/schemas/magic_port"},"priority":{"type":"integer"},"site_id":{"$ref":"#/components/schemas/magic_identifier"},"static_addressing":{"$ref":"#/components/schemas/magic_wan_static_addressing"},"vlan_tag":{"$ref":"#/components/schemas/magic_vlan_tag"}}},"mcn_response":{"type":"object","properties":{"messages":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"}},"success":{"type":"boolean","x-auditable":true}},"required":["result","success","errors","messages"]},"mcn_error":{"type":"object","properties":{"code":{"type":"integer","enum":[1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,3001,3002,3003,3004,3005,3006,3007,4001,4002,4003,4004,4005,4006,4007,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,5001,5002,5003,5004,102000,102001,102002,102003,102004,102005,102006,102007,102008,102009,102010,102011,102012,102013,102014,102015,102016,102017,102018,102019,102020,102021,102022,102023,102024,102025,102026,102027,102028,102029,102030,102031,102032,102033,102034,102035,102036,102037,102038,102039,102040,102041,102042,102043,102044,102045,102046,102047,102048,102049,102050,102051,102052,102053,102054,102055,102056,102057,102058,102059,102060,102061,102062,102063,102064,102065,102066,102067,102068,102069,102070,102071,102072,103001,103002,103003,103004,103005,103006,103007,103008],"x-auditable":true},"documentation_url":{"type":"string"},"message":{"type":"string"},"meta":{"$ref":"#/components/schemas/mcn_error_meta"},"source":{"$ref":"#/components/schemas/mcn_error_source"}},"required":["code","message"]},"mcn_catalog_sync_destination_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_catalog_sync_update_mode":{"type":"string","enum":["AUTO","MANUAL"],"x-auditable":true},"mcn_catalog_syncs_prebuilt_policy":{"type":"object","properties":{"applicable_destinations":{"type":"array","items":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_type"}},"policy_description":{"type":"string"},"policy_name":{"type":"string"},"policy_string":{"type":"string"}},"required":["policy_name","policy_description","policy_string","applicable_destinations"]},"mcn_platform_client_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_catalog_sync":{"type":"object","properties":{"destination_id":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_id"},"destination_type":{"$ref":"#/components/schemas/mcn_catalog_sync_destination_type"},"errors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_error"}},"id":{"$ref":"#/components/schemas/mcn_catalog_sync_id"},"includes_discoveries_until":{"type":"string"},"last_attempted_update_at":{"type":"string"},"last_successful_update_at":{"type":"string"},"last_user_update_at":{"type":"string"},"name":{"type":"string"},"policy":{"type":"string"},"update_mode":{"$ref":"#/components/schemas/mcn_catalog_sync_update_mode"}},"required":["id","name","description","policy","destination_type","destination_id","destination_url","update_mode","last_user_update_at"]},"mcn_onramp_cloud_type":{"type":"string","enum":["AWS","AZURE","GOOGLE"],"x-auditable":true},"mcn_onramp_type":{"type":"string","enum":["OnrampTypeSingle","OnrampTypeHub"],"x-auditable":true},"mcn_onramp":{"type":"object","properties":{"attached_hubs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"attached_vpcs":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}},"cloud_asn":{"type":"integer","format":"uint32","x-auditable":true},"cloud_type":{"$ref":"#/components/schemas/mcn_onramp_cloud_type"},"dynamic_routing":{"type":"boolean","x-auditable":true},"hub":{"$ref":"#/components/schemas/mcn_resource_id"},"id":{"$ref":"#/components/schemas/mcn_onramp_id"},"install_routes_in_cloud":{"type":"boolean","x-auditable":true},"install_routes_in_magic_wan":{"type":"boolean","x-auditable":true},"last_applied_at":{"type":"string","x-auditable":true},"last_exported_at":{"type":"string","x-auditable":true},"last_planned_at":{"type":"string","x-auditable":true},"manage_hub_to_hub_attachments":{"type":"boolean","x-auditable":true},"manage_vpc_to_hub_attachments":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true},"planned_monthly_cost_estimate":{"$ref":"#/components/schemas/mcn_cost_diff"},"planned_resources":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_diff"}},"planned_resources_unavailable":{"type":"boolean","x-auditable":true},"post_apply_monthly_cost_estimate":{"$ref":"#/components/schemas/mcn_cost"},"post_apply_resources":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_resource_details"}},"post_apply_resources_unavailable":{"type":"boolean","x-auditable":true},"region":{"type":"string","x-auditable":true},"status":{"$ref":"#/components/schemas/mcn_onramp_status"},"type":{"$ref":"#/components/schemas/mcn_onramp_type"},"updated_at":{"type":"string"},"vpc":{"$ref":"#/components/schemas/mcn_resource_id"},"vpcs_by_id":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_resource_details"}},"vpcs_by_id_unavailable":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_id"}}},"required":["id","name","type","cloud_type","install_routes_in_cloud","install_routes_in_magic_wan","dynamic_routing","updated_at"]},"mcn_cloud_type":{"type":"string","enum":["AWS","AZURE","GOOGLE","CLOUDFLARE"],"x-auditable":true},"mcn_provider":{"type":"object","properties":{"aws_arn":{"type":"string","x-auditable":true},"azure_subscription_id":{"type":"string","x-auditable":true},"azure_tenant_id":{"type":"string","x-auditable":true},"cloud_type":{"$ref":"#/components/schemas/mcn_cloud_type"},"friendly_name":{"type":"string"},"gcp_project_id":{"type":"string","x-auditable":true},"gcp_service_account_email":{"type":"string","x-auditable":true},"id":{"$ref":"#/components/schemas/mcn_provider_id"},"last_updated":{"type":"string","x-auditable":true},"lifecycle_state":{"$ref":"#/components/schemas/mcn_provider_lifecycle_state"},"state":{"$ref":"#/components/schemas/mcn_provider_discovery_status"},"state_v2":{"$ref":"#/components/schemas/mcn_provider_discovery_status"},"status":{"$ref":"#/components/schemas/mcn_provider_status"}},"required":["id","friendly_name","cloud_type","last_updated","state","state_v2","lifecycle_state"]},"mcn_deleted_catalog_sync":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mcn_catalog_sync_id"}},"required":["id"]},"mcn_deleted_onramp":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mcn_onramp_id"}},"required":["id"]},"mcn_deleted_provider":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mcn_provider_id"}},"required":["id"]},"mcn_deleted_resource":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mcn_resource_id"}},"required":["id"]},"mcn_error_meta":{"type":"object","properties":{"l10n_key":{"type":"string","x-auditable":true},"loggable_error":{"type":"string"},"template_data":{"type":"object"},"trace_id":{"type":"string","x-auditable":true}}},"mcn_error_source":{"type":"object","properties":{"parameter":{"type":"string","x-auditable":true},"parameter_value_index":{"type":"integer","x-auditable":true},"pointer":{"type":"string","x-auditable":true}}},"mcn_magic_wan_address_space":{"type":"object","properties":{"prefixes":{"type":"array","items":{"$ref":"#/components/schemas/mcn_cidr_prefix"}}},"required":["prefixes"]},"mcn_response_collection":{"type":"object","properties":{"messages":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"}},"result_info":{"$ref":"#/components/schemas/mcn_result_info"},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]},"mcn_string_item":{"type":"object","properties":{"item_type":{"type":"string"},"string":{"type":"string"}},"required":["item_type","string"]},"mcn_resource_preview_item":{"type":"object","properties":{"item_type":{"type":"string","x-auditable":true},"resource_preview":{"$ref":"#/components/schemas/mcn_resource_preview"}},"required":["item_type","resource_preview"]},"mcn_cidr_prefix":{"type":"string","x-auditable":true},"mcn_cost_diff":{"type":"object","properties":{"currency":{"type":"string","x-auditable":true},"current_monthly_cost":{"type":"number","format":"double"},"diff":{"type":"number","format":"double"},"proposed_monthly_cost":{"type":"number","format":"double"}},"required":["current_monthly_cost","proposed_monthly_cost","diff","currency"]},"mcn_resource_diff":{"type":"object","properties":{"diff":{"$ref":"#/components/schemas/mcn_yaml_diff"},"keys_require_replace":{"type":"array","items":{"type":"string"}},"monthly_cost_estimate_diff":{"$ref":"#/components/schemas/mcn_cost_diff"},"planned_action":{"$ref":"#/components/schemas/mcn_planned_action"},"resource":{"$ref":"#/components/schemas/mcn_resource_preview"}},"required":["resource","diff","planned_action","keys_require_replace","monthly_cost_estimate_diff"]},"mcn_cost":{"type":"object","properties":{"currency":{"type":"string","x-auditable":true},"monthly_cost":{"type":"number","format":"double"}},"required":["monthly_cost","currency"]},"mcn_resource_details":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/mcn_account_id"},"cloud_type":{"$ref":"#/components/schemas/mcn_cloud_type"},"config":{"type":"object","additionalProperties":true},"deployment_provider":{"$ref":"#/components/schemas/mcn_provider_id"},"id":{"$ref":"#/components/schemas/mcn_resource_id"},"managed":{"type":"boolean","x-auditable":true},"managed_by":{"type":"array","items":{"$ref":"#/components/schemas/mcn_cloud_platform_client"}},"monthly_cost_estimate":{"$ref":"#/components/schemas/mcn_cost"},"name":{"type":"string"},"native_id":{"type":"string"},"observations":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_observation"}},"provider_ids":{"type":"array","items":{"$ref":"#/components/schemas/mcn_provider_id"}},"provider_names_by_id":{"type":"object","additionalProperties":{"type":"string"}},"region":{"type":"string","x-auditable":true},"resource_group":{"type":"string","x-auditable":true},"resource_type":{"$ref":"#/components/schemas/mcn_resource_type"},"sections":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_details_section"}},"state":{"type":"object","additionalProperties":true},"tags":{"type":"object","additionalProperties":{"type":"string"}},"updated_at":{"type":"string"},"url":{"type":"string"}},"required":["id","native_id","name","account_id","cloud_type","resource_type","managed","provider_ids","provider_names_by_id","region","resource_group","tags","updated_at","url","config","state","observations","deployment_provider","sections","monthly_cost_estimate"]},"mcn_onramp_status":{"type":"object","properties":{"apply_progress":{"$ref":"#/components/schemas/mcn_apply_progress"},"lifecycle_errors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/mcn_error"}},"lifecycle_state":{"$ref":"#/components/schemas/mcn_onramp_lifecycle_state"},"plan_progress":{"$ref":"#/components/schemas/mcn_plan_progress"},"routes":{"type":"array","items":{"$ref":"#/components/schemas/mcn_conduit_route_id"}},"tunnels":{"type":"array","items":{"$ref":"#/components/schemas/mcn_conduit_tunnel_id"}}},"required":["lifecycle_state","tunnels","routes","plan_progress","apply_progress"]},"mcn_apply_progress":{"type":"object","properties":{"done":{"type":"integer","x-auditable":true},"total":{"type":"integer","x-auditable":true}},"required":["done","total"]},"mcn_onramp_lifecycle_state":{"type":"string","enum":["OnrampNeedsApply","OnrampPendingPlan","OnrampPlanning","OnrampPlanFailed","OnrampPendingApproval","OnrampPendingApply","OnrampApplying","OnrampApplyFailed","OnrampActive","OnrampPendingDestroy","OnrampDestroying","OnrampDestroyFailed"],"x-auditable":true},"mcn_plan_progress":{"type":"object","properties":{"done":{"type":"integer","x-auditable":true},"total":{"type":"integer","x-auditable":true}},"required":["done","total"]},"mcn_conduit_route_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_conduit_tunnel_id":{"type":"string","format":"uuid","x-auditable":true},"mcn_provider_lifecycle_state":{"type":"string","enum":["ACTIVE","PENDING_SETUP","RETIRED"],"x-auditable":true},"mcn_provider_discovery_status":{"type":"string","enum":["UNSPECIFIED","PENDING","DISCOVERING","FAILED","SUCCEEDED"],"x-auditable":true},"mcn_provider_status":{"type":"object","properties":{"credentials_good_since":{"type":"string","x-auditable":true},"credentials_missing_since":{"type":"string","x-auditable":true},"credentials_rejected_since":{"type":"string","x-auditable":true},"discovery_message":{"type":"string","x-auditable":true},"discovery_message_v2":{"type":"string","x-auditable":true},"discovery_progress":{"$ref":"#/components/schemas/mcn_provider_discovery_progress"},"discovery_progress_v2":{"$ref":"#/components/schemas/mcn_provider_discovery_progress"},"in_use_by":{"type":"array","items":{"$ref":"#/components/schemas/mcn_cloud_platform_client"}},"last_discovery_completed_at":{"type":"string","x-auditable":true},"last_discovery_completed_at_v2":{"type":"string","x-auditable":true},"last_discovery_started_at":{"type":"string","x-auditable":true},"last_discovery_started_at_v2":{"type":"string","x-auditable":true},"last_discovery_status":{"$ref":"#/components/schemas/mcn_provider_discovery_status"},"last_discovery_status_v2":{"$ref":"#/components/schemas/mcn_provider_discovery_status"},"last_updated":{"type":"string","x-auditable":true},"regions":{"type":"array","items":{"type":"string","x-auditable":true}}},"required":["last_discovery_status","last_discovery_status_v2","regions","discovery_status","discovery_status_v2","discovery_progress","discovery_progress_v2"]},"mcn_aws_trust_policy":{"type":"object","properties":{"aws_trust_policy":{"type":"string"},"item_type":{"type":"string","x-auditable":true}},"required":["item_type","aws_trust_policy"]},"mcn_azure_setup":{"type":"object","properties":{"azure_consent_url":{"type":"string"},"integration_identity_tag":{"type":"string","x-auditable":true},"item_type":{"type":"string","x-auditable":true},"tag_cli_command":{"type":"string"}},"required":["item_type","azure_consent_url","integration_identity_tag","tag_cli_command"]},"mcn_gcp_setup":{"type":"object","properties":{"integration_identity_tag":{"type":"string","x-auditable":true},"item_type":{"type":"string","x-auditable":true},"tag_cli_command":{"type":"string"}},"required":["item_type","integration_identity_tag","tag_cli_command"]},"mcn_provider_discovery_progress":{"type":"object","properties":{"done":{"type":"integer","x-auditable":true},"total":{"type":"integer","x-auditable":true},"unit":{"type":"string","x-auditable":true}},"required":["unit","done","total"]},"mcn_cloud_platform_client":{"type":"object","properties":{"client_type":{"type":"string","enum":["MAGIC_WAN_CLOUD_ONRAMP"],"x-auditable":true},"id":{"$ref":"#/components/schemas/mcn_platform_client_id"},"name":{"type":"string","x-auditable":true}},"required":["client_type","name","id"]},"mcn_good_response_collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/mcn_response_collection"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mcn_error"},"maxLength":0}},"type":"object"}]},"mcn_result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}},"required":["page","per_page","count","total_count"]},"mcn_policy_result":{"type":"string"},"mcn_observation":{"type":"object","properties":{"first_observed_at":{"type":"string","x-auditable":true},"last_observed_at":{"type":"string","x-auditable":true},"provider_id":{"$ref":"#/components/schemas/mcn_provider_id"},"resource_id":{"$ref":"#/components/schemas/mcn_resource_id"}},"required":["provider_id","resource_id","first_observed_at","last_observed_at"]},"mcn_resource_details_section":{"type":"object","properties":{"help_text":{"type":"string"},"hidden_items":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_details_section_item"}},"name":{"type":"string"},"visible_items":{"type":"array","items":{"$ref":"#/components/schemas/mcn_resource_details_section_item"}}},"required":["name","visible_items","hidden_items"]},"mcn_resource_details_section_item":{"type":"object","properties":{"helpText":{"type":"string"},"name":{"type":"string"},"value":{"type":"object","discriminator":{"propertyName":"item_type"},"oneOf":[{"$ref":"#/components/schemas/mcn_string_item"},{"$ref":"#/components/schemas/mcn_yaml_item"},{"$ref":"#/components/schemas/mcn_yaml_diff_item"},{"$ref":"#/components/schemas/mcn_resource_preview_item"},{"$ref":"#/components/schemas/mcn_list_item"}]}}},"mcn_yaml_item":{"type":"object","properties":{"item_type":{"type":"string"},"yaml":{"type":"string"}},"required":["item_type","yaml"]},"mcn_yaml_diff_item":{"type":"object","properties":{"item_type":{"type":"string"},"yaml_diff":{"$ref":"#/components/schemas/mcn_yaml_diff"}},"required":["item_type","yaml_diff"]},"mcn_list_item":{"type":"object","properties":{"item_type":{"type":"string"},"list":{"type":"array","items":{"discriminator":{"propertyName":"item_type"},"oneOf":[{"$ref":"#/components/schemas/mcn_string_item"},{"$ref":"#/components/schemas/mcn_resource_preview_item"}],"type":"object"}}},"required":["item_type","list"]},"mcn_yaml_diff":{"type":"object","properties":{"diff":{"type":"string"},"left_description":{"type":"string"},"left_yaml":{"type":"string"},"right_description":{"type":"string"},"right_yaml":{"type":"string"}},"required":["left_yaml","left_description","right_yaml","right_description","diff"]},"mcn_planned_action":{"type":"string","enum":["no_op","create","update","replace","destroy"],"x-auditable":true},"mcn_resource_preview":{"type":"object","properties":{"cloud_type":{"$ref":"#/components/schemas/mcn_cloud_type"},"detail":{"type":"string"},"id":{"$ref":"#/components/schemas/mcn_resource_id"},"name":{"type":"string"},"resource_type":{"$ref":"#/components/schemas/mcn_resource_type"},"title":{"type":"string"}},"required":["id","cloud_type","resource_type","name","title","detail"]},"mcn_resources_catalog_policy_preview":{"type":"string"},"mconn_recorded_event":{"type":"object","properties":{"e":{"$ref":"#/components/schemas/mconn_event"},"n":{"type":"number"},"t":{"type":"number"},"v":{"type":"string"}},"required":["t","n","e"]},"mconn_admin_events_get_latest_result":{"type":"object","properties":{"count":{"type":"number"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_recorded_event"}}},"required":["items","count"]},"mconn_event_metadata":{"type":"object","properties":{"a":{"type":"number"},"k":{"type":"string"},"n":{"type":"number"},"t":{"type":"number"}},"required":["a","t","n","k"]},"mconn_admin_events_get_result":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_event_metadata"}}},"required":["items","count"]},"mconn_admin_macros_report_exception_result":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]},"mconn_snapshot":{"type":"object","properties":{"bonds":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_bond"}},"count_reclaim_failures":{"type":"number"},"count_reclaimed_paths":{"type":"number"},"count_record_failed":{"type":"number"},"count_transmit_failures":{"type":"number"},"cpu_count":{"type":"number"},"cpu_pressure_10s":{"type":"number"},"cpu_pressure_300s":{"type":"number"},"cpu_pressure_60s":{"type":"number"},"cpu_pressure_total_us":{"type":"number"},"cpu_time_guest_ms":{"type":"number"},"cpu_time_guest_nice_ms":{"type":"number"},"cpu_time_idle_ms":{"type":"number"},"cpu_time_iowait_ms":{"type":"number"},"cpu_time_irq_ms":{"type":"number"},"cpu_time_nice_ms":{"type":"number"},"cpu_time_softirq_ms":{"type":"number"},"cpu_time_steal_ms":{"type":"number"},"cpu_time_system_ms":{"type":"number"},"cpu_time_user_ms":{"type":"number"},"delta":{"type":"number"},"dhcp_leases":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_dhcp_lease"}},"disks":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_disk"}},"epsilon":{"type":"number"},"ha_state":{"type":"string"},"ha_value":{"type":"number"},"interfaces":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_interface"}},"io_pressure_full_10s":{"type":"number"},"io_pressure_full_300s":{"type":"number"},"io_pressure_full_60s":{"type":"number"},"io_pressure_full_total_us":{"type":"number"},"io_pressure_some_10s":{"type":"number"},"io_pressure_some_300s":{"type":"number"},"io_pressure_some_60s":{"type":"number"},"io_pressure_some_total_us":{"type":"number"},"kernel_btime":{"type":"number"},"kernel_ctxt":{"type":"number"},"kernel_processes":{"type":"number"},"kernel_processes_blocked":{"type":"number"},"kernel_processes_running":{"type":"number"},"load_average_15m":{"type":"number"},"load_average_1m":{"type":"number"},"load_average_5m":{"type":"number"},"load_average_cur":{"type":"number"},"load_average_max":{"type":"number"},"memory_active_bytes":{"type":"number"},"memory_anon_hugepages_bytes":{"type":"number"},"memory_anon_pages_bytes":{"type":"number"},"memory_available_bytes":{"type":"number"},"memory_bounce_bytes":{"type":"number"},"memory_buffers_bytes":{"type":"number"},"memory_cached_bytes":{"type":"number"},"memory_cma_free_bytes":{"type":"number"},"memory_cma_total_bytes":{"type":"number"},"memory_commit_limit_bytes":{"type":"number"},"memory_committed_as_bytes":{"type":"number"},"memory_dirty_bytes":{"type":"number"},"memory_free_bytes":{"type":"number"},"memory_high_free_bytes":{"type":"number"},"memory_high_total_bytes":{"type":"number"},"memory_hugepages_free":{"type":"number"},"memory_hugepages_rsvd":{"type":"number"},"memory_hugepages_surp":{"type":"number"},"memory_hugepages_total":{"type":"number"},"memory_hugepagesize_bytes":{"type":"number"},"memory_inactive_bytes":{"type":"number"},"memory_k_reclaimable_bytes":{"type":"number"},"memory_kernel_stack_bytes":{"type":"number"},"memory_low_free_bytes":{"type":"number"},"memory_low_total_bytes":{"type":"number"},"memory_mapped_bytes":{"type":"number"},"memory_page_tables_bytes":{"type":"number"},"memory_per_cpu_bytes":{"type":"number"},"memory_pressure_full_10s":{"type":"number"},"memory_pressure_full_300s":{"type":"number"},"memory_pressure_full_60s":{"type":"number"},"memory_pressure_full_total_us":{"type":"number"},"memory_pressure_some_10s":{"type":"number"},"memory_pressure_some_300s":{"type":"number"},"memory_pressure_some_60s":{"type":"number"},"memory_pressure_some_total_us":{"type":"number"},"memory_s_reclaimable_bytes":{"type":"number"},"memory_s_unreclaim_bytes":{"type":"number"},"memory_secondary_page_tables_bytes":{"type":"number"},"memory_shmem_bytes":{"type":"number"},"memory_shmem_hugepages_bytes":{"type":"number"},"memory_shmem_pmd_mapped_bytes":{"type":"number"},"memory_slab_bytes":{"type":"number"},"memory_swap_cached_bytes":{"type":"number"},"memory_swap_free_bytes":{"type":"number"},"memory_swap_total_bytes":{"type":"number"},"memory_total_bytes":{"type":"number"},"memory_vmalloc_chunk_bytes":{"type":"number"},"memory_vmalloc_total_bytes":{"type":"number"},"memory_vmalloc_used_bytes":{"type":"number"},"memory_writeback_bytes":{"type":"number"},"memory_writeback_tmp_bytes":{"type":"number"},"memory_z_swap_bytes":{"type":"number"},"memory_z_swapped_bytes":{"type":"number"},"mounts":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_mount"}},"netdevs":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_netdev"}},"platform":{"type":"string"},"site_id":{"type":"string"},"snmp_icmp_in_addr_mask_reps":{"type":"number"},"snmp_icmp_in_addr_masks":{"type":"number"},"snmp_icmp_in_csum_errors":{"type":"number"},"snmp_icmp_in_dest_unreachs":{"type":"number"},"snmp_icmp_in_echo_reps":{"type":"number"},"snmp_icmp_in_echos":{"type":"number"},"snmp_icmp_in_errors":{"type":"number"},"snmp_icmp_in_msgs":{"type":"number"},"snmp_icmp_in_parm_probs":{"type":"number"},"snmp_icmp_in_redirects":{"type":"number"},"snmp_icmp_in_src_quenchs":{"type":"number"},"snmp_icmp_in_time_excds":{"type":"number"},"snmp_icmp_in_timestamp_reps":{"type":"number"},"snmp_icmp_in_timestamps":{"type":"number"},"snmp_icmp_out_addr_mask_reps":{"type":"number"},"snmp_icmp_out_addr_masks":{"type":"number"},"snmp_icmp_out_dest_unreachs":{"type":"number"},"snmp_icmp_out_echo_reps":{"type":"number"},"snmp_icmp_out_echos":{"type":"number"},"snmp_icmp_out_errors":{"type":"number"},"snmp_icmp_out_msgs":{"type":"number"},"snmp_icmp_out_parm_probs":{"type":"number"},"snmp_icmp_out_redirects":{"type":"number"},"snmp_icmp_out_src_quenchs":{"type":"number"},"snmp_icmp_out_time_excds":{"type":"number"},"snmp_icmp_out_timestamp_reps":{"type":"number"},"snmp_icmp_out_timestamps":{"type":"number"},"snmp_ip_default_ttl":{"type":"number"},"snmp_ip_forw_datagrams":{"type":"number"},"snmp_ip_forwarding_enabled":{"type":"boolean"},"snmp_ip_frag_creates":{"type":"number"},"snmp_ip_frag_fails":{"type":"number"},"snmp_ip_frag_oks":{"type":"number"},"snmp_ip_in_addr_errors":{"type":"number"},"snmp_ip_in_delivers":{"type":"number"},"snmp_ip_in_discards":{"type":"number"},"snmp_ip_in_hdr_errors":{"type":"number"},"snmp_ip_in_receives":{"type":"number"},"snmp_ip_in_unknown_protos":{"type":"number"},"snmp_ip_out_discards":{"type":"number"},"snmp_ip_out_no_routes":{"type":"number"},"snmp_ip_out_requests":{"type":"number"},"snmp_ip_reasm_fails":{"type":"number"},"snmp_ip_reasm_oks":{"type":"number"},"snmp_ip_reasm_reqds":{"type":"number"},"snmp_ip_reasm_timeout":{"type":"number"},"snmp_tcp_active_opens":{"type":"number"},"snmp_tcp_attempt_fails":{"type":"number"},"snmp_tcp_curr_estab":{"type":"number"},"snmp_tcp_estab_resets":{"type":"number"},"snmp_tcp_in_csum_errors":{"type":"number"},"snmp_tcp_in_errs":{"type":"number"},"snmp_tcp_in_segs":{"type":"number"},"snmp_tcp_max_conn":{"type":"number"},"snmp_tcp_out_rsts":{"type":"number"},"snmp_tcp_out_segs":{"type":"number"},"snmp_tcp_passive_opens":{"type":"number"},"snmp_tcp_retrans_segs":{"type":"number"},"snmp_tcp_rto_max":{"type":"number"},"snmp_tcp_rto_min":{"type":"number"},"snmp_udp_in_datagrams":{"type":"number"},"snmp_udp_in_errors":{"type":"number"},"snmp_udp_no_ports":{"type":"number"},"snmp_udp_out_datagrams":{"type":"number"},"system_boot_time_s":{"type":"number"},"t":{"type":"number"},"thermals":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_thermal"}},"tunnels":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_tunnel"}},"uptime_idle_ms":{"type":"number"},"uptime_total_ms":{"type":"number"},"v":{"type":"string"}},"required":["t","v","count_reclaim_failures","count_reclaimed_paths","count_record_failed","count_transmit_failures"]},"mconn_admin_snapshots_get_latest_result":{"type":"object","properties":{"count":{"type":"number"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot"}}},"required":["items","count"]},"mconn_snapshot_metadata":{"type":"object","properties":{"a":{"type":"number"},"t":{"type":"number"}},"required":["a","t"]},"mconn_admin_snapshots_get_result":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_metadata"}}},"required":["items","count"]},"mconn_response":{"type":"object","properties":{"messages":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"}},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]},"mconn_coded_message":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]},"mconn_none":{"type":"object","nullable":true},"mconn_connector_events_post_result":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]},"mconn_good_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_response"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/mconn_coded_message"},"maxLength":0}},"type":"object"}]},"mconn_connector_interrupts_result":{"type":"object","allOf":[{"$ref":"#/components/schemas/mconn_interrupt"},{"properties":{"submitted_at":{"type":"string"},"triggered_at":{"type":"string"}},"required":["submitted_at"],"type":"object"}]},"mconn_interrupt":{"type":"object","properties":{"reboot":{"type":"object","additionalProperties":false,"properties":{"purge":{"type":"boolean","default":false}}},"restart":{"type":"object","additionalProperties":false,"properties":{"purge":{"type":"boolean","default":false}}},"shutdown":{"type":"object","additionalProperties":false,"properties":{"purge":{"type":"boolean","default":false}}}},"additionalProperties":false,"maxProperties":1,"minProperties":1},"mconn_connector_snapshots_post_result":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]},"mconn_customer_device":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/mconn_uuid"},"serial_number":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["MANAGED","LICENSED"],"x-auditable":true}},"required":["id"]},"mconn_day_of_week":{"type":"string","enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},"mconn_embargo_date":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"mconn_customer_device_options":{"type":"object","properties":{"id":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"provision_license":{"type":"boolean"},"serial_number":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"maxProperties":1,"minProperties":1},"mconn_customer_connector_fields":{"type":"object","properties":{"activated":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_days_of_week":{"type":"array","items":{"$ref":"#/components/schemas/mconn_day_of_week"},"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_duration_hours":{"type":"number","maximum":24,"minimum":1,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_embargo_dates":{"type":"array","items":{"$ref":"#/components/schemas/mconn_embargo_date"},"maxItems":100,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_hour_of_day":{"type":"number","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"notes":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"primary":{"type":"boolean","default":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"site_id":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"timezone":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"mconn_customer_connector":{"type":"object","properties":{"activated":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"device":{"$ref":"#/components/schemas/mconn_customer_device"},"id":{"$ref":"#/components/schemas/mconn_uuid"},"interrupt_window_days_of_week":{"type":"array","items":{"$ref":"#/components/schemas/mconn_day_of_week"},"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_duration_hours":{"type":"number","maximum":24,"minimum":1,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_embargo_dates":{"type":"array","items":{"$ref":"#/components/schemas/mconn_embargo_date"},"maxItems":100,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"interrupt_window_hour_of_day":{"type":"number","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"last_heartbeat":{"type":"string","x-auditable":true},"last_seen_version":{"type":"string","x-auditable":true},"last_updated":{"type":"string","x-auditable":true},"license_key":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"notes":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"primary":{"type":"boolean","default":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"site_id":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"timezone":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}},"required":["id","notes","activated","last_updated","timezone","interrupt_window_hour_of_day","interrupt_window_duration_hours","interrupt_window_days_of_week","interrupt_window_embargo_dates","primary"]},"mconn_customer_events_latest_get_result":{"type":"object","properties":{"count":{"type":"number"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_recorded_event"}}},"required":["items","count"]},"mconn_customer_events_list_result":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_event_metadata"}}},"required":["items","count"]},"mconn_customer_snapshots_latest_get_result":{"type":"object","properties":{"count":{"type":"number"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot"}}},"required":["items","count"]},"mconn_customer_snapshots_list_result":{"type":"object","properties":{"count":{"type":"number"},"cursor":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_metadata"}}},"required":["items","count"]},"mconn_event":{"type":"object","properties":{"k":{"type":"string","enum":["Init","Leave","StartAttestation","FinishAttestationSuccess","FinishAttestationFailure","StartRotateCryptKey","FinishRotateCryptKeySuccess","FinishRotateCryptKeyFailure","StartRotatePki","FinishRotatePkiSuccess","FinishRotatePkiFailure","StartUpgrade","FinishUpgradeSuccess","FinishUpgradeFailure","Reconcile","ConfigureCloudflaredTunnel","RekeyInstallBoth","RekeyStart","RekeyRestart","RekeyAdvance","RekeyComplete","RekeyReset","HaTransition","HaError","HaInit","HaLeave"]}},"additionalProperties":true,"required":["k"]},"mconn_snapshot_bond":{"type":"object","properties":{"name":{"type":"string"},"status":{"type":"string"}},"required":["name","status"]},"mconn_snapshot_dhcp_lease":{"type":"object","properties":{"client_id":{"type":"string"},"expiry_time":{"type":"number"},"hostname":{"type":"string"},"interface_name":{"type":"string"},"ip_address":{"type":"string"},"mac_address":{"type":"string"}},"required":["interface_name","expiry_time","mac_address","ip_address","hostname","client_id"]},"mconn_snapshot_disk":{"type":"object","properties":{"discards":{"type":"number"},"discards_merged":{"type":"number"},"flushes":{"type":"number"},"in_progress":{"type":"number"},"major":{"type":"number"},"merged":{"type":"number"},"minor":{"type":"number"},"name":{"type":"string"},"reads":{"type":"number"},"sectors_discarded":{"type":"number"},"sectors_read":{"type":"number"},"sectors_written":{"type":"number"},"time_discarding_ms":{"type":"number"},"time_flushing_ms":{"type":"number"},"time_in_progress_ms":{"type":"number"},"time_reading_ms":{"type":"number"},"time_writing_ms":{"type":"number"},"weighted_time_in_progress_ms":{"type":"number"},"writes":{"type":"number"},"writes_merged":{"type":"number"}},"required":["in_progress","major","merged","minor","name","reads","sectors_read","sectors_written","time_in_progress_ms","time_reading_ms","time_writing_ms","weighted_time_in_progress_ms","writes","writes_merged"]},"mconn_snapshot_interface":{"type":"object","properties":{"ip_addresses":{"type":"array","items":{"$ref":"#/components/schemas/mconn_snapshot_interface_address"}},"name":{"type":"string"},"operstate":{"type":"string"},"speed":{"type":"number"}},"required":["name","operstate"]},"mconn_snapshot_mount":{"type":"object","properties":{"available_bytes":{"type":"number"},"available_inodes":{"type":"number"},"file_system":{"type":"string"},"is_read_only":{"type":"boolean"},"is_removable":{"type":"boolean"},"kind":{"type":"string"},"mount_point":{"type":"string"},"name":{"type":"string"},"total_bytes":{"type":"number"},"total_inodes":{"type":"number"}},"required":["name","kind","file_system","mount_point"]},"mconn_snapshot_netdev":{"type":"object","properties":{"name":{"type":"string"},"recv_bytes":{"type":"number"},"recv_compressed":{"type":"number"},"recv_drop":{"type":"number"},"recv_errs":{"type":"number"},"recv_fifo":{"type":"number"},"recv_frame":{"type":"number"},"recv_multicast":{"type":"number"},"recv_packets":{"type":"number"},"sent_bytes":{"type":"number"},"sent_carrier":{"type":"number"},"sent_colls":{"type":"number"},"sent_compressed":{"type":"number"},"sent_drop":{"type":"number"},"sent_errs":{"type":"number"},"sent_fifo":{"type":"number"},"sent_packets":{"type":"number"}},"required":["name","recv_bytes","recv_packets","recv_errs","recv_drop","recv_fifo","recv_frame","recv_compressed","recv_multicast","sent_bytes","sent_packets","sent_errs","sent_drop","sent_fifo","sent_colls","sent_carrier","sent_compressed"]},"mconn_snapshot_thermal":{"type":"object","properties":{"critical_celcius":{"type":"number"},"current_celcius":{"type":"number"},"label":{"type":"string"},"max_celcius":{"type":"number"}},"required":["label"]},"mconn_snapshot_tunnel":{"type":"object","properties":{"health_state":{"type":"string"},"health_value":{"type":"number"},"interface_name":{"type":"string"},"jitter_ms":{"type":"number"},"latency_ms":{"type":"number"},"natd_result":{"type":"string"},"natd_state":{"type":"number"},"natd_target":{"type":"string"},"probed_mtu":{"type":"number"},"recent_healthy_pings":{"type":"number"},"recent_unhealthy_pings":{"type":"number"},"tunnel_id":{"type":"string"}},"required":["tunnel_id","interface_name","health_state","health_value"]},"mconn_snapshot_interface_address":{"type":"object","properties":{"interface_name":{"type":"string"},"ip_address":{"type":"string"}},"required":["interface_name","ip_address"]},"moq_cloudflare_jwt_token":{"type":"object","properties":{"created":{"type":"string","format":"date-time"},"expires":{"type":"string","format":"date-time"},"jti":{"type":"string"},"label":{"type":"string"},"operations":{"type":"array","items":{"enum":["publish","subscribe"],"type":"string"},"minItems":1},"secret":{"type":"string","x-sensitive":true}},"required":["jti","operations","created","expires"]},"moq_cloudflare_jwt_issuer":{"type":"object","properties":{"cloudflare_tokens":{"type":"array","items":{"$ref":"#/components/schemas/moq_cloudflare_jwt_token"}},"issuer":{"type":"string","enum":["cloudflare"]},"type":{"type":"string","enum":["cloudflare_jwt"]}},"required":["type","issuer","cloudflare_tokens"]},"moq_relay_config":{"type":"object","properties":{"upstreams":{"$ref":"#/components/schemas/moq_upstreams"}}},"moq_upstreams":{"type":"object","properties":{"enabled":{"type":"boolean","default":false},"upstreams":{"type":"array","items":{"$ref":"#/components/schemas/moq_upstream"},"default":[]}}},"moq_issuer":{"discriminator":{"mapping":{"cloudflare_jwt":"#/components/schemas/moq_cloudflare_jwt_issuer"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/moq_cloudflare_jwt_issuer"}]},"moq_upstream":{"type":"object","properties":{"url":{"type":"string","format":"uri"}},"required":["url"]},"mq_api-v4-error":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true},"minLength":1},"mq_api-v4-message":{"type":"array","items":{"type":"string","x-auditable":true}},"mq_http-consumer-request":{"type":"object","properties":{"dead_letter_queue":{"$ref":"#/components/schemas/mq_queue-name"},"settings":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"max_retries":{"$ref":"#/components/schemas/mq_max-retries"},"retry_delay":{"$ref":"#/components/schemas/mq_retry-delay"},"visibility_timeout_ms":{"$ref":"#/components/schemas/mq_visibility-timeout"}}},"type":{"type":"string","enum":["http_pull"],"x-auditable":true}},"required":["type"]},"mq_worker-consumer-request":{"type":"object","properties":{"dead_letter_queue":{"$ref":"#/components/schemas/mq_queue-name"},"script_name":{"$ref":"#/components/schemas/mq_script-name"},"settings":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"max_concurrency":{"$ref":"#/components/schemas/mq_max-concurrency"},"max_retries":{"$ref":"#/components/schemas/mq_max-retries"},"max_wait_time_ms":{"$ref":"#/components/schemas/mq_max-wait-time"},"retry_delay":{"$ref":"#/components/schemas/mq_retry-delay"}}},"type":{"type":"string","enum":["worker"],"x-auditable":true}},"required":["type","script_name"]},"mq_http-consumer-response":{"type":"object","properties":{"consumer_id":{"$ref":"#/components/schemas/mq_identifier"},"created_on":{"type":"string","format":"date-time","x-auditable":true},"dead_letter_queue":{"type":"string","x-auditable":true},"queue_name":{"$ref":"#/components/schemas/mq_queue-name"},"settings":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"max_retries":{"$ref":"#/components/schemas/mq_max-retries"},"retry_delay":{"$ref":"#/components/schemas/mq_retry-delay"},"visibility_timeout_ms":{"$ref":"#/components/schemas/mq_visibility-timeout"}}},"type":{"type":"string","enum":["http_pull"],"x-auditable":true}}},"mq_worker-consumer-response":{"type":"object","properties":{"consumer_id":{"$ref":"#/components/schemas/mq_identifier"},"created_on":{"type":"string","format":"date-time","x-auditable":true},"dead_letter_queue":{"type":"string","x-auditable":true},"queue_name":{"$ref":"#/components/schemas/mq_queue-name"},"script_name":{"$ref":"#/components/schemas/mq_script-name"},"settings":{"type":"object","properties":{"batch_size":{"$ref":"#/components/schemas/mq_batch-size"},"max_concurrency":{"$ref":"#/components/schemas/mq_max-concurrency"},"max_retries":{"$ref":"#/components/schemas/mq_max-retries"},"max_wait_time_ms":{"$ref":"#/components/schemas/mq_max-wait-time"},"retry_delay":{"$ref":"#/components/schemas/mq_retry-delay"}}},"type":{"type":"string","enum":["worker"],"x-auditable":true}}},"mq_event-destination-queue":{"type":"object","properties":{"queue_id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["queues.queue"],"x-auditable":true}},"required":["type","queue_id"]},"mq_event-source-images":{"type":"object","properties":{"type":{"type":"string","enum":["images"],"x-auditable":true}}},"mq_event-source-kv":{"type":"object","properties":{"type":{"type":"string","enum":["kv"],"x-auditable":true}}},"mq_event-source-r2":{"type":"object","properties":{"type":{"type":"string","enum":["r2"],"x-auditable":true}}},"mq_event-source-super-slurper":{"type":"object","properties":{"type":{"type":"string","enum":["superSlurper"],"x-auditable":true}}},"mq_event-source-vectorize":{"type":"object","properties":{"type":{"type":"string","enum":["vectorize"],"x-auditable":true}}},"mq_event-source-workers-ai-model":{"type":"object","properties":{"model_name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["workersAi.model"],"x-auditable":true}}},"mq_event-source-workers-builds-worker":{"type":"object","properties":{"type":{"type":"string","enum":["workersBuilds.worker"],"x-auditable":true},"worker_name":{"type":"string","x-auditable":true}}},"mq_event-source-workflows-workflow":{"type":"object","properties":{"type":{"type":"string","enum":["workflows.workflow"],"x-auditable":true},"workflow_name":{"type":"string","x-auditable":true}}},"mq_max-retries":{"type":"number","x-auditable":true},"mq_worker-producer":{"type":"object","properties":{"script":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["worker"],"x-auditable":true}}},"mq_r2-producer":{"type":"object","properties":{"bucket_name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["r2_bucket"],"x-auditable":true}}},"mq_producer":{"type":"object","oneOf":[{"$ref":"#/components/schemas/mq_worker-producer"},{"$ref":"#/components/schemas/mq_r2-producer"}]},"mq_queue-settings":{"type":"object","properties":{"delivery_delay":{"type":"number","x-auditable":true},"delivery_paused":{"type":"boolean","x-auditable":true},"message_retention_period":{"type":"number","x-auditable":true}}},"mq_queue-message-text":{"type":"object","properties":{"body":{"type":"string"},"content_type":{"type":"string","enum":["text"],"x-auditable":true}}},"mq_queue-message-json":{"type":"object","properties":{"body":{"type":"object"},"content_type":{"type":"string","enum":["json"],"x-auditable":true}}},"mq_script-name":{"type":"string","x-auditable":true},"mq_max-concurrency":{"type":"number","x-auditable":true},"mq_max-wait-time":{"type":"number","x-auditable":true},"nsc_BgpControl":{"type":"object","properties":{"customer_asn":{"type":"integer","format":"int32","minimum":0},"extra_prefixes":{"type":"array","items":{"format":"A.B.C.D/N","type":"string"}},"md5_key":{"type":"string","nullable":true}},"required":["customer_asn","extra_prefixes"]},"nsc_BgpMode":{"type":"string","enum":["dynamic_route_exchange","advertise_only"]},"nsc_MagicSettings":{"type":"object","properties":{"conduit_name":{"type":"string"},"mtu":{"type":"integer","format":"int32","minimum":0}},"required":["conduit_name","description","mtu"]},"nsc_Interconnect_Physical_Body":{"type":"object","allOf":[{"properties":{"account":{"type":"string"},"name":{"type":"string"},"owner":{"type":"string"},"type":{"type":"string"}},"required":["type","name","account"],"type":"object"},{"properties":{"ccr_device_name":{"type":"string","nullable":true},"facility":{"$ref":"#/components/schemas/nsc_FacilityInfo"},"site":{"$ref":"#/components/schemas/nsc_CloudflareSite"},"slot_id":{"type":"string","format":"uuid"},"speed":{"type":"string"},"virtual_port_reservation_id":{"type":"string","format":"uuid"}},"required":["virtual_port_reservation_id","slot_id","site","speed","facility"],"type":"object"}],"title":"Physical"},"nsc_Interconnect_GcpPartner_Body":{"type":"object","allOf":[{"properties":{"account":{"type":"string"},"name":{"type":"string"},"owner":{"type":"string"},"type":{"type":"string"}},"required":["type","name","account"],"type":"object"},{"properties":{"region":{"type":"string"},"speed":{"$ref":"#/components/schemas/nsc_ApiBandwidth"},"virtual_port_reservation_id":{"type":"string","format":"uuid"}},"required":["virtual_port_reservation_id","region"],"type":"object"}],"title":"GcpPartner"},"nsc_InterconnectCreate_Physical_Body":{"type":"object","allOf":[{"properties":{"account":{"type":"string"},"type":{"type":"string"}},"required":["type","account"],"type":"object"},{"properties":{"slot_id":{"type":"string","format":"uuid"},"speed":{"type":"string","nullable":true}},"required":["slot_id"],"type":"object"}],"title":"Physical"},"nsc_InterconnectCreate_GcpPartner_Body":{"type":"object","allOf":[{"properties":{"account":{"type":"string"},"type":{"type":"string"}},"required":["type","account"],"type":"object"},{"properties":{"bandwidth":{"$ref":"#/components/schemas/nsc_ApiBandwidth"},"pairing_key":{"type":"string"}},"required":["pairing_key","bandwidth"],"type":"object"}],"title":"GcpPartner"},"nsc_ApiBandwidth":{"type":"string","enum":["50M","100M","200M","300M","400M","500M","1G","2G","5G","10G","20G","50G"]},"nsc_FacilityInfo":{"type":"object","properties":{"address":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"required":["name","address"]},"nsc_CloudflareSite":{"type":"string"},"observatory_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/observatory_messages"},"messages":{"$ref":"#/components/schemas/observatory_messages"},"success":{"type":"boolean","x-auditable":true}},"required":["success","errors","messages"]},"observatory_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true}},"observatory_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"observatory_plan-properties-info":{"type":"object","properties":{"business":{"type":"integer","x-auditable":true},"enterprise":{"type":"integer","x-auditable":true},"free":{"type":"integer","x-auditable":true},"pro":{"type":"integer","x-auditable":true}}},"observatory_labeled_region":{"type":"object","properties":{"label":{"type":"string","x-auditable":true},"value":{"$ref":"#/components/schemas/observatory_region"}}},"observatory_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/observatory_api-response-common"}]},"observatory_availabilities":{"type":"object","properties":{"quota":{"type":"object","properties":{"plan":{"type":"string","x-auditable":true},"quotasPerPlan":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/observatory_plan-properties-info"}}},"remainingSchedules":{"type":"number","x-auditable":true},"remainingTests":{"type":"number","x-auditable":true},"scheduleQuotasPerPlan":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/observatory_plan-properties-info"}}}}},"regions":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}},"regionsPerPlan":{"type":"object","properties":{"business":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}},"enterprise":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}},"free":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}},"pro":{"type":"array","items":{"$ref":"#/components/schemas/observatory_labeled_region"}}}}}},"observatory_schedule":{"type":"object","properties":{"frequency":{"$ref":"#/components/schemas/observatory_schedule_frequency"},"region":{"$ref":"#/components/schemas/observatory_region"},"url":{"$ref":"#/components/schemas/observatory_url"}}},"observatory_page_test":{"type":"object","properties":{"date":{"$ref":"#/components/schemas/observatory_timestamp"},"desktopReport":{"$ref":"#/components/schemas/observatory_lighthouse_report"},"id":{"$ref":"#/components/schemas/observatory_uuid"},"mobileReport":{"$ref":"#/components/schemas/observatory_lighthouse_report"},"region":{"$ref":"#/components/schemas/observatory_labeled_region"},"scheduleFrequency":{"$ref":"#/components/schemas/observatory_schedule_frequency"},"url":{"$ref":"#/components/schemas/observatory_url"}}},"observatory_lighthouse_error_code":{"type":"string","enum":["NOT_REACHABLE","DNS_FAILURE","NOT_HTML","LIGHTHOUSE_TIMEOUT","UNKNOWN"],"x-auditable":true},"observatory_lighthouse_state":{"type":"string","enum":["RUNNING","COMPLETE","FAILED"],"x-auditable":true},"observatory_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/observatory_api-response-common"}]},"observatory_result_info":{"type":"object","properties":{"count":{"type":"integer","x-auditable":true},"page":{"type":"integer","x-auditable":true},"per_page":{"type":"integer","x-auditable":true},"total_count":{"type":"integer","x-auditable":true}}},"observatory_lighthouse_report":{"type":"object","properties":{"cls":{"type":"number","x-auditable":true},"deviceType":{"$ref":"#/components/schemas/observatory_device_type"},"error":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/observatory_lighthouse_error_code"},"detail":{"type":"string","x-auditable":true},"finalDisplayedUrl":{"type":"string","x-auditable":true}}},"fcp":{"type":"number","x-auditable":true},"jsonReportUrl":{"type":"string","x-auditable":true},"lcp":{"type":"number","x-auditable":true},"performanceScore":{"type":"number","x-auditable":true},"si":{"type":"number","x-auditable":true},"state":{"$ref":"#/components/schemas/observatory_lighthouse_state"},"tbt":{"type":"number","x-auditable":true},"ttfb":{"type":"number","x-auditable":true},"tti":{"type":"number","x-auditable":true}}},"observatory_uuid":{"type":"string","maxLength":36,"x-auditable":true},"observatory_trend":{"type":"object","properties":{"cls":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"fcp":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"lcp":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"performanceScore":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"si":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"tbt":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"ttfb":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}},"tti":{"type":"array","items":{"nullable":true,"type":"number","x-auditable":true}}}},"one_AuthMethod":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"},"is_default":{"type":"boolean"},"supported_environments":{"type":"array","items":{"type":"string"}}},"required":["display_name","id","is_default","supported_environments"]},"one_UseCaseDetail":{"type":"object","properties":{"base_scopes":{"type":"array","items":{"$ref":"#/components/schemas/one_Permission"}},"display_name":{"type":"string"},"features":{"type":"array","items":{"$ref":"#/components/schemas/one_FeatureScope"}},"id":{"type":"string"}},"required":["base_scopes","description","display_name","features","id"]},"one_ApplicationDetail":{"type":"object","properties":{"auth_methods":{"type":"array","items":{"$ref":"#/components/schemas/one_AuthMethod"}},"category":{"type":"string"},"display_name":{"type":"string"},"dlp_enabled":{"type":"boolean"},"id":{"type":"string","enum":["ANTHROPIC","AWS","BITBUCKET","BOX","CONFLUENCE","DROPBOX","GITHUB","GOOGLE_CLOUD_PLATFORM","GOOGLE_WORKSPACE","JIRA","MICROSOFT_INTERNAL","OPENAI","SALESFORCE","SERVICENOW","SLACK"]},"instructions":{"type":"string","nullable":true},"logo":{"type":"string","nullable":true},"use_cases":{"type":"array","items":{"$ref":"#/components/schemas/one_UseCaseDetail"}}},"required":["auth_methods","category","description","display_name","dlp_enabled","id","instructions","logo","use_cases"]},"one_AuthMethodSummary":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"}},"required":["display_name","id"]},"one_Permission":{"type":"object","properties":{"display_name":{"type":"string"},"scope":{"type":"string"},"severity":{"type":"string","enum":["low","medium","high","critical"]}},"required":["display_name","scope","severity"]},"one_UseCaseSummary":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"}},"required":["display_name","id"]},"one_Instructions":{"type":"object","properties":{"markdown":{"type":"string"}},"required":["markdown"]},"one_IntegrationV2Detail":{"type":"object","properties":{"application":{"type":"object","additionalProperties":{"nullable":true,"type":"string"},"readOnly":true},"auth_method":{"type":"object","additionalProperties":{"type":"string"},"nullable":true,"readOnly":true},"authorization_link":{"type":"object","nullable":true,"properties":{"components":{"additionalProperties":{},"nullable":true,"type":"object"},"link":{"type":"string","nullable":true}},"readOnly":true,"required":["components","link"]},"created":{"type":"string","format":"date-time","readOnly":true},"credentials_expiry":{"type":"string","format":"date-time","readOnly":true},"dlp_profiles":{"type":"array","items":{"format":"uuid","type":"string"},"readOnly":true},"health_details":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"is_paused":{"type":"boolean","readOnly":true},"last_hydrated":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","readOnly":true},"organization_id":{"type":"integer","readOnly":true},"status":{"type":"string"},"updated":{"type":"string","format":"date-time","readOnly":true},"use_cases":{"type":"array","items":{"additionalProperties":{},"type":"object"},"readOnly":true}},"required":["application","auth_method","authorization_link","created","credentials_expiry","dlp_profiles","health_details","id","is_paused","last_hydrated","name","organization_id","status","updated","use_cases"]},"one_ApplicationList":{"type":"object","properties":{"auth_methods":{"type":"array","items":{"$ref":"#/components/schemas/one_AuthMethodSummary"}},"category":{"type":"string"},"display_name":{"type":"string"},"dlp_enabled":{"type":"boolean"},"id":{"type":"string","enum":["ANTHROPIC","AWS","BITBUCKET","BOX","CONFLUENCE","DROPBOX","GITHUB","GOOGLE_CLOUD_PLATFORM","GOOGLE_WORKSPACE","JIRA","MICROSOFT_INTERNAL","OPENAI","SALESFORCE","SERVICENOW","SLACK"]},"logo":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/one_Permission"}},"supported_environments":{"type":"array","items":{"type":"string"}},"use_cases":{"type":"array","items":{"$ref":"#/components/schemas/one_UseCaseSummary"}}},"required":["auth_methods","category","description","display_name","dlp_enabled","id","logo","permissions","supported_environments","use_cases"]},"one_AuthMethodDetail":{"type":"object","properties":{"display_name":{"type":"string"},"human_interaction_required":{"type":"boolean"},"id":{"type":"string"},"instructions":{"allOf":[{"$ref":"#/components/schemas/one_Instructions"}]},"payload_example":{"type":"object","additionalProperties":{},"nullable":true},"payload_schema":{"type":"object","additionalProperties":{},"nullable":true},"redirect_url":{"type":"string","nullable":true}},"required":["display_name","human_interaction_required","id","instructions","payload_example","payload_schema","redirect_url"]},"one_IntegrationV2ListItem":{"type":"object","properties":{"application":{"type":"object","additionalProperties":{"nullable":true,"type":"string"},"readOnly":true},"created":{"type":"string","format":"date-time","readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"is_paused":{"type":"boolean","readOnly":true},"name":{"type":"string","readOnly":true},"status":{"type":"string"},"updated":{"type":"string","format":"date-time","readOnly":true}},"required":["application","created","id","is_paused","name","status","updated"]},"one_SetupFlow":{"type":"object","properties":{"auth_config":{"allOf":[{"$ref":"#/components/schemas/one_AuthConfig"}]},"default":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"},"steps":{"type":"array","items":{"$ref":"#/components/schemas/one_SetupFlowStep"}},"supported_environments":{"type":"array","items":{"type":"string"}}},"required":["default","description","id","name","steps","supported_environments"]},"one_AuthConfig":{"type":"object","properties":{"authorization_url":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"requires_pkce":{"type":"boolean"},"scopes":{"type":"array","items":{"type":"string"}},"url_placeholders":{"type":"array","items":{"type":"string"}}},"required":["authorization_url","client_id","requires_pkce","scopes","url_placeholders"]},"one_SetupFlowStep":{"type":"object","properties":{"component_id":{"type":"string","nullable":true},"dynamic_content":{"type":"array","items":{"$ref":"#/components/schemas/one_DynamicContent"},"nullable":true},"form_fields":{"type":"array","items":{"$ref":"#/components/schemas/one_FormField"}},"is_required":{"type":"boolean"},"parameters":{"additionalProperties":{"type":"string"},"nullable":true,"type":"object"},"title":{"type":"string"},"type":{"type":"string","enum":["component","instruction","form_input","oauth_redirect"]}},"required":["type"]},"one_DynamicContent":{"type":"object","properties":{"label":{"type":"string"},"type":{"type":"string","enum":["copy_block","external_link"]},"url_template":{"type":"string","nullable":true},"value_from":{"type":"string","nullable":true}},"required":["label","type"]},"one_FormField":{"type":"object","properties":{"label":{"type":"string"},"name":{"type":"string"},"placeholder":{"type":"string","nullable":true},"required":{"type":"boolean"},"supported_file_types":{"type":"array","items":{"type":"string"},"nullable":true},"type":{"type":"string","enum":["text","password","email","file_upload"]}},"required":["label","name","placeholder","required","supported_file_types","type"]},"one_FeatureScope":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"},"scopes":{"type":"array","items":{"$ref":"#/components/schemas/one_Permission"}}},"required":["description","display_name","id","scopes"]},"organizations-api_CreateSingleMember":{"type":"object","properties":{"status":{"type":"string","enum":["active","canceled"]},"user":{"type":"object","properties":{"email":{"type":"string"}},"required":["email"]}},"required":["user"]},"organizations-api_MaxCountAllocation":{"type":"object","properties":{"type":{"type":"string","enum":["max_count"]},"value":{"type":"integer"}},"required":["type","value"]},"organizations-api_BoolAllocation":{"type":"object","properties":{"type":{"type":"string","enum":["bool"]},"value":{"type":"boolean"}},"required":["type","value"]},"organizations-api_NullAllocation":{"type":"object","properties":{"type":{"type":"string","enum":[""]},"value":{"type":"object"}},"required":["type"]},"organizations-api_Feature":{"type":"object","properties":{"key":{"type":"string"}},"required":["key"]},"organizations-api_Entitlement":{"type":"object","properties":{"allocation":{"anyOf":[{"$ref":"#/components/schemas/organizations-api_MaxCountAllocation"},{"$ref":"#/components/schemas/organizations-api_BoolAllocation"},{"$ref":"#/components/schemas/organizations-api_NullAllocation"}]},"feature":{"$ref":"#/components/schemas/organizations-api_Feature"}},"required":["feature","allocation"]},"organizations-api_MemberID":{"type":"string","pattern":"^[a-f0-9]{32}$"},"organizations-api_MemberSubjectUser":{"type":"object","properties":{"email":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"two_factor_authentication_enabled":{"type":"boolean"}},"required":["id","email","name","two_factor_authentication_enabled"]},"organizations-api_OrganizationFlags":{"type":"object","properties":{"account_creation":{"type":"string"},"account_deletion":{"type":"string"},"account_migration":{"type":"string"},"account_mobility":{"type":"string"},"enterprise_capability":{"type":"string"},"member_management":{"type":"string"},"sub_org_creation":{"type":"string"}},"required":["account_creation","account_deletion","account_migration","account_mobility","enterprise_capability","member_management","sub_org_creation"]},"organizations-api_TenantUnit":{"type":"object","properties":{"unit_memberships":{"type":"array","items":{"type":"object"}},"unit_metadata":{"type":"object"},"unit_name":{"type":"string"},"unit_status":{"type":"string"},"unit_tag":{"type":"string"}},"required":["unit_tag","unit_name","unit_status","unit_metadata","unit_memberships"]},"page-shield_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/page-shield_messages"},"messages":{"$ref":"#/components/schemas/page-shield_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success"]},"page-shield_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","per_page","count","total_count","total_pages"]},"page-shield_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"page-shield_connection":{"properties":{"added_at":{"type":"string","format":"date-time"},"domain_reported_malicious":{"type":"boolean"},"first_page_url":{"type":"string"},"first_seen_at":{"type":"string","format":"date-time"},"host":{"type":"string"},"id":{"$ref":"#/components/schemas/page-shield_id"},"last_seen_at":{"type":"string","format":"date-time"},"malicious_domain_categories":{"type":"array","items":{"type":"string"}},"malicious_url_categories":{"type":"array","items":{"type":"string"}},"page_urls":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"url_contains_cdn_cgi_path":{"type":"boolean"},"url_reported_malicious":{"type":"boolean"}},"required":["id","url","added_at","first_seen_at","last_seen_at","host","url_contains_cdn_cgi_path"]},"page-shield_cookie":{"properties":{"domain_attribute":{"type":"string"},"expires_attribute":{"type":"string","format":"date-time"},"first_seen_at":{"type":"string","format":"date-time"},"host":{"type":"string"},"http_only_attribute":{"type":"boolean"},"id":{"$ref":"#/components/schemas/page-shield_id"},"last_seen_at":{"type":"string","format":"date-time"},"max_age_attribute":{"type":"integer"},"name":{"type":"string"},"page_urls":{"type":"array","items":{"type":"string"}},"path_attribute":{"type":"string"},"same_site_attribute":{"type":"string","enum":["lax","strict","none"]},"secure_attribute":{"type":"boolean"},"type":{"type":"string","enum":["first_party","unknown"]}},"required":["id","type","name","host","first_seen_at","last_seen_at"]},"page-shield_policy-with-id":{"allOf":[{"$ref":"#/components/schemas/page-shield_policy"},{"properties":{"id":{"$ref":"#/components/schemas/page-shield_id"}},"required":["id"]}],"required":["id","description","action","expression","enabled","value"]},"page-shield_script":{"properties":{"added_at":{"type":"string","format":"date-time"},"cryptomining_score":{"$ref":"#/components/schemas/page-shield_cryptomining_score"},"dataflow_score":{"allOf":[{"$ref":"#/components/schemas/page-shield_dataflow_score"}],"deprecated":true},"domain_reported_malicious":{"type":"boolean"},"fetched_at":{"$ref":"#/components/schemas/page-shield_fetched_at"},"first_page_url":{"type":"string"},"first_seen_at":{"type":"string","format":"date-time"},"hash":{"$ref":"#/components/schemas/page-shield_hash"},"host":{"type":"string"},"id":{"$ref":"#/components/schemas/page-shield_id"},"js_integrity_score":{"$ref":"#/components/schemas/page-shield_js_integrity_score"},"last_seen_at":{"type":"string","format":"date-time"},"magecart_score":{"$ref":"#/components/schemas/page-shield_magecart_score"},"malicious_domain_categories":{"type":"array","items":{"type":"string"}},"malicious_url_categories":{"type":"array","items":{"type":"string"}},"malware_score":{"$ref":"#/components/schemas/page-shield_malware_score"},"obfuscation_score":{"allOf":[{"$ref":"#/components/schemas/page-shield_obfuscation_score"}],"deprecated":true},"page_urls":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"url_contains_cdn_cgi_path":{"type":"boolean"},"url_reported_malicious":{"type":"boolean"}},"required":["id","url","added_at","first_seen_at","last_seen_at","host","url_contains_cdn_cgi_path"]},"page-shield_version":{"type":"object","properties":{"cryptomining_score":{"$ref":"#/components/schemas/page-shield_cryptomining_score"},"dataflow_score":{"allOf":[{"$ref":"#/components/schemas/page-shield_dataflow_score"}],"deprecated":true},"fetched_at":{"$ref":"#/components/schemas/page-shield_fetched_at"},"hash":{"$ref":"#/components/schemas/page-shield_hash"},"js_integrity_score":{"$ref":"#/components/schemas/page-shield_js_integrity_score"},"magecart_score":{"$ref":"#/components/schemas/page-shield_magecart_score"},"malware_score":{"$ref":"#/components/schemas/page-shield_malware_score"},"obfuscation_score":{"allOf":[{"$ref":"#/components/schemas/page-shield_obfuscation_score"}],"deprecated":true}}},"page-shield_updated_at":{"type":"string","x-auditable":true},"page-shield_api-list-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/page-shield_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/page-shield_result_info"}},"required":["result_info"]}]},"page-shield_cryptomining_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_dataflow_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_fetched_at":{"type":"string","nullable":true},"page-shield_hash":{"type":"string","maxLength":64,"minLength":64,"nullable":true},"page-shield_js_integrity_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_magecart_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_malware_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_obfuscation_score":{"type":"integer","maximum":99,"minimum":1,"nullable":true},"page-shield_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/page-shield_api-response-common"},{"properties":{"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]}}}]},"pages_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"pages_build_config":{"type":"object","properties":{"build_caching":{"type":"boolean","nullable":true,"x-auditable":true},"build_command":{"type":"string","nullable":true,"x-auditable":true},"destination_dir":{"type":"string","nullable":true,"x-auditable":true},"root_dir":{"type":"string","nullable":true,"x-auditable":true},"web_analytics_tag":{"type":"string","nullable":true,"x-auditable":true},"web_analytics_token":{"type":"string","nullable":true,"x-sensitive":true}},"required":["web_analytics_tag","web_analytics_token"]},"pages_env_vars":{"type":"object","additionalProperties":{"discriminator":{"mapping":{"plain_text":"#/components/schemas/pages_plain_text_env_var","secret_text":"#/components/schemas/pages_secret_text_env_var"},"propertyName":"type"},"nullable":true,"oneOf":[{"$ref":"#/components/schemas/pages_plain_text_env_var"},{"$ref":"#/components/schemas/pages_secret_text_env_var"}],"type":"object"},"nullable":true},"pages_stage":{"type":"object","properties":{"ended_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"name":{"type":"string","enum":["queued","initialize","clone_repo","build","deploy"],"x-auditable":true},"started_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"status":{"type":"string","enum":["success","idle","active","failure","canceled"],"readOnly":true,"x-auditable":true}},"readOnly":true,"required":["name","started_on","ended_on","status"]},"pages_plain_text_env_var":{"type":"object","properties":{"type":{"type":"string","enum":["plain_text"],"x-auditable":true},"value":{"type":"string"}},"nullable":true,"required":["type","value"]},"pages_secret_text_env_var":{"type":"object","properties":{"type":{"type":"string","enum":["secret_text"],"x-auditable":true},"value":{"type":"string","x-sensitive":true}},"nullable":true,"required":["type","value"]},"pages_deployment_config_values":{"type":"object","properties":{"ai_bindings":{"type":"object","additionalProperties":{"properties":{"project_id":{"type":"string","x-auditable":true}},"required":["project_id"],"type":"object"}},"always_use_latest_compatibility_date":{"type":"boolean","x-auditable":true},"analytics_engine_datasets":{"type":"object","additionalProperties":{"properties":{"dataset":{"type":"string","x-auditable":true}},"required":["dataset"],"type":"object"}},"browsers":{"type":"object","additionalProperties":{"nullable":true,"type":"object","x-stainless-empty-object":true}},"build_image_major_version":{"type":"integer","x-auditable":true},"compatibility_date":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"compatibility_flags":{"type":"array","items":{"type":"string","x-auditable":true}},"d1_databases":{"type":"object","additionalProperties":{"properties":{"id":{"type":"string","x-auditable":true}},"required":["id"],"type":"object"}},"durable_object_namespaces":{"type":"object","additionalProperties":{"properties":{"namespace_id":{"type":"string","x-auditable":true}},"required":["namespace_id"],"type":"object"}},"env_vars":{"$ref":"#/components/schemas/pages_env_vars"},"fail_open":{"type":"boolean","x-auditable":true},"hyperdrive_bindings":{"type":"object","additionalProperties":{"properties":{"id":{"type":"string","x-auditable":true}},"required":["id"],"type":"object"}},"kv_namespaces":{"type":"object","additionalProperties":{"properties":{"namespace_id":{"type":"string","x-auditable":true}},"required":["namespace_id"],"type":"object"}},"limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","x-auditable":true}},"required":["cpu_ms"]},"mtls_certificates":{"type":"object","additionalProperties":{"properties":{"certificate_id":{"type":"string","x-auditable":true}},"required":["certificate_id"],"type":"object"}},"placement":{"type":"object","properties":{"mode":{"type":"string","x-auditable":true}},"required":["mode"]},"queue_producers":{"type":"object","additionalProperties":{"properties":{"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"r2_buckets":{"type":"object","additionalProperties":{"properties":{"jurisdiction":{"type":"string","nullable":true,"x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"services":{"type":"object","additionalProperties":{"properties":{"entrypoint":{"type":"string","nullable":true,"x-auditable":true},"environment":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}},"required":["service","environment"],"type":"object"}},"usage_model":{"type":"string","enum":["standard","bundled","unbound"],"deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"All new projects now use the Standard usage model."},"vectorize_bindings":{"type":"object","additionalProperties":{"properties":{"index_name":{"type":"string","x-auditable":true}},"required":["index_name"],"type":"object"}},"wrangler_config_hash":{"type":"string","x-auditable":true}},"required":["env_vars","fail_open","always_use_latest_compatibility_date","compatibility_date","compatibility_flags","build_image_major_version","usage_model"]},"pay-per-crawl_BotAccessMode":{"type":"string","enum":["charge","bypass"]},"pay-per-crawl_Msg":{"type":"object","properties":{"code":{"type":"integer"},"documentation_url":{"type":"string"},"error_chain":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_Msg"}},"message":{"type":"string"},"meta":{},"source":{"$ref":"#/components/schemas/pay-per-crawl_Source"}}},"pay-per-crawl_Source":{"type":"object","properties":{"parameter":{"type":"string"},"parameter_value_index":{"type":"integer"},"pointer":{"type":"array","items":{"type":"string"}}}},"pay-per-crawl_ErrorSource":{"type":"object","properties":{"pointer":{"type":"string"}}},"pay-per-crawl_DaricZoneCanBeEnabled":{"type":"object","properties":{"can_be_enabled":{"type":"boolean"},"enabled":{"type":"boolean"},"id":{"type":"string"}}},"pay-per-crawl_RESTError":{"type":"object","properties":{"code":{"type":"integer"},"documentation_url":{"type":"string"},"error":{"type":"string"},"source":{"$ref":"#/components/schemas/pay-per-crawl_ErrorSource"}}},"pay-per-crawl_ResultInfo":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer"}}},"pay-per-crawl_StripeConnectResp":{"type":"object","properties":{"url":{"type":"string"}}},"pay-per-crawl_DaricConfig":{"type":"object","properties":{"bot_overrides":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/pay-per-crawl_BotAccessMode"}},"enabled":{"type":"boolean"},"price_usd_microcents":{"type":"integer","maximum":999999900000,"minimum":0}}},"pay-per-crawl_StripeConnection":{"type":"object","properties":{"connect_status":{"type":"string"},"stripe_account_id":{"type":"string"}}},"pay-per-crawl_IronCladContract":{"type":"object","properties":{"body":{"type":"string"},"id":{"type":"string"}}},"pay-per-crawl_SignatureLinkResponse":{"type":"object","properties":{"link":{"type":"string","format":"uri"}}},"pay-per-crawl_CrawlerEntry":{"type":"object","properties":{"bot_management":{"type":"boolean"},"category":{"type":"string"},"category_id":{"type":"integer"},"heuristic_id":{"type":"integer","format":"int64","nullable":true},"info_url":{"type":"string","format":"uri","nullable":true},"managed":{"type":"boolean"},"name":{"type":"string"},"onboarded":{"type":"boolean"},"operator":{"type":"string"},"slug":{"type":"string"},"testing_id":{"type":"string","nullable":true},"user_agent":{"type":"string","nullable":true},"verified_id":{"type":"integer","format":"int64","nullable":true},"visible":{"type":"boolean"},"wba_id":{"type":"string","nullable":true}}},"pay-per-crawl_ZonesCanBeEnabledPayload":{"type":"object","properties":{"zones":{"type":"array","items":{"$ref":"#/components/schemas/pay-per-crawl_DaricZoneCanBeEnabled"}}}},"posture-api_AssetCategory":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"service":{"type":"string","nullable":true},"type":{"type":"string"},"vendor":{"type":"string","readOnly":true}},"required":["service","type","vendor"]},"posture-api_AssetField":{"type":"object","properties":{"link":{"type":"string","format":"uri","nullable":true},"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"posture-api_FindingCategory":{"type":"object","properties":{"observation":{"$ref":"#/components/schemas/posture-api_ObservationEnum"},"product":{"$ref":"#/components/schemas/posture-api_ProductEnum"},"type":{"$ref":"#/components/schemas/posture-api_FindingCategoryTypeEnum"}},"required":["observation","product","type"]},"posture-api_SeverityEnum":{"type":"string","enum":["Critical","High","Medium","Low"]},"posture-api_DlpContext":{"type":"object","properties":{"created":{"type":"string","format":"date-time","readOnly":true},"deleted":{"type":"string","format":"date-time","nullable":true},"entry_ids":{"type":"array","items":{"format":"uuid","type":"string"}},"id":{"type":"string","format":"uuid"},"match_context_max_extent":{"type":"integer","maximum":2147483647,"minimum":0,"nullable":true},"match_context_min_extent":{"type":"integer","maximum":2147483647,"minimum":0,"nullable":true},"match_context_payload":{"type":"object","additionalProperties":true,"nullable":true},"profile_id":{"type":"string","format":"uuid"},"updated":{"type":"string","format":"date-time","readOnly":true}},"required":["created","entry_ids","profile_id","updated"]},"posture-api_IntegrationSummary":{"type":"object","properties":{"created":{"type":"string","format":"date-time","readOnly":true},"credential_health_status":{"$ref":"#/components/schemas/posture-api_CredentialHealthStatusEnum"},"credentials_expiry":{"type":"string","format":"date-time","nullable":true},"id":{"type":"string","format":"uuid"},"is_paused":{"type":"boolean","default":false},"last_hydrated":{"type":"string","format":"date-time","readOnly":true},"name":{"type":"string","maxLength":256},"permissions":{"type":"array","items":{"type":"string"},"readOnly":true},"policy":{"$ref":"#/components/schemas/posture-api_IntegrationPolicy"},"status":{"type":"string","readOnly":true},"updated":{"type":"string","format":"date-time","readOnly":true},"upgradable":{"type":"boolean","readOnly":true},"upgrade_dismissed":{"type":"boolean","default":false},"vendor":{"$ref":"#/components/schemas/posture-api_Vendor"},"zt_enrollments":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_ZeroTrustProduct"},"readOnly":true}},"required":["created","last_hydrated","name","permissions","policy","status","updated","upgradable","vendor","zt_enrollments"]},"posture-api_DLPProfile":{"type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_DLPProfileEntry"}},"id":{"type":"string","format":"uuid"},"name":{"type":"string"}},"required":["id","name","entries"]},"posture-api_ContentOrder":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_Order"},{"properties":{"name":{"type":"string","enum":["asset_name","dlp_profile_count","integration_name","latest_affliction_date"]}},"required":["name"],"type":"object"}]},"posture-api_Order":{"type":"object","properties":{"direction":{"$ref":"#/components/schemas/posture-api_DirectionEnum"},"name":{"type":"string"}},"required":["direction","name"]},"posture-api_RemediationJob":{"type":"object","properties":{"asset":{"$ref":"#/components/schemas/posture-api_RemediationJobAsset"},"created_at":{"type":"string","format":"date-time"},"finding_id":{"type":"string"},"finding_instance_id":{"type":"string","format":"uuid"},"finding_type_id":{"type":"string","format":"uuid"},"finding_type_name":{"type":"string"},"id":{"type":"string","format":"uuid"},"integration_name":{"type":"string"},"last_updated":{"type":"string","format":"date-time"},"remediation_type":{"type":"string"},"status":{"$ref":"#/components/schemas/posture-api_RemediationJobStatusEnum"},"triggered_by_actor":{"type":"string","enum":["user","account_token",null],"nullable":true},"triggered_by_id":{"type":"string","nullable":true},"triggered_by_user":{"type":"string"}},"required":["id","status","finding_instance_id","finding_type_id","finding_id","finding_type_name","remediation_type","integration_name","triggered_by_user","created_at","last_updated","asset"]},"posture-api_RemediationJobFailure":{"type":"object","properties":{"error":{"type":"string"},"finding_instance_id":{"type":"string","format":"uuid"}},"required":["finding_instance_id","error"]},"posture-api_WebhookJob":{"type":"object","properties":{"asset_data":{"type":"object","additionalProperties":true},"created_at":{"type":"string","format":"date-time"},"failure_details":{"type":"object","additionalProperties":true},"failure_reason":{"$ref":"#/components/schemas/posture-api_WebhookJobFailureReasonEnum"},"id":{"type":"string","format":"uuid"},"integration_id":{"type":"string","format":"uuid"},"last_updated_at":{"type":"string","format":"date-time"},"parameters":{"$ref":"#/components/schemas/posture-api_WebhookJobParameters"},"status":{"$ref":"#/components/schemas/posture-api_WebhookJobStatusEnum"},"triggered_by_actor":{"$ref":"#/components/schemas/posture-api_WebhookJobActorTypeEnum"},"triggered_by_id":{"type":"string"},"webhook_id":{"type":"string","format":"uuid"}},"required":["id","webhook_id","integration_id","asset_data","parameters","status","triggered_by_actor","triggered_by_id","created_at","last_updated_at"]},"posture-api_WebhookJobFailure":{"type":"object","properties":{"error":{"type":"string"},"finding_instance_id":{"type":"string","format":"uuid"},"webhook_id":{"type":"string","format":"uuid"}},"required":["webhook_id","finding_instance_id","error"]},"posture-api_WebhookHeaderInput":{"type":"object","properties":{"key":{"type":"string","maxLength":255},"value":{"type":"string","maxLength":4096,"nullable":true}},"required":["key"]},"posture-api_DLPProfileEntry":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"profile_id":{"type":"string","format":"uuid"}},"required":["id","name","profile_id"]},"posture-api_ExportJobTypeEnum":{"type":"string","enum":["finding","findingInstance","content","remediationJob"]},"posture-api_FindingType":{"type":"object","allOf":[{"$ref":"#/components/schemas/posture-api_BaseFindingType"},{"properties":{"remediation":{"$ref":"#/components/schemas/posture-api_FindingRemediation"}},"type":"object"}],"required":["category","id","name","remediation","severity","vendor"]},"posture-api_FindingSeverityOverride":{"type":"object","properties":{"created_by":{"type":"string"},"severity":{"$ref":"#/components/schemas/posture-api_SeverityEnum"}},"required":["created_by","severity"]},"posture-api_ObservationEnum":{"type":"string","enum":["Issue","Insight","Activity"]},"posture-api_ProductEnum":{"type":"string","enum":["SaaS","Cloud"]},"posture-api_FindingCategoryTypeEnum":{"type":"string","enum":["Content","Posture"]},"posture-api_FindingExportOrderFilterRequest":{"type":"object","properties":{"direction":{"$ref":"#/components/schemas/posture-api_DirectionEnum"},"name":{"type":"string","enum":["instance_count","finding.name","integration.name","latest_affliction_date","severity"]}},"required":["direction","name"]},"posture-api_NullEnum":{"type":"string","enum":[null],"nullable":true},"posture-api_SeveritiesEnum":{"type":"string","enum":["CRITICAL","HIGH","MEDIUM","LOW"]},"posture-api_DirectionEnum":{"type":"string","enum":["asc","desc"]},"posture-api_Asset":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/posture-api_AssetCategory"},"external_id":{"type":"string","maxLength":512},"fields":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_AssetField"},"readOnly":true},"id":{"type":"string","format":"uuid"},"link":{"type":"string","format":"uri","maxLength":2048,"nullable":true},"name":{"type":"string"}},"required":["category","external_id","fields","name"]},"posture-api_RemediationJobSummary":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"stale":{"type":"boolean"},"status":{"$ref":"#/components/schemas/posture-api_RemediationJobStatusEnum"}},"required":["id","status","created_at","stale"]},"posture-api_WebhookInvocationSummary":{"type":"object","properties":{"latest_job":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"stale":{"type":"boolean"},"status":{"type":"string","enum":["pending","processing","completed"]}},"required":["id","status","created_at","stale"]},"webhook_id":{"type":"string","format":"uuid"},"webhook_label":{"type":"string"}},"required":["webhook_id","webhook_label","latest_job"]},"posture-api_FindingInstanceExportOrderFilterRequest":{"type":"object","properties":{"direction":{"$ref":"#/components/schemas/posture-api_DirectionEnum"},"name":{"type":"string","enum":["asset.name","affliction_date"]}},"required":["direction","name"]},"posture-api_BaseFindingType":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/posture-api_FindingCategory"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"severity":{"$ref":"#/components/schemas/posture-api_SeverityEnum"},"vendor":{"type":"string"}},"required":["id","name","category","vendor","severity"]},"posture-api_FindingRemediation":{"type":"object","properties":{"frameworks":{"type":"array","items":{"type":"string"},"readOnly":true},"guide":{"type":"string"},"id":{"type":"string","format":"uuid","readOnly":true},"impact":{"type":"string"},"locale":{"type":"string","readOnly":true},"threat":{"type":"string"}},"required":["frameworks","guide","id","impact","locale","threat"]},"posture-api_CredentialHealthStatusEnum":{"type":"string","enum":["Initializing","Healthy","Unhealthy"]},"posture-api_IntegrationPolicy":{"type":"object","properties":{"client_id":{"type":"string","nullable":true},"compliance_level":{"type":"string"},"dlp_enabled":{"type":"boolean"},"id":{"type":"string","format":"uuid"},"link":{"type":"string","format":"uri","nullable":true},"name":{"type":"string"},"permissions":{"type":"array","items":{"type":"string"}}}},"posture-api_Vendor":{"type":"object","properties":{"display_name":{"type":"string"},"id":{"type":"string"},"logo":{"type":"string","format":"uri"},"name":{"type":"string"},"policies":{"type":"array","items":{"additionalProperties":true,"type":"object"}},"static_logo":{"type":"string","format":"uri"},"zt_enrollments":{"type":"array","items":{"type":"string"}}},"required":["description","display_name","id","logo","name","static_logo","zt_enrollments"]},"posture-api_ZeroTrustProduct":{"type":"object","properties":{"display_name":{"type":"string"},"enabled":{"type":"boolean","default":false},"id":{"type":"string"}}},"posture-api_api-response-collection":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/posture-api_messages"},"messages":{"$ref":"#/components/schemas/posture-api_messages"},"result_info":{"$ref":"#/components/schemas/posture-api_result-info"},"success":{"type":"boolean"}},"required":["success","errors","messages","result_info"]},"posture-api_ContentAsset":{"type":"object","properties":{"asset_id":{"type":"string","format":"uuid"},"asset_name":{"type":"string"},"dlp_contexts":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_DlpContext"}},"dlp_profile_count":{"type":"integer"},"dlp_profile_ids":{"type":"array","items":{"format":"uuid","type":"string"}},"integration":{"$ref":"#/components/schemas/posture-api_IntegrationSummary"},"latest_affliction_date":{"type":"string","format":"date-time"}},"required":["asset_id","asset_name","latest_affliction_date","dlp_profile_ids","dlp_profile_count","dlp_contexts","integration"]},"posture-api_ExportJob":{"type":"object","properties":{"download_url":{"type":"string","format":"uri","maxLength":1024,"nullable":true},"errors":{"type":"string","nullable":true},"file_name":{"type":"string","maxLength":256,"nullable":true},"file_path":{"type":"string","maxLength":512,"nullable":true},"id":{"type":"string","format":"uuid"},"status":{"$ref":"#/components/schemas/posture-api_StatusEnum"},"type":{"$ref":"#/components/schemas/posture-api_ExportJobTypeEnum"},"user_id":{"type":"string","maxLength":128}},"required":["id","status","type","user_id"]},"posture-api_RemediationType":{"type":"object","properties":{"display_name":{"type":"string"},"finding_type_id":{"type":"string","format":"uuid"},"id":{"type":"string","format":"uuid"},"remediation_type":{"type":"string"}},"required":["id","finding_type_id","remediation_type","display_name","description"]},"posture-api_RemediationJobAsset":{"type":"object","properties":{"category":{"$ref":"#/components/schemas/posture-api_RemediationJobAssetCategory"},"external_id":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobAssetField"}},"id":{"type":"string","format":"uuid"},"link":{"type":"string","format":"uri","nullable":true},"name":{"type":"string"}},"required":["id","external_id","name","fields","category"]},"posture-api_RemediationJobAssetCategory":{"type":"object","properties":{"service":{"type":"string"},"type":{"type":"string"},"vendor":{"$ref":"#/components/schemas/posture-api_VendorsDisplayNameEnum"}},"required":["type","vendor","service"]},"posture-api_RemediationJobAssetField":{"type":"object","properties":{"link":{"type":"string","format":"uri","nullable":true},"name":{"type":"string"},"value":{"type":"string","oneOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"required":["name","value"]},"posture-api_VendorsDisplayNameEnum":{"type":"string","enum":["AWS","Anthropic","Bitbucket","Box","Confluence","Dropbox","GitHub","Google Cloud Platform","Google Workspace","Jira","Microsoft","Microsoft Internal","Okta","OpenAI","Slack","Salesforce","ServiceNow","Workday","Zoom"]},"posture-api_RemediationJobsExportOrderFilterRequest":{"type":"object","properties":{"direction":{"$ref":"#/components/schemas/posture-api_DirectionEnum"},"name":{"type":"string","enum":["asset_name","finding_type_name","integration_name","status","last_updated_at","affliction_date"]}},"required":["direction","name"]},"posture-api_WebhookJobFailureReasonEnum":{"type":"string","enum":["Permission Denied","Integration Unavailable","Service Temporarily Unavailable","System Error"]},"posture-api_WebhookJobParameters":{"type":"object","properties":{"finding_instance_id":{"type":"string","format":"uuid"}},"required":["finding_instance_id"]},"posture-api_WebhookJobStatusEnum":{"type":"string","enum":["pending","processing","completed","failed"]},"posture-api_WebhookJobActorTypeEnum":{"type":"string","enum":["user","account_token"]},"posture-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string","format":"uri"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object"},"uniqueItems":true},"posture-api_result-info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string","nullable":true},"next":{"type":"string","format":"uri","nullable":true},"page":{"type":"integer"},"per_page":{"type":"integer"},"previous":{"type":"string","format":"uri","nullable":true},"total_count":{"type":"integer"}}},"posture-api_FindingInstance":{"type":"object","properties":{"affliction_date":{"type":"string","format":"date-time"},"asset":{"$ref":"#/components/schemas/posture-api_Asset"},"dlp_contexts":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_DlpContext"},"readOnly":true},"id":{"type":"string","format":"uuid"},"is_archived":{"type":"boolean","default":false},"remediations":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_RemediationJobSummary"}},"webhooks":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_WebhookInvocationSummary"}}},"required":["affliction_date","asset","dlp_contexts","remediations","webhooks"]},"posture-api_Finding":{"type":"object","properties":{"active_count":{"type":"integer","readOnly":true},"archived_count":{"type":"integer","readOnly":true},"finding":{"$ref":"#/components/schemas/posture-api_FindingType"},"id":{"type":"string","format":"byte","readOnly":true},"ignored":{"type":"boolean","readOnly":true},"instance_count":{"type":"integer","readOnly":true},"integration":{"$ref":"#/components/schemas/posture-api_IntegrationSummary"},"latest_affliction_date":{"type":"string","format":"date-time","readOnly":true},"severity_override":{"$ref":"#/components/schemas/posture-api_FindingSeverityOverride"}},"required":["active_count","archived_count","finding","id","ignored","instance_count","integration","latest_affliction_date"]},"precursor_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"precursor_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/precursor_messages"},"messages":{"$ref":"#/components/schemas/precursor_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"precursor_enforcement_rule_mode":{"type":"string","enum":["min-friction","max-security"],"x-auditable":true},"precursor_enforcement_rule":{"type":"object","properties":{"enabled":{"type":"boolean","default":true,"x-auditable":true},"expression":{"type":"string","x-auditable":true},"id":{"type":"string","readOnly":true,"x-auditable":true},"mode":{"$ref":"#/components/schemas/precursor_enforcement_rule_mode"}},"required":["expression","mode"],"title":"Enforcement Rule"},"precursor_default_mode":{"type":"string","default":"off","enum":["off","min-friction","max-security"],"x-auditable":true},"precursor_enforcement_rules":{"type":"array","items":{"$ref":"#/components/schemas/precursor_enforcement_rule"}},"precursor_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/precursor_api-response-common"}]},"precursor_precursor_config":{"type":"object","properties":{"default_mode":{"$ref":"#/components/schemas/precursor_default_mode"},"enforcement_rules":{"$ref":"#/components/schemas/precursor_enforcement_rules"}},"minProperties":1,"title":"Precursor Config"},"public-ip_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"public-ip_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/public-ip_messages"},"messages":{"$ref":"#/components/schemas/public-ip_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"public-ip_etag":{"type":"string"},"public-ip_ipv4_cidrs":{"type":"array","items":{"type":"string"}},"public-ip_ipv6_cidrs":{"type":"array","items":{"type":"string"}},"public-ip_jdcloud_cidrs":{"type":"array","items":{"type":"string"}},"r2-data-catalog_api-response-errors":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"r2-data-catalog_api-response-messages":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"],"type":"object"}},"r2-data-catalog_api-response-success":{"type":"boolean"},"r2-data-catalog_credential-status":{"type":"string","enum":["present","absent"]},"r2-data-catalog_catalog-status":{"type":"string","enum":["active","inactive"]},"r2-data-catalog_catalog-maintenance-state":{"type":"string","enum":["enabled","disabled"]},"r2-data-catalog_catalog-target-file-size":{"type":"string","enum":["64","128","256","512"]},"r2-data-catalog_catalog-compaction-config":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"},"target_size_mb":{"$ref":"#/components/schemas/r2-data-catalog_catalog-target-file-size"}},"required":["state","target_size_mb"]},"r2-data-catalog_snapshot-expiration-config":{"type":"object","properties":{"max_snapshot_age":{"type":"string","pattern":"^\\d+(d|h|m|s)$"},"min_snapshots_to_keep":{"type":"integer","format":"int64","minimum":1},"state":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"}},"required":["state","min_snapshots_to_keep","max_snapshot_age"]},"r2-data-catalog_maintenance-update-params":{"type":"object","properties":{"compaction":{"$ref":"#/components/schemas/r2-data-catalog_compaction-update-params"},"snapshot_expiration":{"$ref":"#/components/schemas/r2-data-catalog_snapshot-expiration-update-params"}}},"r2-data-catalog_table-identifier":{"type":"object","properties":{"name":{"type":"string"},"namespace":{"$ref":"#/components/schemas/r2-data-catalog_namespace-identifier"}},"required":["namespace","name"]},"r2-data-catalog_table-metadata":{"type":"object","additionalProperties":true},"r2-data-catalog_compaction-update-params":{"type":"object","properties":{"state":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"}]},"target_size_mb":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_catalog-target-file-size"}]}}},"r2-data-catalog_snapshot-expiration-update-params":{"type":"object","properties":{"max_snapshot_age":{"type":"string","pattern":"^\\d+(d|h|m|s)$"},"min_snapshots_to_keep":{"type":"integer","format":"int64","minimum":1},"state":{"allOf":[{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"}]}}},"r2-data-catalog_namespace-identifier":{"type":"array","items":{"type":"string"},"maxItems":16,"minItems":1},"r2-data-catalog_namespace-details":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","nullable":true},"namespace":{"$ref":"#/components/schemas/r2-data-catalog_namespace-identifier"},"namespace_uuid":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time","nullable":true}},"required":["namespace","namespace_uuid"]},"r2-data-catalog_table-details":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","nullable":true},"identifier":{"$ref":"#/components/schemas/r2-data-catalog_table-identifier"},"location":{"type":"string","nullable":true},"metadata_location":{"type":"string","nullable":true},"table_uuid":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time","nullable":true}},"required":["identifier","table_uuid"]},"r2-data-catalog_table-compaction-config":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"},"target_size_mb":{"$ref":"#/components/schemas/r2-data-catalog_catalog-target-file-size"}},"required":["state","target_size_mb"]},"r2-data-catalog_table-compaction-update-params":{"type":"object","properties":{"state":{"$ref":"#/components/schemas/r2-data-catalog_catalog-maintenance-state"},"target_size_mb":{"$ref":"#/components/schemas/r2-data-catalog_catalog-target-file-size"}}},"r2-slurper_SourceJobSchema":{"type":"object","oneOf":[{"$ref":"#/components/schemas/r2-slurper_S3SourceSchema"},{"$ref":"#/components/schemas/r2-slurper_GCSSourceSchema"},{"$ref":"#/components/schemas/r2-slurper_R2SourceSchema"}]},"r2-slurper_R2TargetSchema":{"type":"object","properties":{"bucket":{"type":"string"},"jurisdiction":{"$ref":"#/components/schemas/r2-slurper_Jurisdiction"},"secret":{"$ref":"#/components/schemas/r2-slurper_S3LikeCredsSchema"},"vendor":{"type":"string","enum":["r2"]}},"required":["vendor","bucket","secret"]},"r2-slurper_GCSLikeCredsSchema":{"type":"object","properties":{"clientEmail":{"type":"string"},"privateKey":{"type":"string","x-sensitive":true}},"required":["clientEmail","privateKey"]},"r2-slurper_JobStatus":{"type":"string","enum":["running","paused","aborted","completed"]},"r2-slurper_Jurisdiction":{"type":"string","enum":["default","eu","fedramp"]},"r2-slurper_S3LikeCredsSchema":{"type":"object","properties":{"accessKeyId":{"type":"string"},"secretAccessKey":{"type":"string","x-sensitive":true}},"required":["accessKeyId","secretAccessKey"]},"r2-slurper_S3SourceSchema":{"type":"object","properties":{"bucket":{"type":"string"},"endpoint":{"type":"string","format":"uri","nullable":true},"keys":{"type":"array","items":{"type":"string"},"maxItems":10000,"nullable":true},"pathPrefix":{"type":"string","nullable":true},"region":{"type":"string","nullable":true},"secret":{"$ref":"#/components/schemas/r2-slurper_S3LikeCredsSchema"},"vendor":{"type":"string","enum":["s3"]}},"required":["vendor","bucket","secret"]},"r2-slurper_GCSSourceSchema":{"type":"object","properties":{"bucket":{"type":"string"},"keys":{"type":"array","items":{"type":"string"},"maxItems":10000,"nullable":true},"pathPrefix":{"type":"string","nullable":true},"secret":{"$ref":"#/components/schemas/r2-slurper_GCSLikeCredsSchema"},"vendor":{"type":"string","enum":["gcs"]}},"required":["vendor","bucket","secret"]},"r2-slurper_R2SourceSchema":{"type":"object","properties":{"bucket":{"type":"string"},"jurisdiction":{"$ref":"#/components/schemas/r2-slurper_Jurisdiction"},"keys":{"type":"array","items":{"type":"string"},"maxItems":10000,"nullable":true},"pathPrefix":{"type":"string","nullable":true},"secret":{"$ref":"#/components/schemas/r2-slurper_S3LikeCredsSchema"},"vendor":{"type":"string","enum":["r2"]}},"required":["vendor","bucket","secret"]},"r2-slurper_api-v4-error":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true},"minLength":1},"r2-slurper_api-v4-message":{"type":"array","items":{"type":"string","x-auditable":true}},"r2_class_based_metrics":{"type":"object","properties":{"published":{"$ref":"#/components/schemas/r2_object_size_metrics"},"uploaded":{"$ref":"#/components/schemas/r2_object_size_metrics"}}},"r2_lock-rule-age-condition":{"type":"object","properties":{"maxAgeSeconds":{"type":"integer","x-auditable":true},"type":{"type":"string","enum":["Age"],"x-auditable":true}},"required":["type","maxAgeSeconds"]},"r2_lock-rule-date-condition":{"type":"object","properties":{"date":{"type":"string","format":"date-time","x-auditable":true},"type":{"type":"string","enum":["Date"],"x-auditable":true}},"required":["type","date"]},"r2_lock-rule-indefinite-condition":{"type":"object","properties":{"type":{"type":"string","enum":["Indefinite"],"x-auditable":true}},"required":["type"]},"r2_bucket-lock-rule":{"type":"object","properties":{"condition":{"oneOf":[{"$ref":"#/components/schemas/r2_lock-rule-age-condition"},{"$ref":"#/components/schemas/r2_lock-rule-date-condition"},{"$ref":"#/components/schemas/r2_lock-rule-indefinite-condition"}]},"enabled":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"prefix":{"type":"string","x-auditable":true}},"required":["id","condition","enabled"]},"r2_object_size_metrics":{"type":"object","properties":{"metadataSize":{"type":"number"},"objects":{"type":"number"},"payloadSize":{"type":"number"}}},"r2_lifecycle-rule":{"type":"object","properties":{"abortMultipartUploadsTransition":{"type":"object","properties":{"condition":{"allOf":[{"$ref":"#/components/schemas/r2_lifecycle-age-condition"}]}}},"conditions":{"type":"object","properties":{"prefix":{"type":"string","x-auditable":true}},"required":["prefix"]},"deleteObjectsTransition":{"type":"object","properties":{"condition":{"oneOf":[{"$ref":"#/components/schemas/r2_lifecycle-age-condition"},{"$ref":"#/components/schemas/r2_lifecycle-date-condition"}]}}},"enabled":{"type":"boolean","x-auditable":true},"id":{"type":"string","x-auditable":true},"storageClassTransitions":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/r2_lifecycle-storage-transition"}]}}},"required":["id","conditions","enabled"]},"r2_lifecycle-age-condition":{"type":"object","properties":{"maxAge":{"type":"integer","x-auditable":true},"type":{"type":"string","enum":["Age"],"x-auditable":true}},"required":["type","maxAge"]},"r2_lifecycle-date-condition":{"type":"object","properties":{"date":{"type":"string","format":"date-time","x-auditable":true},"type":{"type":"string","enum":["Date"],"x-auditable":true}},"required":["type","date"]},"r2_lifecycle-storage-transition":{"type":"object","properties":{"condition":{"oneOf":[{"$ref":"#/components/schemas/r2_lifecycle-age-condition"},{"$ref":"#/components/schemas/r2_lifecycle-date-condition"}]},"storageClass":{"type":"string","enum":["InfrequentAccess"],"x-auditable":true}},"required":["condition","storageClass"]},"r2_r2_bucket_job_status":{"type":"string","enum":["ENQUEUED","RUNNING","COMPLETED","FAILED","CANCELLED"]},"r2_r2_object_http_metadata":{"type":"object","properties":{"cacheControl":{"type":"string"},"cacheExpiry":{"type":"string","format":"date-time"},"contentDisposition":{"type":"string"},"contentEncoding":{"type":"string"},"contentLanguage":{"type":"string"},"contentType":{"type":"string"}}},"r2_r2-action":{"type":"string","enum":["PutObject","CopyObject","DeleteObject","CompleteMultipartUpload","LifecycleDeletion"],"x-auditable":true},"r2_result_info":{"type":"object","properties":{"cursor":{"type":"string"},"per_page":{"type":"number"}}},"realtimekit_SummarizationConfig":{"type":"object","properties":{"summary_type":{"type":"string","default":"general","enum":["general","team_meeting","sales_call","client_check_in","interview","daily_standup","one_on_one_meeting","lecture","code_review"]},"text_format":{"type":"string","default":"markdown","enum":["plain_text","markdown"]},"word_limit":{"type":"integer","default":500,"maximum":1000,"minimum":150}},"title":"SummarizationConfig"},"realtimekit_TranscriptionConfig":{"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string"}},"language":{"type":"string","default":"en-US","enum":["en-US","en-IN","de","hi","sv","ru","pl","el","fr","nl"]},"profanity_filter":{"type":"boolean","default":false}},"title":"TranscriptionConfig"},"realtimekit_ActiveSession":{"type":"object","properties":{"associated_id":{"type":"string"},"breakout_rooms":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_ActiveSession"},"readOnly":true},"created_at":{"type":"string"},"ended_at":{"type":"string"},"id":{"type":"string","readOnly":true},"live_participants":{"type":"number"},"max_concurrent_participants":{"type":"number"},"meeting_display_name":{"type":"string"},"minutes_consumed":{"type":"number"},"organization_id":{"type":"string"},"started_at":{"type":"string"},"status":{"type":"string","enum":["LIVE","ENDED"]},"type":{"type":"string","enum":["meeting","livestream","participant"]},"updated_at":{"type":"string"}},"required":["id","associated_id","meeting_display_name","type","status","live_participants","max_concurrent_participants","minutes_consumed","organization_id","started_at","created_at","updated_at"]},"realtimekit_LatencyCumulative":{"type":"object","properties":{"100ms_or_greater_event_fraction":{"type":"number"},"250ms_or_greater_event_fraction":{"type":"number"},"500ms_or_greater_event_fraction":{"type":"number"},"avg":{"type":"number"}}},"realtimekit_PacketLossCumulative":{"type":"object","properties":{"10_or_greater_event_fraction":{"type":"number"},"25_or_greater_event_fraction":{"type":"number"},"50_or_greater_event_fraction":{"type":"number"},"5_or_greater_event_fraction":{"type":"number"},"avg":{"type":"number"}}},"realtimekit_PercentileStats":{"type":"object","properties":{"avg":{"type":"number"},"p50":{"type":"number"},"p75":{"type":"number"},"p90":{"type":"number"}}},"realtimekit_RecordingConfig":{"type":"object","properties":{"audio_config":{"$ref":"#/components/schemas/realtimekit_AudioConfig"},"file_name_prefix":{"type":"string"},"live_streaming_config":{"$ref":"#/components/schemas/realtimekit_LivestreamingConfig"},"max_seconds":{"type":"number","maximum":86400,"minimum":60},"realtimekit_bucket_config":{"$ref":"#/components/schemas/realtimekit_realtimekitBucketConfig"},"storage_config":{"$ref":"#/components/schemas/realtimekit_StorageConfig"},"video_config":{"$ref":"#/components/schemas/realtimekit_VideoConfig"}},"title":"RecordingConfig"},"realtimekit_PeerEvent":{"type":"object","properties":{"created_at":{"type":"string"},"event_name":{"type":"string","enum":["PEER_CREATED","PEER_JOINING","PEER_LEAVING"]},"id":{"type":"string"},"minutes_consumed":{"type":"number"},"participant_id":{"type":"string","nullable":true},"peer_id":{"type":"string"},"preset_view_type":{"type":"string","enum":["GROUP_CALL","WEBINAR","AUDIO_ROOM","LIVESTREAM","CHAT"],"nullable":true},"session_id":{"type":"string","nullable":true},"socket_session_id":{"type":"string","nullable":true},"updated_at":{"type":"string"}}},"realtimekit_PeerReport":{"type":"object","properties":{"metadata":{"$ref":"#/components/schemas/realtimekit_PeerReportMetadata"},"quality":{"$ref":"#/components/schemas/realtimekit_PeerReportQuality"}}},"realtimekit_PeerReportMetadata":{"type":"object","properties":{"audio_devices_updates":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDeviceUpdate"}},"browser_metadata":{"type":"object","properties":{"browser":{"type":"string"},"browser_version":{"type":"string"},"engine":{"type":"string"},"user_agent":{"type":"string"},"webgl_support":{"type":"boolean","nullable":true}}},"candidate_pairs":{"type":"object","properties":{"consuming_transport":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_CandidatePairStats"}},"producing_transport":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_CandidatePairStats"}}}},"device_info":{"type":"object","properties":{"cpus":{"type":"number"},"is_mobile":{"type":"boolean"},"os":{"type":"string"},"os_version":{"type":"string"}}},"events":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportEvent"}},"ip_information":{"type":"object","properties":{"asn":{"type":"object","properties":{"asn":{"type":"string"},"domain":{"type":"string"},"name":{"type":"string"},"route":{"type":"string"},"type":{"type":"string"}}},"city":{"type":"string"},"country":{"type":"string"},"ipv4":{"type":"string"},"org":{"type":"string"},"region":{"type":"string"},"timezone":{"type":"string"}}},"native_metadata":{"type":"object","properties":{"audio_encoder":{"type":"string"},"video_encoder":{"type":"string"}}},"pc_metadata":{"type":"array","items":{"properties":{"effective_network_type":{"type":"string"},"reflexive_connectivity":{"type":"boolean"},"relay_connectivity":{"type":"boolean"},"sdp":{"type":"array","items":{"type":"string"}},"timestamp":{"type":"string"},"turn_connectivity":{"type":"boolean"}},"type":"object"}},"room_view_type":{"type":"string"},"sdk_name":{"type":"string"},"sdk_type":{"type":"string"},"sdk_version":{"type":"string"},"selected_device_updates":{"type":"array","items":{"properties":{"device":{"$ref":"#/components/schemas/realtimekit_PeerReportDevice"},"timestamp":{"type":"string"}},"type":"object"}},"speaker_devices_updates":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDeviceUpdate"}},"video_devices_updates":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDeviceUpdate"}}}},"realtimekit_PeerReportQuality":{"type":"object","properties":{"audio_consumer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_AudioConsumerStats"}},"audio_consumer_cumulative":{"$ref":"#/components/schemas/realtimekit_AudioConsumerStatsCumulative"},"audio_producer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_AudioProducerStats"}},"audio_producer_cumulative":{"$ref":"#/components/schemas/realtimekit_AudioProducerStatsCumulative"},"screenshare_audio_consumer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_AudioConsumerStats"}},"screenshare_audio_consumer_cumulative":{"$ref":"#/components/schemas/realtimekit_AudioConsumerStatsCumulative"},"screenshare_audio_producer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_AudioProducerStats"}},"screenshare_audio_producer_cumulative":{"$ref":"#/components/schemas/realtimekit_AudioProducerStatsCumulative"},"screenshare_video_consumer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_VideoConsumerStats"}},"screenshare_video_consumer_cumulative":{"$ref":"#/components/schemas/realtimekit_VideoConsumerStatsCumulative"},"screenshare_video_producer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_VideoProducerStats"}},"screenshare_video_producer_cumulative":{"$ref":"#/components/schemas/realtimekit_VideoProducerStatsCumulative"},"video_consumer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_VideoConsumerStats"}},"video_consumer_cumulative":{"$ref":"#/components/schemas/realtimekit_VideoConsumerStatsCumulative"},"video_producer":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_VideoProducerStats"}},"video_producer_cumulative":{"$ref":"#/components/schemas/realtimekit_VideoProducerStatsCumulative"}}},"realtimekit_PeerReportDevice":{"type":"object","properties":{"device_id":{"type":"string"},"kind":{"type":"string"},"label":{"type":"string"}}},"realtimekit_PeerReportDeviceUpdate":{"type":"object","properties":{"added":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDevice"}},"removed":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerReportDevice"}},"timestamp":{"type":"string"}}},"realtimekit_CandidatePairStats":{"type":"object","properties":{"available_incoming_bitrate":{"type":"number"},"available_outgoing_bitrate":{"type":"number"},"bytes_discarded_on_send":{"type":"number"},"bytes_received":{"type":"number"},"bytes_sent":{"type":"number"},"current_round_trip_time":{"type":"number"},"last_packet_received_timestamp":{"type":"number"},"last_packet_sent_timestamp":{"type":"number"},"local_candidate_address":{"type":"string"},"local_candidate_id":{"type":"string"},"local_candidate_network_type":{"type":"string"},"local_candidate_port":{"type":"number"},"local_candidate_protocol":{"type":"string"},"local_candidate_related_address":{"type":"string"},"local_candidate_related_port":{"type":"number"},"local_candidate_type":{"type":"string"},"local_candidate_url":{"type":"string"},"nominated":{"type":"boolean"},"packets_discarded_on_send":{"type":"number"},"packets_received":{"type":"number"},"packets_sent":{"type":"number"},"remote_candidate_address":{"type":"string"},"remote_candidate_id":{"type":"string"},"remote_candidate_port":{"type":"number"},"remote_candidate_protocol":{"type":"string"},"remote_candidate_type":{"type":"string"},"remote_candidate_url":{"type":"string"},"total_round_trip_time":{"type":"number"}}},"realtimekit_PeerReportEvent":{"type":"object","properties":{"metadata":{"type":"object","additionalProperties":{"nullable":true,"oneOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}},"name":{"type":"string"},"timestamp":{"type":"string"}}},"realtimekit_AudioConsumerStats":{"type":"object","properties":{"bytes_received":{"type":"number"},"concealment_events":{"type":"number"},"consumer_id":{"type":"string"},"jitter":{"type":"number"},"jitter_buffer_delay":{"type":"number"},"jitter_buffer_emitted_count":{"type":"number"},"mid":{"type":"string"},"mos_quality":{"type":"number"},"packets_lost":{"type":"number"},"packets_received":{"type":"number"},"peer_id":{"type":"string"},"producer_id":{"type":"string"},"ssrc":{"type":"number"},"timestamp":{"type":"string"}}},"realtimekit_AudioConsumerStatsCumulative":{"type":"object","properties":{"jitter_buffer_delay":{"$ref":"#/components/schemas/realtimekit_LatencyCumulative"},"packet_loss":{"$ref":"#/components/schemas/realtimekit_PacketLossCumulative"},"quality_mos":{"$ref":"#/components/schemas/realtimekit_PercentileStats"}}},"realtimekit_AudioProducerStats":{"type":"object","properties":{"bytes_sent":{"type":"number"},"jitter":{"type":"number"},"mid":{"type":"string"},"mos_quality":{"type":"number"},"packets_lost":{"type":"number"},"packets_sent":{"type":"number"},"producer_id":{"type":"string"},"rtt":{"type":"number"},"ssrc":{"type":"number"},"timestamp":{"type":"string"}}},"realtimekit_AudioProducerStatsCumulative":{"type":"object","properties":{"packet_loss":{"$ref":"#/components/schemas/realtimekit_PacketLossCumulative"},"quality_mos":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"rtt":{"$ref":"#/components/schemas/realtimekit_LatencyCumulative"}}},"realtimekit_VideoConsumerStats":{"type":"object","properties":{"bytes_received":{"type":"number"},"consumer_id":{"type":"string"},"fir_count":{"type":"number"},"frame_height":{"type":"number"},"frame_width":{"type":"number"},"frames_decoded":{"type":"number"},"frames_dropped":{"type":"number"},"frames_per_second":{"type":"number"},"jitter":{"type":"number"},"jitter_buffer_delay":{"type":"number"},"jitter_buffer_emitted_count":{"type":"number"},"key_frames_decoded":{"type":"number"},"mid":{"type":"string"},"mos_quality":{"type":"number"},"packets_lost":{"type":"number"},"packets_received":{"type":"number"},"peer_id":{"type":"string"},"producer_id":{"type":"string"},"ssrc":{"type":"number"},"timestamp":{"type":"string"}}},"realtimekit_VideoConsumerStatsCumulative":{"type":"object","properties":{"frame_per_second":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"frame_width":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"issues":{"type":"object","properties":{"lag_fraction":{"type":"number"},"no_video_fraction":{"type":"number"},"poor_resolution_fraction":{"type":"number"}}},"jitter_buffer_delay":{"$ref":"#/components/schemas/realtimekit_LatencyCumulative"},"key_frames_decoded_fraction":{"type":"number"},"packet_loss":{"$ref":"#/components/schemas/realtimekit_PacketLossCumulative"},"quality_mos":{"$ref":"#/components/schemas/realtimekit_PercentileStats"}}},"realtimekit_VideoProducerStats":{"type":"object","properties":{"bytes_sent":{"type":"number"},"fir_count":{"type":"number"},"frame_height":{"type":"number"},"frame_width":{"type":"number"},"frames_encoded":{"type":"number"},"frames_per_second":{"type":"number"},"jitter":{"type":"number"},"key_frames_encoded":{"type":"number"},"mid":{"type":"string"},"mos_quality":{"type":"number"},"packets_lost":{"type":"number"},"packets_sent":{"type":"number"},"pli_count":{"type":"number"},"producer_id":{"type":"string"},"quality_limitation_durations":{"type":"object","properties":{"bandwidth":{"type":"number"},"cpu":{"type":"number"},"none":{"type":"number"},"other":{"type":"number"}}},"quality_limitation_reason":{"type":"string","enum":["cpu","bandwidth","none","other"]},"quality_limitation_resolution_changes":{"type":"number"},"rtt":{"type":"number"},"ssrc":{"type":"number"},"timestamp":{"type":"string"}}},"realtimekit_VideoProducerStatsCumulative":{"type":"object","properties":{"frame_per_second":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"frame_width":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"high_negative_feedback_fraction":{"type":"number"},"issues":{"type":"object","properties":{"bandwidth_quality_limitation_fraction":{"type":"number"},"cpu_quality_limitation_fraction":{"type":"number"},"no_video_fraction":{"type":"number"},"poor_resolution_fraction":{"type":"number"},"quality_limitation_fraction":{"type":"number"}}},"key_frames_encoded_fraction":{"type":"number"},"packet_loss":{"$ref":"#/components/schemas/realtimekit_PacketLossCumulative"},"quality_mos":{"$ref":"#/components/schemas/realtimekit_PercentileStats"},"rtt":{"$ref":"#/components/schemas/realtimekit_LatencyCumulative"}}},"realtimekit_PresetPluginConfig":{"type":"object","additionalProperties":{"additionalProperties":true,"properties":{"access_control":{"type":"string","enum":["FULL_ACCESS","VIEW_ONLY"]},"handles_view_only":{"type":"boolean"}},"type":"object"}},"realtimekit_AudioConfig":{"type":"object","properties":{"channel":{"type":"string","default":"stereo","enum":["mono","stereo"]},"codec":{"type":"string","default":"AAC","enum":["MP3","AAC"]},"export_file":{"type":"boolean","default":true}},"title":"AudioConfig"},"realtimekit_LivestreamingConfig":{"type":"object","properties":{"rtmp_url":{"type":"string","format":"uri"}},"title":"LivestreamingConfig"},"realtimekit_realtimekitBucketConfig":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"],"title":"realtimekitBucketConfig"},"realtimekit_StorageConfig":{"type":"object","properties":{"access_key":{"type":"string","writeOnly":true},"auth_method":{"type":"string","enum":["KEY","PASSWORD"]},"bucket":{"type":"string"},"host":{"type":"string"},"password":{"type":"string"},"path":{"type":"string"},"port":{"type":"number"},"private_key":{"type":"string"},"region":{"type":"string"},"secret":{"type":"string"},"type":{"type":"string","enum":["aws","azure","digitalocean","gcs","sftp"]},"username":{"type":"string"}},"nullable":true,"required":["type"],"title":"StorageConfig"},"realtimekit_VideoConfig":{"type":"object","properties":{"codec":{"type":"string","default":"H264","enum":["H264","VP8"]},"export_file":{"type":"boolean","default":true},"height":{"type":"integer","default":720,"maximum":1920,"minimum":1},"watermark":{"type":"object","properties":{"position":{"type":"string","default":"left top","enum":["left top","right top","left bottom","right bottom"]},"size":{"type":"object","properties":{"height":{"type":"integer","minimum":1},"width":{"type":"integer","minimum":1}}},"url":{"type":"string","format":"uri"}}},"width":{"type":"integer","default":1280,"maximum":1920,"minimum":1}},"title":"VideoConfig"},"realtimekit_Webhook":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"events":{"type":"array","items":{"enum":["meeting.started","meeting.ended","meeting.participantJoined","meeting.participantLeft","meeting.chatSynced","recording.statusUpdate","livestreaming.statusUpdate","meeting.transcript","meeting.summary"],"type":"string"}},"id":{"type":"string","format":"uuid","readOnly":true},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"},"url":{"type":"string","format":"uri"}},"required":["id","name","url","events","created_at","updated_at","enabled"]},"registrar-api-sandbox_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/registrar-api-sandbox_messages"},"messages":{"$ref":"#/components/schemas/registrar-api-sandbox_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"registrar-api-sandbox_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"registrar-api-sandbox_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"registrar-api-sandbox_address":{"type":"string"},"registrar-api-sandbox_address2":{"type":"string"},"registrar-api-sandbox_city":{"type":"string"},"registrar-api-sandbox_country":{"type":"string","maxLength":30,"nullable":true},"registrar-api-sandbox_email":{"type":"string","maxLength":90},"registrar-api-sandbox_fax":{"type":"string"},"registrar-api-sandbox_first_name":{"type":"string","maxLength":60,"nullable":true},"registrar-api-sandbox_contact_identifier":{"type":"string","maxLength":32,"readOnly":true},"registrar-api-sandbox_last_name":{"type":"string","maxLength":60,"nullable":true},"registrar-api-sandbox_organization":{"type":"string"},"registrar-api-sandbox_telephone":{"type":"string","maxLength":20,"nullable":true},"registrar-api-sandbox_state":{"type":"string"},"registrar-api-sandbox_zipcode":{"type":"string","maxLength":20,"nullable":true},"registrar-api-sandbox_contact_properties":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/registrar-api-sandbox_address"},"address2":{"$ref":"#/components/schemas/registrar-api-sandbox_address2"},"city":{"$ref":"#/components/schemas/registrar-api-sandbox_city"},"country":{"$ref":"#/components/schemas/registrar-api-sandbox_country"},"email":{"$ref":"#/components/schemas/registrar-api-sandbox_email"},"fax":{"$ref":"#/components/schemas/registrar-api-sandbox_fax"},"first_name":{"$ref":"#/components/schemas/registrar-api-sandbox_first_name"},"id":{"$ref":"#/components/schemas/registrar-api-sandbox_contact_identifier"},"last_name":{"$ref":"#/components/schemas/registrar-api-sandbox_last_name"},"organization":{"$ref":"#/components/schemas/registrar-api-sandbox_organization"},"phone":{"$ref":"#/components/schemas/registrar-api-sandbox_telephone"},"state":{"$ref":"#/components/schemas/registrar-api-sandbox_state"},"zip":{"$ref":"#/components/schemas/registrar-api-sandbox_zipcode"}},"required":["first_name","last_name","address","city","state","zip","country","phone","organization"]},"registrar-api-sandbox_domain_check_result":{"type":"object","properties":{"name":{"type":"string"},"pricing":{"$ref":"#/components/schemas/registrar-api-sandbox_pricing"},"reason":{"type":"string","enum":["extension_not_supported_via_api","extension_not_supported","extension_disallows_registration","domain_premium","domain_unavailable"]},"registrable":{"type":"boolean"},"tier":{"type":"string","enum":["standard","premium"]}},"required":["name","registrable"]},"registrar-api-sandbox_pricing":{"type":"object","properties":{"currency":{"type":"string"},"registration_cost":{"type":"string"},"renewal_cost":{"type":"string"}},"required":["currency","registration_cost","renewal_cost"]},"registrar-api-sandbox_available":{"type":"boolean"},"registrar-api-sandbox_can_register":{"type":"boolean"},"registrar-api-sandbox_created_at":{"type":"string","format":"date-time"},"registrar-api-sandbox_current_registrar":{"type":"string"},"registrar-api-sandbox_expires_at":{"type":"string","format":"date-time"},"registrar-api-sandbox_domain_identifier":{"type":"string","maxLength":32,"readOnly":true},"registrar-api-sandbox_locked":{"type":"boolean","x-auditable":true},"registrar-api-sandbox_registrant_contact":{"allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_contacts"}]},"registrar-api-sandbox_registry_statuses":{"type":"string"},"registrar-api-sandbox_supported_tld":{"type":"boolean"},"registrar-api-sandbox_transfer_in":{"properties":{"accept_foa":{"type":"string","enum":["needed","ok"]},"approve_transfer":{"type":"string","enum":["needed","ok","pending","trying","rejected","unknown"]},"can_cancel_transfer":{"type":"boolean"},"disable_privacy":{"type":"string","enum":["needed","ok","unknown"]},"enter_auth_code":{"type":"string","enum":["needed","ok","pending","trying","rejected"]},"unlock_domain":{"type":"string","enum":["needed","ok","pending","trying","unknown"]}}},"registrar-api-sandbox_updated_at":{"type":"string","format":"date-time"},"registrar-api-sandbox_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/registrar-api-sandbox_result_info"}}}]},"registrar-api-sandbox_domains":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_domain_properties"}]},"registrar-api-sandbox_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}}}]},"registrar-api-sandbox_domain_search_result":{"type":"object","properties":{"name":{"type":"string"},"pricing":{"$ref":"#/components/schemas/registrar-api-sandbox_pricing"},"reason":{"type":"string","enum":["extension_not_supported_via_api","extension_not_supported","extension_disallows_registration","domain_premium","domain_unavailable"]},"registrable":{"type":"boolean"},"tier":{"type":"string","enum":["standard","premium"]}},"required":["name","registrable"]},"registrar-api-sandbox_auto_renew":{"type":"boolean","x-auditable":true},"registrar-api-sandbox_privacy":{"type":"boolean","x-auditable":true},"registrar-api-sandbox_domain_properties":{"type":"object","properties":{"available":{"$ref":"#/components/schemas/registrar-api-sandbox_available"},"can_register":{"$ref":"#/components/schemas/registrar-api-sandbox_can_register"},"created_at":{"$ref":"#/components/schemas/registrar-api-sandbox_created_at"},"current_registrar":{"$ref":"#/components/schemas/registrar-api-sandbox_current_registrar"},"expires_at":{"$ref":"#/components/schemas/registrar-api-sandbox_expires_at"},"id":{"$ref":"#/components/schemas/registrar-api-sandbox_domain_identifier"},"locked":{"$ref":"#/components/schemas/registrar-api-sandbox_locked"},"registrant_contact":{"$ref":"#/components/schemas/registrar-api-sandbox_registrant_contact"},"registry_statuses":{"$ref":"#/components/schemas/registrar-api-sandbox_registry_statuses"},"supported_tld":{"$ref":"#/components/schemas/registrar-api-sandbox_supported_tld"},"transfer_in":{"$ref":"#/components/schemas/registrar-api-sandbox_transfer_in"},"updated_at":{"$ref":"#/components/schemas/registrar-api-sandbox_updated_at"}}},"registrar-api-sandbox_extension-item":{"type":"object","properties":{"metadata":{"type":"object","properties":{"name":{"type":"string"},"tld":{"type":"string"}},"required":["name","tld"]},"registration_schema":{"type":"object"}},"required":["metadata","registration_schema"]},"registrar-api-sandbox_contacts":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_contact_properties"}]},"registrar-api-sandbox_domain_name":{"type":"string","x-auditable":true},"registrar-api-sandbox_registration":{"type":"object","properties":{"auto_renew":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"domain_name":{"$ref":"#/components/schemas/registrar-api-sandbox_domain_name"},"expires_at":{"type":"string","format":"date-time","nullable":true},"locked":{"type":"boolean"},"privacy_mode":{"type":"string","enum":[false,"redaction"]},"status":{"type":"string","enum":["active","registration_pending","expired","suspended","redemption_period","pending_delete"]}},"required":["domain_name","status","created_at","expires_at","auto_renew","privacy_mode","locked"]},"registrar-api-sandbox_cursor_result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}},"required":["cursor","per_page","count"]},"registrar-api-sandbox_registration_contact_postal_info":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact_address"},"name":{"type":"string"},"organization":{"type":"string"}},"required":["name","address"]},"registrar-api-sandbox_registration_contact_address":{"type":"object","properties":{"city":{"type":"string"},"country_code":{"type":"string"},"postal_code":{"type":"string"},"state":{"type":"string"},"street":{"type":"string"}},"required":["street","city","state","postal_code","country_code"]},"registrar-api-sandbox_registration_contact":{"type":"object","properties":{"email":{"type":"string","format":"email"},"fax":{"type":"string"},"phone":{"type":"string"},"postal_info":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact_postal_info"}},"required":["phone","email","postal_info"]},"registrar-api-sandbox_registration_contacts":{"type":"object","properties":{"administrator":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact"},"billing":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact"},"registrant":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact"},"technical":{"$ref":"#/components/schemas/registrar-api-sandbox_registration_contact"}}},"registrar-api-sandbox_workflow_status":{"type":"object","properties":{"completed":{"type":"boolean"},"context":{"type":"object","additionalProperties":true},"created_at":{"type":"string","format":"date-time"},"error":{"allOf":[{"$ref":"#/components/schemas/registrar-api-sandbox_workflow_error"}],"nullable":true},"links":{"$ref":"#/components/schemas/registrar-api-sandbox_workflow_links"},"state":{"type":"string","enum":["pending","in_progress","action_required","blocked","succeeded","failed"]},"updated_at":{"type":"string","format":"date-time"}},"required":["state","completed","created_at","updated_at","links"]},"registrar-api-sandbox_workflow_error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]},"registrar-api-sandbox_workflow_links":{"type":"object","properties":{"resource":{"type":"string"},"self":{"type":"string"}},"required":["self"]},"registrar-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/registrar-api_messages"},"messages":{"$ref":"#/components/schemas/registrar-api_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"registrar-api_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"registrar-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"registrar-api_address":{"type":"string"},"registrar-api_address2":{"type":"string"},"registrar-api_city":{"type":"string"},"registrar-api_country":{"type":"string","maxLength":30,"nullable":true},"registrar-api_email":{"type":"string","maxLength":90},"registrar-api_fax":{"type":"string"},"registrar-api_first_name":{"type":"string","maxLength":60,"nullable":true},"registrar-api_contact_identifier":{"type":"string","maxLength":32,"readOnly":true},"registrar-api_last_name":{"type":"string","maxLength":60,"nullable":true},"registrar-api_organization":{"type":"string"},"registrar-api_telephone":{"type":"string","maxLength":20,"nullable":true},"registrar-api_state":{"type":"string"},"registrar-api_zipcode":{"type":"string","maxLength":20,"nullable":true},"registrar-api_contact_properties":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/registrar-api_address"},"address2":{"$ref":"#/components/schemas/registrar-api_address2"},"city":{"$ref":"#/components/schemas/registrar-api_city"},"country":{"$ref":"#/components/schemas/registrar-api_country"},"email":{"$ref":"#/components/schemas/registrar-api_email"},"fax":{"$ref":"#/components/schemas/registrar-api_fax"},"first_name":{"$ref":"#/components/schemas/registrar-api_first_name"},"id":{"$ref":"#/components/schemas/registrar-api_contact_identifier"},"last_name":{"$ref":"#/components/schemas/registrar-api_last_name"},"organization":{"$ref":"#/components/schemas/registrar-api_organization"},"phone":{"$ref":"#/components/schemas/registrar-api_telephone"},"state":{"$ref":"#/components/schemas/registrar-api_state"},"zip":{"$ref":"#/components/schemas/registrar-api_zipcode"}},"required":["first_name","last_name","address","city","state","zip","country","phone","organization"]},"registrar-api_domain_check_result":{"type":"object","properties":{"name":{"type":"string"},"pricing":{"$ref":"#/components/schemas/registrar-api_pricing"},"reason":{"type":"string","enum":["extension_not_supported_via_api","extension_not_supported","extension_disallows_registration","domain_premium","domain_unavailable"]},"registrable":{"type":"boolean"},"tier":{"type":"string","enum":["standard","premium"]}},"required":["name","registrable"]},"registrar-api_pricing":{"type":"object","properties":{"currency":{"type":"string"},"registration_cost":{"type":"string"},"renewal_cost":{"type":"string"}},"required":["currency","registration_cost","renewal_cost"]},"registrar-api_available":{"type":"boolean"},"registrar-api_can_register":{"type":"boolean"},"registrar-api_created_at":{"type":"string","format":"date-time"},"registrar-api_current_registrar":{"type":"string"},"registrar-api_expires_at":{"type":"string","format":"date-time"},"registrar-api_domain_identifier":{"type":"string","maxLength":32,"readOnly":true},"registrar-api_locked":{"type":"boolean","x-auditable":true},"registrar-api_registrant_contact":{"allOf":[{"$ref":"#/components/schemas/registrar-api_contacts"}]},"registrar-api_registry_statuses":{"type":"string"},"registrar-api_supported_tld":{"type":"boolean"},"registrar-api_transfer_in":{"properties":{"accept_foa":{"type":"string","enum":["needed","ok"]},"approve_transfer":{"type":"string","enum":["needed","ok","pending","trying","rejected","unknown"]},"can_cancel_transfer":{"type":"boolean"},"disable_privacy":{"type":"string","enum":["needed","ok","unknown"]},"enter_auth_code":{"type":"string","enum":["needed","ok","pending","trying","rejected"]},"unlock_domain":{"type":"string","enum":["needed","ok","pending","trying","unknown"]}}},"registrar-api_updated_at":{"type":"string","format":"date-time"},"registrar-api_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/registrar-api_result_info"}}}]},"registrar-api_domains":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api_domain_properties"}]},"registrar-api_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api_api-response-common"},{"properties":{"result":{"type":"object","nullable":true}}}]},"registrar-api_domain_search_result":{"type":"object","properties":{"name":{"type":"string"},"pricing":{"$ref":"#/components/schemas/registrar-api_pricing"},"reason":{"type":"string","enum":["extension_not_supported_via_api","extension_not_supported","extension_disallows_registration","domain_premium","domain_unavailable"]},"registrable":{"type":"boolean"},"tier":{"type":"string","enum":["standard","premium"]}},"required":["name","registrable"]},"registrar-api_auto_renew":{"type":"boolean","x-auditable":true},"registrar-api_privacy":{"type":"boolean","x-auditable":true},"registrar-api_domain_properties":{"type":"object","properties":{"available":{"$ref":"#/components/schemas/registrar-api_available"},"can_register":{"$ref":"#/components/schemas/registrar-api_can_register"},"created_at":{"$ref":"#/components/schemas/registrar-api_created_at"},"current_registrar":{"$ref":"#/components/schemas/registrar-api_current_registrar"},"expires_at":{"$ref":"#/components/schemas/registrar-api_expires_at"},"id":{"$ref":"#/components/schemas/registrar-api_domain_identifier"},"locked":{"$ref":"#/components/schemas/registrar-api_locked"},"registrant_contact":{"$ref":"#/components/schemas/registrar-api_registrant_contact"},"registry_statuses":{"$ref":"#/components/schemas/registrar-api_registry_statuses"},"supported_tld":{"$ref":"#/components/schemas/registrar-api_supported_tld"},"transfer_in":{"$ref":"#/components/schemas/registrar-api_transfer_in"},"updated_at":{"$ref":"#/components/schemas/registrar-api_updated_at"}}},"registrar-api_extension-item":{"type":"object","properties":{"metadata":{"type":"object","properties":{"name":{"type":"string"},"tld":{"type":"string"}},"required":["name","tld"]},"registration_schema":{"type":"object"}},"required":["metadata","registration_schema"]},"registrar-api_contacts":{"type":"object","allOf":[{"$ref":"#/components/schemas/registrar-api_contact_properties"}]},"registrar-api_domain_name":{"type":"string","x-auditable":true},"registrar-api_registration":{"type":"object","properties":{"auto_renew":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"domain_name":{"$ref":"#/components/schemas/registrar-api_domain_name"},"expires_at":{"type":"string","format":"date-time","nullable":true},"locked":{"type":"boolean"},"privacy_mode":{"type":"string","enum":[false,"redaction"]},"status":{"type":"string","enum":["active","registration_pending","expired","suspended","redemption_period","pending_delete"]}},"required":["domain_name","status","created_at","expires_at","auto_renew","privacy_mode","locked"]},"registrar-api_cursor_result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string"},"per_page":{"type":"integer"}},"required":["cursor","per_page","count"]},"registrar-api_registration_contact_postal_info":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/registrar-api_registration_contact_address"},"name":{"type":"string"},"organization":{"type":"string"}},"required":["name","address"]},"registrar-api_registration_contact_address":{"type":"object","properties":{"city":{"type":"string"},"country_code":{"type":"string"},"postal_code":{"type":"string"},"state":{"type":"string"},"street":{"type":"string"}},"required":["street","city","state","postal_code","country_code"]},"registrar-api_registration_contact":{"type":"object","properties":{"email":{"type":"string","format":"email"},"fax":{"type":"string"},"phone":{"type":"string"},"postal_info":{"$ref":"#/components/schemas/registrar-api_registration_contact_postal_info"}},"required":["phone","email","postal_info"]},"registrar-api_registration_contacts":{"type":"object","properties":{"administrator":{"$ref":"#/components/schemas/registrar-api_registration_contact"},"billing":{"$ref":"#/components/schemas/registrar-api_registration_contact"},"registrant":{"$ref":"#/components/schemas/registrar-api_registration_contact"},"technical":{"$ref":"#/components/schemas/registrar-api_registration_contact"}}},"registrar-api_workflow_status":{"type":"object","properties":{"completed":{"type":"boolean"},"context":{"type":"object","additionalProperties":true},"created_at":{"type":"string","format":"date-time"},"error":{"allOf":[{"$ref":"#/components/schemas/registrar-api_workflow_error"}],"nullable":true},"links":{"$ref":"#/components/schemas/registrar-api_workflow_links"},"state":{"type":"string","enum":["pending","in_progress","action_required","blocked","succeeded","failed"]},"updated_at":{"type":"string","format":"date-time"}},"required":["state","completed","created_at","updated_at","links"]},"registrar-api_workflow_error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]},"registrar-api_workflow_links":{"type":"object","properties":{"resource":{"type":"string"},"self":{"type":"string"}},"required":["self"]},"request-tracer_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"resource-sharing_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/resource-sharing_v4errors"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean"}},"required":["success","errors"]},"resource-sharing_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}},"resource-sharing_v4errors":{"type":"array","items":{"$ref":"#/components/schemas/resource-sharing_v4error"}},"resource-sharing_account_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_organization_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_share_name":{"type":"string","x-auditable":true},"resource-sharing_create_share_recipient_request":{"type":"object","properties":{"account_id":{"allOf":[{"$ref":"#/components/schemas/resource-sharing_account_id"}],"deprecated":true,"x-stainless-deprecation-message":"This field has been renamed to `recipient_account_id`. Both names are accepted during the deprecation period.","x-stainless-skip":["terraform"]},"organization_id":{"$ref":"#/components/schemas/resource-sharing_organization_id"},"recipient_account_id":{"allOf":[{"$ref":"#/components/schemas/resource-sharing_account_id"}]}}},"resource-sharing_create_share_resource_request":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/resource-sharing_resource_meta"},"resource_account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"resource_id":{"$ref":"#/components/schemas/resource-sharing_resource_resource_id"},"resource_type":{"$ref":"#/components/schemas/resource-sharing_resource_type"}},"required":["resource_id","resource_type","resource_account_id","meta"]},"resource-sharing_resource_meta":{"type":"object"},"resource-sharing_resource_resource_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_created":{"type":"string","format":"date-time","x-auditable":true},"resource-sharing_excluded_recipient_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_modified":{"type":"string","format":"date-time","x-auditable":true},"resource-sharing_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/resource-sharing_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/resource-sharing_result_info"}}}]},"resource-sharing_share_excluded_recipient_object":{"properties":{"account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"created":{"$ref":"#/components/schemas/resource-sharing_created"},"id":{"$ref":"#/components/schemas/resource-sharing_excluded_recipient_id"},"modified":{"$ref":"#/components/schemas/resource-sharing_modified"}},"required":["id","account_id","created","modified"]},"resource-sharing_account_name":{"type":"string","x-auditable":true},"resource-sharing_share_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_share_resource_object":{"properties":{"created":{"$ref":"#/components/schemas/resource-sharing_created"},"id":{"$ref":"#/components/schemas/resource-sharing_resource_id"},"meta":{"$ref":"#/components/schemas/resource-sharing_resource_meta"},"modified":{"$ref":"#/components/schemas/resource-sharing_modified"},"resource_account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"resource_id":{"$ref":"#/components/schemas/resource-sharing_resource_resource_id"},"resource_type":{"$ref":"#/components/schemas/resource-sharing_resource_type"},"resource_version":{"$ref":"#/components/schemas/resource-sharing_resource_version"},"status":{"$ref":"#/components/schemas/resource-sharing_resource_status"}},"required":["id","resource_id","resource_type","resource_account_id","meta","status","created","modified","resource_version"]},"resource-sharing_recipient_association_status":{"type":"string","enum":["associating","associated","disassociating","disassociated"],"x-auditable":true},"resource-sharing_recipient_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_share_recipient_resource_object":{"properties":{"error":{"$ref":"#/components/schemas/resource-sharing_recipient_resource_error"},"resource_id":{"$ref":"#/components/schemas/resource-sharing_resource_resource_id"},"resource_version":{"$ref":"#/components/schemas/resource-sharing_resource_version"},"terminal":{"$ref":"#/components/schemas/resource-sharing_recipient_resource_error_terminal"}},"required":["error","terminal","resource_id","resource_version"]},"resource-sharing_recipient_resource_error":{"type":"string","x-auditable":true},"resource-sharing_resource_version":{"type":"integer","x-auditable":true},"resource-sharing_recipient_resource_error_terminal":{"type":"boolean","x-auditable":true},"resource-sharing_share_recipient_object":{"properties":{"account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"association_status":{"$ref":"#/components/schemas/resource-sharing_recipient_association_status"},"created":{"$ref":"#/components/schemas/resource-sharing_created"},"id":{"$ref":"#/components/schemas/resource-sharing_recipient_id"},"modified":{"$ref":"#/components/schemas/resource-sharing_modified"},"resources":{"type":"array","items":{"$ref":"#/components/schemas/resource-sharing_share_recipient_resource_object"}}},"required":["id","account_id","association_status","created","modified"]},"resource-sharing_resource_id":{"type":"string","maxLength":32,"x-auditable":true},"resource-sharing_share_object":{"properties":{"account_id":{"$ref":"#/components/schemas/resource-sharing_account_id"},"account_name":{"$ref":"#/components/schemas/resource-sharing_account_name"},"associated_recipient_count":{"type":"integer"},"associating_recipient_count":{"type":"integer"},"created":{"$ref":"#/components/schemas/resource-sharing_created"},"disassociated_recipient_count":{"type":"integer"},"disassociating_recipient_count":{"type":"integer"},"id":{"$ref":"#/components/schemas/resource-sharing_share_id"},"kind":{"$ref":"#/components/schemas/resource-sharing_share_kind"},"modified":{"$ref":"#/components/schemas/resource-sharing_modified"},"name":{"$ref":"#/components/schemas/resource-sharing_share_name"},"organization_id":{"$ref":"#/components/schemas/resource-sharing_organization_id"},"resources":{"type":"array","items":{"$ref":"#/components/schemas/resource-sharing_share_resource_object"}},"status":{"$ref":"#/components/schemas/resource-sharing_share_status"},"target_type":{"$ref":"#/components/schemas/resource-sharing_share_target_type"}},"required":["id","name","account_id","account_name","organization_id","created","modified","status","target_type"]},"resource-sharing_create_share_excluded_recipient_request":{"type":"object","properties":{"account_id":{"allOf":[{"$ref":"#/components/schemas/resource-sharing_account_id"}]}},"required":["account_id"]},"resource-sharing_v4error":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"]},"resource-tagging_identifier":{"type":"string","maxLength":32,"x-auditable":true},"resource-tagging_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"resource-tagging_delete_tags_request_account_level_base":{"type":"object","properties":{"resource_id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"resource_type":{"$ref":"#/components/schemas/resource-tagging_account_resource_type_base_enum"}},"required":["resource_type","resource_id"]},"resource-tagging_delete_tags_request_account_level_worker_version":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_account_level_base"},{"properties":{"resource_type":{"$ref":"#/components/schemas/resource-tagging_account_resource_type_worker_version_enum"},"worker_id":{"$ref":"#/components/schemas/resource-tagging_worker_id"}},"required":["worker_id"]}]},"resource-tagging_resource_id":{"type":"string","x-auditable":true},"resource-tagging_account_resource_type_base_enum":{"type":"string","enum":["access_application","access_group","account","account_ruleset","ai_gateway","alerting_policy","alerting_webhook","cloudflared_tunnel","d1_database","durable_object_namespace","gateway_list","gateway_rule","image","infrastructure_target","kv_namespace","load_balancer_monitor","load_balancer_pool","pages_project","queue","r2_bucket","resource_share","stream_live_input","stream_video","vectorize_index","worker"],"x-auditable":true},"resource-tagging_account_resource_type_worker_version_enum":{"type":"string","enum":["worker_version"],"x-auditable":true},"resource-tagging_worker_id":{"type":"string"},"resource-tagging_delete_tags_request_zone_level_access_application_policy":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_zone_level_base"},{"properties":{"access_application_id":{"$ref":"#/components/schemas/resource-tagging_access_application_id"},"resource_type":{"$ref":"#/components/schemas/resource-tagging_zone_resource_type_access_application_policy_enum"}},"required":["access_application_id"]}]},"resource-tagging_delete_tags_request_zone_level_base":{"type":"object","properties":{"resource_id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"resource_type":{"$ref":"#/components/schemas/resource-tagging_zone_resource_type_base_enum"}},"required":["resource_type","resource_id"]},"resource-tagging_access_application_id":{"type":"string","format":"uuid"},"resource-tagging_zone_resource_type_access_application_policy_enum":{"type":"string","enum":["access_application_policy"],"x-auditable":true},"resource-tagging_zone_resource_type_base_enum":{"type":"string","enum":["api_gateway_operation","custom_certificate","custom_hostname","dns_record","healthcheck","load_balancer","managed_client_certificate","worker_route","zone","zone_ruleset"],"x-auditable":true},"resource-tagging_set_tags_request_account_level_base":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_account_level_base"},{"properties":{"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}}}]},"resource-tagging_set_tags_request_account_level_worker_version":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_account_level_worker_version"},{"properties":{"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}}}]},"resource-tagging_tags":{"type":"object","additionalProperties":{"maxLength":1024,"type":"string"},"x-auditable":true},"resource-tagging_set_tags_request_zone_level_access_application_policy":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_zone_level_access_application_policy"},{"properties":{"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}}}]},"resource-tagging_set_tags_request_zone_level_base":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_delete_tags_request_zone_level_base"},{"properties":{"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}}}]},"resource-tagging_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/resource-tagging_messages"},"messages":{"$ref":"#/components/schemas/resource-tagging_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"resource-tagging_tag_key_summary":{"type":"object","properties":{"key":{"type":"string"},"values":{"type":"array","items":{"type":"string"}}},"required":["key","values"]},"resource-tagging_cursor_result_info":{"type":"object","properties":{"count":{"type":"integer"},"cursor":{"type":"string","nullable":true}}},"resource-tagging_tagged_resource_object_access_application":{"allOf":[{"properties":{"type":{"type":"string","enum":["access_application"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_access_application_policy":{"allOf":[{"properties":{"type":{"type":"string","enum":["access_application_policy"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_access_application_policy_base"}]},"resource-tagging_tagged_resource_object_access_group":{"allOf":[{"properties":{"type":{"type":"string","enum":["access_group"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_account":{"allOf":[{"properties":{"type":{"type":"string","enum":["account"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_account_ruleset":{"allOf":[{"properties":{"type":{"type":"string","enum":["account_ruleset"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_ai_gateway":{"allOf":[{"properties":{"type":{"type":"string","enum":["ai_gateway"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_alerting_policy":{"allOf":[{"properties":{"type":{"type":"string","enum":["alerting_policy"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_alerting_webhook":{"allOf":[{"properties":{"type":{"type":"string","enum":["alerting_webhook"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_api_gateway_operation":{"allOf":[{"properties":{"type":{"type":"string","enum":["api_gateway_operation"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_cloudflared_tunnel":{"allOf":[{"properties":{"type":{"type":"string","enum":["cloudflared_tunnel"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_custom_certificate":{"allOf":[{"properties":{"type":{"type":"string","enum":["custom_certificate"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_custom_hostname":{"allOf":[{"properties":{"type":{"type":"string","enum":["custom_hostname"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_d1_database":{"allOf":[{"properties":{"type":{"type":"string","enum":["d1_database"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_dns_record":{"allOf":[{"properties":{"type":{"type":"string","enum":["dns_record"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_durable_object_namespace":{"allOf":[{"properties":{"type":{"type":"string","enum":["durable_object_namespace"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_gateway_list":{"allOf":[{"properties":{"type":{"type":"string","enum":["gateway_list"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_gateway_rule":{"allOf":[{"properties":{"type":{"type":"string","enum":["gateway_rule"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_healthcheck":{"allOf":[{"properties":{"type":{"type":"string","enum":["healthcheck"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_image":{"allOf":[{"properties":{"type":{"type":"string","enum":["image"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_infrastructure_target":{"allOf":[{"properties":{"type":{"type":"string","enum":["infrastructure_target"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_kv_namespace":{"allOf":[{"properties":{"type":{"type":"string","enum":["kv_namespace"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_load_balancer":{"allOf":[{"properties":{"type":{"type":"string","enum":["load_balancer"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_load_balancer_monitor":{"allOf":[{"properties":{"type":{"type":"string","enum":["load_balancer_monitor"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_load_balancer_pool":{"allOf":[{"properties":{"type":{"type":"string","enum":["load_balancer_pool"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_managed_client_certificate":{"allOf":[{"properties":{"type":{"type":"string","enum":["managed_client_certificate"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_pages_project":{"allOf":[{"properties":{"type":{"type":"string","enum":["pages_project"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_queue":{"allOf":[{"properties":{"type":{"type":"string","enum":["queue"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_r2_bucket":{"allOf":[{"properties":{"type":{"type":"string","enum":["r2_bucket"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_resource_share":{"allOf":[{"properties":{"type":{"type":"string","enum":["resource_share"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_stream_live_input":{"allOf":[{"properties":{"type":{"type":"string","enum":["stream_live_input"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_stream_video":{"allOf":[{"properties":{"type":{"type":"string","enum":["stream_video"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_vectorize_index":{"allOf":[{"properties":{"type":{"type":"string","enum":["vectorize_index"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_worker":{"allOf":[{"properties":{"type":{"type":"string","enum":["worker"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_level_base"}]},"resource-tagging_tagged_resource_object_worker_route":{"allOf":[{"properties":{"type":{"type":"string","enum":["worker_route"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_worker_version":{"allOf":[{"properties":{"type":{"type":"string","enum":["worker_version"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_worker_version_base"}]},"resource-tagging_tagged_resource_object_zone":{"allOf":[{"properties":{"type":{"type":"string","enum":["zone"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_zone_ruleset":{"allOf":[{"properties":{"type":{"type":"string","enum":["zone_ruleset"]}},"required":["type"],"type":"object"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_level_base"}]},"resource-tagging_tagged_resource_object_account_level_base":{"type":"object","properties":{"etag":{"$ref":"#/components/schemas/resource-tagging_etag"},"id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"name":{"$ref":"#/components/schemas/resource-tagging_resource_name"},"tags":{"$ref":"#/components/schemas/resource-tagging_tags"}},"required":["id","tags","name","etag"]},"resource-tagging_tagged_resource_object_access_application_policy_base":{"type":"object","properties":{"access_application_id":{"$ref":"#/components/schemas/resource-tagging_access_application_id"},"etag":{"$ref":"#/components/schemas/resource-tagging_etag"},"id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"name":{"$ref":"#/components/schemas/resource-tagging_resource_name"},"tags":{"$ref":"#/components/schemas/resource-tagging_tags"},"zone_id":{"$ref":"#/components/schemas/resource-tagging_zone_id"}},"required":["id","tags","name","etag","zone_id","access_application_id"]},"resource-tagging_etag":{"type":"string","readOnly":true},"resource-tagging_resource_name":{"type":"string"},"resource-tagging_zone_id":{"allOf":[{"$ref":"#/components/schemas/resource-tagging_identifier"}],"minLength":32},"resource-tagging_tagged_resource_object_zone_level_base":{"type":"object","properties":{"etag":{"$ref":"#/components/schemas/resource-tagging_etag"},"id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"name":{"$ref":"#/components/schemas/resource-tagging_resource_name"},"tags":{"$ref":"#/components/schemas/resource-tagging_tags"},"zone_id":{"$ref":"#/components/schemas/resource-tagging_zone_id"}},"required":["id","tags","name","etag","zone_id"]},"resource-tagging_tagged_resource_object_worker_version_base":{"type":"object","properties":{"etag":{"$ref":"#/components/schemas/resource-tagging_etag"},"id":{"$ref":"#/components/schemas/resource-tagging_resource_id"},"name":{"$ref":"#/components/schemas/resource-tagging_resource_name"},"tags":{"$ref":"#/components/schemas/resource-tagging_tags"},"worker_id":{"$ref":"#/components/schemas/resource-tagging_worker_id"}},"required":["id","tags","name","etag","worker_id"]},"resource-tagging_tagged_resource_object":{"discriminator":{"mapping":{"access_application":"#/components/schemas/resource-tagging_tagged_resource_object_access_application","access_application_policy":"#/components/schemas/resource-tagging_tagged_resource_object_access_application_policy","access_group":"#/components/schemas/resource-tagging_tagged_resource_object_access_group","account":"#/components/schemas/resource-tagging_tagged_resource_object_account","account_ruleset":"#/components/schemas/resource-tagging_tagged_resource_object_account_ruleset","ai_gateway":"#/components/schemas/resource-tagging_tagged_resource_object_ai_gateway","alerting_policy":"#/components/schemas/resource-tagging_tagged_resource_object_alerting_policy","alerting_webhook":"#/components/schemas/resource-tagging_tagged_resource_object_alerting_webhook","api_gateway_operation":"#/components/schemas/resource-tagging_tagged_resource_object_api_gateway_operation","cloudflared_tunnel":"#/components/schemas/resource-tagging_tagged_resource_object_cloudflared_tunnel","custom_certificate":"#/components/schemas/resource-tagging_tagged_resource_object_custom_certificate","custom_hostname":"#/components/schemas/resource-tagging_tagged_resource_object_custom_hostname","d1_database":"#/components/schemas/resource-tagging_tagged_resource_object_d1_database","dns_record":"#/components/schemas/resource-tagging_tagged_resource_object_dns_record","durable_object_namespace":"#/components/schemas/resource-tagging_tagged_resource_object_durable_object_namespace","gateway_list":"#/components/schemas/resource-tagging_tagged_resource_object_gateway_list","gateway_rule":"#/components/schemas/resource-tagging_tagged_resource_object_gateway_rule","healthcheck":"#/components/schemas/resource-tagging_tagged_resource_object_healthcheck","image":"#/components/schemas/resource-tagging_tagged_resource_object_image","infrastructure_target":"#/components/schemas/resource-tagging_tagged_resource_object_infrastructure_target","kv_namespace":"#/components/schemas/resource-tagging_tagged_resource_object_kv_namespace","load_balancer":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer","load_balancer_monitor":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer_monitor","load_balancer_pool":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer_pool","managed_client_certificate":"#/components/schemas/resource-tagging_tagged_resource_object_managed_client_certificate","pages_project":"#/components/schemas/resource-tagging_tagged_resource_object_pages_project","queue":"#/components/schemas/resource-tagging_tagged_resource_object_queue","r2_bucket":"#/components/schemas/resource-tagging_tagged_resource_object_r2_bucket","resource_share":"#/components/schemas/resource-tagging_tagged_resource_object_resource_share","stream_live_input":"#/components/schemas/resource-tagging_tagged_resource_object_stream_live_input","stream_video":"#/components/schemas/resource-tagging_tagged_resource_object_stream_video","vectorize_index":"#/components/schemas/resource-tagging_tagged_resource_object_vectorize_index","worker":"#/components/schemas/resource-tagging_tagged_resource_object_worker","worker_route":"#/components/schemas/resource-tagging_tagged_resource_object_worker_route","worker_version":"#/components/schemas/resource-tagging_tagged_resource_object_worker_version","zone":"#/components/schemas/resource-tagging_tagged_resource_object_zone","zone_ruleset":"#/components/schemas/resource-tagging_tagged_resource_object_zone_ruleset"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_access_application"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_access_application_policy"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_access_group"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_account_ruleset"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_ai_gateway"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_alerting_policy"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_alerting_webhook"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_api_gateway_operation"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_cloudflared_tunnel"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_custom_certificate"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_custom_hostname"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_d1_database"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_dns_record"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_durable_object_namespace"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_gateway_list"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_gateway_rule"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_healthcheck"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_image"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_infrastructure_target"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_kv_namespace"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer_monitor"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_load_balancer_pool"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_managed_client_certificate"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_pages_project"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_queue"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_r2_bucket"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_resource_share"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_stream_live_input"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_stream_video"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_vectorize_index"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_worker"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_worker_route"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_worker_version"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone"},{"$ref":"#/components/schemas/resource-tagging_tagged_resource_object_zone_ruleset"}]},"rlanalytics_messages":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"]},"rlanalytics_rate_limit_analytics_timeseries_point":{"type":"object","properties":{"rules":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_rule_rollup"}},"since":{"type":"string","format":"date-time"},"until":{"type":"string","format":"date-time"}},"required":["since","until","rules"]},"rlanalytics_rate_limit_analytics_action_counters":{"type":"object","properties":{"all":{"type":"integer","format":"int64"},"allow":{"type":"integer","format":"int64"},"ban":{"type":"integer","format":"int64"},"error":{"type":"integer","format":"int64"},"simulate":{"type":"integer","format":"int64"}}},"rlanalytics_rate_limit_analytics_colo_entry":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_action_counters"}},"required":["actions"]},"rlanalytics_rate_limit_analytics_rule_rollup":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_action_counters"},"colos":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/rlanalytics_rate_limit_analytics_colo_entry"}},"versions":{"type":"integer"}},"required":["versions","actions","colos"]},"rulesets_Rule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/rulesets_RuleAction"},"action_parameters":{"type":"object","default":{},"title":"Action Parameters"},"categories":{"$ref":"#/components/schemas/rulesets_RuleCategories"},"enabled":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleEnabled"},{"default":true}]},"exposed_credential_check":{"$ref":"#/components/schemas/rulesets_RuleExposedCredentialCheck"},"expression":{"type":"string","minLength":1,"title":"Expression"},"id":{"$ref":"#/components/schemas/rulesets_RuleId"},"last_updated":{"type":"string","format":"date-time","readOnly":true,"title":"Last Updated","x-stainless-skip":["terraform"]},"logging":{"$ref":"#/components/schemas/rulesets_RuleLogging"},"ratelimit":{"$ref":"#/components/schemas/rulesets_RuleRatelimit"},"ref":{"type":"string","minLength":1,"title":"Ref"},"version":{"type":"string","pattern":"^[0-9]+$","readOnly":true,"title":"Version","x-stainless-skip":["terraform"]}},"required":["version","last_updated"],"title":"Rule"},"rulesets_Message":{"type":"object","properties":{"code":{"type":"integer","title":"Code"},"message":{"type":"string","minLength":1,"title":"Description"},"source":{"type":"object","properties":{"pointer":{"type":"string","minLength":1,"title":"Pointer"}},"required":["pointer"],"title":"Source"}},"required":["message"],"title":"Message"},"rulesets_RuleAction":{"type":"string","pattern":"^[a-z_]+$","title":"Action"},"rulesets_RuleEnabled":{"type":"boolean","title":"Enabled"},"rulesets_ExecuteSensitivityLevel":{"type":"string","enum":["default","medium","low","eoff"],"title":"Sensitivity Level"},"rulesets_ExecuteCategoryOverrides":{"type":"array","items":{"minProperties":2,"properties":{"action":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleAction"},{}]},"category":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleCategory"},{}]},"enabled":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleEnabled"},{}]},"sensitivity_level":{"allOf":[{"$ref":"#/components/schemas/rulesets_ExecuteSensitivityLevel"},{}]}},"required":["category"],"title":"Category Override","type":"object"},"minItems":1,"title":"Category Overrides","uniqueItems":true},"rulesets_ExecuteRuleOverrides":{"type":"array","items":{"minProperties":2,"properties":{"action":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleAction"},{}]},"enabled":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleEnabled"},{}]},"id":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleId"},{}]},"score_threshold":{"type":"integer","title":"Score Threshold"},"sensitivity_level":{"allOf":[{"$ref":"#/components/schemas/rulesets_ExecuteSensitivityLevel"},{}]}},"required":["id"],"title":"Rule Override","type":"object"},"minItems":1,"title":"Rule Overrides","uniqueItems":true},"rulesets_ExecuteMatchedData":{"type":"object","properties":{"public_key":{"type":"string","minLength":1,"title":"Public Key"}},"required":["public_key"],"title":"Matched Data"},"rulesets_ExecuteOverrides":{"type":"object","properties":{"action":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleAction"},{}]},"categories":{"$ref":"#/components/schemas/rulesets_ExecuteCategoryOverrides"},"enabled":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleEnabled"},{}]},"rules":{"$ref":"#/components/schemas/rulesets_ExecuteRuleOverrides"},"sensitivity_level":{"allOf":[{"$ref":"#/components/schemas/rulesets_ExecuteSensitivityLevel"},{}]}},"minProperties":1,"title":"Overrides"},"rulesets_LogCustomFieldCookieFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Cookie Name"}},"required":["name"],"title":"Cookie Field","type":"object"},"minItems":1,"title":"Cookie Fields"},"rulesets_LogCustomFieldRawResponseFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Header Name"},"preserve_duplicates":{"type":"boolean","default":false,"title":"Preserve Duplicates"}},"required":["name"],"title":"Raw Response Field","type":"object"},"minItems":1,"title":"Raw Response Fields"},"rulesets_LogCustomFieldRequestFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Header Name"}},"required":["name"],"title":"Raw Request Field","type":"object"},"minItems":1,"title":"Raw Request Fields"},"rulesets_LogCustomFieldResponseFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Header Name"},"preserve_duplicates":{"type":"boolean","default":false,"title":"Preserve Duplicates"}},"required":["name"],"title":"Transformed Response Field","type":"object"},"minItems":1,"title":"Transformed Response Fields"},"rulesets_LogCustomFieldTransformedRequestFields":{"type":"array","items":{"properties":{"name":{"type":"string","minLength":1,"title":"Header Name"}},"required":["name"],"title":"Transformed Request Field","type":"object"},"minItems":1,"title":"Transformed Request Fields"},"rulesets_ManagedTransformId":{"type":"string","minLength":1,"title":"Transform ID"},"rulesets_ManagedTransform":{"type":"object","properties":{"conflicts_with":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransformId"},{}]},"minItems":1,"readOnly":true,"title":"Conflicts With","uniqueItems":true,"x-stainless-skip":["terraform"]},"enabled":{"type":"boolean","title":"Enabled"},"has_conflict":{"type":"boolean","readOnly":true,"title":"Has Conflict","x-stainless-skip":["terraform"]},"id":{"$ref":"#/components/schemas/rulesets_ManagedTransformId"}},"required":["id","enabled","has_conflict"],"title":"Managed Transform"},"rulesets_RedirectFromList":{"type":"object","properties":{"key":{"type":"string","minLength":1,"title":"Lookup Key"},"name":{"type":"string","pattern":"^[a-zA-Z0-9_]+$","title":"List Name"}},"required":["name","key"],"title":"Bulk Redirect"},"rulesets_RedirectFromValue":{"type":"object","properties":{"preserve_query_string":{"type":"boolean","default":false,"title":"Preserve Query String"},"status_code":{"type":"integer","enum":[301,302,303,307,308],"title":"Status Code"},"target_url":{"type":"object","maxProperties":1,"minProperties":1,"properties":{"expression":{"type":"string","minLength":1,"title":"Redirect Expression"},"value":{"type":"string","minLength":1,"title":"Redirect Value"}},"title":"Target URL"}},"required":["target_url"],"title":"Single Redirect"},"rulesets_BlockRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["block"]},"action_parameters":{"properties":{"response":{"type":"object","properties":{"content":{"minLength":1,"title":"Content","type":"string"},"content_type":{"type":"string","minLength":1,"title":"Content Type"},"status_code":{"type":"integer","maximum":499,"minimum":400,"title":"Status Code"}},"required":["status_code","content","content_type"],"title":"Response"}}}},"title":"Block Rule"}]},"rulesets_ChallengeRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["challenge"]}},"title":"Challenge Rule"}]},"rulesets_CompressResponseRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["compress_response"]},"action_parameters":{"properties":{"algorithms":{"type":"array","items":{"properties":{"name":{"type":"string","enum":["none","auto","default","gzip","brotli","zstd"],"title":"Algorithm Name"}},"title":"Algorithm","type":"object"},"minItems":1,"title":"Algorithms","uniqueItems":true}},"required":["algorithms"]}},"title":"Response Compression Rule"}]},"rulesets_DDoSDynamicRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["ddos_dynamic"]}},"title":"DDoS Dynamic Rule"}]},"rulesets_ExecuteRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["execute"]},"action_parameters":{"properties":{"id":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetId"},{}]},"matched_data":{"$ref":"#/components/schemas/rulesets_ExecuteMatchedData"},"overrides":{"$ref":"#/components/schemas/rulesets_ExecuteOverrides"}},"required":["id"]}},"title":"Execute Rule"}]},"rulesets_ForceConnectionCloseRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["force_connection_close"]}},"title":"Force Connection Close Rule"}]},"rulesets_JsChallengeRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["js_challenge"]}},"title":"JavaScript Challenge Rule"}]},"rulesets_LogRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["log"]}},"title":"Log Rule"}]},"rulesets_LogCustomFieldRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["log_custom_field"]},"action_parameters":{"minProperties":1,"properties":{"cookie_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldCookieFields"},"raw_response_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldRawResponseFields"},"request_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldRequestFields"},"response_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldResponseFields"},"transformed_request_fields":{"$ref":"#/components/schemas/rulesets_LogCustomFieldTransformedRequestFields"}}}},"title":"Log Custom Field Rule"}]},"rulesets_ManagedChallengeRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["managed_challenge"]}},"title":"Managed Challenge Rule"}]},"rulesets_RedirectRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["redirect"]},"action_parameters":{"maxProperties":1,"minProperties":1,"properties":{"from_list":{"$ref":"#/components/schemas/rulesets_RedirectFromList"},"from_value":{"$ref":"#/components/schemas/rulesets_RedirectFromValue"}}}},"title":"Redirect Rule"}]},"rulesets_RewriteRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["rewrite"]},"action_parameters":{"minProperties":1,"properties":{"headers":{"$ref":"#/components/schemas/rulesets_RewriteHeaders"},"uri":{"$ref":"#/components/schemas/rulesets_RewriteUri"}}}},"title":"Rewrite Rule"}]},"rulesets_RouteRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["route"]},"action_parameters":{"minProperties":1,"properties":{"host_header":{"$ref":"#/components/schemas/rulesets_RouteHostHeader"},"origin":{"$ref":"#/components/schemas/rulesets_RouteOrigin"},"sni":{"$ref":"#/components/schemas/rulesets_RouteSNI"}}}},"title":"Route Rule"}]},"rulesets_ScoreRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["score"]},"action_parameters":{"properties":{"increment":{"$ref":"#/components/schemas/rulesets_ScoreIncrement"}},"required":["increment"]}},"title":"Score Rule"}]},"rulesets_ServeErrorRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["serve_error"]},"action_parameters":{"allOf":[{"properties":{"content_type":{"$ref":"#/components/schemas/rulesets_ServeErrorContentType"},"status_code":{"$ref":"#/components/schemas/rulesets_ServeErrorStatusCode"}},"required":["content_type"]},{"oneOf":[{"properties":{"content":{"$ref":"#/components/schemas/rulesets_ServeErrorContent"}},"required":["content"],"title":"Action Parameters (Content)"},{"properties":{"asset_name":{"$ref":"#/components/schemas/rulesets_ServeErrorAssetName"}},"required":["asset_name"],"title":"Action Parameters (Asset)"}]}]}},"title":"Serve Error Rule"}]},"rulesets_SetCacheControlRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["set_cache_control"]},"action_parameters":{"minProperties":1,"properties":{"immutable":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"max-age":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithValue"},"must-revalidate":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"must-understand":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"no-cache":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithQualifiers"},"no-store":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"no-transform":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"private":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithQualifiers"},"proxy-revalidate":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"public":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirective"},"s-maxage":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithValue"},"stale-if-error":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithValue"},"stale-while-revalidate":{"$ref":"#/components/schemas/rulesets_SetCacheControlDirectiveWithValue"}}}},"title":"Set Cache Control Rule"}]},"rulesets_SetCacheSettingsRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["set_cache_settings"]},"action_parameters":{"minProperties":1,"properties":{"additional_cacheable_ports":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsAdditionalCacheablePorts"},"browser_ttl":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsBrowserTTL"},"cache":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCache"},"cache_key":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCacheKey"},"cache_reserve":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCacheReserve"},"edge_ttl":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsEdgeTTL"},"origin_cache_control":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsOriginCacheControl"},"origin_error_page_passthru":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsOriginErrorPagePassthru"},"read_timeout":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsReadTimeout"},"respect_strong_etags":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsRespectStrongEtags"},"serve_stale":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsServeStale"},"shared_dictionary":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsSharedDictionary"},"strip_etags":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsStripETags"},"strip_last_modified":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsStripLastModified"},"strip_set_cookie":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsStripSetCookie"},"vary":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsVary"}}}},"title":"Set Cache Settings Rule"}]},"rulesets_SetCacheTagsRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["set_cache_tags"]},"action_parameters":{"oneOf":[{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["add"]}]},"values":{"$ref":"#/components/schemas/rulesets_SetCacheTagsValues"}},"required":["operation","values"],"title":"Add Cache Tags (Values)","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_SetCacheTagsExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["add"]}]}},"required":["operation","expression"],"title":"Add Cache Tags (Expression)","type":"object"},{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["remove"]}]},"values":{"$ref":"#/components/schemas/rulesets_SetCacheTagsValues"}},"required":["operation","values"],"title":"Remove Cache Tags (Values)","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_SetCacheTagsExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["remove"]}]}},"required":["operation","expression"],"title":"Remove Cache Tags (Expression)","type":"object"},{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["set"]}]},"values":{"$ref":"#/components/schemas/rulesets_SetCacheTagsValues"}},"required":["operation","values"],"title":"Set Cache Tags (Values)","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_SetCacheTagsExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheTagsOperation"},{"enum":["set"]}]}},"required":["operation","expression"],"title":"Set Cache Tags (Expression)","type":"object"}]}},"title":"Set Cache Tags Rule"}]},"rulesets_SetConfigRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["set_config"]},"action_parameters":{"minProperties":1,"properties":{"automatic_https_rewrites":{"type":"boolean","title":"Automatic HTTPS Rewrites"},"autominify":{"$ref":"#/components/schemas/rulesets_SetConfigAutominify"},"bic":{"type":"boolean","title":"Browser Integrity Check"},"content_converter":{"type":"boolean","title":"Content Converter"},"disable_apps":{"type":"boolean","enum":[true],"deprecated":true,"title":"Disable Apps","x-stainless-deprecation-message":"Cloudflare Apps are deprected."},"disable_pay_per_crawl":{"type":"boolean","enum":[true],"title":"Disable Pay Per Crawl"},"disable_rum":{"type":"boolean","enum":[true],"title":"Disable RUM"},"disable_zaraz":{"type":"boolean","enum":[true],"title":"Disable Zaraz"},"email_obfuscation":{"type":"boolean","title":"Email Obfuscation"},"fonts":{"type":"boolean","title":"Cloudflare Fonts"},"hotlink_protection":{"type":"boolean","title":"Hotlink Protection"},"mirage":{"type":"boolean","deprecated":true,"title":"Mirage","x-stainless-deprecation-message":"Mirage is deprecated. More information at https://developers.cloudflare.com/speed/optimization/images/mirage/."},"opportunistic_encryption":{"type":"boolean","title":"Opportunistic Encryption"},"polish":{"type":"string","enum":["off","lossless","lossy","webp"],"title":"Polish"},"redirects_for_ai_training":{"type":"boolean","title":"Redirects for AI Training"},"request_body_buffering":{"type":"string","enum":["none","standard","full"],"title":"Request body buffering"},"response_body_buffering":{"type":"string","enum":["none","standard"],"title":"Response body buffering"},"rocket_loader":{"type":"boolean","title":"Rocket Loader"},"security_level":{"type":"string","enum":["off","essentially_off","low","medium","high","under_attack"],"title":"Security Level"},"server_side_excludes":{"type":"boolean","title":"Server-Side Excludes"},"ssl":{"type":"string","enum":["off","flexible","full","strict","origin_pull"],"title":"SSL"},"sxg":{"type":"boolean","deprecated":true,"title":"Signed Exchanges","x-stainless-deprecation-message":"Signed Exchanges (SXG) is deprecated."}}}},"title":"Set Configuration Rule"}]},"rulesets_SkipRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["skip"]},"action_parameters":{"minProperties":1,"properties":{"phase":{"$ref":"#/components/schemas/rulesets_SkipPhase"},"phases":{"$ref":"#/components/schemas/rulesets_SkipPhases"},"products":{"$ref":"#/components/schemas/rulesets_SkipProducts"},"rules":{"$ref":"#/components/schemas/rulesets_SkipRules"},"ruleset":{"$ref":"#/components/schemas/rulesets_SkipRuleset"},"rulesets":{"$ref":"#/components/schemas/rulesets_SkipRulesets"}}}},"title":"Skip Rule"}]},"rulesets_TransformResponseHTMLRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_Rule"},{"properties":{"action":{"enum":["transform_response_html"]},"action_parameters":{"properties":{"link_maze":{"type":"object","title":"Link Maze"}},"required":["link_maze"]}},"title":"Transform Response HTML Rule"}]},"rulesets_RequestRule":{"discriminator":{"mapping":{"block":"#/components/schemas/rulesets_BlockRule","challenge":"#/components/schemas/rulesets_ChallengeRule","compress_response":"#/components/schemas/rulesets_CompressResponseRule","ddos_dynamic":"#/components/schemas/rulesets_DDoSDynamicRule","execute":"#/components/schemas/rulesets_ExecuteRule","force_connection_close":"#/components/schemas/rulesets_ForceConnectionCloseRule","js_challenge":"#/components/schemas/rulesets_JsChallengeRule","log":"#/components/schemas/rulesets_LogRule","log_custom_field":"#/components/schemas/rulesets_LogCustomFieldRule","managed_challenge":"#/components/schemas/rulesets_ManagedChallengeRule","redirect":"#/components/schemas/rulesets_RedirectRule","rewrite":"#/components/schemas/rulesets_RewriteRule","route":"#/components/schemas/rulesets_RouteRule","score":"#/components/schemas/rulesets_ScoreRule","serve_error":"#/components/schemas/rulesets_ServeErrorRule","set_cache_control":"#/components/schemas/rulesets_SetCacheControlRule","set_cache_settings":"#/components/schemas/rulesets_SetCacheSettingsRule","set_cache_tags":"#/components/schemas/rulesets_SetCacheTagsRule","set_config":"#/components/schemas/rulesets_SetConfigRule","skip":"#/components/schemas/rulesets_SkipRule","transform_response_html":"#/components/schemas/rulesets_TransformResponseHTMLRule"},"propertyName":"action"},"oneOf":[{"$ref":"#/components/schemas/rulesets_BlockRule"},{"$ref":"#/components/schemas/rulesets_ChallengeRule"},{"$ref":"#/components/schemas/rulesets_CompressResponseRule"},{"$ref":"#/components/schemas/rulesets_DDoSDynamicRule"},{"$ref":"#/components/schemas/rulesets_ExecuteRule"},{"$ref":"#/components/schemas/rulesets_ForceConnectionCloseRule"},{"$ref":"#/components/schemas/rulesets_JsChallengeRule"},{"$ref":"#/components/schemas/rulesets_LogRule"},{"$ref":"#/components/schemas/rulesets_LogCustomFieldRule"},{"$ref":"#/components/schemas/rulesets_ManagedChallengeRule"},{"$ref":"#/components/schemas/rulesets_RedirectRule"},{"$ref":"#/components/schemas/rulesets_RewriteRule"},{"$ref":"#/components/schemas/rulesets_RouteRule"},{"$ref":"#/components/schemas/rulesets_ScoreRule"},{"$ref":"#/components/schemas/rulesets_ServeErrorRule"},{"$ref":"#/components/schemas/rulesets_SetCacheControlRule"},{"$ref":"#/components/schemas/rulesets_SetCacheSettingsRule"},{"$ref":"#/components/schemas/rulesets_SetCacheTagsRule"},{"$ref":"#/components/schemas/rulesets_SetConfigRule"},{"$ref":"#/components/schemas/rulesets_SkipRule"},{"$ref":"#/components/schemas/rulesets_TransformResponseHTMLRule"}]},"rulesets_Errors":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_Message"},"title":"Errors","uniqueItems":true},"rulesets_Messages":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_Message"},"title":"Messages","uniqueItems":true},"rulesets_ResponseRule":{"allOf":[{"$ref":"#/components/schemas/rulesets_RequestRule"},{"required":["id","expression","action","ref","enabled"]}]},"rulesets_RewriteHeaderOperation":{"type":"string","title":"Operation"},"rulesets_RewriteHeaderValue":{"type":"string","minLength":1,"title":"Header Value"},"rulesets_RewriteHeaderExpression":{"type":"string","minLength":1,"title":"Header Expression"},"rulesets_RewriteHeaders":{"type":"object","additionalProperties":{"oneOf":[{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["add"]}]},"value":{"$ref":"#/components/schemas/rulesets_RewriteHeaderValue"}},"required":["operation","value"],"title":"Add Static Header","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_RewriteHeaderExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["add"]}]}},"required":["operation","expression"],"title":"Add Dynamic Header","type":"object"},{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["set"]}]},"value":{"$ref":"#/components/schemas/rulesets_RewriteHeaderValue"}},"required":["operation","value"],"title":"Set Static Header","type":"object"},{"properties":{"expression":{"$ref":"#/components/schemas/rulesets_RewriteHeaderExpression"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["set"]}]}},"required":["operation","expression"],"title":"Set Dynamic Header","type":"object"},{"properties":{"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_RewriteHeaderOperation"},{"enum":["remove"]}]}},"required":["operation"],"title":"Remove Header","type":"object"}]},"minProperties":1,"title":"Headers"},"rulesets_RewriteUri":{"allOf":[{"anyOf":[{"properties":{"path":{"$ref":"#/components/schemas/rulesets_RewriteUriPath"}},"required":["path"],"title":"URI Path"},{"properties":{"query":{"$ref":"#/components/schemas/rulesets_RewriteUriQuery"}},"required":["query"],"title":"URI Query"}]},{"properties":{"origin":{"type":"boolean","readOnly":true,"title":"Origin"}},"type":"object"}]},"rulesets_RewriteUriPath":{"type":"object","properties":{"expression":{"type":"string","minLength":1,"title":"Path Expression"},"value":{"type":"string","minLength":1,"title":"Path Value"}},"maxProperties":1,"minProperties":1,"title":"URI Path"},"rulesets_RewriteUriQuery":{"type":"object","properties":{"expression":{"type":"string","minLength":1,"title":"Query Expression"},"value":{"type":"string","title":"Query Value"}},"maxProperties":1,"minProperties":1,"title":"URI Query"},"rulesets_RouteHostHeader":{"type":"string","minLength":1,"title":"Host Header"},"rulesets_RouteOrigin":{"type":"object","properties":{"host":{"type":"string","minLength":1,"title":"Host"},"port":{"type":"integer","maximum":65535,"minimum":1,"title":"Port"}},"minProperties":1,"title":"Origin"},"rulesets_RouteSNI":{"type":"object","properties":{"value":{"type":"string","minLength":1,"title":"Value"}},"required":["value"],"title":"Server Name Indication"},"rulesets_RuleCategories":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_RuleCategory"},"minItems":1,"readOnly":true,"title":"Categories","uniqueItems":true},"rulesets_RuleExposedCredentialCheck":{"type":"object","properties":{"password_expression":{"type":"string","minLength":1,"title":"Password Expression"},"username_expression":{"type":"string","minLength":1,"title":"Username Expression"}},"required":["username_expression","password_expression"],"title":"Exposed Credential Check"},"rulesets_RuleLogging":{"type":"object","properties":{"enabled":{"type":"boolean","title":"Enabled"}},"required":["enabled"],"title":"Logging"},"rulesets_RuleRatelimit":{"type":"object","properties":{"characteristics":{"type":"array","items":{"minLength":1,"title":"Characteristic","type":"string"},"minItems":1,"title":"Characteristics","uniqueItems":true},"counting_expression":{"type":"string","minLength":1,"title":"Counting Expression"},"mitigation_timeout":{"type":"integer","title":"Mitigation Timeout"},"period":{"type":"integer","minimum":0,"title":"Period"},"requests_per_period":{"type":"integer","minimum":1,"title":"Requests per Period"},"requests_to_origin":{"type":"boolean","default":false,"title":"Requests to Origin"},"score_per_period":{"type":"integer","title":"Score per Period"},"score_response_header_name":{"type":"string","minLength":1,"title":"Score Response Header Name"}},"required":["characteristics","period"],"title":"Rate Limit"},"rulesets_ScoreIncrement":{"type":"integer","title":"Increment"},"rulesets_ServeErrorContentType":{"type":"string","enum":["application/json","text/html","text/plain","text/xml"],"title":"Content Type"},"rulesets_ServeErrorStatusCode":{"type":"integer","maximum":999,"minimum":400,"title":"Status Code"},"rulesets_ServeErrorContent":{"type":"string","minLength":1,"title":"Content"},"rulesets_ServeErrorAssetName":{"type":"string","minLength":1,"title":"Asset Name"},"rulesets_SetCacheControlCloudflareOnly":{"type":"boolean","default":false,"title":"Cloudflare Only"},"rulesets_SetCacheControlOperation":{"type":"string","enum":["set","remove"],"title":"Operation"},"rulesets_SetCacheControlDirective":{"oneOf":[{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["set"]}]}},"required":["operation"],"title":"Set Directive","type":"object"},{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["remove"]}]}},"required":["operation"],"title":"Remove Directive","type":"object"}],"title":"Cache Control Directive"},"rulesets_SetCacheControlDirectiveWithValue":{"oneOf":[{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["set"]}]},"value":{"type":"integer","minimum":0,"title":"Value"}},"required":["operation","value"],"title":"Set Directive","type":"object"},{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["remove"]}]}},"required":["operation"],"title":"Remove Directive","type":"object"}],"title":"Cache Control Directive With Duration Seconds Value"},"rulesets_SetCacheControlDirectiveWithQualifiers":{"oneOf":[{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["set"]}]},"qualifiers":{"type":"array","items":{"minLength":1,"title":"Qualifier","type":"string"},"title":"Qualifiers","uniqueItems":true}},"required":["operation"],"title":"Set Directive","type":"object"},{"properties":{"cloudflare_only":{"$ref":"#/components/schemas/rulesets_SetCacheControlCloudflareOnly"},"operation":{"allOf":[{"$ref":"#/components/schemas/rulesets_SetCacheControlOperation"},{"enum":["remove"]}]}},"required":["operation"],"title":"Remove Directive","type":"object"}],"title":"Cache Control Directive With Optional Qualifiers"},"rulesets_SetCacheSettingsCustomCacheKey":{"type":"object","properties":{"cookie":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyCookie"},"header":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyHeader"},"host":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyHost"},"query_string":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyQueryString"},"user":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKeyUser"}},"title":"Custom Cache Key"},"rulesets_SetCacheSettingsCustomCacheKeyCookie":{"type":"object","properties":{"check_presence":{"type":"array","items":{"minLength":1,"title":"Cookie Name","type":"string"},"minItems":1,"title":"Check Presence","uniqueItems":true},"include":{"type":"array","items":{"minLength":1,"title":"Cookie Name","type":"string"},"minItems":1,"title":"Include","uniqueItems":true}},"title":"Cookies"},"rulesets_SetCacheSettingsCustomCacheKeyHeader":{"type":"object","properties":{"check_presence":{"type":"array","items":{"minLength":1,"title":"Header","type":"string"},"minItems":1,"title":"Check Presence","uniqueItems":true},"contains":{"type":"object","additionalProperties":{"items":{"minLength":1,"title":"Header Value","type":"string"},"minItems":1,"title":"Header Values","type":"array","uniqueItems":true},"minProperties":1,"title":"Contains"},"exclude_origin":{"type":"boolean","title":"Exclude Origin"},"include":{"type":"array","items":{"minLength":1,"title":"Header","type":"string"},"minItems":1,"title":"Include","uniqueItems":true}},"title":"Headers"},"rulesets_SetCacheSettingsCustomCacheKeyHost":{"type":"object","properties":{"resolved":{"type":"boolean","title":"Use Resolved Host"}},"title":"Host"},"rulesets_SetCacheSettingsCustomCacheKeyQueryString":{"type":"object","properties":{"exclude":{"type":"object","maxProperties":1,"minProperties":1,"properties":{"all":{"type":"boolean","enum":[true],"title":"Exclude All"},"list":{"type":"array","items":{"minLength":1,"title":"Parameter Name","type":"string"},"minItems":1,"title":"Exclude List","uniqueItems":true}},"title":"Exclude"},"include":{"type":"object","maxProperties":1,"minProperties":1,"properties":{"all":{"type":"boolean","enum":[true],"title":"Include All"},"list":{"type":"array","items":{"minLength":1,"title":"Parameter Name","type":"string"},"minItems":1,"title":"Include List","uniqueItems":true}},"title":"Include"}},"maxProperties":1,"title":"Query String Parameters"},"rulesets_SetCacheSettingsCustomCacheKeyUser":{"type":"object","properties":{"device_type":{"type":"boolean","title":"Device Type"},"geo":{"type":"boolean","title":"Country"},"lang":{"type":"boolean","title":"Language"}},"title":"User"},"rulesets_SetCacheSettingsStatusCodeTTL":{"type":"array","items":{"maxProperties":2,"minProperties":2,"properties":{"status_code":{"type":"integer","maximum":999,"minimum":100,"title":"Status Code"},"status_code_range":{"type":"object","minProperties":1,"properties":{"from":{"type":"integer","maximum":999,"minimum":100,"title":"From"},"to":{"type":"integer","maximum":999,"minimum":100,"title":"To"}},"title":"Status Code Range"},"value":{"type":"integer","title":"TTL Value"}},"required":["value"],"type":"object"},"minItems":1,"title":"Status Code TTLs","uniqueItems":true},"rulesets_SetCacheSettingsAdditionalCacheablePorts":{"type":"array","items":{"maximum":65535,"minimum":1,"title":"Additional Cacheable Port","type":"integer"},"minItems":1,"title":"Additional Cacheable Ports (Enterprise-Only)","uniqueItems":true},"rulesets_SetCacheSettingsBrowserTTL":{"type":"object","properties":{"default":{"type":"integer","minimum":0,"title":"Default TTL"},"mode":{"type":"string","enum":["respect_origin","bypass_by_default","override_origin","bypass"],"title":"TTL Mode"}},"required":["mode"],"title":"Browser TTL"},"rulesets_SetCacheSettingsCache":{"type":"boolean","title":"Cache"},"rulesets_SetCacheSettingsCacheKey":{"type":"object","properties":{"cache_by_device_type":{"type":"boolean","title":"Cache by Device Type"},"cache_deception_armor":{"type":"boolean","title":"Cache Deception Armor"},"custom_key":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsCustomCacheKey"},"ignore_query_strings_order":{"type":"boolean","title":"Ignore Query Strings Order"}},"title":"Cache Key"},"rulesets_SetCacheSettingsCacheReserve":{"type":"object","properties":{"eligible":{"type":"boolean","title":"Eligible"},"minimum_file_size":{"type":"integer","minimum":0,"title":"Minimum File Size"}},"required":["eligible"],"title":"Cache Reserve"},"rulesets_SetCacheSettingsEdgeTTL":{"type":"object","properties":{"default":{"type":"integer","minimum":0,"title":"Default TTL"},"mode":{"type":"string","enum":["respect_origin","bypass_by_default","override_origin"],"title":"TTL Mode"},"status_code_ttl":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsStatusCodeTTL"}},"required":["mode"],"title":"Edge TTL"},"rulesets_SetCacheSettingsOriginCacheControl":{"type":"boolean","title":"Origin Cache Control (Enterprise-Only)"},"rulesets_SetCacheSettingsOriginErrorPagePassthru":{"type":"boolean","title":"Origin Error Page Passthrough"},"rulesets_SetCacheSettingsReadTimeout":{"type":"integer","maximum":6000,"minimum":100,"title":"Read Timeout (Enterprise-Only)"},"rulesets_SetCacheSettingsRespectStrongEtags":{"type":"boolean","title":"Respect Strong ETags"},"rulesets_SetCacheSettingsServeStale":{"type":"object","properties":{"disable_stale_while_updating":{"type":"boolean","title":"Disable Stale While Updating"}},"title":"Serve Stale"},"rulesets_SetCacheSettingsSharedDictionary":{"type":"object","properties":{"match_pattern":{"type":"string","maxLength":1024,"minLength":1,"title":"Match Pattern"}},"required":["match_pattern"],"title":"Shared Dictionary"},"rulesets_SetCacheSettingsStripETags":{"type":"boolean","title":"Strip ETags"},"rulesets_SetCacheSettingsStripLastModified":{"type":"boolean","title":"Strip Last-Modified"},"rulesets_SetCacheSettingsStripSetCookie":{"type":"boolean","title":"Strip Set-Cookie"},"rulesets_SetCacheSettingsVary":{"type":"object","properties":{"default":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsVaryDefault"},"headers":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/rulesets_SetCacheSettingsVaryHeader"},"maxProperties":50,"title":"Headers"}},"minProperties":1,"title":"Vary"},"rulesets_SetCacheSettingsVaryDefault":{"type":"object","properties":{"action":{"type":"string","enum":["bypass","passthrough","normalize"],"title":"Action"}},"required":["action"],"title":"Vary Default"},"rulesets_SetCacheSettingsVaryHeader":{"type":"object","properties":{"action":{"type":"string","enum":["bypass","passthrough","normalize"],"title":"Action"},"languages":{"type":"array","items":{"maxLength":64,"minLength":1,"pattern":"^[ -~]+$","title":"Language","type":"string"},"maxItems":20,"title":"Languages"},"media_types":{"type":"array","items":{"maxLength":255,"minLength":1,"pattern":"^[ -~]+$","title":"Media Type","type":"string"},"maxItems":10,"title":"Media Types"}},"required":["action"],"title":"Vary Header"},"rulesets_SetCacheTagsOperation":{"type":"string","enum":["add","remove","set"],"title":"Operation"},"rulesets_SetCacheTagsValues":{"type":"array","items":{"minLength":1,"title":"Cache Tag","type":"string"},"maxItems":100,"minItems":1,"title":"Values"},"rulesets_SetCacheTagsExpression":{"type":"string","minLength":1,"title":"Expression"},"rulesets_SetConfigAutominify":{"type":"object","properties":{"css":{"type":"boolean","default":false,"title":"CSS"},"html":{"type":"boolean","default":false,"title":"HTML"},"js":{"type":"boolean","default":false,"title":"JavaScript"}},"title":"Auto-Minify"},"rulesets_SkipPhase":{"type":"string","enum":["current"],"title":"Phase"},"rulesets_SkipPhases":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetPhase"},{}]},"minItems":1,"title":"Phases","uniqueItems":true},"rulesets_SkipProducts":{"type":"array","items":{"enum":["bic","hot","rateLimit","securityLevel","uaBlock","waf","zoneLockdown"],"title":"Product","type":"string"},"minItems":1,"title":"Products","uniqueItems":true},"rulesets_SkipRules":{"type":"object","additionalProperties":{"items":{"allOf":[{"$ref":"#/components/schemas/rulesets_RuleId"},{"title":"Rule"}]},"minItems":1,"title":"Rules","type":"array","uniqueItems":true},"minProperties":1,"title":"Rules"},"rulesets_SkipRuleset":{"type":"string","enum":["current"],"title":"Ruleset"},"rulesets_SkipRulesets":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetId"},{"title":"Ruleset"}]},"minItems":1,"title":"Rulesets","uniqueItems":true},"rum_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"rum_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"rum_auto_install":{"type":"boolean","x-auditable":true},"rum_host":{"type":"string","x-auditable":true},"rum_zone_tag":{"type":"string","x-auditable":true},"rum_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"rum_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/rum_messages"},"messages":{"$ref":"#/components/schemas/rum_messages"},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"rum_rule_identifier":{"type":"string","x-auditable":true},"rum_rule":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/rum_timestamp"},"host":{"type":"string","x-auditable":true},"id":{"$ref":"#/components/schemas/rum_rule_identifier"},"inclusive":{"type":"boolean","x-auditable":true},"is_paused":{"type":"boolean","x-auditable":true},"paths":{"type":"array","items":{"type":"string","x-auditable":true}},"priority":{"type":"number","x-auditable":true}}},"rum_rules":{"type":"array","items":{"$ref":"#/components/schemas/rum_rule"}},"rum_ruleset":{"type":"object","properties":{"enabled":{"type":"boolean"},"id":{"$ref":"#/components/schemas/rum_ruleset_identifier"},"zone_name":{"type":"string"},"zone_tag":{"$ref":"#/components/schemas/rum_zone_tag"}}},"rum_rum_site":{"type":"object","properties":{"editable":{"$ref":"#/components/schemas/rum_editable"},"id":{"$ref":"#/components/schemas/rum_id"},"value":{"$ref":"#/components/schemas/rum_value"}}},"rum_editable":{"type":"boolean"},"rum_id":{"type":"string","x-auditable":true},"rum_value":{"type":"string","x-auditable":true},"rum_site_tag":{"type":"string","x-auditable":true},"rum_site_token":{"type":"string","x-auditable":true},"rum_snippet":{"type":"string","x-auditable":true},"rum_site":{"type":"object","properties":{"auto_install":{"$ref":"#/components/schemas/rum_auto_install"},"created":{"$ref":"#/components/schemas/rum_timestamp"},"rules":{"$ref":"#/components/schemas/rum_rules"},"ruleset":{"$ref":"#/components/schemas/rum_ruleset"},"site_tag":{"$ref":"#/components/schemas/rum_site_tag"},"site_token":{"$ref":"#/components/schemas/rum_site_token"},"snippet":{"$ref":"#/components/schemas/rum_snippet"}}},"rum_result_info":{"type":"object","properties":{"count":{"type":"integer"},"page":{"type":"integer"},"per_page":{"type":"integer"},"total_count":{"type":"integer"},"total_pages":{"type":"integer","nullable":true}}},"rum_enabled":{"type":"boolean","x-auditable":true},"rum_lite":{"type":"boolean","x-auditable":true},"secondary-dns_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/secondary-dns_messages"},"messages":{"$ref":"#/components/schemas/secondary-dns_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"secondary-dns_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"secondary-dns_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-common"}]},"secondary-dns_disable_transfer_result":{"type":"string","x-auditable":true},"secondary-dns_auto_refresh_seconds":{"type":"number","default":86400,"minimum":300,"x-auditable":true},"secondary-dns_name":{"type":"string","x-auditable":true},"secondary-dns_peers":{"type":"array","items":{"$ref":"#/components/schemas/secondary-dns_identifier"},"x-stainless-collection-type":"set"},"secondary-dns_enable_transfer_result":{"type":"string","x-auditable":true},"secondary-dns_force_result":{"type":"string","x-auditable":true},"secondary-dns_force_result-2":{"type":"string","x-auditable":true},"secondary-dns_ip":{"type":"string","x-auditable":true},"secondary-dns_ixfr_enable":{"type":"boolean","x-auditable":true},"secondary-dns_port":{"type":"number","x-auditable":true},"secondary-dns_tsig_id":{"type":"string","x-auditable":true},"secondary-dns_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/secondary-dns_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"secondary-dns_time":{"type":"string","x-auditable":true},"secondary-dns_soa_serial":{"type":"number","x-auditable":true},"secondary-dns_algo":{"type":"string","x-auditable":true},"secondary-dns_name-2":{"type":"string","x-auditable":true},"secondary-dns_secret":{"type":"string","x-sensitive":true},"secrets-store_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/secrets-store_messages"},"messages":{"$ref":"#/components/schemas/secrets-store_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"secrets-store_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"secrets-store_comment":{"type":"string","x-auditable":true},"secrets-store_secret_name":{"type":"string"},"secrets-store_scopes":{"type":"array","items":{"enum":["workers","ai_gateway","dex","access","containers","websearch"],"type":"string"}},"secrets-store_value":{"type":"string","maxLength":65536,"writeOnly":true,"x-sensitive":true},"secrets-store_store_name":{"type":"string"},"secrets-store_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"secrets-store_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common"}]},"secrets-store_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/secrets-store_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"secrets-store_secretsUsageObject":{"properties":{"secrets":{"$ref":"#/components/schemas/secrets-store_usageQuotaObject"}},"required":["secrets"]},"secrets-store_created":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"secrets-store_modified":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"secrets-store_SecretStatus":{"type":"string","enum":["pending","active","deleted"],"x-auditable":true},"secrets-store_store_identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"secrets-store_secretObject":{"properties":{"comment":{"$ref":"#/components/schemas/secrets-store_comment"},"created":{"$ref":"#/components/schemas/secrets-store_created"},"id":{"$ref":"#/components/schemas/secrets-store_identifier"},"modified":{"$ref":"#/components/schemas/secrets-store_modified"},"name":{"$ref":"#/components/schemas/secrets-store_secret_name"},"scopes":{"$ref":"#/components/schemas/secrets-store_scopes"},"status":{"$ref":"#/components/schemas/secrets-store_SecretStatus"},"store_id":{"$ref":"#/components/schemas/secrets-store_store_identifier"}},"required":["id","name","store_id","created","modified","status"]},"secrets-store_usageQuotaObject":{"properties":{"quota":{"$ref":"#/components/schemas/secrets-store_quota"},"usage":{"$ref":"#/components/schemas/secrets-store_usage"}},"required":["usage","quota"]},"secrets-store_account_identifier":{"type":"string","maxLength":32,"readOnly":true},"secrets-store_storeObject":{"properties":{"account_id":{"$ref":"#/components/schemas/secrets-store_account_identifier"},"created":{"$ref":"#/components/schemas/secrets-store_created"},"id":{"$ref":"#/components/schemas/secrets-store_store_identifier"},"modified":{"$ref":"#/components/schemas/secrets-store_modified"},"name":{"$ref":"#/components/schemas/secrets-store_store_name"}},"required":["id","name","created","modified"]},"secrets-store_quota":{"type":"number","x-auditable":true},"secrets-store_usage":{"type":"number","x-auditable":true},"security-center_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"security-center_auditLog":{"type":"object","properties":{"changed_at":{"type":"string","format":"date-time","x-auditable":true},"changed_by":{"type":"string","x-auditable":true},"current_value":{"type":"string","nullable":true,"x-auditable":true},"field_changed":{"type":"string","enum":["status","user_classification"],"x-auditable":true},"id":{"type":"string","format":"uuid","x-auditable":true},"issue_id":{"type":"string","x-auditable":true},"previous_value":{"type":"string","nullable":true,"x-auditable":true},"rationale":{"type":"string","nullable":true,"x-auditable":true},"zone_id":{"type":"integer","format":"int64","x-auditable":true}}},"security-center_issueClass":{"type":"string","x-auditable":true},"security-center_issueType":{"type":"string","enum":["compliance_violation","email_security","exposed_infrastructure","insecure_configuration","weak_authentication","configuration_suggestion"],"x-auditable":true},"security-center_subject":{"type":"string","x-auditable":true},"security-center_userClassification":{"type":"string","enum":["false_positive","accept_risk","other",null],"nullable":true,"x-auditable":true},"security-center_scanQuota":{"type":"object","properties":{"available":{"type":"integer"},"used":{"type":"integer"}},"required":["used","available"]},"security-center_scanStatusResponse":{"type":"object","properties":{"scan_id":{"type":"string"},"started_at":{"type":"string","format":"date-time"},"status":{"type":"string","enum":["in_progress","completed"]}},"required":["scan_id","started_at","status"]},"smartshield_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"smartshield_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"smartshield_base":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id"]},"smartshield_cache_reserve_clear":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_base"},{"properties":{"id":{"type":"string","enum":["cache_reserve_clear"],"x-auditable":true}},"type":"object"}],"title":"Cache Reserve Clear"},"smartshield_cache_reserve_clear_end_ts":{"type":"string","format":"date-time","x-auditable":true},"smartshield_cache_reserve_clear_start_ts":{"type":"string","format":"date-time","x-auditable":true},"smartshield_cache_reserve_clear_state":{"type":"string","enum":["In-progress","Completed"],"x-auditable":true},"smartshield_address":{"type":"string","x-auditable":true},"smartshield_check_regions":{"type":"array","items":{"enum":["WNAM","ENAM","WEU","EEU","NSAM","SSAM","OC","ME","NAF","SAF","IN","SEAS","NEAS","ALL_REGIONS"],"type":"string"},"nullable":true,"x-auditable":true},"smartshield_consecutive_fails":{"type":"integer","default":1,"x-auditable":true},"smartshield_consecutive_successes":{"type":"integer","default":1,"x-auditable":true},"smartshield_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"smartshield_failure_reason":{"type":"string","readOnly":true,"x-auditable":true},"smartshield_http_config":{"type":"object","properties":{"allow_insecure":{"type":"boolean","default":false,"x-auditable":true},"expected_body":{"type":"string","x-auditable":true},"expected_codes":{"type":"array","items":{"type":"string"},"default":"200","nullable":true,"x-auditable":true},"follow_redirects":{"type":"boolean","default":false,"x-auditable":true},"header":{"type":"object","additionalProperties":{"items":{"type":"string","x-auditable":true},"type":"array"},"nullable":true},"method":{"type":"string","default":"GET","enum":["GET","HEAD"],"x-auditable":true},"path":{"type":"string","default":"/","x-auditable":true},"port":{"type":"integer","default":80,"x-auditable":true}},"nullable":true},"smartshield_interval":{"type":"integer","default":60,"x-auditable":true},"smartshield_name":{"type":"string","x-auditable":true},"smartshield_retries":{"type":"integer","default":2,"x-auditable":true},"smartshield_status":{"type":"string","enum":["unknown","healthy","unhealthy","suspended"],"readOnly":true,"x-auditable":true},"smartshield_suspended":{"type":"boolean","default":false,"x-auditable":true},"smartshield_tcp_config":{"type":"object","properties":{"method":{"type":"string","default":"connection_established","enum":["connection_established"],"x-auditable":true},"port":{"type":"integer","default":80,"x-auditable":true}},"nullable":true},"smartshield_timeout":{"type":"integer","default":5,"x-auditable":true},"smartshield_type":{"type":"string","default":"HTTP","x-auditable":true},"smartshield_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/smartshield_result_info"}}}]},"smartshield_healthchecks":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/smartshield_address"},"check_regions":{"$ref":"#/components/schemas/smartshield_check_regions"},"consecutive_fails":{"$ref":"#/components/schemas/smartshield_consecutive_fails"},"consecutive_successes":{"$ref":"#/components/schemas/smartshield_consecutive_successes"},"created_on":{"$ref":"#/components/schemas/smartshield_timestamp"},"failure_reason":{"$ref":"#/components/schemas/smartshield_failure_reason"},"http_config":{"$ref":"#/components/schemas/smartshield_http_config"},"id":{"$ref":"#/components/schemas/smartshield_identifier"},"interval":{"$ref":"#/components/schemas/smartshield_interval"},"modified_on":{"$ref":"#/components/schemas/smartshield_timestamp"},"name":{"$ref":"#/components/schemas/smartshield_name"},"retries":{"$ref":"#/components/schemas/smartshield_retries"},"status":{"$ref":"#/components/schemas/smartshield_status"},"suspended":{"$ref":"#/components/schemas/smartshield_suspended"},"tcp_config":{"$ref":"#/components/schemas/smartshield_tcp_config"},"timeout":{"$ref":"#/components/schemas/smartshield_timeout"},"type":{"$ref":"#/components/schemas/smartshield_type"}}},"smartshield_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_api-response-common"},{"properties":{"result":{"oneOf":[{"type":"object"},{"type":"string"}]}},"type":"object"}]},"smartshield_smart_shield_settings_get_response":{"type":"object","allOf":[{"$ref":"#/components/schemas/smartshield_smart_shield_settings"},{"properties":{"healthchecks_count":{"type":"integer"}},"type":"object"}],"required":["smart_tiered_cache","smart_routing","regional_tiered_cache","cache_reserve","healthchecks_count"]},"smartshield_smart_shield_settings_patch_response":{"type":"object","properties":{"smart_tiered_cache":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"modified_on":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}}},"required":["smart_tiered_cache","smart_routing","regional_tiered_cache","cache_reserve"]},"smartshield_smart_shield_settings":{"type":"object","properties":{"cache_reserve":{"properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}},"regional_tiered_cache":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}},"smart_routing":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}},"smart_tiered_cache":{"type":"object","properties":{"editable":{"type":"boolean"},"id":{"type":"string"},"modified_on":{"type":"string"},"value":{"type":"string","enum":["on","off"]}}}}},"snippets_Message":{"type":"object","properties":{"code":{"type":"integer","title":"Code","x-auditable":true},"message":{"type":"string","minLength":1,"title":"Description","x-auditable":true}},"required":["message"],"title":"Message"},"snippets_Errors":{"type":"array","items":{"$ref":"#/components/schemas/snippets_Message"},"title":"Errors"},"snippets_Messages":{"type":"array","items":{"$ref":"#/components/schemas/snippets_Message"},"title":"Messages"},"spectrum-analytics_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"spectrum-analytics_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/spectrum-analytics_messages"},"messages":{"$ref":"#/components/schemas/spectrum-analytics_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"spectrum-analytics_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/spectrum-analytics_api-response-common"}]},"spectrum-analytics_column":{"type":"object","properties":{"dimensions":{"type":"array","items":{"type":"string"}},"metrics":{"oneOf":[{"items":{"type":"number"},"type":"array"},{"items":{"items":{"type":"number"},"type":"array"},"type":"array"}]}}},"spectrum-analytics_stat":{"type":"object","additionalProperties":{"type":"number"}},"spectrum-analytics_query":{"type":"object","properties":{"dimensions":{"$ref":"#/components/schemas/spectrum-analytics_dimensions"},"filters":{"$ref":"#/components/schemas/spectrum-analytics_filters"},"limit":{"type":"number"},"metrics":{"$ref":"#/components/schemas/spectrum-analytics_metrics"},"since":{"$ref":"#/components/schemas/spectrum-analytics_since"},"sort":{"$ref":"#/components/schemas/spectrum-analytics_sort"},"until":{"$ref":"#/components/schemas/spectrum-analytics_until"}}},"spectrum-analytics_timestamp":{"type":"string","format":"date-time","x-auditable":true},"spectrum-config_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/spectrum-config_messages"},"messages":{"$ref":"#/components/schemas/spectrum-config_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"spectrum-config_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"spectrum-config_identifier":{"type":"string","maxLength":32,"x-auditable":true},"spectrum-config_base_app_config":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/spectrum-config_created"},"id":{"$ref":"#/components/schemas/spectrum-config_app_identifier"},"modified_on":{"$ref":"#/components/schemas/spectrum-config_modified"}},"required":["id","created_on","modified_on"]},"spectrum-config_argo_smart_routing":{"type":"boolean","default":false},"spectrum-config_dns":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/spectrum-config_dns_name"},"type":{"$ref":"#/components/schemas/spectrum-config_dns_type"}}},"spectrum-config_edge_ips":{"default":{"connectivity":"all","type":"dynamic"},"oneOf":[{"properties":{"connectivity":{"type":"string","enum":["all","ipv4","ipv6"]},"type":{"type":"string","enum":["dynamic"]}},"type":"object"},{"properties":{"ips":{"type":"array","items":{"type":"string"}},"type":{"type":"string","enum":["static"]}},"type":"object"}]},"spectrum-config_ip_firewall":{"type":"boolean","default":false},"spectrum-config_origin_direct":{"type":"array","items":{"format":"URI","type":"string"}},"spectrum-config_origin_dns":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/spectrum-config_origin_dns_name"},"ttl":{"$ref":"#/components/schemas/spectrum-config_dns_ttl"},"type":{"$ref":"#/components/schemas/spectrum-config_origin_dns_type"}}},"spectrum-config_origin_port":{"anyOf":[{"type":"integer"},{"type":"string"}],"maximum":65535,"minimum":1},"spectrum-config_protocol":{"type":"string"},"spectrum-config_proxy_protocol":{"type":"string","default":"off","enum":["off","v1","v2","simple"]},"spectrum-config_tls":{"type":"string","default":"off","enum":["off","flexible","full","strict"]},"spectrum-config_traffic_type":{"type":"string","default":"direct","enum":["direct","http","https"]},"spectrum-config_virtual_network_id":{"type":"string","format":"uuid"},"spectrum-config_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"spectrum-config_app_config":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_base_app_config"},{"properties":{"argo_smart_routing":{"$ref":"#/components/schemas/spectrum-config_argo_smart_routing"},"dns":{"$ref":"#/components/schemas/spectrum-config_dns"},"edge_ips":{"$ref":"#/components/schemas/spectrum-config_edge_ips"},"ip_firewall":{"$ref":"#/components/schemas/spectrum-config_ip_firewall"},"origin_direct":{"$ref":"#/components/schemas/spectrum-config_origin_direct"},"origin_dns":{"$ref":"#/components/schemas/spectrum-config_origin_dns"},"origin_port":{"$ref":"#/components/schemas/spectrum-config_origin_port"},"protocol":{"$ref":"#/components/schemas/spectrum-config_protocol"},"proxy_protocol":{"$ref":"#/components/schemas/spectrum-config_proxy_protocol"},"tls":{"$ref":"#/components/schemas/spectrum-config_tls"},"traffic_type":{"$ref":"#/components/schemas/spectrum-config_traffic_type"},"virtual_network_id":{"$ref":"#/components/schemas/spectrum-config_virtual_network_id"}},"required":["protocol","dns","traffic_type"],"type":"object"}]},"spectrum-config_paygo_app_config":{"allOf":[{"$ref":"#/components/schemas/spectrum-config_base_app_config"},{"properties":{"dns":{"$ref":"#/components/schemas/spectrum-config_dns"},"origin_direct":{"$ref":"#/components/schemas/spectrum-config_origin_direct"},"protocol":{"$ref":"#/components/schemas/spectrum-config_protocol"}},"required":["protocol","dns"],"type":"object"}]},"spectrum-config_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/spectrum-config_api-response-common"}]},"spectrum-config_created":{"allOf":[{},{"readOnly":true},{"$ref":"#/components/schemas/spectrum-config_timestamp"}]},"spectrum-config_modified":{"allOf":[{},{"readOnly":true},{"$ref":"#/components/schemas/spectrum-config_timestamp"}]},"spectrum-config_timestamp":{"type":"string","format":"date-time","x-auditable":true},"spectrum-config_dns_name":{"type":"string","format":"hostname"},"spectrum-config_dns_type":{"type":"string","enum":["CNAME","ADDRESS"]},"spectrum-config_origin_dns_name":{"type":"string","format":"hostname"},"spectrum-config_dns_ttl":{"type":"integer","minimum":600},"spectrum-config_origin_dns_type":{"type":"string","enum":["","A","AAAA","SRV"]},"speed_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000,"x-auditable":true},"message":{"type":"string","x-auditable":true}},"required":["code","message"],"type":"object","uniqueItems":true}},"speed_base":{"properties":{"editable":{"type":"boolean","default":true,"enum":[true,false],"readOnly":true,"x-auditable":true},"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}}},"stream_additionalAudio":{"type":"object","properties":{"default":{"$ref":"#/components/schemas/stream_audio_default"},"label":{"$ref":"#/components/schemas/stream_audio_label"},"status":{"$ref":"#/components/schemas/stream_audio_state"},"uid":{"$ref":"#/components/schemas/stream_identifier"}}},"stream_audio_default":{"type":"boolean","default":false,"x-auditable":true},"stream_audio_label":{"type":"string","x-auditable":true},"stream_audio_state":{"type":"string","enum":["queued","ready","error"],"x-auditable":true},"stream_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"stream_generated_caption":{"type":"boolean","x-auditable":true},"stream_label":{"type":"string","x-auditable":true},"stream_caption_status":{"type":"string","enum":["ready","inprogress","error"],"x-auditable":true},"stream_videos":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_allowedOrigins"},"clippedFrom":{"type":"string"},"created":{"$ref":"#/components/schemas/stream_created"},"creator":{"$ref":"#/components/schemas/stream_creator"},"duration":{"$ref":"#/components/schemas/stream_duration"},"input":{"$ref":"#/components/schemas/stream_input"},"liveInput":{"$ref":"#/components/schemas/stream_liveInput"},"maxDurationSeconds":{"$ref":"#/components/schemas/stream_maxDurationSeconds"},"maxSizeBytes":{"type":"integer","format":"int64"},"meta":{"$ref":"#/components/schemas/stream_media_metadata"},"modified":{"$ref":"#/components/schemas/stream_modified"},"playback":{"$ref":"#/components/schemas/stream_playback"},"preview":{"$ref":"#/components/schemas/stream_preview"},"publicDetails":{"type":"object","properties":{"channel_link":{"type":"string","nullable":true},"logo":{"type":"string","nullable":true},"media_id":{"type":"integer"},"share_link":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}}},"readyToStream":{"$ref":"#/components/schemas/stream_readyToStream"},"readyToStreamAt":{"$ref":"#/components/schemas/stream_readyToStreamAt"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_requireSignedURLs"},"scheduledDeletion":{"$ref":"#/components/schemas/stream_scheduledDeletion"},"size":{"$ref":"#/components/schemas/stream_size"},"status":{"$ref":"#/components/schemas/stream_media_status"},"thumbnail":{"$ref":"#/components/schemas/stream_thumbnail_url"},"thumbnailTimestampPct":{"$ref":"#/components/schemas/stream_thumbnailTimestampPct"},"uid":{"$ref":"#/components/schemas/stream_identifier"},"uploadExpiry":{"$ref":"#/components/schemas/stream_oneTimeUploadExpiry"},"uploaded":{"$ref":"#/components/schemas/stream_uploaded"},"watermark":{"$ref":"#/components/schemas/stream_watermarks"}}},"stream_allowedOrigins":{"type":"array","items":{"type":"string","x-auditable":true}},"stream_clipped_from_video_uid":{"type":"string","maxLength":32,"x-auditable":true},"stream_clipping_created":{"type":"string","format":"date-time"},"stream_end_time_seconds":{"type":"integer","x-auditable":true},"stream_maxDurationSeconds":{"type":"integer","maximum":36000,"minimum":1,"x-auditable":true},"stream_media_metadata":{"type":"object"},"stream_live_input_modified":{"type":"string","format":"date-time","x-auditable":true},"stream_playback":{"type":"object","properties":{"dash":{"type":"string","x-auditable":true},"hls":{"type":"string","x-auditable":true}}},"stream_preview":{"type":"string","format":"uri","x-auditable":true},"stream_requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"stream_start_time_seconds":{"type":"integer","x-auditable":true},"stream_thumbnailTimestampPct":{"type":"number","default":0,"maximum":1,"minimum":0,"x-auditable":true},"stream_watermarkAtUpload":{"type":"object","properties":{"uid":{"type":"string","maxLength":32,"x-auditable":true}}},"stream_live_input_default_creator":{"type":"string","x-auditable":true},"stream_live_input_recording_deletion":{"type":"number","minimum":30,"x-auditable":true},"stream_live_input_enabled":{"type":"boolean","default":true,"x-auditable":true},"stream_live_input_metadata":{"type":"object"},"stream_live_input_prefer_low_latency":{"type":"boolean","default":false,"x-auditable":true},"stream_live_input_recording_settings":{"type":"object","properties":{"allowedOrigins":{"$ref":"#/components/schemas/stream_live_input_recording_allowedOrigins"},"hideLiveViewerCount":{"$ref":"#/components/schemas/stream_live_input_recording_hideLiveViewerCount"},"mode":{"$ref":"#/components/schemas/stream_live_input_recording_mode"},"requireSignedURLs":{"$ref":"#/components/schemas/stream_live_input_recording_requireSignedURLs"},"timeoutSeconds":{"$ref":"#/components/schemas/stream_live_input_recording_timeoutSeconds"}}},"stream_output_enabled":{"type":"boolean","default":true,"x-auditable":true},"stream_output_streamKey":{"type":"string","x-sensitive":true},"stream_output_url":{"type":"string","x-sensitive":true},"stream_scheduledDeletion":{"type":"string","format":"date-time","x-auditable":true},"stream_watermark_at_upload":{"type":"object","properties":{"uid":{"type":"string","maxLength":32,"x-auditable":true}}},"stream_watermarks":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/stream_watermark_created"},"downloadedFrom":{"$ref":"#/components/schemas/stream_downloadedFrom"},"height":{"$ref":"#/components/schemas/stream_height"},"name":{"$ref":"#/components/schemas/stream_name"},"opacity":{"$ref":"#/components/schemas/stream_opacity"},"padding":{"$ref":"#/components/schemas/stream_padding"},"position":{"$ref":"#/components/schemas/stream_position"},"scale":{"$ref":"#/components/schemas/stream_scale"},"size":{"$ref":"#/components/schemas/stream_watermark_size"},"uid":{"$ref":"#/components/schemas/stream_watermark_identifier"},"width":{"$ref":"#/components/schemas/stream_width"}}},"stream_download_percent_complete":{"type":"number","maximum":100,"minimum":0,"x-auditable":true},"stream_download_status":{"type":"string","enum":["ready","inprogress","error"],"x-auditable":true},"stream_download_url":{"type":"string","format":"uri","x-auditable":true},"stream_downloads":{"type":"object","properties":{"percentComplete":{"$ref":"#/components/schemas/stream_download_percent_complete"},"status":{"$ref":"#/components/schemas/stream_download_status"},"url":{"$ref":"#/components/schemas/stream_download_url"}},"required":["status","percentComplete"]},"stream_input_rtmps_stream_key":{"type":"string","x-sensitive":true},"stream_input_rtmps_url":{"type":"string","x-sensitive":true},"stream_input_srt_stream_passphrase":{"type":"string","x-sensitive":true},"stream_input_srt_stream_id":{"type":"string","x-auditable":true},"stream_input_srt_url":{"type":"string","x-sensitive":true},"stream_input_webrtc_url":{"type":"string","x-sensitive":true},"stream_keys":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/stream_signing_key_created"},"id":{"$ref":"#/components/schemas/stream_identifier-2"},"jwk":{"$ref":"#/components/schemas/stream_jwk"},"pem":{"$ref":"#/components/schemas/stream_pem"}}},"stream_signing_key_created":{"type":"string","format":"date-time","x-auditable":true},"stream_jwk":{"type":"string","x-sensitive":true},"stream_pem":{"type":"string","x-sensitive":true},"stream_captions":{"type":"object","properties":{"generated":{"$ref":"#/components/schemas/stream_generated_caption"},"label":{"$ref":"#/components/schemas/stream_label"},"language":{"$ref":"#/components/schemas/stream_language"},"status":{"$ref":"#/components/schemas/stream_caption_status"}}},"stream_live_input_created":{"type":"string","format":"date-time","x-auditable":true},"stream_live_input_keys_rotated_at":{"type":"string","format":"date-time","nullable":true,"x-auditable":true},"stream_input_rtmps":{"type":"object","properties":{"streamKey":{"$ref":"#/components/schemas/stream_input_rtmps_stream_key"},"url":{"$ref":"#/components/schemas/stream_input_rtmps_url"}}},"stream_playback_rtmps":{"type":"object","properties":{"streamKey":{"$ref":"#/components/schemas/stream_playback_rtmps_stream_key"},"url":{"$ref":"#/components/schemas/stream_playback_rtmps_url"}}},"stream_input_srt":{"type":"object","properties":{"passphrase":{"$ref":"#/components/schemas/stream_input_srt_stream_passphrase"},"streamId":{"$ref":"#/components/schemas/stream_input_srt_stream_id"},"url":{"$ref":"#/components/schemas/stream_input_srt_url"}}},"stream_playback_srt":{"type":"object","properties":{"passphrase":{"$ref":"#/components/schemas/stream_playback_srt_stream_passphrase"},"streamId":{"$ref":"#/components/schemas/stream_playback_srt_stream_id"},"url":{"$ref":"#/components/schemas/stream_playback_srt_url"}}},"stream_live_input_status":{"type":"string","enum":[null,"connected","reconnected","reconnecting","client_disconnect","ttl_exceeded","failed_to_connect","failed_to_reconnect","new_configuration_accepted"],"nullable":true,"x-auditable":true},"stream_input_webrtc":{"type":"object","properties":{"url":{"$ref":"#/components/schemas/stream_input_webrtc_url"}}},"stream_playback_webrtc":{"type":"object","properties":{"url":{"$ref":"#/components/schemas/stream_playback_webrtc_url"}}},"stream_live_input_recording_allowedOrigins":{"type":"array","items":{"type":"string","x-auditable":true}},"stream_live_input_recording_hideLiveViewerCount":{"type":"boolean","default":false,"x-auditable":true},"stream_live_input_recording_mode":{"type":"string","default":"off","enum":["off","automatic"],"x-auditable":true},"stream_live_input_recording_requireSignedURLs":{"type":"boolean","default":false,"x-auditable":true},"stream_live_input_recording_timeoutSeconds":{"type":"integer","default":0,"x-auditable":true},"stream_live_input_object_without_url":{"properties":{"created":{"$ref":"#/components/schemas/stream_live_input_created"},"deleteRecordingAfterDays":{"$ref":"#/components/schemas/stream_live_input_recording_deletion"},"enabled":{"$ref":"#/components/schemas/stream_live_input_enabled"},"meta":{"$ref":"#/components/schemas/stream_live_input_metadata"},"modified":{"$ref":"#/components/schemas/stream_live_input_modified"},"uid":{"$ref":"#/components/schemas/stream_live_input_identifier"}}},"stream_live_input":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/stream_live_input_created"},"deleteRecordingAfterDays":{"$ref":"#/components/schemas/stream_live_input_recording_deletion"},"enabled":{"$ref":"#/components/schemas/stream_live_input_enabled"},"keysRotatedAt":{"$ref":"#/components/schemas/stream_live_input_keys_rotated_at"},"meta":{"$ref":"#/components/schemas/stream_live_input_metadata"},"modified":{"$ref":"#/components/schemas/stream_live_input_modified"},"preferLowLatency":{"$ref":"#/components/schemas/stream_live_input_prefer_low_latency"},"recording":{"$ref":"#/components/schemas/stream_live_input_recording_settings"},"rtmps":{"$ref":"#/components/schemas/stream_input_rtmps"},"rtmpsPlayback":{"$ref":"#/components/schemas/stream_playback_rtmps"},"srt":{"$ref":"#/components/schemas/stream_input_srt"},"srtPlayback":{"$ref":"#/components/schemas/stream_playback_srt"},"status":{"$ref":"#/components/schemas/stream_live_input_status"},"uid":{"$ref":"#/components/schemas/stream_live_input_identifier"},"webRTC":{"$ref":"#/components/schemas/stream_input_webrtc"},"webRTCPlayback":{"$ref":"#/components/schemas/stream_playback_webrtc"}}},"stream_errorReasonCode":{"type":"string","x-auditable":true},"stream_errorReasonText":{"type":"string","x-auditable":true},"stream_pctComplete":{"type":"string","x-auditable":true},"stream_output":{"properties":{"enabled":{"$ref":"#/components/schemas/stream_output_enabled"},"streamKey":{"$ref":"#/components/schemas/stream_output_streamKey"},"uid":{"$ref":"#/components/schemas/stream_output_identifier"},"url":{"$ref":"#/components/schemas/stream_output_url"}}},"stream_playback_rtmps_stream_key":{"type":"string","x-sensitive":true},"stream_playback_rtmps_url":{"type":"string","x-sensitive":true},"stream_playback_srt_stream_passphrase":{"type":"string","x-sensitive":true},"stream_playback_srt_stream_id":{"type":"string","x-auditable":true},"stream_playback_srt_url":{"type":"string","x-sensitive":true},"stream_playback_webrtc_url":{"type":"string","x-sensitive":true},"stream_accessRules":{"type":"object","properties":{"action":{"type":"string","enum":["allow","block"],"x-auditable":true},"country":{"type":"array","items":{"type":"string","x-auditable":true}},"ip":{"type":"array","items":{"type":"string","x-auditable":true}},"type":{"type":"string","enum":["any","ip.src","ip.geoip.country"],"x-auditable":true}}},"stream_oneTimeUploadExpiry":{"type":"string","format":"date-time","x-auditable":true},"stream_created":{"type":"string","format":"date-time","x-auditable":true},"stream_duration":{"type":"number","x-auditable":true},"stream_input":{"type":"object","properties":{"height":{"type":"integer","x-auditable":true},"width":{"type":"integer","x-auditable":true}}},"stream_liveInput":{"type":"string","maxLength":32,"x-auditable":true},"stream_modified":{"type":"string","format":"date-time","x-auditable":true},"stream_readyToStream":{"type":"boolean","x-auditable":true},"stream_readyToStreamAt":{"type":"string","format":"date-time","x-auditable":true},"stream_size":{"type":"number","x-auditable":true},"stream_media_status":{"properties":{"errorReasonCode":{"$ref":"#/components/schemas/stream_errorReasonCode"},"errorReasonText":{"$ref":"#/components/schemas/stream_errorReasonText"},"pctComplete":{"$ref":"#/components/schemas/stream_pctComplete"},"state":{"$ref":"#/components/schemas/stream_media_state"}}},"stream_thumbnail_url":{"type":"string","format":"uri","x-auditable":true},"stream_uploaded":{"type":"string","format":"date-time","x-auditable":true},"stream_watermark_created":{"type":"string","format":"date-time","x-auditable":true},"stream_downloadedFrom":{"type":"string","x-auditable":true},"stream_height":{"type":"integer","x-auditable":true},"stream_watermark_size":{"type":"number","x-auditable":true},"stream_width":{"type":"integer","x-auditable":true},"stream_notificationUrl":{"type":"string","format":"uri","x-auditable":true},"supplat-chronos_Slot":{"type":"object","properties":{"end_time":{"type":"string","format":"date-time","x-auditable":true},"slot_token":{"type":"string","x-auditable":true},"start_time":{"type":"string","format":"date-time","x-auditable":true}},"required":["slot_token","start_time","end_time"]},"supplat-chronos_BookingChannel":{"type":"string","enum":["voice_callback"],"x-auditable":true},"supplat-chronos_CustomerPhone":{"type":"object","properties":{"country_code":{"type":"string","pattern":"^[A-Z]{2}$","x-auditable":true},"phone_number":{"type":"string","minLength":1}},"required":["country_code","phone_number"]},"supplat-chronos_Booking":{"type":"object","properties":{"booking_id":{"type":"string","format":"uuid","x-auditable":true},"case_id":{"type":"string","x-auditable":true},"category":{"$ref":"#/components/schemas/supplat-chronos_BookingCategory"},"channel":{"$ref":"#/components/schemas/supplat-chronos_BookingChannel"},"created_at":{"type":"string","format":"date-time","x-auditable":true},"customer_phone":{"$ref":"#/components/schemas/supplat-chronos_CustomerPhone"},"customer_timezone":{"type":"string","pattern":"^[A-Za-z_+0-9-]+/[A-Za-z_+0-9-]+(?:/[A-Za-z_+0-9-]+)?$","x-auditable":true},"end_time":{"type":"string","format":"date-time","x-auditable":true},"start_time":{"type":"string","format":"date-time","x-auditable":true},"status":{"$ref":"#/components/schemas/supplat-chronos_BookingStatus"},"subject":{"type":"string"},"updated_at":{"type":"string","format":"date-time","x-auditable":true}},"required":["booking_id","status","channel","category","customer_phone","customer_timezone","start_time","end_time","created_at","updated_at"]},"teams-devices_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/teams-devices_messages"},"messages":{"$ref":"#/components/schemas/teams-devices_messages"},"result":{"anyOf":[{"type":"object"},{"items":{"type":"object"},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"teams-devices_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"teams-devices_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"teams-devices_extended_key_usage_enum":{"type":"string","enum":["clientAuth","emailProtection"],"x-auditable":true},"teams-devices_paths":{"type":"array","items":{"type":"string"}},"teams-devices_trust_stores":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_trust_stores_enum"}},"teams-devices_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_api-response-common"},{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true},"result_info":{"$ref":"#/components/schemas/teams-devices_result_info"}},"type":"object"}]},"teams-devices_device-managed-networks":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_schemas-config_response"},"name":{"$ref":"#/components/schemas/teams-devices_device-managed-networks_components-schemas-name"},"network_id":{"$ref":"#/components/schemas/teams-devices_uuid"},"type":{"$ref":"#/components/schemas/teams-devices_components-schemas-type"}}},"teams-devices_workspace_one_config_request":{"type":"object","properties":{"api_url":{"type":"string"},"auth_url":{"type":"string"},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true}},"required":["api_url","auth_url","client_id","client_secret"],"title":"Workspace One Config"},"teams-devices_crowdstrike_config_request":{"type":"object","properties":{"api_url":{"type":"string","x-auditable":true},"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"customer_id":{"type":"string","x-auditable":true}},"required":["api_url","customer_id","client_id","client_secret"],"title":"Crowdstrike Config"},"teams-devices_uptycs_config_request":{"type":"object","properties":{"api_url":{"type":"string","x-auditable":true},"client_key":{"type":"string","x-sensitive":true},"client_secret":{"type":"string","x-sensitive":true},"customer_id":{"type":"string"}},"required":["api_url","client_key","customer_id","client_secret"],"title":"Uptycs Config"},"teams-devices_intune_config_request":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true},"customer_id":{"type":"string"}},"required":["customer_id","client_id","client_secret"],"title":"Intune Config"},"teams-devices_kolide_config_request":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true}},"required":["client_id","client_secret"],"title":"Kolide Config"},"teams-devices_tanium_config_request":{"type":"object","properties":{"access_client_id":{"type":"string"},"access_client_secret":{"type":"string","x-sensitive":true},"api_url":{"type":"string","x-auditable":true},"client_secret":{"type":"string","x-sensitive":true}},"required":["api_url","client_secret"],"title":"Tanium Config"},"teams-devices_sentinelone_s2s_config_request":{"type":"object","properties":{"api_url":{"type":"string"},"client_secret":{"type":"string","x-sensitive":true}},"required":["api_url","client_secret"],"title":"SentinelOne S2S Config"},"teams-devices_custom_s2s_config_request":{"type":"object","properties":{"access_client_id":{"type":"string"},"access_client_secret":{"type":"string","x-sensitive":true},"api_url":{"type":"string","x-auditable":true}},"required":["api_url","access_client_id","access_client_secret"],"title":"Custom Device Posture Integration Config"},"teams-devices_workspace_one_config_response":{"type":"object","properties":{"api_url":{"type":"string"},"auth_url":{"type":"string"},"client_id":{"type":"string"}},"required":["api_url","auth_url","client_id"]},"teams-devices_exclude":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel"},"default":[{"address":"10.0.0.0/8"},{"address":"100.64.0.0/10"},{"address":"169.254.0.0/16"},{"address":"172.16.0.0/12"},{"address":"192.0.0.0/24"},{"address":"192.168.0.0/16"},{"address":"224.0.0.0/24"},{"address":"240.0.0.0/4"},{"address":"255.255.255.255/32"},{"address":"fe80::/10"},{"address":"fd00::/8"},{"address":"ff01::/16"},{"address":"ff02::/16"},{"address":"ff03::/16"},{"address":"ff04::/16"},{"address":"ff05::/16"}]},"teams-devices_fallback_domains":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_fallback_domain"},"default":[{"suffix":"intranet"},{"suffix":"internal"},{"suffix":"private"},{"suffix":"localdomain"},{"suffix":"domain"},{"suffix":"lan"},{"suffix":"home"},{"suffix":"host"},{"suffix":"corp"},{"suffix":"local"},{"suffix":"localhost"},{"suffix":"home.arpa"},{"suffix":"invalid"},{"suffix":"test"}]},"teams-devices_gateway_unique_id":{"type":"string"},"teams-devices_include":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_split_tunnel_include"}},"teams-devices_default_device_settings_policy":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"default":{"type":"boolean"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"enabled":{"type":"boolean","default":true},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"fallback_domains":{"$ref":"#/components/schemas/teams-devices_fallback_domains"},"gateway_unique_id":{"$ref":"#/components/schemas/teams-devices_gateway_unique_id"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include"},"policy_id":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}}},"teams-devices_deployment_group_created_at":{"type":"string"},"teams-devices_deployment_group_id":{"type":"string","x-auditable":true},"teams-devices_deployment_group_name":{"type":"string","maxLength":255,"minLength":1,"x-auditable":true},"teams-devices_deployment_group_policy_ids":{"type":"array","items":{"type":"string"},"nullable":true,"x-auditable":true},"teams-devices_deployment_group_updated_at":{"type":"string"},"teams-devices_version_config":{"type":"object","properties":{"target_environment":{"type":"string","nullable":true,"x-auditable":true},"version":{"type":"string","x-auditable":true}},"required":["version","target_environment"]},"teams-devices_account":{"type":"object","properties":{"account_type":{"type":"string","deprecated":true},"id":{"type":"string","deprecated":true},"name":{"type":"string","x-auditable":true}}},"teams-devices_created":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_deleted":{"type":"boolean"},"teams-devices_device_type":{"type":"string","x-auditable":true},"teams-devices_gateway_device_id":{"type":"string","deprecated":true},"teams-devices_ip":{"type":"string","x-auditable":true},"teams-devices_key":{"type":"string"},"teams-devices_key_type":{"type":"string","x-auditable":true},"teams-devices_last_seen":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_mac_address":{"type":"string","x-auditable":true},"teams-devices_model":{"type":"string"},"teams-devices_schemas-name":{"type":"string"},"teams-devices_os_version":{"type":"string"},"teams-devices_serial_number":{"type":"string"},"teams-devices_tunnel_type":{"type":"string","x-auditable":true},"teams-devices_updated":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_user":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/teams-devices_email"},"id":{"$ref":"#/components/schemas/teams-devices_components-schemas-uuid"},"name":{"type":"string"}}},"teams-devices_version":{"type":"string"},"teams-devices_dex_target_policy":{"type":"object","properties":{"default":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"}}},"teams-devices_schemas-config_response":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_tls_config_response"}]},"teams-devices_config_response":{"type":"object","oneOf":[{"$ref":"#/components/schemas/teams-devices_workspace_one_config_response"}]},"teams-devices_device":{"type":"object","properties":{"account":{"$ref":"#/components/schemas/teams-devices_account"},"created":{"$ref":"#/components/schemas/teams-devices_created"},"deleted":{"$ref":"#/components/schemas/teams-devices_deleted"},"device_type":{"$ref":"#/components/schemas/teams-devices_device_type"},"gateway_device_id":{"$ref":"#/components/schemas/teams-devices_gateway_device_id"},"id":{"$ref":"#/components/schemas/teams-devices_registration_id"},"ip":{"$ref":"#/components/schemas/teams-devices_ip"},"key":{"$ref":"#/components/schemas/teams-devices_key"},"key_type":{"$ref":"#/components/schemas/teams-devices_key_type"},"last_seen":{"$ref":"#/components/schemas/teams-devices_last_seen"},"mac_address":{"$ref":"#/components/schemas/teams-devices_mac_address"},"model":{"$ref":"#/components/schemas/teams-devices_model"},"name":{"$ref":"#/components/schemas/teams-devices_schemas-name"},"os_version":{"$ref":"#/components/schemas/teams-devices_os_version"},"serial_number":{"$ref":"#/components/schemas/teams-devices_serial_number"},"tunnel_type":{"$ref":"#/components/schemas/teams-devices_tunnel_type"},"updated":{"$ref":"#/components/schemas/teams-devices_updated"},"user":{"$ref":"#/components/schemas/teams-devices_user"},"version":{"$ref":"#/components/schemas/teams-devices_version"}}},"teams-devices_default":{"type":"boolean"},"teams-devices_target_dex_test":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"teams-devices_device_settings_policy":{"type":"object","properties":{"allow_mode_switch":{"$ref":"#/components/schemas/teams-devices_allow_mode_switch"},"allow_updates":{"$ref":"#/components/schemas/teams-devices_allow_updates"},"allowed_to_leave":{"$ref":"#/components/schemas/teams-devices_allowed_to_leave"},"auto_connect":{"$ref":"#/components/schemas/teams-devices_auto_connect"},"captive_portal":{"$ref":"#/components/schemas/teams-devices_captive_portal"},"default":{"$ref":"#/components/schemas/teams-devices_default"},"disable_auto_fallback":{"$ref":"#/components/schemas/teams-devices_disable_auto_fallback"},"dns_search_suffixes":{"$ref":"#/components/schemas/teams-devices_dns_search_suffixes"},"enabled":{"type":"boolean","default":true},"exclude":{"$ref":"#/components/schemas/teams-devices_exclude"},"exclude_office_ips":{"$ref":"#/components/schemas/teams-devices_exclude_office_ips"},"fallback_domains":{"$ref":"#/components/schemas/teams-devices_fallback_domains"},"gateway_unique_id":{"$ref":"#/components/schemas/teams-devices_gateway_unique_id"},"global_acceleration":{"$ref":"#/components/schemas/teams-devices_global_acceleration"},"include":{"$ref":"#/components/schemas/teams-devices_include"},"lan_allow_minutes":{"$ref":"#/components/schemas/teams-devices_lan_allow_minutes"},"lan_allow_subnet_size":{"$ref":"#/components/schemas/teams-devices_lan_allow_subnet_size"},"match":{"$ref":"#/components/schemas/teams-devices_schemas-match"},"name":{"type":"string","maxLength":100},"policy_id":{"$ref":"#/components/schemas/teams-devices_schemas-uuid"},"precedence":{"$ref":"#/components/schemas/teams-devices_precedence"},"register_interface_ip_with_dns":{"$ref":"#/components/schemas/teams-devices_register_interface_ip_with_dns"},"sccm_vpn_boundary_support":{"$ref":"#/components/schemas/teams-devices_sccm_vpn_boundary_support"},"service_mode_v2":{"$ref":"#/components/schemas/teams-devices_service_mode_v2"},"support_url":{"$ref":"#/components/schemas/teams-devices_support_url"},"switch_locked":{"$ref":"#/components/schemas/teams-devices_switch_locked"},"target_tests":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_target_dex_test"}},"tunnel_protocol":{"$ref":"#/components/schemas/teams-devices_tunnel_protocol"},"virtual_networks":{"$ref":"#/components/schemas/teams-devices_virtual_networks"}}},"teams-devices_platform":{"type":"string","enum":["windows","mac","linux","android","ios","chromeos"],"x-auditable":true},"teams-devices_manufacturer":{"type":"string"},"teams-devices_os_distro_name":{"type":"string","x-auditable":true},"teams-devices_os_distro_revision":{"type":"string","x-auditable":true},"teams-devices_os_version_extra":{"type":"string"},"teams-devices_revoked_at":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_devices":{"type":"object","properties":{"created":{"$ref":"#/components/schemas/teams-devices_created"},"deleted":{"$ref":"#/components/schemas/teams-devices_deleted"},"device_type":{"$ref":"#/components/schemas/teams-devices_platform"},"id":{"$ref":"#/components/schemas/teams-devices_registration_id"},"ip":{"$ref":"#/components/schemas/teams-devices_ip"},"key":{"$ref":"#/components/schemas/teams-devices_key"},"last_seen":{"$ref":"#/components/schemas/teams-devices_last_seen"},"mac_address":{"$ref":"#/components/schemas/teams-devices_mac_address"},"manufacturer":{"$ref":"#/components/schemas/teams-devices_manufacturer"},"model":{"$ref":"#/components/schemas/teams-devices_model"},"name":{"$ref":"#/components/schemas/teams-devices_schemas-name"},"os_distro_name":{"$ref":"#/components/schemas/teams-devices_os_distro_name"},"os_distro_revision":{"$ref":"#/components/schemas/teams-devices_os_distro_revision"},"os_version":{"$ref":"#/components/schemas/teams-devices_os_version"},"os_version_extra":{"$ref":"#/components/schemas/teams-devices_os_version_extra"},"revoked_at":{"$ref":"#/components/schemas/teams-devices_revoked_at"},"serial_number":{"$ref":"#/components/schemas/teams-devices_serial_number"},"updated":{"$ref":"#/components/schemas/teams-devices_updated"},"user":{"$ref":"#/components/schemas/teams-devices_user"},"version":{"$ref":"#/components/schemas/teams-devices_version"}}},"teams-devices_checkDisks":{"type":"array","items":{"type":"string"}},"teams-devices_requireAll":{"type":"boolean","x-auditable":true},"teams-devices_dns_search_suffix":{"type":"object","properties":{"suffix":{"type":"string","x-auditable":true}},"required":["suffix"]},"teams-devices_split_tunnel_address":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"teams-devices_split_tunnel_host":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"teams-devices_disconnect":{"type":"boolean","x-auditable":true},"teams-devices_timestamp":{"type":"string","format":"date-time","x-auditable":true},"teams-devices_justification":{"type":"string","x-auditable":true},"teams-devices_global_warp_override":{"type":"object","properties":{"disconnect":{"$ref":"#/components/schemas/teams-devices_disconnect"},"timestamp":{"$ref":"#/components/schemas/teams-devices_timestamp"}}},"teams-devices_include_split_tunnel_address":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"teams-devices_include_split_tunnel_host":{"type":"string","x-stainless-terraform-configurability":"computed_optional"},"teams-devices_file_input_request":{"type":"object","properties":{"exists":{"type":"boolean","x-auditable":true},"operating_system":{"type":"string","enum":["windows","linux","mac"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"sha256":{"type":"string"},"thumbprint":{"type":"string"}},"required":["path","operating_system"],"title":"File Check"},"teams-devices_unique_client_id_input_request":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"operating_system":{"type":"string","enum":["android","ios","chromeos"],"x-auditable":true}},"required":["operating_system","id"],"title":"Unique Client ID"},"teams-devices_domain_joined_input_request":{"type":"object","properties":{"domain":{"type":"string","x-auditable":true},"operating_system":{"type":"string","enum":["windows"],"x-auditable":true}},"required":["operating_system"],"title":"Domain Joined"},"teams-devices_os_version_input_request":{"type":"object","properties":{"operating_system":{"type":"string","enum":["windows"],"x-auditable":true},"operator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"os_distro_name":{"type":"string","x-auditable":true},"os_distro_revision":{"type":"string","x-auditable":true},"os_version_extra":{"type":"string","x-auditable":true},"version":{"type":"string","x-auditable":true}},"required":["operating_system","version","operator"],"title":"OS Version"},"teams-devices_firewall_input_request":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"operating_system":{"type":"string","enum":["windows","mac"],"x-auditable":true}},"required":["operating_system","enabled"],"title":"Firewall"},"teams-devices_sentinelone_input_request":{"type":"object","properties":{"operating_system":{"type":"string","enum":["windows","linux","mac"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"sha256":{"type":"string","x-auditable":true},"thumbprint":{"type":"string","x-auditable":true}},"required":["path","operating_system"],"title":"Sentinelone"},"teams-devices_carbonblack_input_request":{"type":"object","properties":{"operating_system":{"type":"string","enum":["windows","linux","mac"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"sha256":{"type":"string","x-auditable":true},"thumbprint":{"type":"string","x-auditable":true}},"required":["path","operating_system"],"title":"Carbonblack"},"teams-devices_access_serial_number_list_input_request":{"type":"object","properties":{"id":{"type":"string","maxLength":36,"x-auditable":true}},"required":["id"],"title":"Serial Number"},"teams-devices_disk_encryption_input_request":{"type":"object","properties":{"checkDisks":{"$ref":"#/components/schemas/teams-devices_checkDisks"},"requireAll":{"$ref":"#/components/schemas/teams-devices_requireAll"}},"title":"Disk Encryption"},"teams-devices_application_input_request":{"type":"object","properties":{"operating_system":{"type":"string","enum":["windows","linux","mac"],"x-auditable":true},"path":{"type":"string","x-auditable":true},"sha256":{"type":"string","x-auditable":true},"thumbprint":{"type":"string","x-auditable":true}},"required":["path","operating_system"],"title":"Application"},"teams-devices_client_certificate_input_request":{"type":"object","properties":{"certificate_id":{"type":"string","maxLength":36},"cn":{"type":"string"}},"required":["certificate_id","cn"],"title":"Client Certificate"},"teams-devices_client_certificate_v2_input_request":{"type":"object","properties":{"certificate_id":{"type":"string","maxLength":36},"check_private_key":{"type":"boolean"},"cn":{"type":"string"},"extended_key_usage":{"type":"array","items":{"$ref":"#/components/schemas/teams-devices_extended_key_usage_enum"}},"locations":{"type":"object","properties":{"paths":{"$ref":"#/components/schemas/teams-devices_paths"},"trust_stores":{"$ref":"#/components/schemas/teams-devices_trust_stores"}}},"operating_system":{"type":"string","enum":["windows","mac","linux"]},"subject_alternative_names":{"type":"array","items":{"type":"string"}}},"required":["certificate_id","check_private_key","operating_system"],"title":"Client Certificate V2"},"teams-devices_antivirus_input_request":{"type":"object","properties":{"update_window_days":{"type":"number"}},"title":"Antivirus"},"teams-devices_workspace_one_input_request":{"type":"object","properties":{"compliance_status":{"type":"string","enum":["compliant","noncompliant","unknown"],"x-auditable":true},"connection_id":{"type":"string","x-auditable":true}},"required":["connection_id","compliance_status"],"title":"Workspace One S2S Input"},"teams-devices_crowdstrike_input_request":{"type":"object","properties":{"connection_id":{"type":"string","x-auditable":true},"last_seen":{"type":"string","x-auditable":true},"operator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"os":{"type":"string","x-auditable":true},"overall":{"type":"string","x-auditable":true},"sensor_config":{"type":"string","x-auditable":true},"state":{"type":"string","enum":["online","offline","unknown"],"x-auditable":true},"version":{"type":"string","x-auditable":true},"versionOperator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true}},"required":["connection_id"],"title":"Crowdstrike S2S Input"},"teams-devices_intune_input_request":{"type":"object","properties":{"compliance_status":{"type":"string","enum":["compliant","noncompliant","unknown","notapplicable","ingraceperiod","error"],"x-auditable":true},"connection_id":{"type":"string","x-auditable":true}},"required":["connection_id","compliance_status"],"title":"Intune S2S Input"},"teams-devices_kolide_input_request":{"type":"object","properties":{"auth_state":{"type":"array","items":{"enum":["Good","Notified","Will Block","Blocked"],"type":"string"},"minItems":1,"uniqueItems":true,"x-auditable":true},"connection_id":{"type":"string","x-auditable":true},"countOperator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"issue_count":{"type":"string","x-auditable":true}},"required":["connection_id"],"title":"Kolide S2S Input"},"teams-devices_tanium_input_request":{"type":"object","properties":{"connection_id":{"type":"string","x-auditable":true},"eid_last_seen":{"type":"string","x-auditable":true},"operator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"risk_level":{"type":"string","enum":["low","medium","high","critical"],"x-auditable":true},"scoreOperator":{"type":"string","enum":["<","<=",">",">=","=="],"x-auditable":true},"total_score":{"type":"number","x-auditable":true}},"required":["connection_id"],"title":"Tanium S2S Input"},"teams-devices_sentinelone_s2s_input_request":{"type":"object","properties":{"active_threats":{"type":"number"},"connection_id":{"type":"string"},"infected":{"type":"boolean"},"is_active":{"type":"boolean"},"network_status":{"type":"string","enum":["connected","disconnected","disconnecting","connecting"]},"operational_state":{"type":"string","enum":["na","partially_disabled","auto_fully_disabled","fully_disabled","auto_partially_disabled","disabled_error","db_corruption"]},"operator":{"type":"string","enum":["<","<=",">",">=","=="]}},"required":["connection_id"],"title":"SentinelOne S2S Input"},"teams-devices_custom_s2s_input_request":{"type":"object","properties":{"connection_id":{"type":"string"},"operator":{"type":"string","enum":["<","<=",">",">=","=="]},"score":{"type":"number"}},"required":["connection_id","score","operator"],"title":"Custom Device Posture Integration Input"},"teams-devices_ip_profile_created_at":{"type":"string"},"teams-devices_ip_profile_enabled":{"type":"boolean","x-auditable":true},"teams-devices_ip_profile_id":{"type":"string","x-auditable":true},"teams-devices_ip_profile_match":{"type":"string","maxLength":10000,"x-auditable":true},"teams-devices_ip_profile_name":{"type":"string","x-auditable":true},"teams-devices_ip_profile_precedence":{"type":"integer","x-auditable":true},"teams-devices_ip_profile_subnet_id":{"type":"string","x-auditable":true},"teams-devices_ip_profile_updated_at":{"type":"string"},"teams-devices_match_item":{"type":"object","properties":{"platform":{"$ref":"#/components/schemas/teams-devices_platform"}}},"teams-devices_disable_for_time":{"type":"object","properties":{"1":{"type":"string"},"3":{"type":"string"},"6":{"type":"string"},"12":{"type":"string"},"24":{"type":"string"}}},"teams-devices_registration_details":{"type":"object","properties":{"policy":{"type":"object","allOf":[{"$ref":"#/components/schemas/teams-devices_policy_summary"}],"nullable":true}}},"teams-devices_registration_device_details":{"type":"object","properties":{"client_version":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true}},"required":["id","name"]},"teams-devices_policy_summary":{"type":"object","properties":{"default":{"type":"boolean"},"deleted":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","name","updated_at","default","deleted"]},"teams-devices_device-posture-rules":{"type":"object","properties":{"enabled":{"type":"boolean","readOnly":true},"expiration":{"$ref":"#/components/schemas/teams-devices_expiration"},"id":{"$ref":"#/components/schemas/teams-devices_uuid"},"input":{"$ref":"#/components/schemas/teams-devices_input"},"match":{"$ref":"#/components/schemas/teams-devices_match"},"name":{"$ref":"#/components/schemas/teams-devices_name"},"schedule":{"$ref":"#/components/schemas/teams-devices_schedule"},"type":{"$ref":"#/components/schemas/teams-devices_type"}}},"teams-devices_tls_config_request":{"type":"object","properties":{"sha256":{"type":"string"},"tls_sockaddr":{"type":"string"}},"required":["tls_sockaddr"]},"teams-devices_tls_config_response":{"type":"object","properties":{"sha256":{"type":"string"},"tls_sockaddr":{"type":"string","x-auditable":true}},"required":["tls_sockaddr"]},"teams-devices_device-posture-integrations":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/teams-devices_config_response"},"id":{"$ref":"#/components/schemas/teams-devices_uuid"},"interval":{"$ref":"#/components/schemas/teams-devices_interval"},"name":{"$ref":"#/components/schemas/teams-devices_components-schemas-name"},"type":{"$ref":"#/components/schemas/teams-devices_schemas-type"}}},"teams-devices_exclude_split_tunnel_with_address":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/teams-devices_split_tunnel_address"}},"required":["address"]},"teams-devices_exclude_split_tunnel_with_host":{"type":"object","properties":{"host":{"$ref":"#/components/schemas/teams-devices_split_tunnel_host"}},"required":["host"]},"teams-devices_include_split_tunnel_with_address":{"type":"object","properties":{"address":{"$ref":"#/components/schemas/teams-devices_include_split_tunnel_address"}},"required":["address"]},"teams-devices_include_split_tunnel_with_host":{"type":"object","properties":{"host":{"$ref":"#/components/schemas/teams-devices_include_split_tunnel_host"}},"required":["host"]},"teams-devices_trust_stores_enum":{"type":"string","enum":["system","user"],"x-auditable":true},"teams-devices_email":{"type":"string","maxLength":90,"x-auditable":true},"teams-devices_components-schemas-uuid":{"type":"string","maxLength":36,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common"}]},"tls-certificates-and-hostnames_certificate_pack":{"type":"object","properties":{"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-2"},"certificates":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_pack_certificate"}},"cloudflare_branding":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cloudflare_branding"},"dcv_delegation_records":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_record"},"readOnly":true},"hosts":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hosts-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"primary_certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_primary"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-5"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_type-2"},"validation_errors":{"type":"array","items":{"properties":{"message":{"type":"string","x-auditable":true}},"type":"object"}},"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method"},"validation_records":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_record"}},"validity_days":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_days"}},"required":["id","type","hosts","certificates","status"]},"tls-certificates-and-hostnames_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"},"messages":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"tls-certificates-and-hostnames_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"tls-certificates-and-hostnames_service":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_status-10":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_api-response-common"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"tls-certificates-and-hostnames_associationObject":{"type":"object","properties":{"service":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_service"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-10"}}},"tls-certificates-and-hostnames_enabled":{"type":"boolean","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_identifier-2":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_name":{"type":"string","maxLength":180,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_status-2":{"type":"string","enum":["active","deleted"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_expires_on-4":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_issuer":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_signature":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_status-8":{"type":"string","enum":["initializing","pending_deployment","pending_deletion","active","deleted","deployment_timed_out","deletion_timed_out"],"x-auditable":true},"tls-certificates-and-hostnames_uploaded_on-2":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_expires_on-5":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_serial_number":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_status-9":{"type":"string","enum":["initializing","pending_deployment","pending_deletion","active","deleted","deployment_timed_out","deletion_timed_out"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_uploaded_on-3":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_expires_on-2":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_issuer-2":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_serial_number-2":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_type-3":{"type":"string","enum":["custom","gateway_managed","access_managed"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_uploaded_on-4":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_updated_at-4":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_certificate_pack_certificate":{"type":"object","properties":{"bundle_method":{"type":"string","x-auditable":true},"expires_on":{"type":"string","format":"date-time","x-auditable":true},"geo_restrictions":{"type":"object","properties":{"label":{"type":"string","enum":["us","eu","highest_security"],"x-auditable":true}}},"hosts":{"type":"array","items":{"type":"string"},"x-auditable":true},"id":{"type":"string","x-auditable":true},"issuer":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","x-auditable":true},"priority":{"type":"number","x-auditable":true},"signature":{"type":"string","x-auditable":true},"status":{"type":"string","x-auditable":true},"uploaded_on":{"type":"string","format":"date-time","x-auditable":true},"zone_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},"required":["id","hosts","status"]},"tls-certificates-and-hostnames_validation_record":{"type":"object","properties":{"cname":{"type":"string","readOnly":true,"x-auditable":true},"cname_target":{"type":"string","readOnly":true,"x-auditable":true},"emails":{"type":"array","items":{"type":"string","x-auditable":true}},"http_body":{"type":"string"},"http_url":{"type":"string"},"status":{"type":"string","readOnly":true},"txt_name":{"type":"string","x-auditable":true},"txt_value":{"type":"string"}}},"tls-certificates-and-hostnames_primary":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_status-5":{"type":"string","enum":["initializing","pending_validation","deleted","pending_issuance","pending_deployment","pending_deletion","pending_expiration","expired","active","initializing_timed_out","validation_timed_out","issuance_timed_out","deployment_timed_out","deletion_timed_out","pending_cleanup","staging_deployment","staging_active","deactivating","inactive","backup_issued","holding_deployment"],"x-auditable":true},"tls-certificates-and-hostnames_type-2":{"type":"string","enum":["mh_custom","managed_hostname","sni_custom","universal","advanced","total_tls","keyless","legacy_custom"],"x-auditable":true},"tls-certificates-and-hostnames_quota":{"type":"object","properties":{"allocated":{"type":"integer","x-auditable":true},"used":{"type":"integer","x-auditable":true}}},"tls-certificates-and-hostnames_custom-certificate":{"type":"object","properties":{"bundle_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_bundle_method"},"custom_csr_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_id"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on"},"geo_restrictions":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_geo_restrictions"},"hosts":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hosts"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"keyless_server":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless-certificate"},"modified_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_modified_on"},"policy_restrictions":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_policy_restrictions"},"priority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_priority"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on"},"zone_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"}},"required":["id","zone_id"]},"tls-certificates-and-hostnames_certificates":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-4"},"csr":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_csr"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-3"},"hostnames":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostnames"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"request_type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_request_type"},"requested_validity":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_requested_validity"}},"required":["hostnames","csr","requested_validity","request_type"]},"tls-certificates-and-hostnames_zone-authenticated-origin-pull":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-5"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-4"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-2"}},"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificateObject"}]},"tls-certificates-and-hostnames_certificateObject-2":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-6"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-5"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-9"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-3"}}},"tls-certificates-and-hostnames_certificateObject-3":{"type":"object","properties":{"ca":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ca"},"certificates":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificates-2"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer-2"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name-2"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number-2"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_type-3"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-4"}}},"tls-certificates-and-hostnames_certificateObjectPost":{"type":"object","properties":{"ca":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ca"},"certificates":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificates-2"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer-2"},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name-2"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number-2"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_type-3"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-4"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-4"}}},"tls-certificates-and-hostnames_revoked_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_certificate-4":{"type":"string","readOnly":true},"tls-certificates-and-hostnames_csr":{"type":"string"},"tls-certificates-and-hostnames_expires_on-3":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_hostnames":{"type":"array","items":{"minLength":1,"type":"string","x-auditable":true},"maxItems":100,"minItems":1},"tls-certificates-and-hostnames_request_type":{"type":"string","enum":["origin-rsa","origin-ecc","keyless-certificate"],"x-auditable":true},"tls-certificates-and-hostnames_requested_validity":{"type":"number","default":5475,"enum":[7,30,90,365,730,1095,5475],"x-auditable":true},"tls-certificates-and-hostnames_certificate-7":{"type":"string","readOnly":true},"tls-certificates-and-hostnames_certificate_authority-4":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true}}},"tls-certificates-and-hostnames_common_name":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_country":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_expired_on":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_fingerprint_sha256":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_issued_on":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_location":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_organization":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_organizational_unit":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_serial_number-3":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_signature-3":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_ski":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_state":{"type":"string","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_status-11":{"type":"string","enum":["active","pending_reactivation","pending_revocation","revoked"],"x-auditable":true},"tls-certificates-and-hostnames_client_certificate":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-7"},"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority-4"},"common_name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_common_name"},"country":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_country"},"csr":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_csr-2"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expired_on"},"fingerprint_sha256":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_fingerprint_sha256"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issued_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issued_on"},"location":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_location"},"organization":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_organization"},"organizational_unit":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_organizational_unit"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number-3"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature-3"},"ski":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ski"},"state":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_state"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-11"},"validity_days":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validity_days-2"}}},"tls-certificates-and-hostnames_hostname_certid_input":{"type":"object","properties":{"cert_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cert_id"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-5"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"}}},"tls-certificates-and-hostnames_ct_alerting_emails":{"type":"array","items":{"format":"email","type":"string"},"maxItems":10},"tls-certificates-and-hostnames_ct_alerting_enabled":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_ct_alerting_subscription":{"type":"object","properties":{"emails":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_emails"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ct_alerting_enabled"}},"required":["enabled"]},"tls-certificates-and-hostnames_expires_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_hosts":{"type":"array","items":{"maxLength":253,"readOnly":true,"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_keyless-certificate":{"type":"object","allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_base"}]},"tls-certificates-and-hostnames_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_policy_restrictions":{"type":"string","readOnly":true},"tls-certificates-and-hostnames_status":{"type":"string","enum":["active","expired","deleted","pending","initializing"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_uploaded_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_hostname":{"type":"string","maxLength":255,"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_ssl":{"type":"object","oneOf":[{"properties":{"bundle_method":{"type":"string","default":"ubiquitous","enum":["ubiquitous","optimal","force"],"x-auditable":true},"certificate_authority":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_authority"},"custom_certificate":{"type":"string"},"custom_csr_id":{"type":"string","x-auditable":true},"custom_key":{"type":"string","x-sensitive":true},"dcv_delegation_records":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_record"},"readOnly":true},"expires_on":{"type":"string","format":"date-time","x-auditable":true},"hosts":{"type":"array","items":{"type":"string","x-auditable":true}},"id":{"type":"string","maxLength":36,"minLength":36,"x-auditable":true},"issuer":{"type":"string","x-auditable":true},"method":{"type":"string","enum":["http","txt","email"],"readOnly":true,"x-auditable":true},"serial_number":{"type":"string","x-auditable":true},"settings":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_sslsettings"},"signature":{"type":"string","x-auditable":true},"status":{"type":"string","enum":["initializing","pending_validation","deleted","pending_issuance","pending_deployment","pending_deletion","pending_expiration","expired","active","initializing_timed_out","validation_timed_out","issuance_timed_out","deployment_timed_out","deletion_timed_out","pending_cleanup","staging_deployment","staging_active","deactivating","inactive","backup_issued","holding_deployment"],"readOnly":true,"x-auditable":true},"type":{"type":"string","enum":["dv"],"x-auditable":true},"uploaded_on":{"type":"string","format":"date-time","x-auditable":true},"validation_errors":{"type":"array","items":{"properties":{"message":{"type":"string","x-auditable":true}},"type":"object"}},"validation_records":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_record"}},"wildcard":{"type":"boolean","x-auditable":true}},"type":"object"}]},"tls-certificates-and-hostnames_customhostname":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at"},"custom_metadata":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_metadata"},"custom_origin_server":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_server"},"custom_origin_sni":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_origin_sni"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"ownership_verification":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ownership_verification"},"ownership_verification_http":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ownership_verification_http"},"ssl":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-3"},"verification_errors":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification_errors"}}},"tls-certificates-and-hostnames_status-7":{"type":"string","enum":["initializing","pending_deployment","active","pending_deletion","deleted","expired"],"readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_updated_at-2":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_custom_csr":{"type":"object","properties":{"common_name":{"type":"string","maxLength":64,"x-auditable":true},"country":{"type":"string","x-auditable":true},"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"csr":{"type":"string","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"},"key_type":{"type":"string","enum":["rsa2048","p256v1"],"x-auditable":true},"locality":{"type":"string","x-auditable":true},"organization":{"type":"string","x-auditable":true},"organizational_unit":{"type":"string","x-auditable":true},"sans":{"type":"array","items":{"type":"string"},"x-auditable":true},"state":{"type":"string","x-auditable":true}},"required":["id","key_type","created_at"]},"tls-certificates-and-hostnames_custom_csr-2":{"type":"object","properties":{"account_tag":{"type":"string","readOnly":true,"x-auditable":true},"common_name":{"type":"string","maxLength":64,"x-auditable":true},"country":{"type":"string","x-auditable":true},"created_at":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"csr":{"type":"string","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_csr_identifier"},"key_type":{"type":"string","enum":["rsa2048","p256v1"],"x-auditable":true},"locality":{"type":"string","x-auditable":true},"name":{"type":"string","x-auditable":true},"organization":{"type":"string","x-auditable":true},"organizational_unit":{"type":"string","x-auditable":true},"sans":{"type":"array","items":{"type":"string"},"x-auditable":true},"state":{"type":"string","x-auditable":true}},"required":["id","key_type","created_at"]},"tls-certificates-and-hostnames_custom_hostname_response_messages":{"type":"array","items":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_custom_hostname_api_response_common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_messages"},"messages":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_hostname_response_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"tls-certificates-and-hostnames_custom_hostname_quota":{"type":"object","properties":{"allocated":{"type":"integer","format":"int64","x-auditable":true},"exceeded":{"type":"boolean","x-auditable":true},"hard_cap":{"type":"integer","format":"int64","x-auditable":true},"used":{"type":"integer","format":"int64","x-auditable":true}},"required":["allocated","used","exceeded","hard_cap"]},"tls-certificates-and-hostnames_custom-hostname":{"type":"object","properties":{"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"ssl":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_ssl"}},"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_customhostname"}],"required":["id","hostname"]},"tls-certificates-and-hostnames_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}},"tls-certificates-and-hostnames_custom-trust-store":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-3"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-7"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-2"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on"}},"required":["id","status","issuer","signature","certificate","expires_on","uploaded_on","updated_at"]},"tls-certificates-and-hostnames_created_at":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_ownership_verification":{"type":"object","oneOf":[{"properties":{"name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["txt"],"x-auditable":true},"value":{"type":"string"}},"type":"object"}]},"tls-certificates-and-hostnames_ownership_verification_http":{"type":"object","oneOf":[{"properties":{"http_body":{"type":"string"},"http_url":{"type":"string"}},"type":"object"}]},"tls-certificates-and-hostnames_status-3":{"type":"string","enum":["active","pending","active_redeploying","moved","pending_deletion","deleted","pending_blocked","pending_migration","pending_provisioned","test_pending","test_active","test_active_apex","test_blocked","test_failed","provisioned","blocked"],"x-auditable":true},"tls-certificates-and-hostnames_verification_errors":{"type":"array","items":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_uuidObject":{"type":"object","properties":{"uuid":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uuid"}}},"tls-certificates-and-hostnames_fallbackorigin":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-2"},"errors":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_errors"},"origin":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_origin"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-4"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at"}}},"tls-certificates-and-hostnames_created_at-2":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_errors":{"type":"array","items":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_status-4":{"type":"string","enum":["initializing","pending_deployment","pending_deletion","active","deployment_timed_out","deletion_timed_out"],"x-auditable":true},"tls-certificates-and-hostnames_updated_at":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_enabled-5":{"type":"boolean","nullable":true,"x-auditable":true},"tls-certificates-and-hostnames_hostname_certid_object":{"type":"object","properties":{"cert_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"cert_status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-9"},"cert_updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-3"},"cert_uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-3"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-6"},"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-3"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-5"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-5"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"serial_number":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_serial_number"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-9"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-3"}}},"tls-certificates-and-hostnames_hostname-authenticated-origin-pull":{"type":"object","properties":{"cert_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-6"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-5"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"private_key":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_private_key-3"}},"allOf":[{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname_certid_object"}]},"tls-certificates-and-hostnames_cert_id":{"type":"string","maxLength":36,"x-auditable":true},"tls-certificates-and-hostnames_created_at-3":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_updated_at-3":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"tls-certificates-and-hostnames_hostname_assoc_object":{"type":"object","properties":{"cert_id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cert_id"},"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-3"},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled-5"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-2"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-9"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-3"}}},"tls-certificates-and-hostnames_hostnames-2":{"type":"array","items":{"type":"string","x-auditable":true}},"tls-certificates-and-hostnames_base":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"enabled":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_enabled"},"host":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_host"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier-2"},"modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"name":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_name"},"permissions":{"type":"array","items":{"type":"string","x-auditable":true},"readOnly":true},"port":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_port"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-2"},"tunnel":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_keyless_tunnel"}},"required":["id","name","host","port","status","enabled","permissions","created_on","modified_on"]},"tls-certificates-and-hostnames_keyless_private_ip":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_keyless_vnet_id":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_settingObject":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-4"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-12"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-5"},"value":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_value"}}},"tls-certificates-and-hostnames_created_at-4":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_status-12":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_updated_at-5":{"type":"string","format":"date-time","x-auditable":true},"tls-certificates-and-hostnames_settingObjectDelete":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_created_at-4"},"hostname":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_hostname-3"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-12"},"updated_at":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_updated_at-5"},"value":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_value"}}},"tls-certificates-and-hostnames_certificate_authority":{"type":"string","enum":["digicert","google","lets_encrypt","ssl_com"],"x-auditable":true},"tls-certificates-and-hostnames_sslsettings":{"type":"object","properties":{"ciphers":{"type":"array","items":{"type":"string","x-auditable":true},"uniqueItems":true},"early_hints":{"type":"string","enum":["on","off"],"x-auditable":true},"http2":{"type":"string","enum":["on","off"],"x-auditable":true},"min_tls_version":{"type":"string","enum":["1.0","1.1","1.2","1.3"],"x-auditable":true},"tls_1_3":{"type":"string","enum":["on","off"],"x-auditable":true}}},"tls-certificates-and-hostnames_status-6":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_validation_method_definition":{"type":"string","enum":["http","cname","txt","email"],"x-auditable":true},"tls-certificates-and-hostnames_verification":{"type":"object","properties":{"brand_check":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_brand_check"},"cert_pack_uuid":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_cert_pack_uuid"},"certificate_status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate_status"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature-2"},"validation_method":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_validation_method-2"},"verification_info":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification_info"},"verification_status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification_status"},"verification_type":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_verification_type"}},"required":["certificate_status"]},"tls-certificates-and-hostnames_custom_cert_bundle":{"type":"array","items":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_custom_cert_and_key"},"maxItems":2,"minItems":1},"tls-certificates-and-hostnames_validity_period":{"type":"integer","enum":[90],"x-auditable":true},"tls-certificates-and-hostnames_enabled-2":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_uuid":{"type":"string","x-auditable":true},"tls-certificates-and-hostnames_brand_check":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_certificate_status":{"type":"string","enum":["initializing","authorizing","active","expired","issuing","timing_out","pending_deployment"],"x-auditable":true},"tls-certificates-and-hostnames_signature-2":{"type":"string","enum":["ECDSAWithSHA256","SHA1WithRSA","SHA256WithRSA"],"x-auditable":true},"tls-certificates-and-hostnames_validation_method-2":{"type":"string","enum":["http","cname","txt"],"x-auditable":true},"tls-certificates-and-hostnames_verification_info":{"type":"object","properties":{"record_name":{"type":"string","format":"hostname","enum":["record_name","http_url","cname","txt_name"],"x-auditable":true},"record_target":{"type":"string","format":"hostname","enum":["record_value","http_body","cname_target","txt_value"],"x-auditable":true}}},"tls-certificates-and-hostnames_verification_status":{"type":"boolean","x-auditable":true},"tls-certificates-and-hostnames_verification_type":{"type":"string","enum":["cname","meta tag"],"x-auditable":true},"tls-certificates-and-hostnames_certificateObject":{"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_certificate-5"},"expires_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_expires_on-4"},"id":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_identifier"},"issuer":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_issuer"},"signature":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_signature"},"status":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_status-8"},"uploaded_on":{"$ref":"#/components/schemas/tls-certificates-and-hostnames_uploaded_on-2"}}},"tunnel_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/tunnel_messages"},"messages":{"$ref":"#/components/schemas/tunnel_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"tunnel_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"tunnel_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"tunnel_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"tunnel_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/tunnel_messages-2"},"messages":{"$ref":"#/components/schemas/tunnel_messages-2"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"tunnel_connection":{"properties":{"colo_name":{"$ref":"#/components/schemas/tunnel_colo_name"},"uuid":{"$ref":"#/components/schemas/tunnel_connection_id"}}},"tunnel_created_at":{"type":"string","format":"date-time","readOnly":true},"tunnel_deleted_at":{"type":"string","format":"date-time","readOnly":true},"tunnel_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/tunnel_result_info"}}}]},"tunnel_cfd_tunnel":{"type":"object","properties":{"account_tag":{"$ref":"#/components/schemas/tunnel_account_id"},"config_src":{"$ref":"#/components/schemas/tunnel_config_src"},"connections":{"$ref":"#/components/schemas/tunnel_connections_deprecated"},"conns_active_at":{"$ref":"#/components/schemas/tunnel_conns_active_at"},"conns_inactive_at":{"$ref":"#/components/schemas/tunnel_conns_inactive_at"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"metadata":{"$ref":"#/components/schemas/tunnel_metadata"},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"remote_config":{"$ref":"#/components/schemas/tunnel_remote_config"},"status":{"$ref":"#/components/schemas/tunnel_status"},"tun_type":{"$ref":"#/components/schemas/tunnel_tunnel_type"}}},"tunnel_connections_deprecated":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_schemas-connection"},"deprecated":true,"x-stainless-deprecation-message":"This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint `/accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections`"},"tunnel_conns_active_at":{"type":"string","format":"date-time"},"tunnel_conns_inactive_at":{"type":"string","format":"date-time"},"tunnel_metadata":{"type":"object"},"tunnel_remote_config":{"type":"boolean","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"Use the config_src field instead.","x-stainless-ignore":true},"tunnel_ingressRule":{"type":"object","properties":{"hostname":{"type":"string"},"originRequest":{"$ref":"#/components/schemas/tunnel_originRequest"},"path":{"type":"string"},"service":{"type":"string"}},"required":["hostname","service"]},"tunnel_originRequest":{"type":"object","properties":{"access":{"type":"object","properties":{"audTag":{"type":"array","items":{"type":"string"}},"required":{"type":"boolean"},"teamName":{"type":"string"}},"required":["audTag","teamName"]},"caPool":{"type":"string"},"connectTimeout":{"type":"integer"},"disableChunkedEncoding":{"type":"boolean"},"http2Origin":{"type":"boolean"},"httpHostHeader":{"type":"string"},"keepAliveConnections":{"type":"integer"},"keepAliveTimeout":{"type":"integer"},"matchSNItoHost":{"type":"boolean","x-stainless-naming":{"python":{"name":"match_sni_to_host"}}},"noHappyEyeballs":{"type":"boolean"},"noTLSVerify":{"type":"boolean"},"originServerName":{"type":"string"},"proxyType":{"type":"string"},"tcpKeepAlive":{"type":"integer"},"tlsTimeout":{"type":"integer"}}},"tunnel_timestamp":{"type":"string","format":"date-time","x-auditable":true},"tunnel_config_src-2":{"type":"string","enum":["local","cloudflare"],"x-stainless-terraform-configurability":"computed_optional"},"tunnel_config_version-2":{"type":"integer"},"tunnel_api-response-single-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/tunnel_api-response-common-2"}]},"tunnel_configuration":{"type":"object","properties":{"account_id":{"$ref":"#/components/schemas/tunnel_identifier"},"config":{"$ref":"#/components/schemas/tunnel_config"},"created_at":{"$ref":"#/components/schemas/tunnel_timestamp"},"source":{"$ref":"#/components/schemas/tunnel_config_src-2"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"},"version":{"$ref":"#/components/schemas/tunnel_config_version-2"}}},"tunnel_colo_name":{"type":"string"},"tunnel_connection_id":{"type":"string","format":"uuid","maxLength":36,"readOnly":true,"x-auditable":true},"tunnel_schemas-connection":{"properties":{"client_id":{"$ref":"#/components/schemas/tunnel_client_id"},"client_version":{"$ref":"#/components/schemas/tunnel_version"},"colo_name":{"$ref":"#/components/schemas/tunnel_colo_name"},"id":{"$ref":"#/components/schemas/tunnel_connection_id"},"opened_at":{"type":"string","format":"date-time"},"origin_ip":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip"}]},"uuid":{"$ref":"#/components/schemas/tunnel_connection_id"}}},"tunnel_tunnel_name-2":{"type":"string"},"tunnel_hostname_route":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_hostname_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"hostname":{"$ref":"#/components/schemas/tunnel_hostname"},"id":{"$ref":"#/components/schemas/tunnel_hostname_route_id"},"tun_type":{"allOf":[{"$ref":"#/components/schemas/tunnel_tunnel_type"},{"enum":["cfd_tunnel","warp_connector"],"type":"string"}]},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-3"},"tunnel_name":{"$ref":"#/components/schemas/tunnel_tunnel_name-2"}}},"tunnel_argo-tunnel":{"type":"object","properties":{"connections":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_connection"}},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"}},"required":["id","name","created_at","connections"]},"tunnel_mesh_aws_config":{"type":"object","properties":{"fnr_id":{"type":"string"}},"required":["fnr_id"]},"tunnel_mesh_local_config":{"type":"object","properties":{"vips":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_mesh_vip_entry"},"maxItems":8,"minItems":1},"vips_previous":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_mesh_vip_entry"},"maxItems":8}},"required":["vips"]},"tunnel_mesh_ha_mode":{"type":"string","enum":["none","disabled","aws","local"],"x-auditable":true},"tunnel_updated_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"tunnel_mesh_configuration_response":{"type":"object","properties":{"config":{"type":"object","nullable":true,"oneOf":[{"$ref":"#/components/schemas/tunnel_mesh_aws_config"},{"$ref":"#/components/schemas/tunnel_mesh_local_config"}]},"configuration_version":{"type":"integer"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"ha_mode":{"$ref":"#/components/schemas/tunnel_mesh_ha_mode"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id-2"},"updated_at":{"$ref":"#/components/schemas/tunnel_updated_at"}},"required":["tunnel_id","configuration_version","ha_mode","created_at"]},"tunnel_mesh_vip_entry":{"type":"object","properties":{"address":{"type":"string"}},"required":["address"]},"tunnel_route":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_route_id"},"network":{"$ref":"#/components/schemas/tunnel_ip_network"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id"}}},"tunnel_version":{"type":"string"},"tunnel_subnet_capacity":{"type":"object","properties":{"total":{"type":"integer"},"used":{"type":"integer"}}},"tunnel_subnet_type":{"type":"string","enum":["cloudflare_source","initial_resolved_ip","warp"],"x-auditable":true},"tunnel_subnet":{"type":"object","properties":{"capacity":{"$ref":"#/components/schemas/tunnel_subnet_capacity"},"comment":{"$ref":"#/components/schemas/tunnel_subnet_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_subnet_id"},"is_default_network":{"$ref":"#/components/schemas/tunnel_subnet_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_subnet_name"},"network":{"$ref":"#/components/schemas/tunnel_subnet_ip_network"},"subnet_type":{"$ref":"#/components/schemas/tunnel_subnet_type"}}},"tunnel_teamnet":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_route_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_route_id"},"network":{"$ref":"#/components/schemas/tunnel_ip_network"},"tun_type":{"$ref":"#/components/schemas/tunnel_tunnel_type"},"tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"tunnel_name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"virtual_network_id":{"$ref":"#/components/schemas/tunnel_virtual_network_id_computed_optional"},"virtual_network_name":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}}},"tunnel_warp_connector_tunnel":{"type":"object","properties":{"account_tag":{"$ref":"#/components/schemas/tunnel_account_id"},"connections":{"$ref":"#/components/schemas/tunnel_connections_deprecated"},"conns_active_at":{"$ref":"#/components/schemas/tunnel_conns_active_at"},"conns_inactive_at":{"$ref":"#/components/schemas/tunnel_conns_inactive_at"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_tunnel_id"},"metadata":{"$ref":"#/components/schemas/tunnel_metadata"},"name":{"$ref":"#/components/schemas/tunnel_tunnel_name"},"status":{"$ref":"#/components/schemas/tunnel_status"},"tun_type":{"$ref":"#/components/schemas/tunnel_tunnel_type"}}},"tunnel_arch":{"type":"string"},"tunnel_config_version":{"type":"integer"},"tunnel_connections":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_schemas-connection"}},"tunnel_features":{"type":"array","items":{"type":"string"}},"tunnel_run_at":{"type":"string","format":"date-time"},"tunnel_tunnel_client":{"type":"object","properties":{"arch":{"$ref":"#/components/schemas/tunnel_arch"},"config_version":{"$ref":"#/components/schemas/tunnel_config_version"},"conns":{"$ref":"#/components/schemas/tunnel_connections"},"features":{"$ref":"#/components/schemas/tunnel_features"},"id":{"$ref":"#/components/schemas/tunnel_connection_id"},"run_at":{"$ref":"#/components/schemas/tunnel_run_at"},"version":{"$ref":"#/components/schemas/tunnel_version"}}},"tunnel_tunnel_link":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"linked_tunnel_id":{"$ref":"#/components/schemas/tunnel_tunnel_id"}}},"tunnel_tunnel_token":{"type":"string","readOnly":true,"x-sensitive":true},"tunnel_warp_connector_connections":{"type":"array","items":{"$ref":"#/components/schemas/tunnel_schemas-warp-connector-connection"}},"tunnel_ha_status":{"type":"string","enum":["offline","passive","active"],"x-auditable":true},"tunnel_tunnel_warp_connector_client":{"type":"object","properties":{"arch":{"$ref":"#/components/schemas/tunnel_arch"},"conns":{"$ref":"#/components/schemas/tunnel_warp_connector_connections"},"features":{"$ref":"#/components/schemas/tunnel_features"},"ha_status":{"$ref":"#/components/schemas/tunnel_ha_status"},"id":{"$ref":"#/components/schemas/tunnel_client_id"},"run_at":{"$ref":"#/components/schemas/tunnel_run_at"},"version":{"$ref":"#/components/schemas/tunnel_version"}}},"tunnel_is_default_network":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"tunnel_virtual-network":{"type":"object","properties":{"comment":{"$ref":"#/components/schemas/tunnel_virtual_network_comment"},"created_at":{"$ref":"#/components/schemas/tunnel_created_at"},"deleted_at":{"$ref":"#/components/schemas/tunnel_deleted_at"},"id":{"$ref":"#/components/schemas/tunnel_virtual_network_id"},"is_default_network":{"$ref":"#/components/schemas/tunnel_is_default_network"},"name":{"$ref":"#/components/schemas/tunnel_virtual_network_name"}},"required":["id","name","is_default_network","comment","created_at"]},"tunnel_schemas-warp-connector-connection":{"properties":{"client_id":{"$ref":"#/components/schemas/tunnel_client_id"},"client_version":{"$ref":"#/components/schemas/tunnel_version"},"colo_name":{"$ref":"#/components/schemas/tunnel_colo_name"},"id":{"$ref":"#/components/schemas/tunnel_connection_id"},"opened_at":{"type":"string","format":"date-time"},"origin_ip":{"allOf":[{"$ref":"#/components/schemas/tunnel_ip"}]}}},"turnstile_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"turnstile_created_on":{"type":"string","format":"date-time","readOnly":true},"turnstile_deployed_via":{"type":"string","enum":["wrangler","dashboard","spin","api","unknown"],"readOnly":true,"x-auditable":true},"turnstile_last_modified_via":{"type":"string","enum":["wrangler","dashboard","spin","api","unknown"],"readOnly":true,"x-auditable":true},"turnstile_modified_on":{"type":"string","format":"date-time","readOnly":true},"turnstile_secret":{"type":"string","x-sensitive":true},"usage-analytics_api_error":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"usage-analytics_api_message":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["code","message"]},"usage-analytics_billing_usage_data_point":{"type":"object","properties":{"argoAcceleratedBytes":{"type":"integer","format":"int64"},"imageResizingRequests":{"type":"integer","format":"int64"},"loadBalancingQueries":{"type":"integer","format":"int64"},"mediaUniqueTransformations":{"type":"integer","format":"int64"},"rateLimitingRequestsAllowed":{"type":"integer","format":"int64"},"spectrumBytesTransferred":{"type":"integer","format":"int64"},"streamMinutesViewed":{"type":"integer","format":"int64"},"ts":{"type":"integer","format":"int64"},"workersKVReads":{"type":"integer","format":"int64"},"workersRequests":{"type":"integer","format":"int64"}}},"usage-analytics_stream_usage_data_point":{"type":"object","properties":{"streamMinutesViewed":{"type":"integer","format":"int64"},"ts":{"type":"integer","format":"int64"}}},"vectorize_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"vectorize_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"vectorize_index-configuration":{"oneOf":[{"$ref":"#/components/schemas/vectorize_index-dimension-configuration"},{"$ref":"#/components/schemas/vectorize_index-preset-configuration"}]},"vectorize_index-dimension-configuration":{"type":"object","properties":{"dimensions":{"$ref":"#/components/schemas/vectorize_index-dimensions"},"metric":{"$ref":"#/components/schemas/vectorize_index-metric"}},"required":["dimensions","metric"]},"vectorize_mutation-uuid":{"maxLength":36,"x-auditable":true},"vectorize_index-preset-configuration":{"type":"object","properties":{"preset":{"$ref":"#/components/schemas/vectorize_index-preset"}},"required":["preset"]},"vectorize_vector-identifier":{"type":"string","maxLength":64,"readOnly":true},"vectorize_index-dimensions":{"type":"integer","maximum":1536,"minimum":1,"x-auditable":true},"vectorize_index-metric":{"type":"string","enum":["cosine","euclidean","dot-product"],"x-auditable":true},"vectorize_vector-list-item":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/vectorize_vector-identifier"}},"required":["id"]},"vectorize_index-preset":{"type":"string","enum":["@cf/baai/bge-small-en-v1.5","@cf/baai/bge-base-en-v1.5","@cf/baai/bge-large-en-v1.5","openai/text-embedding-ada-002","cohere/embed-multilingual-v2.0"],"x-auditable":true},"vuln_scanner_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/vuln_scanner_messages"},"messages":{"$ref":"#/components/schemas/vuln_scanner_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"vuln_scanner_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"vuln_scanner_bola-http-status-range":{"type":"object","properties":{"max":{"type":"integer","maximum":65535,"minimum":0},"min":{"type":"integer","maximum":65535,"minimum":0}},"required":["min","max"]},"vuln_scanner_bola-body-response-bytes":{"type":"object","properties":{"contents":{"type":"string"},"kind":{"type":"string","enum":["bytes"]},"truncated":{"type":"boolean"}},"required":["kind","contents","truncated"]},"vuln_scanner_bola-body-response-json":{"type":"object","properties":{"contents":{"type":"string"},"kind":{"type":"string","enum":["json"]},"truncated":{"type":"boolean"}},"required":["kind","contents","truncated"]},"vuln_scanner_bola-body-response-not-found":{"type":"object","properties":{"kind":{"type":"string","enum":["not_found"]}},"required":["kind"]},"vuln_scanner_bola-body-response-text":{"type":"object","properties":{"contents":{"type":"string"},"kind":{"type":"string","enum":["text"]},"truncated":{"type":"boolean"}},"required":["kind","contents","truncated"]},"vuln_scanner_bola-report-v1":{"type":"object","properties":{"summary":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-report-summary"}]},"tests":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test"}}},"required":["summary","tests"]},"vuln_scanner_bola-verdict":{"type":"string","enum":["ok","warning","inconclusive"]},"vuln_scanner_bola-report-summary":{"type":"object","properties":{"verdict":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-verdict"}]}},"required":["verdict"]},"vuln_scanner_bola-test":{"type":"object","properties":{"preflight_errors":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test-error"}},"steps":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test-step"}},"verdict":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-verdict"}]}},"required":["verdict","steps"]},"vuln_scanner_bola-test-error":{"type":"object","properties":{"error_code":{"type":"integer","format":"uint32","minimum":0,"nullable":true}},"required":["description"]},"vuln_scanner_bola-test-step":{"type":"object","properties":{"assertions":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test-assertion"}},"errors":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-test-error"}},"request":{"type":"object","allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-test-request"}],"nullable":true},"response":{"type":"object","allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-test-response"}],"nullable":true}},"required":["assertions"]},"vuln_scanner_bola-assertion-kind":{"oneOf":[{"properties":{"parameters":{"$ref":"#/components/schemas/vuln_scanner_bola-http-status-range"},"type":{"type":"string","enum":["http_status_within_range"]}},"required":["type","parameters"],"type":"object"}]},"vuln_scanner_bola-outcome":{"type":"string","enum":["ok","fail","inconclusive"]},"vuln_scanner_bola-credential-role":{"type":"string","enum":["owner","attacker"]},"vuln_scanner_bola-test-credential-set":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"role":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-credential-role"}]}},"required":["id","role"]},"vuln_scanner_bola-method":{"type":"string","enum":["GET","DELETE","PATCH","POST","PUT"]},"vuln_scanner_bola-variable-capture":{"type":"object","properties":{"json_path":{"type":"string"},"name":{"type":"string"}},"required":["name","json_path"]},"vuln_scanner_bola-body-response":{"discriminator":{"mapping":{"bytes":"#/components/schemas/vuln_scanner_bola-body-response-bytes","json":"#/components/schemas/vuln_scanner_bola-body-response-json","not_found":"#/components/schemas/vuln_scanner_bola-body-response-not-found","text":"#/components/schemas/vuln_scanner_bola-body-response-text"},"propertyName":"kind"},"oneOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-body-response-not-found"},{"$ref":"#/components/schemas/vuln_scanner_bola-body-response-bytes"},{"$ref":"#/components/schemas/vuln_scanner_bola-body-response-text"},{"$ref":"#/components/schemas/vuln_scanner_bola-body-response-json"}]},"vuln_scanner_bola-test-assertion":{"type":"object","properties":{"kind":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-assertion-kind"}]},"observed":{"type":"integer","nullable":true},"outcome":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-outcome"}]}},"required":["description","kind","observed","outcome"]},"vuln_scanner_bola-test-request":{"type":"object","properties":{"body":{"type":"object","nullable":true},"credential_set":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-test-credential-set"}]},"header_names":{"type":"array","items":{"type":"string"}},"method":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-method"}]},"url":{"type":"string","format":"uri"},"variable_captures":{"type":"array","items":{"$ref":"#/components/schemas/vuln_scanner_bola-variable-capture"}}},"required":["method","url","credential_set","header_names","variable_captures"]},"vuln_scanner_bola-test-response":{"type":"object","properties":{"body":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-body-response"}]},"header_names":{"type":"array","items":{"type":"string"}},"status":{"type":"integer","maximum":65535,"minimum":0},"status_text":{"type":"string","nullable":true}},"required":["status","header_names","body"]},"vuln_scanner_bola-credential-sets":{"type":"object","properties":{"attacker":{"type":"string","format":"uuid"},"owner":{"type":"string","format":"uuid"}},"required":["owner","attacker"]},"vuln_scanner_credential-location":{"type":"string","enum":["header","cookie"],"x-auditable":true},"vuln_scanner_create-bola-scan-request":{"type":"object","properties":{"credential_sets":{"$ref":"#/components/schemas/vuln_scanner_bola-credential-sets"},"open_api":{"type":"string"},"scan_type":{"type":"string","enum":["bola"]},"target_environment_id":{"type":"string","format":"uuid"}},"required":["target_environment_id","scan_type","open_api","credential_sets"]},"vuln_scanner_target-type":{"discriminator":{"mapping":{"zone":"#/components/schemas/vuln_scanner_zone-target"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/vuln_scanner_zone-target"}],"x-auditable":true},"vuln_scanner_bola-report":{"type":"object","properties":{"report":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_bola-report-v1"}]},"report_schema_version":{"type":"string","enum":["v1"]}},"required":["report_schema_version","report"]},"vuln_scanner_zone-target":{"type":"object","properties":{"type":{"type":"string","enum":["zone"]},"zone_tag":{"type":"string","maxLength":32}},"required":["type","zone_tag"]},"waf-managed-rules_mode_allow_traditional":{"type":"string","enum":["on","off"],"x-auditable":true},"waf-managed-rules_mode_anomaly":{"type":"string","enum":["on","off"],"x-auditable":true},"waf-managed-rules_mode_deny_traditional":{"type":"string","enum":["default","disable","simulate","block","challenge"],"x-auditable":true},"waf-managed-rules_schemas-base":{"allOf":[{"$ref":"#/components/schemas/waf-managed-rules_base"}]},"waf-managed-rules_allowed_modes_anomaly":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_mode_anomaly"},"readOnly":true},"waf-managed-rules_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/waf-managed-rules_messages"},"messages":{"$ref":"#/components/schemas/waf-managed-rules_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"waf-managed-rules_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"waf-managed-rules_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"waf-managed-rules_name":{"type":"string","readOnly":true,"x-auditable":true},"waf-managed-rules_rule_components-schemas-identifier":{"type":"string","maxLength":32,"readOnly":true,"x-auditable":true},"waf-managed-rules_priority":{"type":"string","readOnly":true,"x-auditable":true},"waf-managed-rules_modified_rules_count":{"type":"number","default":0,"readOnly":true,"x-auditable":true},"waf-managed-rules_rules_count":{"type":"number","default":0,"readOnly":true,"x-auditable":true},"waf-managed-rules_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/waf-managed-rules_result_info"}},"type":"object"}]},"waf-managed-rules_schemas-group":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-managed-rules_group"},{"properties":{"allowed_modes":{"$ref":"#/components/schemas/waf-managed-rules_allowed_modes"},"mode":{"$ref":"#/components/schemas/waf-managed-rules_mode"}},"type":"object"}],"required":["id","name","description","mode","rules_count"]},"waf-managed-rules_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-managed-rules_api-response-common"},{"properties":{"result":{"oneOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"waf-managed-rules_rule":{"oneOf":[{"$ref":"#/components/schemas/waf-managed-rules_anomaly_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_deny_rule"},{"$ref":"#/components/schemas/waf-managed-rules_traditional_allow_rule"}]},"waf-managed-rules_base":{"properties":{"group":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waf-managed-rules_components-schemas-identifier"},"name":{"$ref":"#/components/schemas/waf-managed-rules_name"}},"readOnly":true},"id":{"$ref":"#/components/schemas/waf-managed-rules_rule_components-schemas-identifier"},"package_id":{"$ref":"#/components/schemas/waf-managed-rules_identifier"},"priority":{"$ref":"#/components/schemas/waf-managed-rules_priority"}}},"waf-managed-rules_group":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waf-managed-rules_components-schemas-identifier"},"modified_rules_count":{"$ref":"#/components/schemas/waf-managed-rules_modified_rules_count"},"name":{"$ref":"#/components/schemas/waf-managed-rules_name"},"package_id":{"$ref":"#/components/schemas/waf-managed-rules_identifier"},"rules_count":{"$ref":"#/components/schemas/waf-managed-rules_rules_count"}}},"waf-managed-rules_allowed_modes":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_mode"},"readOnly":true},"waf-managed-rules_allowed_modes_allow_traditional":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_mode_allow_traditional"},"readOnly":true},"waf-managed-rules_allowed_modes_deny_traditional":{"type":"array","items":{"$ref":"#/components/schemas/waf-managed-rules_mode_deny_traditional"},"readOnly":true},"waf-managed-rules_default_mode":{"enum":["disable","simulate","block","challenge"],"readOnly":true},"waf-product-api-bundle_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"waf-product-api-bundle_custom-topic":{"type":"object","properties":{"label":{"type":"string","maxLength":20,"minLength":2,"pattern":"^[a-z0-9-]+$"},"topic":{"type":"string","maxLength":50,"minLength":2}},"required":["label","topic"]},"waf-product-api-bundle_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"waf-product-api-bundle_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common"},{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true}},"type":"object"}]},"waf-product-api-bundle_api-response-collection-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-2"},{"properties":{"result":{"type":"array","items":{"type":"object"},"nullable":true}},"type":"object"}]},"waf-product-api-bundle_custom-scan":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan-id"},"payload":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-scan-payload"}}},"waf-product-api-bundle_custom-topics":{"type":"object","properties":{"topics":{"type":"array","items":{"$ref":"#/components/schemas/waf-product-api-bundle_custom-topic"},"maxItems":20}}},"waf-product-api-bundle_settings":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"waf-product-api-bundle_api-response-single-2":{"type":"object","allOf":[{"$ref":"#/components/schemas/waf-product-api-bundle_api-response-common-2"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}},"type":"object"}]},"waf-product-api-bundle_status-2":{"type":"object","properties":{"modified":{"type":"string","x-auditable":true},"value":{"type":"string","x-auditable":true}}},"waitingroom_api-response-common-2":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/waitingroom_messages"},"messages":{"$ref":"#/components/schemas/waitingroom_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"waitingroom_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"waitingroom_api-response-common":{"type":"object","required":["success","errors","messages","result"]},"waitingroom_rule_action":{"type":"string","enum":["bypass_waiting_room"],"x-auditable":true},"waitingroom_rule_enabled":{"type":"boolean","default":true,"x-auditable":true},"waitingroom_rule_expression":{"type":"string","x-auditable":true},"waitingroom_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-common"},{"properties":{"result":{"type":"object","oneOf":[{"type":"object"},{"type":"string"}]}},"type":"object"}]},"waitingroom_event_details_result":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"custom_page_html":{"$ref":"#/components/schemas/waitingroom_event_details_custom_page_html"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_event_details_disable_session_renewal"},"event_end_time":{"$ref":"#/components/schemas/waitingroom_event_end_time"},"event_start_time":{"$ref":"#/components/schemas/waitingroom_event_start_time"},"id":{"$ref":"#/components/schemas/waitingroom_event_id"},"modified_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"name":{"$ref":"#/components/schemas/waitingroom_event_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_event_details_new_users_per_minute"},"prequeue_start_time":{"$ref":"#/components/schemas/waitingroom_event_prequeue_start_time"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_event_details_queueing_method"},"session_duration":{"$ref":"#/components/schemas/waitingroom_event_details_session_duration"},"shuffle_at_event_start":{"$ref":"#/components/schemas/waitingroom_event_shuffle_at_event_start"},"suspended":{"$ref":"#/components/schemas/waitingroom_event_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_event_details_total_active_users"}}},"waitingroom_timestamp":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"waitingroom_event_details_custom_page_html":{"type":"string","x-auditable":true},"waitingroom_event_details_disable_session_renewal":{"type":"boolean","x-auditable":true},"waitingroom_event_end_time":{"type":"string","x-auditable":true},"waitingroom_event_start_time":{"type":"string","x-auditable":true},"waitingroom_event_name":{"type":"string","x-auditable":true},"waitingroom_event_details_new_users_per_minute":{"type":"integer","x-auditable":true},"waitingroom_event_prequeue_start_time":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_event_details_queueing_method":{"type":"string","x-auditable":true},"waitingroom_event_details_session_duration":{"type":"integer","x-auditable":true},"waitingroom_event_shuffle_at_event_start":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_event_suspended":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_event_details_total_active_users":{"type":"integer","x-auditable":true},"waitingroom_event_result":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"custom_page_html":{"$ref":"#/components/schemas/waitingroom_event_custom_page_html"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_event_disable_session_renewal"},"event_end_time":{"$ref":"#/components/schemas/waitingroom_event_end_time"},"event_start_time":{"$ref":"#/components/schemas/waitingroom_event_start_time"},"id":{"$ref":"#/components/schemas/waitingroom_event_id"},"modified_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"name":{"$ref":"#/components/schemas/waitingroom_event_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_event_new_users_per_minute"},"prequeue_start_time":{"$ref":"#/components/schemas/waitingroom_event_prequeue_start_time"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_event_queueing_method"},"session_duration":{"$ref":"#/components/schemas/waitingroom_event_session_duration"},"shuffle_at_event_start":{"$ref":"#/components/schemas/waitingroom_event_shuffle_at_event_start"},"suspended":{"$ref":"#/components/schemas/waitingroom_event_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_event_total_active_users"},"turnstile_action":{"$ref":"#/components/schemas/waitingroom_event_turnstile_action"},"turnstile_mode":{"$ref":"#/components/schemas/waitingroom_event_turnstile_mode"}}},"waitingroom_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/waitingroom_api-response-common-2"},{"properties":{"result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"},"total_pages":{"type":"number"}}}},"type":"object"}]},"waitingroom_event_custom_page_html":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_event_disable_session_renewal":{"type":"boolean","nullable":true,"x-auditable":true},"waitingroom_event_new_users_per_minute":{"type":"integer","maximum":2147483647,"minimum":200,"nullable":true,"x-auditable":true},"waitingroom_event_queueing_method":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_event_session_duration":{"type":"integer","maximum":30,"minimum":1,"nullable":true,"x-auditable":true},"waitingroom_event_total_active_users":{"type":"integer","maximum":2147483647,"minimum":200,"nullable":true,"x-auditable":true},"waitingroom_event_turnstile_action":{"type":"string","enum":["log","infinite_queue"],"nullable":true,"x-auditable":true},"waitingroom_event_turnstile_mode":{"type":"string","enum":["off","invisible","visible_non_interactive","visible_managed"],"nullable":true,"x-auditable":true},"waitingroom_rule_position":{"type":"object","oneOf":[{"properties":{"index":{"type":"integer","x-auditable":true}},"type":"object"},{"properties":{"before":{"type":"string","x-auditable":true}},"type":"object"},{"properties":{"after":{"type":"string","x-auditable":true}},"type":"object"}]},"waitingroom_preview_url":{"type":"string","x-auditable":true},"waitingroom_custom_page_html":{"type":"string","default":"","x-auditable":true},"waitingroom_additional_routes":{"type":"array","items":{"properties":{"host":{"type":"string","x-auditable":true},"path":{"type":"string","default":"/","x-auditable":true}},"type":"object"}},"waitingroom_cookie_attributes":{"type":"object","properties":{"samesite":{"type":"string","default":"auto","enum":["auto","lax","none","strict"],"x-auditable":true},"secure":{"type":"string","default":"auto","enum":["auto","always","never"],"x-auditable":true}}},"waitingroom_cookie_suffix":{"type":"string","default":"","x-auditable":true},"waitingroom_default_template_language":{"type":"string","default":"en-US","enum":["en-US","es-ES","de-DE","fr-FR","it-IT","ja-JP","ko-KR","pt-BR","zh-CN","zh-TW","nl-NL","pl-PL","id-ID","tr-TR","ar-EG","ru-RU","fa-IR","bg-BG","hr-HR","cs-CZ","da-DK","fi-FI","lt-LT","lv-LV","ms-MY","nb-NO","ro-RO","el-GR","he-IL","hi-IN","hu-HU","sr-BA","sk-SK","sl-SI","sv-SE","tl-PH","th-TH","uk-UA","vi-VN"],"x-auditable":true},"waitingroom_disable_session_renewal":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_enabled_origin_commands":{"type":"array","items":{"enum":["revoke"],"type":"string","uniqueItems":true,"x-auditable":true},"default":[]},"waitingroom_host":{"type":"string","x-auditable":true},"waitingroom_json_response_enabled":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_name":{"type":"string","x-auditable":true},"waitingroom_new_users_per_minute":{"type":"integer","maximum":2147483647,"minimum":200,"x-auditable":true},"waitingroom_path":{"type":"string","default":"/","x-auditable":true},"waitingroom_queue_all":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_queueing_method":{"type":"string","default":"fifo","enum":["fifo","random","passthrough","reject"],"x-auditable":true},"waitingroom_queueing_status_code":{"type":"integer","default":200,"enum":[200,202,429],"x-auditable":true},"waitingroom_session_duration":{"type":"integer","default":5,"maximum":30,"minimum":1,"x-auditable":true},"waitingroom_suspended":{"type":"boolean","default":false,"x-auditable":true},"waitingroom_total_active_users":{"type":"integer","maximum":2147483647,"minimum":200,"x-auditable":true},"waitingroom_turnstile_action":{"type":"string","default":"log","enum":["log","infinite_queue"],"x-auditable":true},"waitingroom_turnstile_mode":{"type":"string","default":"invisible","enum":["off","invisible","visible_non_interactive","visible_managed"],"x-auditable":true},"waitingroom_waitingroom":{"type":"object","properties":{"additional_routes":{"$ref":"#/components/schemas/waitingroom_additional_routes"},"cookie_attributes":{"$ref":"#/components/schemas/waitingroom_cookie_attributes"},"cookie_suffix":{"$ref":"#/components/schemas/waitingroom_cookie_suffix"},"created_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"custom_page_html":{"$ref":"#/components/schemas/waitingroom_custom_page_html"},"default_template_language":{"$ref":"#/components/schemas/waitingroom_default_template_language"},"disable_session_renewal":{"$ref":"#/components/schemas/waitingroom_disable_session_renewal"},"enabled_origin_commands":{"$ref":"#/components/schemas/waitingroom_enabled_origin_commands"},"host":{"$ref":"#/components/schemas/waitingroom_host"},"id":{"$ref":"#/components/schemas/waitingroom_waiting_room_id"},"json_response_enabled":{"$ref":"#/components/schemas/waitingroom_json_response_enabled"},"modified_on":{"$ref":"#/components/schemas/waitingroom_timestamp"},"name":{"$ref":"#/components/schemas/waitingroom_name"},"new_users_per_minute":{"$ref":"#/components/schemas/waitingroom_new_users_per_minute"},"next_event_prequeue_start_time":{"$ref":"#/components/schemas/waitingroom_next_event_prequeue_start_time"},"next_event_start_time":{"$ref":"#/components/schemas/waitingroom_next_event_start_time"},"path":{"$ref":"#/components/schemas/waitingroom_path"},"queue_all":{"$ref":"#/components/schemas/waitingroom_queue_all"},"queueing_method":{"$ref":"#/components/schemas/waitingroom_queueing_method"},"queueing_status_code":{"$ref":"#/components/schemas/waitingroom_queueing_status_code"},"session_duration":{"$ref":"#/components/schemas/waitingroom_session_duration"},"suspended":{"$ref":"#/components/schemas/waitingroom_suspended"},"total_active_users":{"$ref":"#/components/schemas/waitingroom_total_active_users"},"turnstile_action":{"$ref":"#/components/schemas/waitingroom_turnstile_action"},"turnstile_mode":{"$ref":"#/components/schemas/waitingroom_turnstile_mode"}}},"waitingroom_rule_version":{"type":"string","x-auditable":true},"waitingroom_rule_result":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/waitingroom_rule_action"},"enabled":{"$ref":"#/components/schemas/waitingroom_rule_enabled"},"expression":{"$ref":"#/components/schemas/waitingroom_rule_expression"},"id":{"$ref":"#/components/schemas/waitingroom_rule_id"},"last_updated":{"$ref":"#/components/schemas/waitingroom_timestamp"},"version":{"$ref":"#/components/schemas/waitingroom_rule_version"}}},"waitingroom_estimated_queued_users":{"type":"integer","x-auditable":true},"waitingroom_estimated_total_active_users":{"type":"integer","x-auditable":true},"waitingroom_status_event_id":{"type":"string","x-auditable":true},"waitingroom_max_estimated_time_minutes":{"type":"integer","x-auditable":true},"waitingroom_status":{"type":"string","enum":["event_prequeueing","not_queueing","queueing","suspended"],"x-auditable":true},"waitingroom_create_rule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/waitingroom_rule_action"},"enabled":{"$ref":"#/components/schemas/waitingroom_rule_enabled"},"expression":{"$ref":"#/components/schemas/waitingroom_rule_expression"}},"required":["action","expression"]},"waitingroom_next_event_prequeue_start_time":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_next_event_start_time":{"type":"string","nullable":true,"x-auditable":true},"waitingroom_search_engine_crawler_bypass":{"type":"boolean","default":false,"x-auditable":true},"web3_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/web3_messages"},"messages":{"$ref":"#/components/schemas/web3_messages"},"result":{"type":"object","anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"web3_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"web3_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"web3_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/web3_api-response-common"},{"properties":{"result":{"type":"array","items":{},"nullable":true},"result_info":{"$ref":"#/components/schemas/web3_result_info"}}}]},"web3_web3-hostname":{"type":"object","properties":{"created_on":{"$ref":"#/components/schemas/web3_timestamp"},"dnslink":{"$ref":"#/components/schemas/web3_dnslink"},"id":{"$ref":"#/components/schemas/web3_identifier"},"modified_on":{"$ref":"#/components/schemas/web3_timestamp"},"name":{"$ref":"#/components/schemas/web3_name"},"status":{"$ref":"#/components/schemas/web3_status"},"target":{"$ref":"#/components/schemas/web3_target"}}},"web3_content_list_action":{"type":"string","enum":["block"]},"web3_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/web3_api-response-common"},{"properties":{"result_info":{"type":"object","anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"web3_content_list_details":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/web3_content_list_action"}}},"web3_content_list_entry":{"type":"object","properties":{"content":{"$ref":"#/components/schemas/web3_content_list_entry_content"},"created_on":{"$ref":"#/components/schemas/web3_timestamp"},"id":{"$ref":"#/components/schemas/web3_identifier"},"modified_on":{"$ref":"#/components/schemas/web3_timestamp"},"type":{"$ref":"#/components/schemas/web3_content_list_entry_type"}}},"web3_content_list_entry_content":{"type":"string","maxLength":500},"web3_timestamp":{"type":"string","format":"date-time","readOnly":true},"web3_content_list_entry_type":{"type":"string","enum":["cid","content_path"]},"web3_content_list_entries":{"type":"array","items":{"$ref":"#/components/schemas/web3_content_list_entry"}},"web3_dnslink":{"type":"string"},"web3_name":{"type":"string","maxLength":255},"web3_target":{"type":"string","enum":["ethereum","ipfs","ipfs_universal_path"]},"web3_status":{"type":"string","enum":["active","pending","deleting","error"],"readOnly":true},"workers-kv_any":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"integer"},{"type":"boolean"},{"additionalProperties":true,"nullable":true,"type":"object"},{"items":{"$ref":"#/components/schemas/workers-kv_any"},"type":"array"}],"x-stainless-override-schema":{"type":"unknown"}},"workers-kv_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"workers-kv_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object"},"uniqueItems":true},"workers-kv_namespace_title":{"type":"string","maxLength":512,"x-auditable":true},"workers-kv_cursor":{"type":"string","x-stainless-pagination-property":{"purpose":"next_cursor_field"}},"workers-observability_distribution_result":{"type":"object","properties":{"bins":{"type":"array","items":{"type":"string"}},"bucketBoundaries":{"type":"array","items":{"type":"number"}},"bucketMode":{"type":"string","enum":["log","linear"]},"buckets":{"type":"array","items":{"type":"string"}},"matrix":{"type":"array","items":{"items":{"type":"number"},"type":"array"}}},"required":["bins","buckets","matrix","bucketBoundaries","bucketMode"]},"workers-observability_telemetry_event":{"type":"object","properties":{"$containers":{"type":"object","additionalProperties":true},"$metadata":{"type":"object","properties":{"account":{"type":"string"},"cloudService":{"type":"string"},"coldStart":{"type":"integer","exclusiveMinimum":true,"minimum":0},"cost":{"type":"integer","exclusiveMinimum":true,"minimum":0},"duration":{"type":"integer","exclusiveMinimum":true,"minimum":0},"endTime":{"type":"integer","minimum":0},"error":{"type":"string"},"errorTemplate":{"type":"string"},"fingerprint":{"type":"string"},"id":{"type":"string"},"level":{"type":"string"},"message":{"type":"string"},"messageTemplate":{"type":"string"},"metricName":{"type":"string"},"origin":{"type":"string"},"parentSpanId":{"type":"string"},"provider":{"type":"string"},"rayId":{"type":"string"},"region":{"type":"string"},"requestId":{"type":"string"},"service":{"type":"string"},"spanId":{"type":"string"},"spanName":{"type":"string"},"stackId":{"type":"string"},"startTime":{"type":"integer","minimum":0},"statusCode":{"type":"integer","exclusiveMinimum":true,"minimum":0},"traceDuration":{"type":"integer","exclusiveMinimum":true,"minimum":0},"traceId":{"type":"string"},"transactionName":{"type":"string"},"trigger":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["id"]},"$workers":{"anyOf":[{"properties":{"durableObjectId":{"type":"string"},"entrypoint":{"type":"string"},"event":{"type":"object","additionalProperties":true},"eventType":{"type":"string","enum":["fetch","scheduled","alarm","cron","queue","email","tail","rpc","jsrpc","websocket","workflow","unknown"]},"executionModel":{"type":"string","enum":["durableObject","stateless"]},"outcome":{"type":"string"},"preview":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"}}},"requestId":{"type":"string"},"scriptName":{"type":"string"},"scriptVersion":{"type":"object","properties":{"id":{"type":"string"},"message":{"type":"string"},"tag":{"type":"string"}}},"spanId":{"type":"string"},"traceId":{"type":"string"},"truncated":{"type":"boolean"}},"required":["scriptName","eventType","requestId"],"type":"object"},{"properties":{"cpuTimeMs":{"type":"number"},"diagnosticsChannelEvents":{"type":"array","items":{"properties":{"channel":{"type":"string"},"message":{"type":"string"},"timestamp":{"type":"number"}},"required":["timestamp","channel","message"],"type":"object"}},"dispatchNamespace":{"type":"string"},"durableObjectId":{"type":"string"},"entrypoint":{"type":"string"},"event":{"type":"object","additionalProperties":true},"eventType":{"type":"string","enum":["fetch","scheduled","alarm","cron","queue","email","tail","rpc","jsrpc","websocket","workflow","unknown"]},"executionModel":{"type":"string","enum":["durableObject","stateless"]},"outcome":{"type":"string"},"preview":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"}}},"requestId":{"type":"string"},"scriptName":{"type":"string"},"scriptVersion":{"type":"object","properties":{"id":{"type":"string"},"message":{"type":"string"},"tag":{"type":"string"}}},"spanId":{"type":"string"},"traceId":{"type":"string"},"truncated":{"type":"boolean"},"wallTimeMs":{"type":"number"}},"required":["scriptName","outcome","eventType","wallTimeMs","cpuTimeMs","requestId"],"type":"object"}]},"dataset":{"type":"string"},"source":{"anyOf":[{"type":"string"},{"additionalProperties":true,"type":"object"}]},"timestamp":{"type":"integer","minimum":0}},"additionalProperties":false,"required":["dataset","timestamp","source","$metadata"]},"workers-observability_query_run":{"type":"object","properties":{"accountId":{"type":"string"},"created":{"type":"string"},"dry":{"type":"boolean"},"granularity":{"type":"number"},"id":{"type":"string"},"query":{"allOf":[{"$ref":"#/components/schemas/workers-observability_query"},{"properties":{"created":{"anyOf":[{"type":"string"},{"type":"string"}]},"updated":{"anyOf":[{"type":"string"},{"type":"string"}]}},"type":"object"}]},"statistics":{"type":"object","properties":{"abr_level":{"type":"number"},"bytes_read":{"type":"number"},"elapsed":{"type":"number"},"rows_read":{"type":"number"}},"required":["elapsed","rows_read","bytes_read"]},"status":{"type":"string","enum":["STARTED","COMPLETED"]},"timeframe":{"type":"object","properties":{"from":{"type":"number"},"to":{"type":"number"}},"required":["to","from"]},"updated":{"type":"string"},"userId":{"type":"string"}},"required":["id","query","accountId","timeframe","userId","status","granularity","dry"]},"workers-observability_performance_information":{"type":"object","properties":{"abr_level":{"type":"number"},"bytes_read":{"type":"number"},"elapsed":{"type":"number"},"rows_read":{"type":"number"}},"required":["elapsed","rows_read","bytes_read"]},"workers_cache_options":{"type":"object","properties":{"cross_version_cache":{"type":"boolean","default":false,"x-auditable":true},"enabled":{"type":"boolean","default":false,"x-auditable":true}},"additionalProperties":false,"required":["enabled"]},"workers_compatibility_date":{"type":"string","x-auditable":true},"workers_compatibility_flags":{"type":"array","items":{"$ref":"#/components/schemas/workers_compatibility_flag"},"default":[],"x-stainless-collection-type":"set"},"workers_containers":{"type":"array","items":{"$ref":"#/components/schemas/workers_container_item"},"x-stainless-collection-type":"set"},"workers_exports_config_map":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/workers_export_config"},"maxProperties":100},"workers_exports_reconciliation_result":{"type":"object","properties":{"created":{"type":"array","items":{"type":"string"}},"deleted":{"type":"array","items":{"type":"string"}},"info":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_info"}},"removable_entries":{"type":"array","items":{"type":"string"}},"renamed":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_rename"}},"transfer_pending":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_transfer_pending"}},"transferred":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_transfer"}},"updated":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"$ref":"#/components/schemas/workers_exports_reconciliation_warning"}}},"readOnly":true,"required":["created","updated","deleted","renamed","transferred","transfer_pending","warnings","info","removable_entries"]},"workers_single_step_migrations":{"allOf":[{"$ref":"#/components/schemas/workers_migration_tag_conditions"},{"$ref":"#/components/schemas/workers_migration_step"}]},"workers_multiple_step_migrations":{"allOf":[{"$ref":"#/components/schemas/workers_migration_tag_conditions"},{"properties":{"steps":{"type":"array","items":{"$ref":"#/components/schemas/workers_migration_step"},"writeOnly":true}},"type":"object"}]},"workers_placement_info_no_status":{"type":"object","oneOf":[{"additionalProperties":false,"properties":{"mode":{"type":"string","enum":["smart"],"x-auditable":true}},"required":["mode"],"type":"object"},{"additionalProperties":false,"properties":{"region":{"type":"string","x-auditable":true}},"required":["region"],"type":"object"},{"additionalProperties":false,"properties":{"hostname":{"type":"string","x-auditable":true}},"required":["hostname"],"type":"object"},{"additionalProperties":false,"properties":{"host":{"type":"string","x-auditable":true}},"required":["host"],"type":"object"},{"additionalProperties":false,"properties":{"mode":{"type":"string","enum":["targeted"],"x-auditable":true},"region":{"type":"string","x-auditable":true}},"required":["mode","region"],"type":"object"},{"additionalProperties":false,"properties":{"hostname":{"type":"string","x-auditable":true},"mode":{"type":"string","enum":["targeted"],"x-auditable":true}},"required":["mode","hostname"],"type":"object"},{"additionalProperties":false,"properties":{"host":{"type":"string","x-auditable":true},"mode":{"type":"string","enum":["targeted"],"x-auditable":true}},"required":["mode","host"],"type":"object"},{"additionalProperties":false,"properties":{"mode":{"type":"string","enum":["targeted"],"x-auditable":true},"target":{"type":"array","items":{"$ref":"#/components/schemas/workers_placement_target"},"maxItems":1,"minItems":1,"x-auditable":true}},"required":["mode","target"],"type":"object"}]},"workers_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"workers_binding_kind_ai":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["ai"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_ai_search":{"type":"object","properties":{"instance_name":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["ai_search"],"x-auditable":true}},"required":["name","type","instance_name"]},"workers_binding_kind_ai_search_namespace":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["ai_search_namespace"],"x-auditable":true}},"required":["name","type","namespace"]},"workers_binding_kind_analytics_engine":{"type":"object","properties":{"dataset":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["analytics_engine"],"x-auditable":true}},"required":["name","type","dataset"]},"workers_binding_kind_assets":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["assets"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_browser":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["browser"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_d1":{"type":"object","properties":{"database_id":{"type":"string","x-auditable":true},"id":{"type":"string","deprecated":true,"x-auditable":true,"x-stainless-deprecation-message":"This property has been renamed to `database_id`."},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["d1"],"x-auditable":true}},"required":["name","type","database_id"]},"workers_binding_kind_data_blob":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"part":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["data_blob"],"deprecated":true,"x-auditable":true}},"required":["name","type","part"]},"workers_binding_kind_dispatch_namespace":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace":{"type":"string","x-auditable":true},"outbound":{"type":"object","properties":{"params":{"type":"array","items":{"properties":{"name":{"type":"string","x-auditable":true}},"required":["name"],"type":"object"}},"worker":{"type":"object","properties":{"entrypoint":{"type":"string","x-auditable":true},"environment":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}}}}},"type":{"type":"string","enum":["dispatch_namespace"],"x-auditable":true}},"required":["name","type","namespace"]},"workers_binding_kind_durable_object_namespace":{"type":"object","properties":{"class_name":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"dispatch_namespace":{"type":"string","x-auditable":true},"environment":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace_id":{"allOf":[{"$ref":"#/components/schemas/workers_namespace_identifier"},{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}]},"script_name":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"type":{"type":"string","enum":["durable_object_namespace"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_flagship":{"type":"object","properties":{"app_id":{"type":"string","maxLength":128,"x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["flagship"],"x-auditable":true}},"required":["name","type","app_id"]},"workers_binding_kind_hyperdrive":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["hyperdrive"],"x-auditable":true}},"required":["name","type","id"]},"workers_binding_kind_images":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["images"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_inherit":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"old_name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["inherit"],"x-auditable":true},"version_id":{"type":"string","default":"latest","x-auditable":true}},"required":["name","type"]},"workers_binding_kind_json":{"type":"object","properties":{"json":{"type":"object","x-stainless-any":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["json"],"x-auditable":true}},"required":["name","type","json"]},"workers_binding_kind_kv_namespace":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace_id":{"$ref":"#/components/schemas/workers_namespace_identifier"},"type":{"type":"string","enum":["kv_namespace"],"x-auditable":true}},"required":["name","type","namespace_id"]},"workers_binding_kind_media":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["media"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_messaging":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["messaging"],"x-auditable":true}},"required":["name","type","namespace"]},"workers_binding_kind_mtls_certificate":{"type":"object","properties":{"certificate_id":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["mtls_certificate"],"x-auditable":true}},"required":["name","type","certificate_id"]},"workers_binding_kind_pipelines":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"pipeline":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["pipelines"],"x-auditable":true}},"required":["name","type","pipeline"]},"workers_binding_kind_plain_text":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"text":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["plain_text"],"x-auditable":true}},"required":["name","type","text"]},"workers_binding_kind_queue":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"queue_name":{"type":"string"},"type":{"type":"string","enum":["queue"],"x-auditable":true}},"required":["name","type","queue_name"]},"workers_binding_kind_r2_bucket":{"type":"object","properties":{"bucket_name":{"type":"string","x-auditable":true},"jurisdiction":{"type":"string","enum":["eu","fedramp","fedramp-high"],"x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["r2_bucket"],"x-auditable":true}},"required":["name","type","bucket_name"]},"workers_binding_kind_ratelimit":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"namespace_id":{"type":"string","x-auditable":true},"simple":{"type":"object","properties":{"limit":{"type":"number","x-auditable":true},"mitigation_timeout":{"type":"integer","x-auditable":true},"period":{"type":"integer","x-auditable":true}},"required":["limit","period"]},"type":{"type":"string","enum":["ratelimit"],"x-auditable":true}},"required":["name","type","namespace_id","simple"]},"workers_binding_kind_secret_key":{"type":"object","properties":{"algorithm":{"type":"object","x-auditable":true},"format":{"type":"string","enum":["raw","pkcs8","spki","jwk"],"x-auditable":true},"key_base64":{"type":"string","writeOnly":true,"x-sensitive":true},"key_jwk":{"type":"object","writeOnly":true,"x-sensitive":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["secret_key"],"x-auditable":true},"usages":{"type":"array","items":{"enum":["encrypt","decrypt","sign","verify","deriveKey","deriveBits","wrapKey","unwrapKey"],"type":"string"},"x-auditable":true,"x-stainless-collection-type":"set"}},"required":["name","type","format","algorithm","usages"]},"workers_binding_kind_secret_text":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"text":{"type":"string","writeOnly":true,"x-sensitive":true},"type":{"type":"string","enum":["secret_text"],"x-auditable":true}},"required":["name","type","text"]},"workers_binding_kind_secrets_store_secret":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"secret_name":{"type":"string","x-auditable":true},"store_id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["secrets_store_secret"],"x-auditable":true}},"required":["name","type","store_id","secret_name"]},"workers_binding_kind_send_email":{"type":"object","properties":{"allowed_destination_addresses":{"type":"array","items":{"format":"email","type":"string"},"x-auditable":true},"allowed_sender_addresses":{"type":"array","items":{"format":"email","type":"string"},"x-auditable":true},"destination_address":{"type":"string","format":"email","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["send_email"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_service":{"type":"object","properties":{"entrypoint":{"type":"string","x-auditable":true},"environment":{"type":"string","default":"production","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"service":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["service"],"x-auditable":true}},"required":["name","type","service"]},"workers_binding_kind_text_blob":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"part":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["text_blob"],"deprecated":true,"x-auditable":true}},"required":["name","type","part"]},"workers_binding_kind_vectorize":{"type":"object","properties":{"index_name":{"type":"string","x-auditable":true},"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["vectorize"],"x-auditable":true}},"required":["name","type","index_name"]},"workers_binding_kind_version_metadata":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"type":{"type":"string","enum":["version_metadata"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_vpc_network":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"network_id":{"type":"string","x-auditable":true},"tunnel_id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["vpc_network"],"x-auditable":true}},"required":["name","type"]},"workers_binding_kind_vpc_service":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"service_id":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["vpc_service"],"x-auditable":true}},"required":["name","type","service_id"]},"workers_binding_kind_wasm_module":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/workers_binding_name"},"part":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["wasm_module"],"deprecated":true,"x-auditable":true}},"required":["name","type","part"]},"workers_binding_kind_workflow":{"type":"object","properties":{"class_name":{"type":"string"},"name":{"$ref":"#/components/schemas/workers_binding_name"},"script_name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["workflow"]},"workflow_name":{"type":"string"}},"required":["name","type","workflow_name"]},"workers_binding_name":{"type":"string","x-auditable":true},"workers_namespace_identifier":{"type":"string","maxLength":32,"x-auditable":true},"workers_binding_item":{"type":"object","discriminator":{"mapping":{"ai":"#/components/schemas/workers_binding_kind_ai","ai_search":"#/components/schemas/workers_binding_kind_ai_search","ai_search_namespace":"#/components/schemas/workers_binding_kind_ai_search_namespace","analytics_engine":"#/components/schemas/workers_binding_kind_analytics_engine","assets":"#/components/schemas/workers_binding_kind_assets","browser":"#/components/schemas/workers_binding_kind_browser","d1":"#/components/schemas/workers_binding_kind_d1","data_blob":"#/components/schemas/workers_binding_kind_data_blob","dispatch_namespace":"#/components/schemas/workers_binding_kind_dispatch_namespace","durable_object_namespace":"#/components/schemas/workers_binding_kind_durable_object_namespace","flagship":"#/components/schemas/workers_binding_kind_flagship","hyperdrive":"#/components/schemas/workers_binding_kind_hyperdrive","images":"#/components/schemas/workers_binding_kind_images","inherit":"#/components/schemas/workers_binding_kind_inherit","json":"#/components/schemas/workers_binding_kind_json","kv_namespace":"#/components/schemas/workers_binding_kind_kv_namespace","media":"#/components/schemas/workers_binding_kind_media","messaging":"#/components/schemas/workers_binding_kind_messaging","mtls_certificate":"#/components/schemas/workers_binding_kind_mtls_certificate","pipelines":"#/components/schemas/workers_binding_kind_pipelines","plain_text":"#/components/schemas/workers_binding_kind_plain_text","queue":"#/components/schemas/workers_binding_kind_queue","r2_bucket":"#/components/schemas/workers_binding_kind_r2_bucket","ratelimit":"#/components/schemas/workers_binding_kind_ratelimit","secret_key":"#/components/schemas/workers_binding_kind_secret_key","secret_text":"#/components/schemas/workers_binding_kind_secret_text","secrets_store_secret":"#/components/schemas/workers_binding_kind_secrets_store_secret","send_email":"#/components/schemas/workers_binding_kind_send_email","service":"#/components/schemas/workers_binding_kind_service","text_blob":"#/components/schemas/workers_binding_kind_text_blob","vectorize":"#/components/schemas/workers_binding_kind_vectorize","version_metadata":"#/components/schemas/workers_binding_kind_version_metadata","vpc_network":"#/components/schemas/workers_binding_kind_vpc_network","vpc_service":"#/components/schemas/workers_binding_kind_vpc_service","wasm_module":"#/components/schemas/workers_binding_kind_wasm_module","workflow":"#/components/schemas/workers_binding_kind_workflow"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/workers_binding_kind_ai"},{"$ref":"#/components/schemas/workers_binding_kind_ai_search"},{"$ref":"#/components/schemas/workers_binding_kind_ai_search_namespace"},{"$ref":"#/components/schemas/workers_binding_kind_messaging"},{"$ref":"#/components/schemas/workers_binding_kind_analytics_engine"},{"$ref":"#/components/schemas/workers_binding_kind_assets"},{"$ref":"#/components/schemas/workers_binding_kind_browser"},{"$ref":"#/components/schemas/workers_binding_kind_d1"},{"$ref":"#/components/schemas/workers_binding_kind_data_blob"},{"$ref":"#/components/schemas/workers_binding_kind_dispatch_namespace"},{"$ref":"#/components/schemas/workers_binding_kind_durable_object_namespace"},{"$ref":"#/components/schemas/workers_binding_kind_hyperdrive"},{"$ref":"#/components/schemas/workers_binding_kind_inherit"},{"$ref":"#/components/schemas/workers_binding_kind_images"},{"$ref":"#/components/schemas/workers_binding_kind_json"},{"$ref":"#/components/schemas/workers_binding_kind_kv_namespace"},{"$ref":"#/components/schemas/workers_binding_kind_media"},{"$ref":"#/components/schemas/workers_binding_kind_mtls_certificate"},{"$ref":"#/components/schemas/workers_binding_kind_plain_text"},{"$ref":"#/components/schemas/workers_binding_kind_pipelines"},{"$ref":"#/components/schemas/workers_binding_kind_queue"},{"$ref":"#/components/schemas/workers_binding_kind_ratelimit"},{"$ref":"#/components/schemas/workers_binding_kind_r2_bucket"},{"$ref":"#/components/schemas/workers_binding_kind_secret_text"},{"$ref":"#/components/schemas/workers_binding_kind_send_email"},{"$ref":"#/components/schemas/workers_binding_kind_service"},{"$ref":"#/components/schemas/workers_binding_kind_text_blob"},{"$ref":"#/components/schemas/workers_binding_kind_vectorize"},{"$ref":"#/components/schemas/workers_binding_kind_version_metadata"},{"$ref":"#/components/schemas/workers_binding_kind_secrets_store_secret"},{"$ref":"#/components/schemas/workers_binding_kind_flagship"},{"$ref":"#/components/schemas/workers_binding_kind_secret_key"},{"$ref":"#/components/schemas/workers_binding_kind_workflow"},{"$ref":"#/components/schemas/workers_binding_kind_wasm_module"},{"$ref":"#/components/schemas/workers_binding_kind_vpc_service"},{"$ref":"#/components/schemas/workers_binding_kind_vpc_network"}]},"workers_compatibility_flag":{"type":"string","x-auditable":true},"workers_container_item":{"type":"object","properties":{"class_name":{"type":"string","x-auditable":true}},"required":["class_name"]},"workers_manifest-value":{"type":"object","properties":{"hash":{"type":"string"},"size":{"type":"integer"}},"required":["hash","size"]},"workers_export_storage":{"type":"string","enum":["sqlite","legacy-kv"]},"workers_durable_object_export":{"type":"object","properties":{"container":{"type":"string","maxLength":128},"state":{"type":"string","default":"created","enum":["created"]},"storage":{"$ref":"#/components/schemas/workers_export_storage"},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","storage"]},"workers_durable_object_deleted_export":{"type":"object","properties":{"state":{"type":"string","enum":["deleted"]},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","state"]},"workers_durable_object_renamed_export":{"type":"object","properties":{"renamed_to":{"type":"string","maxLength":128,"writeOnly":true},"state":{"type":"string","enum":["renamed"]},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","state","renamed_to"]},"workers_durable_object_transferred_export":{"type":"object","properties":{"state":{"type":"string","enum":["transferred"]},"transferred_to":{"type":"string","maxLength":128,"writeOnly":true},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","state","transferred_to"]},"workers_durable_object_expecting_transfer_export":{"type":"object","properties":{"container":{"type":"string","maxLength":128},"state":{"type":"string","enum":["expecting-transfer"]},"storage":{"$ref":"#/components/schemas/workers_export_storage"},"transfer_from":{"type":"string","maxLength":128},"type":{"type":"string","enum":["durable-object"]}},"additionalProperties":false,"required":["type","state","storage","transfer_from"]},"workers_durable_object_export_variants":{"oneOf":[{"$ref":"#/components/schemas/workers_durable_object_export"},{"$ref":"#/components/schemas/workers_durable_object_deleted_export"},{"$ref":"#/components/schemas/workers_durable_object_renamed_export"},{"$ref":"#/components/schemas/workers_durable_object_transferred_export"},{"$ref":"#/components/schemas/workers_durable_object_expecting_transfer_export"}]},"workers_worker_export":{"type":"object","properties":{"cache":{"allOf":[{"$ref":"#/components/schemas/workers_entrypoint_cache_options"}]},"state":{"type":"string","default":"created","enum":["created"]},"type":{"type":"string","enum":["worker"]}},"additionalProperties":false,"required":["type"]},"workers_export_config":{"discriminator":{"mapping":{"durable-object":"#/components/schemas/workers_durable_object_export_variants","worker":"#/components/schemas/workers_worker_export"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/workers_worker_export"},{"$ref":"#/components/schemas/workers_durable_object_export_variants"}]},"workers_exports_reconciliation_scenario":{"type":"string","enum":["code_class_not_in_exports","provisioned_class_missing_from_config","config_export_not_in_code","config_references_nonexistent_class","orphaned_provisioned_namespace","storage_type_mismatch","free_tier_requires_sqlite","invalid_export","tombstone_delete_class_still_in_code","tombstone_delete_blocked_by_external_bindings","tombstone_renamed_to_occupied","transferred_pending_not_found","transferred_target_missing","transferred_target_mismatch","phase_one_transfer_source_missing","phase_one_transfer_source_namespace_missing","phase_one_transfer_target_class_provisioned","phase_one_transfer_after_commit_mismatch","phase_one_transfer_duplicate","phase_one_transfer_target_in_dispatch_namespace","phase_one_transfer_source_in_dispatch_namespace","transferred_source_in_dispatch_namespace","transferred_target_in_dispatch_namespace","container_undeclared_reference","container_class_not_durable_object","container_wiring_inconsistent","container_multiple_durable_objects","transfer_container_parity_mismatch","transfer_container_parity_mismatch_on_commit","tombstone_class_still_in_code","stale_tombstone","transfer_receive_already_applied","transfer_receive_cleanup_complete"]},"workers_exports_reconciliation_error":{"type":"object","properties":{"class":{"type":"string"},"message":{"type":"string"},"namespace_id":{"type":"string","format":"uuid"},"referencing_scripts":{"type":"array","items":{"type":"string"}},"scenario":{"$ref":"#/components/schemas/workers_exports_reconciliation_scenario"},"suggestion":{"type":"string"}},"required":["class","scenario","message"]},"workers_exports_reconciliation_info":{"type":"object","properties":{"class":{"type":"string"},"message":{"type":"string"},"namespace_id":{"type":"string","format":"uuid"},"referencing_scripts":{"type":"array","items":{"type":"string"}},"scenario":{"$ref":"#/components/schemas/workers_exports_reconciliation_scenario"}},"required":["class","scenario","message"]},"workers_exports_reconciliation_rename":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"}},"required":["from","to"]},"workers_exports_reconciliation_transfer_pending":{"type":"object","properties":{"class":{"type":"string"},"from":{"type":"string"}},"required":["class","from"]},"workers_exports_reconciliation_transfer":{"type":"object","properties":{"class":{"type":"string"},"phase":{"type":"string","enum":["committed"]},"to":{"type":"string"}},"required":["class","to","phase"]},"workers_exports_reconciliation_warning":{"type":"object","properties":{"class":{"type":"string"},"message":{"type":"string"},"namespace_id":{"type":"string","format":"uuid"},"scenario":{"$ref":"#/components/schemas/workers_exports_reconciliation_scenario"}},"required":["class","scenario","message"]},"workers_assets":{"type":"object","properties":{"config":{"type":"object","properties":{"_headers":{"type":"string"},"_redirects":{"type":"string"},"html_handling":{"type":"string","enum":["auto-trailing-slash","force-trailing-slash","drop-trailing-slash","none"]},"not_found_handling":{"type":"string","enum":["none","404-page","single-page-application"]},"run_worker_first":{"oneOf":[{"items":{"type":"string"},"type":"array"},{"type":"boolean"}]},"serve_directly":{"type":"boolean","deprecated":true}}},"jwt":{"type":"string","x-sensitive":true}}},"workers_limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","x-auditable":true},"subrequests":{"type":"integer","x-auditable":true}}},"workers_logpush":{"type":"boolean","default":false,"x-auditable":true},"workers_observability":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"head_sampling_rate":{"type":"number","nullable":true,"x-auditable":true},"logs":{"type":"object","nullable":true,"properties":{"destinations":{"type":"array","items":{"type":"string"},"x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"head_sampling_rate":{"type":"number","nullable":true,"x-auditable":true},"invocation_logs":{"type":"boolean","x-auditable":true},"persist":{"type":"boolean","default":true,"x-auditable":true}},"required":["enabled","invocation_logs"]},"traces":{"type":"object","nullable":true,"properties":{"destinations":{"type":"array","items":{"type":"string"},"x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"head_sampling_rate":{"type":"number","nullable":true,"x-auditable":true},"persist":{"type":"boolean","default":true,"x-auditable":true},"propagation_policy":{"type":"string","default":"authenticated","enum":["authenticated","accept"],"x-auditable":true}}}},"required":["enabled"]},"workers_placement_info":{"type":"object","allOf":[{"oneOf":[{"properties":{"mode":{"type":"string","enum":["smart"],"x-auditable":true}},"required":["mode"],"type":"object"},{"properties":{"region":{"type":"string","x-auditable":true}},"required":["region"],"type":"object"},{"properties":{"hostname":{"type":"string","x-auditable":true}},"required":["hostname"],"type":"object"},{"properties":{"host":{"type":"string","x-auditable":true}},"required":["host"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["targeted"],"x-auditable":true},"region":{"type":"string","x-auditable":true}},"required":["mode","region"],"type":"object"},{"properties":{"hostname":{"type":"string","x-auditable":true},"mode":{"type":"string","enum":["targeted"],"x-auditable":true}},"required":["mode","hostname"],"type":"object"},{"properties":{"host":{"type":"string","x-auditable":true},"mode":{"type":"string","enum":["targeted"],"x-auditable":true}},"required":["mode","host"],"type":"object"},{"properties":{"mode":{"type":"string","enum":["targeted"],"x-auditable":true},"target":{"type":"array","items":{"$ref":"#/components/schemas/workers_placement_target"},"maxItems":1,"minItems":1,"x-auditable":true}},"required":["mode","target"],"type":"object"}]},{"properties":{"last_analyzed_at":{"type":"string","format":"date-time","readOnly":true},"status":{"$ref":"#/components/schemas/workers_placement_status"}},"type":"object"}]},"workers_tail_consumers":{"type":"array","items":{"$ref":"#/components/schemas/workers_tail_consumers_script"},"nullable":true,"x-stainless-collection-type":"set"},"workers_migration_tag_conditions":{"type":"object","properties":{"new_tag":{"type":"string","writeOnly":true,"x-auditable":true},"old_tag":{"type":"string","writeOnly":true,"x-auditable":true}}},"workers_migration_step":{"type":"object","properties":{"deleted_classes":{"type":"array","items":{"type":"string","x-auditable":true},"writeOnly":true},"new_classes":{"type":"array","items":{"type":"string","x-auditable":true},"writeOnly":true},"new_sqlite_classes":{"type":"array","items":{"type":"string","x-auditable":true},"writeOnly":true},"renamed_classes":{"type":"array","items":{"properties":{"from":{"type":"string","writeOnly":true,"x-auditable":true},"to":{"type":"string","writeOnly":true,"x-auditable":true}},"type":"object"},"writeOnly":true},"transferred_classes":{"type":"array","items":{"properties":{"from":{"type":"string","writeOnly":true,"x-auditable":true},"from_script":{"type":"string","writeOnly":true,"x-auditable":true},"to":{"type":"string","writeOnly":true,"x-auditable":true}},"type":"object"},"writeOnly":true}}},"workers_namespace-response":{"type":"object","properties":{"created_by":{"$ref":"#/components/schemas/workers_identifier"},"created_on":{"$ref":"#/components/schemas/workers_created_on"},"modified_by":{"$ref":"#/components/schemas/workers_identifier"},"modified_on":{"$ref":"#/components/schemas/workers_modified_on"},"namespace_id":{"$ref":"#/components/schemas/workers_uuid"},"namespace_name":{"$ref":"#/components/schemas/workers_dispatch_namespace_name"},"script_count":{"$ref":"#/components/schemas/workers_script_count"},"trusted_workers":{"$ref":"#/components/schemas/workers_trusted_workers"}}},"workers_uuid":{"type":"string","maxLength":36,"x-auditable":true},"workers_script_count":{"type":"integer"},"workers_tail_consumers_script":{"type":"object","properties":{"environment":{"type":"string","x-auditable":true},"namespace":{"type":"string","x-auditable":true},"service":{"type":"string","x-auditable":true}},"required":["service"]},"workers_script-response":{"properties":{"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"$ref":"#/components/schemas/workers_compatibility_date"},"compatibility_flags":{"$ref":"#/components/schemas/workers_compatibility_flags"},"created_on":{"$ref":"#/components/schemas/workers_created_on"},"etag":{"$ref":"#/components/schemas/workers_etag"},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"readOnly":true},"handlers":{"type":"array","items":{"type":"string"}},"has_assets":{"$ref":"#/components/schemas/workers_has_assets"},"has_modules":{"$ref":"#/components/schemas/workers_has_modules"},"id":{"type":"string","readOnly":true,"x-auditable":true},"last_deployed_from":{"type":"string"},"logpush":{"$ref":"#/components/schemas/workers_logpush"},"migration_tag":{"type":"string"},"modified_on":{"$ref":"#/components/schemas/workers_modified_on"},"named_handlers":{"type":"array","items":{"properties":{"handlers":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"type":"object"}},"observability":{"$ref":"#/components/schemas/workers_observability"},"placement":{"$ref":"#/components/schemas/workers_placement_info"},"placement_mode":{"allOf":[{"$ref":"#/components/schemas/workers_placement_mode"},{"deprecated":true,"type":"string"}]},"placement_status":{"allOf":[{"$ref":"#/components/schemas/workers_placement_status"},{"deprecated":true,"type":"string"}]},"tag":{"type":"string","readOnly":true},"tags":{"$ref":"#/components/schemas/workers_tags"},"tail_consumers":{"$ref":"#/components/schemas/workers_tail_consumers"},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}}},"workers_placement-region":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]},"workers_placement-provider":{"type":"object","properties":{"id":{"type":"string"},"regions":{"type":"array","items":{"$ref":"#/components/schemas/workers_placement-region"}}},"required":["id","regions"]},"workers_placement_target":{"type":"object","oneOf":[{"additionalProperties":false,"properties":{"region":{"type":"string"}},"required":["region"],"type":"object"},{"additionalProperties":false,"properties":{"hostname":{"type":"string"}},"required":["hostname"],"type":"object"},{"additionalProperties":false,"properties":{"host":{"type":"string"}},"required":["host"],"type":"object"}]},"workers_placement_status":{"type":"string","enum":["SUCCESS","UNSUPPORTED_APPLICATION","INSUFFICIENT_INVOCATIONS"],"readOnly":true,"x-auditable":true},"workers_etag":{"type":"string","readOnly":true},"workers_has_assets":{"type":"boolean","x-auditable":true},"workers_has_modules":{"type":"boolean","x-auditable":true},"workers_placement_mode":{"type":"string","enum":["smart","targeted"],"x-auditable":true},"workers_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/workers_api-response-common"}]},"workers_script-response-upload":{"allOf":[{"$ref":"#/components/schemas/workers_script-response"},{"properties":{"entry_point":{"type":"string","readOnly":true},"startup_time_ms":{"type":"integer","readOnly":true,"x-auditable":true}},"required":["startup_time_ms"],"type":"object"}]},"workers_version-item-short":{"type":"object","properties":{"id":{"type":"string","readOnly":true,"x-auditable":true},"metadata":{"type":"object","properties":{"author_email":{"type":"string","readOnly":true,"x-auditable":true},"author_id":{"type":"string","readOnly":true,"x-auditable":true},"created_on":{"type":"string","readOnly":true,"x-auditable":true},"hasPreview":{"type":"boolean","readOnly":true},"modified_on":{"type":"string","readOnly":true,"x-auditable":true},"source":{"type":"string","enum":["unknown","api","wrangler","terraform","dash","cf_cli","dash_template","integration","quick_editor","playground","workersci"],"readOnly":true,"x-auditable":true}},"readOnly":true},"number":{"type":"number","readOnly":true,"x-auditable":true}}},"workers_version-item-full":{"allOf":[{"$ref":"#/components/schemas/workers_version-item-short"},{"properties":{"resources":{"type":"object","properties":{"bindings":{"allOf":[{"$ref":"#/components/schemas/workers_bindings"},{"readOnly":true}]},"script":{"type":"object","properties":{"etag":{"type":"string","readOnly":true,"x-auditable":true},"handlers":{"type":"array","items":{"readOnly":true,"type":"string"},"readOnly":true,"x-stainless-collection-type":"set"},"last_deployed_from":{"type":"string","readOnly":true,"x-auditable":true},"named_handlers":{"type":"array","items":{"properties":{"handlers":{"type":"array","items":{"readOnly":true,"type":"string"},"readOnly":true,"x-stainless-collection-type":"set"},"name":{"type":"string","readOnly":true}},"readOnly":true,"type":"object"},"readOnly":true,"x-stainless-collection-type":"set"}},"readOnly":true},"script_runtime":{"type":"object","properties":{"compatibility_date":{"type":"string","readOnly":true,"x-auditable":true},"compatibility_flags":{"type":"array","items":{"readOnly":true,"type":"string"},"readOnly":true,"x-stainless-collection-type":"set"},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"readOnly":true},"limits":{"type":"object","properties":{"cpu_ms":{"type":"integer","readOnly":true}},"readOnly":true},"migration_tag":{"type":"string","readOnly":true,"x-auditable":true},"usage_model":{"type":"string","enum":["bundled","unbound","standard"],"readOnly":true,"x-auditable":true}},"readOnly":true}},"readOnly":true}},"required":["resources"],"type":"object"}]},"workers_version-item-uploaded":{"allOf":[{"$ref":"#/components/schemas/workers_version-item-full"},{"properties":{"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"startup_time_ms":{"type":"integer"}},"required":["resources"],"type":"object"}]},"workers_entrypoint_cache_options":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}},"additionalProperties":false,"required":["enabled"]},"zaraz_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"zaraz_base-tool":{"type":"object","properties":{"blockingTriggers":{"type":"array","items":{"type":"string","x-auditable":true}},"defaultFields":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"boolean"}],"x-auditable":true}},"defaultPurpose":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"name":{"type":"string","x-auditable":true},"vendorName":{"type":"string","x-auditable":true},"vendorPolicyUrl":{"type":"string","x-auditable":true}},"required":["enabled","blockingTriggers","name","defaultFields"]},"zaraz_base-mc":{"allOf":[{"$ref":"#/components/schemas/zaraz_base-tool"},{"properties":{"actions":{"type":"object","additionalProperties":{"properties":{"actionType":{"type":"string","x-auditable":true},"blockingTriggers":{"type":"array","items":{"type":"string","x-auditable":true}},"data":{"type":"object"},"firingTriggers":{"type":"array","items":{"type":"string","x-auditable":true},"minItems":1}},"required":["actionType","blockingTriggers","firingTriggers","data"],"type":"object"}},"component":{"type":"string","x-auditable":true},"neoEvents":{"type":"array","items":{"properties":{"actionType":{"type":"string","x-auditable":true},"blockingTriggers":{"type":"array","items":{"type":"string","x-auditable":true}},"data":{"type":"object"},"firingTriggers":{"type":"array","items":{"type":"string","x-auditable":true},"minItems":1}},"required":["actionType","blockingTriggers","firingTriggers","data"],"type":"object"}},"permissions":{"type":"array","items":{"type":"string","x-auditable":true}},"settings":{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"type":"boolean"}],"x-auditable":true}}},"required":["component","settings","permissions"],"type":"object"}]},"zaraz_load-rule":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"match":{"type":"string","x-auditable":true},"op":{"type":"string","enum":["CONTAINS","EQUALS","STARTS_WITH","ENDS_WITH","MATCH_REGEX","NOT_MATCH_REGEX","GREATER_THAN","GREATER_THAN_OR_EQUAL","LESS_THAN","LESS_THAN_OR_EQUAL"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"required":["id","match","op","value"]},"zaraz_click-listener-rule":{"type":"object","properties":{"action":{"type":"string","enum":["clickListener"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"selector":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["xpath","css"],"x-auditable":true},"waitForTags":{"type":"integer","minimum":0,"x-auditable":true}},"required":["type","selector","waitForTags"]}},"required":["id","action","settings"]},"zaraz_timer-rule":{"type":"object","properties":{"action":{"type":"string","enum":["timer"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"interval":{"type":"integer","minimum":50,"x-auditable":true},"limit":{"type":"integer","minimum":0,"x-auditable":true}},"required":["interval","limit"]}},"required":["id","action","settings"]},"zaraz_form-submission-rule":{"type":"object","properties":{"action":{"type":"string","enum":["formSubmission"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"selector":{"type":"string","x-auditable":true},"validate":{"type":"boolean","x-auditable":true}},"required":["selector","validate"]}},"required":["id","action","settings"]},"zaraz_variable-match-rule":{"type":"object","properties":{"action":{"type":"string","enum":["variableMatch"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"match":{"type":"string","x-auditable":true},"variable":{"type":"string","x-auditable":true}},"required":["variable","match"]}},"required":["id","action","settings"]},"zaraz_scroll-depth-rule":{"type":"object","properties":{"action":{"type":"string","enum":["scrollDepth"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"positions":{"type":"string","x-auditable":true}},"required":["positions"]}},"required":["id","action","settings"]},"zaraz_element-visibility-rule":{"type":"object","properties":{"action":{"type":"string","enum":["elementVisibility"],"x-auditable":true},"id":{"type":"string","x-auditable":true},"settings":{"type":"object","properties":{"selector":{"type":"string","x-auditable":true}},"required":["selector"]}},"required":["id","action","settings"]},"zaraz_string_variable":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["string"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"required":["name","type","value"]},"zaraz_secret_variable":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["secret"],"x-auditable":true},"value":{"type":"string","x-auditable":true,"x-sensitive":true}},"required":["name","type","value"]},"zaraz_worker_variable":{"type":"object","properties":{"name":{"type":"string","x-auditable":true},"type":{"type":"string","enum":["worker"],"x-auditable":true},"value":{"type":"object","properties":{"escapedWorkerName":{"type":"string","x-auditable":true},"workerTag":{"type":"string","x-auditable":true}},"required":["escapedWorkerName","workerTag"]}},"required":["name","type","value"]},"zaraz_zaraz-config-base":{"type":"object","properties":{"analytics":{"type":"object","properties":{"defaultPurpose":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","x-auditable":true},"sessionExpTime":{"type":"integer","maximum":86400,"minimum":60,"x-auditable":true}}},"consent":{"type":"object","properties":{"buttonTextTranslations":{"type":"object","properties":{"accept_all":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"confirm_my_choices":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"reject_all":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}}},"required":["accept_all","reject_all","confirm_my_choices"]},"companyEmail":{"type":"string","x-auditable":true},"companyName":{"type":"string","x-auditable":true},"companyStreetAddress":{"type":"string","x-auditable":true},"consentModalIntroHTML":{"type":"string","x-auditable":true},"consentModalIntroHTMLWithTranslations":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"cookieName":{"type":"string","x-auditable":true},"customCSS":{"type":"string","x-auditable":true},"customIntroDisclaimerDismissed":{"type":"boolean","x-auditable":true},"defaultLanguage":{"type":"string","x-auditable":true},"enabled":{"type":"boolean"},"hideModal":{"type":"boolean","x-auditable":true},"purposes":{"type":"object","additionalProperties":{"properties":{"name":{"type":"string","x-auditable":true}},"required":["name","description"],"type":"object"}},"purposesWithTranslations":{"type":"object","additionalProperties":{"properties":{"name":{"type":"object","additionalProperties":{"type":"string","x-auditable":true}},"order":{"type":"integer","x-auditable":true}},"required":["name","description","order"],"type":"object"}},"tcfCompliant":{"type":"boolean"}},"required":["enabled"]},"dataLayer":{"type":"boolean","x-auditable":true},"debugKey":{"type":"string","x-auditable":true},"historyChange":{"type":"boolean","x-auditable":true},"settings":{"type":"object","properties":{"autoInjectScript":{"type":"boolean","x-auditable":true},"contextEnricher":{"type":"object","properties":{"escapedWorkerName":{"type":"string","x-auditable":true},"workerTag":{"type":"string","x-auditable":true}},"required":["escapedWorkerName","workerTag"]},"cookieDomain":{"type":"string","x-auditable":true},"ecommerce":{"type":"boolean","x-auditable":true},"eventsApiPath":{"type":"string","x-auditable":true},"hideExternalReferer":{"type":"boolean","x-auditable":true},"hideIPAddress":{"type":"boolean","x-auditable":true},"hideQueryParams":{"type":"boolean","x-auditable":true},"hideUserAgent":{"type":"boolean"},"initPath":{"type":"string","x-auditable":true},"injectIframes":{"type":"boolean","x-auditable":true},"mcRootPath":{"type":"string","x-auditable":true},"scriptPath":{"type":"string","x-auditable":true},"trackPath":{"type":"string","x-auditable":true}},"required":["autoInjectScript"]},"triggers":{"type":"object","additionalProperties":{"properties":{"excludeRules":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/zaraz_load-rule"},{"$ref":"#/components/schemas/zaraz_click-listener-rule"},{"$ref":"#/components/schemas/zaraz_timer-rule"},{"$ref":"#/components/schemas/zaraz_form-submission-rule"},{"$ref":"#/components/schemas/zaraz_variable-match-rule"},{"$ref":"#/components/schemas/zaraz_scroll-depth-rule"},{"$ref":"#/components/schemas/zaraz_element-visibility-rule"}]}},"loadRules":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/zaraz_load-rule"},{"$ref":"#/components/schemas/zaraz_click-listener-rule"},{"$ref":"#/components/schemas/zaraz_timer-rule"},{"$ref":"#/components/schemas/zaraz_form-submission-rule"},{"$ref":"#/components/schemas/zaraz_variable-match-rule"},{"$ref":"#/components/schemas/zaraz_scroll-depth-rule"},{"$ref":"#/components/schemas/zaraz_element-visibility-rule"}]}},"name":{"type":"string","x-auditable":true},"system":{"type":"string","enum":["pageload"],"x-auditable":true}},"required":["name","loadRules","excludeRules"],"type":"object"}},"variables":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/components/schemas/zaraz_string_variable"},{"$ref":"#/components/schemas/zaraz_secret_variable"},{"$ref":"#/components/schemas/zaraz_worker_variable"}],"discriminator":{"mapping":{"secret":"#/components/schemas/zaraz_secret_variable","string":"#/components/schemas/zaraz_string_variable","worker":"#/components/schemas/zaraz_worker_variable"},"propertyName":"type"}}},"zarazVersion":{"type":"integer","x-auditable":true}},"required":["tools","triggers","variables","settings","dataLayer","debugKey","zarazVersion"]},"zaraz_managed-component":{"allOf":[{"$ref":"#/components/schemas/zaraz_base-mc"},{"properties":{"type":{"type":"string","enum":["component"]}},"required":["type"],"type":"object"}]},"zaraz_custom-managed-component":{"allOf":[{"$ref":"#/components/schemas/zaraz_base-mc"},{"properties":{"type":{"type":"string","enum":["custom-mc"]},"worker":{"type":"object","properties":{"escapedWorkerName":{"type":"string","x-auditable":true},"workerTag":{"type":"string","x-auditable":true}},"required":["workerTag","escapedWorkerName"]}},"required":["worker","type"],"type":"object"}]},"zaraz_zaraz-config-row-base":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time","x-auditable":true},"id":{"type":"integer","x-auditable":true},"updatedAt":{"type":"string","format":"date-time","x-auditable":true},"userId":{"type":"string","x-auditable":true}},"required":["id","createdAt","updatedAt","userId"]},"zero-trust-gateway_enabled_download_phase":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_enabled_upload_phase":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_fail_closed":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_notification_settings":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"include_context":{"type":"boolean","x-auditable":true},"msg":{"type":"string","x-auditable":true},"support_url":{"type":"string","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zero-trust-gateway_messages"},"messages":{"$ref":"#/components/schemas/zero-trust-gateway_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"zero-trust-gateway_result_info":{"type":"object","properties":{"count":{"type":"number"},"page":{"type":"number"},"per_page":{"type":"number"},"total_count":{"type":"number"}}},"zero-trust-gateway_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"zero-trust-gateway_application":{"type":"object","properties":{"application_type_id":{"$ref":"#/components/schemas/zero-trust-gateway_app_type_id"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_app_id"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-4"}}},"zero-trust-gateway_application_type":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_app_type_id"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-4"}}},"zero-trust-gateway_app_type_id":{"type":"integer","x-auditable":true},"zero-trust-gateway_timestamp":{"type":"string","format":"date-time"},"zero-trust-gateway_app_id":{"type":"integer","x-auditable":true},"zero-trust-gateway_name-4":{"type":"string","x-auditable":true},"zero-trust-gateway_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common"}]},"zero-trust-gateway_applications_review_status_response_content":{"type":"object","properties":{"approved_apps":{"$ref":"#/components/schemas/zero-trust-gateway_approved_apps"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"in_review_apps":{"$ref":"#/components/schemas/zero-trust-gateway_in_review_apps"},"unapproved_apps":{"$ref":"#/components/schemas/zero-trust-gateway_unapproved_apps"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_approved_apps":{"type":"array","items":{"type":"integer"},"x-stainless-collection-type":"set"},"zero-trust-gateway_read_only_timestamp":{"type":"string","format":"date-time","readOnly":true},"zero-trust-gateway_in_review_apps":{"type":"array","items":{"type":"integer"},"x-stainless-collection-type":"set"},"zero-trust-gateway_unapproved_apps":{"type":"array","items":{"type":"integer"},"x-stainless-collection-type":"set"},"zero-trust-gateway_beta":{"type":"boolean","x-auditable":true},"zero-trust-gateway_class":{"type":"string","enum":["free","premium","blocked","removalPending","noBlock"],"x-auditable":true},"zero-trust-gateway_id":{"type":"integer","x-auditable":true},"zero-trust-gateway_name-5":{"type":"string"},"zero-trust-gateway_subcategory":{"type":"object","properties":{"beta":{"$ref":"#/components/schemas/zero-trust-gateway_beta"},"class":{"$ref":"#/components/schemas/zero-trust-gateway_class"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_id"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-5"}}},"zero-trust-gateway_binding_status":{"type":"string","enum":["pending_deployment","available","pending_deletion","inactive"],"readOnly":true,"x-auditable":true},"zero-trust-gateway_uuid":{"type":"string","maxLength":36,"x-auditable":true},"zero-trust-gateway_type":{"type":"string","enum":["custom","gateway_managed"],"readOnly":true,"x-auditable":true},"zero-trust-gateway_csv_operation_data":{"type":"object","properties":{"list_type":{"$ref":"#/components/schemas/zero-trust-gateway_type-2"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name"}}},"zero-trust-gateway_type-2":{"type":"string","enum":["SERIAL","URL","DOMAIN","EMAIL","IP","CATEGORY","LOCATION","DEVICE","AAGUID"],"x-auditable":true},"zero-trust-gateway_name":{"type":"string","x-auditable":true},"zero-trust-gateway_csv_operation":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"data":{"$ref":"#/components/schemas/zero-trust-gateway_csv_operation_data"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"},"operation_type":{"type":"string","enum":["create_list"]},"processing_error":{"type":"string","nullable":true},"result":{"type":"string","nullable":true},"status":{"type":"string","enum":["pending","active","failed","complete"]},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_ip_networks":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_ip_network"},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_doh_endpoint":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ip_networks"},"require_token":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"zero-trust-gateway_dot_endpoint":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ip_networks"}}},"zero-trust-gateway_ipv4_endpoint":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"}}},"zero-trust-gateway_ipv6_endpoint":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ipv6_networks"}}},"zero-trust-gateway_gateway-account-egress-cidr":{"type":"object","properties":{"geolocation":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"}}},"ipv4":{"type":"string"},"ipv4_colo_name":{"type":"string"},"ipv6_cidr":{"type":"string"}},"required":["ipv4","ipv4_colo_name","ipv6_cidr","geolocation"]},"zero-trust-gateway_account-log-options":{"type":"object","properties":{"log_all":{"type":"boolean","default":false,"x-auditable":true},"log_blocks":{"type":"boolean","default":false,"x-auditable":true}}},"zero-trust-gateway_gateway-account-logging-settings":{"type":"object","properties":{"redact_pii":{"type":"boolean","default":false,"x-auditable":true},"settings_by_rule_type":{"type":"object","properties":{"dns":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_account-log-options"}]},"http":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_account-log-options"}]},"l4":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_account-log-options"}]}}}}},"zero-trust-gateway_activity-log-settings":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_anti-virus-settings":{"type":"object","properties":{"enabled_download_phase":{"$ref":"#/components/schemas/zero-trust-gateway_enabled_download_phase"},"enabled_upload_phase":{"$ref":"#/components/schemas/zero-trust-gateway_enabled_upload_phase"},"fail_closed":{"$ref":"#/components/schemas/zero-trust-gateway_fail_closed"},"notification_settings":{"$ref":"#/components/schemas/zero-trust-gateway_notification_settings"}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_block-page-settings":{"type":"object","properties":{"background_color":{"type":"string","x-auditable":true},"enabled":{"type":"boolean","nullable":true,"x-auditable":true},"footer_text":{"type":"string","x-auditable":true},"header_text":{"type":"string","x-auditable":true},"include_context":{"type":"boolean","x-auditable":true},"logo_path":{"type":"string","x-auditable":true},"mailto_address":{"type":"string","x-auditable":true},"mailto_subject":{"type":"string","x-auditable":true},"mode":{"type":"string","default":"","enum":["","customized_block_page","redirect_uri"],"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"name":{"type":"string","x-auditable":true},"read_only":{"type":"boolean","nullable":true,"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"source_account":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"suppress_footer":{"type":"boolean"},"target_uri":{"type":"string","format":"uri","x-auditable":true},"version":{"type":"integer","nullable":true,"readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_body-scanning-settings":{"type":"object","properties":{"inspection_mode":{"type":"string","enum":["deep","shallow"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_browser-isolation-settings":{"type":"object","properties":{"non_identity_enabled":{"type":"boolean","x-auditable":true},"url_browser_isolation_enabled":{"type":"boolean","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_certificate-settings":{"type":"object","properties":{"id":{"type":"string","x-auditable":true}},"nullable":true,"required":["id"],"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_custom-certificate-settings":{"type":"object","properties":{"binding_status":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"enabled":{"type":"boolean","nullable":true,"x-auditable":true},"id":{"type":"string","x-auditable":true},"updated_at":{"type":"string","format":"date-time","readOnly":true,"x-stainless-terraform-configurability":"computed"}},"deprecated":true,"nullable":true,"required":["enabled"],"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_extended-email-matching":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true},"read_only":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"source_account":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"version":{"type":"integer","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_fips-settings":{"type":"object","properties":{"tls":{"type":"boolean","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_host-selector-settings":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_inspection-settings":{"type":"object","properties":{"mode":{"type":"string","enum":["static","dynamic"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_max-ttl-secs":{"type":"integer","maximum":36000,"minimum":60,"nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_protocol-detection":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_sandbox":{"type":"object","properties":{"enabled":{"type":"boolean","nullable":true,"x-auditable":true},"fallback_action":{"type":"string","enum":["allow","block"],"x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_tls-settings":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_gateway_tag":{"type":"string","maxLength":32},"zero-trust-gateway_cf_account_id":{"type":"string","maxLength":32},"zero-trust-gateway_provider_name":{"type":"string"},"zero-trust-gateway_gateway-account-settings":{"properties":{"settings":{"type":"object","properties":{"activity_log":{"$ref":"#/components/schemas/zero-trust-gateway_activity-log-settings"},"antivirus":{"$ref":"#/components/schemas/zero-trust-gateway_anti-virus-settings"},"block_page":{"$ref":"#/components/schemas/zero-trust-gateway_block-page-settings"},"body_scanning":{"$ref":"#/components/schemas/zero-trust-gateway_body-scanning-settings"},"browser_isolation":{"$ref":"#/components/schemas/zero-trust-gateway_browser-isolation-settings"},"certificate":{"$ref":"#/components/schemas/zero-trust-gateway_certificate-settings"},"custom_certificate":{"$ref":"#/components/schemas/zero-trust-gateway_custom-certificate-settings"},"extended_email_matching":{"$ref":"#/components/schemas/zero-trust-gateway_extended-email-matching"},"fips":{"$ref":"#/components/schemas/zero-trust-gateway_fips-settings"},"host_selector":{"$ref":"#/components/schemas/zero-trust-gateway_host-selector-settings"},"inspection":{"$ref":"#/components/schemas/zero-trust-gateway_inspection-settings"},"max_ttl_secs":{"$ref":"#/components/schemas/zero-trust-gateway_max-ttl-secs"},"protocol_detection":{"$ref":"#/components/schemas/zero-trust-gateway_protocol-detection"},"sandbox":{"$ref":"#/components/schemas/zero-trust-gateway_sandbox"},"tls_decrypt":{"$ref":"#/components/schemas/zero-trust-gateway_tls-settings"}}}}},"zero-trust-gateway_ip_network":{"type":"object","properties":{"network":{"type":"string","x-auditable":true}},"required":["network"]},"zero-trust-gateway_ipv4_network":{"type":"object","properties":{"network":{"type":"string","x-auditable":true}},"required":["network"]},"zero-trust-gateway_ipv6_networks":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_ipv6_network"},"nullable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_ipv6_network":{"type":"object","properties":{"network":{"type":"string","x-auditable":true}},"required":["network"]},"zero-trust-gateway_value":{"type":"string","x-auditable":true},"zero-trust-gateway_api-response-collection":{"type":"object","allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_api-response-common"},{"properties":{"result_info":{"$ref":"#/components/schemas/zero-trust-gateway_result_info"}},"type":"object"}]},"zero-trust-gateway_items":{"type":"array","items":{"properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"value":{"$ref":"#/components/schemas/zero-trust-gateway_value"}},"type":"object"},"x-stainless-collection-type":"set"},"zero-trust-gateway_lists":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/zero-trust-gateway_count"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"},"items":{"$ref":"#/components/schemas/zero-trust-gateway_items"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name"},"type":{"$ref":"#/components/schemas/zero-trust-gateway_type-2"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_count":{"type":"number","readOnly":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_dns-destination-ips-id-read":{"type":"string","default":"0e4a32c6-6fb8-4858-9296-98f51631e8e6","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_dns_destination_ipv6_block_id":{"type":"string","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"zero-trust-gateway_subdomain":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_ip":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_operation_data":{"type":"object"},"zero-trust-gateway_slug":{"type":"string","x-auditable":true},"zero-trust-gateway_url":{"type":"string","readOnly":true,"x-auditable":true},"zero-trust-gateway_name-6":{"type":"string","x-auditable":true},"zero-trust-gateway_subdomain-2":{"type":"string","readOnly":true,"x-auditable":true},"zero-trust-gateway_ips":{"type":"array","items":{"type":"string","x-auditable":true}},"zero-trust-gateway_proxy-endpoint-identity":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"kind":{"type":"string","enum":["identity"],"x-auditable":true},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-6"},"subdomain":{"$ref":"#/components/schemas/zero-trust-gateway_subdomain-2"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}},"required":["kind","name"]},"zero-trust-gateway_proxy-endpoint-ip":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"ips":{"$ref":"#/components/schemas/zero-trust-gateway_ips"},"kind":{"type":"string","enum":["ip"],"x-auditable":true},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-6"},"subdomain":{"$ref":"#/components/schemas/zero-trust-gateway_subdomain-2"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}},"required":["name","ips"]},"zero-trust-gateway_certificates":{"type":"object","properties":{"binding_status":{"$ref":"#/components/schemas/zero-trust-gateway_binding_status"},"certificate":{"type":"string","readOnly":true},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"expires_on":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"fingerprint":{"type":"string","readOnly":true,"x-auditable":true},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid"},"in_use":{"type":"boolean","readOnly":true,"x-stainless-terraform-configurability":"computed"},"issuer_org":{"type":"string","readOnly":true,"x-auditable":true},"issuer_raw":{"type":"string","readOnly":true,"x-auditable":true},"type":{"$ref":"#/components/schemas/zero-trust-gateway_type"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"uploaded_on":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_dns_destination_ip_pair":{"type":"object","properties":{"backup_ip":{"type":"string","x-auditable":true},"id":{"type":"string","x-auditable":true},"pair_type":{"enum":["shared","dedicated","byoip"],"x-auditable":true},"primary_ip":{"type":"string","x-auditable":true}},"required":["id","primary_ip","backup_ip","pair_type"]},"zero-trust-gateway_operation":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"data":{"$ref":"#/components/schemas/zero-trust-gateway_operation_data"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"},"operation_type":{"type":"string","enum":["create_list"]},"processing_error":{"type":"string","nullable":true},"result":{"type":"string","nullable":true},"status":{"type":"string","enum":["pending","active","failed","complete"]},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}},"readOnly":true},"zero-trust-gateway_locations":{"type":"object","properties":{"client_default":{"$ref":"#/components/schemas/zero-trust-gateway_client-default"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"dns_destination_ips_id":{"$ref":"#/components/schemas/zero-trust-gateway_dns-destination-ips-id-read"},"dns_destination_ipv6_block_id":{"$ref":"#/components/schemas/zero-trust-gateway_dns_destination_ipv6_block_id"},"doh_subdomain":{"$ref":"#/components/schemas/zero-trust-gateway_subdomain"},"ecs_support":{"$ref":"#/components/schemas/zero-trust-gateway_ecs-support"},"endpoints":{"$ref":"#/components/schemas/zero-trust-gateway_endpoints"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"ip":{"$ref":"#/components/schemas/zero-trust-gateway_ip"},"ipv4_destination":{"type":"string","readOnly":true,"x-stainless-terraform-configurability":"computed"},"ipv4_destination_backup":{"type":"string","readOnly":true,"x-stainless-terraform-configurability":"computed"},"max_ttl":{"$ref":"#/components/schemas/zero-trust-gateway_max-ttl"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-2"},"networks":{"$ref":"#/components/schemas/zero-trust-gateway_ipv4_networks"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_rules":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/zero-trust-gateway_action"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"deleted_at":{"$ref":"#/components/schemas/zero-trust-gateway_deleted_at"},"device_posture":{"$ref":"#/components/schemas/zero-trust-gateway_device_posture"},"enabled":{"$ref":"#/components/schemas/zero-trust-gateway_enabled"},"expiration":{"$ref":"#/components/schemas/zero-trust-gateway_expiration"},"filters":{"$ref":"#/components/schemas/zero-trust-gateway_filters"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-2"},"identity":{"$ref":"#/components/schemas/zero-trust-gateway_identity"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-3"},"precedence":{"$ref":"#/components/schemas/zero-trust-gateway_precedence"},"read_only":{"$ref":"#/components/schemas/zero-trust-gateway_read_only"},"rule_settings":{"$ref":"#/components/schemas/zero-trust-gateway_rule-settings"},"schedule":{"$ref":"#/components/schemas/zero-trust-gateway_schedule"},"sharable":{"$ref":"#/components/schemas/zero-trust-gateway_sharable"},"source_account":{"$ref":"#/components/schemas/zero-trust-gateway_source_account"},"traffic":{"$ref":"#/components/schemas/zero-trust-gateway_traffic"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"version":{"$ref":"#/components/schemas/zero-trust-gateway_version"},"warning_status":{"$ref":"#/components/schemas/zero-trust-gateway_warning_status"}},"required":["name","precedence","enabled","action","traffic","filters"]},"zero-trust-gateway_app-types":{"type":"object","oneOf":[{"$ref":"#/components/schemas/zero-trust-gateway_application"},{"$ref":"#/components/schemas/zero-trust-gateway_application_type"}],"readOnly":true},"zero-trust-gateway_categories":{"type":"object","properties":{"beta":{"$ref":"#/components/schemas/zero-trust-gateway_beta"},"class":{"$ref":"#/components/schemas/zero-trust-gateway_class"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_id"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-5"},"subcategories":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_subcategory"}}},"readOnly":true},"zero-trust-gateway_proxy-endpoints":{"discriminator":{"mapping":{"identity":"#/components/schemas/zero-trust-gateway_proxy-endpoint-identity","ip":"#/components/schemas/zero-trust-gateway_proxy-endpoint-ip"},"propertyName":"kind"},"oneOf":[{"$ref":"#/components/schemas/zero-trust-gateway_proxy-endpoint-ip"},{"$ref":"#/components/schemas/zero-trust-gateway_proxy-endpoint-identity"}]},"zero-trust-gateway_dns_resolver_settings_v4":{"type":"object","properties":{"ip":{"type":"string","x-auditable":true},"port":{"type":"integer","x-auditable":true},"route_through_private_network":{"type":"boolean","x-auditable":true},"vnet_id":{"type":"string","x-auditable":true}},"required":["ip"],"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_dns_resolver_settings_v6":{"type":"object","properties":{"ip":{"type":"string","x-auditable":true},"port":{"type":"integer","x-auditable":true},"route_through_private_network":{"type":"boolean","x-auditable":true},"vnet_id":{"type":"string","x-auditable":true}},"required":["ip"],"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_action":{"type":"string","enum":["on","off","allow","block","scan","noscan","safesearch","ytrestricted","isolate","noisolate","override","l4_override","egress","resolve","quarantine","redirect"],"x-auditable":true},"zero-trust-gateway_deleted_at":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_device_posture":{"type":"string","default":"","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_enabled":{"type":"boolean","default":false,"x-auditable":true},"zero-trust-gateway_expiration":{"type":"object","properties":{"duration":{"type":"integer","minimum":5,"x-auditable":true},"expired":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"expires_at":{"allOf":[{"$ref":"#/components/schemas/zero-trust-gateway_timestamp"},{"type":"string","x-auditable":true}]}},"nullable":true,"required":["expires_at"],"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_filters":{"type":"array","items":{"enum":["http","dns","l4","egress","dns_resolver"],"type":"string","x-auditable":true},"maxItems":1,"minItems":1},"zero-trust-gateway_identity":{"type":"string","default":"","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_name-3":{"type":"string","x-auditable":true},"zero-trust-gateway_precedence":{"type":"integer","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_read_only":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_rule-settings":{"type":"object","properties":{"add_headers":{"type":"object","additionalProperties":{"items":{"type":"string"},"type":"array","x-auditable":true},"nullable":true,"x-stainless-terraform-configurability":"optional"},"allow_child_bypass":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"audit_ssh":{"type":"object","nullable":true,"properties":{"command_logging":{"type":"boolean","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"biso_admin_controls":{"type":"object","properties":{"copy":{"type":"string","enum":["enabled","disabled","remote_only"],"x-auditable":true},"dcp":{"type":"boolean","x-auditable":true},"dd":{"type":"boolean","x-auditable":true},"dk":{"type":"boolean","x-auditable":true},"download":{"type":"string","enum":["enabled","disabled","remote_only"],"x-auditable":true},"dp":{"type":"boolean","x-auditable":true},"du":{"type":"boolean","x-auditable":true},"keyboard":{"type":"string","enum":["enabled","disabled"],"x-auditable":true},"paste":{"type":"string","enum":["enabled","disabled","remote_only"],"x-auditable":true},"printing":{"type":"string","enum":["enabled","disabled"],"x-auditable":true},"upload":{"type":"string","enum":["enabled","disabled"],"x-auditable":true},"version":{"type":"string","default":"v1","enum":["v1","v2"],"x-auditable":true},"wm_id":{"type":"string","format":"uuid","maxLength":36,"minLength":1,"x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"block_page":{"type":"object","nullable":true,"properties":{"include_context":{"type":"boolean","x-auditable":true},"target_uri":{"type":"string","format":"uri","x-auditable":true}},"required":["target_uri"],"x-stainless-terraform-configurability":"optional"},"block_page_enabled":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"block_reason":{"type":"string","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"bypass_parent_rule":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"check_session":{"type":"object","nullable":true,"properties":{"duration":{"type":"string","x-auditable":true},"enforce":{"type":"boolean","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"delete_headers":{"type":"array","items":{"type":"string","x-auditable":true},"nullable":true,"x-stainless-terraform-configurability":"optional"},"dns_resolvers":{"type":"object","nullable":true,"properties":{"ipv4":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_dns_resolver_settings_v4"}},"ipv6":{"type":"array","items":{"$ref":"#/components/schemas/zero-trust-gateway_dns_resolver_settings_v6"}}},"x-stainless-terraform-configurability":"optional"},"egress":{"type":"object","nullable":true,"properties":{"ipv4":{"type":"string","x-auditable":true},"ipv4_fallback":{"type":"string","x-auditable":true},"ipv6":{"type":"string","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"forensic_copy":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"ignore_cname_category_matches":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"insecure_disable_dnssec_validation":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"ip_categories":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"ip_indicator_feeds":{"type":"boolean","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"l4override":{"type":"object","nullable":true,"properties":{"ip":{"type":"string","x-auditable":true},"port":{"type":"integer","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"notification_settings":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","x-auditable":true},"include_context":{"type":"boolean","x-auditable":true},"msg":{"type":"string","x-auditable":true},"support_url":{"type":"string","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"override_host":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"optional"},"override_ips":{"type":"array","items":{"type":"string","x-auditable":true},"nullable":true,"x-stainless-terraform-configurability":"optional"},"payload_log":{"type":"object","nullable":true,"properties":{"enabled":{"type":"boolean","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"quarantine":{"type":"object","nullable":true,"properties":{"file_types":{"type":"array","items":{"enum":["exe","pdf","doc","docm","docx","rtf","ppt","pptx","xls","xlsm","xlsx","zip","rar"],"type":"string","x-auditable":true}}},"x-stainless-terraform-configurability":"optional"},"redirect":{"type":"object","nullable":true,"properties":{"include_context":{"type":"boolean","x-auditable":true},"preserve_path_and_query":{"type":"boolean","x-auditable":true},"target_uri":{"type":"string","format":"uri","x-auditable":true}},"required":["target_uri"],"x-stainless-terraform-configurability":"optional"},"resolve_dns_internally":{"type":"object","nullable":true,"properties":{"fallback":{"type":"string","enum":["none","public_dns"],"x-auditable":true},"view_id":{"type":"string","x-auditable":true}},"x-stainless-terraform-configurability":"optional"},"resolve_dns_through_cloudflare":{"type":"boolean","nullable":true,"x-auditable":true,"x-stainless-terraform-configurability":"optional"},"set_headers":{"type":"object","additionalProperties":{"items":{"type":"string"},"type":"array","x-auditable":true},"nullable":true,"x-stainless-terraform-configurability":"optional"},"untrusted_cert":{"type":"object","nullable":true,"properties":{"action":{"type":"string","enum":["pass_through","block","error"],"x-auditable":true}},"x-stainless-terraform-configurability":"optional"}},"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_schedule":{"type":"object","properties":{"fri":{"type":"string","x-auditable":true},"mon":{"type":"string","x-auditable":true},"sat":{"type":"string","x-auditable":true},"sun":{"type":"string","x-auditable":true},"thu":{"type":"string","x-auditable":true},"time_zone":{"type":"string","x-auditable":true},"tue":{"type":"string","x-auditable":true},"wed":{"type":"string","x-auditable":true}},"nullable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_sharable":{"type":"boolean","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_source_account":{"type":"string","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_traffic":{"type":"string","default":"","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_version":{"type":"integer","readOnly":true,"x-auditable":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_warning_status":{"type":"string","nullable":true,"readOnly":true,"x-stainless-terraform-configurability":"computed"},"zero-trust-gateway_public_key":{"type":"string","x-auditable":true},"zero-trust-gateway_uuid-4":{"type":"string","maxLength":36,"x-auditable":true},"zero-trust-gateway_settings":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"public_key":{"$ref":"#/components/schemas/zero-trust-gateway_public_key"},"seed_id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-4"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"}}},"zero-trust-gateway_pacfile":{"type":"object","properties":{"contents":{"$ref":"#/components/schemas/zero-trust-gateway_contents"},"created_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"id":{"$ref":"#/components/schemas/zero-trust-gateway_uuid-3"},"name":{"$ref":"#/components/schemas/zero-trust-gateway_name-7"},"slug":{"$ref":"#/components/schemas/zero-trust-gateway_slug"},"updated_at":{"$ref":"#/components/schemas/zero-trust-gateway_read_only_timestamp"},"url":{"$ref":"#/components/schemas/zero-trust-gateway_url"}}},"zone-activation_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"zone-activation_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zone-activation_messages"},"messages":{"$ref":"#/components/schemas/zone-activation_messages"},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages"]},"zone-analytics-api_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"zone-analytics-api_api-response-common":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zone-analytics-api_messages"},"messages":{"$ref":"#/components/schemas/zone-analytics-api_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"zone-analytics-api_api-response-single":{"type":"object","allOf":[{"$ref":"#/components/schemas/zone-analytics-api_api-response-common"},{"properties":{"result":{"anyOf":[{"nullable":true,"type":"object"},{"nullable":true,"type":"string"}]}}}]},"zone-analytics-api_query_response":{"type":"object","properties":{"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"time_delta":{"type":"integer"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}},"readOnly":true},"zone-analytics-api_datacenters":{"type":"array","items":{"properties":{"colo_id":{"type":"string"},"timeseries":{"$ref":"#/components/schemas/zone-analytics-api_timeseries_by_colo"},"totals":{"$ref":"#/components/schemas/zone-analytics-api_totals_by_colo"}},"type":"object"},"title":"Analytics data by datacenter"},"zone-analytics-api_timeseries":{"type":"array","items":{"properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_bandwidth"},"pageviews":{"$ref":"#/components/schemas/zone-analytics-api_pageviews"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_requests"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"threats":{"$ref":"#/components/schemas/zone-analytics-api_threats"},"uniques":{"$ref":"#/components/schemas/zone-analytics-api_uniques"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}},"type":"object"}},"zone-analytics-api_totals":{"type":"object","properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_bandwidth"},"pageviews":{"$ref":"#/components/schemas/zone-analytics-api_pageviews"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_requests"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"threats":{"$ref":"#/components/schemas/zone-analytics-api_threats"},"uniques":{"$ref":"#/components/schemas/zone-analytics-api_uniques"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}}},"zone-analytics-api_dashboard":{"type":"object","properties":{"timeseries":{"$ref":"#/components/schemas/zone-analytics-api_timeseries"},"totals":{"$ref":"#/components/schemas/zone-analytics-api_totals"}},"title":"Dashboard response"},"zone-analytics-api_timeseries_by_colo":{"type":"array","items":{"properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_bandwidth_by_colo"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_requests_by_colo"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"threats":{"$ref":"#/components/schemas/zone-analytics-api_threats"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}},"type":"object"}},"zone-analytics-api_totals_by_colo":{"type":"object","properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_bandwidth_by_colo"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_requests_by_colo"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"threats":{"$ref":"#/components/schemas/zone-analytics-api_threats"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}}},"zone-analytics-api_bandwidth":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"content_type":{"type":"object"},"country":{"type":"object"},"ssl":{"type":"object","properties":{"encrypted":{"type":"integer"},"unencrypted":{"type":"integer"}}},"ssl_protocols":{"type":"object","properties":{"TLSv1":{"type":"integer"},"TLSv1.1":{"type":"integer"},"TLSv1.2":{"type":"integer"},"TLSv1.3":{"type":"integer"},"none":{"type":"integer"}}},"uncached":{"type":"integer"}}},"zone-analytics-api_pageviews":{"type":"object","properties":{"all":{"type":"integer"},"search_engine":{"type":"object"}}},"zone-analytics-api_requests":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"content_type":{"type":"object"},"country":{"type":"object"},"http_status":{"type":"object","additionalProperties":true},"ssl":{"type":"object","properties":{"encrypted":{"type":"integer"},"unencrypted":{"type":"integer"}}},"ssl_protocols":{"type":"object","properties":{"TLSv1":{"type":"integer"},"TLSv1.1":{"type":"integer"},"TLSv1.2":{"type":"integer"},"TLSv1.3":{"type":"integer"},"none":{"type":"integer"}}},"uncached":{"type":"integer"}}},"zone-analytics-api_threats":{"type":"object","properties":{"all":{"type":"integer"},"country":{"type":"object"},"type":{"type":"object"}}},"zone-analytics-api_uniques":{"type":"object","properties":{"all":{"type":"integer"}}},"zone-analytics-api_bandwidth_by_colo":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"uncached":{"type":"integer"}}},"zone-analytics-api_requests_by_colo":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"country":{"type":"object","additionalProperties":true},"http_status":{"type":"object"},"uncached":{"type":"integer"}}},"zone-analytics-api_user_zone":{"type":"object","properties":{"timeseries":{"type":"array","items":{"$ref":"#/components/schemas/zone-analytics-api_user_period"}},"totals":{"$ref":"#/components/schemas/zone-analytics-api_user_period"},"zone_id":{"type":"string","maxLength":32,"readOnly":true}}},"zone-analytics-api_user_period_bandwidth":{"type":"object","properties":{"all":{"type":"integer"},"cached":{"type":"integer"},"uncached":{"type":"integer"}}},"zone-analytics-api_user_period_requests":{"type":"object","properties":{"all":{"type":"integer"}}},"zone-analytics-api_user_period":{"type":"object","properties":{"bandwidth":{"$ref":"#/components/schemas/zone-analytics-api_user_period_bandwidth"},"requests":{"$ref":"#/components/schemas/zone-analytics-api_user_period_requests"},"since":{"$ref":"#/components/schemas/zone-analytics-api_since"},"until":{"$ref":"#/components/schemas/zone-analytics-api_until"}}},"zones_base":{"properties":{"editable":{"type":"boolean","enum":[true,false],"readOnly":true},"id":{"type":"string"},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true},"value":{}},"required":["id","value"]},"zones_0rtt_value":{"type":"string","default":"off","enum":["on","off"]},"zones_always_use_https":{"type":"object","properties":{"id":{"type":"string","enum":["always_use_https"],"x-auditable":true}},"title":"Always Use HTTPS","x-stainless-skip":["terraform"]},"zones_automatic_https_rewrites":{"type":"object","properties":{"id":{"type":"string","enum":["automatic_https_rewrites"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Automatic HTTPS Rewrites","x-stainless-skip":["terraform"]},"zones_browser_cache_ttl":{"type":"object","properties":{"id":{"type":"string","enum":["browser_cache_ttl"],"x-auditable":true},"value":{"type":"integer","maximum":31536000,"minimum":0,"x-auditable":true}},"title":"Browser Cache TTL","x-stainless-skip":["terraform"]},"zones_browser_check":{"type":"object","properties":{"id":{"type":"string","enum":["browser_check"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Browser Integrity Check","x-stainless-skip":["terraform"]},"zones_bypass_cache_on_cookie":{"type":"object","properties":{"id":{"type":"string","enum":["bypass_cache_on_cookie"],"x-auditable":true},"value":{"type":"string","maxLength":150,"minLength":1,"x-auditable":true}},"title":"Bypass Cache on Cookie","x-stainless-skip":["terraform"]},"zones_cache_by_device_type":{"type":"object","properties":{"id":{"type":"string","enum":["cache_by_device_type"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Cache By Device Type","x-stainless-skip":["terraform"]},"zones_cache_deception_armor":{"type":"object","properties":{"id":{"type":"string","enum":["cache_deception_armor"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Cache Deception Armor","x-stainless-skip":["terraform"]},"zones_cache_key_fields":{"type":"object","properties":{"id":{"type":"string","enum":["cache_key_fields"]},"value":{"type":"object","properties":{"cookie":{"properties":{"check_presence":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1},"include":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1}},"type":"object"},"header":{"properties":{"check_presence":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1},"exclude":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1},"include":{"type":"array","items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1}},"type":"object"},"host":{"properties":{"resolved":{"type":"boolean"}},"type":"object"},"query_string":{"properties":{"exclude":{"oneOf":[{"enum":["*"],"type":"string"},{"items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1,"type":"array"}]},"include":{"oneOf":[{"enum":["*"],"type":"string"},{"items":{"minLength":1,"type":"string"},"maxItems":50,"minItems":1,"type":"array"}]}},"type":"object"},"user":{"properties":{"device_type":{"type":"boolean"},"geo":{"type":"boolean"},"lang":{"type":"boolean"}},"type":"object"}}}},"title":"Custom Cache Key","x-stainless-skip":["terraform"]},"zones_cache_level":{"type":"object","properties":{"id":{"type":"string","enum":["cache_level"],"x-auditable":true},"value":{"type":"string","enum":["bypass","basic","simplified","aggressive","cache_everything"],"x-auditable":true}},"title":"Cache Level","x-stainless-skip":["terraform"]},"zones_cache_on_cookie":{"type":"object","properties":{"id":{"type":"string","enum":["cache_on_cookie"],"x-auditable":true},"value":{"type":"string","maxLength":150,"minLength":1,"x-auditable":true}},"title":"Cache on Cookie","x-stainless-skip":["terraform"]},"zones_cache_ttl_by_status":{"type":"object","properties":{"id":{"type":"string","enum":["cache_ttl_by_status"],"x-auditable":true},"value":{"type":"object","additionalProperties":{"anyOf":[{"enum":["no-cache","no-store"],"type":"string"},{"type":"integer"}]}}},"title":"Cache TTL by Status Code","x-stainless-skip":["terraform"]},"zones_disable_apps":{"type":"object","properties":{"id":{"type":"string","enum":["disable_apps"],"x-auditable":true}},"title":"Disable Apps","x-stainless-skip":["terraform"]},"zones_disable_performance":{"type":"object","properties":{"id":{"type":"string","enum":["disable_performance"],"x-auditable":true}},"title":"Disable Performance","x-stainless-skip":["terraform"]},"zones_disable_security":{"type":"object","properties":{"id":{"type":"string","enum":["disable_security"],"x-auditable":true}},"title":"Disable Security","x-stainless-skip":["terraform"]},"zones_disable_zaraz":{"type":"object","properties":{"id":{"type":"string","enum":["disable_zaraz"],"x-auditable":true}},"title":"Disable Zaraz","x-stainless-skip":["terraform"]},"zones_edge_cache_ttl":{"type":"object","properties":{"id":{"type":"string","enum":["edge_cache_ttl"],"x-auditable":true},"value":{"type":"integer","maximum":31536000,"minimum":1,"x-auditable":true}},"title":"Edge Cache TTL","x-stainless-skip":["terraform"]},"zones_email_obfuscation":{"type":"object","properties":{"id":{"type":"string","enum":["email_obfuscation"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Email Obfuscation","x-stainless-skip":["terraform"]},"zones_explicit_cache_control":{"type":"object","properties":{"id":{"type":"string","enum":["explicit_cache_control"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Origin Cache Control","x-stainless-skip":["terraform"]},"zones_forwarding_url":{"type":"object","properties":{"id":{"type":"string","enum":["forwarding_url"],"x-auditable":true},"value":{"properties":{"status_code":{"enum":[301,302],"type":"integer","x-auditable":true},"url":{"maxLength":1500,"type":"string","x-auditable":true}}}},"title":"Forwarding URL","x-stainless-skip":["terraform"]},"zones_host_header_override":{"type":"object","properties":{"id":{"type":"string","enum":["host_header_override"],"x-auditable":true},"value":{"type":"string","minLength":1,"x-auditable":true}},"title":"Host Header Override","x-stainless-skip":["terraform"]},"zones_ip_geolocation":{"type":"object","properties":{"id":{"type":"string","enum":["ip_geolocation"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"IP Geolocation Header","x-stainless-skip":["terraform"]},"zones_mirage":{"type":"object","properties":{"id":{"type":"string","enum":["mirage"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"deprecated":true,"title":"Mirage","x-stainless-deprecation-message":"Mirage is deprecated. This functionality is no longer supported. \nSee https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-11-03 for further details.\n","x-stainless-skip":["terraform"]},"zones_opportunistic_encryption":{"type":"object","properties":{"id":{"type":"string","enum":["opportunistic_encryption"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Opportunistic Encryption","x-stainless-skip":["terraform"]},"zones_origin_error_page_pass_thru":{"type":"object","properties":{"id":{"type":"string","enum":["origin_error_page_pass_thru"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Origin Error Page Passthru","x-stainless-skip":["terraform"]},"zones_polish":{"type":"object","properties":{"id":{"type":"string","enum":["polish"],"x-auditable":true},"value":{"type":"string","enum":["off","lossless","lossy"],"x-auditable":true}},"title":"Polish","x-stainless-skip":["terraform"]},"zones_resolve_override":{"type":"object","properties":{"id":{"type":"string","enum":["resolve_override"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"title":"Resolve Override","x-stainless-skip":["terraform"]},"zones_respect_strong_etag":{"type":"object","properties":{"id":{"type":"string","enum":["respect_strong_etag"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Respect Strong ETags","x-stainless-skip":["terraform"]},"zones_response_buffering":{"type":"object","properties":{"id":{"type":"string","enum":["response_buffering"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"deprecated":true,"title":"Response Buffering","x-stainless-deprecation-message":"This page rule is deprecated. This functionality is no longer supported.","x-stainless-skip":["terraform"]},"zones_rocket_loader":{"type":"object","properties":{"id":{"type":"string","enum":["rocket_loader"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Rocket Loader","x-stainless-skip":["terraform"]},"zones_security_level":{"type":"object","properties":{"id":{"type":"string","enum":["security_level"],"x-auditable":true},"value":{"type":"string","enum":["off","essentially_off","low","medium","high","under_attack"],"x-auditable":true}},"title":"Security Level","x-stainless-skip":["terraform"]},"zones_sort_query_string_for_cache":{"type":"object","properties":{"id":{"type":"string","enum":["sort_query_string_for_cache"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"Query String Sort","x-stainless-skip":["terraform"]},"zones_ssl":{"type":"object","properties":{"id":{"type":"string","enum":["ssl"],"x-auditable":true},"value":{"type":"string","enum":["off","flexible","full","strict","origin_pull"],"x-auditable":true}},"title":"SSL","x-stainless-skip":["terraform"]},"zones_true_client_ip_header":{"type":"object","properties":{"id":{"type":"string","enum":["true_client_ip_header"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"True Client IP Header","x-stainless-skip":["terraform"]},"zones_waf":{"type":"object","properties":{"id":{"type":"string","enum":["waf"],"x-auditable":true},"value":{"type":"string","enum":["on","off"],"x-auditable":true}},"title":"WAF","x-stainless-skip":["terraform"]},"zones_advanced_ddos_value":{"type":"string","default":"off","enum":["on","off"]},"zones_always_online_value":{"type":"string","default":"on","enum":["on","off"]},"zones_always_use_https_value":{"type":"string","default":"off","enum":["on","off"]},"zones_messages":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"}},"required":["code","message"],"type":"object","uniqueItems":true}},"zones_messages-2":{"type":"array","items":{"properties":{"code":{"type":"integer","minimum":1000},"documentation_url":{"type":"string"},"message":{"type":"string"},"source":{"type":"object","properties":{"pointer":{"type":"string"}}}},"required":["code","message"],"type":"object","uniqueItems":true}},"zones_api-response-common-3":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/zones_messages"},"messages":{"$ref":"#/components/schemas/zones_messages"},"result":{"anyOf":[{"type":"object"},{"items":{},"type":"array"},{"type":"string"}]},"success":{"type":"boolean","enum":[true]}},"required":["success","errors","messages","result"]},"zones_automatic_https_rewrites_value":{"type":"string","default":"on","enum":["on","off"]},"zones_brotli_value":{"type":"string","default":"off","enum":["off","on"]},"zones_browser_cache_ttl_value":{"type":"integer","default":14400,"maximum":31536000,"minimum":0},"zones_browser_check_value":{"type":"string","default":"on","enum":["on","off"]},"zones_cache-rules_base":{"type":"object","properties":{"id":{"type":"string","x-auditable":true},"modified_on":{"type":"string","format":"date-time","nullable":true,"readOnly":true,"x-auditable":true}},"required":["id"]},"zones_cache-rules_aegis_value":{"type":"object","properties":{"enabled":{"type":"boolean","x-auditable":true},"pool_id":{"type":"string","x-auditable":true}}},"zones_cache-rules_origin_h2_max_streams_value":{"type":"integer","maximum":1000,"minimum":1,"x-auditable":true},"zones_cache-rules_origin_max_http_version_value":{"type":"string","enum":["2","1"],"x-auditable":true},"zones_cache_level_value":{"type":"string","default":"aggressive","enum":["aggressive","basic","simplified"]},"zones_challenge_ttl_value":{"type":"number","default":1800,"enum":[300,900,1800,2700,3600,7200,10800,14400,28800,57600,86400,604800,2592000,31536000]},"zones_china_network_enabled_value":{"type":"string","default":"off","enum":["on","off"],"readOnly":true},"zones_ciphers_value":{"type":"array","items":{"type":"string"},"default":[],"uniqueItems":true},"zones_cname_flattening_value":{"type":"string","default":"flatten_at_root","deprecated":true,"enum":["flatten_at_root","flatten_all"],"x-stainless-deprecation-message":"This zone setting is deprecated; please use the DNS Settings route instead. More information at https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-03-21"},"zones_content_converter_value":{"type":"string","default":"off","enum":["off","on"]},"zones_development_mode_value":{"type":"string","default":"off","enum":["on","off"]},"zones_early_hints_value":{"type":"string","default":"off","enum":["on","off"]},"zones_edge_cache_ttl_value":{"type":"number","default":7200,"enum":[30,60,300,1200,1800,3600,7200,10800,14400,18000,28800,43200,57600,72000,86400,172800,259200,345600,432000,518400,604800]},"zones_email_obfuscation_value":{"type":"string","default":"on","enum":["on","off"]},"zones_h2_prioritization_value":{"type":"string","default":"off","enum":["on","off","custom"]},"zones_hotlink_protection_value":{"type":"string","default":"off","enum":["on","off"]},"zones_http2_value":{"type":"string","default":"off","enum":["on","off"]},"zones_http3_value":{"type":"string","default":"off","enum":["on","off"]},"zones_image_resizing_value":{"type":"string","default":"off","enum":["on","off","open"]},"zones_ip_geolocation_value":{"type":"string","default":"on","enum":["on","off"]},"zones_ipv6_value":{"type":"string","default":"off","enum":["off","on"]},"zones_max_upload_value":{"type":"integer","default":100,"enum":[100,125,150,175,200,225,250,275,300,325,350,375,400,425,450,475,500,1000]},"zones_min_tls_version_value":{"type":"string","default":"1.0","enum":["1.0","1.1","1.2","1.3"]},"zones_mirage_value":{"type":"string","default":"off","deprecated":true,"enum":["on","off"],"x-stainless-deprecation-message":"Mirage is being deprecated. More information at https://developers.cloudflare.com/speed/optimization/images/mirage/"},"zones_0rtt":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["0rtt"]},"value":{"$ref":"#/components/schemas/zones_0rtt_value"}}}],"title":"0-RTT Value"},"zones_advanced_ddos":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["advanced_ddos"]},"value":{"$ref":"#/components/schemas/zones_advanced_ddos_value"}}}],"title":"Advanced DDoS Protection"},"zones_cache-rules_aegis":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_cache-rules_base"},{"properties":{"id":{"type":"string","enum":["aegis"],"x-auditable":true},"value":{"$ref":"#/components/schemas/zones_cache-rules_aegis_value"}},"type":"object"}],"title":"Aegis"},"zones_always_online":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["always_online"]},"value":{"$ref":"#/components/schemas/zones_always_online_value"}}}],"title":"Always Online Mode"},"zones_always_use_https-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["always_use_https"]},"value":{"$ref":"#/components/schemas/zones_always_use_https_value"}}}],"title":"Zone Enable Always Use HTTPS"},"zones_automatic_https_rewrites-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["automatic_https_rewrites"]},"value":{"$ref":"#/components/schemas/zones_automatic_https_rewrites_value"}}}],"title":"Zone Enable Automatic HTTPS Rewrites"},"zones_brotli":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["brotli"]},"value":{"$ref":"#/components/schemas/zones_brotli_value"}}}],"title":"Brotli Compression"},"zones_browser_cache_ttl-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["browser_cache_ttl"]},"value":{"$ref":"#/components/schemas/zones_browser_cache_ttl_value"}}}],"title":"Browser Cache TTL"},"zones_browser_check-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["browser_check"]},"value":{"$ref":"#/components/schemas/zones_browser_check_value"}}}],"title":"Browser Check"},"zones_cache_level-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["cache_level"]},"value":{"$ref":"#/components/schemas/zones_cache_level_value"}}}],"title":"Cloudflare Cache Level"},"zones_challenge_ttl":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["challenge_ttl"]},"value":{"$ref":"#/components/schemas/zones_challenge_ttl_value"}}}],"title":"Challenge Page TTL"},"zones_china_network_enabled":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["china_network_enabled"]},"value":{"$ref":"#/components/schemas/zones_china_network_enabled_value"}}}],"title":"China Network Enabled"},"zones_content_converter":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["content_converter"]},"value":{"$ref":"#/components/schemas/zones_content_converter_value"}}}],"title":"Content Converter"},"zones_ciphers":{"default":[],"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["ciphers"]},"value":{"$ref":"#/components/schemas/zones_ciphers_value"}}}],"title":"Zone ciphers allowed for TLS termination"},"zones_cname_flattening":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["cname_flattening"]},"value":{"$ref":"#/components/schemas/zones_cname_flattening_value"}}}],"deprecated":true,"title":"Cloudflare CNAME Flattening","x-stainless-deprecation-message":"This zone setting is deprecated; please use the DNS Settings route instead. More information at https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-03-21"},"zones_development_mode":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["development_mode"]},"time_remaining":{"type":"number","readOnly":true},"value":{"$ref":"#/components/schemas/zones_development_mode_value"}}}],"title":"Development Mode"},"zones_early_hints":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["early_hints"]},"value":{"$ref":"#/components/schemas/zones_early_hints_value"}}}],"title":"Early Hints"},"zones_edge_cache_ttl-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["edge_cache_ttl"]},"value":{"$ref":"#/components/schemas/zones_edge_cache_ttl_value"}}}],"title":"Edge Cache TTL"},"zones_email_obfuscation-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["email_obfuscation"]},"value":{"$ref":"#/components/schemas/zones_email_obfuscation_value"}}}],"title":"Email Obfuscation"},"zones_h2_prioritization":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["h2_prioritization"]},"value":{"$ref":"#/components/schemas/zones_h2_prioritization_value"}}}],"title":"HTTP/2 Edge Prioritization"},"zones_hotlink_protection":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["hotlink_protection"]},"value":{"$ref":"#/components/schemas/zones_hotlink_protection_value"}}}],"title":"Hotlink Protection"},"zones_http2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["http2"]},"value":{"$ref":"#/components/schemas/zones_http2_value"}}}],"title":"HTTP2 Value"},"zones_http3":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["http3"]},"value":{"$ref":"#/components/schemas/zones_http3_value"}}}],"title":"HTTP3 Value"},"zones_ip_geolocation-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["ip_geolocation"]},"value":{"$ref":"#/components/schemas/zones_ip_geolocation_value"}}}],"title":"IP Geolocation"},"zones_ipv6":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["ipv6"]},"value":{"$ref":"#/components/schemas/zones_ipv6_value"}}}],"title":"IPv6"},"zones_max_upload":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["max_upload"]},"value":{"$ref":"#/components/schemas/zones_max_upload_value"}}}],"title":"Max Upload"},"zones_min_tls_version":{"default":"1.0","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["min_tls_version"]},"value":{"$ref":"#/components/schemas/zones_min_tls_version_value"}}}],"title":"Zone Minimum TLS Version value"},"zones_mirage-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["mirage"]},"value":{"$ref":"#/components/schemas/zones_mirage_value"}}}],"deprecated":true,"title":"Mirage Image Optimization","x-stainless-deprecation-message":"Mirage is being deprecated. More information at https://developers.cloudflare.com/speed/optimization/images/mirage/"},"zones_nel":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["nel"]},"value":{"$ref":"#/components/schemas/zones_nel_value"}}}],"title":"Network Error Logging"},"zones_opportunistic_encryption-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["opportunistic_encryption"]},"value":{"$ref":"#/components/schemas/zones_opportunistic_encryption_value"}}}],"title":"Enable Opportunistic Encryption for a zone"},"zones_opportunistic_onion":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["opportunistic_onion"]},"value":{"$ref":"#/components/schemas/zones_opportunistic_onion_value"}}}],"title":"Zone Enable Onion Routing"},"zones_orange_to_orange":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["orange_to_orange"]},"value":{"$ref":"#/components/schemas/zones_orange_to_orange_value"}}}],"title":"Orange to Orange"},"zones_origin_error_page_pass_thru-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["origin_error_page_pass_thru"]},"value":{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru_value"}}}],"title":"Error Pages On"},"zones_cache-rules_origin_h2_max_streams":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_h2_max_streams"],"x-auditable":true},"value":{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams_value"}},"type":"object"}],"title":"Origin H2 Max Streams"},"zones_cache-rules_origin_max_http_version":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_cache-rules_base"},{"properties":{"id":{"type":"string","enum":["origin_max_http_version"],"x-auditable":true},"value":{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version_value"}},"type":"object"}],"title":"Origin Max HTTP Version"},"zones_polish-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["polish"]},"value":{"$ref":"#/components/schemas/zones_polish_value"}}}],"title":"Polish Image Optimization"},"zones_prefetch_preload":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["prefetch_preload"]},"value":{"$ref":"#/components/schemas/zones_prefetch_preload_value"}}}],"title":"Prefetch preload"},"zones_privacy_pass":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["privacy_pass"]},"value":{"$ref":"#/components/schemas/zones_privacy_pass_value"}}}],"deprecated":true,"title":"Privacy Pass v1 (deprecated)","x-stainless-deprecation-message":"Privacy Pass v1 was deprecated in 2023. (Announcement - https://blog.cloudflare.com/privacy-pass-standard/) and (API deprecation details - https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2024-03-31)"},"zones_proxy_read_timeout":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["proxy_read_timeout"]},"value":{"$ref":"#/components/schemas/zones_proxy_read_timeout_value"}}}],"title":"Proxy Read Timeout"},"zones_pseudo_ipv4":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"default":"pseudo_ipv4","enum":["pseudo_ipv4"]},"value":{"$ref":"#/components/schemas/zones_pseudo_ipv4_value"}}}],"title":"Pseudo IPv4 Value"},"zones_redirects_for_ai_training":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["redirects_for_ai_training"]},"value":{"$ref":"#/components/schemas/zones_redirects_for_ai_training_value"}}}],"title":"Redirects for AI Training"},"zones_replace_insecure_js":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["replace_insecure_js"]},"value":{"$ref":"#/components/schemas/zones_replace_insecure_js_value"}}}],"title":"Replace insecure JavaScript libraries"},"zones_response_buffering-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["response_buffering"]},"value":{"$ref":"#/components/schemas/zones_response_buffering_value"}}}],"deprecated":true,"title":"Response Buffering","x-stainless-deprecation-message":"This zone setting is deprecated. This functionality is no longer supported."},"zones_rocket_loader-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["rocket_loader"]},"value":{"$ref":"#/components/schemas/zones_rocket_loader_value"}}}],"title":"Rocket Loader"},"zones_schemas-automatic_platform_optimization":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["automatic_platform_optimization"]},"value":{"$ref":"#/components/schemas/zones_automatic_platform_optimization"}}}],"title":"Automatic Platform Optimization for WordPress"},"zones_search_for_agents":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["search_for_agents"]},"value":{"$ref":"#/components/schemas/zones_search_for_agents_value"}}}],"title":"Search for Agents"},"zones_security_header":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["security_header"]},"value":{"$ref":"#/components/schemas/zones_security_header_value"}}}],"title":"Security Header"},"zones_security_level-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["security_level"]},"value":{"$ref":"#/components/schemas/zones_security_level_value"}}}],"title":"Security Level"},"zones_server_side_exclude":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["server_side_exclude"]},"value":{"$ref":"#/components/schemas/zones_server_side_exclude_value"}}}],"title":"Server Side Exclude"},"zones_sha1_support":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["sha1_support"]},"value":{"$ref":"#/components/schemas/zones_sha1_support_value"}}}],"title":"Toggle SHA1 support"},"zones_sort_query_string_for_cache-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["sort_query_string_for_cache"]},"value":{"$ref":"#/components/schemas/zones_sort_query_string_for_cache_value"}}}],"title":"Get String Sort"},"zones_ssl-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["ssl"]},"value":{"$ref":"#/components/schemas/zones_ssl_value"}}}],"title":"SSL"},"zones_ssl_recommender":{"allOf":[{"properties":{"enabled":{"$ref":"#/components/schemas/zones_ssl_recommender_enabled"},"id":{"enum":["ssl_recommender"]}}}],"title":"SSL/TLS Recommender"},"zones_tls_1_2_only":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["tls_1_2_only"]},"value":{"$ref":"#/components/schemas/zones_tls_1_2_only_value"}}}],"title":"TLS1.2 only"},"zones_tls_1_3":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["tls_1_3"]},"value":{"$ref":"#/components/schemas/zones_tls_1_3_value"}}}],"title":"Enable TLS 1.3 value for a zone"},"zones_tls_client_auth":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["tls_client_auth"]},"value":{"$ref":"#/components/schemas/zones_tls_client_auth_value"}}}],"title":"TLS Client Authentication"},"zones_true_client_ip_header-2":{"default":"off","allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["true_client_ip_header"]},"value":{"$ref":"#/components/schemas/zones_true_client_ip_header_value"}}}],"title":"True Client IP Header"},"zones_waf-2":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["waf"]},"value":{"$ref":"#/components/schemas/zones_waf_value"}}}],"title":"Web Application Firewall"},"zones_webmcp_enabled":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["webmcp_enabled"]},"value":{"$ref":"#/components/schemas/zones_webmcp_enabled_value"}}}],"title":"WebMCP Enabled"},"zones_webmcp_packs":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["webmcp_packs"]},"value":{"$ref":"#/components/schemas/zones_webmcp_packs_value"}}}],"title":"WebMCP Tool Packs"},"zones_webp":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["webp"]},"value":{"$ref":"#/components/schemas/zones_webp_value"}}}],"title":"Polish WebP Conversion"},"zones_websockets":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["websockets"]},"value":{"$ref":"#/components/schemas/zones_websockets_value"}}}],"title":"WebSockets"},"zones_nel_value":{"type":"object","properties":{"enabled":{"type":"boolean","default":false}},"default":{"enabled":false}},"zones_opportunistic_encryption_value":{"type":"string","default":"on","enum":["on","off"]},"zones_opportunistic_onion_value":{"type":"string","default":"off","enum":["on","off"]},"zones_orange_to_orange_value":{"type":"string","default":"on","enum":["on","off"]},"zones_origin_error_page_pass_thru_value":{"type":"string","default":"off","enum":["on","off"]},"zones_created_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"zones_modified_on":{"type":"string","format":"date-time","readOnly":true,"x-auditable":true},"zones_polish_value":{"type":"string","default":"off","enum":["off","lossless","lossy"]},"zones_prefetch_preload_value":{"type":"string","default":"off","enum":["on","off"]},"zones_privacy_pass_value":{"type":"string","default":"off","deprecated":true,"enum":["on","off"],"x-stainless-deprecation-message":"Privacy Pass v1 was deprecated in 2023. (Announcement - https://blog.cloudflare.com/privacy-pass-standard/) and (API deprecation details - https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2024-03-31)"},"zones_proxy_read_timeout_value":{"type":"number","default":125},"zones_pseudo_ipv4_value":{"type":"string","default":"off","enum":["off","add_header","overwrite_header"]},"zones_redirects_for_ai_training_value":{"type":"string","default":"off","enum":["off","on"]},"zones_replace_insecure_js_value":{"type":"string","default":"off","enum":["on","off"]},"zones_response_buffering_value":{"type":"string","default":"off","enum":["on","off"]},"zones_rocket_loader_value":{"type":"string","default":"off","enum":["on","off"]},"zones_automatic_platform_optimization":{"type":"object","properties":{"cache_by_device_type":{"type":"boolean"},"cf":{"type":"boolean","default":false},"enabled":{"type":"boolean","default":false},"hostnames":{"type":"array","items":{"format":"hostname","type":"string"}},"wordpress":{"type":"boolean","default":false},"wp_plugin":{"type":"boolean","default":false}},"required":["enabled","cf","wordpress","wp_plugin","hostnames","cache_by_device_type"]},"zones_search_for_agents_value":{"type":"string","default":"off","enum":["off","on"]},"zones_security_header_value":{"type":"object","properties":{"strict_transport_security":{"type":"object","properties":{"enabled":{"type":"boolean"},"include_subdomains":{"type":"boolean"},"max_age":{"type":"number"},"nosniff":{"type":"boolean"},"preload":{"type":"boolean"}}}},"default":{"strict_transport_security":{"enabled":true,"include_subdomains":true,"max_age":86400,"nosniff":true,"preload":false}}},"zones_security_level_value":{"type":"string","default":"medium","enum":["off","essentially_off","low","medium","high","under_attack"]},"zones_server_side_exclude_value":{"type":"string","default":"on","enum":["on","off"]},"zones_image_resizing":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["image_resizing"]},"value":{"$ref":"#/components/schemas/zones_image_resizing_value"}}}],"title":"Image Transformations"},"zones_transformations":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["transformations"]},"value":{"$ref":"#/components/schemas/zones_image_resizing_value"}}}],"title":"Media Transformations"},"zones_transformations_allowed_origins":{"allOf":[{"$ref":"#/components/schemas/zones_base"},{"properties":{"id":{"enum":["transformations_allowed_origins"]},"value":{"$ref":"#/components/schemas/zones_transformations_allowed_origins_value"}}}],"title":"Media Transformations Allowed Origins"},"zones_sha1_support_value":{"type":"string","default":"off","enum":["off","on"]},"zones_sort_query_string_for_cache_value":{"type":"string","default":"off","enum":["on","off"]},"zones_ssl_value":{"type":"string","default":"off","enum":["off","flexible","full","strict"]},"zones_tls_1_2_only_value":{"type":"string","default":"off","enum":["off","on"]},"zones_tls_1_3_value":{"type":"string","default":"off","enum":["on","off","zrt"]},"zones_tls_client_auth_value":{"type":"string","default":"off","enum":["on","off"]},"zones_true_client_ip_header_value":{"type":"string","default":"off","enum":["on","off"]},"zones_waf_value":{"type":"string","default":"off","enum":["on","off"]},"zones_webmcp_enabled_value":{"type":"string","default":"off","enum":["off","on"]},"zones_webmcp_packs_value":{"type":"string","default":"","maxLength":256,"pattern":"^([a-z0-9]+(-[a-z0-9]+)*(,[a-z0-9]+(-[a-z0-9]+)*)*)?$"},"zones_webp_value":{"type":"string","default":"off","enum":["off","on"]},"zones_websockets_value":{"type":"string","default":"off","enum":["off","on"]},"zones_ssl_recommender_enabled":{"type":"boolean","default":false},"zones_url_target":{"type":"object","properties":{"constraint":{"type":"object","allOf":[{"$ref":"#/components/schemas/zones_string_constraint"},{"properties":{"value":{"type":"string","pattern":"^(https?://)?(([-a-zA-Z0-9*]*\\.)+[-a-zA-Z0-9]{2,20})(:(8080|8443|443|80))?(/[\\S]+)?$","x-auditable":true}}}]},"target":{"enum":["url"],"x-auditable":true}}},"zones_target":{"oneOf":[{"$ref":"#/components/schemas/zones_url_target"}],"required":["target","constraint"]},"zones_transformations_allowed_origins_value":{"type":"string"},"zones_string_constraint":{"type":"object","properties":{"operator":{"default":"contains","enum":["matches","contains","equals","not_equal","not_contain"],"x-auditable":true},"value":{"type":"string","x-auditable":true}},"required":["operator","value"]},"zones_setting_value":{"oneOf":[{"$ref":"#/components/schemas/zones_0rtt_value"},{"$ref":"#/components/schemas/zones_advanced_ddos_value"},{"$ref":"#/components/schemas/zones_cache-rules_aegis_value"},{"$ref":"#/components/schemas/zones_always_online_value"},{"$ref":"#/components/schemas/zones_always_use_https_value"},{"$ref":"#/components/schemas/zones_automatic_https_rewrites_value"},{"$ref":"#/components/schemas/zones_brotli_value"},{"$ref":"#/components/schemas/zones_browser_cache_ttl_value"},{"$ref":"#/components/schemas/zones_browser_check_value"},{"$ref":"#/components/schemas/zones_cache_level_value"},{"$ref":"#/components/schemas/zones_challenge_ttl_value"},{"$ref":"#/components/schemas/zones_china_network_enabled_value"},{"$ref":"#/components/schemas/zones_content_converter_value"},{"$ref":"#/components/schemas/zones_ciphers_value"},{"$ref":"#/components/schemas/zones_cname_flattening_value"},{"$ref":"#/components/schemas/zones_development_mode_value"},{"$ref":"#/components/schemas/zones_early_hints_value"},{"$ref":"#/components/schemas/zones_edge_cache_ttl_value"},{"$ref":"#/components/schemas/zones_email_obfuscation_value"},{"$ref":"#/components/schemas/zones_h2_prioritization_value"},{"$ref":"#/components/schemas/zones_hotlink_protection_value"},{"$ref":"#/components/schemas/zones_http2_value"},{"$ref":"#/components/schemas/zones_http3_value"},{"$ref":"#/components/schemas/zones_image_resizing_value"},{"$ref":"#/components/schemas/zones_ip_geolocation_value"},{"$ref":"#/components/schemas/zones_ipv6_value"},{"$ref":"#/components/schemas/zones_max_upload_value"},{"$ref":"#/components/schemas/zones_min_tls_version_value"},{"$ref":"#/components/schemas/zones_mirage_value"},{"$ref":"#/components/schemas/zones_nel_value"},{"$ref":"#/components/schemas/zones_opportunistic_encryption_value"},{"$ref":"#/components/schemas/zones_opportunistic_onion_value"},{"$ref":"#/components/schemas/zones_orange_to_orange_value"},{"$ref":"#/components/schemas/zones_origin_error_page_pass_thru_value"},{"$ref":"#/components/schemas/zones_cache-rules_origin_h2_max_streams_value"},{"$ref":"#/components/schemas/zones_cache-rules_origin_max_http_version_value"},{"$ref":"#/components/schemas/zones_polish_value"},{"$ref":"#/components/schemas/zones_prefetch_preload_value"},{"$ref":"#/components/schemas/zones_privacy_pass_value"},{"$ref":"#/components/schemas/zones_proxy_read_timeout_value"},{"$ref":"#/components/schemas/zones_pseudo_ipv4_value"},{"$ref":"#/components/schemas/zones_redirects_for_ai_training_value"},{"$ref":"#/components/schemas/zones_replace_insecure_js_value"},{"$ref":"#/components/schemas/zones_response_buffering_value"},{"$ref":"#/components/schemas/zones_rocket_loader_value"},{"$ref":"#/components/schemas/zones_automatic_platform_optimization"},{"$ref":"#/components/schemas/zones_search_for_agents_value"},{"$ref":"#/components/schemas/zones_security_header_value"},{"$ref":"#/components/schemas/zones_security_level_value"},{"$ref":"#/components/schemas/zones_server_side_exclude_value"},{"$ref":"#/components/schemas/zones_sha1_support_value"},{"$ref":"#/components/schemas/zones_sort_query_string_for_cache_value"},{"$ref":"#/components/schemas/zones_ssl_value"},{"$ref":"#/components/schemas/zones_tls_1_2_only_value"},{"$ref":"#/components/schemas/zones_tls_1_3_value"},{"$ref":"#/components/schemas/zones_tls_client_auth_value"},{"$ref":"#/components/schemas/zones_true_client_ip_header_value"},{"$ref":"#/components/schemas/zones_waf_value"},{"$ref":"#/components/schemas/zones_webmcp_enabled_value"},{"$ref":"#/components/schemas/zones_webmcp_packs_value"},{"$ref":"#/components/schemas/zones_webp_value"},{"$ref":"#/components/schemas/zones_websockets_value"}]},"api-shield_create-single-rule-request":{"allOf":[{"required":["title","description","action","enabled","expression","selector"],"type":"object"},{"$ref":"#/components/schemas/api-shield_rule-properties"}]},"api-shield_edit-single-rule-request":{"allOf":[{"$ref":"#/components/schemas/api-shield_rule-properties"},{"properties":{"position":{"$ref":"#/components/schemas/api-shield_position"}},"type":"object"}]},"api-shield_credentials-request":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-request"},"maxItems":4,"minItems":1}},"required":["keys"]},"api-shield_credentials-patch-request":{"type":"object","properties":{"keys":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_credentials-JWT-Key-patch-request"},"maxItems":4,"minItems":1}},"required":["keys"]},"api-shield_global_setting_change_base":{"type":"object","properties":{"validation_default_mitigation_action":{"type":"string","enum":["none","log","block"],"x-auditable":true},"validation_override_mitigation_action":{"type":"string","enum":["none",null],"nullable":true,"x-auditable":true}}},"api-shield_per_operation_setting_change_base":{"type":"object","properties":{"mitigation_action":{"type":"string","enum":["log","block","none",null],"nullable":true,"x-auditable":true}}},"pay-per-crawl_ZonesCanBeEnabledQueryPayload":{"type":"object","properties":{"zones":{"type":"array","items":{"type":"string"}}}},"realtimekit_AIConfig":{"type":"object","properties":{"summarization":{"$ref":"#/components/schemas/realtimekit_SummarizationConfig"},"transcription":{"$ref":"#/components/schemas/realtimekit_TranscriptionConfig"}},"title":"AIConfig"},"realtimekit_Preset":{"type":"object","properties":{"config":{"type":"object","properties":{"livestream_viewer_qualities":{"type":"array","items":{"minimum":0,"type":"integer"},"default":[],"nullable":true},"max_screenshare_count":{"type":"number"},"max_video_streams":{"type":"object","properties":{"desktop":{"type":"number"},"mobile":{"type":"number"}},"required":["mobile","desktop"]},"media":{"type":"object","properties":{"audio":{"type":"object","properties":{"enable_high_bitrate":{"type":"boolean","default":false},"enable_stereo":{"type":"boolean","default":false}}},"screenshare":{"type":"object","properties":{"frame_rate":{"type":"number"},"quality":{"type":"string","enum":["hd","vga","qvga","fhd","uhd"]}},"required":["quality","frame_rate"]},"video":{"type":"object","properties":{"frame_rate":{"type":"number","maximum":30},"quality":{"type":"string","enum":["hd","vga","qvga","fhd","uhd"]},"simulcast":{"type":"boolean","default":false}},"required":["quality","frame_rate"]}},"required":["video","screenshare"]},"view_type":{"type":"string","enum":["GROUP_CALL","WEBINAR","AUDIO_ROOM","LIVESTREAM"]}},"required":["view_type","max_video_streams","max_screenshare_count","media"]},"name":{"type":"string"},"permissions":{"type":"object","properties":{"accept_stage_requests":{"type":"boolean"},"accept_waiting_requests":{"type":"boolean"},"can_accept_production_requests":{"type":"boolean"},"can_change_participant_permissions":{"type":"boolean"},"can_edit_display_name":{"type":"boolean"},"can_livestream":{"type":"boolean"},"can_record":{"type":"boolean"},"can_spotlight":{"type":"boolean"},"chat":{"type":"object","properties":{"private":{"type":"object","properties":{"can_receive":{"type":"boolean"},"can_send":{"type":"boolean"},"files":{"type":"boolean"},"text":{"type":"boolean"}},"required":["can_send","can_receive","text","files"]},"public":{"type":"object","properties":{"can_send":{"type":"boolean"},"files":{"type":"boolean"},"text":{"type":"boolean"}},"required":["can_send","text","files"]}},"required":["public","private"]},"connected_meetings":{"type":"object","properties":{"can_alter_connected_meetings":{"type":"boolean"},"can_switch_connected_meetings":{"type":"boolean"},"can_switch_to_parent_meeting":{"type":"boolean"}},"required":["can_alter_connected_meetings","can_switch_connected_meetings","can_switch_to_parent_meeting"]},"disable_participant_audio":{"type":"boolean"},"disable_participant_screensharing":{"type":"boolean"},"disable_participant_video":{"type":"boolean"},"hidden_participant":{"type":"boolean"},"is_recorder":{"type":"boolean","default":false},"kick_participant":{"type":"boolean"},"media":{"type":"object","properties":{"audio":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}},"required":["can_produce"]},"screenshare":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}},"required":["can_produce"]},"video":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}},"required":["can_produce"]}},"required":["video","audio","screenshare"]},"pin_participant":{"type":"boolean"},"plugins":{"type":"object","properties":{"can_close":{"type":"boolean"},"can_edit_config":{"type":"boolean"},"can_start":{"type":"boolean"},"config":{"$ref":"#/components/schemas/realtimekit_PresetPluginConfig"}},"required":["can_close","can_start","can_edit_config","config"]},"polls":{"type":"object","properties":{"can_create":{"type":"boolean"},"can_view":{"type":"boolean"},"can_vote":{"type":"boolean"}},"required":["can_create","can_vote","can_view"]},"recorder_type":{"type":"string","default":"NONE","enum":["RECORDER","LIVESTREAMER","NONE"]},"show_participant_list":{"type":"boolean"},"stage_access":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]},"stage_enabled":{"type":"boolean"},"transcription_enabled":{"type":"boolean"},"waiting_room_type":{"type":"string","enum":["SKIP","ON_PRIVILEGED_USER_ENTRY","SKIP_ON_ACCEPT"]}},"required":["accept_waiting_requests","can_accept_production_requests","can_edit_display_name","can_spotlight","recorder_type","disable_participant_audio","disable_participant_screensharing","disable_participant_video","kick_participant","pin_participant","can_record","can_livestream","waiting_room_type","plugins","connected_meetings","polls","media","chat","hidden_participant","show_participant_list","can_change_participant_permissions"]},"ui":{"type":"object","properties":{"design_tokens":{"type":"object","properties":{"border_radius":{"type":"string","enum":["sharp","rounded","extra-rounded","circular"]},"border_width":{"type":"string","enum":["none","thin","fat"]},"colors":{"type":"object","properties":{"background":{"type":"object","properties":{"600":{"type":"string","default":"#222222"},"700":{"type":"string","default":"#1f1f1f"},"800":{"type":"string","default":"#1b1b1b"},"900":{"type":"string","default":"#181818"},"1000":{"type":"string","default":"#141414"}},"required":["600","700","800","900","1000"]},"brand":{"type":"object","properties":{"300":{"type":"string","default":"#844d1c"},"400":{"type":"string","default":"#9d5b22"},"500":{"type":"string","default":"#b56927"},"600":{"type":"string","default":"#d37c30"},"700":{"type":"string","default":"#d9904f"}},"required":["300","400","500","600","700"]},"danger":{"type":"string","default":"#FF2D2D"},"success":{"type":"string","default":"#62A504"},"text":{"type":"string","default":"#EEEEEE"},"text_on_brand":{"type":"string","default":"#EEEEEE"},"video_bg":{"type":"string","default":"#191919"},"warning":{"type":"string","default":"#FFCD07"}},"required":["brand","background","danger","text","text_on_brand","success","video_bg","warning"]},"font_family":{"type":"string"},"google_font":{"type":"string"},"logo":{"type":"string","format":"uri"},"spacing_base":{"type":"number","default":4,"minimum":1},"theme":{"type":"string","enum":["darkest","dark","light"]}},"required":["border_radius","border_width","spacing_base","theme","colors"]}},"required":["design_tokens"]}},"required":["name","config","permissions","ui"],"title":"Preset"},"realtimekit_InteractiveConfig":{"type":"object","properties":{"type":{"type":"string","enum":["ID3"]}},"title":"InteractiveConfig"},"realtimekit_TrackConfigLayer":{"type":"object","properties":{"file_name_prefix":{"type":"string","pattern":"^[-\\w\\s]+$"},"media_kind":{"type":"string","default":"audio","enum":["audio"]}},"title":"TrackLayerConfig"},"realtimekit_UpdatePreset":{"type":"object","properties":{"config":{"type":"object","properties":{"livestream_viewer_qualities":{"type":"array","items":{"minimum":0,"type":"integer"},"default":[],"nullable":true},"max_screenshare_count":{"type":"number"},"max_video_streams":{"type":"object","properties":{"desktop":{"type":"number"},"mobile":{"type":"number"}}},"media":{"type":"object","properties":{"audio":{"type":"object","properties":{"enable_high_bitrate":{"type":"boolean","default":false},"enable_stereo":{"type":"boolean","default":false}}},"screenshare":{"type":"object","properties":{"frame_rate":{"type":"number"},"quality":{"type":"string","enum":["hd","vga","qvga","fhd","uhd"]}}},"video":{"type":"object","properties":{"frame_rate":{"type":"number","maximum":30},"quality":{"type":"string","enum":["hd","vga","qvga","fhd","uhd"]},"simulcast":{"type":"boolean"}}}}},"view_type":{"type":"string","enum":["GROUP_CALL","WEBINAR","AUDIO_ROOM","LIVESTREAM"]}}},"name":{"type":"string"},"permissions":{"type":"object","properties":{"accept_stage_requests":{"type":"boolean"},"accept_waiting_requests":{"type":"boolean"},"can_accept_production_requests":{"type":"boolean"},"can_change_participant_permissions":{"type":"boolean"},"can_edit_display_name":{"type":"boolean"},"can_livestream":{"type":"boolean"},"can_record":{"type":"boolean"},"can_spotlight":{"type":"boolean"},"chat":{"type":"object","properties":{"private":{"type":"object","properties":{"can_receive":{"type":"boolean"},"can_send":{"type":"boolean"},"files":{"type":"boolean"},"text":{"type":"boolean"}}},"public":{"type":"object","properties":{"can_send":{"type":"boolean"},"files":{"type":"boolean"},"text":{"type":"boolean"}}}}},"connected_meetings":{"type":"object","properties":{"can_alter_connected_meetings":{"type":"boolean"},"can_switch_connected_meetings":{"type":"boolean"},"can_switch_to_parent_meeting":{"type":"boolean"}}},"disable_participant_audio":{"type":"boolean"},"disable_participant_screensharing":{"type":"boolean"},"disable_participant_video":{"type":"boolean"},"hidden_participant":{"type":"boolean"},"is_recorder":{"type":"boolean","default":false},"kick_participant":{"type":"boolean"},"media":{"type":"object","properties":{"audio":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}}},"screenshare":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}}},"video":{"type":"object","properties":{"can_produce":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]}}}}},"pin_participant":{"type":"boolean"},"plugins":{"type":"object","properties":{"can_close":{"type":"boolean"},"can_edit_config":{"type":"boolean"},"can_start":{"type":"boolean"},"config":{"$ref":"#/components/schemas/realtimekit_PresetPluginConfig"}}},"polls":{"type":"object","properties":{"can_create":{"type":"boolean"},"can_view":{"type":"boolean"},"can_vote":{"type":"boolean"}}},"recorder_type":{"type":"string","default":"NONE","enum":["RECORDER","LIVESTREAMER","NONE"]},"show_participant_list":{"type":"boolean"},"stage_access":{"type":"string","enum":["ALLOWED","NOT_ALLOWED","CAN_REQUEST"]},"stage_enabled":{"type":"boolean"},"transcription_enabled":{"type":"boolean"},"waiting_room_type":{"type":"string","enum":["SKIP","ON_PRIVILEGED_USER_ENTRY","SKIP_ON_ACCEPT"]}}},"ui":{"type":"object","properties":{"design_tokens":{"type":"object","properties":{"border_radius":{"type":"string","enum":["sharp","rounded","extra-rounded","circular"]},"border_width":{"type":"string","enum":["none","thin","fat"]},"colors":{"type":"object","properties":{"background":{"type":"object","properties":{"600":{"type":"string","default":"#222222"},"700":{"type":"string","default":"#1f1f1f"},"800":{"type":"string","default":"#1b1b1b"},"900":{"type":"string","default":"#181818"},"1000":{"type":"string","default":"#141414"}}},"brand":{"type":"object","properties":{"300":{"type":"string","default":"#844d1c"},"400":{"type":"string","default":"#9d5b22"},"500":{"type":"string","default":"#b56927"},"600":{"type":"string","default":"#d37c30"},"700":{"type":"string","default":"#d9904f"}}},"danger":{"type":"string","default":"#FF2D2D"},"success":{"type":"string","default":"#62A504"},"text":{"type":"string","default":"#EEEEEE"},"text_on_brand":{"type":"string","default":"#EEEEEE"},"video_bg":{"type":"string","default":"#191919"},"warning":{"type":"string","default":"#FFCD07"}}},"font_family":{"type":"string"},"google_font":{"type":"string"},"logo":{"type":"string","format":"uri"},"spacing_base":{"type":"number","default":4,"minimum":1},"theme":{"type":"string","enum":["darkest","dark","light"]}}}}}},"title":"UpdatePreset"},"rulesets_Ruleset":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetId"},{"readOnly":true}]},"last_updated":{"type":"string","format":"date-time","readOnly":true,"title":"Last Updated"},"name":{"type":"string","minLength":1,"title":"Name"},"version":{"allOf":[{"$ref":"#/components/schemas/rulesets_RulesetVersion"},{"readOnly":true}]}},"required":["id","version","last_updated"],"title":"Ruleset"},"rulesets_RulesetKind":{"type":"string","enum":["managed","custom","root","zone"],"title":"Kind"},"rulesets_RequestRules":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_RequestRule"},"default":[],"title":"Rules"},"rulesets_ManagedTransformsPatch":{"type":"object","properties":{"managed_request_headers":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransform"},{"properties":{"id":{}}}]},"title":"Managed Request Transforms","uniqueItems":true},"managed_response_headers":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransform"},{"properties":{"id":{}}}]},"title":"Managed Response Transforms","uniqueItems":true}},"title":"Managed Transforms Patch"},"rulesets_RulePosition":{"type":"object","title":"Position"},"rulesets_UrlNormalization":{"type":"object","properties":{"scope":{"type":"string","enum":["incoming","both","none"],"title":"Scope"},"type":{"type":"string","enum":["cloudflare","rfc3986"],"title":"Type"}},"required":["type","scope"],"title":"URL Normalization"},"snippets_SnippetMainModule":{"type":"string","minLength":1,"title":"Main Module","x-auditable":true},"snippets_SnippetFiles":{"type":"array","items":{"format":"binary","title":"File","type":"string","x-auditable":true},"minItems":1,"title":"Files"},"snippets_SnippetRules":{"type":"array","items":{"properties":{"enabled":{"type":"boolean","default":false,"title":"Enabled","x-auditable":true},"expression":{"type":"string","minLength":1,"title":"Expression","x-auditable":true},"id":{"type":"string","pattern":"^[0-9a-f]{32}$","readOnly":true,"title":"ID","x-auditable":true},"last_updated":{"type":"string","format":"date-time","readOnly":true,"title":"Last Updated","x-auditable":true},"snippet_name":{"$ref":"#/components/schemas/snippets_SnippetName"}},"required":["id","expression","snippet_name","last_updated"],"title":"Snippet Rule","type":"object"},"title":"Snippet Rules"},"workers_multipart-script":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"assets":{"$ref":"#/components/schemas/workers_assets"},"bindings":{"$ref":"#/components/schemas/workers_bindings"},"body_part":{"type":"string"},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"$ref":"#/components/schemas/workers_compatibility_date"},"compatibility_flags":{"$ref":"#/components/schemas/workers_compatibility_flags"},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"writeOnly":true},"exports_reconciliation":{"allOf":[{"$ref":"#/components/schemas/workers_exports_reconciliation_result"}]},"keep_assets":{"type":"boolean"},"keep_bindings":{"type":"array","items":{"type":"string"},"x-stainless-collection-type":"set"},"limits":{"$ref":"#/components/schemas/workers_limits"},"logpush":{"$ref":"#/components/schemas/workers_logpush"},"main_module":{"type":"string"},"migrations":{"oneOf":[{"$ref":"#/components/schemas/workers_single_step_migrations"},{"$ref":"#/components/schemas/workers_multiple_step_migrations"}],"writeOnly":true},"observability":{"$ref":"#/components/schemas/workers_observability"},"package_dependencies":{"type":"array","items":{"properties":{"installedVersion":{"type":"string"},"name":{"type":"string"},"packageJsonVersion":{"type":"string"}},"required":["name","packageJsonVersion","installedVersion"],"type":"object"},"x-auditable":true},"placement":{"$ref":"#/components/schemas/workers_placement_info"},"tags":{"type":"array","items":{"type":"string"},"x-stainless-collection-type":"set"},"tail_consumers":{"$ref":"#/components/schemas/workers_tail_consumers"},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}}}},"required":["metadata"]},"analytics-engine_JsonFormatResponse":{"type":"object","properties":{"data":{"type":"array","items":{"additionalProperties":true,"type":"object"}},"meta":{"type":"array","items":{"properties":{"name":{"type":"string"},"type":{"type":"string"}},"required":["name","type"],"type":"object"}},"rows":{"type":"integer"}},"required":["data","meta","rows"]},"api-shield_Rule":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/api-shield_action"},"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"enabled":{"$ref":"#/components/schemas/api-shield_enabled"},"expression":{"$ref":"#/components/schemas/api-shield_expression"},"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"selector":{"$ref":"#/components/schemas/api-shield_selector"},"title":{"$ref":"#/components/schemas/api-shield_title-2"}},"required":["title","description","action","enabled","expression","selector"]},"api-shield_configuration-single-response":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_configuration"}},"required":["result"],"type":"object"}]},"api-shield_TokenConfiguration":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"credentials":{"$ref":"#/components/schemas/api-shield_credentials"},"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"title":{"$ref":"#/components/schemas/api-shield_title"},"token_sources":{"$ref":"#/components/schemas/api-shield_token_sources"},"token_type":{"$ref":"#/components/schemas/api-shield_token_type"}},"required":["id","title","description","token_sources","token_type","credentials","created_at","last_updated"]},"api-shield_api-response-single-obj":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object"}},"type":"object"}]},"api-shield_global_settings":{"type":"object","properties":{"validation_default_mitigation_action":{"type":"string","enum":["none","log","block"],"x-auditable":true},"validation_override_mitigation_action":{"type":"string","enum":["none"],"x-auditable":true}},"required":["validation_default_mitigation_action"]},"api-shield_per_operation_bulk_settings":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/api-shield_per_operation_setting"}},"api-shield_schema_issue_notification":{"type":"object","properties":{"code":{"type":"integer","minimum":1000},"message":{"type":"string"},"source":{"type":"object","nullable":true,"properties":{"locations":{"type":"array","items":{"type":"string"}}}}},"required":["code","message"]},"api-shield_public_schema_success_result":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_public_schema"}},"required":["result"],"type":"object"}]},"api-shield_schema_hosts":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"hosts":{"type":"array","items":{"type":"string"},"readOnly":true,"x-auditable":true},"name":{"type":"string","readOnly":true,"x-auditable":true},"schema_id":{"type":"string","allOf":[{"$ref":"#/components/schemas/api-shield_uuid-2"},{"format":"uuid","readOnly":true,"type":"string"}],"x-auditable":true}},"required":["schema_id","name","hosts","created_at"]},"art_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/art_APIError"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/art_APIMessage"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages"]},"brand-protection-api_Error":{"type":"object","properties":{"code":{"type":"integer"},"errors":{"type":"object","additionalProperties":{}},"message":{"type":"string"},"status":{"type":"string"}}},"brex_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/brex_ApiMessage"},"minItems":1},"messages":{"type":"array","items":{"$ref":"#/components/schemas/brex_ApiMessage"}},"result":{"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]},"builds_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"integer"},"message":{"type":"string"}},"required":["message"],"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["success","errors","messages","result"]},"email-auth_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/email-auth_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/email-auth_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"email-security_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/email-security_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/email-security_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"kamino_error_response":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/kamino_message"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/kamino_message"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}},"required":["result","success","errors","messages"]},"lex_ErrorResponse":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","additionalProperties":true,"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["result","success","errors","messages"]},"lex_ErrorResponse-2":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/lex_V4Error-2"}},"messages":{"type":"array","items":{"type":"string","x-auditable":true}},"result":{"type":"object","additionalProperties":true,"nullable":true,"x-auditable":true},"success":{"type":"boolean","enum":[false],"x-auditable":true}},"required":["result","success","errors","messages"]},"realtimekit_Participant":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"custom_participant_id":{"type":"string"},"id":{"type":"string","format":"uuid"},"name":{"type":"string","nullable":true},"picture":{"type":"string","format":"uri","nullable":true},"preset_name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","custom_participant_id","preset_name","created_at","updated_at"],"title":"Participant"},"realtimekit_Poll":{"type":"object","properties":{"anonymous":{"type":"boolean"},"created_by":{"type":"string"},"hide_votes":{"type":"boolean"},"id":{"type":"string","readOnly":true},"options":{"type":"array","items":{"properties":{"count":{"type":"number"},"text":{"type":"string"},"votes":{"type":"array","items":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"],"type":"object"}}},"required":["text","count","votes"],"type":"object"}},"question":{"type":"string"},"voted":{"type":"array","items":{"type":"string"}}},"required":["id","question","options"]},"realtimekit_GenericErrorResponse":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]},"success":{"type":"boolean","default":false}},"required":["success","error"]},"realtimekit_PagingResponse":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object"}},"paging":{"type":"object","properties":{"end_offset":{"type":"number"},"start_offset":{"type":"number"},"total_count":{"type":"number","minimum":0}},"required":["total_count","start_offset","end_offset"]},"success":{"type":"boolean"}},"required":["success","data","paging"],"title":"PagingResponse"},"realtimekit_Meeting":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time","readOnly":true},"id":{"type":"string","format":"uuid","readOnly":true},"live_stream_on_start":{"type":"boolean"},"persist_chat":{"type":"boolean"},"record_on_start":{"type":"boolean"},"recording_config":{"$ref":"#/components/schemas/realtimekit_RecordingConfig"},"session_keep_alive_time_in_secs":{"type":"number","default":60,"maximum":600,"minimum":60},"status":{"type":"string","enum":["ACTIVE","INACTIVE"]},"summarize_on_end":{"type":"boolean"},"title":{"type":"string"},"transcribe_on_end":{"type":"boolean"},"updated_at":{"type":"string","format":"date-time","readOnly":true}},"required":["id","created_at","updated_at"]},"realtimekit_PresetListItem":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}},"title":"PresetListItem"},"realtimekit_DaywiseStats":{"type":"object","properties":{"date":{"type":"string"},"recordings_minutes_consumed":{"type":"number"},"sessions_count":{"type":"number"},"sessions_minutes_consumed":{"type":"number"}}},"realtimekit_OverallStats":{"type":"object","properties":{"recordings_minutes_consumed":{"type":"number"},"sessions_count":{"type":"number"},"sessions_minutes_consumed":{"type":"number"}}},"realtimekit_PeerParticipantDetails":{"type":"object","properties":{"created_at":{"type":"string"},"custom_participant_id":{"type":"string"},"display_name":{"type":"string"},"duration":{"type":"number"},"id":{"type":"string","format":"uuid"},"joined_at":{"type":"string"},"left_at":{"type":"string"},"peer_events":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerEvent"}},"peer_report":{"$ref":"#/components/schemas/realtimekit_PeerReport"},"role":{"type":"string"},"session_id":{"type":"string","format":"uuid"},"updated_at":{"type":"string"},"user_id":{"type":"string"}}},"realtimekit_ParticipantsList":{"type":"object","properties":{"created_at":{"type":"string"},"custom_participant_id":{"type":"string"},"display_name":{"type":"string"},"duration":{"type":"number"},"id":{"type":"string"},"joined_at":{"type":"string"},"left_at":{"type":"string"},"peer_events":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PeerEvent"}},"preset_name":{"type":"string"},"updated_at":{"type":"string"},"user_id":{"type":"string"}}},"realtimekit_startReason":{"type":"object","properties":{"caller":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string","enum":["ORGANIZATION","USER"]},"user_Id":{"type":"string","format":"uuid"}}},"reason":{"type":"string","enum":["API_CALL","RECORD_ON_START"]}},"title":"startReason"},"realtimekit_stopReason":{"type":"object","properties":{"caller":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string","enum":["ORGANIZATION","USER"]},"user_Id":{"type":"string","format":"uuid"}}},"reason":{"type":"string","enum":["API_CALL","INTERNAL_ERROR","ALL_PEERS_LEFT"]}},"title":"stopReason"},"realtimekit_ChatMessage":{"type":"object","properties":{"chat_download_url":{"type":"string"},"chat_download_url_expiry":{"type":"string"}},"required":["chat_download_url","chat_download_url_expiry"]},"realtimekit_Transcript":{"type":"object","properties":{"sessionId":{"type":"string"},"transcript_download_url":{"type":"string"},"transcript_download_url_expiry":{"type":"string"}},"required":["sessionId","transcript_download_url","transcript_download_url_expiry"]},"realtimekit_TranscriptSummary":{"type":"object","properties":{"sessionId":{"type":"string"},"summaryDownloadUrl":{"type":"string"},"summaryDownloadUrlExpiry":{"type":"string"}},"required":["sessionId","summaryDownloadUrl","summaryDownloadUrlExpiry"],"title":"TranscriptSummary"},"realtimekit_SessionParticipant":{"type":"object","properties":{"created_at":{"type":"string"},"email":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"picture":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","created_at","updated_at"],"title":"SessionParticipant"},"rulesets_Response":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/rulesets_Errors"},"messages":{"$ref":"#/components/schemas/rulesets_Messages"},"result":{"title":"Result"},"success":{"type":"boolean","title":"Success"}},"required":["result","success","errors","messages"],"title":"Response"},"rulesets_ManagedTransforms":{"type":"object","properties":{"managed_request_headers":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransform"},{"properties":{"id":{}}}]},"title":"Managed Request Transforms","uniqueItems":true},"managed_response_headers":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_ManagedTransform"},{"properties":{"id":{}}}]},"title":"Managed Response Transforms","uniqueItems":true}},"required":["managed_request_headers","managed_response_headers"],"title":"Managed Transforms"},"rulesets_ResponseRules":{"type":"array","items":{"$ref":"#/components/schemas/rulesets_ResponseRule"},"title":"Rules"},"rulesets_ResultInfo":{"type":"object","properties":{"cursors":{"type":"object","properties":{"after":{"allOf":[{"$ref":"#/components/schemas/rulesets_Cursor"},{"title":"After Cursor"}]}},"required":["after"],"title":"Cursors"}},"title":"Result Info"},"snippets_Response":{"type":"object","properties":{"errors":{"$ref":"#/components/schemas/snippets_Errors"},"messages":{"$ref":"#/components/schemas/snippets_Messages"},"result":{"type":"object","title":"Result"},"success":{"type":"boolean","title":"Success","x-auditable":true}},"required":["result","success","errors","messages"],"title":"Response"},"snippets_Snippet":{"type":"object","properties":{"created_on":{"type":"string","format":"date-time","title":"Created On","x-auditable":true},"modified_on":{"type":"string","format":"date-time","title":"Modified On","x-auditable":true},"snippet_name":{"$ref":"#/components/schemas/snippets_SnippetName"}},"required":["created_on","modified_one","snippet_name"],"title":"Snippet"},"snippets_ResultInfo":{"type":"object","properties":{"count":{"type":"integer","minimum":0,"title":"Count","x-auditable":true},"page":{"$ref":"#/components/schemas/snippets_Page"},"per_page":{"$ref":"#/components/schemas/snippets_PerPage"},"total_count":{"type":"integer","minimum":0,"title":"Total Count","x-auditable":true},"total_pages":{"type":"integer","minimum":1,"title":"Total Pages","x-auditable":true}},"required":["page","per_page","total_pages","count","total_count"],"title":"Result Info"},"supplat-chronos_Error":{"type":"object","properties":{"code":{"type":"string","x-auditable":true},"message":{"type":"string"},"request_id":{"type":"string","x-auditable":true}},"required":["code","message"]},"usage-analytics_error_response":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_api_error"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/usage-analytics_api_message"}},"result":{"type":"array","items":{"type":"object"},"nullable":true},"success":{"type":"boolean"}},"required":["success","errors"]},"vuln_scanner_api-response-common-failure":{"type":"object","properties":{"errors":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_messages"}],"minLength":1},"messages":{"allOf":[{"$ref":"#/components/schemas/vuln_scanner_messages"}]},"result":{"type":"object","enum":[null],"nullable":true},"success":{"type":"boolean","enum":[false]}},"required":["success","errors","messages","result"]},"workers_ErrorAuth":{"type":"object","properties":{"code":{"type":"integer","enum":[10023]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorInternalServer":{"type":"object","properties":{"code":{"type":"integer","enum":[10002]},"message":{"type":"string"}},"required":["code","message"]},"workers_ErrorWorkerNotFound":{"type":"object","properties":{"code":{"type":"integer","enum":[10007]},"message":{"type":"string"}},"required":["code","message"]},"teams-devices_ip_profile_description":{"type":"string","nullable":true,"x-auditable":true},"digital-experience-monitoring_device-dex-test-schemas-description":{"type":"string"},"zero-trust-gateway_description-4":{"type":"string","x-auditable":true},"load-balancing_components-schemas-description":{"type":"string","x-auditable":true},"load-balancing_description":{"type":"string","default":"","x-auditable":true},"magic_interconnect_components-schemas-description":{"type":"string"},"magic_schemas-description":{"type":"string","x-auditable":true},"magic_components-schemas-description":{"type":"string"},"magic_description":{"type":"string","x-auditable":true},"vectorize_index-description":{"type":"string","x-auditable":true},"api-shield_label_description":{"type":"string","x-auditable":true},"firewall_filters_components-schemas-description":{"type":"string","maxLength":500},"firewall_anomaly_description":{"type":"string","readOnly":true},"healthchecks_description":{"type":"string","x-auditable":true},"page-shield_policy-description":{"type":"string","x-auditable":true},"smartshield_description":{"type":"string","x-auditable":true},"api-shield_description":{"type":"string","maxLength":500,"x-auditable":true},"waitingroom_description":{"type":"string","default":"","x-auditable":true},"waitingroom_event_description":{"type":"string","default":"","x-auditable":true},"waitingroom_rule_description":{"type":"string","default":"","x-auditable":true},"web3_description":{"type":"string","maxLength":500},"web3_content_list_entry_description":{"type":"string","maxLength":500},"aaa_description":{"type":"string","x-auditable":true},"aaa_components-schemas-description":{"type":"string"},"aaa_schemas-description":{"type":"string","x-auditable":true},"addressing_schemas-description":{"type":"string","nullable":true,"x-auditable":true},"addressing_description":{"type":"string","maxLength":1000,"x-auditable":true},"alexandria_category_description":{"type":"string"},"api-shield_description-2":{"type":"string","maxLength":500,"x-auditable":true},"bill-subs-api_description":{"type":"string","maxLength":255,"readOnly":true,"x-auditable":true},"custom-indicator-feeds_description":{"type":"string","x-auditable":true},"custom-pages_asset_description":{"type":"string"},"firewall_schemas-description":{"type":"string","readOnly":true},"firewall_firewall-rules_components-schemas-description":{"type":"string","maxLength":500},"firewall_firewalluablock_components-schemas-description":{"type":"string","maxLength":1024},"firewall_components-schemas-description":{"type":"string","maxLength":1024,"nullable":true,"x-auditable":true},"firewall_description":{"type":"string","maxLength":1024,"x-auditable":true},"firewall_lockdowns_components-schemas-description":{"type":"string","maxLength":1024},"lists_description":{"type":"string","maxLength":500,"x-auditable":true},"load-balancing_schemas-description":{"type":"string","default":"","x-auditable":true},"teams-devices_schemas-description":{"type":"string","maxLength":500},"teams-devices_description":{"type":"string","x-auditable":true},"teams-devices_split_tunnel_description":{"type":"string","maxLength":100,"x-stainless-terraform-configurability":"computed_optional"},"teams-devices_include_split_tunnel_description":{"type":"string","maxLength":100,"x-stainless-terraform-configurability":"computed_optional"},"waf-managed-rules_schemas-description":{"type":"string","readOnly":true,"x-auditable":true},"waf-managed-rules_description":{"type":"string","nullable":true,"readOnly":true,"x-auditable":true},"zero-trust-gateway_description-3":{"type":"string","x-auditable":true},"zero-trust-gateway_description":{"type":"string","x-auditable":true,"x-stainless-terraform-configurability":"computed_optional"},"zero-trust-gateway_description_item":{"type":"string","minimum":0},"zero-trust-gateway_description-2":{"type":"string","x-auditable":true}},"parameters":{"access_page":{"in":"query","name":"page","schema":{"type":"integer","default":1}},"access_per_page":{"in":"query","name":"per_page","schema":{"type":"integer","default":1000,"maximum":1000}},"dls_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/dls_identifier"}},"art_account_id":{"in":"path","name":"account_id","required":true,"schema":{"type":"string","maxLength":32,"pattern":"^[0-9a-f]{32}$"}},"analytics-engine_AccountId":{"in":"path","name":"account_id","required":true,"schema":{"type":"string"}},"builds_AccountId":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/builds_account_id"}},"builds_BuildUuid":{"in":"path","name":"build_uuid","required":true,"schema":{"$ref":"#/components/schemas/builds_build_uuid"}},"builds_RepoConnectionUuid":{"in":"path","name":"repo_connection_uuid","required":true,"schema":{"$ref":"#/components/schemas/builds_repo_connection_uuid"}},"builds_Page":{"in":"query","name":"page","schema":{"type":"integer","default":1,"minimum":1}},"builds_PerPage":{"in":"query","name":"per_page","schema":{"type":"integer","default":50,"maximum":200,"minimum":1}},"builds_TriggerUuid":{"in":"path","name":"trigger_uuid","required":true,"schema":{"$ref":"#/components/schemas/builds_trigger_uuid"}},"builds_ScriptName":{"in":"path","name":"script_name","required":true,"schema":{"$ref":"#/components/schemas/builds_script_name"}},"builds_DeployHookUuid":{"in":"path","name":"deploy_hook_uuid","required":true,"schema":{"$ref":"#/components/schemas/builds_deploy_hook_uuid"}},"builds_ScriptTag":{"in":"path","name":"script_tag","required":true,"schema":{"$ref":"#/components/schemas/builds_external_script_id"}},"cc_AccountId":{"in":"path","name":"account_id","required":true,"schema":{"type":"string"}},"posture-api_AccountTag":{"in":"path","name":"account_id","required":true,"schema":{"type":"string"}},"posture-api_Direction":{"in":"query","name":"direction","schema":{"type":"string","enum":["asc","desc"]}},"posture-api_IntegrationId":{"in":"query","name":"integration_id","schema":{"type":"string","format":"uuid"}},"posture-api_MaxAfflictionDate":{"in":"query","name":"max_affliction_date","schema":{"type":"string","format":"date-time"}},"posture-api_MinAfflictionDate":{"in":"query","name":"min_affliction_date","schema":{"type":"string","format":"date-time"}},"posture-api_Page":{"in":"query","name":"page","schema":{"type":"integer"}},"posture-api_PerPage":{"in":"query","name":"per_page","schema":{"type":"integer"}},"posture-api_Search":{"in":"query","name":"search","schema":{"type":"string"}},"posture-api_Vendor":{"in":"query","name":"vendor","schema":{"$ref":"#/components/schemas/posture-api_VendorsEnum"}},"posture-api_FindingTypeVendors":{"explode":false,"in":"query","name":"vendors","schema":{"type":"array","items":{"$ref":"#/components/schemas/posture-api_VendorsEnum"}},"style":"form"},"posture-api_FindingTypeId":{"in":"path","name":"finding_type_id","required":true,"schema":{"type":"string","format":"uuid"}},"posture-api_FindingTypeIdParam":{"in":"path","name":"finding_type_id","required":true,"schema":{"type":"string","format":"uuid"}},"posture-api_Ignored":{"in":"query","name":"ignored","schema":{"type":"boolean"}},"posture-api_Observation":{"in":"query","name":"observation","schema":{"type":"string","enum":["Activity","Insight","Issue"]}},"posture-api_FindingOrder":{"in":"query","name":"order","schema":{"type":"string","enum":["finding.name","instance_count","integration.name","latest_affliction_date","severity"]}},"posture-api_Product":{"in":"query","name":"product","schema":{"type":"string","enum":["Cloud","Saas"]}},"posture-api_Severity":{"in":"query","name":"severity","schema":{"type":"string","enum":["Critical","High","Medium","Low"]}},"posture-api_Type":{"in":"query","name":"type","schema":{"type":"string","enum":["Content","Posture"]}},"posture-api_FindingTypeIds":{"in":"query","name":"finding_type_ids","schema":{"type":"string","format":"uuid"}},"posture-api_FindingIdByte":{"in":"path","name":"finding_id","required":true,"schema":{"type":"string","format":"byte"}},"posture-api_Archived":{"in":"query","name":"archived","schema":{"type":"boolean"}},"posture-api_FindingInstanceOrder":{"in":"query","name":"order","schema":{"type":"string","enum":["affliction_date","asset.name","remediation.status"]}},"posture-api_RemediationStatuses":{"explode":false,"in":"query","name":"remediation_statuses","schema":{"type":"array","items":{"enum":["none","pending","processing","validating","completed","failed"],"type":"string"}},"style":"form"},"posture-api_FindingInstanceIds":{"in":"query","name":"finding_instance_ids","schema":{"type":"array","items":{"format":"uuid","type":"string"}}},"posture-api_AssetIds":{"in":"query","name":"asset_ids","schema":{"type":"array","items":{"format":"uuid","type":"string"}}},"posture-api_FindingInstanceId":{"in":"path","name":"instance_id","required":true,"schema":{"type":"string","format":"uuid"}},"posture-api_StorageNamespaceId":{"in":"path","name":"storage_namespace_id","required":true,"schema":{"type":"string","pattern":"^[\\da-f]{8}-([\\da-f]{4}-){3}[\\da-f]{12}-[\\da-f]{8}-([\\da-f]{4}-){3}[\\da-f]{12}$"}},"posture-api_WebhookId":{"in":"path","name":"webhook_id","required":true,"schema":{"type":"string","format":"uuid"}},"email-security_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/email-security_identifier"}},"email-security_per_page":{"in":"query","name":"per_page","schema":{"type":"integer","default":20,"maximum":1000,"minimum":1}},"email-security_page":{"in":"query","name":"page","schema":{"type":"integer","default":1,"minimum":1}},"email-security_submission":{"in":"query","name":"submission","schema":{"type":"boolean"}},"email-security_search":{"in":"query","name":"search","schema":{"type":"string"}},"email-security_direction":{"in":"query","name":"direction","schema":{"type":"string","enum":["asc","desc"]}},"intel-sinkholes_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/intel-sinkholes_identifier"}},"intel-sinkholes_sinkhole_id":{"in":"path","name":"sinkhole_id","required":true,"schema":{"type":"string"}},"lex_AccountID":{"in":"path","name":"account_id","required":true,"schema":{"type":"string","pattern":"^[a-f0-9]{32}$"}},"lex_DatasetID":{"in":"path","name":"dataset_id","required":true,"schema":{"type":"string","pattern":"^[a-f0-9]{32}$"}},"logpull_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/logpull_AccountId"}},"logpull_accessKeyIdHeader":{"in":"header","name":"R2-Access-Key-Id","required":true,"schema":{"$ref":"#/components/schemas/logpull_AccessKeyId"}},"logpull_secretAccessKeyHeader":{"in":"header","name":"R2-Secret-Access-Key","required":true,"schema":{"$ref":"#/components/schemas/logpull_SecretAccessKey"}},"logpull_startParam":{"in":"query","name":"start","required":true,"schema":{"$ref":"#/components/schemas/logpull_TimestampRFC3339"}},"logpull_endParam":{"in":"query","name":"end","required":true,"schema":{"$ref":"#/components/schemas/logpull_TimestampRFC3339"}},"logpull_bucketParam":{"in":"query","name":"bucket","required":true,"schema":{"$ref":"#/components/schemas/logpull_Bucket"}},"logpull_prefixParam":{"in":"query","name":"prefix","schema":{"$ref":"#/components/schemas/logpull_Prefix"}},"logpull_limitParam":{"in":"query","name":"limit","schema":{"$ref":"#/components/schemas/logpull_Limit"}},"usage-analytics_account_id":{"in":"path","name":"account_id","required":true,"schema":{"$ref":"#/components/schemas/usage-analytics_identifier"}},"usage-analytics_metrics":{"in":"query","name":"metrics","schema":{"type":"string"}},"usage-analytics_since":{"in":"query","name":"since","schema":{"type":"string","format":"date-time"}},"usage-analytics_until":{"in":"query","name":"until","schema":{"type":"string","format":"date-time"}},"usage-analytics_time_delta":{"in":"query","name":"time_delta","schema":{"type":"string","default":"hour","enum":["hour","day","week","month","quarter","year"]}},"usage-analytics_limit":{"in":"query","name":"limit","schema":{"type":"integer","default":100,"maximum":10000,"minimum":1}},"usage-analytics_filters":{"in":"query","name":"filters","schema":{"type":"string"}},"realtimekit_startDate":{"in":"query","name":"start_date","schema":{"type":"string"}},"realtimekit_endDate":{"in":"query","name":"end_date","schema":{"type":"string"}},"realtimekit_pageNo":{"allowEmptyValue":true,"in":"query","name":"page_no","schema":{"type":"number","minimum":0}},"realtimekit_perPage":{"allowEmptyValue":true,"in":"query","name":"per_page","schema":{"type":"number","minimum":0}},"realtimekit_startTime":{"in":"query","name":"start_time","schema":{"type":"string","format":"date-time"}},"realtimekit_endTime":{"in":"query","name":"end_time","schema":{"type":"string","format":"date-time"}},"realtimekit_search":{"in":"query","name":"search","schema":{"type":"string"}},"realtimekit_meeting_id":{"in":"path","name":"meeting_id","required":true,"schema":{"type":"string","pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"}},"realtimekit_meetingId":{"in":"path","name":"meeting_id","required":true,"schema":{"type":"string"}},"realtimekit_recordingSortBy":{"in":"query","name":"sort_by","schema":{"type":"string","enum":["invokedTime"]}},"realtimekit_sortOrder":{"in":"query","name":"sort_order","schema":{"type":"string","enum":["ASC","DESC"]}},"realtimekit_recordingStatus":{"explode":false,"in":"query","name":"status","schema":{"type":"array","items":{"enum":["INVOKED","RECORDING","UPLOADING","UPLOADED","ERRORED","PAUSED"],"type":"string"}}},"realtimekit_sortBy":{"in":"query","name":"sort_by","schema":{"type":"string","enum":["minutesConsumed","createdAt"]}},"realtimekit_participants":{"in":"query","name":"participants","schema":{"type":"string"}},"realtimekit_status":{"in":"query","name":"status","schema":{"type":"string","enum":["LIVE","ENDED"]}},"realtimekit_participantsSortBy":{"in":"query","name":"sort_by","schema":{"type":"string","enum":["joinedAt","duration"]}},"rulesets_DryRun":{"in":"query","name":"dry_run","schema":{"type":"boolean","default":false}},"secrets-store_account_id":{"in":"path","name":"account_id","required":true,"schema":{"type":"string","maxLength":32}},"secrets-store_direction":{"in":"query","name":"direction","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},"secrets-store_page":{"in":"query","name":"page","schema":{"type":"integer","minimum":0,"multipleOf":1}},"secrets-store_per_page":{"in":"query","name":"per_page","schema":{"type":"integer","maximum":100,"minimum":0,"multipleOf":1}},"secrets-store_store_order":{"in":"query","name":"order","schema":{"type":"string","default":"created","enum":["name","created","modified"]}},"secrets-store_store_id":{"in":"path","name":"store_id","required":true,"schema":{"type":"string","maxLength":32}},"secrets-store_force":{"in":"query","name":"force","schema":{"type":"boolean","default":false}},"secrets-store_search":{"in":"query","name":"search","schema":{"type":"string"}},"secrets-store_order":{"in":"query","name":"order","schema":{"type":"string","default":"created","enum":["name","comment","created","modified","status"]}},"secrets-store_scopes_query":{"explode":false,"in":"query","name":"scopes","schema":{"type":"array","items":{"enum":["workers","ai_gateway","dex","access","containers","websearch"],"type":"string"}},"style":"form"},"secrets-store_secret_id":{"in":"path","name":"secret_id","required":true,"schema":{"type":"string","maxLength":32}},"waitingroom_page":{"in":"query","name":"page","schema":{"type":"number","default":1,"minimum":1}},"waitingroom_per_page":{"in":"query","name":"per_page","schema":{"type":"number","default":25,"maximum":1000,"minimum":5}},"organizations-api_OrganizationListFiltersId":{"explode":false,"in":"query","name":"id","schema":{"type":"array","items":{"$ref":"#/components/schemas/organizations-api_OrganizationID"}}},"organizations-api_OrganizationListFiltersName":{"explode":false,"in":"query","name":"name","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersNameStartsWith":{"explode":false,"in":"query","name":"name.startsWith","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersNameEndsWith":{"explode":false,"in":"query","name":"name.endsWith","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersNameContains":{"explode":false,"in":"query","name":"name.contains","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersContainingAccount":{"explode":false,"in":"query","name":"containing.account","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersContainingUser":{"explode":false,"in":"query","name":"containing.user","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersContainingOrganization":{"explode":false,"in":"query","name":"containing.organization","schema":{"type":"string"}},"organizations-api_OrganizationListFiltersParentId":{"explode":false,"in":"query","name":"parent.id","schema":{"anyOf":[{"$ref":"#/components/schemas/organizations-api_OrganizationID"},{"enum":["null"],"type":"string"}]}},"organizations-api_PageTokenParamsPageToken":{"explode":false,"in":"query","name":"page_token","schema":{"type":"string"}},"organizations-api_PageTokenParamsPageSize":{"explode":false,"in":"query","name":"page_size","schema":{"type":"integer","maximum":1000,"minimum":0}},"dls_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/dls_identifier"}},"dls_hostname":{"in":"path","name":"hostname","required":true,"schema":{"$ref":"#/components/schemas/dls_hostname"}},"api-shield_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_identifier-2"}},"api-shield_page":{"in":"query","name":"page","schema":{"type":"integer","default":1,"minimum":1}},"api-shield_per_page":{"in":"query","name":"per_page","schema":{"type":"integer","default":20,"maximum":50,"minimum":5}},"api-shield_host_parameter":{"in":"query","name":"host","schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}},"api-shield_method_parameter":{"in":"query","name":"method","schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}},"api-shield_endpoint_parameter":{"in":"query","name":"endpoint","schema":{"type":"string"}},"api-shield_direction_parameter":{"in":"query","name":"direction","schema":{"type":"string","enum":["asc","desc"]}},"api-shield_order_parameter":{"in":"query","name":"order","schema":{"type":"string","enum":["host","method","endpoint","traffic_stats.requests","traffic_stats.last_updated"]}},"api-shield_diff_parameter":{"in":"query","name":"diff","schema":{"type":"boolean"}},"api-shield_api_discovery_origin_parameter":{"in":"query","name":"origin","schema":{"$ref":"#/components/schemas/api-shield_api_discovery_origin"}},"api-shield_api_discovery_state_parameter":{"in":"query","name":"state","schema":{"$ref":"#/components/schemas/api-shield_api_discovery_state"}},"api-shield_discovery_id":{"in":"path","name":"discovery_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"api-shield_order_parameter-2":{"in":"query","name":"order","schema":{"type":"string","enum":["name","description","created_at","last_updated","mapped_resources.operations"]}},"api-shield_source_parameter":{"in":"query","name":"source","schema":{"$ref":"#/components/schemas/api-shield_label_source"}},"api-shield_filter_parameter":{"in":"query","name":"filter","schema":{"type":"string"}},"api-shield_with_mapped_resource_counts_parameter":{"in":"query","name":"with_mapped_resource_counts","schema":{"type":"boolean","default":false}},"api-shield_label_name_parameter":{"in":"path","name":"name","required":true,"schema":{"$ref":"#/components/schemas/api-shield_label_name"}},"api-shield_operation_feature_parameter":{"in":"query","name":"feature","schema":{"type":"array","items":{"enum":["thresholds","parameter_schemas","schema_info"],"type":"string"},"uniqueItems":true}},"api-shield_operation_id":{"in":"path","name":"operation_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_uuid"}},"api-shield_with_schemas_parameter":{"in":"query","name":"with_schemas","schema":{"type":"boolean","default":false}},"api-shield_old_omit_source":{"in":"query","name":"omit_source","schema":{"type":"boolean","default":false}},"api-shield_old_schema_id":{"in":"path","name":"schema_id","required":true,"schema":{"type":"string","format":"uuid","maxLength":36,"readOnly":true}},"dns-records_include_shadow_metadata":{"in":"query","name":"include_shadow_metadata","schema":{"type":"boolean","default":false}},"kamino_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"type":"string"}},"kamino_environment_id":{"in":"path","name":"environment_id","required":true,"schema":{"type":"string"}},"healthchecks_page":{"in":"query","name":"page","schema":{"type":"number","default":1,"minimum":1}},"healthchecks_per_page":{"in":"query","name":"per_page","schema":{"type":"number","default":25,"maximum":1000,"minimum":5}},"intel-sinkholes_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/intel-sinkholes_identifier"}},"intel-sinkholes_ingress_id":{"in":"path","name":"ingress_id","required":true,"schema":{"type":"string"}},"lex_ZoneID":{"in":"path","name":"zone_id","required":true,"schema":{"type":"string","pattern":"^[a-f0-9]{32}$"}},"usage-analytics_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/usage-analytics_identifier"}},"api-shield_omit_source_query":{"in":"query","name":"omit_source","schema":{"type":"boolean","default":false}},"api-shield_schema_id_path":{"in":"path","name":"schema_id","required":true,"schema":{"type":"string","allOf":[{"$ref":"#/components/schemas/api-shield_uuid-2"},{"format":"uuid","readOnly":true,"type":"string"}]}},"security-center_auditLogPerPage":{"in":"query","name":"per_page","schema":{"type":"integer","default":25,"maximum":1000,"minimum":1}},"security-center_auditLogCursor":{"in":"query","name":"cursor","schema":{"type":"string"}},"security-center_auditLogFieldChanged":{"in":"query","name":"field_changed","schema":{"type":"string","enum":["status","user_classification"]}},"security-center_auditLogChangedBy":{"in":"query","name":"changed_by","schema":{"type":"string"}},"security-center_auditLogSince":{"in":"query","name":"since","schema":{"type":"string","format":"date-time"}},"security-center_auditLogBefore":{"in":"query","name":"before","schema":{"type":"string","format":"date-time"}},"security-center_auditLogOrder":{"in":"query","name":"order","schema":{"type":"string","default":"desc","enum":["asc","desc"]}},"csam-config-service_zone_id":{"in":"path","name":"zone_id","required":true,"schema":{"$ref":"#/components/schemas/csam-config-service_zone_identifier"}},"smartshield_page":{"in":"query","name":"page","schema":{"type":"number","default":1,"minimum":1}},"smartshield_per_page":{"in":"query","name":"per_page","schema":{"type":"number","default":25,"maximum":1000,"minimum":5}},"api-shield_config_id":{"in":"path","name":"config_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}},"api-shield_rule_id":{"in":"path","name":"rule_id","required":true,"schema":{"$ref":"#/components/schemas/api-shield_uuid-2"}}},"responses":{"art_BadRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_ErrorResponse"}}}},"art_Unauthorized":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_ErrorResponse"}}}},"art_Forbidden":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/art_ErrorResponse"}}}},"analytics-engine_QuerySuccess":{"headers":{"X-Query-Id":{"schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/analytics-engine_JsonFormatResponse"}},"application/x-ndjson":{"schema":{"type":"string"}}}},"analytics-engine_BadRequest":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_Forbidden":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_UnprocessableQuery":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_TooManyRequests":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_InternalServerError":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_ServiceUnavailable":{"content":{"text/plain":{"schema":{"type":"string"}}}},"analytics-engine_GatewayTimeout":{"content":{"text/plain":{"schema":{"type":"string"}}}},"brand-protection-api_DEFAULT_ERROR":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_Error"}}}},"brand-protection-api_UNPROCESSABLE_CONTENT":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/brand-protection-api_Error"}}}},"builds_NotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_ErrorResponse"}}}},"builds_SuccessEmpty":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_APIResponse"}}}},"builds_BadRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_ErrorResponse"}}}},"builds_Unauthorized":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_ErrorResponse"}}}},"builds_Conflict":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/builds_ErrorResponse"}}}},"email-security_ClientError":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/email-security_api-response-common-failure"}}}},"lex_BadRequest-2":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse-2"}}}},"lex_Forbidden-2":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse-2"}}}},"lex_NotFound-2":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse-2"}}}},"lex_Conflict":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse-2"}}}},"lex_BadRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse"}}}},"lex_Forbidden":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse"}}}},"lex_NotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse"}}}},"lex_ResourcesExhausted":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lex_ErrorResponse"}}}},"logpull_ListKeysOKResponse":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","properties":{"keys":{"type":"array","items":{"type":"string"}}}},"success":{"type":"boolean"}}}}}},"logpull_BadRequestResponse":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}}}}}},"logpull_UnauthorizedResponse":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"properties":{"code":{"type":"number"},"message":{"type":"string"}},"type":"object"}},"messages":{"type":"array","items":{"type":"string"}},"result":{"type":"object","nullable":true},"success":{"type":"boolean"}}}}}},"logpull_RetrieveLogsOKResponse":{"content":{"application/json":{}}},"usage-analytics_bad_request":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_error_response"}}}},"usage-analytics_unauthorized":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_error_response"}}}},"usage-analytics_forbidden":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/usage-analytics_error_response"}}}},"realtimekit_GetAllMeetings":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_PagingResponse"},{"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_Meeting"}}},"type":"object"}]}}}},"realtimekit_GetMeeting":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"allOf":[{"properties":{"data":{"$ref":"#/components/schemas/realtimekit_Meeting"}},"type":"object"},{"properties":{"data":{"type":"object","properties":{"recording_config":{"$ref":"#/components/schemas/realtimekit_RecordingConfig"}}}},"type":"object"},{"properties":{"data":{"type":"object","properties":{"ai_config":{"$ref":"#/components/schemas/realtimekit_AIConfig"}}}},"type":"object"}],"type":"object"}]}}}},"realtimekit_GenericError":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_GenericErrorResponse"}}}},"realtimekit_GetActiveSession":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_ActiveSession"},"success":{"type":"boolean"}}}}}},"realtimekit_GetActiveSessionNotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_GenericErrorResponse"}}}},"realtimekit_KickParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"participants":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_SessionParticipant"}}}},"success":{"type":"boolean"}}}}}},"realtimekit_ParticipantNotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_GenericErrorResponse"}}}},"realtimekit_KickAllParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"kicked_participants_count":{"type":"number"}}},"success":{"type":"boolean"}}}}}},"realtimekit_MuteParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"participants":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_SessionParticipant"}}}},"success":{"type":"boolean"}}}}}},"realtimekit_MuteAllParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"muted_participants_count":{"type":"number"}}},"success":{"type":"boolean"}}}}}},"realtimekit_CreatePoll":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"action":{"type":"string"},"poll":{"$ref":"#/components/schemas/realtimekit_Poll"}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetAllParticipants":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_PagingResponse"},{"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_Participant"}}},"type":"object"}]}}}},"realtimekit_AddParticipant":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"allOf":[{"$ref":"#/components/schemas/realtimekit_Participant"},{"properties":{"token":{"type":"string"}},"required":["token"],"type":"object"}]}},"type":"object"}]}}}},"realtimekit_GetParticipant":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"$ref":"#/components/schemas/realtimekit_Participant"}},"required":["data"],"type":"object"}]}}}},"realtimekit_DeleteParticipant":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"type":"object","properties":{"created_at":{"type":"string","format":"date-time"},"custom_participant_id":{"type":"string"},"preset_id":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time"}},"required":["custom_participant_id","preset_id","created_at","updated_at"]}},"type":"object"}]}}}},"realtimekit_RegenToken":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"]}},"required":["data"],"type":"object"}]}}}},"realtimekit_GetAllPresets":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_PagingResponse"},{"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_PresetListItem"}}},"type":"object"}]}}}},"realtimekit_GetPresetBody":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"allOf":[{"properties":{"created_at":{"type":"string","format":"date-time"},"id":{"type":"string","format":"uuid"},"updated_at":{"type":"string","format":"date-time"}},"required":["id","created_at","updated_at"],"type":"object"},{"$ref":"#/components/schemas/realtimekit_Preset"}]}},"required":["data"],"type":"object"}]}}}},"realtimekit_GetRecordings":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_PagingResponse"},{"properties":{"data":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/realtimekit_Recording"},{"properties":{"storage_config":{"$ref":"#/components/schemas/realtimekit_StorageConfig"}},"type":"object"},{"properties":{"meeting":{"$ref":"#/components/schemas/realtimekit_Meeting"}},"type":"object"}]}}},"type":"object"}]}}}},"realtimekit_GetRecording":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"allOf":[{"$ref":"#/components/schemas/realtimekit_Recording"},{"properties":{"start_reason":{"$ref":"#/components/schemas/realtimekit_startReason"},"stop_reason":{"$ref":"#/components/schemas/realtimekit_stopReason"},"storage_config":{"$ref":"#/components/schemas/realtimekit_StorageConfig"}},"type":"object"}]}},"type":"object"}]}}}},"realtimekit_GetActiveRecording":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/realtimekit_GenericSuccessResponse"},{"properties":{"data":{"$ref":"#/components/schemas/realtimekit_Recording"}},"required":["data"],"type":"object"}]}}}},"realtimekit_GetSessions":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"sessions":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_ActiveSession"}}}},"paging":{"type":"object","properties":{"end_offset":{"type":"number"},"start_offset":{"type":"number"},"total_count":{"type":"number","minimum":0}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetParticipantDataFromPeerId":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"participant":{"$ref":"#/components/schemas/realtimekit_PeerParticipantDetails"}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionDetails":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_ActiveSession"},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionChat":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_ChatMessage"},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionParticipants":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"participants":{"type":"array","items":{"$ref":"#/components/schemas/realtimekit_ParticipantsList"}}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetParticipantDetails":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"participant":{"$ref":"#/components/schemas/realtimekit_ParticipantsList"}}},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionTranscriptSummary":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_TranscriptSummary"},"success":{"type":"boolean"}}}}}},"realtimekit_GetSessionTranscript":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/realtimekit_Transcript"},"success":{"type":"boolean"}}}}}},"rulesets_Rulesets":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"}},"required":["name","kind","phase"]}]},"title":"Rulesets"},"result_info":{"$ref":"#/components/schemas/rulesets_ResultInfo"},"success":{"enum":[true]}}}]}}}},"rulesets_Failure":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"result":{"enum":[null]},"success":{"enum":[false]}}}]}}}},"rulesets_RulesetOrDryRun":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"},"rules":{"$ref":"#/components/schemas/rulesets_ResponseRules"}},"required":["name","kind","phase","rules"]}]},{"enum":[null],"nullable":true,"type":"object"}]},"success":{"enum":[true]}}}]}}}},"rulesets_Ruleset":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"},"rules":{"$ref":"#/components/schemas/rulesets_ResponseRules"}},"required":["name","kind","phase","rules"]}]},"success":{"enum":[true]}}}]}}}},"rulesets_Empty":{},"workers_200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_script-response-upload-single"},{"type":"object"}]}}}},"workers_4XX":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"$ref":"#/components/schemas/workers_exports_reconciliation_error_response"}]}}}},"workers_ErrorAuth":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/workers_ErrorAuth"}}},"required":["errors"],"type":"object"}]}}}},"workers_ErrorInternalServer":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/workers_ErrorInternalServer"}}},"required":["errors"],"type":"object"}]}}}},"workers_ErrorWorkerNotFound":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/workers_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/workers_ErrorWorkerNotFound"}}},"required":["errors"],"type":"object"}]}}}},"api-shield_config-get-success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_configuration-single-response"}}}},"api-shield_generic-failure":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}},"api-shield_config-update-success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_configuration-single-response"}}}},"kamino_client_error":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/kamino_error_response"}}}},"rulesets_ManagedTransforms":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"$ref":"#/components/schemas/rulesets_ManagedTransforms"},"success":{"enum":[true]}}}]}}}},"api-shield_schemas_list_success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_public_schema"}}},"required":["result"],"type":"object"}]}}}},"api-shield_generic_failure":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-common-failure"}}}},"api-shield_schema_create_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_public_schema_success_result"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_issue_notification"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_issue_notification"}}},"required":["messages"],"type":"object"}]}}}},"api-shield_schema_create_failure":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common-failure"},{"properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_issue_notification"}},"messages":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_issue_notification"}}},"required":["errors"],"type":"object"}]}}}},"api-shield_schema_hosts_get_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_schema_hosts"}}},"required":["result"],"type":"object"}]}}}},"api-shield_schema_get_success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_public_schema_success_result"}}}},"api-shield_schema_delete_success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"type":"object","properties":{"id":{"type":"string","format":"uuid","x-auditable":true}},"required":["id"]}},"required":["result"],"type":"object"}]}}}},"api-shield_schema_edit_success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_public_schema_success_result"}}}},"api-shield_schemas_extract_operations_get_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/api-shield_operation"},{"$ref":"#/components/schemas/api-shield_basic_operation"}]}}},"required":["result"],"type":"object"}]}}}},"api-shield_global_settings_get_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_global_settings"}},"required":["result"],"type":"object"}]}}}},"api-shield_global_settings_update_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_global_settings"}},"required":["result"],"type":"object"}]}}}},"api-shield_global_settings_edit_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_global_settings"}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_settings_list_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_per_operation_setting"}}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_settings_bulk_edit_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_per_operation_bulk_settings"}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_setting_get_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_per_operation_setting"}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_setting_update_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_per_operation_setting"}},"required":["result"],"type":"object"}]}}}},"api-shield_per_operation_settings_delete_success":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"}}}},"required":["result"],"type":"object"}]}}}},"snippets_Snippets":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"errors":{"type":"array","items":{"type":"object"},"enum":[[]]},"result":{"type":"array","items":{"$ref":"#/components/schemas/snippets_Snippet"},"title":"Snippets"},"result_info":{"$ref":"#/components/schemas/snippets_ResultInfo"},"success":{"type":"boolean","enum":[true]}},"type":"object"}]}}}},"snippets_Failure":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"result":{"type":"object","enum":[null],"nullable":true,"x-auditable":true},"success":{"type":"boolean","enum":[false]}},"type":"object"}]}}}},"snippets_SnippetRules":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"errors":{"type":"array","items":{"type":"object"},"enum":[[]]},"result":{"$ref":"#/components/schemas/snippets_SnippetRules"},"success":{"type":"boolean","enum":[true]}},"type":"object"}]}}}},"snippets_Snippet":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"errors":{"type":"array","items":{"type":"object"},"enum":[[]]},"result":{"$ref":"#/components/schemas/snippets_Snippet"},"success":{"type":"boolean","enum":[true]}},"type":"object"}]}}}},"snippets_Null":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/snippets_Response"},{"properties":{"errors":{"type":"array","items":{"type":"object"},"enum":[[]]},"result":{"type":"object","enum":[null],"nullable":true,"x-auditable":true},"success":{"type":"boolean","enum":[true]}},"type":"object"}]}}}},"snippets_SnippetContent":{"headers":{"cf-entrypoint":{"schema":{"$ref":"#/components/schemas/snippets_SnippetMainModule"}}},"content":{"multipart/form-data":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/snippets_SnippetFiles"},"title":"Snippet Content Response"}}}},"api-shield_list-configs-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_TokenConfiguration"}}},"required":["result"],"type":"object"}]}}}},"api-shield_create-config-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_TokenConfiguration"}},"required":["result"],"type":"object"}]}}}},"api-shield_get-config-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_TokenConfiguration"}},"required":["result"],"type":"object"}]}}}},"api-shield_delete-config-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/api-shield_uuid-2"}}}},"required":["result"],"type":"object"}]}}}},"api-shield_edit-config-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"title":{"$ref":"#/components/schemas/api-shield_title"},"token_sources":{"$ref":"#/components/schemas/api-shield_token_sources"}}}},"required":["result"],"type":"object"}]}}}},"api-shield_update-config-credentials-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"$ref":"#/components/schemas/api-shield_credentials"}]}}}},"api-shield_list-rules-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_Rule"}}},"required":["result"],"type":"object"}]}}}},"api-shield_create-rule-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_Rule"}},"required":["result"],"type":"object"}]}}}},"api-shield_bulk-create-rules-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_Rule"}}},"required":["result"],"type":"object"}]}}}},"api-shield_bulk-edit-rules-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_Rule"}}},"required":["result"],"type":"object"}]}}}},"api-shield_preview-rules-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-collection"},{"properties":{"result":{"type":"object","properties":{"available_hosts":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"},"uniqueItems":true},"excluded":{"type":"integer","x-auditable":true},"ignored":{"type":"integer","x-auditable":true},"included":{"type":"integer","x-auditable":true},"operations":{"type":"array","items":{"properties":{"endpoint":{"$ref":"#/components/schemas/api-shield_endpoint"},"host":{"$ref":"#/components/schemas/api-shield_host"},"last_updated":{"$ref":"#/components/schemas/api-shield_timestamp-2"},"method":{"$ref":"#/components/schemas/api-shield_method"},"operation_id":{"$ref":"#/components/schemas/api-shield_uuid-2"},"state":{"$ref":"#/components/schemas/api-shield_selector-operation-state"}},"type":"object"}},"selected_hosts":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_host"},"uniqueItems":true},"total":{"type":"integer","x-auditable":true}}}},"required":["result"],"type":"object"}]}}}},"api-shield_get-rule-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-common"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_Rule"}},"required":["result"],"type":"object"}]}}}},"api-shield_delete-rule-success":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_api-response-single-obj"}}}},"api-shield_edit-rule-success":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/api-shield_api-response-single"},{"properties":{"result":{"$ref":"#/components/schemas/api-shield_Rule"}},"required":["result"],"type":"object"}]}}}},"rulesets_UrlNormalization":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Response"},{"properties":{"errors":{"enum":[[]]},"result":{"$ref":"#/components/schemas/rulesets_UrlNormalization"},"success":{"enum":[true]}}}]}}}}},"requestBodies":{"pay-per-crawl_ZonesCanBeEnabledPayload":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_ZonesCanBeEnabledPayload"}}},"required":true,"x-auditable":true},"pay-per-crawl_ZonesCanBeEnabledQueryPayload":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_ZonesCanBeEnabledQueryPayload"}}},"required":true,"x-auditable":true},"realtimekit_CreateApp":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1}},"required":["name"]}}},"required":true},"realtimekit_CreateMeetingBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ai_config":{"$ref":"#/components/schemas/realtimekit_AIConfig"},"live_stream_on_start":{"type":"boolean","default":false,"nullable":true},"persist_chat":{"type":"boolean","default":false},"record_on_start":{"type":"boolean","default":false,"nullable":true},"recording_config":{"$ref":"#/components/schemas/realtimekit_RecordingConfig"},"session_keep_alive_time_in_secs":{"type":"number","default":60,"maximum":600,"minimum":60},"summarize_on_end":{"type":"boolean","default":false},"title":{"type":"string","nullable":true},"transcribe_on_end":{"type":"boolean","default":false}}}}},"required":true},"realtimekit_UpdateMeetingBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ai_config":{"$ref":"#/components/schemas/realtimekit_AIConfig"},"live_stream_on_start":{"type":"boolean","default":false},"persist_chat":{"type":"boolean","default":false},"record_on_start":{"type":"boolean","default":false},"recording_config":{"$ref":"#/components/schemas/realtimekit_RecordingConfig"},"session_keep_alive_time_in_secs":{"type":"number","default":60,"maximum":600,"minimum":60},"status":{"type":"string","enum":["ACTIVE","INACTIVE"]},"summarize_on_end":{"type":"boolean","default":false},"title":{"type":"string"},"transcribe_on_end":{"type":"boolean","default":false}}}}},"required":true},"realtimekit_KickParticipantsBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"custom_participant_ids":{"type":"array","items":{"type":"string"}},"participant_ids":{"type":"array","items":{"type":"string"}}},"required":["participant_ids","custom_participant_ids"]}}},"required":true},"realtimekit_MuteAllParticipantsBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"allow_unmute":{"type":"boolean"}},"required":["allow_unmute"]}}},"required":true},"realtimekit_CreatePollBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"anonymous":{"type":"boolean"},"hide_votes":{"type":"boolean"},"options":{"type":"array","items":{"type":"string"}},"question":{"type":"string"}},"required":["question","options"]}}},"required":true},"realtimekit_AddParticipantBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"custom_participant_id":{"type":"string"},"name":{"type":"string","nullable":true},"picture":{"type":"string","format":"uri","nullable":true},"preset_name":{"type":"string","default":"group_call_host"}},"required":["preset_name","custom_participant_id"]}}},"required":true},"realtimekit_ReplaceParticipantBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"custom_participant_id":{"type":"string"},"name":{"type":"string","nullable":true},"picture":{"type":"string","format":"uri","nullable":true},"preset_name":{"type":"string"}},"required":["preset_name","custom_participant_id"]}}},"required":true},"realtimekit_EditParticipantBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","nullable":true},"picture":{"type":"string","format":"uri","nullable":true},"preset_name":{"type":"string","nullable":true}}}}},"required":true},"realtimekit_CreatePresetBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_Preset"}}},"required":true},"realtimekit_UpdatePresetBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/realtimekit_UpdatePreset"}}},"required":true},"realtimekit_StartRecording":{"content":{"application/json":{"schema":{"type":"object","properties":{"allow_multiple_recordings":{"type":"boolean","default":false},"audio_config":{"$ref":"#/components/schemas/realtimekit_AudioConfig"},"file_name_prefix":{"type":"string"},"interactive_config":{"$ref":"#/components/schemas/realtimekit_InteractiveConfig"},"max_seconds":{"type":"integer","maximum":86400,"minimum":60},"meeting_id":{"type":"string","format":"uuid"},"realtimekit_bucket_config":{"$ref":"#/components/schemas/realtimekit_realtimekitBucketConfig"},"rtmp_out_config":{"$ref":"#/components/schemas/realtimekit_LivestreamingConfig"},"storage_config":{"$ref":"#/components/schemas/realtimekit_StorageConfig"},"url":{"type":"string","format":"uri"},"video_config":{"$ref":"#/components/schemas/realtimekit_VideoConfig"}},"required":["meeting_id"]}}},"required":true},"realtimekit_StartTrackRecordingBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"layers":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/realtimekit_TrackConfigLayer"}},"meeting_id":{"type":"string","format":"uuid"},"user_ids":{"type":"array","items":{"maxLength":256,"minLength":1,"type":"string"},"maxItems":100,"minItems":1}},"required":["meeting_id"]}}},"required":true},"rulesets_CreateRuleset":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"},"rules":{"$ref":"#/components/schemas/rulesets_RequestRules"}},"required":["name","kind","phase"]}]}}},"required":true},"rulesets_UpdateEntrypointRuleset":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"rules":{"$ref":"#/components/schemas/rulesets_RequestRules"}}}]}}},"required":true},"rulesets_UpdateRuleset":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_Ruleset"},{"properties":{"kind":{"$ref":"#/components/schemas/rulesets_RulesetKind"},"phase":{"$ref":"#/components/schemas/rulesets_RulesetPhase"},"rules":{"$ref":"#/components/schemas/rulesets_RequestRules"}}}]}}},"required":true},"rulesets_Rule":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/rulesets_RequestRule"},{"properties":{"position":{"oneOf":[{"allOf":[{"$ref":"#/components/schemas/rulesets_RulePosition"},{"properties":{"before":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"Before"}},"title":"Before Position"}]},{"allOf":[{"$ref":"#/components/schemas/rulesets_RulePosition"},{"properties":{"after":{"type":"string","pattern":"^[0-9a-f]{32}$","title":"After"}},"title":"After Position"}]},{"allOf":[{"$ref":"#/components/schemas/rulesets_RulePosition"},{"properties":{"index":{"type":"integer","minimum":1,"title":"Index"}},"title":"Index Position"}]}]}}}]}}},"required":true},"workers_namespace_upload":{"content":{"application/javascript":{"schema":{"type":"string"}},"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"$ref":"#/components/schemas/workers_multipart-script"}},"text/javascript":{"schema":{"type":"string"}}},"required":true},"workers_script_upload":{"content":{"application/javascript":{"schema":{"type":"string"}},"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, text/x-python, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"allOf":[{"$ref":"#/components/schemas/workers_multipart-script"},{"properties":{"metadata":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/message":{"type":"string","maxLength":1000},"workers/tag":{"type":"string","maxLength":100}}}}}},"type":"object"}]}},"text/javascript":{"schema":{"type":"string"}}},"required":true},"workers_version-post":{"content":{"multipart/form-data":{"encoding":{"files":{"contentType":"application/javascript+module, text/javascript+module, application/javascript, text/javascript, `text/x-python`, text/x-python-requirement, application/wasm, text/plain, application/octet-stream, application/source-map"},"metadata":{"contentType":"application/json"}},"schema":{"type":"object","properties":{"files":{"type":"array","items":{"format":"binary","type":"string"},"x-stainless-collection-type":"set"},"metadata":{"type":"object","properties":{"annotations":{"type":"object","properties":{"workers/alias":{"type":"string","maxLength":63},"workers/message":{"type":"string","maxLength":1000},"workers/tag":{"type":"string","maxLength":100}}},"bindings":{"$ref":"#/components/schemas/workers_bindings"},"cache_options":{"$ref":"#/components/schemas/workers_cache_options"},"compatibility_date":{"$ref":"#/components/schemas/workers_compatibility_date"},"compatibility_flags":{"$ref":"#/components/schemas/workers_compatibility_flags"},"exports":{"allOf":[{"$ref":"#/components/schemas/workers_exports_config_map"}],"writeOnly":true},"keep_bindings":{"type":"array","items":{"type":"string"},"x-stainless-collection-type":"set"},"main_module":{"type":"string"},"package_dependencies":{"type":"array","items":{"properties":{"installedVersion":{"type":"string"},"name":{"type":"string"},"packageJsonVersion":{"type":"string"}},"required":["name","packageJsonVersion","installedVersion"],"type":"object"},"x-auditable":true},"usage_model":{"$ref":"#/components/schemas/workers_usage_model"}},"required":["main_module"]}},"required":["metadata"]}}},"required":true},"api-shield_config-update":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_configuration"}}},"required":true},"rulesets_ManagedTransforms":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rulesets_ManagedTransformsPatch"}}},"required":true},"pay-per-crawl_DaricConfig":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pay-per-crawl_DaricConfig"}}},"required":true,"x-auditable":true},"api-shield_schema_create":{"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["openapi_v3"]},"name":{"type":"string"},"source":{"type":"string"},"validation_enabled":{"type":"boolean"}},"required":["name","kind","source","validation_enabled"]}}},"required":true},"api-shield_schema_edit":{"content":{"application/json":{"schema":{"type":"object","properties":{"validation_enabled":{"type":"boolean"}}}}},"required":true},"api-shield_global_settings_update":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_global_setting_change_base"},{"required":["validation_default_mitigation_action"],"type":"object"}]}}},"required":true},"api-shield_global_settings_edit":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_global_setting_change_base"}}},"required":true},"api-shield_per_operation_settings_bulk_edit":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"properties":{"mitigation_action":{"type":"string","enum":["none","log","block",null],"nullable":true}},"type":"object"}}}},"required":true},"api-shield_per_operation_setting_update":{"content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/api-shield_per_operation_setting_change_base"},{"required":["mitigation_action"],"type":"object"}]}}},"required":true},"snippets_SnippetRules":{"content":{"application/json":{"schema":{"type":"object","properties":{"rules":{"$ref":"#/components/schemas/snippets_SnippetRules"}},"required":["rules"],"title":"Snippet Rules"}}},"required":true},"snippets_Snippet":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"metadata":{"type":"object","properties":{"main_module":{"$ref":"#/components/schemas/snippets_SnippetMainModule"}},"required":["main_module"],"title":"Metadata"}},"additionalProperties":{"$ref":"#/components/schemas/snippets_SnippetFiles"},"required":["metadata","files"],"title":"Snippet"}}},"required":true},"api-shield_create-config":{"content":{"application/json":{"schema":{"type":"object","properties":{"credentials":{"$ref":"#/components/schemas/api-shield_credentials-request"},"title":{"$ref":"#/components/schemas/api-shield_title"},"token_sources":{"$ref":"#/components/schemas/api-shield_token_sources"},"token_type":{"$ref":"#/components/schemas/api-shield_token_type"}},"required":["title","description","token_sources","token_type","credentials"]}}},"required":true},"api-shield_edit-config":{"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/api-shield_title"},"token_sources":{"$ref":"#/components/schemas/api-shield_token_sources"}}}}},"required":true},"api-shield_update-config-credentials":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_credentials-request"}}},"required":true},"api-shield_edit-config-credentials":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_credentials-patch-request"}}},"required":true},"api-shield_create-rule":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_create-single-rule-request"}}},"required":true},"api-shield_bulk-create-rules":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/api-shield_create-single-rule-request"}}}},"required":true},"api-shield_bulk-edit-rules":{"content":{"application/json":{"schema":{"type":"array","items":{"allOf":[{"properties":{"id":{"type":"string","format":"uuid","maxLength":36,"x-auditable":true}},"required":["id"],"type":"object"},{"$ref":"#/components/schemas/api-shield_edit-single-rule-request"}]}}}},"required":true},"api-shield_preview-rules":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_selector"}}},"required":true},"api-shield_edit-rule":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/api-shield_edit-single-rule-request"}}},"required":true},"rulesets_UrlNormalization":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/rulesets_UrlNormalization"}}},"required":true}},"examples":{"realtimekit_GetActiveSessionSuccessResponse":{"summary":"Success response for fetching active session","value":{"data":{"associated_id":"6bf2b8be-04dd-4191-b602-1128921a306b","created_at":"2022-01-12T14:21:34.398Z","ended_at":"null","id":"813432c7-3c5a-45e2-9acf-eef7061c7584","live_participants":1,"max_concurrent_participants":2,"minutes_consumed":2.3434,"started_at":"2022-01-12T14:21:34.388Z","status":"LIVE","type":"meeting","updated_at":"2022-01-12T14:26:00.784Z"},"success":true}},"realtimekit_GetActiveSessionNotFoundResponse":{"summary":"Active Session not found","value":{"error":{"code":404,"message":"No active session found for meeting_id 6bf2b8be-04dd-4191-b602-1128921a306b"},"success":false}},"realtimekit_ParticipantNotFoundResponse":{"summary":"Participant Not Found","value":{"error":{"code":404,"message":"No user found with id 813432c7-3c5a-45e2-9acf-eef7061c7584"},"success":false}},"realtimekit_ParticipantListSuccess":{"summary":"success response for session's participants list","value":{"data":{"paging":{"end_offset":2,"start_offset":1,"total_count":123},"participants":[{"created_at":"2023-02-01T10:51:08.039Z","custom_participant_id":"83qi0i","display_name":"Mark","duration":5.8097,"id":"005f4e0c-4d08-4d4e-a391-a76be75cd296","joined_at":"2023-02-01T10:51:08.030Z","left_at":"2023-02-01T10:56:56.612Z","preset_name":"webinar_participant","updated_at":"2023-02-01T10:56:56.618Z","user_id":"0a08343d-a9dc-45f0-9feb-6a64afcc4f81"},{"created_at":"2023-02-01T10:50:36.853Z","custom_participant_id":"3uggr","display_name":"Henry","duration":6.9263,"id":"51fdf95f-d893-471a-922b-7db7adb14453","joined_at":"2023-02-01T10:50:36.846Z\"","left_at":"2023-02-01T10:57:32.424Z","preset_name":"webinar_participant","updated_at":"2023-02-01T10:57:32.431Z","user_id":"85e7f0fd-7c16-45e9-9d68-f17ef007c4eb"}]},"success":true}},"realtimekit_ParticipantListWithPeerEventSucces":{"summary":"success response for sessions participants list with peer events","value":{"data":{"paging":{"end_offset":2,"start_offset":1,"total_count":123},"participants":[{"created_at":"2023-02-01T10:51:08.039Z","custom_participant_id":"83qi0i","display_name":"Mark","duration":5.8097,"id":"005f4e0c-4d08-4d4e-a391-a76be75cd296","joined_at":"2023-02-01T10:51:08.030Z","left_at":"2023-02-01T10:56:56.612Z","peer_events":[{"created_at":"2023-02-01T10:51:50.786Z","event_name":"PEER_JOINING","id":"94af3bac-f30b-40b9-ab45-4b9e6eff191a","peer_id":"79d87ca5-7e47-452a-b3c1-b6842ad84bf5","updated_at":"2023-02-01T10:51:50.792Z"},{"created_at":"2023-02-01T10:56:50.786Z","event_name":"PEER_LEAVING","id":"94af3bac-f30b-40b9-ab45-4b9e6eff191b","peer_id":"79d87ca5-7e47-452a-b3c1-b6842ad84bf5","updated_at":"2023-02-01T10:56:50.792Z"}],"preset_name":"webinar_participant","updated_at":"2023-02-01T10:56:56.618Z","user_id":"0a08343d-a9dc-45f0-9feb-6a64afcc4f81"},{"created_at":"2023-02-01T10:50:36.853Z","custom_participant_id":"3uggr","display_name":"Henry","duration":6.9263,"id":"51fdf95f-d893-471a-922b-7db7adb14453","joined_at":"2023-02-01T10:50:36.846Z\"","left_at":"2023-02-01T10:57:32.424Z","peer_events":[{"created_at":"2023-02-01T10:51:50.786Z","event_name":"PEER_JOINING","id":"94af3bac-f30b-40b9-ab45-4b9e6eff191a","peer_id":"51fdf95f-d893-471a-922b-7db7adb14453","updated_at":"2023-02-01T10:51:50.792Z"},{"created_at":"2023-02-01T10:56:50.786Z","event_name":"PEER_LEAVING","id":"94af3bac-f30b-40b9-ab45-4b9e6eff191b","peer_id":"51fdf95f-d893-471a-922b-7db7adb14453","updated_at":"2023-02-01T10:56:50.792Z"}],"preset_name":"webinar_participant","updated_at":"2023-02-01T10:57:32.431Z","user_id":"85e7f0fd-7c16-45e9-9d68-f17ef007c4eb"}]},"success":true}}},"securitySchemes":{"realmrootOidc":{"type":"openIdConnect","openIdConnectUrl":"https://id.realmroot.dev/api/auth/.well-known/openid-configuration","x-dpop-required":true}}},"x-cloudflare-openapi-source":{"repository":"https://github.com/cloudflare/api-schemas","commit":"4e2f140437b8e356fb28631ece09c26efd7e781c","openapiSha256":"311c8b1de9ea5ed7d6f8644a5a259c8aa7774df81e65c1cfbb53719741b6ad32","sha256":"311c8b1de9ea5ed7d6f8644a5a259c8aa7774df81e65c1cfbb53719741b6ad32"},"x-cloudflare-oauth-scope-catalog-sha256":"aff94a65e17f31b533ef4aeb2aa040823bca1f9e38fc052385a7165ca41d6986","x-wrangler-compatibility":{"package":"wrangler","version":"4.120.0","source":"https://github.com/cloudflare/workers-sdk/tree/wrangler%404.120.0/packages/wrangler"},"x-cli-config":{"command_layout":"tags"},"x-realmroot-transparent-upstream":"https://api.cloudflare.com/client/v4"} diff --git a/src/providers/cloudflare/operation-permissions.ts b/src/providers/cloudflare/operation-permissions.ts index e45d73d..6144a65 100644 --- a/src/providers/cloudflare/operation-permissions.ts +++ b/src/providers/cloudflare/operation-permissions.ts @@ -1,3 +1,3 @@ // Generated by scripts/sync-cloudflare-openapi.mjs. Do not edit. export type CloudflareOperation = Readonly<{ method: string; path: string; operationId: string; scopes: readonly string[] }> -export const cloudflareOperations: readonly CloudflareOperation[] = [{"method":"GET","path":"/accounts/{account_identifier}/custom_pages","operationId":"custom-pages-for-an-account-list-custom-pages","scopes":["account-custom-pages.read","account-custom-pages.write","account-settings.read","account-settings.write","teams-pii.read"]},{"method":"POST","path":"/accounts/{account_identifier}/custom_pages/preview_tokens","operationId":"custom-pages-for-an-account-create-preview-token","scopes":["account-custom-pages.read","account-custom-pages.write","account-settings.read","account-settings.write","teams-pii.read"]},{"method":"GET","path":"/accounts/{account_identifier}/custom_pages/{identifier}","operationId":"custom-pages-for-an-account-get-a-custom-page","scopes":["account-custom-pages.read","account-custom-pages.write","account-settings.read","account-settings.write","teams-pii.read"]},{"method":"PUT","path":"/accounts/{account_identifier}/custom_pages/{identifier}","operationId":"custom-pages-for-an-account-update-a-custom-page","scopes":["account-custom-pages.write","account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}","operationId":"accounts-account-details","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}","operationId":"accounts-update-account","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}","operationId":"account-deletion","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports","operationId":"ListAbuseReports","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports/{report_id}/appeals/eligibility","operationId":"CheckAppealEligibility","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports/{report_id}/emails","operationId":"ListEmails","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports/{report_id}/mitigations","operationId":"ListMitigations","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"POST","path":"/accounts/{account_id}/abuse-reports/{report_id}/mitigations/appeal","operationId":"RequestReview","scopes":["trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports/{report_param}","operationId":"GetAbuseReport","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/portals","operationId":"mcp-portals-api-list-portals","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"POST","path":"/accounts/{account_id}/access/ai-controls/mcp/portals","operationId":"mcp-portals-api-create-portals","scopes":["mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/portals/{id}","operationId":"mcp-portals-api-fetch-gateways","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/ai-controls/mcp/portals/{id}","operationId":"mcp-portals-api-update-portals","scopes":["mcp-portals.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/ai-controls/mcp/portals/{id}","operationId":"mcp-portals-api-delete-portals","scopes":["mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/portals/{portal_id}/servers/{server_id}/effective-redirect-uri","operationId":"mcp-portals-api-effective-redirect-uri","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/servers","operationId":"mcp-portals-api-list-servers","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"POST","path":"/accounts/{account_id}/access/ai-controls/mcp/servers","operationId":"mcp-portals-api-create-servers","scopes":["mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}","operationId":"mcp-portals-api-fetch-servers","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}","operationId":"mcp-portals-api-update-servers","scopes":["mcp-portals.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}","operationId":"mcp-portals-api-delete-servers","scopes":["mcp-portals.write"]},{"method":"POST","path":"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}/sync","operationId":"mcp-portals-api-sync-server","scopes":["mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps","operationId":"access-applications-list-access-applications","scopes":["access.read","access.revoke","access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/apps","operationId":"access-applications-add-an-application","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/ca","operationId":"access-short-lived-certificate-c-as-list-short-lived-certificate-c-as","scopes":["access.read","access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}","operationId":"access-applications-get-an-access-application","scopes":["access.read","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/apps/{app_id}","operationId":"access-applications-update-an-access-application","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/apps/{app_id}","operationId":"access-applications-delete-an-access-application","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}/ca","operationId":"access-short-lived-certificate-c-as-get-a-short-lived-certificate-ca","scopes":["access.read","access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/apps/{app_id}/ca","operationId":"access-short-lived-certificate-c-as-create-a-short-lived-certificate-ca","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/apps/{app_id}/ca","operationId":"access-short-lived-certificate-c-as-delete-a-short-lived-certificate-ca","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}/policies","operationId":"access-policies-list-access-app-policies","scopes":["access.read","access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/apps/{app_id}/policies","operationId":"access-policies-create-an-access-policy","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"access-policies-get-an-access-policy","scopes":["access.read","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"access-policies-update-an-access-policy","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"access-policies-delete-an-access-policy","scopes":["access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}/make_reusable","operationId":"access-policies-convert-reusable","scopes":["access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/apps/{app_id}/revoke_tokens","operationId":"access-applications-revoke-service-tokens","scopes":["access.revoke","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/apps/{app_id}/settings","operationId":"access-applications-put-update-access-application-settings","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}/user_policy_checks","operationId":"access-applications-test-access-policies","scopes":["access.read","access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/bookmarks","operationId":"access-bookmark-applications-(-deprecated)-list-bookmark-applications","scopes":["access.read","access.revoke","access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/bookmarks/{bookmark_id}","operationId":"access-bookmark-applications-(-deprecated)-get-a-bookmark-application","scopes":["access.read","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/bookmarks/{bookmark_id}","operationId":"access-bookmark-applications-(-deprecated)-update-a-bookmark-application","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/bookmarks/{bookmark_id}","operationId":"access-bookmark-applications-(-deprecated)-delete-a-bookmark-application","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/certificates","operationId":"access-mtls-authentication-list-mtls-certificates","scopes":["access-certificate.read","access-certificate.write"]},{"method":"POST","path":"/accounts/{account_id}/access/certificates","operationId":"access-mtls-authentication-add-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"GET","path":"/accounts/{account_id}/access/certificates/settings","operationId":"access-mtls-authentication-list-mtls-certificates-hostname-settings","scopes":["access-certificate.read","access-certificate.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/certificates/settings","operationId":"access-mtls-authentication-update-an-mtls-certificate-settings","scopes":["access-certificate.write"]},{"method":"GET","path":"/accounts/{account_id}/access/certificates/{certificate_id}","operationId":"access-mtls-authentication-get-an-mtls-certificate","scopes":["access-certificate.read","access-certificate.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/certificates/{certificate_id}","operationId":"access-mtls-authentication-update-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/certificates/{certificate_id}","operationId":"access-mtls-authentication-delete-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"GET","path":"/accounts/{account_id}/access/custom_pages","operationId":"access-custom-pages-list-custom-pages","scopes":["access-custom-page.read","access-custom-page.write"]},{"method":"POST","path":"/accounts/{account_id}/access/custom_pages","operationId":"access-custom-pages-create-a-custom-page","scopes":["access-custom-page.write"]},{"method":"GET","path":"/accounts/{account_id}/access/custom_pages/{custom_page_id}","operationId":"access-custom-pages-get-a-custom-page","scopes":["access-custom-page.read","access-custom-page.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/custom_pages/{custom_page_id}","operationId":"access-custom-pages-update-a-custom-page","scopes":["access-custom-page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/custom_pages/{custom_page_id}","operationId":"access-custom-pages-delete-a-custom-page","scopes":["access-custom-page.write"]},{"method":"GET","path":"/accounts/{account_id}/access/gateway_ca","operationId":"access-gateway-ca-list-SSH-ca","scopes":["access-ssh-auditing.read","access-ssh-auditing.write"]},{"method":"POST","path":"/accounts/{account_id}/access/gateway_ca","operationId":"access-gateway-ca-add-an-SSH-ca","scopes":["access-ssh-auditing.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/gateway_ca/{certificate_id}","operationId":"access-gateway-ca-delete-an-SSH-ca","scopes":["access-ssh-auditing.write"]},{"method":"GET","path":"/accounts/{account_id}/access/groups","operationId":"access-groups-list-access-groups","scopes":["access-acct.read","access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/groups","operationId":"access-groups-create-an-access-group","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/groups/{group_id}","operationId":"access-groups-get-an-access-group","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/groups/{group_id}","operationId":"access-groups-update-an-access-group","scopes":["access-acct.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/groups/{group_id}","operationId":"access-groups-delete-an-access-group","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/identity_providers","operationId":"access-identity-providers-list-access-identity-providers","scopes":["access-acct.read","access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/identity_providers","operationId":"access-identity-providers-add-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}","operationId":"access-identity-providers-get-an-access-identity-provider","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}","operationId":"access-identity-providers-update-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}","operationId":"access-identity-providers-delete-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/groups","operationId":"access-identity-providers-list-scim-group-resources","scopes":["access-acct.read","access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/users","operationId":"access-identity-providers-list-scim-user-resources","scopes":["access-acct.read","access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/keys","operationId":"access-key-configuration-get-the-access-key-configuration","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/keys","operationId":"access-key-configuration-update-the-access-key-configuration","scopes":["access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/keys/rotate","operationId":"access-key-configuration-rotate-access-keys","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/logs/access_requests","operationId":"access-authentication-logs-get-access-authentication-logs","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/logs/scim/updates","operationId":"access-scim-update-logs-list-access-scim-update-logs","scopes":["access-scim-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/organizations","operationId":"zero-trust-organization-get-your-zero-trust-organization","scopes":["access-acct.read","access-acct.revoke","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/organizations","operationId":"zero-trust-organization-update-your-zero-trust-organization","scopes":["access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/organizations","operationId":"zero-trust-organization-create-your-zero-trust-organization","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/organizations/doh","operationId":"zero-trust-organization-get-your-zero-trust-organization-doh-settings","scopes":["access-acct.read","access-acct.revoke","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/organizations/doh","operationId":"zero-trust-organization-update-your-zero-trust-organization-doh-settings","scopes":["access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/organizations/revoke_user","operationId":"zero-trust-organization-revoke-all-access-tokens-for-a-user","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/policies","operationId":"access-policies-list-access-reusable-policies","scopes":["access.read","access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/policies","operationId":"access-policies-create-an-access-reusable-policy","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/policies/{policy_id}","operationId":"access-policies-get-an-access-reusable-policy","scopes":["access.read","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/policies/{policy_id}","operationId":"access-policies-update-an-access-reusable-policy","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/policies/{policy_id}","operationId":"access-policies-delete-an-access-reusable-policy","scopes":["access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/policy-tests","operationId":"access-policy-tests","scopes":["access-policy-test.write"]},{"method":"GET","path":"/accounts/{account_id}/access/policy-tests/{policy_test_id}","operationId":"access-policy-tests-get-an-update","scopes":["access-policy-test.read","access-policy-test.write"]},{"method":"GET","path":"/accounts/{account_id}/access/policy-tests/{policy_test_id}/users","operationId":"access-policy-tests-get-a-user-page","scopes":["access-policy-test.read","access-policy-test.write"]},{"method":"PATCH","path":"/accounts/{account_id}/access/seats","operationId":"zero-trust-seats-update-a-user-seat","scopes":["access-seats.write"]},{"method":"GET","path":"/accounts/{account_id}/access/service_tokens","operationId":"access-service-tokens-list-service-tokens","scopes":["access-service-token.read","access-service-token.write"]},{"method":"POST","path":"/accounts/{account_id}/access/service_tokens","operationId":"access-service-tokens-create-a-service-token","scopes":["access-service-token.write"]},{"method":"GET","path":"/accounts/{account_id}/access/service_tokens/{service_token_id}","operationId":"access-service-tokens-get-a-service-token","scopes":["access-service-token.read","access-service-token.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/service_tokens/{service_token_id}","operationId":"access-service-tokens-update-a-service-token","scopes":["access-service-token.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/service_tokens/{service_token_id}","operationId":"access-service-tokens-delete-a-service-token","scopes":["access-service-token.write"]},{"method":"POST","path":"/accounts/{account_id}/access/service_tokens/{service_token_id}/refresh","operationId":"access-service-tokens-refresh-a-service-token","scopes":["access-service-token.write"]},{"method":"GET","path":"/accounts/{account_id}/access/users","operationId":"zero-trust-users-get-users","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}","operationId":"zero-trust-users-get-user","scopes":["access-audit-log.read"]},{"method":"PUT","path":"/accounts/{account_id}/access/users/{user_id}","operationId":"zero-trust-users-update-user","scopes":["access-seats.write"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}/active_sessions","operationId":"zero-trust-users-get-active-sessions","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}/active_sessions/{nonce}","operationId":"zero-trust-users-get-active-session","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}/failed_logins","operationId":"zero-trust-users-get-failed-logins","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}/last_seen_identity","operationId":"zero-trust-users-get-last-seen-identity","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/addressing/address_maps","operationId":"ip-address-management-address-maps-list-address-maps","scopes":["address-maps.read","address-maps.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/address_maps","operationId":"ip-address-management-address-maps-create-address-map","scopes":["address-maps.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}","operationId":"ip-address-management-address-maps-address-map-details","scopes":["address-maps.read","address-maps.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}","operationId":"ip-address-management-address-maps-delete-address-map","scopes":["address-maps.write"]},{"method":"PATCH","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}","operationId":"ip-address-management-address-maps-update-address-map","scopes":["address-maps.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}/accounts/{account_id_2}","operationId":"ip-address-management-address-maps-remove-an-account-membership-from-an-address-map","scopes":["address-maps.write"]},{"method":"PUT","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}/ips/{ip_address}","operationId":"ip-address-management-address-maps-add-an-ip-to-an-address-map","scopes":["address-maps.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}/ips/{ip_address}","operationId":"ip-address-management-address-maps-remove-an-ip-from-an-address-map","scopes":["address-maps.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}/zones/{zone_id}","operationId":"ip-address-management-address-maps-remove-a-zone-membership-from-an-address-map","scopes":["address-maps.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/loa_documents","operationId":"ip-address-management-prefixes-upload-loa-document","scopes":["magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/loa_documents/{loa_document_id}/download","operationId":"ip-address-management-prefixes-download-loa-document","scopes":["magic-transit.read","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes","operationId":"ip-address-management-prefixes-list-prefixes","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}","operationId":"ip-address-management-prefixes-prefix-details","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}","operationId":"ip-address-management-prefixes-delete-prefix","scopes":["magic-transit.write"]},{"method":"PATCH","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}","operationId":"ip-address-management-prefixes-update-prefix-description","scopes":["ip-prefix.write","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes","operationId":"ip-address-management-prefixes-list-bgp-prefixes","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id}","operationId":"ip-address-management-prefixes-fetch-bgp-prefix","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"PATCH","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id}","operationId":"ip-address-management-prefixes-update-bgp-prefix","scopes":["ip-prefix-bgp-on-demand.write","ip-prefix.write","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/status","operationId":"ip-address-management-dynamic-advertisement-get-advertisement-status","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"PATCH","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/status","operationId":"ip-address-management-dynamic-advertisement-update-prefix-dynamic-advertisement-status","scopes":["ip-prefix-bgp-on-demand.write","ip-prefix.write","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings","operationId":"ip-address-management-service-bindings-list-service-bindings","scopes":["ip-prefix.read","ip-prefix.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings","operationId":"ip-address-management-service-bindings-create-service-binding","scopes":["ip-prefix.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings/{binding_id}","operationId":"ip-address-management-service-bindings-get-service-binding","scopes":["ip-prefix.read","ip-prefix.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings/{binding_id}","operationId":"ip-address-management-service-bindings-delete-service-binding","scopes":["ip-prefix.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations","operationId":"ip-address-management-prefix-delegation-create-prefix-delegation","scopes":["ip-prefix.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations/{delegation_id}","operationId":"ip-address-management-prefix-delegation-delete-prefix-delegation","scopes":["ip-prefix.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/validate","operationId":"ip-address-management-prefixes-validate-prefix","scopes":["ip-prefix.write","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/regional_hostnames/regions","operationId":"dls-account-regional-hostnames-list-regions","scopes":["dns.read","dns.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/services","operationId":"ip-address-management-service-bindings-list-services","scopes":["ip-prefix.read","ip-prefix.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/credit-balance","operationId":"aig-billing-get-credit-balance","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/invoice-history","operationId":"aig-billing-get-invoice-history","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/invoice-preview","operationId":"aig-billing-get-invoice-preview","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/spending-limit","operationId":"aig-billing-get-spending-limit","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/billing/spending-limit","operationId":"aig-billing-set-spending-limit","scopes":["aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/billing/spending-limit","operationId":"aig-billing-delete-spending-limit","scopes":["aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/billing/topup","operationId":"aig-billing-create-topup","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/topup/config","operationId":"aig-billing-get-topup-config","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/billing/topup/config","operationId":"aig-billing-set-topup-config","scopes":["aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/billing/topup/config","operationId":"aig-billing-delete-topup-config","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/topup/limits","operationId":"aig-billing-get-topup-limits","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/billing/topup/status","operationId":"aig-billing-check-topup-status","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/usage-history","operationId":"aig-billing-get-usage-history","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/custom-providers","operationId":"aig-config-list-account-provider","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/custom-providers","operationId":"aig-config-create-account-provider","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs","operationId":"aig-config-list-account-provider-cost","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs","operationId":"aig-config-create-account-provider-cost","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs/{id}","operationId":"aig-config-fetch-account-provider-cost","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs/{id}","operationId":"aig-config-delete-account-provider-cost","scopes":["aig.write"]},{"method":"PATCH","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs/{id}","operationId":"aig-config-update-account-provider-cost","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/custom-providers/{id}","operationId":"aig-config-fetch-account-provider","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/custom-providers/{id}","operationId":"aig-config-delete-account-provider","scopes":["aig.write"]},{"method":"PATCH","path":"/accounts/{account_id}/ai-gateway/custom-providers/{id}","operationId":"aig-config-update-account-provider","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/evaluation-types","operationId":"aig-config-list-evaluators","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways","operationId":"aig-config-list-gateway","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways","operationId":"aig-config-create-gateway","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains","operationId":"aig-config-list-custom-domain","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains","operationId":"aig-config-create-custom-domain","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains/{hostname}","operationId":"aig-config-fetch-custom-domain","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains/{hostname}","operationId":"aig-config-delete-custom-domain","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets","operationId":"aig-config-list-dataset","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets","operationId":"aig-config-create-dataset","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}","operationId":"aig-config-fetch-dataset","scopes":["aig.read","aig.write"]},{"method":"PUT","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}","operationId":"aig-config-update-dataset","scopes":["aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}","operationId":"aig-config-delete-dataset","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations","operationId":"aig-config-list-evaluations","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations","operationId":"aig-config-create-evaluations","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id}","operationId":"aig-config-fetch-evaluations","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id}","operationId":"aig-config-delete-evaluations","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs","operationId":"aig-config-list-gateway-logs","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs","operationId":"aig-config-delete-gateway-logs","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}","operationId":"aig-config-get-gateway-log-detail","scopes":["aig.read","aig.write"]},{"method":"PATCH","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}","operationId":"aig-config-patch-gateway-log","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/request","operationId":"aig-config-get-gateway-log-request","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/response","operationId":"aig-config-get-gateway-log-response","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs","operationId":"aig-config-create-providers","scopes":["secrets-store.write"]},{"method":"PUT","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs/{id}","operationId":"aig-config-update-providers","scopes":["secrets-store.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs/{id}","operationId":"aig-config-delete-providers","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes","operationId":"aig-config-list-gateway-dynamic-routes","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes","operationId":"aig-config-post-gateway-dynamic-route","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}","operationId":"aig-config-get-gateway-dynamic-route","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}","operationId":"aig-config-delete-gateway-dynamic-route","scopes":["aig.write"]},{"method":"PATCH","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}","operationId":"aig-config-update-gateway-dynamic-route","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/deployments","operationId":"aig-config-list-gateway-dynamic-route-deployments","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/deployments","operationId":"aig-config-post-gateway-dynamic-route-deployment","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions","operationId":"aig-config-list-gateway-dynamic-route-versions","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions","operationId":"aig-config-post-gateway-dynamic-route-version","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions/{version_id}","operationId":"aig-config-get-gateway-dynamic-route-version","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/url/{provider}","operationId":"aig-config-get-gateway-url","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{id}","operationId":"aig-config-fetch-gateway","scopes":["aig.read","aig.write"]},{"method":"PUT","path":"/accounts/{account_id}/ai-gateway/gateways/{id}","operationId":"aig-config-update-gateway","scopes":["aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{id}","operationId":"aig-config-delete-gateway","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/authors/search","operationId":"workers-ai-search-author","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/finetunes","operationId":"workers-ai-list-finetunes","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/finetunes","operationId":"workers-ai-create-finetune","scopes":["ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/finetunes/public","operationId":"workers-ai-list-public-finetunes","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/finetunes/{finetune_id}/finetune-assets","operationId":"workers-ai-upload-finetune-asset","scopes":["ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/models/schema","operationId":"workers-ai-get-model-schema","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/models/search","operationId":"workers-ai-search-model","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/run","operationId":"workers-ai-post-run-generic","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/run/{model_name}","operationId":"workers-ai-post-run-model","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/tasks/search","operationId":"workers-ai-search-task","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/tomarkdown","operationId":"workers-ai-post-to-markdown","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/tomarkdown/supported","operationId":"workers-ai-get-to-markdown-supported","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/available_alerts","operationId":"notification-alert-types-get-alert-types","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/destinations/pagerduty","operationId":"notification-destinations-with-pager-duty-list-pager-duty-services","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"DELETE","path":"/accounts/{account_id}/alerting/v3/destinations/pagerduty","operationId":"notification-destinations-with-pager-duty-delete-pager-duty-services","scopes":["account-settings.write","notifications.write"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect","operationId":"notification-destinations-with-pager-duty-connect-pager-duty","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect/{token_id}","operationId":"notification-destinations-with-pager-duty-connect-pager-duty-token","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks","operationId":"notification-webhooks-list-webhooks","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks","operationId":"notification-webhooks-create-a-webhook","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id}","operationId":"notification-webhooks-get-a-webhook","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"PUT","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id}","operationId":"notification-webhooks-update-a-webhook","scopes":["account-settings.write","notifications.write"]},{"method":"DELETE","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id}","operationId":"notification-webhooks-delete-a-webhook","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/history","operationId":"notification-history-list-history","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/policies","operationId":"notification-policies-list-notification-policies","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/policies","operationId":"notification-policies-create-a-notification-policy","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}","operationId":"notification-policies-get-a-notification-policy","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"PUT","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}","operationId":"notification-policies-update-a-notification-policy","scopes":["account-settings.write","notifications.write"]},{"method":"DELETE","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}","operationId":"notification-policies-delete-a-notification-policy","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}/email/unsubscribe","operationId":"notification-policies-show-email-unsubscribe-details","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}/test","operationId":"notification-policies-test-a-notification-policy","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/silences","operationId":"notification-silences-list-silences","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"PUT","path":"/accounts/{account_id}/alerting/v3/silences","operationId":"notification-silences-update-silences","scopes":["account-settings.write","notifications.write"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/silences","operationId":"notification-silences-create-silences","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/silences/{silence_id}","operationId":"notification-silences-get-silence","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"DELETE","path":"/accounts/{account_id}/alerting/v3/silences/{silence_id}","operationId":"notification-silences-delete-silences","scopes":["account-settings.write","notifications.write"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/data-security/content-findings/top-n","operationId":"data-security-content-findings-top-n","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/data-security/findings/summary","operationId":"data-security-findings-summary","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/data-security/findings/timeseries","operationId":"data-security-findings-timeseries","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/{dataset}/summary","operationId":"art-analytics-query-summary","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/{dataset}/timeseries","operationId":"art-analytics-query-timeseries","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/{dataset}/top-n","operationId":"art-analytics-query-top-n","scopes":["teams.read"]},{"method":"GET","path":"/accounts/{account_id}/analytics_engine/sql","operationId":"analytics-engine-sql-query-get","scopes":["account-analytics.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics_engine/sql","operationId":"analytics-engine-sql-query-post","scopes":["account-analytics.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces","operationId":"artifacts_namespaces_list","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}","operationId":"artifacts_namespaces_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos","operationId":"artifacts_repos_list","scopes":["artifacts.read"]},{"method":"POST","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos","operationId":"artifacts_repos_create","scopes":["artifacts.write"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}","operationId":"artifacts_repos_get","scopes":["artifacts.read"]},{"method":"DELETE","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}","operationId":"artifacts_repos_delete","scopes":["artifacts.write"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/blob/{hash}","operationId":"artifacts_repos_blob_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/commit/{hash}","operationId":"artifacts_repos_commit_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/file","operationId":"artifacts_repos_file_get","scopes":["artifacts.read"]},{"method":"POST","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/fork","operationId":"artifacts_repos_fork","scopes":["artifacts.write"]},{"method":"POST","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/import","operationId":"artifacts_repos_import","scopes":["artifacts.write"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/log","operationId":"artifacts_repos_log_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/raw/{ref}/{path}","operationId":"artifacts_repos_raw_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/tokens","operationId":"artifacts_repo_tokens_list","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/tree/{hash}","operationId":"artifacts_repos_tree_get","scopes":["artifacts.read"]},{"method":"POST","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/tokens","operationId":"artifacts_tokens_create","scopes":["artifacts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/tokens/{id}","operationId":"artifacts_tokens_revoke","scopes":["artifacts.write"]},{"method":"GET","path":"/accounts/{account_id}/audit_logs","operationId":"audit-logs-get-account-audit-logs","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/autorag/rags/{id}/ai-search","operationId":"autorag-config-ai-search","scopes":["rag.write"]},{"method":"GET","path":"/accounts/{account_id}/autorag/rags/{id}/files","operationId":"autorag-config-files","scopes":["rag.read","rag.write"]},{"method":"GET","path":"/accounts/{account_id}/autorag/rags/{id}/jobs","operationId":"autorag-config-list-jobs","scopes":["rag.read","rag.write"]},{"method":"GET","path":"/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}","operationId":"autorag-config-get-job","scopes":["rag.read","rag.write"]},{"method":"GET","path":"/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}/logs","operationId":"autorag-config-list-job-logs","scopes":["rag.read","rag.write"]},{"method":"POST","path":"/accounts/{account_id}/autorag/rags/{id}/search","operationId":"autorag-config-search","scopes":["rag.write"]},{"method":"PATCH","path":"/accounts/{account_id}/autorag/rags/{id}/sync","operationId":"autorag-config-sync","scopes":["rag.write"]},{"method":"GET","path":"/accounts/{account_id}/botnet_feed/asn/{asn_id}/day_report","operationId":"botnet-threat-feed-get-day-report","scopes":["ddos-botnet-feed.read","ddos-botnet-feed.write"]},{"method":"GET","path":"/accounts/{account_id}/botnet_feed/asn/{asn_id}/full_report","operationId":"botnet-threat-feed-get-full-report","scopes":["ddos-botnet-feed.read","ddos-botnet-feed.write"]},{"method":"GET","path":"/accounts/{account_id}/botnet_feed/configs/asn","operationId":"botnet-threat-feed-list-asn","scopes":["ddos-botnet-feed.read","ddos-botnet-feed.write"]},{"method":"DELETE","path":"/accounts/{account_id}/botnet_feed/configs/asn/{asn_id}","operationId":"botnet-threat-feed-delete-asn","scopes":["ddos-botnet-feed.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/alerts","operationId":"getAccountsAccountIdBrandProtectionAlerts","scopes":["intel.read","intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/alerts","operationId":"patchAccountsAccountIdBrandProtectionAlerts","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/alerts/clear","operationId":"patchAccountsAccountIdBrandProtectionAlertsClear","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/alerts/refute","operationId":"patchAccountsAccountIdBrandProtectionAlertsRefute","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/alerts/verify","operationId":"patchAccountsAccountIdBrandProtectionAlertsVerify","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/brands","operationId":"getAccountsAccountIdBrandProtectionBrands","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/brands","operationId":"postAccountsAccountIdBrandProtectionBrands","scopes":["intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/brand-protection/brands","operationId":"deleteAccountsAccountIdBrandProtectionBrands","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/brands/patterns","operationId":"getAccountsAccountIdBrandProtectionBrandsPatterns","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/brands/patterns","operationId":"postAccountsAccountIdBrandProtectionBrandsPatterns","scopes":["intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/brand-protection/brands/patterns","operationId":"deleteAccountsAccountIdBrandProtectionBrandsPatterns","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/clear","operationId":"patchAccountsAccountIdBrandProtectionClear","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/domain-info","operationId":"getAccountsAccountIdBrandProtectionDomainInfo","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/logo-matches","operationId":"getAccountsAccountIdBrandProtectionLogoMatches","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/logo-matches/download","operationId":"getAccountsAccountIdBrandProtectionLogoMatchesDownload","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/logos","operationId":"getAccountsAccountIdBrandProtectionLogos","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/logos","operationId":"postAccountsAccountIdBrandProtectionLogos","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/logos/{logo_id}","operationId":"getAccountsAccountIdBrandProtectionLogosLogoId","scopes":["intel.read","intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/brand-protection/logos/{logo_id}","operationId":"deleteAccountsAccountIdBrandProtectionLogosLogoId","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/matches","operationId":"getAccountsAccountIdBrandProtectionMatches","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/matches/download","operationId":"getAccountsAccountIdBrandProtectionMatchesDownload","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/queries","operationId":"getAccountsAccountIdBrandProtectionQueries","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/queries","operationId":"postAccountsAccountIdBrandProtectionQueries","scopes":["intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/brand-protection/queries","operationId":"deleteAccountsAccountIdBrandProtectionQueries","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/queries","operationId":"patchAccountsAccountIdBrandProtectionQueries","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/queries/bulk","operationId":"postAccountsAccountIdBrandProtectionQueriesBulk","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/queries/{query_id}/matches/{domain_id}/dismiss","operationId":"postAccountsAccountIdBrandProtectionQueriesQueryIdMatchesDomainIdDismiss","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/queries/{query_id}/matches/{domain_id}/undismiss","operationId":"postAccountsAccountIdBrandProtectionQueriesQueryIdMatchesDomainIdUndismiss","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/recent-submissions","operationId":"getAccountsAccountIdBrandProtectionRecentSubmissions","scopes":["intel.read","intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/refute","operationId":"patchAccountsAccountIdBrandProtectionRefute","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/scan-logo","operationId":"postAccountsAccountIdBrandProtectionScanLogo","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/scan-page","operationId":"postAccountsAccountIdBrandProtectionScanPage","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/search","operationId":"postAccountsAccountIdBrandProtectionSearch","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/submission-info","operationId":"getAccountsAccountIdBrandProtectionSubmissionInfo","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/submit","operationId":"postAccountsAccountIdBrandProtectionSubmit","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/total-queries","operationId":"getAccountsAccountIdBrandProtectionTotalQueries","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/tracked-domains","operationId":"getAccountsAccountIdBrandProtectionTrackedDomains","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/url-info","operationId":"getAccountsAccountIdBrandProtectionUrlInfo","scopes":["intel.read","intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/verify","operationId":"patchAccountsAccountIdBrandProtectionVerify","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/accessibilityTree","operationId":"brapi-post_AccessibilityTree","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/content","operationId":"brapi-post_Content","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/crawl","operationId":"brapi-post_Crawl","scopes":["browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/crawl/{job_id}","operationId":"brapi-get_CrawlResult","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser","operationId":"brapi-get_DevtoolsBrowserAcquire","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/devtools/browser","operationId":"brapi-post_DevtoolsAcquire","scopes":["browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}","operationId":"brapi-get_DevtoolsBrowser","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json","operationId":"brapi-get_DevtoolsJson","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/activate/{target_id}","operationId":"brapi-get_DevtoolsJsonActivate","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/close/{target_id}","operationId":"brapi-get_DevtoolsJsonClose","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/list","operationId":"brapi-get_DevtoolsJsonList","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/list/{target_id}","operationId":"brapi-get_DevtoolsJsonTarget","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/protocol","operationId":"brapi-get_DevtoolsJsonProtocol","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/version","operationId":"brapi-get_DevtoolsJsonVersion","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/page/{target_id}","operationId":"brapi-get_DevtoolsPage","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/session","operationId":"brapi-get_DevtoolsSessionList","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/session/{session_id}","operationId":"brapi-get_DevtoolsSessionDetails","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/json","operationId":"brapi-post_Json","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/links","operationId":"brapi-post_Links","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/markdown","operationId":"brapi-post_Markdown","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/pdf","operationId":"brapi-post_Pdf","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/scrape","operationId":"brapi-post_Scrape","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/screenshot","operationId":"brapi-post_Screenshot","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/snapshot","operationId":"brapi-post_Snapshot","scopes":["browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/account/limits","operationId":"getAccountLimits","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/builds","operationId":"getBuildsByVersionIds","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/builds/latest","operationId":"getLatestBuildsByScripts","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/builds/{build_uuid}","operationId":"getBuildByUuid","scopes":["workers-ci.read","workers-ci.write"]},{"method":"PUT","path":"/accounts/{account_id}/builds/builds/{build_uuid}/cancel","operationId":"cancelBuildByUuid","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/builds/{build_uuid}/logs","operationId":"getBuildLogs","scopes":["workers-ci.read","workers-ci.write"]},{"method":"PUT","path":"/accounts/{account_id}/builds/repos/connections","operationId":"upsertRepoConnection","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/repos/connections/{repo_connection_uuid}","operationId":"deleteRepoConnection","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/repos/{provider_type}/{provider_account_id}/{repo_id}/config_autofill","operationId":"getWorkerConfigAutofill","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/tokens","operationId":"listBuildTokens","scopes":["workers-ci.read","workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/tokens","operationId":"createBuildToken","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/tokens/{build_token_uuid}","operationId":"deleteBuildToken","scopes":["workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/triggers","operationId":"createTrigger","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}","operationId":"deleteTrigger","scopes":["workers-ci.write"]},{"method":"PATCH","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}","operationId":"updateTrigger","scopes":["workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/builds","operationId":"createManualBuild","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables","operationId":"listEnvironmentVariables","scopes":["workers-ci.read","workers-ci.write"]},{"method":"PATCH","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables","operationId":"upsertEnvironmentVariables","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables/{environment_variable_key}","operationId":"deleteEnvironmentVariable","scopes":["workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/purge_build_cache","operationId":"purgeBuildCache","scopes":["workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/workers","operationId":"createWorkerBuild","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{external_script_id}/builds","operationId":"listBuildsByScript","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{external_script_id}/triggers","operationId":"listTriggersByScript","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks","operationId":"listDeployHooks","scopes":["workers-ci.read","workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks","operationId":"createDeployHook","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks/{deploy_hook_uuid}","operationId":"getDeployHook","scopes":["workers-ci.read","workers-ci.write"]},{"method":"PUT","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks/{deploy_hook_uuid}","operationId":"updateDeployHook","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks/{deploy_hook_uuid}","operationId":"deleteDeployHook","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{script_tag}","operationId":"getWorkerBuild","scopes":["workers-ci.read","workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/workers/{script_tag}","operationId":"deleteWorkerBuild","scopes":["workers-ci.write"]},{"method":"PATCH","path":"/accounts/{account_id}/builds/workers/{script_tag}","operationId":"updateWorkerBuild","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/calls/apps","operationId":"calls-apps-list","scopes":["calls.read","calls.write"]},{"method":"POST","path":"/accounts/{account_id}/calls/apps","operationId":"calls-apps-create-a-new-app","scopes":["calls.write"]},{"method":"GET","path":"/accounts/{account_id}/calls/apps/{app_id}","operationId":"calls-apps-retrieve-app-details","scopes":["calls.read","calls.write"]},{"method":"PUT","path":"/accounts/{account_id}/calls/apps/{app_id}","operationId":"calls-apps-update-app-details","scopes":["calls.write"]},{"method":"DELETE","path":"/accounts/{account_id}/calls/apps/{app_id}","operationId":"calls-apps-delete-app","scopes":["calls.write"]},{"method":"GET","path":"/accounts/{account_id}/calls/turn_keys","operationId":"calls-turn-key-list","scopes":["calls.read","calls.write"]},{"method":"POST","path":"/accounts/{account_id}/calls/turn_keys","operationId":"calls-turn-key-create","scopes":["calls.write"]},{"method":"GET","path":"/accounts/{account_id}/calls/turn_keys/{key_id}","operationId":"calls-retrieve-turn-key-details","scopes":["calls.read","calls.write"]},{"method":"PUT","path":"/accounts/{account_id}/calls/turn_keys/{key_id}","operationId":"calls-update-turn-key","scopes":["calls.write"]},{"method":"DELETE","path":"/accounts/{account_id}/calls/turn_keys/{key_id}","operationId":"calls-delete-turn-key","scopes":["calls.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel","operationId":"cloudflare-tunnel-list-cloudflare-tunnels","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"POST","path":"/accounts/{account_id}/cfd_tunnel","operationId":"cloudflare-tunnel-create-a-cloudflare-tunnel","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}","operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}","operationId":"cloudflare-tunnel-delete-a-cloudflare-tunnel","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}","operationId":"cloudflare-tunnel-update-a-cloudflare-tunnel","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations","operationId":"cloudflare-tunnel-configuration-get-configuration","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"PUT","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations","operationId":"cloudflare-tunnel-configuration-put-configuration","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections","operationId":"cloudflare-tunnel-list-cloudflare-tunnel-connections","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections","operationId":"cloudflare-tunnel-clean-up-cloudflare-tunnel-connections","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connectors/{connector_id}","operationId":"cloudflare-tunnel-get-cloudflare-tunnel-connector","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"POST","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/management","operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel-management-token","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/token","operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel-token","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/challenges/widgets","operationId":"accounts-turnstile-widgets-list","scopes":["account-settings.read","account-settings.write","challenge-widgets.read","challenge-widgets.write"]},{"method":"POST","path":"/accounts/{account_id}/challenges/widgets","operationId":"accounts-turnstile-widget-create","scopes":["account-settings.write","challenge-widgets.write"]},{"method":"GET","path":"/accounts/{account_id}/challenges/widgets/{sitekey}","operationId":"accounts-turnstile-widget-get","scopes":["account-settings.read","account-settings.write","challenge-widgets.read","challenge-widgets.write"]},{"method":"PUT","path":"/accounts/{account_id}/challenges/widgets/{sitekey}","operationId":"accounts-turnstile-widget-update","scopes":["account-settings.write","challenge-widgets.write"]},{"method":"DELETE","path":"/accounts/{account_id}/challenges/widgets/{sitekey}","operationId":"accounts-turnstile-widget-delete","scopes":["account-settings.write","challenge-widgets.write"]},{"method":"POST","path":"/accounts/{account_id}/challenges/widgets/{sitekey}/rotate_secret","operationId":"accounts-turnstile-widget-rotate-secret","scopes":["account-settings.write","challenge-widgets.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/binary","operationId":"post_BinDBPost","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/binary/{hash}","operationId":"get_BinDBGetBinary","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events","operationId":"get_EventListGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/aggregate","operationId":"get_EventAggregate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/attackers","operationId":"get_AttackerList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/categories","operationId":"get_CategoryList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/categories/catalog","operationId":"get_CategoryListComplete","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/categories/create","operationId":"post_CategoryCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}","operationId":"get_CategoryRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}","operationId":"post_CategoryUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}","operationId":"delete_CategoryDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}","operationId":"patch_CategoryUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/countries","operationId":"get_CountryRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/create","operationId":"post_EventCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/create/bulk","operationId":"post_EventCreateBulk","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/create/bulk/relationships","operationId":"post_DOSEventCreateBulkWithRelationships","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset","operationId":"get_DatasetList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups","operationId":"get_GroupList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups","operationId":"post_GroupCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}","operationId":"get_GroupRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}","operationId":"put_GroupUpdate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}","operationId":"delete_GroupDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members","operationId":"get_GroupMemberList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members","operationId":"post_GroupMemberCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members/{member_id}","operationId":"delete_GroupMemberDelete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/create","operationId":"post_DatasetCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}","operationId":"get_DatasetRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}","operationId":"post_DatasetUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}","operationId":"delete_DatasetDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}","operationId":"patch_DatasetUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/copy","operationId":"post_EventCopyToNewDS","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/events/{event_id}","operationId":"get_EventRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicatorTypes/create","operationId":"post_IndicatorTypeCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators","operationId":"get_IndicatorListLegacy","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/bulk","operationId":"post_IndicatorCreateBulk","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/create","operationId":"post_IndicatorCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/tags","operationId":"get_IndicatorTagsList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id}","operationId":"get_IndicatorRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id}","operationId":"delete_IndicatorDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id}","operationId":"patch_IndicatorUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/move","operationId":"post_EventMoveToNewDS","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions","operationId":"get_PermissionList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions","operationId":"post_PermissionCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions/{grant_id}","operationId":"put_PermissionUpdate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions/{grant_id}","operationId":"delete_PermissionDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/tags/{tag_uuid}/indicators","operationId":"get_DatasetTagIndicatorsList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/targetIndustries","operationId":"get_TargetIndustryListByDataset","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/datasets/populate","operationId":"post_DatasetPopulate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}","operationId":"delete_EventTagDelete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}/create","operationId":"post_EventTagCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/graph","operationId":"get_EventGraph","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/graphql","operationId":"post_EventGraphQL","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/indicator-types","operationId":"get_IndicatorTypesList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/indicatorTypes","operationId":"get_LegacyIndicatorTypesList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/indicators","operationId":"get_IndicatorList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/indicators/aggregate","operationId":"get_IndicatorAggregate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/queries","operationId":"get_EventQueryList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/queries/create","operationId":"post_EventQueryCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}","operationId":"get_EventQueryRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}","operationId":"post_EventQueryUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}","operationId":"delete_EventQueryDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}","operationId":"patch_EventQueryUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/raw/{dataset_id}/{event_id}","operationId":"get_EventRawReadDS","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/relate/{event_id}","operationId":"delete_EventReferenceDelete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/relate/{event_id}/create","operationId":"post_EventReferenceCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/relationships/create","operationId":"post_CreateEventRelationship","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/tags","operationId":"get_TagList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/tags/categories","operationId":"get_TagCategoryList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/tags/categories/create","operationId":"post_TagCategoryCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/tags/categories/{category_uuid}","operationId":"delete_TagCategoryDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/tags/categories/{category_uuid}","operationId":"patch_TagCategoryUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/tags/create","operationId":"post_TagCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}","operationId":"delete_TagDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}","operationId":"patch_TagUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}/indicators","operationId":"get_TagIndicatorsList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/targetIndustries","operationId":"get_TargetIndustryList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/targetIndustries/catalog","operationId":"get_TargetIndustryListComplete","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/update/bulk","operationId":"patch_EventUpdateBulk","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/{dataset_id}/delete","operationId":"delete_EventDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}","operationId":"get_EventReadDeprecated","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}","operationId":"post_EventUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}","operationId":"patch_EventUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id}","operationId":"get_EventRawRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id}","operationId":"post_EventRawUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id}","operationId":"patch_EventRawUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}/relationships","operationId":"get_EventRelationships","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests","operationId":"cloudforce-one-request-list","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/constants","operationId":"cloudforce-one-request-constants","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/new","operationId":"cloudforce-one-request-new","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/priority","operationId":"cloudforce-one-priority-list","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/priority/new","operationId":"cloudforce-one-priority-new","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/priority/quota","operationId":"cloudforce-one-priority-quota","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/priority/{priority_id}","operationId":"cloudforce-one-priority-get","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/requests/priority/{priority_id}","operationId":"cloudforce-one-priority-update","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/requests/priority/{priority_id}","operationId":"cloudforce-one-priority-delete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/quota","operationId":"cloudforce-one-request-quota","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/types","operationId":"cloudforce-one-request-types","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}","operationId":"cloudforce-one-request-get","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}","operationId":"cloudforce-one-request-update","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}","operationId":"cloudforce-one-request-delete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset","operationId":"cloudforce-one-request-asset-list","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/new","operationId":"cloudforce-one-request-asset-new","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id}","operationId":"cloudforce-one-request-asset-get","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id}","operationId":"cloudforce-one-request-asset-update","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id}","operationId":"cloudforce-one-request-asset-delete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message","operationId":"cloudforce-one-request-message-list","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/new","operationId":"cloudforce-one-request-message-new","scopes":["cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/{message_id}","operationId":"cloudforce-one-request-message-update","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/{message_id}","operationId":"cloudforce-one-request-message-delete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/scans/config","operationId":"get_ConfigFetch","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/scans/config","operationId":"post_ConfigCreate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/scans/config/{config_id}","operationId":"delete_DeleteScans","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/scans/config/{config_id}","operationId":"post_ConfigUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/scans/results/{config_id}","operationId":"get_GetOpenPorts","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/matches","operationId":"get_DomainMatchList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries","operationId":"get_GetDomainQueries","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries","operationId":"post_InsertDomainQuery","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries/{query_id}","operationId":"delete_DeleteDomainQuery","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries/{query_id}","operationId":"patch_UpdateDomainQuery","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/generate","operationId":"post_LetterGenerate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates","operationId":"get_LetterTemplateList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates","operationId":"post_LetterTemplateCreate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/examples","operationId":"get_LetterTemplateExamples","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/{template_id}","operationId":"get_LetterTemplateGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/{template_id}","operationId":"put_LetterTemplateUpdate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/{template_id}","operationId":"delete_LetterTemplateDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/matches","operationId":"get_LogoMatchList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries","operationId":"get_GetLogoQueries","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries","operationId":"post_InsertLogoQuery","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries/{query_id}","operationId":"delete_DeleteLogoQuery","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/search","operationId":"post_SearchLogoSimilarity","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices","operationId":"get_TakedownNoticeList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices","operationId":"post_TakedownNoticeCreate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/lookup","operationId":"post_TakedownNoticeLookup","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}","operationId":"get_TakedownNoticeGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}","operationId":"put_TakedownNoticeUpdate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}","operationId":"delete_TakedownNoticeDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters","operationId":"get_TakedownLetterList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters","operationId":"post_TakedownLetterCreate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}","operationId":"get_TakedownLetterGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}","operationId":"delete_TakedownLetterDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}/pdf","operationId":"get_TakedownLetterPdfGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/total-queries","operationId":"get_TotalQueries","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections","operationId":"get_CollectionList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/collections","operationId":"post_CollectionCreate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}","operationId":"get_CollectionGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}","operationId":"delete_CollectionDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}","operationId":"patch_CollectionUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns","operationId":"post_ColumnAdd","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns/{column_id}","operationId":"delete_ColumnDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns/{column_id}","operationId":"patch_ColumnUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/export","operationId":"get_CollectionExportEndpoint","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items","operationId":"get_ItemQuery","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items","operationId":"post_ItemCreate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items/{item_id}","operationId":"get_ItemGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items/{item_id}","operationId":"delete_ItemDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items/{item_id}","operationId":"patch_ItemUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/search","operationId":"post_ItemSearch","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/events/graphql","operationId":"post_EventGraphQLV2","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/cnis","operationId":"list_cnis","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/cni/cnis","operationId":"create_cni","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/cnis/{cni}","operationId":"get_cni","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/cni/cnis/{cni}","operationId":"update_cni","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cni/cnis/{cni}","operationId":"delete_cni","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects","operationId":"list_interconnects","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/cni/interconnects","operationId":"create_interconnect","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects/{icon}","operationId":"get_interconnect","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cni/interconnects/{icon}","operationId":"delete_interconnect","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects/{icon}/loa","operationId":"get_interconnect_loa","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects/{icon}/loa/default","operationId":"get_interconnect_loa_default_name","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects/{icon}/status","operationId":"get_interconnect_status","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/settings","operationId":"get_settings","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/cni/settings","operationId":"update_settings","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/slots","operationId":"list_slots","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/slots/{slot}","operationId":"get_slot","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/applications/{application_id}","operationId":"getApplication","scopes":["containers.read","containers.write"]},{"method":"DELETE","path":"/accounts/{account_id}/containers/applications/{application_id}","operationId":"deleteApplication","scopes":["containers.write"]},{"method":"PATCH","path":"/accounts/{account_id}/containers/applications/{application_id}","operationId":"modifyApplication","scopes":["containers.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/applications/{application_id}/versions","operationId":"listApplicationVersions","scopes":["containers.read","containers.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/instances/{instance_id}/ssh","operationId":"containerWranglerSsh","scopes":["containers.read","containers.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/registries","operationId":"listImageRegistries","scopes":["containers.read","containers.write"]},{"method":"POST","path":"/accounts/{account_id}/containers/registries","operationId":"createImageRegistry","scopes":["containers.write"]},{"method":"DELETE","path":"/accounts/{account_id}/containers/registries/{domain}","operationId":"deleteImageRegistry","scopes":["containers.write"]},{"method":"GET","path":"/accounts/{account_id}/custom_csrs","operationId":"custom-csrs-for-an-account-list-custom-csrs","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"POST","path":"/accounts/{account_id}/custom_csrs","operationId":"custom-csrs-for-an-account-create-custom-csr","scopes":["account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/custom_csrs/{custom_csr_id}","operationId":"custom-csrs-for-an-account-custom-csr-details","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"DELETE","path":"/accounts/{account_id}/custom_csrs/{custom_csr_id}","operationId":"custom-csrs-for-an-account-delete-custom-csr","scopes":["account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/custom_ns","operationId":"account-level-custom-nameservers-list-account-custom-nameservers","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/custom_ns","operationId":"account-level-custom-nameservers-add-account-custom-nameserver","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/d1/database","operationId":"d1-list-databases","scopes":["d1.read","d1.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database","operationId":"d1-create-database","scopes":["d1.write"]},{"method":"GET","path":"/accounts/{account_id}/d1/database/{database_id}","operationId":"d1-get-database","scopes":["d1.read","d1.write"]},{"method":"PUT","path":"/accounts/{account_id}/d1/database/{database_id}","operationId":"d1-update-database","scopes":["d1.write"]},{"method":"DELETE","path":"/accounts/{account_id}/d1/database/{database_id}","operationId":"d1-delete-database","scopes":["d1.write"]},{"method":"PATCH","path":"/accounts/{account_id}/d1/database/{database_id}","operationId":"d1-update-partial-database","scopes":["d1.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/query","operationId":"d1-query-database","scopes":["d1.read","d1.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/raw","operationId":"d1-raw-database-query","scopes":["d1.read","d1.write"]},{"method":"GET","path":"/accounts/{account_id}/d1/database/{database_id}/time_travel/bookmark","operationId":"d1-time-travel-get-bookmark","scopes":["d1.read","d1.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/content","operationId":"ListContentAssets","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/content/export","operationId":"CreateContentExport","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/exports","operationId":"ListExportJobs","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/exports/{id}","operationId":"GetExportJob","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/finding_types","operationId":"ListFindingTypes","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}","operationId":"GetFindingType","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}/remediation_types","operationId":"GetRemediationTypesForFindingType","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/findings","operationId":"ListFindings","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/export","operationId":"CreateFindingExportCSV","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/ignore","operationId":"IgnoreFinding","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/unignore","operationId":"UnIgnoreFinding","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}","operationId":"GetFinding","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances","operationId":"ListFindingInstances","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/archive","operationId":"ArchiveFindingInstance","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/unarchive","operationId":"UnarchiveFindingInstance","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/{instance_id}","operationId":"GetFindingInstance","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/reset_finding_severity","operationId":"ResetFindingSeverity","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/tune_finding_severity","operationId":"ChangeFindingSeverity","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{storage_namespace_id}/instances/export","operationId":"CreateFindingInstancesExportCSV","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/remediations/jobs","operationId":"ListRemediationJobs","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/remediations/jobs","operationId":"CreateRemediationJobs","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/remediations/jobs/export","operationId":"CreateRemediationJobsExportCSV","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/webhooks","operationId":"ListWebhooks","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/webhooks","operationId":"CreateWebhook","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/webhooks/evaluate","operationId":"EvaluateNewWebhook","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/webhooks/jobs","operationId":"CreateWebhookJobs","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}","operationId":"GetWebhookConfigByID","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}","operationId":"UpdateWebhook","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}","operationId":"DeleteWebhook","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}/evaluate","operationId":"EvaluateExistingWebhook","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/ip-profiles","operationId":"list-ip-profiles","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/ip-profiles","operationId":"create-ip-profile","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/ip-profiles/{profile_id}","operationId":"get-ip-profile","scopes":["teams.read","teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/ip-profiles/{profile_id}","operationId":"delete-ip-profile","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/ip-profiles/{profile_id}","operationId":"update-ip-profile","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/networks","operationId":"device-managed-networks-create-device-managed-network","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/networks/{network_id}","operationId":"device-managed-networks-update-device-managed-network","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/networks/{network_id}","operationId":"device-managed-networks-delete-device-managed-network","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/physical-devices/{device_id}","operationId":"delete-device","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/physical-devices/{device_id}/revoke","operationId":"revoke-device","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/policy","operationId":"devices-create-device-settings-policy","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/policy","operationId":"devices-update-default-device-settings-policy","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/exclude","operationId":"devices-set-split-tunnel-exclude-list","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/fallback_domains","operationId":"devices-set-local-domain-fallback-list","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/include","operationId":"devices-set-split-tunnel-include-list","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/policy/{policy_id}","operationId":"devices-delete-device-settings-policy","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/policy/{policy_id}","operationId":"devices-update-device-settings-policy","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/{policy_id}/exclude","operationId":"devices-set-split-tunnel-exclude-list-for-a-device-settings-policy","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/{policy_id}/fallback_domains","operationId":"devices-set-local-domain-fallback-list-for-a-device-settings-policy","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/{policy_id}/include","operationId":"devices-set-split-tunnel-include-list-for-a-device-settings-policy","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/posture","operationId":"device-posture-rules-create-device-posture-rule","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/posture/integration","operationId":"device-posture-integrations-create-device-posture-integration","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/posture/integration/{integration_id}","operationId":"device-posture-integrations-delete-device-posture-integration","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/posture/integration/{integration_id}","operationId":"device-posture-integrations-update-device-posture-integration","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/posture/{rule_id}","operationId":"device-posture-rules-update-device-posture-rule","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/posture/{rule_id}","operationId":"device-posture-rules-delete-device-posture-rule","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/registrations","operationId":"delete-registrations","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/registrations/revoke","operationId":"revoke-registrations","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/registrations/unrevoke","operationId":"unrevoke-registrations","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/registrations/{registration_id}","operationId":"delete-registration","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/registrations/{registration_id}/override_codes","operationId":"get-registration-override-codes","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/resilience/disconnect","operationId":"devices-resilience-retrieve-global-warp-override","scopes":["teams-resilience.read","teams-resilience.write","teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/resilience/disconnect","operationId":"devices-resilience-set-global-warp-override","scopes":["teams-resilience.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/revoke","operationId":"devices-revoke-devices","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/settings","operationId":"zero-trust-accounts-update-device-settings-for-the-zero-trust-account","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/settings","operationId":"zero-trust-accounts-delete-device-settings-for-zero-trust-account","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/settings","operationId":"zero-trust-accounts-patch-device-settings-for-the-zero-trust-account","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/unrevoke","operationId":"devices-unrevoke-devices","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/{device_id}/override_codes","operationId":"devices-list-admin-override-code-for-device","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/colos","operationId":"dex-endpoints-list-colos","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/commands","operationId":"get-commands","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"POST","path":"/accounts/{account_id}/dex/commands","operationId":"post-commands","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/commands/devices","operationId":"get-commands-eligible-devices","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/commands/quota","operationId":"get-commands-quota","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/commands/{command_id}/downloads/{filename}","operationId":"get-commands-command-id-downloads-filename","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/dex_tests","operationId":"device-dex-test-details","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"POST","path":"/accounts/{account_id}/dex/devices/dex_tests","operationId":"device-dex-test-create-device-dex-test","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}","operationId":"device-dex-test-get-device-dex-test","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"PUT","path":"/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}","operationId":"device-dex-test-update-device-dex-test","scopes":["teams-dex.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}","operationId":"device-dex-test-delete-device-dex-test","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/{device_id}/fleet-status/live","operationId":"devices-live-status","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/{device_id}/fleet-status/over-time","operationId":"dex-device-status-over-time","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/{device_id}/isps","operationId":"dex-endpoints-list-device-isps","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/fleet-status/devices","operationId":"dex-fleet-status-devices","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/fleet-status/live","operationId":"dex-fleet-status-live","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/fleet-status/over-time","operationId":"dex-fleet-status-over-time","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/http-tests/{test_id}","operationId":"dex-endpoints-http-test-details","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/http-tests/{test_id}/percentiles","operationId":"dex-endpoints-http-test-percentiles","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/rules","operationId":"list-dex-rules","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"POST","path":"/accounts/{account_id}/dex/rules","operationId":"create-dex-rule","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/rules/{rule_id}","operationId":"get-dex-rule","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"DELETE","path":"/accounts/{account_id}/dex/rules/{rule_id}","operationId":"delete-dex-rule","scopes":["teams-dex.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dex/rules/{rule_id}","operationId":"update-dex-rule","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/tests/overview","operationId":"dex-endpoints-list-tests-overview","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/tests/unique-devices","operationId":"dex-endpoints-tests-unique-devices","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/traceroute-test-results/{test_result_id}/network-path","operationId":"dex-endpoints-traceroute-test-result-network-path","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/traceroute-tests/{test_id}","operationId":"dex-endpoints-traceroute-test-details","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/traceroute-tests/{test_id}/network-path","operationId":"dex-endpoints-traceroute-test-network-path","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/traceroute-tests/{test_id}/percentiles","operationId":"dex-endpoints-traceroute-test-percentiles","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/warp-change-events","operationId":"list-warp-change-events","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/diagnostics/endpoint-healthchecks","operationId":"diagnostics-endpoint-healthcheck-list","scopes":["magic-transit.write"]},{"method":"POST","path":"/accounts/{account_id}/diagnostics/endpoint-healthchecks","operationId":"diagnostics-endpoint-healthcheck-create","scopes":["magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}","operationId":"diagnostics-endpoint-healthcheck-get","scopes":["magic-transit.write"]},{"method":"POST","path":"/accounts/{account_id}/diagnostics/traceroute","operationId":"diagnostics-traceroute","scopes":["magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/custom_prompt_topics","operationId":"dlp-custom-prompt-topics-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/custom_prompt_topics","operationId":"dlp-custom-prompt-topics-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}","operationId":"dlp-custom-prompt-topics-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}","operationId":"dlp-custom-prompt-topics-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}","operationId":"dlp-custom-prompt-topics-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_classes","operationId":"dlp-data-classes-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/data_classes","operationId":"dlp-data-classes-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_classes/{data_class_id}","operationId":"dlp-data-classes-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/data_classes/{data_class_id}","operationId":"dlp-data-classes-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/data_classes/{data_class_id}","operationId":"dlp-data-classes-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_categories","operationId":"dlp-data-tag-categories-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/data_tag_categories","operationId":"dlp-data-tag-categories-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}","operationId":"dlp-data-tag-categories-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}","operationId":"dlp-data-tag-categories-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}","operationId":"dlp-data-tag-categories-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags","operationId":"dlp-data-tags-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags","operationId":"dlp-data-tags-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}","operationId":"dlp-data-tags-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}","operationId":"dlp-data-tags-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}","operationId":"dlp-data-tags-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_category_templates","operationId":"dlp-data-tag-category-templates-list","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_category_templates/{template_id}","operationId":"dlp-data-tag-category-template-read","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/datasets","operationId":"dlp-datasets-read-all","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets","operationId":"dlp-datasets-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}","operationId":"dlp-datasets-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}","operationId":"dlp-datasets-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}","operationId":"dlp-datasets-delete","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}/upload","operationId":"dlp-datasets-create-version","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}/upload/{version}","operationId":"dlp-datasets-upload-version","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}","operationId":"dlp-datasets-define-columns","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}/entries/{entry_id}","operationId":"dlp-datasets-upload-dataset-column","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/document_fingerprints","operationId":"dlp-document-fingerprints-read-all","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/document_fingerprints","operationId":"dlp-document-fingerprints-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}","operationId":"dlp-document-fingerprints-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}","operationId":"dlp-document-fingerprints-upload","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}","operationId":"dlp-document-fingerprints-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}","operationId":"dlp-document-fingerprints-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/email/account_mapping","operationId":"dlp-email-scanner-get-account-mapping","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/email/account_mapping","operationId":"dlp-email-scanner-create-account-mapping","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/email/rules","operationId":"dlp-email-scanner-list-all-rules","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/email/rules","operationId":"dlp-email-scanner-create-rule","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dlp/email/rules","operationId":"dlp-email-scanner-update-rule-priorities","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/email/rules/{rule_id}","operationId":"dlp-email-scanner-get-rule","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/email/rules/{rule_id}","operationId":"dlp-email-scanner-update-rule","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/email/rules/{rule_id}","operationId":"dlp-email-scanner-delete-rule","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/entries","operationId":"dlp-entries-list-all-entries","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/entries","operationId":"dlp-entries-create-entry","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/entries/custom/{entry_id}","operationId":"dlp-entries-update-custom-entry","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/entries/integration","operationId":"dlp-entries-create-integration-entry","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/entries/integration/{entry_id}","operationId":"dlp-entries-update-integration-entry","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/entries/integration/{entry_id}","operationId":"dlp-entries-delete-integration-entry","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/entries/predefined","operationId":"dlp-entries-create-predefined-entry","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/entries/predefined/{entry_id}","operationId":"dlp-entries-update-predefined-entry","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/entries/predefined/{entry_id}","operationId":"dlp-entries-delete-predefined-entry","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/entries/{entry_id}","operationId":"dlp-entries-get-dlp-entry","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/entries/{entry_id}","operationId":"dlp-entries-update-entry","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/entries/{entry_id}","operationId":"dlp-entries-delete-entry","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/limits","operationId":"dlp-limits-get","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/patterns/validate","operationId":"dlp-pattern-validate","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/payload_log","operationId":"dlp-payload-log-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/payload_log","operationId":"dlp-payload-log-put","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles","operationId":"dlp-profiles-list-all-profiles","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/custom","operationId":"dlp-profiles-list-all-custom-profiles","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/profiles/custom","operationId":"dlp-profiles-create-custom-profiles","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/custom/{profile_id}","operationId":"dlp-profiles-get-custom-profile","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/profiles/custom/{profile_id}","operationId":"dlp-profiles-update-custom-profile","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/profiles/custom/{profile_id}","operationId":"dlp-profiles-delete-custom-profile","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/profiles/predefined","operationId":"dlp-profiles-create-predefined-profile","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}","operationId":"dlp-profiles-get-predefined-profile","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}","operationId":"dlp-profiles-update-predefined-profile","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}","operationId":"dlp-profiles-delete-predefined-profile","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config","operationId":"dlp-profiles-get-predefined-profile-config","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config","operationId":"dlp-profiles-update-predefined-profile-config","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config","operationId":"dlp-profiles-create-predefined-profile-config","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/{profile_id}","operationId":"dlp-profiles-get-dlp-profile","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups","operationId":"dlp-sensitivity-groups-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/sensitivity_groups","operationId":"dlp-sensitivity-groups-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/templates","operationId":"dlp-sensitivity-group-templates-list","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/templates/{template_id}","operationId":"dlp-sensitivity-group-template-read","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}","operationId":"dlp-sensitivity-groups-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}","operationId":"dlp-sensitivity-groups-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}","operationId":"dlp-sensitivity-groups-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/level_order","operationId":"dlp-sensitivity-groups-get-level-order","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/level_order","operationId":"dlp-sensitivity-groups-put-level-order","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels","operationId":"dlp-sensitivity-levels-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels","operationId":"dlp-sensitivity-levels-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels/{sensitivity_level_id}","operationId":"dlp-sensitivity-levels-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels/{sensitivity_level_id}","operationId":"dlp-sensitivity-levels-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels/{sensitivity_level_id}","operationId":"dlp-sensitivity-levels-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/settings","operationId":"dlp-settings-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/settings","operationId":"dlp-settings-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/settings","operationId":"dlp-settings-delete","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dlp/settings","operationId":"dlp-settings-edit","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings","operationId":"publicListPrefixBindings","scopes":["dls.read","dls.write"]},{"method":"POST","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings","operationId":"publicCreatePrefixBinding","scopes":["dls.write","ip-prefix.write"]},{"method":"GET","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}","operationId":"publicGetPrefixBinding","scopes":["dls.read","dls.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}","operationId":"publicDeletePrefixBinding","scopes":["dls.write","ip-prefix.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}","operationId":"publicPatchPrefixBinding","scopes":["dls.write","ip-prefix.write"]},{"method":"GET","path":"/accounts/{account_id}/dls/regions","operationId":"publicListRegions","scopes":["dls.read","dls.write"]},{"method":"GET","path":"/accounts/{account_id}/dls/regions/{region_id}","operationId":"publicGetRegion","scopes":["dls.read","dls.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall","operationId":"dns-firewall-list-dns-firewall-clusters","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"POST","path":"/accounts/{account_id}/dns_firewall","operationId":"dns-firewall-create-dns-firewall-cluster","scopes":["dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}","operationId":"dns-firewall-dns-firewall-cluster-details","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}","operationId":"dns-firewall-delete-dns-firewall-cluster","scopes":["dns-firewall.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}","operationId":"dns-firewall-update-dns-firewall-cluster","scopes":["dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report","operationId":"dns-firewall-analytics-table","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report/bytime","operationId":"dns-firewall-analytics-by-time","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/reverse_dns","operationId":"dns-firewall-show-dns-firewall-cluster-reverse-dns","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/reverse_dns","operationId":"dns-firewall-update-dns-firewall-cluster-reverse-dns","scopes":["dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_records/usage","operationId":"dns-records-for-an-account-get-usage","scopes":["account-dns-settings.read","account-dns-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_settings","operationId":"dns-settings-for-an-account-list-dns-settings","scopes":["account-dns-settings.read","account-dns-settings.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dns_settings","operationId":"dns-settings-for-an-account-update-dns-settings","scopes":["account-dns-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_settings/views","operationId":"dns-views-for-an-account-list-internal-dns-views","scopes":["dns-view.read","dns-view.write"]},{"method":"POST","path":"/accounts/{account_id}/dns_settings/views","operationId":"dns-views-for-an-account-create-internal-dns-views","scopes":["dns-view.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_settings/views/{view_id}","operationId":"dns-views-for-an-account-get-internal-dns-view","scopes":["dns-view.read","dns-view.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dns_settings/views/{view_id}","operationId":"dns-views-for-an-account-delete-internal-dns-view","scopes":["dns-view.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dns_settings/views/{view_id}","operationId":"dns-views-for-an-account-update-internal-dns-view","scopes":["dns-view.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate","operationId":"email_security_investigate","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/bulk","operationId":"email_security_get_bulk_jobs","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/bulk","operationId":"email_security_create_bulk_job","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/bulk/{job_id}","operationId":"email_security_get_bulk_job","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/bulk/{job_id}/cancel","operationId":"email_security_cancel_bulk_job","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/bulk/{job_id}/messages","operationId":"email_security_get_bulk_job_messages","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/move","operationId":"email_security_post_bulk_move","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/preview","operationId":"email_security_post_preview","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/release","operationId":"email_security_post_release","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}","operationId":"email_security_get_message","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/action_log","operationId":"email_security_get_message_action_log","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/detections","operationId":"email_security_get_message_detections","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/move","operationId":"email_security_post_message_move","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/preview","operationId":"email_security_get_message_preview","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/raw","operationId":"email_security_get_message_raw","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/reclassify","operationId":"email_security_post_reclassify","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/trace","operationId":"email_security_get_message_trace","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/phishguard/reports","operationId":"email_security_get_phishguard_reports","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/allow_policies","operationId":"email_security_list_allow_policies","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/allow_policies","operationId":"email_security_create_allow_policy","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/allow_policies/batch","operationId":"email_security_batch_allow_policies","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}","operationId":"email_security_get_allow_policy","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}","operationId":"email_security_delete_allow_policy","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}","operationId":"email_security_update_allow_policy","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/block_senders","operationId":"email_security_list_blocked_senders","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/block_senders","operationId":"email_security_create_blocked_sender","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/block_senders/batch","operationId":"email_security_batch_blocked_senders","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/block_senders/{pattern_id}","operationId":"email_security_get_blocked_sender","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/block_senders/{pattern_id}","operationId":"email_security_delete_blocked_sender","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/block_senders/{pattern_id}","operationId":"email_security_update_blocked_sender","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/domains","operationId":"email_security_list_domains","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/domains","operationId":"email_security_create_domains","scopes":["cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/domains","operationId":"email_security_delete_domains","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/domains/batch","operationId":"email_security_batch_domains","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/domains/{domain_id}","operationId":"email_security_get_domain","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/domains/{domain_id}","operationId":"email_security_delete_domain","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/domains/{domain_id}","operationId":"email_security_update_domain","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/domains/{domain_id}/verification","operationId":"email_security_get_domain_verification","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/impersonation_registry","operationId":"email_security_list_impersonation_registry","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/impersonation_registry","operationId":"email_security_create_impersonation_registry","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/impersonation_registry/{impersonation_registry_id}","operationId":"email_security_get_impersonation_registry","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/impersonation_registry/{impersonation_registry_id}","operationId":"email_security_delete_impersonation_registry","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/impersonation_registry/{impersonation_registry_id}","operationId":"email_security_update_impersonation_registry","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions","operationId":"email_security_list_sending_domain_restrictions","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions","operationId":"email_security_create_sending_domain_restriction","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/batch","operationId":"email_security_batch_sending_domain_restrictions","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}","operationId":"email_security_get_sending_domain_restriction","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}","operationId":"email_security_delete_sending_domain_restriction","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}","operationId":"email_security_update_sending_domain_restriction","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/trusted_domains","operationId":"email_security_list_trusted_domains","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/trusted_domains","operationId":"email_security_create_trusted_domain","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/trusted_domains/batch","operationId":"email_security_batch_trusted_domains","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id}","operationId":"email_security_get_trusted_domain","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id}","operationId":"email_security_delete_trusted_domain","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id}","operationId":"email_security_update_trusted_domain","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns","operationId":"email_security_list_url_ignore_patterns","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns","operationId":"email_security_create_url_ignore_pattern","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns/batch","operationId":"email_security_batch_url_ignore_patterns","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}","operationId":"email_security_get_url_ignore_pattern","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}","operationId":"email_security_delete_url_ignore_pattern","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}","operationId":"email_security_update_url_ignore_pattern","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email/routing/addresses","operationId":"email-routing-destination-addresses-list-destination-addresses","scopes":["email-routing-address.read","email-routing-address.write"]},{"method":"POST","path":"/accounts/{account_id}/email/routing/addresses","operationId":"email-routing-destination-addresses-create-a-destination-address","scopes":["email-routing-address.write"]},{"method":"GET","path":"/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}","operationId":"email-routing-destination-addresses-get-a-destination-address","scopes":["email-routing-address.read","email-routing-address.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}","operationId":"email-routing-destination-addresses-delete-destination-address","scopes":["email-routing-address.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}","operationId":"email-routing-destination-addresses-update-destination-address","scopes":["email-routing-address.write"]},{"method":"GET","path":"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration","operationId":"r2-get-event-notification-configs","scopes":["workers-r2.read","workers-r2.write"]},{"method":"GET","path":"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id}","operationId":"r2-get-event-notification-config","scopes":["workers-r2.read","workers-r2.write"]},{"method":"PUT","path":"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id}","operationId":"r2-put-event-notification-config","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id}","operationId":"r2-event-notification-delete-config","scopes":["workers-r2.write"]},{"method":"GET","path":"/accounts/{account_id}/event_subscriptions/subscriptions","operationId":"subscriptions-list","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/event_subscriptions/subscriptions","operationId":"subscriptions-create","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id}","operationId":"subscriptions-get","scopes":["queues.write","workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id}","operationId":"subscriptions-delete","scopes":["queues.write","workers-scripts.write"]},{"method":"PATCH","path":"/accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id}","operationId":"subscriptions-patch","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/firewall/access_rules/rules","operationId":"ip-access-rules-for-an-account-list-ip-access-rules","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write"]},{"method":"POST","path":"/accounts/{account_id}/firewall/access_rules/rules","operationId":"ip-access-rules-for-an-account-create-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-an-account-get-an-ip-access-rule","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write"]},{"method":"DELETE","path":"/accounts/{account_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-an-account-delete-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"PATCH","path":"/accounts/{account_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-an-account-update-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps","operationId":"flagship_list_apps","scopes":["flagship.read","flagship.write"]},{"method":"POST","path":"/accounts/{account_id}/flagship/apps","operationId":"flagship_create_app","scopes":["flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}","operationId":"flagship_get_app","scopes":["flagship.read","flagship.write"]},{"method":"PUT","path":"/accounts/{account_id}/flagship/apps/{app_id}","operationId":"flagship_update_app","scopes":["flagship.write"]},{"method":"DELETE","path":"/accounts/{account_id}/flagship/apps/{app_id}","operationId":"flagship_delete_app","scopes":["flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}/evaluate","operationId":"flagship_evaluate_flag","scopes":["flagship.evaluate","flagship.read","flagship.write"]},{"method":"POST","path":"/accounts/{account_id}/flagship/apps/{app_id}/evaluate","operationId":"flagship_evaluate_flag_post","scopes":["flagship.evaluate","flagship.read","flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags","operationId":"flagship_list_flags","scopes":["flagship.read","flagship.write"]},{"method":"POST","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags","operationId":"flagship_create_flag","scopes":["flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}","operationId":"flagship_get_flag","scopes":["flagship.read","flagship.write"]},{"method":"PUT","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}","operationId":"flagship_update_flag","scopes":["flagship.write"]},{"method":"DELETE","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}","operationId":"flagship_delete_flag","scopes":["flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}/changelog","operationId":"flagship_get_flag_changelog","scopes":["flagship.read","flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway","operationId":"zero-trust-accounts-get-zero-trust-account-information","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/gateway","operationId":"zero-trust-accounts-create-zero-trust-account","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/app_types","operationId":"zero-trust-gateway-application-and-application-type-mappings-list-application-and-application-type-mappings","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/categories","operationId":"zero-trust-gateway-categories-list-categories","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/dns_destination_ips","operationId":"zero-trust-dns-destination-ips-list-dns-destination-ips","scopes":["teams-secure.location","teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/egress_cidr_pairs","operationId":"zero-trust-accounts-get-egress-cidr-pairs","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/locations","operationId":"zero-trust-gateway-locations-list-zero-trust-gateway-locations","scopes":["teams-secure.location","teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/gateway/locations","operationId":"zero-trust-gateway-locations-create-zero-trust-gateway-location","scopes":["teams-secure.location","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/locations/{location_id}","operationId":"zero-trust-gateway-locations-zero-trust-gateway-location-details","scopes":["teams-secure.location","teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/gateway/locations/{location_id}","operationId":"zero-trust-gateway-locations-update-zero-trust-gateway-location","scopes":["teams-secure.location","teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/gateway/locations/{location_id}","operationId":"zero-trust-gateway-locations-delete-zero-trust-gateway-location","scopes":["teams-secure.location","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/operations","operationId":"zero-trust-gateway-operations-list-zero-trust-gateway-operations","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/operations/{operation_id}","operationId":"zero-trust-gateway-operations-zero-trust-gateway-operation-details","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/pacfiles","operationId":"zero-trust-gateway-pacfiles-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/gateway/pacfiles","operationId":"zero-trust-gateway-pacfiles-create-pacfile","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/pacfiles/{pacfile_id}","operationId":"zero-trust-gateway-pacfiles-details","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/gateway/pacfiles/{pacfile_id}","operationId":"zero-trust-gateway-pacfiles-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/gateway/pacfiles/{pacfile_id}","operationId":"zero-trust-gateway-pacfiles-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/hyperdrive/configs","operationId":"list-hyperdrive","scopes":["query-cache.read","query-cache.write"]},{"method":"POST","path":"/accounts/{account_id}/hyperdrive/configs","operationId":"create-hyperdrive","scopes":["query-cache.write"]},{"method":"GET","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}","operationId":"get-hyperdrive","scopes":["query-cache.read","query-cache.write"]},{"method":"PUT","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}","operationId":"update-hyperdrive","scopes":["query-cache.write"]},{"method":"DELETE","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}","operationId":"delete-hyperdrive","scopes":["query-cache.write"]},{"method":"PATCH","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}","operationId":"patch-hyperdrive","scopes":["query-cache.write"]},{"method":"POST","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}/restart","operationId":"restart-hyperdrive","scopes":["query-cache.write"]},{"method":"POST","path":"/accounts/{account_id}/hyperdrive/integrationsOperations/{integration}/createDatabaseSignature","operationId":"create-hyperdrive-database-signature","scopes":["query-cache.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/permission_groups","operationId":"account-permission-group-list","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/iam/permission_groups/{permission_group_id}","operationId":"account-permission-group-details","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/iam/resource_groups","operationId":"account-resource-group-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/iam/resource_groups","operationId":"account-resource-group-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/resource_groups/{resource_group_id}","operationId":"account-resource-group-details","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/iam/resource_groups/{resource_group_id}","operationId":"account-resource-group-update","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/iam/resource_groups/{resource_group_id}","operationId":"account-resource-group-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/user_groups","operationId":"account-user-group-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/iam/user_groups","operationId":"account-user-group-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}","operationId":"account-user-group-details","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}","operationId":"account-user-group-update","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}","operationId":"account-user-group-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members","operationId":"account-user-group-member-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members","operationId":"account-user-group-members-update","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members","operationId":"account-user-group-member-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members/{member_id}","operationId":"account-user-group-member-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members/{member_id}","operationId":"account-user-group-member-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1","operationId":"cloudflare-images-list-images","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v1","operationId":"cloudflare-images-upload-an-image-via-url","scopes":["images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v1/direct_upload","operationId":"cloudflare-images-create-authenticated-direct-upload-url-v-1","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/keys","operationId":"cloudflare-images-keys-list-signing-keys","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/stats","operationId":"cloudflare-images-images-usage-statistics","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/variants","operationId":"cloudflare-images-variants-list-variants","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v1/variants","operationId":"cloudflare-images-variants-create-a-variant","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/variants/{variant_id}","operationId":"cloudflare-images-variants-variant-details","scopes":["images.read","images.write"]},{"method":"DELETE","path":"/accounts/{account_id}/images/v1/variants/{variant_id}","operationId":"cloudflare-images-variants-delete-a-variant","scopes":["images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v1/variants/{variant_id}","operationId":"cloudflare-images-variants-update-a-variant","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/variants/{variant_id}/flat","operationId":"cloudflare-images-variants-variant-details-flat","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/{image_id}","operationId":"cloudflare-images-image-details","scopes":["images.read","images.write"]},{"method":"DELETE","path":"/accounts/{account_id}/images/v1/{image_id}","operationId":"cloudflare-images-delete-image","scopes":["images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v1/{image_id}","operationId":"cloudflare-images-update-image","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/{image_id}/blob","operationId":"cloudflare-images-base-image","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2","operationId":"cloudflare-images-list-images-v2","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v2/direct_upload","operationId":"cloudflare-images-create-authenticated-direct-upload-url-v-2","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations","operationId":"cloudflare-images-sourcingkit-list-migrations","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations","operationId":"cloudflare-images-sourcingkit-create-migration","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}","operationId":"cloudflare-images-sourcingkit-get-migration","scopes":["images.read","images.write"]},{"method":"DELETE","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}","operationId":"cloudflare-images-sourcingkit-delete-migration","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle","operationId":"cloudflare-images-sourcingkit-get-migration-progress","scopes":["images.read","images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle/abort","operationId":"cloudflare-images-sourcingkit-abort-migration","scopes":["images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle/start","operationId":"cloudflare-images-sourcingkit-start-migration","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/logs","operationId":"cloudflare-images-sourcingkit-list-migration-logs","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/sources","operationId":"cloudflare-images-sourcingkit-list-sources","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v2/sourcingkit/sources","operationId":"cloudflare-images-sourcingkit-create-source","scopes":["images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/connectivity-precheck","operationId":"cloudflare-images-sourcingkit-precheck-source-connectivity","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}","operationId":"cloudflare-images-sourcingkit-get-source","scopes":["images.read","images.write"]},{"method":"DELETE","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}","operationId":"cloudflare-images-sourcingkit-delete-source","scopes":["images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}","operationId":"cloudflare-images-sourcingkit-update-source","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}/connectivity","operationId":"cloudflare-images-sourcingkit-get-source-connectivity","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/asn/{asn}","operationId":"asn-intelligence-get-asn-overview","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/asn/{asn}/subnets","operationId":"asn-intelligence-get-asn-subnets","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issue-types","operationId":"get-security-center-issue-types","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issues","operationId":"get-security-center-issues","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issues/class","operationId":"get-security-center-issue-counts-by-class","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issues/severity","operationId":"get-security-center-issue-counts-by-severity","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issues/type","operationId":"get-security-center-issue-counts-by-type","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/dns","operationId":"passive-dns-by-ip-get-passive-dns-by-ip","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/domain","operationId":"domain-intelligence-get-domain-details","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/domain-history","operationId":"domain-history-get-domain-history","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/domain/bulk","operationId":"domain-intelligence-get-multiple-domain-details","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds","operationId":"custom-indicator-feeds-get-indicator-feeds","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds/permissions/view","operationId":"custom-indicator-feeds-view-permissions","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds/{feed_id}","operationId":"custom-indicator-feeds-get-indicator-feed-metadata","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds/{feed_id}/data","operationId":"custom-indicator-feeds-get-indicator-feed-data","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds/{feed_id}/download","operationId":"custom-indicator-feeds-download-indicator-feed-data","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/ip","operationId":"ip-intelligence-get-ip-overview","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/ip-lists","operationId":"ip-list-get-ip-lists","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/sinkholes","operationId":"sinkhole-config-list-sinkholes","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/intel/sinkholes","operationId":"sinkhole-config-create-sinkhole","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}","operationId":"sinkhole-config-get-sinkhole","scopes":["intel.read","intel.write"]},{"method":"PUT","path":"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}","operationId":"sinkhole-config-update-sinkhole","scopes":["intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}","operationId":"sinkhole-config-delete-sinkhole","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}/ingresses","operationId":"sinkhole-config-list-sinkhole-ingresses","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/url","operationId":"url-intelligence-get-url-intelligence","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/whois","operationId":"whois-record-get-whois-record","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers","operationId":"account-load-balancers-list-account-load-balancers","scopes":["load-balancers-account.read","load-balancers-account.write"]},{"method":"POST","path":"/accounts/{account_id}/load_balancers","operationId":"account-load-balancers-create-account-load-balancer","scopes":["load-balancers-account.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/monitors","operationId":"account-load-balancer-monitors-list-monitors","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"POST","path":"/accounts/{account_id}/load_balancers/monitors","operationId":"account-load-balancer-monitors-create-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}","operationId":"account-load-balancer-monitors-monitor-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"PUT","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}","operationId":"account-load-balancer-monitors-update-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"DELETE","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}","operationId":"account-load-balancer-monitors-delete-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}","operationId":"account-load-balancer-monitors-patch-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}/references","operationId":"account-load-balancer-monitors-list-monitor-references","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/pools","operationId":"account-load-balancer-pools-list-pools","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"POST","path":"/accounts/{account_id}/load_balancers/pools","operationId":"account-load-balancer-pools-create-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/accounts/{account_id}/load_balancers/pools","operationId":"account-load-balancer-pools-patch-pools","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}","operationId":"account-load-balancer-pools-pool-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"PUT","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}","operationId":"account-load-balancer-pools-update-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"DELETE","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}","operationId":"account-load-balancer-pools-delete-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}","operationId":"account-load-balancer-pools-patch-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}/health","operationId":"account-load-balancer-pools-pool-health-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}/references","operationId":"account-load-balancer-pools-list-pool-references","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/preview/{preview_id}","operationId":"account-load-balancer-monitors-preview-result","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/regions","operationId":"load-balancer-regions-list-regions","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/regions/{region_id}","operationId":"load-balancer-regions-get-region","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/search","operationId":"account-load-balancer-search-search-resources","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/usage","operationId":"account-load-balancers-list-load-balancer-usage","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/{load_balancer_id}","operationId":"account-load-balancers-account-load-balancer-details","scopes":["load-balancers-account.read","load-balancers-account.write"]},{"method":"PUT","path":"/accounts/{account_id}/load_balancers/{load_balancer_id}","operationId":"account-load-balancers-update-account-load-balancer","scopes":["load-balancers-account.write"]},{"method":"DELETE","path":"/accounts/{account_id}/load_balancers/{load_balancer_id}","operationId":"account-load-balancers-delete-account-load-balancer","scopes":["load-balancers-account.write"]},{"method":"PATCH","path":"/accounts/{account_id}/load_balancers/{load_balancer_id}","operationId":"account-load-balancers-patch-account-load-balancer","scopes":["load-balancers-account.write"]},{"method":"GET","path":"/accounts/{account_id}/logpush/datasets/{dataset_id}/fields","operationId":"get-accounts-account_id-logpush-datasets-dataset_id-fields","scopes":["account-logs.read"]},{"method":"GET","path":"/accounts/{account_id}/logpush/datasets/{dataset_id}/jobs","operationId":"get-accounts-account_id-logpush-datasets-dataset_id-jobs","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logpush/jobs","operationId":"get-accounts-account_id-logpush-jobs","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/jobs","operationId":"post-accounts-account_id-logpush-jobs","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logpush/jobs/{job_id}","operationId":"get-accounts-account_id-logpush-jobs-job_id","scopes":["account-logs.write"]},{"method":"PUT","path":"/accounts/{account_id}/logpush/jobs/{job_id}","operationId":"put-accounts-account_id-logpush-jobs-job_id","scopes":["account-logs.write"]},{"method":"DELETE","path":"/accounts/{account_id}/logpush/jobs/{job_id}","operationId":"delete-accounts-account_id-logpush-jobs-job_id","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/ownership","operationId":"post-accounts-account_id-logpush-ownership","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/ownership/validate","operationId":"post-accounts-account_id-logpush-ownership-validate","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/validate/destination","operationId":"delete-accounts-account_id-logpush-validate-destination","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/validate/destination/exists","operationId":"delete-accounts-account_id-logpush-validate-destination-exists","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/validate/origin","operationId":"post-accounts-account_id-logpush-validate-origin","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/audit","operationId":"audit-logs-v2-get-account-audit-logs","scopes":["account-settings.read","account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/audit/product_categories","operationId":"audit-logs-v2-list-account-product-categories","scopes":["account-settings.read","account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/audit/{id}/history","operationId":"audit-logs-v2-get-account-audit-log-history","scopes":["account-settings.read","account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/control/cmb/config","operationId":"get-accounts-account_id-logs-control-cmb-config","scopes":["account-logs.read","account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logs/control/cmb/config","operationId":"post-accounts-account_id-logs-control-cmb-config","scopes":["account-logs.write"]},{"method":"DELETE","path":"/accounts/{account_id}/logs/control/cmb/config","operationId":"delete-accounts-account_id-logs-control-cmb-config","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/explorer/datasets","operationId":"accounts-logs-explorer-datasets-list","scopes":["account-logs.read","account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logs/explorer/datasets","operationId":"accounts-logs-explorer-datasets-create","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/explorer/datasets/available","operationId":"accounts-logs-explorer-datasets-available-list","scopes":["account-logs.read","account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/explorer/datasets/{dataset_id}","operationId":"accounts-logs-explorer-datasets-get","scopes":["account-logs.write"]},{"method":"PUT","path":"/accounts/{account_id}/logs/explorer/datasets/{dataset_id}","operationId":"accounts-logs-explorer-datasets-update","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/explorer/query/sql","operationId":"accounts-logs-explorer-query-get","scopes":["account-logs.read","account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logs/explorer/query/sql","operationId":"accounts-logs-explorer-query-post","scopes":["account-logs.read","account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/list","operationId":"logpull-list-log-files","scopes":["account-logs.read","account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/retrieve","operationId":"logpull-retrieve-logs","scopes":["account-logs.read","account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules","operationId":"listDnsProtectionRulesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules","operationId":"createDnsProtectionRule","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules","operationId":"deleteDnsProtectionRulesForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id}","operationId":"getDnsProtectionRule","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id}","operationId":"deleteDnsProtectionRule","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id}","operationId":"updateDnsProtectionRule","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist","operationId":"listAllowlistPrefixesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist","operationId":"createAllowlistedPrefix","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist","operationId":"deleteAllowlistPrefixesForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id}","operationId":"getAllowlistPrefix","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id}","operationId":"deleteAllowlistPrefix","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id}","operationId":"updateAllowlistPrefix","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes","operationId":"listPrefixesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes","operationId":"createPrefix","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes","operationId":"deletePrefixesForAccount","scopes":["ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/bulk","operationId":"bulkCreatePrefixes","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id}","operationId":"getPrefix","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id}","operationId":"deletePrefix","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id}","operationId":"updatePrefix","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters","operationId":"listSynProtectionFiltersForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters","operationId":"createSynProtectionFilter","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters","operationId":"deleteSynProtectionFiltersForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id}","operationId":"getSynProtectionFilter","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id}","operationId":"deleteSynProtectionFilter","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id}","operationId":"updateSynProtectionFilter","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules","operationId":"listSynProtectionRulesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules","operationId":"createSynProtectionRule","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules","operationId":"deleteSynProtectionRulesForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}","operationId":"getSynProtectionRule","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}","operationId":"deleteSynProtectionRule","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}","operationId":"updateSynProtectionRule","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters","operationId":"listTcpFlowProtectionFiltersForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters","operationId":"createTcpFlowProtectionFilter","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters","operationId":"deleteTcpFlowProtectionFiltersForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id}","operationId":"getTcpFlowProtectionFilter","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id}","operationId":"deleteTcpFlowProtectionFilter","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id}","operationId":"updateTcpFlowProtectionFilter","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules","operationId":"listTcpFlowProtectionRulesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules","operationId":"createTcpFlowProtectionRule","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules","operationId":"deleteTcpFlowProtectionRulesForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}","operationId":"getTcpFlowProtectionRule","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}","operationId":"deleteTcpFlowProtectionRule","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}","operationId":"updateTcpFlowProtectionRule","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_protection_status","operationId":"getProtectionStatus","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_protection_status","operationId":"updateProtectionStatus","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/apps","operationId":"magic-account-apps-list-apps","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/apps","operationId":"magic-account-apps-add-app","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/apps/{account_app_id}","operationId":"magic-account-apps-update-app","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/apps/{account_app_id}","operationId":"magic-account-apps-delete-app","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf1_sites","operationId":"magic-cf1-sites-list-cf1-sites","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cf1_sites","operationId":"magic-cf1-sites-create-cf1-sites","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}","operationId":"magic-cf1-sites-get-cf1-site","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}","operationId":"magic-cf1-sites-delete-cf1-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}","operationId":"magic-cf1-sites-update-cf1-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps","operationId":"magic-cf1-sites-list-cf1-site-ramps","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps/{ramp_id}","operationId":"magic-cf1-sites-get-cf1-site-ramp","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps/{ramp_id}","operationId":"magic-cf1-sites-delete-cf1-site-ramp","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf_interconnects","operationId":"magic-interconnects-list-interconnects","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cf_interconnects","operationId":"magic-interconnects-update-multiple-interconnects","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf_interconnects/{cf_interconnect_id}","operationId":"magic-interconnects-list-interconnect-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cf_interconnects/{cf_interconnect_id}","operationId":"magic-interconnects-update-interconnect","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/catalog-syncs","operationId":"catalog-syncs-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/catalog-syncs","operationId":"catalog-syncs-create","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/prebuilt-policies","operationId":"catalog-syncs-prebuilt-policies-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}","operationId":"catalog-syncs-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}","operationId":"catalog-syncs-update","scopes":["magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}","operationId":"catalog-syncs-delete","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}","operationId":"catalog-syncs-patch","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}/refresh","operationId":"catalog-syncs-refresh","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/onramps","operationId":"onramps-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/onramps","operationId":"onramps-create","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space","operationId":"onramps-mwan-addr-space-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space","operationId":"onramps-mwan-addr-space-update","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space","operationId":"onramps-mwan-addr-space-patch","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}","operationId":"onramps-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}","operationId":"onramps-update","scopes":["magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}","operationId":"onramps-delete","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}","operationId":"onramps-patch","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/apply","operationId":"onramps-apply","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/export","operationId":"onramps-export","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/plan","operationId":"onramps-plan","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/providers","operationId":"providers-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/providers","operationId":"providers-create","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/providers/discover","operationId":"providers-discover-all","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}","operationId":"providers-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}","operationId":"providers-update","scopes":["magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}","operationId":"providers-delete","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}","operationId":"providers-patch","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}/initial_setup","operationId":"providers-initial-setup","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/resources","operationId":"resources-catalog-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/resources/export","operationId":"resources-catalog-export","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/resources/{resource_id}","operationId":"resources-catalog-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors","operationId":"mconn-connectors-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/connectors","operationId":"mconn-connectors-create","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}","operationId":"mconn-connectors-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/connectors/{connector_id}","operationId":"mconn-connectors-update","scopes":["magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/connectors/{connector_id}","operationId":"mconn-connectors-delete","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/connectors/{connector_id}","operationId":"mconn-connectors-edit","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/interrupts","operationId":"mconn-connector-interrupts-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events","operationId":"mconn-connector-telemetry-events-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/latest","operationId":"mconn-connector-telemetry-events-latest-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/{event_t}.{event_n}","operationId":"mconn-connector-telemetry-events-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots","operationId":"mconn-connector-telemetry-snapshots-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/latest","operationId":"mconn-connector-telemetry-snapshots-latest-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/{snapshot_t}","operationId":"mconn-connector-telemetry-snapshots-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/gre_tunnels","operationId":"magic-gre-tunnels-list-gre-tunnels","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/gre_tunnels","operationId":"magic-gre-tunnels-update-multiple-gre-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/gre_tunnels","operationId":"magic-gre-tunnels-create-gre-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}","operationId":"magic-gre-tunnels-list-gre-tunnel-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}","operationId":"magic-gre-tunnels-update-gre-tunnel","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}","operationId":"magic-gre-tunnels-delete-gre-tunnel","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/ipsec_tunnels","operationId":"magic-ipsec-tunnels-list-ipsec-tunnels","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/ipsec_tunnels","operationId":"magic-ipsec-tunnels-update-multiple-ipsec-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/ipsec_tunnels","operationId":"magic-ipsec-tunnels-create-ipsec-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/ipsec_tunnels/psk","operationId":"magic-ipsec-tunnels-set-pre-shared-keys-for-ipsec-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}","operationId":"magic-ipsec-tunnels-list-ipsec-tunnel-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}","operationId":"magic-ipsec-tunnels-update-ipsec-tunnel","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}","operationId":"magic-ipsec-tunnels-delete-ipsec-tunnel","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}/psk_generate","operationId":"magic-ipsec-tunnels-generate-pre-shared-key-(-psk)-for-ipsec-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/routes","operationId":"magic-static-routes-list-routes","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/routes","operationId":"magic-static-routes-update-many-routes","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/routes","operationId":"magic-static-routes-create-routes","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/routes","operationId":"magic-static-routes-delete-many-routes","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/routes/{route_id}","operationId":"magic-static-routes-route-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/routes/{route_id}","operationId":"magic-static-routes-update-route","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/routes/{route_id}","operationId":"magic-static-routes-delete-route","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites","operationId":"magic-sites-list-sites","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites","operationId":"magic-sites-create-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}","operationId":"magic-sites-site-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}","operationId":"magic-sites-update-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}","operationId":"magic-sites-delete-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}","operationId":"magic-sites-patch-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/acls","operationId":"magic-site-acls-list-acls","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites/{site_id}/acls","operationId":"magic-site-acls-create-acl","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}","operationId":"magic-site-acls-acl-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}","operationId":"magic-site-acls-update-acl","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}","operationId":"magic-site-acls-delete-acl","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}","operationId":"magic-site-acls-patch-acl","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/app_configs","operationId":"magic-site-app-configs-list-app-configs","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites/{site_id}/app_configs","operationId":"magic-site-app-configs-add-app-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/app_configs/{app_config_id}","operationId":"magic-site-app-configs-update-app-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/app_configs/{app_config_id}","operationId":"magic-site-app-configs-delete-app-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/lans","operationId":"magic-site-lans-list-lans","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites/{site_id}/lans","operationId":"magic-site-lans-create-lan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}","operationId":"magic-site-lans-lan-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}","operationId":"magic-site-lans-update-lan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}","operationId":"magic-site-lans-delete-lan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}","operationId":"magic-site-lans-patch-lan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/netflow_config","operationId":"magic-site-netflow-config-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/netflow_config","operationId":"magic-site-netflow-config-update-netflow-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/netflow_config","operationId":"magic-site-netflow-config-delete-netflow-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}/netflow_config","operationId":"magic-site-netflow-config-patch-netflow-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/wans","operationId":"magic-site-wans-list-wans","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites/{site_id}/wans","operationId":"magic-site-wans-create-wan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}","operationId":"magic-site-wans-wan-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}","operationId":"magic-site-wans-update-wan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}","operationId":"magic-site-wans-delete-wan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}","operationId":"magic-site-wans-patch-wan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/media/usage","operationId":"usage-analytics-get-account-media-usage","scopes":["images.read"]},{"method":"GET","path":"/accounts/{account_id}/members","operationId":"account-members-list-members","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/members","operationId":"account-members-add-member","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/members/{member_id}","operationId":"account-members-member-details","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/members/{member_id}","operationId":"account-members-update-member","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/members/{member_id}","operationId":"account-members-remove-member","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-list-account-configuration","scopes":["fbm.admin","fbm.read","fbm.write"]},{"method":"PUT","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-update-an-entire-account-configuration","scopes":["fbm.admin","fbm.write"]},{"method":"POST","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-create-account-configuration","scopes":["fbm.admin"]},{"method":"DELETE","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-delete-account-configuration","scopes":["fbm.admin"]},{"method":"PATCH","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-update-account-configuration-fields","scopes":["fbm.admin","fbm.write"]},{"method":"GET","path":"/accounts/{account_id}/mnm/config/full","operationId":"magic-network-monitoring-configuration-list-rules-and-account-configuration","scopes":["fbm.admin","fbm.read","fbm.write"]},{"method":"GET","path":"/accounts/{account_id}/mnm/rules","operationId":"magic-network-monitoring-rules-list-rules","scopes":["fbm.admin","fbm.read","fbm.write"]},{"method":"PUT","path":"/accounts/{account_id}/mnm/rules","operationId":"magic-network-monitoring-rules-update-rules","scopes":["fbm.admin","fbm.write"]},{"method":"POST","path":"/accounts/{account_id}/mnm/rules","operationId":"magic-network-monitoring-rules-create-rules","scopes":["fbm.admin"]},{"method":"PUT","path":"/accounts/{account_id}/mnm/rules/bulk","operationId":"magic-network-monitoring-rules-update-rules-bulk","scopes":["fbm.admin","fbm.write"]},{"method":"POST","path":"/accounts/{account_id}/mnm/rules/bulk","operationId":"magic-network-monitoring-rules-create-rules-bulk","scopes":["fbm.admin"]},{"method":"GET","path":"/accounts/{account_id}/mnm/rules/{rule_id}","operationId":"magic-network-monitoring-rules-get-rule","scopes":["fbm.admin","fbm.read","fbm.write"]},{"method":"DELETE","path":"/accounts/{account_id}/mnm/rules/{rule_id}","operationId":"magic-network-monitoring-rules-delete-rule","scopes":["fbm.admin"]},{"method":"PATCH","path":"/accounts/{account_id}/mnm/rules/{rule_id}","operationId":"magic-network-monitoring-rules-update-rule","scopes":["fbm.admin","fbm.write"]},{"method":"PATCH","path":"/accounts/{account_id}/mnm/rules/{rule_id}/advertisement","operationId":"magic-network-monitoring-rules-update-advertisement-for-rule","scopes":["fbm.admin","fbm.write"]},{"method":"POST","path":"/accounts/{account_id}/mnm/vpc-flows/token","operationId":"magic-network-monitoring-vpc-flows-generate-authentication-token","scopes":["fbm.admin"]},{"method":"GET","path":"/accounts/{account_id}/mtls_certificates","operationId":"m-tls-certificate-management-list-m-tls-certificates","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"POST","path":"/accounts/{account_id}/mtls_certificates","operationId":"m-tls-certificate-management-upload-m-tls-certificate","scopes":["account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}","operationId":"m-tls-certificate-management-get-m-tls-certificate","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"DELETE","path":"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}","operationId":"m-tls-certificate-management-delete-m-tls-certificate","scopes":["account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}/associations","operationId":"m-tls-certificate-management-list-m-tls-certificate-associations","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/organizations","operationId":"Accounts_listAccountOrganizations","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects","operationId":"pages-project-get-projects","scopes":["page.read","page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects","operationId":"pages-project-create-project","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}","operationId":"pages-project-get-project","scopes":["page.read","page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}","operationId":"pages-project-delete-project","scopes":["page.write"]},{"method":"PATCH","path":"/accounts/{account_id}/pages/projects/{project_name}","operationId":"pages-project-update-project","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments","operationId":"pages-deployment-get-deployments","scopes":["page.read","page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments","operationId":"pages-deployment-create-deployment","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}","operationId":"pages-deployment-get-deployment-info","scopes":["page.read","page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}","operationId":"pages-deployment-delete-deployment","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/history/logs","operationId":"pages-deployment-get-deployment-logs","scopes":["page.read","page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/retry","operationId":"pages-deployment-retry-deployment","scopes":["page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/rollback","operationId":"pages-deployment-rollback-deployment","scopes":["page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/tails","operationId":"pages-deployment-create-tail","scopes":["page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/tails/{tail_id}","operationId":"pages-deployment-delete-tail","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/domains","operationId":"pages-domains-get-domains","scopes":["page.read","page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/domains","operationId":"pages-domains-add-domain","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name}","operationId":"pages-domains-get-domain","scopes":["page.read","page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name}","operationId":"pages-domains-delete-domain","scopes":["page.write"]},{"method":"PATCH","path":"/accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name}","operationId":"pages-domains-patch-domain","scopes":["page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/purge_build_cache","operationId":"pages-purge-build-cache","scopes":["page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/source","operationId":"pages-project-connect-project-source","scopes":["page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}/source","operationId":"pages-project-disconnect-project-source","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/upload-token","operationId":"pages-project-get-upload-token","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/crawler/stripe","operationId":"pay-per-crawl.crawlerGetStripeConfig","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/pay-per-crawl/crawler/stripe","operationId":"pay-per-crawl.crawlerCreateStripeConfig","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pay-per-crawl/crawler/stripe","operationId":"pay-per-crawl.crawlerDeleteStripeConfig","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/publisher/stripe","operationId":"pay-per-crawl.publisherGetStripeConfig","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/pay-per-crawl/publisher/stripe","operationId":"pay-per-crawl.publisherCreateStripeConfig","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pay-per-crawl/publisher/stripe","operationId":"pay-per-crawl.publisherDeleteStripeConfig","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/signature_link","operationId":"pay-per-crawl.getTermsSignatureLink","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/terms","operationId":"pay-per-crawl.getTerms","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/terms/signature","operationId":"pay-per-crawl.getTermsSignature","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/pay-per-crawl/terms/signature","operationId":"pay-per-crawl.sendTermsSignatureEvent","scopes":["account-settings.write"]},{"method":"PATCH","path":"/accounts/{account_id}/pay-per-crawl/zones_can_be_enabled","operationId":"pay-per-crawl.setZonesCanBeEnabled","scopes":["account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/pay-per-crawl/zones_can_be_enabled/query","operationId":"pay-per-crawl.queryZonesCanBeEnabled","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/pcaps","operationId":"magic-pcap-collection-list-packet-capture-requests","scopes":["pcaps-api.read","pcaps-api.write"]},{"method":"POST","path":"/accounts/{account_id}/pcaps","operationId":"magic-pcap-collection-create-pcap-request","scopes":["pcaps-api.write"]},{"method":"GET","path":"/accounts/{account_id}/pcaps/ownership","operationId":"magic-pcap-collection-list-pca-ps-bucket-ownership","scopes":["pcaps-api.read","pcaps-api.write"]},{"method":"POST","path":"/accounts/{account_id}/pcaps/ownership","operationId":"magic-pcap-collection-add-buckets-for-full-packet-captures","scopes":["pcaps-api.write"]},{"method":"POST","path":"/accounts/{account_id}/pcaps/ownership/validate","operationId":"magic-pcap-collection-validate-buckets-for-full-packet-captures","scopes":["pcaps-api.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pcaps/ownership/{ownership_id}","operationId":"magic-pcap-collection-delete-buckets-for-full-packet-captures","scopes":["pcaps-api.write"]},{"method":"GET","path":"/accounts/{account_id}/pcaps/{pcap_id}","operationId":"magic-pcap-collection-get-pcap-request","scopes":["pcaps-api.read","pcaps-api.write"]},{"method":"GET","path":"/accounts/{account_id}/pcaps/{pcap_id}/download","operationId":"magic-pcap-collection-download-simple-pcap","scopes":["pcaps-api.read","pcaps-api.write"]},{"method":"PUT","path":"/accounts/{account_id}/pcaps/{pcap_id}/stop","operationId":"magic-pcap-collection-stop-full-pcap","scopes":["pcaps-api.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines","operationId":"getV4AccountsByAccount_idPipelines_deprecated","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines","operationId":"postV4AccountsByAccount_idPipelines_deprecated","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/pipelines","operationId":"getV4AccountsByAccount_idPipelinesV1Pipelines","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines/v1/pipelines","operationId":"postV4AccountsByAccount_idPipelinesV1Pipelines","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/pipelines/{pipeline_id}","operationId":"getV4AccountsByAccount_idPipelinesV1PipelinesByPipeline_id","scopes":["pipelines.read","pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/sinks","operationId":"getV4AccountsByAccount_idPipelinesV1Sinks","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines/v1/sinks","operationId":"postV4AccountsByAccount_idPipelinesV1Sinks","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/sinks/{sink_id}","operationId":"getV4AccountsByAccount_idPipelinesV1SinksBySink_id","scopes":["pipelines.read","pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/streams","operationId":"getV4AccountsByAccount_idPipelinesV1Streams","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines/v1/streams","operationId":"postV4AccountsByAccount_idPipelinesV1Streams","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/streams/{stream_id}","operationId":"getV4AccountsByAccount_idPipelinesV1StreamsByStream_id","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines/v1/validate_sql","operationId":"postV4AccountsByAccount_idPipelinesV1Validate_sql","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/{pipeline_name}","operationId":"getV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","scopes":["pipelines.read","pipelines.write"]},{"method":"PUT","path":"/accounts/{account_id}/pipelines/{pipeline_name}","operationId":"putV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","scopes":["pipelines.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pipelines/{pipeline_name}","operationId":"deleteV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/profile","operationId":"Accounts_getAccountProfile","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/profile","operationId":"Accounts_modifyAccountProfile","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/queues","operationId":"queues-list","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues","operationId":"queues-create","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}","operationId":"queues-get","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/queues/{queue_id}","operationId":"queues-update","scopes":["queues.write","workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/queues/{queue_id}","operationId":"queues-delete","scopes":["queues.write","workers-scripts.write"]},{"method":"PATCH","path":"/accounts/{account_id}/queues/{queue_id}","operationId":"queues-update-partial","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}/consumers","operationId":"queues-list-consumers","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/consumers","operationId":"queues-create-consumer","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}","operationId":"queues-get-consumer","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}","operationId":"queues-update-consumer","scopes":["queues.write","workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}","operationId":"queues-delete-consumer","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages","operationId":"queues-push-message","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/ack","operationId":"queues-ack-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/batch","operationId":"queues-push-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/peek","operationId":"queues-peek-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/preview","operationId":"queues-preview-messages","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/preview/ack","operationId":"queues-ack-preview-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/pull","operationId":"queues-pull-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/purge","operationId":"queues-purge-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}/metrics","operationId":"queues-get-metrics","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}/purge","operationId":"queues-purge-get","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/purge","operationId":"queues-purge","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog","operationId":"list-catalogs","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}","operationId":"get-catalog-details","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/credential","operationId":"store-credentials","scopes":["r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/delete","operationId":"delete-catalog","scopes":["r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/disable","operationId":"disable-catalog","scopes":["r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/enable","operationId":"enable-catalog","scopes":["r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/maintenance-configs","operationId":"get-maintenance-config","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/maintenance-configs","operationId":"update-maintenance-config","scopes":["r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces","operationId":"list-namespaces","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables","operationId":"list-tables","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}","operationId":"get-table","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}/maintenance-configs","operationId":"get-table-maintenance-config","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}/maintenance-configs","operationId":"update-table-maintenance-config","scopes":["r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2/buckets","operationId":"r2-list-buckets","scopes":["workers-r2.read","workers-r2.write"]},{"method":"POST","path":"/accounts/{account_id}/r2/buckets","operationId":"r2-create-bucket","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}","operationId":"r2-delete-bucket","scopes":["workers-r2.write"]},{"method":"GET","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain}","operationId":"r2-get-custom-domain-settings","scopes":["workers-r2.read","workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain}","operationId":"r2-delete-custom-domain","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/objects","operationId":"r2-delete-objects","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/objects/{object_key}","operationId":"r2-delete-object","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/sippy","operationId":"r2-delete-bucket-sippy-config","scopes":["workers-r2.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/apps","operationId":"get_apps","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/apps","operationId":"create_app","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/apps/{app_id}","operationId":"get_app","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/analytics/daywise","operationId":"get-org-analytics","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/daywise","operationId":"get-livestream-analytics-daywise","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/overall","operationId":"get-livestream-analytics-complete","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams","operationId":"fetch_all_livestreams","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams","operationId":"create_livestream","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/sessions/{livestream-session-id}","operationId":"get-v2-livestreams-livestream-session-id","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}","operationId":"get-v2-livestream-session-livestream-id","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}/active-livestream-session","operationId":"get-v2-active-livestream-session-details","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings","operationId":"get_all_meetings","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings","operationId":"create_meeting","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}","operationId":"get_meeting","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}","operationId":"replace_meeting","scopes":["realtime.admin","realtime.write"]},{"method":"PATCH","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}","operationId":"update_meeting","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream","operationId":"get-v2-meetings-meetingId-active-livestream","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream/stop","operationId":"stop_livestreaming","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session","operationId":"GetActiveSession","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick","operationId":"KickPartcipants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick-all","operationId":"KickAllParticipants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute","operationId":"MuteParticipants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute-all","operationId":"MuteAllParticipants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/poll","operationId":"CreatePoll","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestream","operationId":"livestream-session-details","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestreams","operationId":"start-livestreaming","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants","operationId":"get_meeting_participants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants","operationId":"add_participant","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}","operationId":"get_meeting_participant","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}","operationId":"replace_participant","scopes":["realtime.admin","realtime.write"]},{"method":"DELETE","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}","operationId":"delete_meeting_participant","scopes":["realtime.admin","realtime.write"]},{"method":"PATCH","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}","operationId":"edit_participant","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}/token","operationId":"regenerate_token","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets","operationId":"get-presets","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets","operationId":"post-presets","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}","operationId":"get-presets-preset_id","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}","operationId":"put-presets-preset_id","scopes":["realtime.admin","realtime.write"]},{"method":"DELETE","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}","operationId":"delete-presets-preset_id","scopes":["realtime.admin","realtime.write"]},{"method":"PATCH","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}","operationId":"patch-presets-preset_id","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings","operationId":"get_all_recordings","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings","operationId":"start_recording","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings/active-recording/{meeting_id}","operationId":"get_active_recording","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings/track","operationId":"startTrackRecordingForAMeeting","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings/{recording_id}","operationId":"get_one_recording","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings/{recording_id}","operationId":"pause_resume_stop_recording","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions","operationId":"GetSessions","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/peer-report/{peer_id}","operationId":"GetParticipantDataFromPeerId","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}","operationId":"GetSessionDetails","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/chat","operationId":"GetSessionChat","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/livestream-sessions","operationId":"get-v2-livestreamsession-session-meetingId-active-livestream","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants","operationId":"GetSessionParticipants","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants/{participant_id}","operationId":"GetParticipantDetails","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/summary","operationId":"GetSessionSummary","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/summary","operationId":"post-sessions-session_id-summary","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/transcript","operationId":"GetSessionTranscript","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks","operationId":"getAllWebhooks","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks","operationId":"addWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/all","operationId":"getAllWebhookEvents","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}","operationId":"getWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}","operationId":"replaceWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"DELETE","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}","operationId":"deleteWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"PATCH","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}","operationId":"editWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/request-tracer/trace","operationId":"account-request-tracer-request-trace","scopes":["request-tracer.read"]},{"method":"GET","path":"/accounts/{account_id}/roles","operationId":"account-roles-list-roles","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/roles/{role_id}","operationId":"account-roles-role-details","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists","operationId":"lists-get-lists","scopes":["account-rule-lists.read","account-rule-lists.write"]},{"method":"POST","path":"/accounts/{account_id}/rules/lists","operationId":"lists-create-a-list","scopes":["account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists/bulk_operations/{operation_id}","operationId":"lists-get-bulk-operation-status","scopes":["account-rule-lists.read","account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists/{list_id}","operationId":"lists-get-a-list","scopes":["account-rule-lists.read"]},{"method":"PUT","path":"/accounts/{account_id}/rules/lists/{list_id}","operationId":"lists-update-a-list","scopes":["account-rule-lists.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rules/lists/{list_id}","operationId":"lists-delete-a-list","scopes":["account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists/{list_id}/items","operationId":"lists-get-list-items","scopes":["account-rule-lists.read","account-rule-lists.write"]},{"method":"PUT","path":"/accounts/{account_id}/rules/lists/{list_id}/items","operationId":"lists-update-all-list-items","scopes":["account-rule-lists.write"]},{"method":"POST","path":"/accounts/{account_id}/rules/lists/{list_id}/items","operationId":"lists-create-list-items","scopes":["account-rule-lists.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rules/lists/{list_id}/items","operationId":"lists-delete-list-items","scopes":["account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists/{list_id}/items/{item_id}","operationId":"lists-get-a-list-item","scopes":["account-rule-lists.read","account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets","operationId":"listAccountRulesets","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"POST","path":"/accounts/{account_id}/rulesets","operationId":"createAccountRuleset","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint","operationId":"getAccountEntrypointRuleset","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"PUT","path":"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint","operationId":"updateAccountEntrypointRuleset","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions","operationId":"listAccountEntrypointRulesetVersions","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version}","operationId":"getAccountEntrypointRulesetVersion","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/{ruleset_id}","operationId":"getAccountRuleset","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"PUT","path":"/accounts/{account_id}/rulesets/{ruleset_id}","operationId":"updateAccountRuleset","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rulesets/{ruleset_id}","operationId":"deleteAccountRuleset","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"POST","path":"/accounts/{account_id}/rulesets/{ruleset_id}/rules","operationId":"createAccountRulesetRule","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rulesets/{ruleset_id}/rules/{rule_id}","operationId":"deleteAccountRulesetRule","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"PATCH","path":"/accounts/{account_id}/rulesets/{ruleset_id}/rules/{rule_id}","operationId":"updateAccountRulesetRule","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/{ruleset_id}/versions","operationId":"listAccountRulesetVersions","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}","operationId":"getAccountRulesetVersion","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}","operationId":"deleteAccountRulesetVersion","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}/by_tag/{rule_tag}","operationId":"listAccountRulesetVersionRulesByTag","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"POST","path":"/accounts/{account_id}/rum/site_info","operationId":"web-analytics-create-site","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/list","operationId":"web-analytics-list-sites","scopes":["account-settings.read"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/site_tag/list","operationId":"web-analytics-list-site-tags","scopes":["account-settings.read"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/validate/{hostname}","operationId":"web-analytics-validate-site-hostname","scopes":["account-settings.read"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/zone_tag/list","operationId":"web-analytics-list-zone-tags","scopes":["account-settings.read"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/{site_id}","operationId":"web-analytics-get-site","scopes":["account-settings.read"]},{"method":"PUT","path":"/accounts/{account_id}/rum/site_info/{site_id}","operationId":"web-analytics-update-site","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rum/site_info/{site_id}","operationId":"web-analytics-delete-site","scopes":["account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/rum/v2/{ruleset_id}/rules","operationId":"web-analytics-modify-rules","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Groups","operationId":"scim-groups-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/scim/v2/Groups","operationId":"scim-groups-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Groups/{group_id}","operationId":"scim-groups-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/scim/v2/Groups/{group_id}","operationId":"scim-groups-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"PATCH","path":"/accounts/{account_id}/scim/v2/Groups/{group_id}","operationId":"scim-groups-patch","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/ResourceTypes","operationId":"scim-resource-types-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/ResourceTypes/{resource_type_id}","operationId":"scim-resource-types-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Schemas","operationId":"scim-schemas-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Schemas/{schema_id}","operationId":"scim-schemas-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/ServiceProviderConfig","operationId":"scim-service-provider-config-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Users","operationId":"scim-users-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/scim/v2/Users","operationId":"scim-users-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Users/{user_id}","operationId":"scim-users-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/scim/v2/Users/{user_id}","operationId":"scim-users-put","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/scim/v2/Users/{user_id}","operationId":"scim-users-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"PATCH","path":"/accounts/{account_id}/scim/v2/Users/{user_id}","operationId":"scim-users-patch","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/acls","operationId":"secondary-dns-(-acl)-list-ac-ls","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/secondary_dns/acls","operationId":"secondary-dns-(-acl)-create-acl","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/acls/{acl_id}","operationId":"secondary-dns-(-acl)-acl-details","scopes":["account-settings.read","account-settings.write"]},{"method":"PUT","path":"/accounts/{account_id}/secondary_dns/acls/{acl_id}","operationId":"secondary-dns-(-acl)-update-acl","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secondary_dns/acls/{acl_id}","operationId":"secondary-dns-(-acl)-delete-acl","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/peers","operationId":"secondary-dns-(-peer)-list-peers","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/secondary_dns/peers","operationId":"secondary-dns-(-peer)-create-peer","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/peers/{peer_id}","operationId":"secondary-dns-(-peer)-peer-details","scopes":["account-settings.read","account-settings.write"]},{"method":"PUT","path":"/accounts/{account_id}/secondary_dns/peers/{peer_id}","operationId":"secondary-dns-(-peer)-update-peer","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secondary_dns/peers/{peer_id}","operationId":"secondary-dns-(-peer)-delete-peer","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/tsigs","operationId":"secondary-dns-(-tsig)-list-tsi-gs","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/secondary_dns/tsigs","operationId":"secondary-dns-(-tsig)-create-tsig","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}","operationId":"secondary-dns-(-tsig)-tsig-details","scopes":["account-settings.read","account-settings.write"]},{"method":"PUT","path":"/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}","operationId":"secondary-dns-(-tsig)-update-tsig","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}","operationId":"secondary-dns-(-tsig)-delete-tsig","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/quota","operationId":"secrets-store-quota","scopes":["secrets-store.read","secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/stores","operationId":"secrets-store-list","scopes":["secrets-store.read","secrets-store.write"]},{"method":"POST","path":"/accounts/{account_id}/secrets_store/stores","operationId":"secrets-store-create","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/stores/{store_id}","operationId":"secrets-store-get-store-by-id","scopes":["secrets-store.read","secrets-store.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secrets_store/stores/{store_id}","operationId":"secrets-store-delete-by-id","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets","operationId":"secrets-store-secrets-list","scopes":["secrets-store.read","secrets-store.write"]},{"method":"POST","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets","operationId":"secrets-store-secret-create","scopes":["secrets-store.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets","operationId":"secrets-store-delete-bulk","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}","operationId":"secrets-store-get-by-id","scopes":["secrets-store.read","secrets-store.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}","operationId":"secrets-store-secret-delete-by-id","scopes":["secrets-store.write"]},{"method":"PATCH","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}","operationId":"secrets-store-patch-by-id","scopes":["secrets-store.write"]},{"method":"POST","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate","operationId":"secrets-store-duplicate-by-id","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces","operationId":"workers-kv-namespace-list-namespaces","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"POST","path":"/accounts/{account_id}/storage/kv/namespaces","operationId":"workers-kv-namespace-create-a-namespace","scopes":["workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}","operationId":"workers-kv-namespace-get-a-namespace","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"PUT","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}","operationId":"workers-kv-namespace-rename-a-namespace","scopes":["workers-kv-storage.write"]},{"method":"DELETE","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}","operationId":"workers-kv-namespace-remove-a-namespace","scopes":["workers-kv-storage.write"]},{"method":"PUT","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk","operationId":"workers-kv-namespace-write-multiple-key-value-pairs","scopes":["workers-kv-storage.write"]},{"method":"DELETE","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk","operationId":"workers-kv-namespace-delete-multiple-key-value-pairs-deprecated","scopes":["workers-kv-storage.write"]},{"method":"POST","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/delete","operationId":"workers-kv-namespace-delete-multiple-key-value-pairs","scopes":["workers-kv-storage.write"]},{"method":"POST","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/get","operationId":"workers-kv-namespace-get-multiple-key-value-pairs","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/keys","operationId":"workers-kv-namespace-list-a-namespace'-s-keys","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/metadata/{key_name}","operationId":"workers-kv-namespace-read-the-metadata-for-a-key","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}","operationId":"workers-kv-namespace-read-key-value-pair","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"PUT","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}","operationId":"workers-kv-namespace-write-key-value-pair-with-metadata","scopes":["workers-kv-storage.write"]},{"method":"DELETE","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}","operationId":"workers-kv-namespace-delete-key-value-pair","scopes":["workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/stream","operationId":"stream-videos-list-videos","scopes":["stream.read","stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream","operationId":"stream-videos-initiate-video-uploads-using-tus","scopes":["stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/clip","operationId":"stream-video-clipping-clip-videos-given-a-start-and-end-time","scopes":["stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/copy","operationId":"stream-videos-upload-videos-from-a-url","scopes":["stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/direct_upload","operationId":"stream-videos-upload-videos-via-direct-upload-ur-ls","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/keys","operationId":"stream-signing-keys-list-signing-keys","scopes":["stream.read","stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/keys","operationId":"stream-signing-keys-create-signing-keys","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/keys/{identifier}","operationId":"stream-signing-keys-delete-signing-keys","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/live_inputs","operationId":"stream-live-inputs-list-live-inputs","scopes":["stream.read","stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/live_inputs","operationId":"stream-live-inputs-create-a-live-input","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}","operationId":"stream-live-inputs-retrieve-a-live-input","scopes":["stream.read","stream.write"]},{"method":"PUT","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}","operationId":"stream-live-inputs-update-a-live-input","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}","operationId":"stream-live-inputs-delete-a-live-input","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs","operationId":"stream-live-inputs-list-all-outputs-associated-with-a-specified-live-input","scopes":["stream.read","stream.write"]},{"method":"PUT","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs/{output_identifier}","operationId":"stream-live-inputs-update-an-output","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs/{output_identifier}","operationId":"stream-live-inputs-delete-an-output","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/storage-usage","operationId":"stream-videos-storage-usage","scopes":["stream.read","stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/usage","operationId":"usage-analytics-get-account-stream-usage","scopes":["stream.read"]},{"method":"GET","path":"/accounts/{account_id}/stream/watermarks","operationId":"stream-watermark-profile-list-watermark-profiles","scopes":["stream.read","stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/watermarks","operationId":"stream-watermark-profile-create-watermark-profiles-via-basic-upload","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/watermarks/{identifier}","operationId":"stream-watermark-profile-watermark-profile-details","scopes":["stream.read","stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/watermarks/{identifier}","operationId":"stream-watermark-profile-delete-watermark-profiles","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/webhook","operationId":"stream-webhook-view-webhooks","scopes":["stream.read","stream.write"]},{"method":"PUT","path":"/accounts/{account_id}/stream/webhook","operationId":"stream-webhook-create-webhooks","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/webhook","operationId":"stream-webhook-delete-webhooks","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}","operationId":"stream-videos-retrieve-video-details","scopes":["stream.read","stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}","operationId":"stream-videos-delete-video","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/audio","operationId":"list-audio-tracks","scopes":["stream.read","stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}","operationId":"delete-audio-tracks","scopes":["stream.write"]},{"method":"PATCH","path":"/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}","operationId":"edit-audio-tracks","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/captions","operationId":"stream-subtitles/-captions-list-captions-or-subtitles","scopes":["stream.read","stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/captions/{language}","operationId":"stream-subtitles/-captions-get-caption-or-subtitle-for-language","scopes":["stream.read","stream.write"]},{"method":"PUT","path":"/accounts/{account_id}/stream/{identifier}/captions/{language}","operationId":"stream-subtitles/-captions-upload-captions-or-subtitles","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}/captions/{language}","operationId":"stream-subtitles/-captions-delete-captions-or-subtitles","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/captions/{language}/vtt","operationId":"stream-subtitles/-captions-get-vtt-caption-or-subtitle","scopes":["stream.read","stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/downloads","operationId":"stream-m-p-4-downloads-list-downloads","scopes":["stream.read","stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}/downloads","operationId":"stream-m-p-4-downloads-delete-downloads","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}/downloads/{download_type}","operationId":"stream-downloads-delete-type-specific-downloads","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/embed","operationId":"stream-videos-retreieve-embed-code-html","scopes":["stream.read","stream.write"]},{"method":"GET","path":"/accounts/{account_id}/teamnet/routes","operationId":"tunnel-route-list-tunnel-routes","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/teamnet/routes","operationId":"tunnel-route-create-a-tunnel-route","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/teamnet/routes/ip/{ip}","operationId":"tunnel-route-get-tunnel-route-by-ip","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/teamnet/routes/network/{ip_network_encoded}","operationId":"tunnel-route-create-a-tunnel-route-with-cidr","scopes":["argotunnel.write","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/teamnet/routes/network/{ip_network_encoded}","operationId":"tunnel-route-delete-a-tunnel-route-with-cidr","scopes":["argotunnel.write","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/teamnet/routes/network/{ip_network_encoded}","operationId":"tunnel-route-update-a-tunnel-route-with-cidr","scopes":["argotunnel.write","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/teamnet/routes/{route_id}","operationId":"tunnel-route-delete-a-tunnel-route","scopes":["argotunnel.write","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/teamnet/routes/{route_id}","operationId":"tunnel-route-update-a-tunnel-route","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/teamnet/virtual_networks","operationId":"tunnel-virtual-network-list-virtual-networks","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/teamnet/virtual_networks","operationId":"tunnel-virtual-network-create-a-virtual-network","scopes":["argotunnel.write","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/teamnet/virtual_networks/{virtual_network_id}","operationId":"tunnel-virtual-network-delete","scopes":["argotunnel.write","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/teamnet/virtual_networks/{virtual_network_id}","operationId":"tunnel-virtual-network-update","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/tunnels","operationId":"cloudflare-tunnel-list-all-tunnels","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/response/{response_id}","operationId":"urlscanner-get-response-text","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/scan","operationId":"urlscanner-search-scans","scopes":["url-scanner.read","url-scanner.write"]},{"method":"POST","path":"/accounts/{account_id}/urlscanner/scan","operationId":"urlscanner-create-scan","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/scan/{scan_id}","operationId":"urlscanner-get-scan","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/scan/{scan_id}/har","operationId":"urlscanner-get-scan-har","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/scan/{scan_id}/screenshot","operationId":"urlscanner-get-scan-screenshot","scopes":["url-scanner.read","url-scanner.write"]},{"method":"POST","path":"/accounts/{account_id}/urlscanner/v2/bulk","operationId":"urlscanner-create-scan-bulk-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/dom/{scan_id}","operationId":"urlscanner-get-scan-dom-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/har/{scan_id}","operationId":"urlscanner-get-scan-har-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/responses/{response_id}","operationId":"urlscanner-get-response-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/result/{scan_id}","operationId":"urlscanner-get-scan-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"POST","path":"/accounts/{account_id}/urlscanner/v2/scan","operationId":"urlscanner-create-scan-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/screenshots/{scan_id}.png","operationId":"urlscanner-get-scan-screenshot-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/search","operationId":"urlscanner-search-scans-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/indexes","operationId":"vectorize-(-deprecated)-list-vectorize-indexes","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes","operationId":"vectorize-(-deprecated)-create-vectorize-index","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/indexes/{index_name}","operationId":"vectorize-(-deprecated)-get-vectorize-index","scopes":["vectorize.read","vectorize.write"]},{"method":"PUT","path":"/accounts/{account_id}/vectorize/indexes/{index_name}","operationId":"vectorize-(-deprecated)-update-vectorize-index","scopes":["vectorize.write"]},{"method":"DELETE","path":"/accounts/{account_id}/vectorize/indexes/{index_name}","operationId":"vectorize-(-deprecated)-delete-vectorize-index","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/delete-by-ids","operationId":"vectorize-(-deprecated)-delete-vectors-by-id","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/get-by-ids","operationId":"vectorize-(-deprecated)-get-vectors-by-id","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/insert","operationId":"vectorize-(-deprecated)-insert-vector","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/query","operationId":"vectorize-(-deprecated)-query-vector","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/upsert","operationId":"vectorize-(-deprecated)-upsert-vector","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes","operationId":"vectorize-list-vectorize-indexes","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes","operationId":"vectorize-create-vectorize-index","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}","operationId":"vectorize-get-vectorize-index","scopes":["vectorize.read","vectorize.write"]},{"method":"DELETE","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}","operationId":"vectorize-delete-vectorize-index","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/delete_by_ids","operationId":"vectorize-delete-vectors-by-id","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/get_by_ids","operationId":"vectorize-get-vectors-by-id","scopes":["vectorize.read","vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/info","operationId":"vectorize-index-info","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/insert","operationId":"vectorize-insert-vector","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/list","operationId":"vectorize-list-vectors","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/create","operationId":"vectorize-create-metadata-index","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/delete","operationId":"vectorize-delete-metadata-index","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/list","operationId":"vectorize-list-metadata-indexes","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/query","operationId":"vectorize-query-vector","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/upsert","operationId":"vectorize-upsert-vector","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/waiting_rooms","operationId":"waiting-room-list-waiting-rooms-account","scopes":["account-waiting-rooms.read"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector","operationId":"cloudflare-tunnel-list-warp-connector-tunnels","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"POST","path":"/accounts/{account_id}/warp_connector","operationId":"cloudflare-tunnel-create-a-warp-connector-tunnel","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}","operationId":"cloudflare-tunnel-get-a-warp-connector-tunnel","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"DELETE","path":"/accounts/{account_id}/warp_connector/{tunnel_id}","operationId":"cloudflare-tunnel-delete-a-warp-connector-tunnel","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"PATCH","path":"/accounts/{account_id}/warp_connector/{tunnel_id}","operationId":"cloudflare-tunnel-update-a-warp-connector-tunnel","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/configurations","operationId":"cloudflare-tunnel-configuration-get-warp-connector-configuration","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"PUT","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/configurations","operationId":"cloudflare-tunnel-configuration-update-warp-connector-configuration","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/connections","operationId":"cloudflare-tunnel-list-warp-connector-tunnel-connections","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/connectors/{connector_id}","operationId":"cloudflare-tunnel-get-warp-connector-tunnel-connector","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"PUT","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/failover","operationId":"cloudflare-tunnel-manual-failover-warp-connector-tunnel","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/token","operationId":"cloudflare-tunnel-get-a-warp-connector-tunnel-token","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/account-settings","operationId":"worker-account-settings-fetch-worker-account-settings","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/account-settings","operationId":"worker-account-settings-create-worker-account-settings","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces","operationId":"namespace-worker-list","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/dispatch/namespaces","operationId":"namespace-worker-create","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}","operationId":"namespace-worker-get-namespace","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}","operationId":"namespace-worker-put-namespace","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}","operationId":"namespace-worker-delete-namespace","scopes":["workers-scripts.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}","operationId":"namespace-worker-patch-namespace","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts","operationId":"namespace-worker-list-scripts","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts","operationId":"namespace-worker-delete-scripts","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}","operationId":"namespace-worker-script-worker-details","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}","operationId":"namespace-worker-script-upload-worker-module","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}","operationId":"namespace-worker-script-delete-worker","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/bindings","operationId":"namespace-worker-get-script-bindings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/content","operationId":"namespace-worker-get-script-content","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/content","operationId":"namespace-worker-put-script-content","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets","operationId":"namespace-worker-list-script-secrets","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets","operationId":"namespace-worker-put-script-secrets","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets/{secret_name}","operationId":"namespace-worker-get-script-secrets","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets/{secret_name}","operationId":"namespace-worker-delete-script-secret","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/settings","operationId":"namespace-worker-get-script-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/settings","operationId":"namespace-worker-patch-script-settings","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags","operationId":"namespace-worker-get-script-tags","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags","operationId":"namespace-worker-put-script-tags","scopes":["workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags/{tag}","operationId":"namespace-worker-put-script-tag","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags/{tag}","operationId":"namespace-worker-delete-script-tag","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/domains","operationId":"workers.domains.list","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/domains","operationId":"workers.domains.update","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/domains/{domain_id}","operationId":"workers.domains.get","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/domains/{domain_id}","operationId":"workers.domains.delete","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/durable_objects/namespaces","operationId":"durable-objects-namespace-list-namespaces","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects","operationId":"durable-objects-namespace-list-objects","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/destinations","operationId":"destination.list","scopes":["workers-observability.read","workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/destinations","operationId":"destination.create","scopes":["workers-observability.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/observability/destinations/{slug}","operationId":"destinations.delete","scopes":["workers-observability.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/observability/destinations/{slug}","operationId":"destination.update","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/metricsexport","operationId":"metricsExport.list","scopes":["workers-observability.read","workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/metricsexport","operationId":"metricsExport.upsert","scopes":["workers-observability.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/observability/metricsexport","operationId":"metricsExport.delete","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/queries","operationId":"queries.list","scopes":["workers-observability.read","workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/queries","operationId":"queries.post","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/queries/{queryId}","operationId":"queries.get","scopes":["workers-observability.read","workers-observability.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/observability/queries/{queryId}","operationId":"queries.delete","scopes":["workers-observability.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/observability/queries/{queryId}","operationId":"queries.patch","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/shared/query","operationId":"shared.query.post","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/shared/query/{id}","operationId":"shared.query.get","scopes":["workers-observability.read","workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/keys","operationId":"telemetry.keys.list","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/live-tail","operationId":"telemetry.live-tail.post","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/live-tail/heartbeat","operationId":"telemetry.live-tail.heartbeat.get","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/query","operationId":"telemetry.query","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/values","operationId":"telemetry.values.list","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/usage","operationId":"usage.get","scopes":["workers-observability.read","workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/placement/regions","operationId":"worker-placement-list-regions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts","operationId":"worker-script-list-workers","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts-search","operationId":"worker-script-search-workers","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}","operationId":"worker-script-download-worker","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}","operationId":"worker-script-upload-worker-module","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}","operationId":"worker-script-delete-worker","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/assets-upload-session","operationId":"worker-script-update-create-assets-upload-session","scopes":["workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/content","operationId":"worker-script-put-content","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/content/v2","operationId":"worker-script-get-content","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/deployments","operationId":"worker-deployments-list-deployments","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/deployments","operationId":"worker-deployments-create-deployment","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/deployments/{deployment_id}","operationId":"worker-deployments-get-deployment","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}/deployments/{deployment_id}","operationId":"worker-deployments-delete-deployment","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/schedules","operationId":"worker-cron-trigger-get-cron-triggers","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/schedules","operationId":"worker-cron-trigger-update-cron-triggers","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/script-settings","operationId":"worker-script-settings-get-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/scripts/{script_name}/script-settings","operationId":"worker-script-settings-patch-settings","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/secrets","operationId":"worker-list-script-secrets","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/secrets","operationId":"worker-put-script-secret","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}/secrets/{secret_name}","operationId":"worker-delete-script-secret","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/settings","operationId":"worker-script-get-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/scripts/{script_name}/settings","operationId":"worker-script-patch-settings","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/subdomain","operationId":"worker-script-get-subdomain","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/subdomain","operationId":"worker-script-post-subdomain","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}/subdomain","operationId":"worker-script-delete-subdomain","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/tails","operationId":"worker-tail-logs-list-tails","scopes":["workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/tails","operationId":"worker-tail-logs-start-tail","scopes":["workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}/tails/{id}","operationId":"worker-tail-logs-delete-tail","scopes":["workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/usage-model","operationId":"worker-script-fetch-usage-model","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/usage-model","operationId":"worker-script-update-usage-model","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/versions","operationId":"worker-versions-list-versions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/versions","operationId":"worker-versions-upload-version","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/versions/{version_id}","operationId":"worker-versions-get-version-detail","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/content","operationId":"worker-environment-get-script-content","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/content","operationId":"worker-environment-put-script-content","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/settings","operationId":"worker-script-environment-get-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/subdomain","operationId":"worker-subdomain-get-subdomain","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/subdomain","operationId":"worker-subdomain-create-subdomain","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/subdomain","operationId":"worker-subdomain-delete-subdomain","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/workers","operationId":"listWorkers","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/workers","operationId":"createWorker","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/workers/{worker_id}","operationId":"getWorker","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/workers/{worker_id}","operationId":"updateWorker","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/workers/{worker_id}","operationId":"deleteWorker","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/workers/{worker_id}/versions","operationId":"listWorkerVersions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/workers/{worker_id}/versions","operationId":"createWorkerVersion","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/workers/{worker_id}/versions/{version_id}","operationId":"getWorkerVersion","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows","operationId":"wor-list-workflows","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/settings","operationId":"wor-get-workflow-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PATCH","path":"/accounts/{account_id}/workflows/settings","operationId":"wor-update-workflow-settings","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}","operationId":"wor-get-workflow-details","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workflows/{workflow_name}","operationId":"wor-create-or-modify-workflow","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workflows/{workflow_name}","operationId":"wor-delete-workflow","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/instances","operationId":"wor-list-workflow-instances","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances","operationId":"wor-create-new-workflow-instance","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/batch","operationId":"wor-batch-create-workflow-instance","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/batch/delete","operationId":"wor-batch-delete-workflow-instances","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/batch/terminate","operationId":"wor-batch-terminate-workflow-instances","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/terminate","operationId":"wor-status-terminate-workflow-instances","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}","operationId":"wor-describe-workflow-instance","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}","operationId":"wor-delete-workflow-instance","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/events/{event_type}","operationId":"wor-send-event-workflow-instance","scopes":["workers-scripts.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/status","operationId":"wor-change-status-workflow-instance","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/step","operationId":"wor-get-workflow-instance-step","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/versions","operationId":"wor-list-workflow-versions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}","operationId":"wor-describe-workflow-versions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}/dag","operationId":"wor-describe-workflow-versions-dag","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}/graph","operationId":"wor-describe-workflow-versions-graph","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/connectivity_settings","operationId":"zero-trust-accounts-get-connectivity-settings","scopes":["teams.read","teams.report","teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/zerotrust/connectivity_settings","operationId":"zero-trust-accounts-patch-connectivity-settings","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/routes/hostname","operationId":"zero-trust-networks-route-hostname-list","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/zerotrust/routes/hostname","operationId":"zero-trust-networks-route-hostname-create","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}","operationId":"zero-trust-networks-route-hostname-get","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}","operationId":"zero-trust-networks-route-hostname-delete","scopes":["argotunnel.write","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}","operationId":"zero-trust-networks-route-hostname-update","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/subnets","operationId":"zero-trust-networks-subnets-list","scopes":["teams-networks.read","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/zerotrust/subnets/cloudflare_source/{address_family}","operationId":"zero-trust-networks-subnet-update-cloudflare-source","scopes":["teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/subnets/initial_resolved_ip/{address_family}","operationId":"zero-trust-networks-subnet-get-initial-resolved-ip","scopes":["teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/zerotrust/subnets/warp","operationId":"zero-trust-networks-subnet-create-warp","scopes":["teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}","operationId":"zero-trust-networks-subnet-get-warp","scopes":["teams-networks.read","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}","operationId":"zero-trust-networks-subnet-delete-warp","scopes":["teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}","operationId":"zero-trust-networks-subnet-update-warp","scopes":["teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/behaviors","operationId":"dlp-risk-score-behaviors-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/zt_risk_scoring/behaviors","operationId":"dlp-risk-score-behaviors-put","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/integrations","operationId":"dlp-zt-risk-score-integration-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/zt_risk_scoring/integrations","operationId":"dlp-zt-risk-score-integration-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/integrations/reference_id/{reference_id}","operationId":"dlp-zt-risk-score-integration-get-by-reference-id","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}","operationId":"dlp-zt-risk-score-integration-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}","operationId":"dlp-zt-risk-score-integration-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}","operationId":"dlp-zt-risk-score-integration-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/summary","operationId":"dlp-risk-score-summary-get","scopes":["teams-pii.read"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/{user_id}","operationId":"dlp-risk-score-summary-get-for-user","scopes":["teams-pii.read"]},{"method":"POST","path":"/accounts/{account_id}/zt_risk_scoring/{user_id}/reset","operationId":"dlp-risk-score-reset-post","scopes":["teams.write"]},{"method":"GET","path":"/memberships","operationId":"user'-s-account-memberships-list-memberships","scopes":["memberships.read","memberships.write"]},{"method":"GET","path":"/memberships/{membership_id}","operationId":"user'-s-account-memberships-membership-details","scopes":["memberships.read","memberships.write"]},{"method":"PUT","path":"/memberships/{membership_id}","operationId":"user'-s-account-memberships-update-membership","scopes":["memberships.write"]},{"method":"DELETE","path":"/memberships/{membership_id}","operationId":"user'-s-account-memberships-delete-membership","scopes":["memberships.write"]},{"method":"GET","path":"/organizations","operationId":"Organization_listOrganizations","scopes":["user-details.read","user-details.write"]},{"method":"POST","path":"/organizations","operationId":"Organizations_createUserOrganization","scopes":["user-details.write"]},{"method":"GET","path":"/radar/agent_readiness/summary/{dimension}","operationId":"radar-get-agent-readiness-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/summary/user_agent","operationId":"radar-get-ai-bots-summary-by-user-agent","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/summary/{dimension}","operationId":"radar-get-ai-bots-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/timeseries","operationId":"radar-get-ai-bots-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/timeseries_groups/user_agent","operationId":"radar-get-ai-bots-timeseries-group-by-user-agent","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/timeseries_groups/{dimension}","operationId":"radar-get-ai-bots-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/summary/model","operationId":"radar-get-ai-inference-summary-by-model","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/summary/task","operationId":"radar-get-ai-inference-summary-by-task","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/summary/{dimension}","operationId":"radar-get-ai-inference-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/timeseries_groups/model","operationId":"radar-get-ai-inference-timeseries-group-by-model","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/timeseries_groups/task","operationId":"radar-get-ai-inference-timeseries-group-by-task","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/timeseries_groups/{dimension}","operationId":"radar-get-ai-inference-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/markdown_for_agents/summary","operationId":"radar-get-ai-markdown-for-agents-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/markdown_for_agents/timeseries","operationId":"radar-get-ai-markdown-for-agents-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/annotations","operationId":"radar-get-annotations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/annotations/outages","operationId":"radar-get-annotations-outages","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/annotations/outages/locations","operationId":"radar-get-annotations-outages-top","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/dnssec","operationId":"radar-get-dns-as112-timeseries-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/edns","operationId":"radar-get-dns-as112-timeseries-by-edns","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/ip_version","operationId":"radar-get-dns-as112-timeseries-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/protocol","operationId":"radar-get-dns-as112-timeseries-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/query_type","operationId":"radar-get-dns-as112-timeseries-by-query-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/response_codes","operationId":"radar-get-dns-as112-timeseries-by-response-codes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/{dimension}","operationId":"radar-get-dns-as112-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries","operationId":"radar-get-dns-as112-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/dnssec","operationId":"radar-get-dns-as112-timeseries-group-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/edns","operationId":"radar-get-dns-as112-timeseries-group-by-edns","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/ip_version","operationId":"radar-get-dns-as112-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/protocol","operationId":"radar-get-dns-as112-timeseries-group-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/query_type","operationId":"radar-get-dns-as112-timeseries-group-by-query-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/response_codes","operationId":"radar-get-dns-as112-timeseries-group-by-response-codes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/{dimension}","operationId":"radar-get-dns-as112-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/top/locations","operationId":"radar-get-dns-as112-top-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/top/locations/dnssec/{dnssec}","operationId":"radar-get-dns-as112-top-locations-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/top/locations/edns/{edns}","operationId":"radar-get-dns-as112-top-locations-by-edns","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/top/locations/ip_version/{ip_version}","operationId":"radar-get-dns-as112-top-locations-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/bitrate","operationId":"radar-get-attacks-layer3-summary-by-bitrate","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/duration","operationId":"radar-get-attacks-layer3-summary-by-duration","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/industry","operationId":"radar-get-attacks-layer3-summary-by-industry","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/ip_version","operationId":"radar-get-attacks-layer3-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/protocol","operationId":"radar-get-attacks-layer3-summary-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/vector","operationId":"radar-get-attacks-layer3-summary-by-vector","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/vertical","operationId":"radar-get-attacks-layer3-summary-by-vertical","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/{dimension}","operationId":"radar-get-attacks-layer3-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries","operationId":"radar-get-attacks-layer3-timeseries-by-bytes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/bitrate","operationId":"radar-get-attacks-layer3-timeseries-group-by-bitrate","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/duration","operationId":"radar-get-attacks-layer3-timeseries-group-by-duration","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/industry","operationId":"radar-get-attacks-layer3-timeseries-group-by-industry","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/ip_version","operationId":"radar-get-attacks-layer3-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/protocol","operationId":"radar-get-attacks-layer3-timeseries-group-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/vector","operationId":"radar-get-attacks-layer3-timeseries-group-by-vector","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/vertical","operationId":"radar-get-attacks-layer3-timeseries-group-by-vertical","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/{dimension}","operationId":"radar-get-attacks-layer3-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/attacks","operationId":"radar-get-attacks-layer3-top-attacks","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/industry","operationId":"radar-get-attacks-layer3-top-industries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/locations/origin","operationId":"radar-get-attacks-layer3-top-origin-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/locations/target","operationId":"radar-get-attacks-layer3-top-target-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/vertical","operationId":"radar-get-attacks-layer3-top-verticals","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/http_method","operationId":"radar-get-attacks-layer7-summary-by-http-method","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/http_version","operationId":"radar-get-attacks-layer7-summary-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/industry","operationId":"radar-get-attacks-layer7-summary-by-industry","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/ip_version","operationId":"radar-get-attacks-layer7-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/managed_rules","operationId":"radar-get-attacks-layer7-summary-by-managed-rules","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/mitigation_product","operationId":"radar-get-attacks-layer7-summary-by-mitigation-product","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/vertical","operationId":"radar-get-attacks-layer7-summary-by-vertical","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/{dimension}","operationId":"radar-get-attacks-layer7-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries","operationId":"radar-get-attacks-layer7-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/http_method","operationId":"radar-get-attacks-layer7-timeseries-group-by-http-method","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/http_version","operationId":"radar-get-attacks-layer7-timeseries-group-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/industry","operationId":"radar-get-attacks-layer7-timeseries-group-by-industry","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/ip_version","operationId":"radar-get-attacks-layer7-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/managed_rules","operationId":"radar-get-attacks-layer7-timeseries-group-by-managed-rules","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/mitigation_product","operationId":"radar-get-attacks-layer7-timeseries-group-by-mitigation-product","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/vertical","operationId":"radar-get-attacks-layer7-timeseries-group-by-vertical","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/{dimension}","operationId":"radar-get-attacks-layer7-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/ases/origin","operationId":"radar-get-attacks-layer7-top-origin-as","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/attacks","operationId":"radar-get-attacks-layer7-top-attacks","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/industry","operationId":"radar-get-attacks-layer7-top-industries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/locations/origin","operationId":"radar-get-attacks-layer7-top-origin-location","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/locations/target","operationId":"radar-get-attacks-layer7-top-target-location","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/vertical","operationId":"radar-get-attacks-layer7-top-verticals","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/hijacks/events","operationId":"radar-get-bgp-hijacks-events","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/ips/timeseries","operationId":"radar-get-bgp-ips-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/ips/top/ases","operationId":"radar-get-bgp-ips-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/leaks/events","operationId":"radar-get-bgp-route-leak-events","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/ases","operationId":"radar-get-bgp-routes-asns","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/moas","operationId":"radar-get-bgp-pfx2as-moas","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/paths/{asn}","operationId":"radar-get-bgp-routes-paths","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/pfx2as","operationId":"radar-get-bgp-pfx2as","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/realtime","operationId":"radar-get-bgp-routes-realtime","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/stats","operationId":"radar-get-bgp-routes-stats","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/upstreams/{asn}/timeseries","operationId":"radar-get-bgp-routes-upstreams-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/rpki/aspa/changes","operationId":"radar-get-bgp-rpki-aspa-changes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/rpki/aspa/snapshot","operationId":"radar-get-bgp-rpki-aspa-snapshot","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/rpki/aspa/timeseries","operationId":"radar-get-bgp-rpki-aspa-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/rpki/roas/timeseries","operationId":"radar-get-bgp-rpki-roas-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/timeseries","operationId":"radar-get-bgp-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/top/ases","operationId":"radar-get-bgp-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/top/ases/prefixes","operationId":"radar-get-bgp-top-asns-by-prefixes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/top/prefixes","operationId":"radar-get-bgp-top-prefixes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots","operationId":"radar-get-bots","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/crawlers/summary/{dimension}","operationId":"radar-get-crawlers-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/crawlers/timeseries_groups/{dimension}","operationId":"radar-get-crawlers-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/summary/{dimension}","operationId":"radar-get-bots-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/timeseries","operationId":"radar-get-bots-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/timeseries_groups/{dimension}","operationId":"radar-get-bots-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/{bot_slug}","operationId":"radar-get-bot-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/authorities","operationId":"radar-get-certificate-authorities","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/authorities/{ca_slug}","operationId":"radar-get-certificate-authority-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/logs","operationId":"radar-get-certificate-logs","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/logs/{log_slug}","operationId":"radar-get-certificate-log-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/summary/{dimension}","operationId":"radar-get-ct-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/timeseries","operationId":"radar-get-ct-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/timeseries_groups/{dimension}","operationId":"radar-get-ct-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/datasets","operationId":"radar-get-reports-datasets","scopes":["user-details.read","user-details.write"]},{"method":"POST","path":"/radar/datasets/download","operationId":"radar-post-reports-dataset-download-url","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/datasets/{alias}","operationId":"radar-get-reports-dataset-download","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/cache_hit","operationId":"radar-get-dns-summary-by-cache-hit-status","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/dnssec","operationId":"radar-get-dns-summary-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/dnssec_aware","operationId":"radar-get-dns-summary-by-dnssec-awareness","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/dnssec_e2e","operationId":"radar-get-dns-summary-by-dnssec-e2e-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/ip_version","operationId":"radar-get-dns-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/matching_answer","operationId":"radar-get-dns-summary-by-matching-answer-status","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/protocol","operationId":"radar-get-dns-summary-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/query_type","operationId":"radar-get-dns-summary-by-query-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/response_code","operationId":"radar-get-dns-summary-by-response-code","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/response_ttl","operationId":"radar-get-dns-summary-by-response-ttl","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/{dimension}","operationId":"radar-get-dns-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries","operationId":"radar-get-dns-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/cache_hit","operationId":"radar-get-dns-timeseries-group-by-cache-hit-status","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/dnssec","operationId":"radar-get-dns-timeseries-group-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/dnssec_aware","operationId":"radar-get-dns-timeseries-group-by-dnssec-awareness","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/dnssec_e2e","operationId":"radar-get-dns-timeseries-group-by-dnssec-e2e-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/ip_version","operationId":"radar-get-dns-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/matching_answer","operationId":"radar-get-dns-timeseries-group-by-matching-answer-status","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/protocol","operationId":"radar-get-dns-timeseries-group-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/query_type","operationId":"radar-get-dns-timeseries-group-by-query-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/response_code","operationId":"radar-get-dns-timeseries-group-by-response-code","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/response_ttl","operationId":"radar-get-dns-timeseries-group-by-response-ttl","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/{dimension}","operationId":"radar-get-dns-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/top/ases","operationId":"radar-get-dns-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/top/locations","operationId":"radar-get-dns-top-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/arc","operationId":"radar-get-email-routing-summary-by-arc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/dkim","operationId":"radar-get-email-routing-summary-by-dkim","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/dmarc","operationId":"radar-get-email-routing-summary-by-dmarc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/encrypted","operationId":"radar-get-email-routing-summary-by-encrypted","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/ip_version","operationId":"radar-get-email-routing-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/spf","operationId":"radar-get-email-routing-summary-by-spf","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/{dimension}","operationId":"radar-get-email-routing-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/arc","operationId":"radar-get-email-routing-timeseries-group-by-arc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/dkim","operationId":"radar-get-email-routing-timeseries-group-by-dkim","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/dmarc","operationId":"radar-get-email-routing-timeseries-group-by-dmarc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/encrypted","operationId":"radar-get-email-routing-timeseries-group-by-encrypted","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/ip_version","operationId":"radar-get-email-routing-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/spf","operationId":"radar-get-email-routing-timeseries-group-by-spf","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/{dimension}","operationId":"radar-get-email-routing-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/arc","operationId":"radar-get-email-security-summary-by-arc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/dkim","operationId":"radar-get-email-security-summary-by-dkim","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/dmarc","operationId":"radar-get-email-security-summary-by-dmarc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/malicious","operationId":"radar-get-email-security-summary-by-malicious","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/spam","operationId":"radar-get-email-security-summary-by-spam","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/spf","operationId":"radar-get-email-security-summary-by-spf","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/spoof","operationId":"radar-get-email-security-summary-by-spoof","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/threat_category","operationId":"radar-get-email-security-summary-by-threat-category","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/tls_version","operationId":"radar-get-email-security-summary-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/{dimension}","operationId":"radar-get-email-security-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/arc","operationId":"radar-get-email-security-timeseries-group-by-arc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/dkim","operationId":"radar-get-email-security-timeseries-group-by-dkim","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/dmarc","operationId":"radar-get-email-security-timeseries-group-by-dmarc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/malicious","operationId":"radar-get-email-security-timeseries-group-by-malicious","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/spam","operationId":"radar-get-email-security-timeseries-group-by-spam","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/spf","operationId":"radar-get-email-security-timeseries-group-by-spf","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/spoof","operationId":"radar-get-email-security-timeseries-group-by-spoof","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/threat_category","operationId":"radar-get-email-security-timeseries-group-by-threat-category","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/tls_version","operationId":"radar-get-email-security-timeseries-group-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/{dimension}","operationId":"radar-get-email-security-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/top/tlds","operationId":"radar-get-email-security-top-tlds-by-messages","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/top/tlds/malicious/{malicious}","operationId":"radar-get-email-security-top-tlds-by-malicious","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/top/tlds/spam/{spam}","operationId":"radar-get-email-security-top-tlds-by-spam","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/top/tlds/spoof/{spoof}","operationId":"radar-get-email-security-top-tlds-by-spoof","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns","operationId":"radar-get-entities-asn-list","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/botnet_threat_feed","operationId":"radar-get-as-botnet-threat-feed","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/ip","operationId":"radar-get-entities-asn-by-ip","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/{asn}","operationId":"radar-get-entities-asn-by-id","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/{asn}/as_set","operationId":"radar-get-asns-as-set","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/{asn}/rel","operationId":"radar-get-asns-rel","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/ip","operationId":"radar-get-entities-ip","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/locations","operationId":"radar-get-entities-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/locations/{location}","operationId":"radar-get-entities-location-by-alpha2","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/geolocations","operationId":"radar-get-geolocations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/geolocations/{geo_id}","operationId":"radar-get-geolocation-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/bot_class","operationId":"radar-get-http-summary-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/device_type","operationId":"radar-get-http-summary-by-device-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/http_protocol","operationId":"radar-get-http-summary-by-http-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/http_version","operationId":"radar-get-http-summary-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/ip_version","operationId":"radar-get-http-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/os","operationId":"radar-get-http-summary-by-operating-system","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/post_quantum","operationId":"radar-get-http-summary-by-post-quantum","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/tls_version","operationId":"radar-get-http-summary-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/{dimension}","operationId":"radar-get-http-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries","operationId":"radar-get-http-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/bot_class","operationId":"radar-get-http-timeseries-group-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/browser","operationId":"radar-get-http-timeseries-group-by-browsers","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/browser_family","operationId":"radar-get-http-timeseries-group-by-browser-families","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/device_type","operationId":"radar-get-http-timeseries-group-by-device-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/http_protocol","operationId":"radar-get-http-timeseries-group-by-http-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/http_version","operationId":"radar-get-http-timeseries-group-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/ip_version","operationId":"radar-get-http-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/os","operationId":"radar-get-http-timeseries-group-by-operating-system","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/post_quantum","operationId":"radar-get-http-timeseries-group-by-post-quantum","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/tls_version","operationId":"radar-get-http-timeseries-group-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/{dimension}","operationId":"radar-get-http-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases","operationId":"radar-get-http-top-ases-by-http-requests","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/bot_class/{bot_class}","operationId":"radar-get-http-top-ases-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/browser_family/{browser_family}","operationId":"radar-get-http-top-ases-by-browser-family","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/device_type/{device_type}","operationId":"radar-get-http-top-ases-by-device-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/http_protocol/{http_protocol}","operationId":"radar-get-http-top-ases-by-http-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/http_version/{http_version}","operationId":"radar-get-http-top-ases-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/ip_version/{ip_version}","operationId":"radar-get-http-top-ases-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/os/{os}","operationId":"radar-get-http-top-ases-by-operating-system","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/tls_version/{tls_version}","operationId":"radar-get-http-top-ases-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/browser","operationId":"radar-get-http-top-browsers","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/browser_family","operationId":"radar-get-http-top-browser-families","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations","operationId":"radar-get-http-top-locations-by-http-requests","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/bot_class/{bot_class}","operationId":"radar-get-http-top-locations-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/browser_family/{browser_family}","operationId":"radar-get-http-top-locations-by-browser-family","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/device_type/{device_type}","operationId":"radar-get-http-top-locations-by-device-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/http_protocol/{http_protocol}","operationId":"radar-get-http-top-locations-by-http-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/http_version/{http_version}","operationId":"radar-get-http-top-locations-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/ip_version/{ip_version}","operationId":"radar-get-http-top-locations-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/os/{os}","operationId":"radar-get-http-top-locations-by-operating-system","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/tls_version/{tls_version}","operationId":"radar-get-http-top-locations-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/summary/bot_class","operationId":"radar-get-leaked-credential-checks-summary-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/summary/compromised","operationId":"radar-get-leaked-credential-checks-summary-by-compromised","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/summary/{dimension}","operationId":"radar-get-leaked-credential-checks-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/timeseries_groups/bot_class","operationId":"radar-get-leaked-credential-checks-timeseries-group-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/timeseries_groups/compromised","operationId":"radar-get-leaked-credential-checks-timeseries-group-by-compromised","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/timeseries_groups/{dimension}","operationId":"radar-get-leaked-credential-checks-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/summary","operationId":"radar-get-netflows-summary-deprecated","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/summary/{dimension}","operationId":"radar-get-netflows-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/timeseries","operationId":"radar-get-netflows-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/timeseries_groups/{dimension}","operationId":"radar-get-netflows-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/top/ases","operationId":"radar-get-netflows-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/top/locations","operationId":"radar-get-netflows-top-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins","operationId":"radar-get-origins","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins/summary/{dimension}","operationId":"radar-get-origins-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins/timeseries","operationId":"radar-get-origins-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins/timeseries_groups/{dimension}","operationId":"radar-get-origins-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins/{slug}","operationId":"radar-get-origin-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/post_quantum/origin/summary/{dimension}","operationId":"radar-get-origin-post-quantum-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/post_quantum/origin/timeseries_groups/{dimension}","operationId":"radar-get-origin-post-quantum-timeseries-groups","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/post_quantum/tls/support","operationId":"radar-get-post-quantum-tls-support","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/iqi/summary","operationId":"radar-get-quality-index-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/iqi/timeseries_groups","operationId":"radar-get-quality-index-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/speed/histogram","operationId":"radar-get-quality-speed-histogram","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/speed/summary","operationId":"radar-get-quality-speed-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/speed/top/ases","operationId":"radar-get-quality-speed-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/speed/top/locations","operationId":"radar-get-quality-speed-top-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/domain/{domain}","operationId":"radar-get-ranking-domain-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/internet_services/categories","operationId":"radar-get-ranking-internet-services-categories","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/internet_services/timeseries_groups","operationId":"radar-get-ranking-internet-services-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/internet_services/top","operationId":"radar-get-ranking-top-internet-services","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/timeseries_groups","operationId":"radar-get-ranking-domain-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/top","operationId":"radar-get-ranking-top-domains","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/robots_txt/top/domain_categories","operationId":"radar-get-robots-txt-top-domain-categories-by-files-parsed","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/robots_txt/top/user_agents/directive","operationId":"radar-get-robots-txt-top-user-agents-by-directive","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/search/global","operationId":"radar-get-search-global","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tcp_resets_timeouts/summary","operationId":"radar-get-tcp-resets-timeouts-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tcp_resets_timeouts/timeseries_groups","operationId":"radar-get-tcp-resets-timeouts-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tlds","operationId":"radar-get-tlds","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tlds/performance/summary/{dimension}","operationId":"radar-get-tlds-performance-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tlds/performance/timeseries_groups/{dimension}","operationId":"radar-get-tlds-performance-timeseries-groups","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tlds/{tld}","operationId":"radar-get-tld-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/traffic_anomalies","operationId":"radar-get-traffic-anomalies","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/traffic_anomalies/locations","operationId":"radar-get-traffic-anomalies-top","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/verified_bots/top/bots","operationId":"radar-get-verified-bots-top-by-http-requests","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/verified_bots/top/categories","operationId":"radar-get-verified-bots-top-categories-by-http-requests","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/user","operationId":"user-user-details","scopes":["user-details.read","user-details.write"]},{"method":"PATCH","path":"/user","operationId":"user-edit-user","scopes":["user-details.write"]},{"method":"GET","path":"/user/analytics/dashboard","operationId":"user-analytics-get-dashboard","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/user/audit_logs","operationId":"audit-logs-get-user-audit-logs","scopes":["account-settings.read","account-settings.write"]},{"method":"GET","path":"/user/firewall/access_rules/rules","operationId":"ip-access-rules-for-a-user-list-ip-access-rules","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write"]},{"method":"POST","path":"/user/firewall/access_rules/rules","operationId":"ip-access-rules-for-a-user-create-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"GET","path":"/user/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-user-get-an-ip-access-rule","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write"]},{"method":"DELETE","path":"/user/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-user-delete-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"PATCH","path":"/user/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-user-update-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"GET","path":"/user/invites","operationId":"user'-s-invites-list-invitations","scopes":["memberships.read","memberships.write"]},{"method":"GET","path":"/user/invites/{invite_id}","operationId":"user'-s-invites-invitation-details","scopes":["memberships.read","memberships.write"]},{"method":"PATCH","path":"/user/invites/{invite_id}","operationId":"user'-s-invites-respond-to-invitation","scopes":["memberships.write"]},{"method":"GET","path":"/user/load_balancers/monitors","operationId":"load-balancer-monitors-list-monitors","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"POST","path":"/user/load_balancers/monitors","operationId":"load-balancer-monitors-create-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/monitors/{monitor_id}","operationId":"load-balancer-monitors-monitor-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"PUT","path":"/user/load_balancers/monitors/{monitor_id}","operationId":"load-balancer-monitors-update-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"DELETE","path":"/user/load_balancers/monitors/{monitor_id}","operationId":"load-balancer-monitors-delete-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/user/load_balancers/monitors/{monitor_id}","operationId":"load-balancer-monitors-patch-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/monitors/{monitor_id}/references","operationId":"load-balancer-monitors-list-monitor-references","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/pools","operationId":"load-balancer-pools-list-pools","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"POST","path":"/user/load_balancers/pools","operationId":"load-balancer-pools-create-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/user/load_balancers/pools","operationId":"load-balancer-pools-patch-pools","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/pools/{pool_id}","operationId":"load-balancer-pools-pool-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"PUT","path":"/user/load_balancers/pools/{pool_id}","operationId":"load-balancer-pools-update-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"DELETE","path":"/user/load_balancers/pools/{pool_id}","operationId":"load-balancer-pools-delete-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/user/load_balancers/pools/{pool_id}","operationId":"load-balancer-pools-patch-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/pools/{pool_id}/health","operationId":"load-balancer-pools-pool-health-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/pools/{pool_id}/references","operationId":"load-balancer-pools-list-pool-references","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/preview/{preview_id}","operationId":"load-balancer-monitors-preview-result","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/regions","operationId":"user-load-balancer-regions-list-regions","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancing_analytics/events","operationId":"load-balancer-healthcheck-events-list-healthcheck-events","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/organizations","operationId":"user'-s-organizations-list-organizations","scopes":["memberships.read","memberships.write"]},{"method":"GET","path":"/user/tenants","operationId":"User_listUserTenants","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/zones","operationId":"zones-get","scopes":["zone.read"]},{"method":"POST","path":"/zones","operationId":"zones-post","scopes":["dns.write","zone.write"]},{"method":"GET","path":"/zones/{zone_identifier}/analytics/colos","operationId":"zone-analytics-(-deprecated)-get-analytics-by-co-locations","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_identifier}/analytics/dashboard","operationId":"zone-analytics-(-deprecated)-get-dashboard","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_identifier}/custom_pages","operationId":"custom-pages-for-a-zone-list-custom-pages","scopes":["custom-pages.read","custom-pages.write","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_identifier}/custom_pages/assets","operationId":"custom-assets-for-a-zone-list-custom-assets","scopes":["custom-errors.read","custom-errors.write"]},{"method":"POST","path":"/zones/{zone_identifier}/custom_pages/assets","operationId":"custom-assets-for-a-zone-create-a-custom-asset","scopes":["custom-errors.write"]},{"method":"GET","path":"/zones/{zone_identifier}/custom_pages/assets/{asset_name}","operationId":"custom-assets-for-a-zone-get-a-custom-asset","scopes":["custom-errors.read","custom-errors.write"]},{"method":"PUT","path":"/zones/{zone_identifier}/custom_pages/assets/{asset_name}","operationId":"custom-assets-for-a-zone-update-a-custom-asset","scopes":["custom-errors.write"]},{"method":"DELETE","path":"/zones/{zone_identifier}/custom_pages/assets/{asset_name}","operationId":"custom-assets-for-a-zone-delete-a-custom-asset","scopes":["custom-errors.write"]},{"method":"POST","path":"/zones/{zone_identifier}/custom_pages/preview_tokens","operationId":"custom-pages-for-a-zone-create-preview-token","scopes":["custom-pages.read","custom-pages.write","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_identifier}/custom_pages/{identifier}","operationId":"custom-pages-for-a-zone-get-a-custom-page","scopes":["custom-pages.read","custom-pages.write","zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_identifier}/custom_pages/{identifier}","operationId":"custom-pages-for-a-zone-update-a-custom-page","scopes":["custom-pages.write","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}","operationId":"zones-0-get","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}","operationId":"zones-0-delete","scopes":["zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}","operationId":"zones-0-patch","scopes":["zone.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps","operationId":"zone-level-access-applications-list-access-applications","scopes":["zone-access.read","zone-access.revoke","zone-access.write"]},{"method":"POST","path":"/zones/{zone_id}/access/apps","operationId":"zone-level-access-applications-add-a-bookmark-application","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/ca","operationId":"zone-level-access-short-lived-certificate-c-as-list-short-lived-certificate-c-as","scopes":["zone-access.read","zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}","operationId":"zone-level-access-applications-get-an-access-application","scopes":["zone-access.read","zone-access.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/apps/{app_id}","operationId":"zone-level-access-applications-update-a-bookmark-application","scopes":["zone-access.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/apps/{app_id}","operationId":"zone-level-access-applications-delete-an-access-application","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}/ca","operationId":"zone-level-access-short-lived-certificate-c-as-get-a-short-lived-certificate-ca","scopes":["zone-access.read","zone-access.write"]},{"method":"POST","path":"/zones/{zone_id}/access/apps/{app_id}/ca","operationId":"zone-level-access-short-lived-certificate-c-as-create-a-short-lived-certificate-ca","scopes":["zone-access.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/apps/{app_id}/ca","operationId":"zone-level-access-short-lived-certificate-c-as-delete-a-short-lived-certificate-ca","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}/policies","operationId":"zone-level-access-policies-list-access-policies","scopes":["zone-access.read","zone-access.write"]},{"method":"POST","path":"/zones/{zone_id}/access/apps/{app_id}/policies","operationId":"zone-level-access-policies-create-an-access-policy","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"zone-level-access-policies-get-an-access-policy","scopes":["zone-access.read","zone-access.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"zone-level-access-policies-update-an-access-policy","scopes":["zone-access.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"zone-level-access-policies-delete-an-access-policy","scopes":["zone-access.write"]},{"method":"POST","path":"/zones/{zone_id}/access/apps/{app_id}/revoke_tokens","operationId":"zone-level-access-applications-revoke-service-tokens","scopes":["zone-access.revoke","zone-access.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/apps/{app_id}/settings","operationId":"zone-level-access-applications-put-update-access-application-settings","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}/user_policy_checks","operationId":"zone-level-access-applications-test-access-policies","scopes":["zone-access.read","zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/certificates","operationId":"zone-level-access-mtls-authentication-list-mtls-certificates","scopes":["access-certificate.read","access-certificate.write"]},{"method":"POST","path":"/zones/{zone_id}/access/certificates","operationId":"zone-level-access-mtls-authentication-add-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"GET","path":"/zones/{zone_id}/access/certificates/settings","operationId":"zone-level-access-mtls-authentication-list-mtls-certificates-hostname-settings","scopes":["access-certificate.read","access-certificate.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/certificates/settings","operationId":"zone-level-access-mtls-authentication-update-an-mtls-certificate-settings","scopes":["access-certificate.write"]},{"method":"GET","path":"/zones/{zone_id}/access/certificates/{certificate_id}","operationId":"zone-level-access-mtls-authentication-get-an-mtls-certificate","scopes":["access-certificate.read","access-certificate.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/certificates/{certificate_id}","operationId":"zone-level-access-mtls-authentication-update-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/certificates/{certificate_id}","operationId":"zone-level-access-mtls-authentication-delete-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"GET","path":"/zones/{zone_id}/access/groups","operationId":"zone-level-access-groups-list-access-groups","scopes":["access-acct.read","access-acct.write"]},{"method":"POST","path":"/zones/{zone_id}/access/groups","operationId":"zone-level-access-groups-create-an-access-group","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/groups/{group_id}","operationId":"zone-level-access-groups-get-an-access-group","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/groups/{group_id}","operationId":"zone-level-access-groups-update-an-access-group","scopes":["access-acct.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/groups/{group_id}","operationId":"zone-level-access-groups-delete-an-access-group","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/identity_providers","operationId":"zone-level-access-identity-providers-list-access-identity-providers","scopes":["access-acct.read","access-acct.write"]},{"method":"POST","path":"/zones/{zone_id}/access/identity_providers","operationId":"zone-level-access-identity-providers-add-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/identity_providers/{identity_provider_id}","operationId":"zone-level-access-identity-providers-get-an-access-identity-provider","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/identity_providers/{identity_provider_id}","operationId":"zone-level-access-identity-providers-update-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/identity_providers/{identity_provider_id}","operationId":"zone-level-access-identity-providers-delete-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/organizations","operationId":"zone-level-zero-trust-organization-get-your-zero-trust-organization","scopes":["access-acct.read","access-acct.revoke","access-acct.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/organizations","operationId":"zone-level-zero-trust-organization-update-your-zero-trust-organization","scopes":["access-acct.write"]},{"method":"POST","path":"/zones/{zone_id}/access/organizations","operationId":"zone-level-zero-trust-organization-create-your-zero-trust-organization","scopes":["access-acct.write"]},{"method":"POST","path":"/zones/{zone_id}/access/organizations/revoke_user","operationId":"zone-level-zero-trust-organization-revoke-all-access-tokens-for-a-user","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/service_tokens","operationId":"zone-level-access-service-tokens-list-service-tokens","scopes":["access-service-token.read","access-service-token.write"]},{"method":"POST","path":"/zones/{zone_id}/access/service_tokens","operationId":"zone-level-access-service-tokens-create-a-service-token","scopes":["access-service-token.write"]},{"method":"GET","path":"/zones/{zone_id}/access/service_tokens/{service_token_id}","operationId":"zone-level-access-service-tokens-get-a-service-token","scopes":["access-service-token.read","access-service-token.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/service_tokens/{service_token_id}","operationId":"zone-level-access-service-tokens-update-a-service-token","scopes":["access-service-token.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/service_tokens/{service_token_id}","operationId":"zone-level-access-service-tokens-delete-a-service-token","scopes":["access-service-token.write"]},{"method":"GET","path":"/zones/{zone_id}/acm/custom_trust_store","operationId":"custom-origin-trust-store-list-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/acm/custom_trust_store","operationId":"custom-origin-trust-store-create","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}","operationId":"custom-origin-trust-store-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}","operationId":"custom-origin-trust-store-delete","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/acm/total_tls","operationId":"total-tls-total-tls-settings-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/acm/total_tls","operationId":"total-tls-enable-or-disable-total-tls","scopes":["ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/activation_check","operationId":"put-zones-zone_id-activation_check","scopes":["zone.write"]},{"method":"GET","path":"/zones/{zone_id}/addressing/regional_hostnames","operationId":"dls-zone-regional-hostnames-list","scopes":["dns.read","dns.write"]},{"method":"POST","path":"/zones/{zone_id}/addressing/regional_hostnames","operationId":"dls-zone-regional-hostnames-create","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/addressing/regional_hostnames/{hostname}","operationId":"dls-zone-regional-hostnames-fetch","scopes":["dns.read","dns.write"]},{"method":"DELETE","path":"/zones/{zone_id}/addressing/regional_hostnames/{hostname}","operationId":"dls-zone-regional-hostnames-delete","scopes":["dns.write"]},{"method":"PATCH","path":"/zones/{zone_id}/addressing/regional_hostnames/{hostname}","operationId":"dls-zone-regional-hostnames-patch","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/ai-audit/robots","operationId":"ai-audit-get-robots","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/ai-audit/robots/bulk","operationId":"ai-audit-bulk-get-robots","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/analytics/latency","operationId":"argo-analytics-for-zone-argo-analytics-for-a-zone","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/analytics/latency/colos","operationId":"argo-analytics-for-geolocation-argo-analytics-for-a-zone-at-different-po-ps","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/configuration","operationId":"api-shield-settings-retrieve-information-about-specific-configuration-properties","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/configuration","operationId":"api-shield-settings-set-configuration-properties","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/discovery","operationId":"api-shield-api-discovery-retrieve-discovered-operations-on-a-zone-as-openapi","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/discovery/operations","operationId":"api-shield-api-discovery-retrieve-discovered-operations-on-a-zone","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/discovery/operations","operationId":"api-shield-api-patch-discovered-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/discovery/operations/{discovery_id}","operationId":"api-shield-api-discovery-retrieve-discovered-operation-by-id","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/discovery/operations/{discovery_id}","operationId":"api-shield-api-patch-discovered-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/expression-template/fallthrough","operationId":"api-shield-expression-templates-fallthrough","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/labels","operationId":"api-shield-labels-get-labels","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/labels/managed/{name}","operationId":"api-shield-labels-get-managed-label","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/labels/managed/{name}/resources/operation","operationId":"api-shield-labels-replace-operations-attached-to-managed-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/labels/user","operationId":"api-shield-labels-create-user-labels","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/labels/user","operationId":"api-shield-labels-delete-user-labels","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/labels/user/{name}","operationId":"api-shield-labels-get-user-label","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/labels/user/{name}","operationId":"api-shield-put-user-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/labels/user/{name}","operationId":"api-shield-delete-user-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/labels/user/{name}","operationId":"api-shield-patch-user-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/labels/user/{name}/resources/operation","operationId":"api-shield-labels-replace-operations-attached-to-user-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/operations","operationId":"api-shield-endpoint-management-retrieve-information-about-all-operations-on-a-zone","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/operations","operationId":"api-shield-endpoint-management-add-operations-to-a-zone","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/operations","operationId":"api-shield-endpoint-management-delete-multiple-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/operations/item","operationId":"api-shield-endpoint-management-add-operation-to-a-zone","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/operations/labels","operationId":"api-shield-operations-bulk-put-labels-to-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/operations/labels","operationId":"api-shield-operations-bulk-post-labels-to-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/operations/labels","operationId":"api-shield-operations-bulk-delete-labels-to-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/operations/schema_validation","operationId":"api-shield-schema-validation-update-multiple-operation-level-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}","operationId":"api-shield-endpoint-management-retrieve-information-about-an-operation","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}","operationId":"api-shield-endpoint-management-delete-an-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/labels","operationId":"api-shield-operations-put-labels-to-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/labels","operationId":"api-shield-operations-post-labels-to-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/labels","operationId":"api-shield-operations-delete-labels-from-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/schema_validation","operationId":"api-shield-schema-validation-retrieve-operation-level-settings","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/schema_validation","operationId":"api-shield-schema-validation-update-operation-level-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/schemas","operationId":"api-shield-endpoint-management-retrieve-operations-and-features-as-open-api-schemas","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/settings/schema_validation","operationId":"api-shield-schema-validation-retrieve-zone-level-settings","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/settings/schema_validation","operationId":"api-shield-schema-validation-update-zone-level-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/settings/schema_validation","operationId":"api-shield-schema-validation-patch-zone-level-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/user_schemas","operationId":"api-shield-schema-validation-retrieve-information-about-all-schemas","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/user_schemas","operationId":"api-shield-schema-validation-post-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/user_schemas/hosts","operationId":"api-shield-schema-validation-retrieve-user-schema-hosts","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}","operationId":"api-shield-schema-validation-retrieve-information-about-specific-schema","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}","operationId":"api-shield-schema-delete-a-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}","operationId":"api-shield-schema-validation-enable-validation-for-a-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}/operations","operationId":"api-shield-schema-validation-extract-operations-from-schema","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/argo/smart_routing","operationId":"argo-smart-routing-get-argo-smart-routing-setting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/argo/smart_routing","operationId":"argo-smart-routing-patch-argo-smart-routing-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/bot_management","operationId":"bot-management-for-a-zone-get-config","scopes":["bot-management.read","bot-management.write"]},{"method":"PUT","path":"/zones/{zone_id}/bot_management","operationId":"bot-management-for-a-zone-update-config","scopes":["bot-management.write"]},{"method":"GET","path":"/zones/{zone_id}/bot_management/feedback","operationId":"bot-management-zone-feedback-list","scopes":["bot-management-feedback.read","bot-management-feedback.write","bot-management.read","bot-management.write"]},{"method":"POST","path":"/zones/{zone_id}/bot_management/feedback","operationId":"bot-management-zone-feedback-create","scopes":["bot-management-feedback.read","bot-management-feedback.write","bot-management.read","bot-management.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/cache_reserve","operationId":"zone-cache-settings-get-cache-reserve-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/cache/cache_reserve","operationId":"zone-cache-settings-change-cache-reserve-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/cache_reserve_clear","operationId":"zone-cache-settings-get-cache-reserve-clear","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/cache/cache_reserve_clear","operationId":"zone-cache-settings-start-cache-reserve-clear","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/origin_post_quantum_encryption","operationId":"zone-cache-settings-get-origin-post-quantum-encryption-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/cache/origin_post_quantum_encryption","operationId":"zone-cache-settings-change-origin-post-quantum-encryption-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/regional_tiered_cache","operationId":"zone-cache-settings-get-regional-tiered-cache-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/cache/regional_tiered_cache","operationId":"zone-cache-settings-change-regional-tiered-cache-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable","operationId":"smart-tiered-cache-get-smart-tiered-cache-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable","operationId":"smart-tiered-cache-create-smart-tiered-cache-setting","scopes":["zone-settings.write","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable","operationId":"smart-tiered-cache-delete-smart-tiered-cache-setting","scopes":["zone-settings.write","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable","operationId":"smart-tiered-cache-patch-smart-tiered-cache-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/variants","operationId":"zone-cache-settings-get-variants-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/cache/variants","operationId":"zone-cache-settings-delete-variants-setting","scopes":["zone-settings.write","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/cache/variants","operationId":"zone-cache-settings-change-variants-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/certificate_authorities/hostname_associations","operationId":"client-certificate-for-a-zone-list-hostname-associations","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/certificate_authorities/hostname_associations","operationId":"client-certificate-for-a-zone-put-hostname-associations","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/client_certificates","operationId":"client-certificate-for-a-zone-list-client-certificates","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/client_certificates","operationId":"client-certificate-for-a-zone-create-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/client_certificates/{client_certificate_id}","operationId":"client-certificate-for-a-zone-client-certificate-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/client_certificates/{client_certificate_id}","operationId":"client-certificate-for-a-zone-delete-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/client_certificates/{client_certificate_id}","operationId":"client-certificate-for-a-zone-edit-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/cloud_connector/rules","operationId":"zone-cloud-connector-rules","scopes":["cloud-connector.read","cloud-connector.write"]},{"method":"PUT","path":"/zones/{zone_id}/cloud_connector/rules","operationId":"zone-cloud-conenctor-rules-put","scopes":["cloud-connector.write"]},{"method":"POST","path":"/zones/{zone_id}/content-upload-scan/disable","operationId":"waf-content-scanning-disable","scopes":["account-waf.write","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/content-upload-scan/enable","operationId":"waf-content-scanning-enable","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/content-upload-scan/payloads","operationId":"waf-content-scanning-list-custom-scan-expressions","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/content-upload-scan/payloads","operationId":"waf-content-scanning-add-custom-scan-expressions","scopes":["account-waf.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/content-upload-scan/payloads/{expression_id}","operationId":"waf-content-scanning-delete-custom-scan-expressions","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/content-upload-scan/settings","operationId":"waf-content-scanning-get-status","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/content-upload-scan/settings","operationId":"waf-content-scanning-update-settings","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/ct/alerting","operationId":"ct-alerting-get-subscription","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/ct/alerting","operationId":"ct-alerting-update-subscription","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_certificates","operationId":"custom-ssl-for-a-zone-list-ssl-configurations","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/custom_certificates","operationId":"custom-ssl-for-a-zone-create-ssl-configuration","scopes":["access-certificate.write","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/custom_certificates/prioritize","operationId":"custom-ssl-for-a-zone-re-prioritize-ssl-certificates","scopes":["access-certificate.write","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_certificates/{custom_certificate_id}","operationId":"custom-ssl-for-a-zone-ssl-configuration-details","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_certificates/{custom_certificate_id}","operationId":"custom-ssl-for-a-zone-delete-ssl-configuration","scopes":["access-certificate.write","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/custom_certificates/{custom_certificate_id}","operationId":"custom-ssl-for-a-zone-edit-ssl-configuration","scopes":["access-certificate.write","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_csrs","operationId":"custom-csrs-for-a-zone-list-custom-csrs","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/custom_csrs","operationId":"custom-csrs-for-a-zone-create-custom-csr","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_csrs/{custom_csr_id}","operationId":"custom-csrs-for-a-zone-custom-csr-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_csrs/{custom_csr_id}","operationId":"custom-csrs-for-a-zone-delete-custom-csr","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_hostnames","operationId":"custom-hostname-for-a-zone-list-custom-hostnames","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/custom_hostnames","operationId":"custom-hostname-for-a-zone-create-custom-hostname","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_hostnames/fallback_origin","operationId":"custom-hostname-fallback-origin-for-a-zone-get-fallback-origin-for-custom-hostnames","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/custom_hostnames/fallback_origin","operationId":"custom-hostname-fallback-origin-for-a-zone-update-fallback-origin-for-custom-hostnames","scopes":["ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_hostnames/fallback_origin","operationId":"custom-hostname-fallback-origin-for-a-zone-delete-fallback-origin-for-custom-hostnames","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_hostnames/quota","operationId":"custom-hostname-for-a-zone-get-custom-hostname-quota","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}","operationId":"custom-hostname-for-a-zone-custom-hostname-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}","operationId":"custom-hostname-for-a-zone-delete-custom-hostname-(-and-any-issued-ssl-certificates)","scopes":["ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}","operationId":"custom-hostname-for-a-zone-edit-custom-hostname","scopes":["ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}/certificate_pack/{certificate_pack_id}/certificates/{certificate_id}","operationId":"custom-hostname-for-a-zone-edit-custom-certificate-custom-hostname","scopes":["ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}/certificate_pack/{certificate_pack_id}/certificates/{certificate_id}","operationId":"custom-hostname-for-a-zone-delete_single_certificate_and_key_in_a_custom_hostname","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_ns","operationId":"account-level-custom-nameservers-usage-for-a-zone-get-account-custom-nameserver-related-zone-metadata","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/custom_ns","operationId":"account-level-custom-nameservers-usage-for-a-zone-set-account-custom-nameserver-related-zone-metadata","scopes":["zone.write"]},{"method":"GET","path":"/zones/{zone_id}/dcv_delegation/uuid","operationId":"dcv-delegation-uuid-get","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/devices/policy/certificates","operationId":"devices-get-policy-certificates","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/devices/policy/certificates","operationId":"devices-update-policy-certificates","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_analytics/report","operationId":"dns-analytics-table","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/dns_analytics/report/bytime","operationId":"dns-analytics-by-time","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/dns_records","operationId":"dns-records-for-a-zone-list-dns-records","scopes":["dns.read","dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records","operationId":"dns-records-for-a-zone-create-dns-record","scopes":["dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/batch","operationId":"dns-records-for-a-zone-batch-dns-records","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_records/export","operationId":"dns-records-for-a-zone-export-dns-records","scopes":["dns.read","dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/import","operationId":"dns-records-for-a-zone-import-dns-records","scopes":["dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/scan","operationId":"dns-records-for-a-zone-scan-dns-records","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_records/scan/review","operationId":"dns-records-for-a-zone-review-dns-scan","scopes":["dns.read","dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/scan/review","operationId":"dns-records-for-a-zone-apply-dns-scan-results","scopes":["dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/scan/trigger","operationId":"dns-records-for-a-zone-trigger-dns-scan","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_records/usage","operationId":"dns-records-for-a-zone-get-usage","scopes":["dns.read","dns.write","zone-dns-settings.read","zone-dns-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_records/{dns_record_id}","operationId":"dns-records-for-a-zone-dns-record-details","scopes":["dns.read","dns.write"]},{"method":"PUT","path":"/zones/{zone_id}/dns_records/{dns_record_id}","operationId":"dns-records-for-a-zone-update-dns-record","scopes":["dns.write"]},{"method":"DELETE","path":"/zones/{zone_id}/dns_records/{dns_record_id}","operationId":"dns-records-for-a-zone-delete-dns-record","scopes":["dns.write"]},{"method":"PATCH","path":"/zones/{zone_id}/dns_records/{dns_record_id}","operationId":"dns-records-for-a-zone-patch-dns-record","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_settings","operationId":"dns-settings-for-a-zone-list-dns-settings","scopes":["dns.read","dns.write","zone-dns-settings.read","zone-dns-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/dns_settings","operationId":"dns-settings-for-a-zone-update-dns-settings","scopes":["dns.write","zone-dns-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/dnssec","operationId":"dnssec-dnssec-details","scopes":["dns.read","dns.write"]},{"method":"DELETE","path":"/zones/{zone_id}/dnssec","operationId":"dnssec-delete-dnssec-records","scopes":["dns.write"]},{"method":"PATCH","path":"/zones/{zone_id}/dnssec","operationId":"dnssec-edit-dnssec-status","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dnssec/zsk","operationId":"dnssec-list-dnssec-zsks","scopes":["dns.read","dns.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing","operationId":"email-routing-settings-get-email-routing-settings","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/email/routing","operationId":"email-routing-settings-replace-email-routing-settings","scopes":["zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/email/routing","operationId":"email-routing-settings-update-email-routing-settings","scopes":["zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/disable","operationId":"email-routing-settings-disable-email-routing","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/dns","operationId":"email-routing-settings-email-routing-dns-settings","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/dns","operationId":"email-routing-settings-enable-email-routing-dns","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/email/routing/dns","operationId":"email-routing-settings-disable-email-routing-dns","scopes":["zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/email/routing/dns","operationId":"email-routing-settings-unlock-email-routing-dns","scopes":["zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/enable","operationId":"email-routing-settings-enable-email-routing","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/rules","operationId":"email-routing-routing-rules-list-routing-rules","scopes":["email-routing-rule.read","email-routing-rule.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/rules","operationId":"email-routing-routing-rules-create-routing-rule","scopes":["email-routing-rule.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/rules/catch_all","operationId":"email-routing-routing-rules-get-catch-all-rule","scopes":["email-routing-rule.read","email-routing-rule.write"]},{"method":"PUT","path":"/zones/{zone_id}/email/routing/rules/catch_all","operationId":"email-routing-routing-rules-update-catch-all-rule","scopes":["email-routing-rule.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/rules/{rule_identifier}","operationId":"email-routing-routing-rules-get-routing-rule","scopes":["email-routing-rule.read","email-routing-rule.write"]},{"method":"PUT","path":"/zones/{zone_id}/email/routing/rules/{rule_identifier}","operationId":"email-routing-routing-rules-update-routing-rule","scopes":["email-routing-rule.write"]},{"method":"DELETE","path":"/zones/{zone_id}/email/routing/rules/{rule_identifier}","operationId":"email-routing-routing-rules-delete-routing-rule","scopes":["email-routing-rule.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/suppression","operationId":"get_publicListSuppressionZoneRouting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/suppression/{suppression_id}","operationId":"get_publicGetSuppressionZoneRouting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/unlock","operationId":"email-routing-settings-unlock-email-routing","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/environments","operationId":"zonesEnvironmentsList","scopes":["zone-versioning.read","zone-versioning.write"]},{"method":"PUT","path":"/zones/{zone_id}/environments","operationId":"zonesEnvironmentsUpdate","scopes":["zone-versioning.write"]},{"method":"POST","path":"/zones/{zone_id}/environments","operationId":"zonesEnvironmentsCreate","scopes":["zone-versioning.write"]},{"method":"PATCH","path":"/zones/{zone_id}/environments","operationId":"zonesEnvironmentsEdit","scopes":["zone-versioning.write"]},{"method":"DELETE","path":"/zones/{zone_id}/environments/{environment_id}","operationId":"zonesEnvironmentsDelete","scopes":["zone-versioning.write"]},{"method":"POST","path":"/zones/{zone_id}/environments/{environment_id}/purge_cache","operationId":"zone-environment-purge","scopes":["cache.purge"]},{"method":"POST","path":"/zones/{zone_id}/environments/{environment_id}/rollback","operationId":"zonesEnvironmentsRollback","scopes":["zone-versioning.write"]},{"method":"GET","path":"/zones/{zone_id}/filters","operationId":"filters-list-filters","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/filters","operationId":"filters-update-filters","scopes":["firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/filters","operationId":"filters-create-filters","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/filters","operationId":"filters-delete-filters","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/filters/{filter_id}","operationId":"filters-get-a-filter","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/filters/{filter_id}","operationId":"filters-update-a-filter","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/filters/{filter_id}","operationId":"filters-delete-a-filter","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/access_rules/rules","operationId":"ip-access-rules-for-a-zone-list-ip-access-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/access_rules/rules","operationId":"ip-access-rules-for-a-zone-create-an-ip-access-rule","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-zone-delete-an-ip-access-rule","scopes":["firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-zone-update-an-ip-access-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/lockdowns","operationId":"zone-lockdown-list-zone-lockdown-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/lockdowns","operationId":"zone-lockdown-create-a-zone-lockdown-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/lockdowns/{lock_downs_id}","operationId":"zone-lockdown-get-a-zone-lockdown-rule","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/lockdowns/{lock_downs_id}","operationId":"zone-lockdown-update-a-zone-lockdown-rule","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/lockdowns/{lock_downs_id}","operationId":"zone-lockdown-delete-a-zone-lockdown-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-list-firewall-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-update-firewall-rules","scopes":["firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-create-firewall-rules","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-delete-firewall-rules","scopes":["firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-update-priority-of-firewall-rules","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/rules/{rule_id}","operationId":"firewall-rules-get-a-firewall-rule","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/rules/{rule_id}","operationId":"firewall-rules-update-a-firewall-rule","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/rules/{rule_id}","operationId":"firewall-rules-delete-a-firewall-rule","scopes":["firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/rules/{rule_id}","operationId":"firewall-rules-update-priority-of-a-firewall-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/ua_rules","operationId":"user-agent-blocking-rules-list-user-agent-blocking-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/ua_rules","operationId":"user-agent-blocking-rules-create-a-user-agent-blocking-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/ua_rules/{ua_rule_id}","operationId":"user-agent-blocking-rules-get-a-user-agent-blocking-rule","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/ua_rules/{ua_rule_id}","operationId":"user-agent-blocking-rules-update-a-user-agent-blocking-rule","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/ua_rules/{ua_rule_id}","operationId":"user-agent-blocking-rules-delete-a-user-agent-blocking-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/overrides","operationId":"waf-overrides-list-waf-overrides","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/waf/overrides","operationId":"waf-overrides-create-a-waf-override","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/overrides/{overrides_id}","operationId":"waf-overrides-get-a-waf-override","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/waf/overrides/{overrides_id}","operationId":"waf-overrides-update-waf-override","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/waf/overrides/{overrides_id}","operationId":"waf-overrides-delete-a-waf-override","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages","operationId":"waf-packages-list-waf-packages","scopes":["firewall-services.read","firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}","operationId":"waf-packages-get-a-waf-package","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}","operationId":"waf-packages-update-a-waf-package","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups","operationId":"waf-rule-groups-list-waf-rule-groups","scopes":["firewall-services.read","firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups/{group_id}","operationId":"waf-rule-groups-get-a-waf-rule-group","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups/{group_id}","operationId":"waf-rule-groups-update-a-waf-rule-group","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules","operationId":"waf-rules-list-waf-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules/{rule_id}","operationId":"waf-rules-get-a-waf-rule","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules/{rule_id}","operationId":"waf-rules-update-a-waf-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/fraud_detection/settings","operationId":"fraud-detection-zone-get-settings","scopes":["fraud-detection.read","fraud-detection.write"]},{"method":"PUT","path":"/zones/{zone_id}/fraud_detection/settings","operationId":"fraud-detection-zone-update-settings","scopes":["fraud-detection.write"]},{"method":"GET","path":"/zones/{zone_id}/healthchecks","operationId":"health-checks-list-health-checks","scopes":["healthcheck.read","healthcheck.write"]},{"method":"POST","path":"/zones/{zone_id}/healthchecks","operationId":"health-checks-create-health-check","scopes":["healthcheck.write"]},{"method":"POST","path":"/zones/{zone_id}/healthchecks/preview","operationId":"health-checks-create-preview-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/healthchecks/preview/{healthcheck_id}","operationId":"health-checks-health-check-preview-details","scopes":["healthcheck.read","healthcheck.write"]},{"method":"DELETE","path":"/zones/{zone_id}/healthchecks/preview/{healthcheck_id}","operationId":"health-checks-delete-preview-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/healthchecks/{healthcheck_id}","operationId":"health-checks-health-check-details","scopes":["healthcheck.read","healthcheck.write"]},{"method":"PUT","path":"/zones/{zone_id}/healthchecks/{healthcheck_id}","operationId":"health-checks-update-health-check","scopes":["healthcheck.write"]},{"method":"DELETE","path":"/zones/{zone_id}/healthchecks/{healthcheck_id}","operationId":"health-checks-delete-health-check","scopes":["healthcheck.write"]},{"method":"PATCH","path":"/zones/{zone_id}/healthchecks/{healthcheck_id}","operationId":"health-checks-patch-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/hold","operationId":"zones-0-hold-get","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/hold","operationId":"zones-0-hold-post","scopes":["zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/hold","operationId":"zones-0-hold-delete","scopes":["zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/hold","operationId":"zones-0-hold-patch","scopes":["zone.write"]},{"method":"GET","path":"/zones/{zone_id}/hold/{zone_name}","operationId":"zones-0-hold-zone-name-get","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/hostnames/settings/{setting_id}","operationId":"per-hostname-tls-settings-list","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/hostnames/settings/{setting_id}/{hostname}","operationId":"per-hostname-tls-settings-put","scopes":["ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/hostnames/settings/{setting_id}/{hostname}","operationId":"per-hostname-tls-settings-delete","scopes":["ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses","operationId":"sinkhole-config-create-ingress","scopes":["intel.write"]},{"method":"GET","path":"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses/{ingress_id}","operationId":"sinkhole-config-get-ingress","scopes":["intel.read","intel.write"]},{"method":"PUT","path":"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses/{ingress_id}","operationId":"sinkhole-config-update-ingress","scopes":["intel.write"]},{"method":"DELETE","path":"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses/{ingress_id}","operationId":"sinkhole-config-delete-ingress","scopes":["intel.write"]},{"method":"GET","path":"/zones/{zone_id}/keyless_certificates","operationId":"keyless-ssl-for-a-zone-list-keyless-ssl-configurations","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/keyless_certificates","operationId":"keyless-ssl-for-a-zone-create-keyless-ssl-configuration","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}","operationId":"keyless-ssl-for-a-zone-get-keyless-ssl-configuration","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}","operationId":"keyless-ssl-for-a-zone-delete-keyless-ssl-configuration","scopes":["ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}","operationId":"keyless-ssl-for-a-zone-edit-keyless-ssl-configuration","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/leaked-credential-checks","operationId":"waf-product-api-leaked-credentials-get-status","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/leaked-credential-checks","operationId":"waf-product-api-leaked-credentials-set-status","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/leaked-credential-checks/detections","operationId":"waf-product-api-leaked-credentials-list-detections","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/leaked-credential-checks/detections","operationId":"waf-product-api-leaked-credentials-create-detection","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}","operationId":"waf-product-api-leaked-credentials-get-detection","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}","operationId":"waf-product-api-leaked-credentials-update-detection","scopes":["account-waf.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}","operationId":"waf-product-api-leaked-credentials-delete-detection","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/load_balancers","operationId":"load-balancers-list-load-balancers","scopes":["load-balancers.read","load-balancers.write"]},{"method":"POST","path":"/zones/{zone_id}/load_balancers","operationId":"load-balancers-create-load-balancer","scopes":["load-balancers.write"]},{"method":"GET","path":"/zones/{zone_id}/load_balancers/{load_balancer_id}","operationId":"load-balancers-load-balancer-details","scopes":["load-balancers.read","load-balancers.write"]},{"method":"PUT","path":"/zones/{zone_id}/load_balancers/{load_balancer_id}","operationId":"load-balancers-update-load-balancer","scopes":["load-balancers.write"]},{"method":"DELETE","path":"/zones/{zone_id}/load_balancers/{load_balancer_id}","operationId":"load-balancers-delete-load-balancer","scopes":["load-balancers.write"]},{"method":"PATCH","path":"/zones/{zone_id}/load_balancers/{load_balancer_id}","operationId":"load-balancers-patch-load-balancer","scopes":["load-balancers.write"]},{"method":"GET","path":"/zones/{zone_id}/logpush/datasets/{dataset_id}/fields","operationId":"get-zones-zone_id-logpush-datasets-dataset_id-fields","scopes":["logs.read"]},{"method":"GET","path":"/zones/{zone_id}/logpush/datasets/{dataset_id}/jobs","operationId":"get-zones-zone_id-logpush-datasets-dataset_id-jobs","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logpush/edge/jobs","operationId":"get-zones-zone_id-logpush-edge-jobs","scopes":["logs.read"]},{"method":"POST","path":"/zones/{zone_id}/logpush/edge/jobs","operationId":"post-zones-zone_id-logpush-edge-jobs","scopes":["logs.read"]},{"method":"GET","path":"/zones/{zone_id}/logpush/jobs","operationId":"get-zones-zone_id-logpush-jobs","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/jobs","operationId":"post-zones-zone_id-logpush-jobs","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logpush/jobs/{job_id}","operationId":"get-zones-zone_id-logpush-jobs-job_id","scopes":["logs.write"]},{"method":"PUT","path":"/zones/{zone_id}/logpush/jobs/{job_id}","operationId":"put-zones-zone_id-logpush-jobs-job_id","scopes":["logs.write"]},{"method":"DELETE","path":"/zones/{zone_id}/logpush/jobs/{job_id}","operationId":"delete-zones-zone_id-logpush-jobs-job_id","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/ownership","operationId":"post-zones-zone_id-logpush-ownership","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/ownership/validate","operationId":"post-zones-zone_id-logpush-ownership-validate","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/validate/destination","operationId":"post-zones-zone_id-logpush-validate-destination","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/validate/destination/exists","operationId":"post-zones-zone_id-logpush-validate-destination-exists","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/validate/origin","operationId":"post-zones-zone_id-logpush-validate-origin","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/control/retention/flag","operationId":"get-zones-zone_id-logs-control-retention-flag","scopes":["logs.read","logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logs/control/retention/flag","operationId":"post-zones-zone_id-logs-control-retention-flag","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/explorer/datasets","operationId":"zones-logs-explorer-datasets-list","scopes":["logs.read","logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logs/explorer/datasets","operationId":"zones-logs-explorer-datasets-create","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/explorer/datasets/available","operationId":"zones-logs-explorer-datasets-available-list","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/explorer/datasets/{dataset_id}","operationId":"zones-logs-explorer-datasets-get","scopes":["logs.write"]},{"method":"PUT","path":"/zones/{zone_id}/logs/explorer/datasets/{dataset_id}","operationId":"zones-logs-explorer-datasets-update","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/explorer/query/sql","operationId":"zones-logs-explorer-query-get","scopes":["logs.read","logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logs/explorer/query/sql","operationId":"zones-logs-explorer-query-post","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/rayids/{ray_id}","operationId":"get-zones-zone_id-logs-rayids-ray_id","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/received","operationId":"get-zones-zone_id-logs-received","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/received/fields","operationId":"get-zones-zone_id-logs-received-fields","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/managed_headers","operationId":"listManagedTransforms","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/managed_headers","operationId":"deleteManagedTransforms","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"PATCH","path":"/zones/{zone_id}/managed_headers","operationId":"updateManagedTransforms","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/media/usage","operationId":"usage-analytics-get-zone-media-usage","scopes":["images.read"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth","operationId":"zone-level-authenticated-origin-pulls-list-certificates","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/origin_tls_client_auth","operationId":"zone-level-authenticated-origin-pulls-upload-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames","operationId":"per-hostname-authenticated-origin-pull-list-hostname-associations","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames","operationId":"per-hostname-authenticated-origin-pull-enable-or-disable-a-hostname-for-client-authentication","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates","operationId":"per-hostname-authenticated-origin-pull-list-certificates","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates","operationId":"per-hostname-authenticated-origin-pull-upload-a-hostname-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates/{certificate_id}","operationId":"per-hostname-authenticated-origin-pull-get-the-hostname-client-certificate","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates/{certificate_id}","operationId":"per-hostname-authenticated-origin-pull-delete-hostname-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/{hostname}","operationId":"per-hostname-authenticated-origin-pull-get-the-hostname-status-for-client-authentication","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/settings","operationId":"zone-level-authenticated-origin-pulls-get-enablement-setting-for-zone","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/origin_tls_client_auth/settings","operationId":"zone-level-authenticated-origin-pulls-set-enablement-for-zone","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/{certificate_id}","operationId":"zone-level-authenticated-origin-pulls-get-certificate-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/origin_tls_client_auth/{certificate_id}","operationId":"zone-level-authenticated-origin-pulls-delete-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield","operationId":"page-shield-get-settings","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/page_shield","operationId":"page-shield-update-settings","scopes":["domain-page.shield","page.shield","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/connections","operationId":"page-shield-list-connections","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/connections/{connection_id}","operationId":"page-shield-get-connection","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/cookies","operationId":"page-shield-list-cookies","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/cookies/{cookie_id}","operationId":"page-shield-get-cookie","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/policies","operationId":"page-shield-list-policies","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/page_shield/policies","operationId":"page-shield-create-policy","scopes":["domain-page.shield","page.shield","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/policies/{policy_id}","operationId":"page-shield-get-policy","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/page_shield/policies/{policy_id}","operationId":"page-shield-update-policy","scopes":["domain-page.shield","page.shield","zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/page_shield/policies/{policy_id}","operationId":"page-shield-delete-policy","scopes":["domain-page.shield","page.shield","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/scripts","operationId":"page-shield-list-scripts","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/scripts/{script_id}","operationId":"page-shield-get-script","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/pagerules","operationId":"page-rules-list-page-rules","scopes":["page-rules.read","page-rules.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/pagerules","operationId":"page-rules-create-a-page-rule","scopes":["page-rules.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/pagerules/settings","operationId":"available-page-rules-settings-list-available-page-rules-settings","scopes":["page-rules.read","page-rules.write","zone.read","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/pagerules/{pagerule_id}","operationId":"page-rules-get-a-page-rule","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/pagerules/{pagerule_id}","operationId":"page-rules-update-a-page-rule","scopes":["page-rules.write","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/pagerules/{pagerule_id}","operationId":"page-rules-delete-a-page-rule","scopes":["page-rules.write","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/pagerules/{pagerule_id}","operationId":"page-rules-edit-a-page-rule","scopes":["page-rules.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/pay-per-crawl/can_be_enabled","operationId":"pay-per-crawl.getZoneCanBeEnabled","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/pay-per-crawl/configuration","operationId":"pay-per-crawl.getConfig","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/pay-per-crawl/configuration","operationId":"pay-per-crawl.createConfig","scopes":["zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/pay-per-crawl/configuration","operationId":"pay-per-crawl.patchConfig","scopes":["zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/purge_cache","operationId":"zone-purge","scopes":["cache.purge"]},{"method":"GET","path":"/zones/{zone_id}/rate_limit_analytics","operationId":"rate-limit-analytics-get-zone-analytics","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/rate_limits","operationId":"rate-limits-for-a-zone-list-rate-limits","scopes":["firewall-services.read","firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/rate_limits","operationId":"rate-limits-for-a-zone-create-a-rate-limit","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/rate_limits/{rate_limit_id}","operationId":"rate-limits-for-a-zone-get-a-rate-limit","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/rate_limits/{rate_limit_id}","operationId":"rate-limits-for-a-zone-update-a-rate-limit","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/rate_limits/{rate_limit_id}","operationId":"rate-limits-for-a-zone-delete-a-rate-limit","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets","operationId":"listZoneRulesets","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/rulesets","operationId":"createZoneRuleset","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint","operationId":"getZoneEntrypointRuleset","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint","operationId":"updateZoneEntrypointRuleset","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions","operationId":"listZoneEntrypointRulesetVersions","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version}","operationId":"getZoneEntrypointRulesetVersion","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/{ruleset_id}","operationId":"getZoneRuleset","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/rulesets/{ruleset_id}","operationId":"updateZoneRuleset","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/rulesets/{ruleset_id}","operationId":"deleteZoneRuleset","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/rulesets/{ruleset_id}/rules","operationId":"createZoneRulesetRule","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/rulesets/{ruleset_id}/rules/{rule_id}","operationId":"deleteZoneRulesetRule","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"PATCH","path":"/zones/{zone_id}/rulesets/{ruleset_id}/rules/{rule_id}","operationId":"updateZoneRulesetRule","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/{ruleset_id}/versions","operationId":"listZoneRulesetVersions","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}","operationId":"getZoneRulesetVersion","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}","operationId":"deleteZoneRulesetVersion","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}/by_tag/{rule_tag}","operationId":"listZoneRulesetVersionRulesByTag","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/schemas","operationId":"schema-validation-list-schemas-paginated","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/schema_validation/schemas","operationId":"schema-validation-create-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/schemas/hosts","operationId":"schema-validation-list-schema-hosts","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/schemas/{schema_id}","operationId":"schema-validation-get-schema","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/schema_validation/schemas/{schema_id}","operationId":"schema-validation-delete-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/schema_validation/schemas/{schema_id}","operationId":"schema-validation-edit-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/schemas/{schema_id}/operations","operationId":"schema-validation-extract-operations-from-schema","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/settings","operationId":"schema-validation-get-settings","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/schema_validation/settings","operationId":"schema-validation-update-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/schema_validation/settings","operationId":"schema-validation-edit-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/settings/operations","operationId":"schema-validation-list-per-operation-settings","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/schema_validation/settings/operations","operationId":"schema-validation-bulk-edit-per-operation-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/settings/operations/{operation_id}","operationId":"schema-validation-get-per-operation-setting","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/schema_validation/settings/operations/{operation_id}","operationId":"schema-validation-update-per-operation-setting","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/schema_validation/settings/operations/{operation_id}","operationId":"schema-validation-delete-per-operation-setting","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/force_axfr","operationId":"secondary-dns-(-secondary-zone)-force-axfr","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/secondary_dns/incoming","operationId":"secondary-dns-(-secondary-zone)-secondary-zone-configuration-details","scopes":["dns.read","dns.write","zone-settings.read","zone-settings.write","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/secondary_dns/incoming","operationId":"secondary-dns-(-secondary-zone)-update-secondary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/incoming","operationId":"secondary-dns-(-secondary-zone)-create-secondary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/secondary_dns/incoming","operationId":"secondary-dns-(-secondary-zone)-delete-secondary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/secondary_dns/outgoing","operationId":"secondary-dns-(-primary-zone)-primary-zone-configuration-details","scopes":["dns.read","dns.write","zone-settings.read","zone-settings.write","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/secondary_dns/outgoing","operationId":"secondary-dns-(-primary-zone)-update-primary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/outgoing","operationId":"secondary-dns-(-primary-zone)-create-primary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/secondary_dns/outgoing","operationId":"secondary-dns-(-primary-zone)-delete-primary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/outgoing/disable","operationId":"secondary-dns-(-primary-zone)-disable-outgoing-zone-transfers","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/outgoing/enable","operationId":"secondary-dns-(-primary-zone)-enable-outgoing-zone-transfers","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/outgoing/force_notify","operationId":"secondary-dns-(-primary-zone)-force-dns-notify","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/secondary_dns/outgoing/status","operationId":"secondary-dns-(-primary-zone)-get-outgoing-zone-transfer-status","scopes":["dns.read","dns.write","zone-settings.read","zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights","operationId":"get-zone-security-center-insights","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/audit-log","operationId":"get-zone-security-center-audit-log","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/class","operationId":"get-zone-security-center-insight-counts-by-class","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/scans","operationId":"get-security-center-zone-scans","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/security-center/insights/scans","operationId":"start-security-center-zone-scan","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/severity","operationId":"get-zone-security-center-insight-counts-by-severity","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/type","operationId":"get-zone-security-center-insight-counts-by-type","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/{issue_id}/audit-log","operationId":"get-zone-security-center-issue-audit-log","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/security-center/insights/{issue_id}/dismiss","operationId":"archive-zone-security-center-insight","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/securitytxt","operationId":"get-security-txt","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/security-center/securitytxt","operationId":"update-security-txt","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/security-center/securitytxt","operationId":"delete-security-txt","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings","operationId":"zone-settings-get-all-zone-settings","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings","operationId":"zone-settings-edit-zone-settings-info","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/aegis","operationId":"zone-cache-settings-get-aegis-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/aegis","operationId":"zone-cache-settings-change-aegis-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/csam_scanner_third_party","operationId":"csam-scanner-get-setting","scopes":["zone-settings.read"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/csam_scanner_third_party","operationId":"csam-scanner-update-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/fonts","operationId":"zone-settings-get-fonts-setting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/fonts","operationId":"zone-settings-change-fonts-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/google-tag-gateway/config","operationId":"zone-settings-get-google-tag-gateway-config","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"PUT","path":"/zones/{zone_id}/settings/google-tag-gateway/config","operationId":"zone-settings-change-google-tag-gateway-config","scopes":["zaraz.edit","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/origin_h2_max_streams","operationId":"zone-cache-settings-get-origin-h2-max-streams-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/origin_h2_max_streams","operationId":"zone-cache-settings-change-origin-h2-max-streams-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/origin_max_http_version","operationId":"zone-cache-settings-get-origin-max-http-version-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/origin_max_http_version","operationId":"zone-cache-settings-change-origin-max-http-version-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/rum","operationId":"web-analytics-get-rum-status","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/rum","operationId":"web-analytics-toggle-rum","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/speed_brain","operationId":"zone-settings-get-speed-brain-setting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/speed_brain","operationId":"zone-settings-change-speed-brain-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/ssl_automatic_mode","operationId":"ssl-detector-automatic-mode-get-enrollment","scopes":["ssl-and-certificates.read","ssl-and-certificates.write","zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/ssl_automatic_mode","operationId":"ssl-detector-automatic-mode-patch-enrollment","scopes":["ssl-and-certificates.write","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/config","operationId":"get-zones-zone_identifier-zaraz-config","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"PUT","path":"/zones/{zone_id}/settings/zaraz/config","operationId":"put-zones-zone_identifier-zaraz-config","scopes":["zaraz.edit","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/default","operationId":"get-zones-zone_identifier-zaraz-default","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/export","operationId":"get-zones-zone_identifier-zaraz-export","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/history","operationId":"get-zones-zone_identifier-zaraz-history","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"PUT","path":"/zones/{zone_id}/settings/zaraz/history","operationId":"put-zones-zone_identifier-zaraz-history","scopes":["zaraz.edit","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/history/configs","operationId":"get-zones-zone_identifier-zaraz-config-history","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"POST","path":"/zones/{zone_id}/settings/zaraz/publish","operationId":"post-zones-zone_identifier-zaraz-publish","scopes":["zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/workflow","operationId":"get-zones-zone_identifier-zaraz-workflow","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"PUT","path":"/zones/{zone_id}/settings/zaraz/workflow","operationId":"put-zones-zone_identifier-zaraz-workflow","scopes":["zaraz.edit","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/{setting_id}","operationId":"zone-settings-get-single-setting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/{setting_id}","operationId":"zone-settings-edit-single-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/smart_shield","operationId":"smart-shield-get-settings","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/smart_shield","operationId":"smart-shield-patch-settings","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/smart_shield/cache_reserve_clear","operationId":"smart-shield-settings-get-cache-reserve-clear","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/smart_shield/cache_reserve_clear","operationId":"smart-shield-settings-start-cache-reserve-clear","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/smart_shield/healthchecks","operationId":"smart-shield-list-health-checks","scopes":["healthcheck.read","healthcheck.write"]},{"method":"POST","path":"/zones/{zone_id}/smart_shield/healthchecks","operationId":"smart-shield-create-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}","operationId":"smart-shield-health-check-details","scopes":["healthcheck.read","healthcheck.write"]},{"method":"PUT","path":"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}","operationId":"smart-shield-update-health-check","scopes":["healthcheck.write"]},{"method":"DELETE","path":"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}","operationId":"smart-shield-delete-health-check","scopes":["healthcheck.write"]},{"method":"PATCH","path":"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}","operationId":"smart-shield-patch-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/snippets","operationId":"listZoneSnippets","scopes":["snippets.read","snippets.write"]},{"method":"GET","path":"/zones/{zone_id}/snippets/snippet_rules","operationId":"listZoneSnippetRules","scopes":["snippets.read","snippets.write"]},{"method":"PUT","path":"/zones/{zone_id}/snippets/snippet_rules","operationId":"updateZoneSnippetRules","scopes":["snippets.write"]},{"method":"DELETE","path":"/zones/{zone_id}/snippets/snippet_rules","operationId":"deleteZoneSnippetRules","scopes":["snippets.write"]},{"method":"GET","path":"/zones/{zone_id}/snippets/{snippet_name}","operationId":"getZoneSnippet","scopes":["snippets.read","snippets.write"]},{"method":"PUT","path":"/zones/{zone_id}/snippets/{snippet_name}","operationId":"updateZoneSnippet","scopes":["snippets.write"]},{"method":"DELETE","path":"/zones/{zone_id}/snippets/{snippet_name}","operationId":"deleteZoneSnippet","scopes":["snippets.write"]},{"method":"GET","path":"/zones/{zone_id}/snippets/{snippet_name}/content","operationId":"getZoneSnippetContent","scopes":["snippets.read","snippets.write"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/analytics/aggregate/current","operationId":"spectrum-aggregate-analytics-get-current-aggregated-analytics","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/analytics/events/bytime","operationId":"spectrum-analytics-(-by-time)-get-analytics-by-time","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/analytics/events/summary","operationId":"spectrum-analytics-(-summary)-get-analytics-summary","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/apps","operationId":"spectrum-applications-list-spectrum-applications","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/spectrum/apps","operationId":"spectrum-applications-create-spectrum-application-using-a-name-for-the-origin","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/apps/{app_id}","operationId":"spectrum-applications-get-spectrum-application-configuration","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/spectrum/apps/{app_id}","operationId":"spectrum-applications-update-spectrum-application-configuration-using-a-name-for-the-origin","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/spectrum/apps/{app_id}","operationId":"spectrum-applications-delete-spectrum-application","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/availabilities","operationId":"speed-get-availabilities","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/pages","operationId":"speed-list-pages","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/pages/{url}/tests","operationId":"speed-list-test-history","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/speed_api/pages/{url}/tests","operationId":"speed-create-test","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/speed_api/pages/{url}/tests","operationId":"speed-delete-tests","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/pages/{url}/tests/{test_id}","operationId":"speed-get-test","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/pages/{url}/trend","operationId":"speed-list-page-trend","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/schedule/{url}","operationId":"speed-get-scheduled-test","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/speed_api/schedule/{url}","operationId":"speed-create-scheduled-test","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/speed_api/schedule/{url}","operationId":"speed-delete-test-schedule","scopes":["zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/ssl/analyze","operationId":"analyze-certificate-analyze-certificate","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/certificate_packs","operationId":"certificate-packs-list-certificate-packs","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/ssl/certificate_packs/order","operationId":"certificate-packs-order-advanced-certificate-manager-certificate-pack","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/certificate_packs/quota","operationId":"certificate-packs-get-certificate-pack-quotas","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id}","operationId":"certificate-packs-get-certificate-pack","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id}","operationId":"certificate-packs-delete-advanced-certificate-manager-certificate-pack","scopes":["ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id}","operationId":"certificate-packs-restart-validation-for-advanced-certificate-manager-certificate-pack","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/universal/settings","operationId":"universal-ssl-settings-for-a-zone-universal-ssl-settings-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/ssl/universal/settings","operationId":"universal-ssl-settings-for-a-zone-edit-universal-ssl-settings","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/verification","operationId":"ssl-verification-ssl-verification-details","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/ssl/verification/{certificate_pack_id}","operationId":"ssl-verification-edit-ssl-certificate-pack-validation-method","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/stream/usage","operationId":"usage-analytics-get-zone-stream-usage","scopes":["stream.read"]},{"method":"GET","path":"/zones/{zone_id}/token_validation/config","operationId":"token-validation-config-list","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/token_validation/config","operationId":"token-validation-config-create","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/token_validation/config/{config_id}","operationId":"token-validation-config-get","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/token_validation/config/{config_id}","operationId":"token-validation-config-delete","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/token_validation/config/{config_id}","operationId":"token-validation-config-edit","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/token_validation/config/{config_id}/credentials","operationId":"token-validation-config-credentials-update","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/token_validation/config/{config_id}/credentials","operationId":"token-validation-config-credentials-edit","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/token_validation/rules","operationId":"token-validation-rules-list","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/token_validation/rules","operationId":"token-validation-rules-create","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/token_validation/rules/bulk","operationId":"token-validation-rules-bulk-create","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/token_validation/rules/bulk","operationId":"token-validation-rules-bulk-edit","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/token_validation/rules/preview","operationId":"token-validation-rules-preview","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/token_validation/rules/{rule_id}","operationId":"token-validation-rules-get","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/token_validation/rules/{rule_id}","operationId":"token-validation-rules-delete","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/token_validation/rules/{rule_id}","operationId":"token-validation-rules-edit","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/url_normalization","operationId":"getUrlNormalization","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/url_normalization","operationId":"updateUrlNormalization","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/url_normalization","operationId":"deleteUrlNormalization","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms","operationId":"waiting-room-list-waiting-rooms","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"POST","path":"/zones/{zone_id}/waiting_rooms","operationId":"waiting-room-create-waiting-room","scopes":["waiting-rooms.write"]},{"method":"POST","path":"/zones/{zone_id}/waiting_rooms/preview","operationId":"waiting-room-create-a-custom-waiting-room-page-preview","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/settings","operationId":"waiting-room-get-zone-settings","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"PUT","path":"/zones/{zone_id}/waiting_rooms/settings","operationId":"waiting-room-update-zone-settings","scopes":["waiting-rooms.write"]},{"method":"PATCH","path":"/zones/{zone_id}/waiting_rooms/settings","operationId":"waiting-room-patch-zone-settings","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}","operationId":"waiting-room-waiting-room-details","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"PUT","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}","operationId":"waiting-room-update-waiting-room","scopes":["waiting-rooms.write"]},{"method":"DELETE","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}","operationId":"waiting-room-delete-waiting-room","scopes":["waiting-rooms.write"]},{"method":"PATCH","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}","operationId":"waiting-room-patch-waiting-room","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events","operationId":"waiting-room-list-events","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}","operationId":"waiting-room-event-details","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"PUT","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}","operationId":"waiting-room-update-event","scopes":["waiting-rooms.write"]},{"method":"DELETE","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}","operationId":"waiting-room-delete-event","scopes":["waiting-rooms.write"]},{"method":"PATCH","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}","operationId":"waiting-room-patch-event","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}/details","operationId":"waiting-room-preview-active-event-details","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules","operationId":"waiting-room-list-waiting-room-rules","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"PUT","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules","operationId":"waiting-room-replace-waiting-room-rules","scopes":["waiting-rooms.write"]},{"method":"DELETE","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules/{rule_id}","operationId":"waiting-room-delete-waiting-room-rule","scopes":["waiting-rooms.write"]},{"method":"PATCH","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules/{rule_id}","operationId":"waiting-room-patch-waiting-room-rule","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/status","operationId":"waiting-room-get-waiting-room-status","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames","operationId":"web3-hostname-list-web3-hostnames","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"POST","path":"/zones/{zone_id}/web3/hostnames","operationId":"web3-hostname-create-web3-hostname","scopes":["web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames/{identifier}","operationId":"web3-hostname-web3-hostname-details","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"DELETE","path":"/zones/{zone_id}/web3/hostnames/{identifier}","operationId":"web3-hostname-delete-web3-hostname","scopes":["web3-hostnames.write"]},{"method":"PATCH","path":"/zones/{zone_id}/web3/hostnames/{identifier}","operationId":"web3-hostname-edit-web3-hostname","scopes":["web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list","operationId":"web3-hostname-ipfs-universal-path-gateway-content-list-details","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"PUT","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list","operationId":"web3-hostname-update-ipfs-universal-path-gateway-content-list","scopes":["web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries","operationId":"web3-hostname-list-ipfs-universal-path-gateway-content-list-entries","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}","operationId":"web3-hostname-ipfs-universal-path-gateway-content-list-entry-details","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"PUT","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}","operationId":"web3-hostname-edit-ipfs-universal-path-gateway-content-list-entry","scopes":["web3-hostnames.write"]},{"method":"DELETE","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}","operationId":"web3-hostname-delete-ipfs-universal-path-gateway-content-list-entry","scopes":["web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/workers/routes","operationId":"worker-routes-list-routes","scopes":["workers-routes.read","workers-routes.write"]},{"method":"POST","path":"/zones/{zone_id}/workers/routes","operationId":"worker-routes-create-route","scopes":["workers-routes.write"]},{"method":"GET","path":"/zones/{zone_id}/workers/routes/{route_id}","operationId":"worker-routes-get-route","scopes":["workers-routes.read","workers-routes.write"]},{"method":"PUT","path":"/zones/{zone_id}/workers/routes/{route_id}","operationId":"worker-routes-update-route","scopes":["workers-routes.write"]},{"method":"DELETE","path":"/zones/{zone_id}/workers/routes/{route_id}","operationId":"worker-routes-delete-route","scopes":["workers-routes.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/services/{service_name}","operationId":"wrangler-workers-get-service","scopes":["workers-scripts.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/services/{service_name}","operationId":"wrangler-workers-delete-service","scopes":["workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/domains/records","operationId":"wrangler-workers-replace-domain-records","scopes":["workers-scripts.write"]},{"method":"GET","path":"/zones/{zoneId}/workers/edge-preview","operationId":"wrangler-workers-get-zone-edge-preview","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{accountId}/workers/subdomain/edge-preview","operationId":"wrangler-workers-get-account-edge-preview","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{accountId}/workers/scripts/{scriptName}/edge-preview","operationId":"wrangler-workers-create-edge-preview","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{accountId}/workers/scripts/{scriptName}/domains/changeset","operationId":"wrangler-workers-create-domain-changeset","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/export","operationId":"wrangler-d1-export-database","scopes":["d1.read"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/import","operationId":"wrangler-d1-import-database","scopes":["d1.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/time_travel/restore","operationId":"wrangler-d1-time-travel-restore","scopes":["d1.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/scripts/{script_name}/secrets-bulk","operationId":"wrangler-workers-patch-script-secrets-bulk","scopes":["workers-scripts.write"]}] +export const cloudflareOperations: readonly CloudflareOperation[] = [{"method":"GET","path":"/accounts/{account_identifier}/custom_pages","operationId":"custom-pages-for-an-account-list-custom-pages","scopes":["account-custom-pages.read","account-custom-pages.write","account-settings.read","account-settings.write","teams-pii.read"]},{"method":"POST","path":"/accounts/{account_identifier}/custom_pages/preview_tokens","operationId":"custom-pages-for-an-account-create-preview-token","scopes":["account-custom-pages.read","account-custom-pages.write","account-settings.read","account-settings.write","teams-pii.read"]},{"method":"GET","path":"/accounts/{account_identifier}/custom_pages/{identifier}","operationId":"custom-pages-for-an-account-get-a-custom-page","scopes":["account-custom-pages.read","account-custom-pages.write","account-settings.read","account-settings.write","teams-pii.read"]},{"method":"PUT","path":"/accounts/{account_identifier}/custom_pages/{identifier}","operationId":"custom-pages-for-an-account-update-a-custom-page","scopes":["account-custom-pages.write","account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}","operationId":"accounts-account-details","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}","operationId":"accounts-update-account","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}","operationId":"account-deletion","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports","operationId":"ListAbuseReports","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports/{report_id}/appeals/eligibility","operationId":"CheckAppealEligibility","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports/{report_id}/emails","operationId":"ListEmails","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports/{report_id}/mitigations","operationId":"ListMitigations","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"POST","path":"/accounts/{account_id}/abuse-reports/{report_id}/mitigations/appeal","operationId":"RequestReview","scopes":["trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/abuse-reports/{report_param}","operationId":"GetAbuseReport","scopes":["trust-and-safety.read","trust-and-safety.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/portals","operationId":"mcp-portals-api-list-portals","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"POST","path":"/accounts/{account_id}/access/ai-controls/mcp/portals","operationId":"mcp-portals-api-create-portals","scopes":["mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/portals/{id}","operationId":"mcp-portals-api-fetch-gateways","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/ai-controls/mcp/portals/{id}","operationId":"mcp-portals-api-update-portals","scopes":["mcp-portals.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/ai-controls/mcp/portals/{id}","operationId":"mcp-portals-api-delete-portals","scopes":["mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/portals/{portal_id}/servers/{server_id}/effective-redirect-uri","operationId":"mcp-portals-api-effective-redirect-uri","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/servers","operationId":"mcp-portals-api-list-servers","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"POST","path":"/accounts/{account_id}/access/ai-controls/mcp/servers","operationId":"mcp-portals-api-create-servers","scopes":["mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}","operationId":"mcp-portals-api-fetch-servers","scopes":["mcp-portals.read","mcp-portals.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}","operationId":"mcp-portals-api-update-servers","scopes":["mcp-portals.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}","operationId":"mcp-portals-api-delete-servers","scopes":["mcp-portals.write"]},{"method":"POST","path":"/accounts/{account_id}/access/ai-controls/mcp/servers/{id}/sync","operationId":"mcp-portals-api-sync-server","scopes":["mcp-portals.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps","operationId":"access-applications-list-access-applications","scopes":["access.read","access.revoke","access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/apps","operationId":"access-applications-add-an-application","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/ca","operationId":"access-short-lived-certificate-c-as-list-short-lived-certificate-c-as","scopes":["access.read","access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}","operationId":"access-applications-get-an-access-application","scopes":["access.read","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/apps/{app_id}","operationId":"access-applications-update-an-access-application","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/apps/{app_id}","operationId":"access-applications-delete-an-access-application","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}/ca","operationId":"access-short-lived-certificate-c-as-get-a-short-lived-certificate-ca","scopes":["access.read","access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/apps/{app_id}/ca","operationId":"access-short-lived-certificate-c-as-create-a-short-lived-certificate-ca","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/apps/{app_id}/ca","operationId":"access-short-lived-certificate-c-as-delete-a-short-lived-certificate-ca","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}/policies","operationId":"access-policies-list-access-app-policies","scopes":["access.read","access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/apps/{app_id}/policies","operationId":"access-policies-create-an-access-policy","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"access-policies-get-an-access-policy","scopes":["access.read","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"access-policies-update-an-access-policy","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"access-policies-delete-an-access-policy","scopes":["access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/apps/{app_id}/policies/{policy_id}/make_reusable","operationId":"access-policies-convert-reusable","scopes":["access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/apps/{app_id}/revoke_tokens","operationId":"access-applications-revoke-service-tokens","scopes":["access.revoke","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/apps/{app_id}/settings","operationId":"access-applications-put-update-access-application-settings","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/apps/{app_id}/user_policy_checks","operationId":"access-applications-test-access-policies","scopes":["access.read","access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/bookmarks","operationId":"access-bookmark-applications-(-deprecated)-list-bookmark-applications","scopes":["access.read","access.revoke","access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/bookmarks/{bookmark_id}","operationId":"access-bookmark-applications-(-deprecated)-get-a-bookmark-application","scopes":["access.read","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/bookmarks/{bookmark_id}","operationId":"access-bookmark-applications-(-deprecated)-update-a-bookmark-application","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/bookmarks/{bookmark_id}","operationId":"access-bookmark-applications-(-deprecated)-delete-a-bookmark-application","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/certificates","operationId":"access-mtls-authentication-list-mtls-certificates","scopes":["access-certificate.read","access-certificate.write"]},{"method":"POST","path":"/accounts/{account_id}/access/certificates","operationId":"access-mtls-authentication-add-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"GET","path":"/accounts/{account_id}/access/certificates/settings","operationId":"access-mtls-authentication-list-mtls-certificates-hostname-settings","scopes":["access-certificate.read","access-certificate.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/certificates/settings","operationId":"access-mtls-authentication-update-an-mtls-certificate-settings","scopes":["access-certificate.write"]},{"method":"GET","path":"/accounts/{account_id}/access/certificates/{certificate_id}","operationId":"access-mtls-authentication-get-an-mtls-certificate","scopes":["access-certificate.read","access-certificate.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/certificates/{certificate_id}","operationId":"access-mtls-authentication-update-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/certificates/{certificate_id}","operationId":"access-mtls-authentication-delete-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"GET","path":"/accounts/{account_id}/access/custom_pages","operationId":"access-custom-pages-list-custom-pages","scopes":["access-custom-page.read","access-custom-page.write"]},{"method":"POST","path":"/accounts/{account_id}/access/custom_pages","operationId":"access-custom-pages-create-a-custom-page","scopes":["access-custom-page.write"]},{"method":"GET","path":"/accounts/{account_id}/access/custom_pages/{custom_page_id}","operationId":"access-custom-pages-get-a-custom-page","scopes":["access-custom-page.read","access-custom-page.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/custom_pages/{custom_page_id}","operationId":"access-custom-pages-update-a-custom-page","scopes":["access-custom-page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/custom_pages/{custom_page_id}","operationId":"access-custom-pages-delete-a-custom-page","scopes":["access-custom-page.write"]},{"method":"GET","path":"/accounts/{account_id}/access/gateway_ca","operationId":"access-gateway-ca-list-SSH-ca","scopes":["access-ssh-auditing.read","access-ssh-auditing.write"]},{"method":"POST","path":"/accounts/{account_id}/access/gateway_ca","operationId":"access-gateway-ca-add-an-SSH-ca","scopes":["access-ssh-auditing.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/gateway_ca/{certificate_id}","operationId":"access-gateway-ca-delete-an-SSH-ca","scopes":["access-ssh-auditing.write"]},{"method":"GET","path":"/accounts/{account_id}/access/groups","operationId":"access-groups-list-access-groups","scopes":["access-acct.read","access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/groups","operationId":"access-groups-create-an-access-group","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/groups/{group_id}","operationId":"access-groups-get-an-access-group","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/groups/{group_id}","operationId":"access-groups-update-an-access-group","scopes":["access-acct.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/groups/{group_id}","operationId":"access-groups-delete-an-access-group","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/identity_providers","operationId":"access-identity-providers-list-access-identity-providers","scopes":["access-acct.read","access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/identity_providers","operationId":"access-identity-providers-add-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}","operationId":"access-identity-providers-get-an-access-identity-provider","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}","operationId":"access-identity-providers-update-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}","operationId":"access-identity-providers-delete-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/groups","operationId":"access-identity-providers-list-scim-group-resources","scopes":["access-acct.read","access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/identity_providers/{identity_provider_id}/scim/users","operationId":"access-identity-providers-list-scim-user-resources","scopes":["access-acct.read","access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/keys","operationId":"access-key-configuration-get-the-access-key-configuration","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/keys","operationId":"access-key-configuration-update-the-access-key-configuration","scopes":["access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/keys/rotate","operationId":"access-key-configuration-rotate-access-keys","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/logs/access_requests","operationId":"access-authentication-logs-get-access-authentication-logs","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/logs/scim/updates","operationId":"access-scim-update-logs-list-access-scim-update-logs","scopes":["access-scim-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/organizations","operationId":"zero-trust-organization-get-your-zero-trust-organization","scopes":["access-acct.read","access-acct.revoke","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/organizations","operationId":"zero-trust-organization-update-your-zero-trust-organization","scopes":["access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/organizations","operationId":"zero-trust-organization-create-your-zero-trust-organization","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/organizations/doh","operationId":"zero-trust-organization-get-your-zero-trust-organization-doh-settings","scopes":["access-acct.read","access-acct.revoke","access-acct.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/organizations/doh","operationId":"zero-trust-organization-update-your-zero-trust-organization-doh-settings","scopes":["access-acct.write"]},{"method":"POST","path":"/accounts/{account_id}/access/organizations/revoke_user","operationId":"zero-trust-organization-revoke-all-access-tokens-for-a-user","scopes":["access-acct.write"]},{"method":"GET","path":"/accounts/{account_id}/access/policies","operationId":"access-policies-list-access-reusable-policies","scopes":["access.read","access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/policies","operationId":"access-policies-create-an-access-reusable-policy","scopes":["access.write"]},{"method":"GET","path":"/accounts/{account_id}/access/policies/{policy_id}","operationId":"access-policies-get-an-access-reusable-policy","scopes":["access.read","access.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/policies/{policy_id}","operationId":"access-policies-update-an-access-reusable-policy","scopes":["access.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/policies/{policy_id}","operationId":"access-policies-delete-an-access-reusable-policy","scopes":["access.write"]},{"method":"POST","path":"/accounts/{account_id}/access/policy-tests","operationId":"access-policy-tests","scopes":["access-policy-test.write"]},{"method":"GET","path":"/accounts/{account_id}/access/policy-tests/{policy_test_id}","operationId":"access-policy-tests-get-an-update","scopes":["access-policy-test.read","access-policy-test.write"]},{"method":"GET","path":"/accounts/{account_id}/access/policy-tests/{policy_test_id}/users","operationId":"access-policy-tests-get-a-user-page","scopes":["access-policy-test.read","access-policy-test.write"]},{"method":"PATCH","path":"/accounts/{account_id}/access/seats","operationId":"zero-trust-seats-update-a-user-seat","scopes":["access-seats.write"]},{"method":"GET","path":"/accounts/{account_id}/access/service_tokens","operationId":"access-service-tokens-list-service-tokens","scopes":["access-service-token.read","access-service-token.write"]},{"method":"POST","path":"/accounts/{account_id}/access/service_tokens","operationId":"access-service-tokens-create-a-service-token","scopes":["access-service-token.write"]},{"method":"GET","path":"/accounts/{account_id}/access/service_tokens/{service_token_id}","operationId":"access-service-tokens-get-a-service-token","scopes":["access-service-token.read","access-service-token.write"]},{"method":"PUT","path":"/accounts/{account_id}/access/service_tokens/{service_token_id}","operationId":"access-service-tokens-update-a-service-token","scopes":["access-service-token.write"]},{"method":"DELETE","path":"/accounts/{account_id}/access/service_tokens/{service_token_id}","operationId":"access-service-tokens-delete-a-service-token","scopes":["access-service-token.write"]},{"method":"POST","path":"/accounts/{account_id}/access/service_tokens/{service_token_id}/refresh","operationId":"access-service-tokens-refresh-a-service-token","scopes":["access-service-token.write"]},{"method":"GET","path":"/accounts/{account_id}/access/users","operationId":"zero-trust-users-get-users","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}","operationId":"zero-trust-users-get-user","scopes":["access-audit-log.read"]},{"method":"PUT","path":"/accounts/{account_id}/access/users/{user_id}","operationId":"zero-trust-users-update-user","scopes":["access-seats.write"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}/active_sessions","operationId":"zero-trust-users-get-active-sessions","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}/active_sessions/{nonce}","operationId":"zero-trust-users-get-active-session","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}/failed_logins","operationId":"zero-trust-users-get-failed-logins","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/access/users/{user_id}/last_seen_identity","operationId":"zero-trust-users-get-last-seen-identity","scopes":["access-audit-log.read"]},{"method":"GET","path":"/accounts/{account_id}/addressing/address_maps","operationId":"ip-address-management-address-maps-list-address-maps","scopes":["address-maps.read","address-maps.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/address_maps","operationId":"ip-address-management-address-maps-create-address-map","scopes":["address-maps.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}","operationId":"ip-address-management-address-maps-address-map-details","scopes":["address-maps.read","address-maps.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}","operationId":"ip-address-management-address-maps-delete-address-map","scopes":["address-maps.write"]},{"method":"PATCH","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}","operationId":"ip-address-management-address-maps-update-address-map","scopes":["address-maps.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}/accounts/{account_id_2}","operationId":"ip-address-management-address-maps-remove-an-account-membership-from-an-address-map","scopes":["address-maps.write"]},{"method":"PUT","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}/ips/{ip_address}","operationId":"ip-address-management-address-maps-add-an-ip-to-an-address-map","scopes":["address-maps.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}/ips/{ip_address}","operationId":"ip-address-management-address-maps-remove-an-ip-from-an-address-map","scopes":["address-maps.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/address_maps/{address_map_id}/zones/{zone_id}","operationId":"ip-address-management-address-maps-remove-a-zone-membership-from-an-address-map","scopes":["address-maps.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/loa_documents","operationId":"ip-address-management-prefixes-upload-loa-document","scopes":["magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/loa_documents/{loa_document_id}/download","operationId":"ip-address-management-prefixes-download-loa-document","scopes":["magic-transit.read","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes","operationId":"ip-address-management-prefixes-list-prefixes","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}","operationId":"ip-address-management-prefixes-prefix-details","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}","operationId":"ip-address-management-prefixes-delete-prefix","scopes":["magic-transit.write"]},{"method":"PATCH","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}","operationId":"ip-address-management-prefixes-update-prefix-description","scopes":["ip-prefix.write","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes","operationId":"ip-address-management-prefixes-list-bgp-prefixes","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id}","operationId":"ip-address-management-prefixes-fetch-bgp-prefix","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"PATCH","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id}","operationId":"ip-address-management-prefixes-update-bgp-prefix","scopes":["ip-prefix-bgp-on-demand.write","ip-prefix.write","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/status","operationId":"ip-address-management-dynamic-advertisement-get-advertisement-status","scopes":["ip-prefix-bgp-on-demand.read","ip-prefix-bgp-on-demand.write","ip-prefix.read","ip-prefix.write","magic-transit.read","magic-transit.write"]},{"method":"PATCH","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/status","operationId":"ip-address-management-dynamic-advertisement-update-prefix-dynamic-advertisement-status","scopes":["ip-prefix-bgp-on-demand.write","ip-prefix.write","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings","operationId":"ip-address-management-service-bindings-list-service-bindings","scopes":["ip-prefix.read","ip-prefix.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings","operationId":"ip-address-management-service-bindings-create-service-binding","scopes":["ip-prefix.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings/{binding_id}","operationId":"ip-address-management-service-bindings-get-service-binding","scopes":["ip-prefix.read","ip-prefix.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/bindings/{binding_id}","operationId":"ip-address-management-service-bindings-delete-service-binding","scopes":["ip-prefix.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations","operationId":"ip-address-management-prefix-delegation-create-prefix-delegation","scopes":["ip-prefix.write"]},{"method":"DELETE","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations/{delegation_id}","operationId":"ip-address-management-prefix-delegation-delete-prefix-delegation","scopes":["ip-prefix.write"]},{"method":"POST","path":"/accounts/{account_id}/addressing/prefixes/{prefix_id}/validate","operationId":"ip-address-management-prefixes-validate-prefix","scopes":["ip-prefix.write","magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/regional_hostnames/regions","operationId":"dls-account-regional-hostnames-list-regions","scopes":["dns.read","dns.write"]},{"method":"GET","path":"/accounts/{account_id}/addressing/services","operationId":"ip-address-management-service-bindings-list-services","scopes":["ip-prefix.read","ip-prefix.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/credit-balance","operationId":"aig-billing-get-credit-balance","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/invoice-history","operationId":"aig-billing-get-invoice-history","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/invoice-preview","operationId":"aig-billing-get-invoice-preview","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/spending-limit","operationId":"aig-billing-get-spending-limit","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/billing/spending-limit","operationId":"aig-billing-set-spending-limit","scopes":["aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/billing/spending-limit","operationId":"aig-billing-delete-spending-limit","scopes":["aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/billing/topup","operationId":"aig-billing-create-topup","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/topup/config","operationId":"aig-billing-get-topup-config","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/billing/topup/config","operationId":"aig-billing-set-topup-config","scopes":["aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/billing/topup/config","operationId":"aig-billing-delete-topup-config","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/topup/limits","operationId":"aig-billing-get-topup-limits","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/billing/topup/status","operationId":"aig-billing-check-topup-status","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/billing/usage-history","operationId":"aig-billing-get-usage-history","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/custom-providers","operationId":"aig-config-list-account-provider","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/custom-providers","operationId":"aig-config-create-account-provider","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs","operationId":"aig-config-list-account-provider-cost","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs","operationId":"aig-config-create-account-provider-cost","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs/{id}","operationId":"aig-config-fetch-account-provider-cost","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs/{id}","operationId":"aig-config-delete-account-provider-cost","scopes":["aig.write"]},{"method":"PATCH","path":"/accounts/{account_id}/ai-gateway/custom-providers/costs/{id}","operationId":"aig-config-update-account-provider-cost","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/custom-providers/{id}","operationId":"aig-config-fetch-account-provider","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/custom-providers/{id}","operationId":"aig-config-delete-account-provider","scopes":["aig.write"]},{"method":"PATCH","path":"/accounts/{account_id}/ai-gateway/custom-providers/{id}","operationId":"aig-config-update-account-provider","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/evaluation-types","operationId":"aig-config-list-evaluators","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways","operationId":"aig-config-list-gateway","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways","operationId":"aig-config-create-gateway","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains","operationId":"aig-config-list-custom-domain","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains","operationId":"aig-config-create-custom-domain","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains/{hostname}","operationId":"aig-config-fetch-custom-domain","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/custom-domains/{hostname}","operationId":"aig-config-delete-custom-domain","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets","operationId":"aig-config-list-dataset","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets","operationId":"aig-config-create-dataset","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}","operationId":"aig-config-fetch-dataset","scopes":["aig.read","aig.write"]},{"method":"PUT","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}","operationId":"aig-config-update-dataset","scopes":["aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/datasets/{id}","operationId":"aig-config-delete-dataset","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations","operationId":"aig-config-list-evaluations","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations","operationId":"aig-config-create-evaluations","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id}","operationId":"aig-config-fetch-evaluations","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/evaluations/{id}","operationId":"aig-config-delete-evaluations","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs","operationId":"aig-config-list-gateway-logs","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs","operationId":"aig-config-delete-gateway-logs","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}","operationId":"aig-config-get-gateway-log-detail","scopes":["aig.read","aig.write"]},{"method":"PATCH","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}","operationId":"aig-config-patch-gateway-log","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/request","operationId":"aig-config-get-gateway-log-request","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/response","operationId":"aig-config-get-gateway-log-response","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs","operationId":"aig-config-create-providers","scopes":["secrets-store.write"]},{"method":"PUT","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs/{id}","operationId":"aig-config-update-providers","scopes":["secrets-store.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/provider_configs/{id}","operationId":"aig-config-delete-providers","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes","operationId":"aig-config-list-gateway-dynamic-routes","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes","operationId":"aig-config-post-gateway-dynamic-route","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}","operationId":"aig-config-get-gateway-dynamic-route","scopes":["aig.read","aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}","operationId":"aig-config-delete-gateway-dynamic-route","scopes":["aig.write"]},{"method":"PATCH","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}","operationId":"aig-config-update-gateway-dynamic-route","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/deployments","operationId":"aig-config-list-gateway-dynamic-route-deployments","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/deployments","operationId":"aig-config-post-gateway-dynamic-route-deployment","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions","operationId":"aig-config-list-gateway-dynamic-route-versions","scopes":["aig.read","aig.write"]},{"method":"POST","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions","operationId":"aig-config-post-gateway-dynamic-route-version","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/routes/{id}/versions/{version_id}","operationId":"aig-config-get-gateway-dynamic-route-version","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/url/{provider}","operationId":"aig-config-get-gateway-url","scopes":["aig.read","aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai-gateway/gateways/{id}","operationId":"aig-config-fetch-gateway","scopes":["aig.read","aig.write"]},{"method":"PUT","path":"/accounts/{account_id}/ai-gateway/gateways/{id}","operationId":"aig-config-update-gateway","scopes":["aig.write"]},{"method":"DELETE","path":"/accounts/{account_id}/ai-gateway/gateways/{id}","operationId":"aig-config-delete-gateway","scopes":["aig.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/authors/search","operationId":"workers-ai-search-author","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/finetunes","operationId":"workers-ai-list-finetunes","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/finetunes","operationId":"workers-ai-create-finetune","scopes":["ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/finetunes/public","operationId":"workers-ai-list-public-finetunes","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/finetunes/{finetune_id}/finetune-assets","operationId":"workers-ai-upload-finetune-asset","scopes":["ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/models/schema","operationId":"workers-ai-get-model-schema","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/models/search","operationId":"workers-ai-search-model","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/run","operationId":"workers-ai-post-run-generic","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/run/{model_name}","operationId":"workers-ai-post-run-model","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/tasks/search","operationId":"workers-ai-search-task","scopes":["ai.read","ai.write"]},{"method":"POST","path":"/accounts/{account_id}/ai/tomarkdown","operationId":"workers-ai-post-to-markdown","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/ai/tomarkdown/supported","operationId":"workers-ai-get-to-markdown-supported","scopes":["ai.read","ai.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/available_alerts","operationId":"notification-alert-types-get-alert-types","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/destinations/pagerduty","operationId":"notification-destinations-with-pager-duty-list-pager-duty-services","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"DELETE","path":"/accounts/{account_id}/alerting/v3/destinations/pagerduty","operationId":"notification-destinations-with-pager-duty-delete-pager-duty-services","scopes":["account-settings.write","notifications.write"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect","operationId":"notification-destinations-with-pager-duty-connect-pager-duty","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect/{token_id}","operationId":"notification-destinations-with-pager-duty-connect-pager-duty-token","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks","operationId":"notification-webhooks-list-webhooks","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks","operationId":"notification-webhooks-create-a-webhook","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id}","operationId":"notification-webhooks-get-a-webhook","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"PUT","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id}","operationId":"notification-webhooks-update-a-webhook","scopes":["account-settings.write","notifications.write"]},{"method":"DELETE","path":"/accounts/{account_id}/alerting/v3/destinations/webhooks/{webhook_id}","operationId":"notification-webhooks-delete-a-webhook","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/history","operationId":"notification-history-list-history","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/policies","operationId":"notification-policies-list-notification-policies","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/policies","operationId":"notification-policies-create-a-notification-policy","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}","operationId":"notification-policies-get-a-notification-policy","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"PUT","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}","operationId":"notification-policies-update-a-notification-policy","scopes":["account-settings.write","notifications.write"]},{"method":"DELETE","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}","operationId":"notification-policies-delete-a-notification-policy","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}/email/unsubscribe","operationId":"notification-policies-show-email-unsubscribe-details","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/policies/{policy_id}/test","operationId":"notification-policies-test-a-notification-policy","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/silences","operationId":"notification-silences-list-silences","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"PUT","path":"/accounts/{account_id}/alerting/v3/silences","operationId":"notification-silences-update-silences","scopes":["account-settings.write","notifications.write"]},{"method":"POST","path":"/accounts/{account_id}/alerting/v3/silences","operationId":"notification-silences-create-silences","scopes":["account-settings.write","notifications.write"]},{"method":"GET","path":"/accounts/{account_id}/alerting/v3/silences/{silence_id}","operationId":"notification-silences-get-silence","scopes":["account-settings.read","account-settings.write","notifications.read","notifications.write","teams-pii.read"]},{"method":"DELETE","path":"/accounts/{account_id}/alerting/v3/silences/{silence_id}","operationId":"notification-silences-delete-silences","scopes":["account-settings.write","notifications.write"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/data-security/content-findings/top-n","operationId":"data-security-content-findings-top-n","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/data-security/findings/summary","operationId":"data-security-findings-summary","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/data-security/findings/timeseries","operationId":"data-security-findings-timeseries","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/{dataset}/summary","operationId":"art-analytics-query-summary","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/{dataset}/timeseries","operationId":"art-analytics-query-timeseries","scopes":["teams.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics/query/{dataset}/top-n","operationId":"art-analytics-query-top-n","scopes":["teams.read"]},{"method":"GET","path":"/accounts/{account_id}/analytics_engine/sql","operationId":"analytics-engine-sql-query-get","scopes":["account-analytics.read"]},{"method":"POST","path":"/accounts/{account_id}/analytics_engine/sql","operationId":"analytics-engine-sql-query-post","scopes":["account-analytics.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces","operationId":"artifacts_namespaces_list","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}","operationId":"artifacts_namespaces_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos","operationId":"artifacts_repos_list","scopes":["artifacts.read"]},{"method":"POST","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos","operationId":"artifacts_repos_create","scopes":["artifacts.write"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}","operationId":"artifacts_repos_get","scopes":["artifacts.read"]},{"method":"DELETE","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}","operationId":"artifacts_repos_delete","scopes":["artifacts.write"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/blob/{hash}","operationId":"artifacts_repos_blob_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/commit/{hash}","operationId":"artifacts_repos_commit_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/file","operationId":"artifacts_repos_file_get","scopes":["artifacts.read"]},{"method":"POST","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/fork","operationId":"artifacts_repos_fork","scopes":["artifacts.write"]},{"method":"POST","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/import","operationId":"artifacts_repos_import","scopes":["artifacts.write"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/log","operationId":"artifacts_repos_log_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/raw/{ref}/{path}","operationId":"artifacts_repos_raw_get","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/tokens","operationId":"artifacts_repo_tokens_list","scopes":["artifacts.read"]},{"method":"GET","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/repos/{name}/tree/{hash}","operationId":"artifacts_repos_tree_get","scopes":["artifacts.read"]},{"method":"POST","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/tokens","operationId":"artifacts_tokens_create","scopes":["artifacts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/artifacts/namespaces/{namespace}/tokens/{id}","operationId":"artifacts_tokens_revoke","scopes":["artifacts.write"]},{"method":"GET","path":"/accounts/{account_id}/audit_logs","operationId":"audit-logs-get-account-audit-logs","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/autorag/rags/{id}/ai-search","operationId":"autorag-config-ai-search","scopes":["rag.write"]},{"method":"GET","path":"/accounts/{account_id}/autorag/rags/{id}/files","operationId":"autorag-config-files","scopes":["rag.read","rag.write"]},{"method":"GET","path":"/accounts/{account_id}/autorag/rags/{id}/jobs","operationId":"autorag-config-list-jobs","scopes":["rag.read","rag.write"]},{"method":"GET","path":"/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}","operationId":"autorag-config-get-job","scopes":["rag.read","rag.write"]},{"method":"GET","path":"/accounts/{account_id}/autorag/rags/{id}/jobs/{job_id}/logs","operationId":"autorag-config-list-job-logs","scopes":["rag.read","rag.write"]},{"method":"POST","path":"/accounts/{account_id}/autorag/rags/{id}/search","operationId":"autorag-config-search","scopes":["rag.write"]},{"method":"PATCH","path":"/accounts/{account_id}/autorag/rags/{id}/sync","operationId":"autorag-config-sync","scopes":["rag.write"]},{"method":"GET","path":"/accounts/{account_id}/botnet_feed/asn/{asn_id}/day_report","operationId":"botnet-threat-feed-get-day-report","scopes":["ddos-botnet-feed.read","ddos-botnet-feed.write"]},{"method":"GET","path":"/accounts/{account_id}/botnet_feed/asn/{asn_id}/full_report","operationId":"botnet-threat-feed-get-full-report","scopes":["ddos-botnet-feed.read","ddos-botnet-feed.write"]},{"method":"GET","path":"/accounts/{account_id}/botnet_feed/configs/asn","operationId":"botnet-threat-feed-list-asn","scopes":["ddos-botnet-feed.read","ddos-botnet-feed.write"]},{"method":"DELETE","path":"/accounts/{account_id}/botnet_feed/configs/asn/{asn_id}","operationId":"botnet-threat-feed-delete-asn","scopes":["ddos-botnet-feed.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/alerts","operationId":"getAccountsAccountIdBrandProtectionAlerts","scopes":["intel.read","intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/alerts","operationId":"patchAccountsAccountIdBrandProtectionAlerts","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/alerts/clear","operationId":"patchAccountsAccountIdBrandProtectionAlertsClear","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/alerts/refute","operationId":"patchAccountsAccountIdBrandProtectionAlertsRefute","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/alerts/verify","operationId":"patchAccountsAccountIdBrandProtectionAlertsVerify","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/brands","operationId":"getAccountsAccountIdBrandProtectionBrands","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/brands","operationId":"postAccountsAccountIdBrandProtectionBrands","scopes":["intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/brand-protection/brands","operationId":"deleteAccountsAccountIdBrandProtectionBrands","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/brands/patterns","operationId":"getAccountsAccountIdBrandProtectionBrandsPatterns","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/brands/patterns","operationId":"postAccountsAccountIdBrandProtectionBrandsPatterns","scopes":["intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/brand-protection/brands/patterns","operationId":"deleteAccountsAccountIdBrandProtectionBrandsPatterns","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/clear","operationId":"patchAccountsAccountIdBrandProtectionClear","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/domain-info","operationId":"getAccountsAccountIdBrandProtectionDomainInfo","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/logo-matches","operationId":"getAccountsAccountIdBrandProtectionLogoMatches","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/logo-matches/download","operationId":"getAccountsAccountIdBrandProtectionLogoMatchesDownload","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/logos","operationId":"getAccountsAccountIdBrandProtectionLogos","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/logos","operationId":"postAccountsAccountIdBrandProtectionLogos","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/logos/{logo_id}","operationId":"getAccountsAccountIdBrandProtectionLogosLogoId","scopes":["intel.read","intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/brand-protection/logos/{logo_id}","operationId":"deleteAccountsAccountIdBrandProtectionLogosLogoId","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/matches","operationId":"getAccountsAccountIdBrandProtectionMatches","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/matches/download","operationId":"getAccountsAccountIdBrandProtectionMatchesDownload","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/queries","operationId":"getAccountsAccountIdBrandProtectionQueries","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/queries","operationId":"postAccountsAccountIdBrandProtectionQueries","scopes":["intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/brand-protection/queries","operationId":"deleteAccountsAccountIdBrandProtectionQueries","scopes":["intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/queries","operationId":"patchAccountsAccountIdBrandProtectionQueries","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/queries/bulk","operationId":"postAccountsAccountIdBrandProtectionQueriesBulk","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/queries/{query_id}/matches/{domain_id}/dismiss","operationId":"postAccountsAccountIdBrandProtectionQueriesQueryIdMatchesDomainIdDismiss","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/queries/{query_id}/matches/{domain_id}/undismiss","operationId":"postAccountsAccountIdBrandProtectionQueriesQueryIdMatchesDomainIdUndismiss","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/recent-submissions","operationId":"getAccountsAccountIdBrandProtectionRecentSubmissions","scopes":["intel.read","intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/refute","operationId":"patchAccountsAccountIdBrandProtectionRefute","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/scan-logo","operationId":"postAccountsAccountIdBrandProtectionScanLogo","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/scan-page","operationId":"postAccountsAccountIdBrandProtectionScanPage","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/search","operationId":"postAccountsAccountIdBrandProtectionSearch","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/submission-info","operationId":"getAccountsAccountIdBrandProtectionSubmissionInfo","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/brand-protection/submit","operationId":"postAccountsAccountIdBrandProtectionSubmit","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/total-queries","operationId":"getAccountsAccountIdBrandProtectionTotalQueries","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/tracked-domains","operationId":"getAccountsAccountIdBrandProtectionTrackedDomains","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/brand-protection/url-info","operationId":"getAccountsAccountIdBrandProtectionUrlInfo","scopes":["intel.read","intel.write"]},{"method":"PATCH","path":"/accounts/{account_id}/brand-protection/verify","operationId":"patchAccountsAccountIdBrandProtectionVerify","scopes":["intel.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/accessibilityTree","operationId":"brapi-post_AccessibilityTree","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/content","operationId":"brapi-post_Content","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/crawl","operationId":"brapi-post_Crawl","scopes":["browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/crawl/{job_id}","operationId":"brapi-get_CrawlResult","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser","operationId":"brapi-get_DevtoolsBrowserAcquire","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/devtools/browser","operationId":"brapi-post_DevtoolsAcquire","scopes":["browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}","operationId":"brapi-get_DevtoolsBrowser","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json","operationId":"brapi-get_DevtoolsJson","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/activate/{target_id}","operationId":"brapi-get_DevtoolsJsonActivate","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/close/{target_id}","operationId":"brapi-get_DevtoolsJsonClose","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/list","operationId":"brapi-get_DevtoolsJsonList","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/list/{target_id}","operationId":"brapi-get_DevtoolsJsonTarget","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/protocol","operationId":"brapi-get_DevtoolsJsonProtocol","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/json/version","operationId":"brapi-get_DevtoolsJsonVersion","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/page/{target_id}","operationId":"brapi-get_DevtoolsPage","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/session","operationId":"brapi-get_DevtoolsSessionList","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/browser-rendering/devtools/session/{session_id}","operationId":"brapi-get_DevtoolsSessionDetails","scopes":["browser-rendering.read","browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/json","operationId":"brapi-post_Json","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/links","operationId":"brapi-post_Links","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/markdown","operationId":"brapi-post_Markdown","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/pdf","operationId":"brapi-post_Pdf","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/scrape","operationId":"brapi-post_Scrape","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/screenshot","operationId":"brapi-post_Screenshot","scopes":["browser-rendering.write"]},{"method":"POST","path":"/accounts/{account_id}/browser-rendering/snapshot","operationId":"brapi-post_Snapshot","scopes":["browser-rendering.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/account/limits","operationId":"getAccountLimits","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/builds","operationId":"getBuildsByVersionIds","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/builds/latest","operationId":"getLatestBuildsByScripts","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/builds/{build_uuid}","operationId":"getBuildByUuid","scopes":["workers-ci.read","workers-ci.write"]},{"method":"PUT","path":"/accounts/{account_id}/builds/builds/{build_uuid}/cancel","operationId":"cancelBuildByUuid","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/builds/{build_uuid}/logs","operationId":"getBuildLogs","scopes":["workers-ci.read","workers-ci.write"]},{"method":"PUT","path":"/accounts/{account_id}/builds/repos/connections","operationId":"upsertRepoConnection","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/repos/connections/{repo_connection_uuid}","operationId":"deleteRepoConnection","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/repos/{provider_type}/{provider_account_id}/{repo_id}/config_autofill","operationId":"getWorkerConfigAutofill","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/tokens","operationId":"listBuildTokens","scopes":["workers-ci.read","workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/tokens","operationId":"createBuildToken","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/tokens/{build_token_uuid}","operationId":"deleteBuildToken","scopes":["workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/triggers","operationId":"createTrigger","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}","operationId":"deleteTrigger","scopes":["workers-ci.write"]},{"method":"PATCH","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}","operationId":"updateTrigger","scopes":["workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/builds","operationId":"createManualBuild","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables","operationId":"listEnvironmentVariables","scopes":["workers-ci.read","workers-ci.write"]},{"method":"PATCH","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables","operationId":"upsertEnvironmentVariables","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/environment_variables/{environment_variable_key}","operationId":"deleteEnvironmentVariable","scopes":["workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/triggers/{trigger_uuid}/purge_build_cache","operationId":"purgeBuildCache","scopes":["workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/workers","operationId":"createWorkerBuild","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{external_script_id}/builds","operationId":"listBuildsByScript","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{external_script_id}/triggers","operationId":"listTriggersByScript","scopes":["workers-ci.read","workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks","operationId":"listDeployHooks","scopes":["workers-ci.read","workers-ci.write"]},{"method":"POST","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks","operationId":"createDeployHook","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks/{deploy_hook_uuid}","operationId":"getDeployHook","scopes":["workers-ci.read","workers-ci.write"]},{"method":"PUT","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks/{deploy_hook_uuid}","operationId":"updateDeployHook","scopes":["workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/workers/{script_name}/deploy_hooks/{deploy_hook_uuid}","operationId":"deleteDeployHook","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/builds/workers/{script_tag}","operationId":"getWorkerBuild","scopes":["workers-ci.read","workers-ci.write"]},{"method":"DELETE","path":"/accounts/{account_id}/builds/workers/{script_tag}","operationId":"deleteWorkerBuild","scopes":["workers-ci.write"]},{"method":"PATCH","path":"/accounts/{account_id}/builds/workers/{script_tag}","operationId":"updateWorkerBuild","scopes":["workers-ci.write"]},{"method":"GET","path":"/accounts/{account_id}/calls/apps","operationId":"calls-apps-list","scopes":["calls.read","calls.write"]},{"method":"POST","path":"/accounts/{account_id}/calls/apps","operationId":"calls-apps-create-a-new-app","scopes":["calls.write"]},{"method":"GET","path":"/accounts/{account_id}/calls/apps/{app_id}","operationId":"calls-apps-retrieve-app-details","scopes":["calls.read","calls.write"]},{"method":"PUT","path":"/accounts/{account_id}/calls/apps/{app_id}","operationId":"calls-apps-update-app-details","scopes":["calls.write"]},{"method":"DELETE","path":"/accounts/{account_id}/calls/apps/{app_id}","operationId":"calls-apps-delete-app","scopes":["calls.write"]},{"method":"GET","path":"/accounts/{account_id}/calls/turn_keys","operationId":"calls-turn-key-list","scopes":["calls.read","calls.write"]},{"method":"POST","path":"/accounts/{account_id}/calls/turn_keys","operationId":"calls-turn-key-create","scopes":["calls.write"]},{"method":"GET","path":"/accounts/{account_id}/calls/turn_keys/{key_id}","operationId":"calls-retrieve-turn-key-details","scopes":["calls.read","calls.write"]},{"method":"PUT","path":"/accounts/{account_id}/calls/turn_keys/{key_id}","operationId":"calls-update-turn-key","scopes":["calls.write"]},{"method":"DELETE","path":"/accounts/{account_id}/calls/turn_keys/{key_id}","operationId":"calls-delete-turn-key","scopes":["calls.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel","operationId":"cloudflare-tunnel-list-cloudflare-tunnels","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"POST","path":"/accounts/{account_id}/cfd_tunnel","operationId":"cloudflare-tunnel-create-a-cloudflare-tunnel","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}","operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}","operationId":"cloudflare-tunnel-delete-a-cloudflare-tunnel","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}","operationId":"cloudflare-tunnel-update-a-cloudflare-tunnel","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations","operationId":"cloudflare-tunnel-configuration-get-configuration","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"PUT","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations","operationId":"cloudflare-tunnel-configuration-put-configuration","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections","operationId":"cloudflare-tunnel-list-cloudflare-tunnel-connections","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections","operationId":"cloudflare-tunnel-clean-up-cloudflare-tunnel-connections","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connectors/{connector_id}","operationId":"cloudflare-tunnel-get-cloudflare-tunnel-connector","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"POST","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/management","operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel-management-token","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/cfd_tunnel/{tunnel_id}/token","operationId":"cloudflare-tunnel-get-a-cloudflare-tunnel-token","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/challenges/widgets","operationId":"accounts-turnstile-widgets-list","scopes":["account-settings.read","account-settings.write","challenge-widgets.read","challenge-widgets.write"]},{"method":"POST","path":"/accounts/{account_id}/challenges/widgets","operationId":"accounts-turnstile-widget-create","scopes":["account-settings.write","challenge-widgets.write"]},{"method":"GET","path":"/accounts/{account_id}/challenges/widgets/{sitekey}","operationId":"accounts-turnstile-widget-get","scopes":["account-settings.read","account-settings.write","challenge-widgets.read","challenge-widgets.write"]},{"method":"PUT","path":"/accounts/{account_id}/challenges/widgets/{sitekey}","operationId":"accounts-turnstile-widget-update","scopes":["account-settings.write","challenge-widgets.write"]},{"method":"DELETE","path":"/accounts/{account_id}/challenges/widgets/{sitekey}","operationId":"accounts-turnstile-widget-delete","scopes":["account-settings.write","challenge-widgets.write"]},{"method":"POST","path":"/accounts/{account_id}/challenges/widgets/{sitekey}/rotate_secret","operationId":"accounts-turnstile-widget-rotate-secret","scopes":["account-settings.write","challenge-widgets.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/binary","operationId":"post_BinDBPost","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/binary/{hash}","operationId":"get_BinDBGetBinary","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events","operationId":"get_EventListGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/aggregate","operationId":"get_EventAggregate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/attackers","operationId":"get_AttackerList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/categories","operationId":"get_CategoryList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/categories/catalog","operationId":"get_CategoryListComplete","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/categories/create","operationId":"post_CategoryCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}","operationId":"get_CategoryRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}","operationId":"post_CategoryUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}","operationId":"delete_CategoryDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/categories/{category_id}","operationId":"patch_CategoryUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/countries","operationId":"get_CountryRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/create","operationId":"post_EventCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/create/bulk","operationId":"post_EventCreateBulk","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/create/bulk/relationships","operationId":"post_DOSEventCreateBulkWithRelationships","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset","operationId":"get_DatasetList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups","operationId":"get_GroupList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups","operationId":"post_GroupCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}","operationId":"get_GroupRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}","operationId":"put_GroupUpdate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}","operationId":"delete_GroupDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members","operationId":"get_GroupMemberList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members","operationId":"post_GroupMemberCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/-/groups/{group_id}/members/{member_id}","operationId":"delete_GroupMemberDelete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/create","operationId":"post_DatasetCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}","operationId":"get_DatasetRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}","operationId":"post_DatasetUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}","operationId":"delete_DatasetDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}","operationId":"patch_DatasetUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/copy","operationId":"post_EventCopyToNewDS","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/events/{event_id}","operationId":"get_EventRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicatorTypes/create","operationId":"post_IndicatorTypeCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators","operationId":"get_IndicatorListLegacy","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/bulk","operationId":"post_IndicatorCreateBulk","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/create","operationId":"post_IndicatorCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/tags","operationId":"get_IndicatorTagsList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id}","operationId":"get_IndicatorRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id}","operationId":"delete_IndicatorDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/indicators/{indicator_id}","operationId":"patch_IndicatorUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/move","operationId":"post_EventMoveToNewDS","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions","operationId":"get_PermissionList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions","operationId":"post_PermissionCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions/{grant_id}","operationId":"put_PermissionUpdate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/permissions/{grant_id}","operationId":"delete_PermissionDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/tags/{tag_uuid}/indicators","operationId":"get_DatasetTagIndicatorsList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/targetIndustries","operationId":"get_TargetIndustryListByDataset","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/datasets/populate","operationId":"post_DatasetPopulate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}","operationId":"delete_EventTagDelete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}/create","operationId":"post_EventTagCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/graph","operationId":"get_EventGraph","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/graphql","operationId":"post_EventGraphQL","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/indicator-types","operationId":"get_IndicatorTypesList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/indicatorTypes","operationId":"get_LegacyIndicatorTypesList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/indicators","operationId":"get_IndicatorList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/indicators/aggregate","operationId":"get_IndicatorAggregate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/queries","operationId":"get_EventQueryList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/queries/create","operationId":"post_EventQueryCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}","operationId":"get_EventQueryRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}","operationId":"post_EventQueryUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}","operationId":"delete_EventQueryDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/queries/{query_id}","operationId":"patch_EventQueryUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/raw/{dataset_id}/{event_id}","operationId":"get_EventRawReadDS","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/relate/{event_id}","operationId":"delete_EventReferenceDelete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/relate/{event_id}/create","operationId":"post_EventReferenceCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/relationships/create","operationId":"post_CreateEventRelationship","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/tags","operationId":"get_TagList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/tags/categories","operationId":"get_TagCategoryList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/tags/categories/create","operationId":"post_TagCategoryCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/tags/categories/{category_uuid}","operationId":"delete_TagCategoryDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/tags/categories/{category_uuid}","operationId":"patch_TagCategoryUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/tags/create","operationId":"post_TagCreate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}","operationId":"delete_TagDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}","operationId":"patch_TagUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}/indicators","operationId":"get_TagIndicatorsList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/targetIndustries","operationId":"get_TargetIndustryList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/targetIndustries/catalog","operationId":"get_TargetIndustryListComplete","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/update/bulk","operationId":"patch_EventUpdateBulk","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/events/{dataset_id}/delete","operationId":"delete_EventDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}","operationId":"get_EventReadDeprecated","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}","operationId":"post_EventUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}","operationId":"patch_EventUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id}","operationId":"get_EventRawRead","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id}","operationId":"post_EventRawUpdate","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id}","operationId":"patch_EventRawUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/events/{event_id}/relationships","operationId":"get_EventRelationships","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests","operationId":"cloudforce-one-request-list","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/constants","operationId":"cloudforce-one-request-constants","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/new","operationId":"cloudforce-one-request-new","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/priority","operationId":"cloudforce-one-priority-list","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/priority/new","operationId":"cloudforce-one-priority-new","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/priority/quota","operationId":"cloudforce-one-priority-quota","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/priority/{priority_id}","operationId":"cloudforce-one-priority-get","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/requests/priority/{priority_id}","operationId":"cloudforce-one-priority-update","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/requests/priority/{priority_id}","operationId":"cloudforce-one-priority-delete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/quota","operationId":"cloudforce-one-request-quota","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/types","operationId":"cloudforce-one-request-types","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}","operationId":"cloudforce-one-request-get","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}","operationId":"cloudforce-one-request-update","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}","operationId":"cloudforce-one-request-delete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset","operationId":"cloudforce-one-request-asset-list","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/new","operationId":"cloudforce-one-request-asset-new","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id}","operationId":"cloudforce-one-request-asset-get","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id}","operationId":"cloudforce-one-request-asset-update","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/asset/{asset_id}","operationId":"cloudforce-one-request-asset-delete","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message","operationId":"cloudforce-one-request-message-list","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/new","operationId":"cloudforce-one-request-message-new","scopes":["cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/{message_id}","operationId":"cloudforce-one-request-message-update","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/requests/{request_id}/message/{message_id}","operationId":"cloudforce-one-request-message-delete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/scans/config","operationId":"get_ConfigFetch","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/scans/config","operationId":"post_ConfigCreate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/scans/config/{config_id}","operationId":"delete_DeleteScans","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/scans/config/{config_id}","operationId":"post_ConfigUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/scans/results/{config_id}","operationId":"get_GetOpenPorts","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/matches","operationId":"get_DomainMatchList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries","operationId":"get_GetDomainQueries","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries","operationId":"post_InsertDomainQuery","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries/{query_id}","operationId":"delete_DeleteDomainQuery","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/domain/queries/{query_id}","operationId":"patch_UpdateDomainQuery","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/generate","operationId":"post_LetterGenerate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates","operationId":"get_LetterTemplateList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates","operationId":"post_LetterTemplateCreate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/examples","operationId":"get_LetterTemplateExamples","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/{template_id}","operationId":"get_LetterTemplateGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/{template_id}","operationId":"put_LetterTemplateUpdate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/letter/templates/{template_id}","operationId":"delete_LetterTemplateDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/matches","operationId":"get_LogoMatchList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries","operationId":"get_GetLogoQueries","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries","operationId":"post_InsertLogoQuery","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries/{query_id}","operationId":"delete_DeleteLogoQuery","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/search","operationId":"post_SearchLogoSimilarity","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices","operationId":"get_TakedownNoticeList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices","operationId":"post_TakedownNoticeCreate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/lookup","operationId":"post_TakedownNoticeLookup","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}","operationId":"get_TakedownNoticeGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"PUT","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}","operationId":"put_TakedownNoticeUpdate","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}","operationId":"delete_TakedownNoticeDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters","operationId":"get_TakedownLetterList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters","operationId":"post_TakedownLetterCreate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}","operationId":"get_TakedownLetterGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}","operationId":"delete_TakedownLetterDelete","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/takedown-notices/{notice_id}/letters/{letter_id}/pdf","operationId":"get_TakedownLetterPdfGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/brand-protection/total-queries","operationId":"get_TotalQueries","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections","operationId":"get_CollectionList","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/collections","operationId":"post_CollectionCreate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}","operationId":"get_CollectionGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}","operationId":"delete_CollectionDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}","operationId":"patch_CollectionUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns","operationId":"post_ColumnAdd","scopes":["cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns/{column_id}","operationId":"delete_ColumnDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/columns/{column_id}","operationId":"patch_ColumnUpdate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/export","operationId":"get_CollectionExportEndpoint","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items","operationId":"get_ItemQuery","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items","operationId":"post_ItemCreate","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items/{item_id}","operationId":"get_ItemGet","scopes":["cloudforce-one.read","cloudforce-one.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items/{item_id}","operationId":"delete_ItemDelete","scopes":["cloudforce-one.write"]},{"method":"PATCH","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/items/{item_id}","operationId":"patch_ItemUpdate","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/collections/{collection_id}/search","operationId":"post_ItemSearch","scopes":["cloudforce-one.write"]},{"method":"POST","path":"/accounts/{account_id}/cloudforce-one/v2/events/graphql","operationId":"post_EventGraphQLV2","scopes":["cloudforce-one.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/cnis","operationId":"list_cnis","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/cni/cnis","operationId":"create_cni","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/cnis/{cni}","operationId":"get_cni","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/cni/cnis/{cni}","operationId":"update_cni","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cni/cnis/{cni}","operationId":"delete_cni","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects","operationId":"list_interconnects","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/cni/interconnects","operationId":"create_interconnect","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects/{icon}","operationId":"get_interconnect","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/cni/interconnects/{icon}","operationId":"delete_interconnect","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects/{icon}/loa","operationId":"get_interconnect_loa","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects/{icon}/loa/default","operationId":"get_interconnect_loa_default_name","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/interconnects/{icon}/status","operationId":"get_interconnect_status","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/settings","operationId":"get_settings","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/cni/settings","operationId":"update_settings","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/slots","operationId":"list_slots","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/cni/slots/{slot}","operationId":"get_slot","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/applications/{application_id}","operationId":"getApplication","scopes":["containers.read","containers.write"]},{"method":"DELETE","path":"/accounts/{account_id}/containers/applications/{application_id}","operationId":"deleteApplication","scopes":["containers.write"]},{"method":"PATCH","path":"/accounts/{account_id}/containers/applications/{application_id}","operationId":"modifyApplication","scopes":["containers.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/applications/{application_id}/versions","operationId":"listApplicationVersions","scopes":["containers.read","containers.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/instances/{instance_id}/ssh","operationId":"containerWranglerSsh","scopes":["containers.read","containers.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/registries","operationId":"listImageRegistries","scopes":["containers.read","containers.write"]},{"method":"POST","path":"/accounts/{account_id}/containers/registries","operationId":"createImageRegistry","scopes":["containers.write"]},{"method":"DELETE","path":"/accounts/{account_id}/containers/registries/{domain}","operationId":"deleteImageRegistry","scopes":["containers.write"]},{"method":"GET","path":"/accounts/{account_id}/custom_csrs","operationId":"custom-csrs-for-an-account-list-custom-csrs","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"POST","path":"/accounts/{account_id}/custom_csrs","operationId":"custom-csrs-for-an-account-create-custom-csr","scopes":["account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/custom_csrs/{custom_csr_id}","operationId":"custom-csrs-for-an-account-custom-csr-details","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"DELETE","path":"/accounts/{account_id}/custom_csrs/{custom_csr_id}","operationId":"custom-csrs-for-an-account-delete-custom-csr","scopes":["account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/custom_ns","operationId":"account-level-custom-nameservers-list-account-custom-nameservers","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/custom_ns","operationId":"account-level-custom-nameservers-add-account-custom-nameserver","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/d1/database","operationId":"d1-list-databases","scopes":["d1.read","d1.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database","operationId":"d1-create-database","scopes":["d1.write"]},{"method":"GET","path":"/accounts/{account_id}/d1/database/{database_id}","operationId":"d1-get-database","scopes":["d1.read","d1.write"]},{"method":"PUT","path":"/accounts/{account_id}/d1/database/{database_id}","operationId":"d1-update-database","scopes":["d1.write"]},{"method":"DELETE","path":"/accounts/{account_id}/d1/database/{database_id}","operationId":"d1-delete-database","scopes":["d1.write"]},{"method":"PATCH","path":"/accounts/{account_id}/d1/database/{database_id}","operationId":"d1-update-partial-database","scopes":["d1.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/query","operationId":"d1-query-database","scopes":["d1.read","d1.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/raw","operationId":"d1-raw-database-query","scopes":["d1.read","d1.write"]},{"method":"GET","path":"/accounts/{account_id}/d1/database/{database_id}/time_travel/bookmark","operationId":"d1-time-travel-get-bookmark","scopes":["d1.read","d1.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/content","operationId":"ListContentAssets","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/content/export","operationId":"CreateContentExport","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/exports","operationId":"ListExportJobs","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/exports/{id}","operationId":"GetExportJob","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/finding_types","operationId":"ListFindingTypes","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}","operationId":"GetFindingType","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}/remediation_types","operationId":"GetRemediationTypesForFindingType","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/findings","operationId":"ListFindings","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/export","operationId":"CreateFindingExportCSV","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/ignore","operationId":"IgnoreFinding","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/unignore","operationId":"UnIgnoreFinding","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}","operationId":"GetFinding","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances","operationId":"ListFindingInstances","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/archive","operationId":"ArchiveFindingInstance","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/unarchive","operationId":"UnarchiveFindingInstance","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/instances/{instance_id}","operationId":"GetFindingInstance","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/reset_finding_severity","operationId":"ResetFindingSeverity","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{finding_id}/tune_finding_severity","operationId":"ChangeFindingSeverity","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/findings/{storage_namespace_id}/instances/export","operationId":"CreateFindingInstancesExportCSV","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/remediations/jobs","operationId":"ListRemediationJobs","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/remediations/jobs","operationId":"CreateRemediationJobs","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/remediations/jobs/export","operationId":"CreateRemediationJobsExportCSV","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/webhooks","operationId":"ListWebhooks","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/webhooks","operationId":"CreateWebhook","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/webhooks/evaluate","operationId":"EvaluateNewWebhook","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/webhooks/jobs","operationId":"CreateWebhookJobs","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}","operationId":"GetWebhookConfigByID","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}","operationId":"UpdateWebhook","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}","operationId":"DeleteWebhook","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/data-security/posture/webhooks/{webhook_id}/evaluate","operationId":"EvaluateExistingWebhook","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/ip-profiles","operationId":"list-ip-profiles","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/ip-profiles","operationId":"create-ip-profile","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/ip-profiles/{profile_id}","operationId":"get-ip-profile","scopes":["teams.read","teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/ip-profiles/{profile_id}","operationId":"delete-ip-profile","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/ip-profiles/{profile_id}","operationId":"update-ip-profile","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/networks","operationId":"device-managed-networks-create-device-managed-network","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/networks/{network_id}","operationId":"device-managed-networks-update-device-managed-network","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/networks/{network_id}","operationId":"device-managed-networks-delete-device-managed-network","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/physical-devices/{device_id}","operationId":"delete-device","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/physical-devices/{device_id}/revoke","operationId":"revoke-device","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/policy","operationId":"devices-create-device-settings-policy","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/policy","operationId":"devices-update-default-device-settings-policy","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/exclude","operationId":"devices-set-split-tunnel-exclude-list","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/fallback_domains","operationId":"devices-set-local-domain-fallback-list","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/include","operationId":"devices-set-split-tunnel-include-list","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/policy/{policy_id}","operationId":"devices-delete-device-settings-policy","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/policy/{policy_id}","operationId":"devices-update-device-settings-policy","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/{policy_id}/exclude","operationId":"devices-set-split-tunnel-exclude-list-for-a-device-settings-policy","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/{policy_id}/fallback_domains","operationId":"devices-set-local-domain-fallback-list-for-a-device-settings-policy","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/policy/{policy_id}/include","operationId":"devices-set-split-tunnel-include-list-for-a-device-settings-policy","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/posture","operationId":"device-posture-rules-create-device-posture-rule","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/posture/integration","operationId":"device-posture-integrations-create-device-posture-integration","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/posture/integration/{integration_id}","operationId":"device-posture-integrations-delete-device-posture-integration","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/posture/integration/{integration_id}","operationId":"device-posture-integrations-update-device-posture-integration","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/posture/{rule_id}","operationId":"device-posture-rules-update-device-posture-rule","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/posture/{rule_id}","operationId":"device-posture-rules-delete-device-posture-rule","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/registrations","operationId":"delete-registrations","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/registrations/revoke","operationId":"revoke-registrations","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/registrations/unrevoke","operationId":"unrevoke-registrations","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/registrations/{registration_id}","operationId":"delete-registration","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/registrations/{registration_id}/override_codes","operationId":"get-registration-override-codes","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/resilience/disconnect","operationId":"devices-resilience-retrieve-global-warp-override","scopes":["teams-resilience.read","teams-resilience.write","teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/resilience/disconnect","operationId":"devices-resilience-set-global-warp-override","scopes":["teams-resilience.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/revoke","operationId":"devices-revoke-devices","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/devices/settings","operationId":"zero-trust-accounts-update-device-settings-for-the-zero-trust-account","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/devices/settings","operationId":"zero-trust-accounts-delete-device-settings-for-zero-trust-account","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/devices/settings","operationId":"zero-trust-accounts-patch-device-settings-for-the-zero-trust-account","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/devices/unrevoke","operationId":"devices-unrevoke-devices","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/devices/{device_id}/override_codes","operationId":"devices-list-admin-override-code-for-device","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/colos","operationId":"dex-endpoints-list-colos","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/commands","operationId":"get-commands","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"POST","path":"/accounts/{account_id}/dex/commands","operationId":"post-commands","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/commands/devices","operationId":"get-commands-eligible-devices","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/commands/quota","operationId":"get-commands-quota","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/commands/{command_id}/downloads/{filename}","operationId":"get-commands-command-id-downloads-filename","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/dex_tests","operationId":"device-dex-test-details","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"POST","path":"/accounts/{account_id}/dex/devices/dex_tests","operationId":"device-dex-test-create-device-dex-test","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}","operationId":"device-dex-test-get-device-dex-test","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"PUT","path":"/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}","operationId":"device-dex-test-update-device-dex-test","scopes":["teams-dex.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dex/devices/dex_tests/{dex_test_id}","operationId":"device-dex-test-delete-device-dex-test","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/{device_id}/fleet-status/live","operationId":"devices-live-status","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/{device_id}/fleet-status/over-time","operationId":"dex-device-status-over-time","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/devices/{device_id}/isps","operationId":"dex-endpoints-list-device-isps","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/fleet-status/devices","operationId":"dex-fleet-status-devices","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/fleet-status/live","operationId":"dex-fleet-status-live","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/fleet-status/over-time","operationId":"dex-fleet-status-over-time","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/http-tests/{test_id}","operationId":"dex-endpoints-http-test-details","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/http-tests/{test_id}/percentiles","operationId":"dex-endpoints-http-test-percentiles","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/rules","operationId":"list-dex-rules","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"POST","path":"/accounts/{account_id}/dex/rules","operationId":"create-dex-rule","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/rules/{rule_id}","operationId":"get-dex-rule","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"DELETE","path":"/accounts/{account_id}/dex/rules/{rule_id}","operationId":"delete-dex-rule","scopes":["teams-dex.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dex/rules/{rule_id}","operationId":"update-dex-rule","scopes":["teams-dex.write"]},{"method":"GET","path":"/accounts/{account_id}/dex/tests/overview","operationId":"dex-endpoints-list-tests-overview","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/tests/unique-devices","operationId":"dex-endpoints-tests-unique-devices","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/traceroute-test-results/{test_result_id}/network-path","operationId":"dex-endpoints-traceroute-test-result-network-path","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/traceroute-tests/{test_id}","operationId":"dex-endpoints-traceroute-test-details","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/traceroute-tests/{test_id}/network-path","operationId":"dex-endpoints-traceroute-test-network-path","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/traceroute-tests/{test_id}/percentiles","operationId":"dex-endpoints-traceroute-test-percentiles","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/dex/warp-change-events","operationId":"list-warp-change-events","scopes":["teams-dex.read","teams-dex.write","teams.read","teams.report"]},{"method":"GET","path":"/accounts/{account_id}/diagnostics/endpoint-healthchecks","operationId":"diagnostics-endpoint-healthcheck-list","scopes":["magic-transit.write"]},{"method":"POST","path":"/accounts/{account_id}/diagnostics/endpoint-healthchecks","operationId":"diagnostics-endpoint-healthcheck-create","scopes":["magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}","operationId":"diagnostics-endpoint-healthcheck-get","scopes":["magic-transit.write"]},{"method":"POST","path":"/accounts/{account_id}/diagnostics/traceroute","operationId":"diagnostics-traceroute","scopes":["magic-transit.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/custom_prompt_topics","operationId":"dlp-custom-prompt-topics-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/custom_prompt_topics","operationId":"dlp-custom-prompt-topics-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}","operationId":"dlp-custom-prompt-topics-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}","operationId":"dlp-custom-prompt-topics-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/custom_prompt_topics/{entry_id}","operationId":"dlp-custom-prompt-topics-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_classes","operationId":"dlp-data-classes-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/data_classes","operationId":"dlp-data-classes-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_classes/{data_class_id}","operationId":"dlp-data-classes-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/data_classes/{data_class_id}","operationId":"dlp-data-classes-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/data_classes/{data_class_id}","operationId":"dlp-data-classes-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_categories","operationId":"dlp-data-tag-categories-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/data_tag_categories","operationId":"dlp-data-tag-categories-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}","operationId":"dlp-data-tag-categories-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}","operationId":"dlp-data-tag-categories-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}","operationId":"dlp-data-tag-categories-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags","operationId":"dlp-data-tags-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags","operationId":"dlp-data-tags-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}","operationId":"dlp-data-tags-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}","operationId":"dlp-data-tags-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}","operationId":"dlp-data-tags-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_category_templates","operationId":"dlp-data-tag-category-templates-list","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/data_tag_category_templates/{template_id}","operationId":"dlp-data-tag-category-template-read","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/datasets","operationId":"dlp-datasets-read-all","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets","operationId":"dlp-datasets-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}","operationId":"dlp-datasets-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}","operationId":"dlp-datasets-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}","operationId":"dlp-datasets-delete","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}/upload","operationId":"dlp-datasets-create-version","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}/upload/{version}","operationId":"dlp-datasets-upload-version","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}","operationId":"dlp-datasets-define-columns","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/datasets/{dataset_id}/versions/{version}/entries/{entry_id}","operationId":"dlp-datasets-upload-dataset-column","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/document_fingerprints","operationId":"dlp-document-fingerprints-read-all","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/document_fingerprints","operationId":"dlp-document-fingerprints-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}","operationId":"dlp-document-fingerprints-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}","operationId":"dlp-document-fingerprints-upload","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}","operationId":"dlp-document-fingerprints-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/document_fingerprints/{document_fingerprint_id}","operationId":"dlp-document-fingerprints-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/email/account_mapping","operationId":"dlp-email-scanner-get-account-mapping","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/email/account_mapping","operationId":"dlp-email-scanner-create-account-mapping","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/email/rules","operationId":"dlp-email-scanner-list-all-rules","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/email/rules","operationId":"dlp-email-scanner-create-rule","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dlp/email/rules","operationId":"dlp-email-scanner-update-rule-priorities","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/email/rules/{rule_id}","operationId":"dlp-email-scanner-get-rule","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/email/rules/{rule_id}","operationId":"dlp-email-scanner-update-rule","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/email/rules/{rule_id}","operationId":"dlp-email-scanner-delete-rule","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/entries","operationId":"dlp-entries-list-all-entries","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/entries","operationId":"dlp-entries-create-entry","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/entries/custom/{entry_id}","operationId":"dlp-entries-update-custom-entry","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/entries/integration","operationId":"dlp-entries-create-integration-entry","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/entries/integration/{entry_id}","operationId":"dlp-entries-update-integration-entry","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/entries/integration/{entry_id}","operationId":"dlp-entries-delete-integration-entry","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/entries/predefined","operationId":"dlp-entries-create-predefined-entry","scopes":["teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/entries/predefined/{entry_id}","operationId":"dlp-entries-update-predefined-entry","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/entries/predefined/{entry_id}","operationId":"dlp-entries-delete-predefined-entry","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/entries/{entry_id}","operationId":"dlp-entries-get-dlp-entry","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/entries/{entry_id}","operationId":"dlp-entries-update-entry","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/entries/{entry_id}","operationId":"dlp-entries-delete-entry","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/limits","operationId":"dlp-limits-get","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/patterns/validate","operationId":"dlp-pattern-validate","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/payload_log","operationId":"dlp-payload-log-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/payload_log","operationId":"dlp-payload-log-put","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles","operationId":"dlp-profiles-list-all-profiles","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/custom","operationId":"dlp-profiles-list-all-custom-profiles","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/profiles/custom","operationId":"dlp-profiles-create-custom-profiles","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/custom/{profile_id}","operationId":"dlp-profiles-get-custom-profile","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/profiles/custom/{profile_id}","operationId":"dlp-profiles-update-custom-profile","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/profiles/custom/{profile_id}","operationId":"dlp-profiles-delete-custom-profile","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/profiles/predefined","operationId":"dlp-profiles-create-predefined-profile","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}","operationId":"dlp-profiles-get-predefined-profile","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}","operationId":"dlp-profiles-update-predefined-profile","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}","operationId":"dlp-profiles-delete-predefined-profile","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config","operationId":"dlp-profiles-get-predefined-profile-config","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config","operationId":"dlp-profiles-update-predefined-profile-config","scopes":["teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config","operationId":"dlp-profiles-create-predefined-profile-config","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/profiles/{profile_id}","operationId":"dlp-profiles-get-dlp-profile","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups","operationId":"dlp-sensitivity-groups-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/sensitivity_groups","operationId":"dlp-sensitivity-groups-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/templates","operationId":"dlp-sensitivity-group-templates-list","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/templates/{template_id}","operationId":"dlp-sensitivity-group-template-read","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}","operationId":"dlp-sensitivity-groups-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}","operationId":"dlp-sensitivity-groups-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}","operationId":"dlp-sensitivity-groups-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/level_order","operationId":"dlp-sensitivity-groups-get-level-order","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/level_order","operationId":"dlp-sensitivity-groups-put-level-order","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels","operationId":"dlp-sensitivity-levels-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels","operationId":"dlp-sensitivity-levels-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels/{sensitivity_level_id}","operationId":"dlp-sensitivity-levels-read","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels/{sensitivity_level_id}","operationId":"dlp-sensitivity-levels-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/sensitivity_groups/{sensitivity_group_id}/levels/{sensitivity_level_id}","operationId":"dlp-sensitivity-levels-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dlp/settings","operationId":"dlp-settings-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/dlp/settings","operationId":"dlp-settings-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dlp/settings","operationId":"dlp-settings-delete","scopes":["teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dlp/settings","operationId":"dlp-settings-edit","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings","operationId":"publicListPrefixBindings","scopes":["dls.read","dls.write"]},{"method":"POST","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings","operationId":"publicCreatePrefixBinding","scopes":["dls.write","ip-prefix.write"]},{"method":"GET","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}","operationId":"publicGetPrefixBinding","scopes":["dls.read","dls.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}","operationId":"publicDeletePrefixBinding","scopes":["dls.write","ip-prefix.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}","operationId":"publicPatchPrefixBinding","scopes":["dls.write","ip-prefix.write"]},{"method":"GET","path":"/accounts/{account_id}/dls/regions","operationId":"publicListRegions","scopes":["dls.read","dls.write"]},{"method":"GET","path":"/accounts/{account_id}/dls/regions/{region_id}","operationId":"publicGetRegion","scopes":["dls.read","dls.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall","operationId":"dns-firewall-list-dns-firewall-clusters","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"POST","path":"/accounts/{account_id}/dns_firewall","operationId":"dns-firewall-create-dns-firewall-cluster","scopes":["dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}","operationId":"dns-firewall-dns-firewall-cluster-details","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}","operationId":"dns-firewall-delete-dns-firewall-cluster","scopes":["dns-firewall.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}","operationId":"dns-firewall-update-dns-firewall-cluster","scopes":["dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report","operationId":"dns-firewall-analytics-table","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report/bytime","operationId":"dns-firewall-analytics-by-time","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/reverse_dns","operationId":"dns-firewall-show-dns-firewall-cluster-reverse-dns","scopes":["dns-firewall.read","dns-firewall.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dns_firewall/{dns_firewall_id}/reverse_dns","operationId":"dns-firewall-update-dns-firewall-cluster-reverse-dns","scopes":["dns-firewall.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_records/usage","operationId":"dns-records-for-an-account-get-usage","scopes":["account-dns-settings.read","account-dns-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_settings","operationId":"dns-settings-for-an-account-list-dns-settings","scopes":["account-dns-settings.read","account-dns-settings.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dns_settings","operationId":"dns-settings-for-an-account-update-dns-settings","scopes":["account-dns-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_settings/views","operationId":"dns-views-for-an-account-list-internal-dns-views","scopes":["dns-view.read","dns-view.write"]},{"method":"POST","path":"/accounts/{account_id}/dns_settings/views","operationId":"dns-views-for-an-account-create-internal-dns-views","scopes":["dns-view.write"]},{"method":"GET","path":"/accounts/{account_id}/dns_settings/views/{view_id}","operationId":"dns-views-for-an-account-get-internal-dns-view","scopes":["dns-view.read","dns-view.write"]},{"method":"DELETE","path":"/accounts/{account_id}/dns_settings/views/{view_id}","operationId":"dns-views-for-an-account-delete-internal-dns-view","scopes":["dns-view.write"]},{"method":"PATCH","path":"/accounts/{account_id}/dns_settings/views/{view_id}","operationId":"dns-views-for-an-account-update-internal-dns-view","scopes":["dns-view.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate","operationId":"email_security_investigate","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/bulk","operationId":"email_security_get_bulk_jobs","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/bulk","operationId":"email_security_create_bulk_job","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/bulk/{job_id}","operationId":"email_security_get_bulk_job","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/bulk/{job_id}/cancel","operationId":"email_security_cancel_bulk_job","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/bulk/{job_id}/messages","operationId":"email_security_get_bulk_job_messages","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/move","operationId":"email_security_post_bulk_move","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/preview","operationId":"email_security_post_preview","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/release","operationId":"email_security_post_release","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}","operationId":"email_security_get_message","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/action_log","operationId":"email_security_get_message_action_log","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/detections","operationId":"email_security_get_message_detections","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/move","operationId":"email_security_post_message_move","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/preview","operationId":"email_security_get_message_preview","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/raw","operationId":"email_security_get_message_raw","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/reclassify","operationId":"email_security_post_reclassify","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/investigate/{investigate_id}/trace","operationId":"email_security_get_message_trace","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/phishguard/reports","operationId":"email_security_get_phishguard_reports","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/allow_policies","operationId":"email_security_list_allow_policies","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/allow_policies","operationId":"email_security_create_allow_policy","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/allow_policies/batch","operationId":"email_security_batch_allow_policies","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}","operationId":"email_security_get_allow_policy","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}","operationId":"email_security_delete_allow_policy","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}","operationId":"email_security_update_allow_policy","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/block_senders","operationId":"email_security_list_blocked_senders","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/block_senders","operationId":"email_security_create_blocked_sender","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/block_senders/batch","operationId":"email_security_batch_blocked_senders","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/block_senders/{pattern_id}","operationId":"email_security_get_blocked_sender","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/block_senders/{pattern_id}","operationId":"email_security_delete_blocked_sender","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/block_senders/{pattern_id}","operationId":"email_security_update_blocked_sender","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/domains","operationId":"email_security_list_domains","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/domains","operationId":"email_security_create_domains","scopes":["cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/domains","operationId":"email_security_delete_domains","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/domains/batch","operationId":"email_security_batch_domains","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/domains/{domain_id}","operationId":"email_security_get_domain","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/domains/{domain_id}","operationId":"email_security_delete_domain","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/domains/{domain_id}","operationId":"email_security_update_domain","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/domains/{domain_id}/verification","operationId":"email_security_get_domain_verification","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/impersonation_registry","operationId":"email_security_list_impersonation_registry","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/impersonation_registry","operationId":"email_security_create_impersonation_registry","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/impersonation_registry/{impersonation_registry_id}","operationId":"email_security_get_impersonation_registry","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/impersonation_registry/{impersonation_registry_id}","operationId":"email_security_delete_impersonation_registry","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/impersonation_registry/{impersonation_registry_id}","operationId":"email_security_update_impersonation_registry","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions","operationId":"email_security_list_sending_domain_restrictions","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions","operationId":"email_security_create_sending_domain_restriction","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/batch","operationId":"email_security_batch_sending_domain_restrictions","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}","operationId":"email_security_get_sending_domain_restriction","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}","operationId":"email_security_delete_sending_domain_restriction","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}","operationId":"email_security_update_sending_domain_restriction","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/trusted_domains","operationId":"email_security_list_trusted_domains","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/trusted_domains","operationId":"email_security_create_trusted_domain","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/trusted_domains/batch","operationId":"email_security_batch_trusted_domains","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id}","operationId":"email_security_get_trusted_domain","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id}","operationId":"email_security_delete_trusted_domain","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id}","operationId":"email_security_update_trusted_domain","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns","operationId":"email_security_list_url_ignore_patterns","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns","operationId":"email_security_create_url_ignore_pattern","scopes":["cloud-email-security.write"]},{"method":"POST","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns/batch","operationId":"email_security_batch_url_ignore_patterns","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}","operationId":"email_security_get_url_ignore_pattern","scopes":["cloud-email-security.read","cloud-email-security.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}","operationId":"email_security_delete_url_ignore_pattern","scopes":["cloud-email-security.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}","operationId":"email_security_update_url_ignore_pattern","scopes":["cloud-email-security.write"]},{"method":"GET","path":"/accounts/{account_id}/email/routing/addresses","operationId":"email-routing-destination-addresses-list-destination-addresses","scopes":["email-routing-address.read","email-routing-address.write"]},{"method":"POST","path":"/accounts/{account_id}/email/routing/addresses","operationId":"email-routing-destination-addresses-create-a-destination-address","scopes":["email-routing-address.write"]},{"method":"GET","path":"/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}","operationId":"email-routing-destination-addresses-get-a-destination-address","scopes":["email-routing-address.read","email-routing-address.write"]},{"method":"DELETE","path":"/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}","operationId":"email-routing-destination-addresses-delete-destination-address","scopes":["email-routing-address.write"]},{"method":"PATCH","path":"/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}","operationId":"email-routing-destination-addresses-update-destination-address","scopes":["email-routing-address.write"]},{"method":"GET","path":"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration","operationId":"r2-get-event-notification-configs","scopes":["workers-r2.read","workers-r2.write"]},{"method":"GET","path":"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id}","operationId":"r2-get-event-notification-config","scopes":["workers-r2.read","workers-r2.write"]},{"method":"PUT","path":"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id}","operationId":"r2-put-event-notification-config","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id}","operationId":"r2-event-notification-delete-config","scopes":["workers-r2.write"]},{"method":"GET","path":"/accounts/{account_id}/event_subscriptions/subscriptions","operationId":"subscriptions-list","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/event_subscriptions/subscriptions","operationId":"subscriptions-create","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id}","operationId":"subscriptions-get","scopes":["queues.write","workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id}","operationId":"subscriptions-delete","scopes":["queues.write","workers-scripts.write"]},{"method":"PATCH","path":"/accounts/{account_id}/event_subscriptions/subscriptions/{subscription_id}","operationId":"subscriptions-patch","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/firewall/access_rules/rules","operationId":"ip-access-rules-for-an-account-list-ip-access-rules","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write"]},{"method":"POST","path":"/accounts/{account_id}/firewall/access_rules/rules","operationId":"ip-access-rules-for-an-account-create-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-an-account-get-an-ip-access-rule","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write"]},{"method":"DELETE","path":"/accounts/{account_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-an-account-delete-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"PATCH","path":"/accounts/{account_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-an-account-update-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps","operationId":"flagship_list_apps","scopes":["flagship.read","flagship.write"]},{"method":"POST","path":"/accounts/{account_id}/flagship/apps","operationId":"flagship_create_app","scopes":["flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}","operationId":"flagship_get_app","scopes":["flagship.read","flagship.write"]},{"method":"PUT","path":"/accounts/{account_id}/flagship/apps/{app_id}","operationId":"flagship_update_app","scopes":["flagship.write"]},{"method":"DELETE","path":"/accounts/{account_id}/flagship/apps/{app_id}","operationId":"flagship_delete_app","scopes":["flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}/evaluate","operationId":"flagship_evaluate_flag","scopes":["flagship.evaluate","flagship.read","flagship.write"]},{"method":"POST","path":"/accounts/{account_id}/flagship/apps/{app_id}/evaluate","operationId":"flagship_evaluate_flag_post","scopes":["flagship.evaluate","flagship.read","flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags","operationId":"flagship_list_flags","scopes":["flagship.read","flagship.write"]},{"method":"POST","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags","operationId":"flagship_create_flag","scopes":["flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}","operationId":"flagship_get_flag","scopes":["flagship.read","flagship.write"]},{"method":"PUT","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}","operationId":"flagship_update_flag","scopes":["flagship.write"]},{"method":"DELETE","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}","operationId":"flagship_delete_flag","scopes":["flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/flagship/apps/{app_id}/flags/{flag_key}/changelog","operationId":"flagship_get_flag_changelog","scopes":["flagship.read","flagship.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway","operationId":"zero-trust-accounts-get-zero-trust-account-information","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/gateway","operationId":"zero-trust-accounts-create-zero-trust-account","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/app_types","operationId":"zero-trust-gateway-application-and-application-type-mappings-list-application-and-application-type-mappings","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/categories","operationId":"zero-trust-gateway-categories-list-categories","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/dns_destination_ips","operationId":"zero-trust-dns-destination-ips-list-dns-destination-ips","scopes":["teams-secure.location","teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/egress_cidr_pairs","operationId":"zero-trust-accounts-get-egress-cidr-pairs","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/locations","operationId":"zero-trust-gateway-locations-list-zero-trust-gateway-locations","scopes":["teams-secure.location","teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/gateway/locations","operationId":"zero-trust-gateway-locations-create-zero-trust-gateway-location","scopes":["teams-secure.location","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/locations/{location_id}","operationId":"zero-trust-gateway-locations-zero-trust-gateway-location-details","scopes":["teams-secure.location","teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/gateway/locations/{location_id}","operationId":"zero-trust-gateway-locations-update-zero-trust-gateway-location","scopes":["teams-secure.location","teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/gateway/locations/{location_id}","operationId":"zero-trust-gateway-locations-delete-zero-trust-gateway-location","scopes":["teams-secure.location","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/operations","operationId":"zero-trust-gateway-operations-list-zero-trust-gateway-operations","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/operations/{operation_id}","operationId":"zero-trust-gateway-operations-zero-trust-gateway-operation-details","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/pacfiles","operationId":"zero-trust-gateway-pacfiles-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/gateway/pacfiles","operationId":"zero-trust-gateway-pacfiles-create-pacfile","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/gateway/pacfiles/{pacfile_id}","operationId":"zero-trust-gateway-pacfiles-details","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/gateway/pacfiles/{pacfile_id}","operationId":"zero-trust-gateway-pacfiles-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/gateway/pacfiles/{pacfile_id}","operationId":"zero-trust-gateway-pacfiles-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/hyperdrive/configs","operationId":"list-hyperdrive","scopes":["query-cache.read","query-cache.write"]},{"method":"POST","path":"/accounts/{account_id}/hyperdrive/configs","operationId":"create-hyperdrive","scopes":["query-cache.write"]},{"method":"GET","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}","operationId":"get-hyperdrive","scopes":["query-cache.read","query-cache.write"]},{"method":"PUT","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}","operationId":"update-hyperdrive","scopes":["query-cache.write"]},{"method":"DELETE","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}","operationId":"delete-hyperdrive","scopes":["query-cache.write"]},{"method":"PATCH","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}","operationId":"patch-hyperdrive","scopes":["query-cache.write"]},{"method":"POST","path":"/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}/restart","operationId":"restart-hyperdrive","scopes":["query-cache.write"]},{"method":"POST","path":"/accounts/{account_id}/hyperdrive/integrationsOperations/{integration}/createDatabaseSignature","operationId":"create-hyperdrive-database-signature","scopes":["query-cache.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/permission_groups","operationId":"account-permission-group-list","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/iam/permission_groups/{permission_group_id}","operationId":"account-permission-group-details","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/iam/resource_groups","operationId":"account-resource-group-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/iam/resource_groups","operationId":"account-resource-group-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/resource_groups/{resource_group_id}","operationId":"account-resource-group-details","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/iam/resource_groups/{resource_group_id}","operationId":"account-resource-group-update","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/iam/resource_groups/{resource_group_id}","operationId":"account-resource-group-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/user_groups","operationId":"account-user-group-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/iam/user_groups","operationId":"account-user-group-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}","operationId":"account-user-group-details","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}","operationId":"account-user-group-update","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}","operationId":"account-user-group-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members","operationId":"account-user-group-member-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members","operationId":"account-user-group-members-update","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members","operationId":"account-user-group-member-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members/{member_id}","operationId":"account-user-group-member-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/iam/user_groups/{user_group_id}/members/{member_id}","operationId":"account-user-group-member-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1","operationId":"cloudflare-images-list-images","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v1","operationId":"cloudflare-images-upload-an-image-via-url","scopes":["images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v1/direct_upload","operationId":"cloudflare-images-create-authenticated-direct-upload-url-v-1","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/keys","operationId":"cloudflare-images-keys-list-signing-keys","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/stats","operationId":"cloudflare-images-images-usage-statistics","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/variants","operationId":"cloudflare-images-variants-list-variants","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v1/variants","operationId":"cloudflare-images-variants-create-a-variant","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/variants/{variant_id}","operationId":"cloudflare-images-variants-variant-details","scopes":["images.read","images.write"]},{"method":"DELETE","path":"/accounts/{account_id}/images/v1/variants/{variant_id}","operationId":"cloudflare-images-variants-delete-a-variant","scopes":["images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v1/variants/{variant_id}","operationId":"cloudflare-images-variants-update-a-variant","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/variants/{variant_id}/flat","operationId":"cloudflare-images-variants-variant-details-flat","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/{image_id}","operationId":"cloudflare-images-image-details","scopes":["images.read","images.write"]},{"method":"DELETE","path":"/accounts/{account_id}/images/v1/{image_id}","operationId":"cloudflare-images-delete-image","scopes":["images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v1/{image_id}","operationId":"cloudflare-images-update-image","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v1/{image_id}/blob","operationId":"cloudflare-images-base-image","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2","operationId":"cloudflare-images-list-images-v2","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v2/direct_upload","operationId":"cloudflare-images-create-authenticated-direct-upload-url-v-2","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations","operationId":"cloudflare-images-sourcingkit-list-migrations","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations","operationId":"cloudflare-images-sourcingkit-create-migration","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}","operationId":"cloudflare-images-sourcingkit-get-migration","scopes":["images.read","images.write"]},{"method":"DELETE","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}","operationId":"cloudflare-images-sourcingkit-delete-migration","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle","operationId":"cloudflare-images-sourcingkit-get-migration-progress","scopes":["images.read","images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle/abort","operationId":"cloudflare-images-sourcingkit-abort-migration","scopes":["images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/lifecycle/start","operationId":"cloudflare-images-sourcingkit-start-migration","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/migrations/{migration_id}/logs","operationId":"cloudflare-images-sourcingkit-list-migration-logs","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/sources","operationId":"cloudflare-images-sourcingkit-list-sources","scopes":["images.read","images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v2/sourcingkit/sources","operationId":"cloudflare-images-sourcingkit-create-source","scopes":["images.write"]},{"method":"POST","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/connectivity-precheck","operationId":"cloudflare-images-sourcingkit-precheck-source-connectivity","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}","operationId":"cloudflare-images-sourcingkit-get-source","scopes":["images.read","images.write"]},{"method":"DELETE","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}","operationId":"cloudflare-images-sourcingkit-delete-source","scopes":["images.write"]},{"method":"PATCH","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}","operationId":"cloudflare-images-sourcingkit-update-source","scopes":["images.write"]},{"method":"GET","path":"/accounts/{account_id}/images/v2/sourcingkit/sources/{source_id}/connectivity","operationId":"cloudflare-images-sourcingkit-get-source-connectivity","scopes":["images.read","images.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/asn/{asn}","operationId":"asn-intelligence-get-asn-overview","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/asn/{asn}/subnets","operationId":"asn-intelligence-get-asn-subnets","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issue-types","operationId":"get-security-center-issue-types","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issues","operationId":"get-security-center-issues","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issues/class","operationId":"get-security-center-issue-counts-by-class","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issues/severity","operationId":"get-security-center-issue-counts-by-severity","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/attack-surface-report/issues/type","operationId":"get-security-center-issue-counts-by-type","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/dns","operationId":"passive-dns-by-ip-get-passive-dns-by-ip","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/domain","operationId":"domain-intelligence-get-domain-details","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/domain-history","operationId":"domain-history-get-domain-history","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/domain/bulk","operationId":"domain-intelligence-get-multiple-domain-details","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds","operationId":"custom-indicator-feeds-get-indicator-feeds","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds/permissions/view","operationId":"custom-indicator-feeds-view-permissions","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds/{feed_id}","operationId":"custom-indicator-feeds-get-indicator-feed-metadata","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds/{feed_id}/data","operationId":"custom-indicator-feeds-get-indicator-feed-data","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/indicator-feeds/{feed_id}/download","operationId":"custom-indicator-feeds-download-indicator-feed-data","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/ip","operationId":"ip-intelligence-get-ip-overview","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/ip-lists","operationId":"ip-list-get-ip-lists","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/sinkholes","operationId":"sinkhole-config-list-sinkholes","scopes":["intel.read","intel.write"]},{"method":"POST","path":"/accounts/{account_id}/intel/sinkholes","operationId":"sinkhole-config-create-sinkhole","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}","operationId":"sinkhole-config-get-sinkhole","scopes":["intel.read","intel.write"]},{"method":"PUT","path":"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}","operationId":"sinkhole-config-update-sinkhole","scopes":["intel.write"]},{"method":"DELETE","path":"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}","operationId":"sinkhole-config-delete-sinkhole","scopes":["intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/sinkholes/{sinkhole_id}/ingresses","operationId":"sinkhole-config-list-sinkhole-ingresses","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/url","operationId":"url-intelligence-get-url-intelligence","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/intel/whois","operationId":"whois-record-get-whois-record","scopes":["intel.read","intel.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers","operationId":"account-load-balancers-list-account-load-balancers","scopes":["load-balancers-account.read","load-balancers-account.write"]},{"method":"POST","path":"/accounts/{account_id}/load_balancers","operationId":"account-load-balancers-create-account-load-balancer","scopes":["load-balancers-account.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/monitors","operationId":"account-load-balancer-monitors-list-monitors","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"POST","path":"/accounts/{account_id}/load_balancers/monitors","operationId":"account-load-balancer-monitors-create-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}","operationId":"account-load-balancer-monitors-monitor-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"PUT","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}","operationId":"account-load-balancer-monitors-update-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"DELETE","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}","operationId":"account-load-balancer-monitors-delete-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}","operationId":"account-load-balancer-monitors-patch-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/monitors/{monitor_id}/references","operationId":"account-load-balancer-monitors-list-monitor-references","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/pools","operationId":"account-load-balancer-pools-list-pools","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"POST","path":"/accounts/{account_id}/load_balancers/pools","operationId":"account-load-balancer-pools-create-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/accounts/{account_id}/load_balancers/pools","operationId":"account-load-balancer-pools-patch-pools","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}","operationId":"account-load-balancer-pools-pool-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"PUT","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}","operationId":"account-load-balancer-pools-update-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"DELETE","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}","operationId":"account-load-balancer-pools-delete-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}","operationId":"account-load-balancer-pools-patch-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}/health","operationId":"account-load-balancer-pools-pool-health-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/pools/{pool_id}/references","operationId":"account-load-balancer-pools-list-pool-references","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/preview/{preview_id}","operationId":"account-load-balancer-monitors-preview-result","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/regions","operationId":"load-balancer-regions-list-regions","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/regions/{region_id}","operationId":"load-balancer-regions-get-region","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/search","operationId":"account-load-balancer-search-search-resources","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/usage","operationId":"account-load-balancers-list-load-balancer-usage","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/accounts/{account_id}/load_balancers/{load_balancer_id}","operationId":"account-load-balancers-account-load-balancer-details","scopes":["load-balancers-account.read","load-balancers-account.write"]},{"method":"PUT","path":"/accounts/{account_id}/load_balancers/{load_balancer_id}","operationId":"account-load-balancers-update-account-load-balancer","scopes":["load-balancers-account.write"]},{"method":"DELETE","path":"/accounts/{account_id}/load_balancers/{load_balancer_id}","operationId":"account-load-balancers-delete-account-load-balancer","scopes":["load-balancers-account.write"]},{"method":"PATCH","path":"/accounts/{account_id}/load_balancers/{load_balancer_id}","operationId":"account-load-balancers-patch-account-load-balancer","scopes":["load-balancers-account.write"]},{"method":"GET","path":"/accounts/{account_id}/logpush/datasets/{dataset_id}/fields","operationId":"get-accounts-account_id-logpush-datasets-dataset_id-fields","scopes":["account-logs.read"]},{"method":"GET","path":"/accounts/{account_id}/logpush/datasets/{dataset_id}/jobs","operationId":"get-accounts-account_id-logpush-datasets-dataset_id-jobs","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logpush/jobs","operationId":"get-accounts-account_id-logpush-jobs","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/jobs","operationId":"post-accounts-account_id-logpush-jobs","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logpush/jobs/{job_id}","operationId":"get-accounts-account_id-logpush-jobs-job_id","scopes":["account-logs.write"]},{"method":"PUT","path":"/accounts/{account_id}/logpush/jobs/{job_id}","operationId":"put-accounts-account_id-logpush-jobs-job_id","scopes":["account-logs.write"]},{"method":"DELETE","path":"/accounts/{account_id}/logpush/jobs/{job_id}","operationId":"delete-accounts-account_id-logpush-jobs-job_id","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/ownership","operationId":"post-accounts-account_id-logpush-ownership","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/ownership/validate","operationId":"post-accounts-account_id-logpush-ownership-validate","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/validate/destination","operationId":"delete-accounts-account_id-logpush-validate-destination","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/validate/destination/exists","operationId":"delete-accounts-account_id-logpush-validate-destination-exists","scopes":["account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logpush/validate/origin","operationId":"post-accounts-account_id-logpush-validate-origin","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/audit","operationId":"audit-logs-v2-get-account-audit-logs","scopes":["account-settings.read","account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/audit/product_categories","operationId":"audit-logs-v2-list-account-product-categories","scopes":["account-settings.read","account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/audit/{id}/history","operationId":"audit-logs-v2-get-account-audit-log-history","scopes":["account-settings.read","account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/control/cmb/config","operationId":"get-accounts-account_id-logs-control-cmb-config","scopes":["account-logs.read","account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logs/control/cmb/config","operationId":"post-accounts-account_id-logs-control-cmb-config","scopes":["account-logs.write"]},{"method":"DELETE","path":"/accounts/{account_id}/logs/control/cmb/config","operationId":"delete-accounts-account_id-logs-control-cmb-config","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/explorer/datasets","operationId":"accounts-logs-explorer-datasets-list","scopes":["account-logs.read","account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logs/explorer/datasets","operationId":"accounts-logs-explorer-datasets-create","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/explorer/datasets/available","operationId":"accounts-logs-explorer-datasets-available-list","scopes":["account-logs.read","account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/explorer/datasets/{dataset_id}","operationId":"accounts-logs-explorer-datasets-get","scopes":["account-logs.write"]},{"method":"PUT","path":"/accounts/{account_id}/logs/explorer/datasets/{dataset_id}","operationId":"accounts-logs-explorer-datasets-update","scopes":["account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/explorer/query/sql","operationId":"accounts-logs-explorer-query-get","scopes":["account-logs.read","account-logs.write"]},{"method":"POST","path":"/accounts/{account_id}/logs/explorer/query/sql","operationId":"accounts-logs-explorer-query-post","scopes":["account-logs.read","account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/list","operationId":"logpull-list-log-files","scopes":["account-logs.read","account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/logs/retrieve","operationId":"logpull-retrieve-logs","scopes":["account-logs.read","account-logs.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules","operationId":"listDnsProtectionRulesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules","operationId":"createDnsProtectionRule","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules","operationId":"deleteDnsProtectionRulesForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id}","operationId":"getDnsProtectionRule","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id}","operationId":"deleteDnsProtectionRule","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_dns_protection/configs/dns_protection/rules/{rule_id}","operationId":"updateDnsProtectionRule","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist","operationId":"listAllowlistPrefixesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist","operationId":"createAllowlistedPrefix","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist","operationId":"deleteAllowlistPrefixesForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id}","operationId":"getAllowlistPrefix","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id}","operationId":"deleteAllowlistPrefix","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/allowlist/{prefix_id}","operationId":"updateAllowlistPrefix","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes","operationId":"listPrefixesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes","operationId":"createPrefix","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes","operationId":"deletePrefixesForAccount","scopes":["ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/bulk","operationId":"bulkCreatePrefixes","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id}","operationId":"getPrefix","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id}","operationId":"deletePrefix","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/prefixes/{prefix_id}","operationId":"updatePrefix","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters","operationId":"listSynProtectionFiltersForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters","operationId":"createSynProtectionFilter","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters","operationId":"deleteSynProtectionFiltersForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id}","operationId":"getSynProtectionFilter","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id}","operationId":"deleteSynProtectionFilter","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/filters/{filter_id}","operationId":"updateSynProtectionFilter","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules","operationId":"listSynProtectionRulesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules","operationId":"createSynProtectionRule","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules","operationId":"deleteSynProtectionRulesForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}","operationId":"getSynProtectionRule","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}","operationId":"deleteSynProtectionRule","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}","operationId":"updateSynProtectionRule","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters","operationId":"listTcpFlowProtectionFiltersForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters","operationId":"createTcpFlowProtectionFilter","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters","operationId":"deleteTcpFlowProtectionFiltersForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id}","operationId":"getTcpFlowProtectionFilter","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id}","operationId":"deleteTcpFlowProtectionFilter","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/filters/{filter_id}","operationId":"updateTcpFlowProtectionFilter","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules","operationId":"listTcpFlowProtectionRulesForAccount","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules","operationId":"createTcpFlowProtectionRule","scopes":["ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules","operationId":"deleteTcpFlowProtectionRulesForAccount","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}","operationId":"getTcpFlowProtectionRule","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}","operationId":"deleteTcpFlowProtectionRule","scopes":["ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}","operationId":"updateTcpFlowProtectionRule","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_protection_status","operationId":"getProtectionStatus","scopes":["ddos-protection.read","ddos-protection.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_protection_status","operationId":"updateProtectionStatus","scopes":["ddos-protection.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/apps","operationId":"magic-account-apps-list-apps","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/apps","operationId":"magic-account-apps-add-app","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/apps/{account_app_id}","operationId":"magic-account-apps-update-app","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/apps/{account_app_id}","operationId":"magic-account-apps-delete-app","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf1_sites","operationId":"magic-cf1-sites-list-cf1-sites","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cf1_sites","operationId":"magic-cf1-sites-create-cf1-sites","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}","operationId":"magic-cf1-sites-get-cf1-site","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}","operationId":"magic-cf1-sites-delete-cf1-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}","operationId":"magic-cf1-sites-update-cf1-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps","operationId":"magic-cf1-sites-list-cf1-site-ramps","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps/{ramp_id}","operationId":"magic-cf1-sites-get-cf1-site-ramp","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps/{ramp_id}","operationId":"magic-cf1-sites-delete-cf1-site-ramp","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf_interconnects","operationId":"magic-interconnects-list-interconnects","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cf_interconnects","operationId":"magic-interconnects-update-multiple-interconnects","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cf_interconnects/{cf_interconnect_id}","operationId":"magic-interconnects-list-interconnect-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cf_interconnects/{cf_interconnect_id}","operationId":"magic-interconnects-update-interconnect","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/catalog-syncs","operationId":"catalog-syncs-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/catalog-syncs","operationId":"catalog-syncs-create","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/prebuilt-policies","operationId":"catalog-syncs-prebuilt-policies-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}","operationId":"catalog-syncs-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}","operationId":"catalog-syncs-update","scopes":["magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}","operationId":"catalog-syncs-delete","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}","operationId":"catalog-syncs-patch","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/catalog-syncs/{sync_id}/refresh","operationId":"catalog-syncs-refresh","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/onramps","operationId":"onramps-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/onramps","operationId":"onramps-create","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space","operationId":"onramps-mwan-addr-space-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space","operationId":"onramps-mwan-addr-space-update","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cloud/onramps/magic_wan_address_space","operationId":"onramps-mwan-addr-space-patch","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}","operationId":"onramps-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}","operationId":"onramps-update","scopes":["magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}","operationId":"onramps-delete","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}","operationId":"onramps-patch","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/apply","operationId":"onramps-apply","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/export","operationId":"onramps-export","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/onramps/{onramp_id}/plan","operationId":"onramps-plan","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/providers","operationId":"providers-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/providers","operationId":"providers-create","scopes":["magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/cloud/providers/discover","operationId":"providers-discover-all","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}","operationId":"providers-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}","operationId":"providers-update","scopes":["magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}","operationId":"providers-delete","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}","operationId":"providers-patch","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/providers/{provider_id}/initial_setup","operationId":"providers-initial-setup","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/resources","operationId":"resources-catalog-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/resources/export","operationId":"resources-catalog-export","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/cloud/resources/{resource_id}","operationId":"resources-catalog-read","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors","operationId":"mconn-connectors-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/connectors","operationId":"mconn-connectors-create","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}","operationId":"mconn-connectors-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/connectors/{connector_id}","operationId":"mconn-connectors-update","scopes":["magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/connectors/{connector_id}","operationId":"mconn-connectors-delete","scopes":["magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/connectors/{connector_id}","operationId":"mconn-connectors-edit","scopes":["magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/interrupts","operationId":"mconn-connector-interrupts-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events","operationId":"mconn-connector-telemetry-events-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/latest","operationId":"mconn-connector-telemetry-events-latest-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/events/{event_t}.{event_n}","operationId":"mconn-connector-telemetry-events-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots","operationId":"mconn-connector-telemetry-snapshots-list","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/latest","operationId":"mconn-connector-telemetry-snapshots-latest-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/{snapshot_t}","operationId":"mconn-connector-telemetry-snapshots-get","scopes":["magic-wan.read","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/gre_tunnels","operationId":"magic-gre-tunnels-list-gre-tunnels","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/gre_tunnels","operationId":"magic-gre-tunnels-update-multiple-gre-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/gre_tunnels","operationId":"magic-gre-tunnels-create-gre-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}","operationId":"magic-gre-tunnels-list-gre-tunnel-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}","operationId":"magic-gre-tunnels-update-gre-tunnel","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}","operationId":"magic-gre-tunnels-delete-gre-tunnel","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/ipsec_tunnels","operationId":"magic-ipsec-tunnels-list-ipsec-tunnels","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/ipsec_tunnels","operationId":"magic-ipsec-tunnels-update-multiple-ipsec-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/ipsec_tunnels","operationId":"magic-ipsec-tunnels-create-ipsec-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/ipsec_tunnels/psk","operationId":"magic-ipsec-tunnels-set-pre-shared-keys-for-ipsec-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}","operationId":"magic-ipsec-tunnels-list-ipsec-tunnel-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}","operationId":"magic-ipsec-tunnels-update-ipsec-tunnel","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}","operationId":"magic-ipsec-tunnels-delete-ipsec-tunnel","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/ipsec_tunnels/{ipsec_tunnel_id}/psk_generate","operationId":"magic-ipsec-tunnels-generate-pre-shared-key-(-psk)-for-ipsec-tunnels","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/routes","operationId":"magic-static-routes-list-routes","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/routes","operationId":"magic-static-routes-update-many-routes","scopes":["magic-transit.write","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/routes","operationId":"magic-static-routes-create-routes","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/routes","operationId":"magic-static-routes-delete-many-routes","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/routes/{route_id}","operationId":"magic-static-routes-route-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/routes/{route_id}","operationId":"magic-static-routes-update-route","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/routes/{route_id}","operationId":"magic-static-routes-delete-route","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites","operationId":"magic-sites-list-sites","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites","operationId":"magic-sites-create-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}","operationId":"magic-sites-site-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}","operationId":"magic-sites-update-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}","operationId":"magic-sites-delete-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}","operationId":"magic-sites-patch-site","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/acls","operationId":"magic-site-acls-list-acls","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites/{site_id}/acls","operationId":"magic-site-acls-create-acl","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}","operationId":"magic-site-acls-acl-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}","operationId":"magic-site-acls-update-acl","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}","operationId":"magic-site-acls-delete-acl","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}","operationId":"magic-site-acls-patch-acl","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/app_configs","operationId":"magic-site-app-configs-list-app-configs","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites/{site_id}/app_configs","operationId":"magic-site-app-configs-add-app-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/app_configs/{app_config_id}","operationId":"magic-site-app-configs-update-app-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/app_configs/{app_config_id}","operationId":"magic-site-app-configs-delete-app-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/lans","operationId":"magic-site-lans-list-lans","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites/{site_id}/lans","operationId":"magic-site-lans-create-lan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}","operationId":"magic-site-lans-lan-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}","operationId":"magic-site-lans-update-lan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}","operationId":"magic-site-lans-delete-lan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}/lans/{lan_id}","operationId":"magic-site-lans-patch-lan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/netflow_config","operationId":"magic-site-netflow-config-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/netflow_config","operationId":"magic-site-netflow-config-update-netflow-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/netflow_config","operationId":"magic-site-netflow-config-delete-netflow-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}/netflow_config","operationId":"magic-site-netflow-config-patch-netflow-config","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/wans","operationId":"magic-site-wans-list-wans","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"POST","path":"/accounts/{account_id}/magic/sites/{site_id}/wans","operationId":"magic-site-wans-create-wan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}","operationId":"magic-site-wans-wan-details","scopes":["magic-transit.read","magic-transit.write","magic-wan.read","magic-wan.write"]},{"method":"PUT","path":"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}","operationId":"magic-site-wans-update-wan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"DELETE","path":"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}","operationId":"magic-site-wans-delete-wan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"PATCH","path":"/accounts/{account_id}/magic/sites/{site_id}/wans/{wan_id}","operationId":"magic-site-wans-patch-wan","scopes":["magic-transit.write","magic-wan.write"]},{"method":"GET","path":"/accounts/{account_id}/media/usage","operationId":"usage-analytics-get-account-media-usage","scopes":["images.read"]},{"method":"GET","path":"/accounts/{account_id}/members","operationId":"account-members-list-members","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/members","operationId":"account-members-add-member","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/members/{member_id}","operationId":"account-members-member-details","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/members/{member_id}","operationId":"account-members-update-member","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/members/{member_id}","operationId":"account-members-remove-member","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-list-account-configuration","scopes":["fbm.admin","fbm.read","fbm.write"]},{"method":"PUT","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-update-an-entire-account-configuration","scopes":["fbm.admin","fbm.write"]},{"method":"POST","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-create-account-configuration","scopes":["fbm.admin"]},{"method":"DELETE","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-delete-account-configuration","scopes":["fbm.admin"]},{"method":"PATCH","path":"/accounts/{account_id}/mnm/config","operationId":"magic-network-monitoring-configuration-update-account-configuration-fields","scopes":["fbm.admin","fbm.write"]},{"method":"GET","path":"/accounts/{account_id}/mnm/config/full","operationId":"magic-network-monitoring-configuration-list-rules-and-account-configuration","scopes":["fbm.admin","fbm.read","fbm.write"]},{"method":"GET","path":"/accounts/{account_id}/mnm/rules","operationId":"magic-network-monitoring-rules-list-rules","scopes":["fbm.admin","fbm.read","fbm.write"]},{"method":"PUT","path":"/accounts/{account_id}/mnm/rules","operationId":"magic-network-monitoring-rules-update-rules","scopes":["fbm.admin","fbm.write"]},{"method":"POST","path":"/accounts/{account_id}/mnm/rules","operationId":"magic-network-monitoring-rules-create-rules","scopes":["fbm.admin"]},{"method":"PUT","path":"/accounts/{account_id}/mnm/rules/bulk","operationId":"magic-network-monitoring-rules-update-rules-bulk","scopes":["fbm.admin","fbm.write"]},{"method":"POST","path":"/accounts/{account_id}/mnm/rules/bulk","operationId":"magic-network-monitoring-rules-create-rules-bulk","scopes":["fbm.admin"]},{"method":"GET","path":"/accounts/{account_id}/mnm/rules/{rule_id}","operationId":"magic-network-monitoring-rules-get-rule","scopes":["fbm.admin","fbm.read","fbm.write"]},{"method":"DELETE","path":"/accounts/{account_id}/mnm/rules/{rule_id}","operationId":"magic-network-monitoring-rules-delete-rule","scopes":["fbm.admin"]},{"method":"PATCH","path":"/accounts/{account_id}/mnm/rules/{rule_id}","operationId":"magic-network-monitoring-rules-update-rule","scopes":["fbm.admin","fbm.write"]},{"method":"PATCH","path":"/accounts/{account_id}/mnm/rules/{rule_id}/advertisement","operationId":"magic-network-monitoring-rules-update-advertisement-for-rule","scopes":["fbm.admin","fbm.write"]},{"method":"POST","path":"/accounts/{account_id}/mnm/vpc-flows/token","operationId":"magic-network-monitoring-vpc-flows-generate-authentication-token","scopes":["fbm.admin"]},{"method":"GET","path":"/accounts/{account_id}/mtls_certificates","operationId":"m-tls-certificate-management-list-m-tls-certificates","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"POST","path":"/accounts/{account_id}/mtls_certificates","operationId":"m-tls-certificate-management-upload-m-tls-certificate","scopes":["account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}","operationId":"m-tls-certificate-management-get-m-tls-certificate","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"DELETE","path":"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}","operationId":"m-tls-certificate-management-delete-m-tls-certificate","scopes":["account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}/associations","operationId":"m-tls-certificate-management-list-m-tls-certificate-associations","scopes":["account-ssl-and-certificates.read","account-ssl-and-certificates.write"]},{"method":"GET","path":"/accounts/{account_id}/organizations","operationId":"Accounts_listAccountOrganizations","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects","operationId":"pages-project-get-projects","scopes":["page.read","page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects","operationId":"pages-project-create-project","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}","operationId":"pages-project-get-project","scopes":["page.read","page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}","operationId":"pages-project-delete-project","scopes":["page.write"]},{"method":"PATCH","path":"/accounts/{account_id}/pages/projects/{project_name}","operationId":"pages-project-update-project","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments","operationId":"pages-deployment-get-deployments","scopes":["page.read","page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments","operationId":"pages-deployment-create-deployment","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}","operationId":"pages-deployment-get-deployment-info","scopes":["page.read","page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}","operationId":"pages-deployment-delete-deployment","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/history/logs","operationId":"pages-deployment-get-deployment-logs","scopes":["page.read","page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/retry","operationId":"pages-deployment-retry-deployment","scopes":["page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/rollback","operationId":"pages-deployment-rollback-deployment","scopes":["page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/tails","operationId":"pages-deployment-create-tail","scopes":["page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/tails/{tail_id}","operationId":"pages-deployment-delete-tail","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/domains","operationId":"pages-domains-get-domains","scopes":["page.read","page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/domains","operationId":"pages-domains-add-domain","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name}","operationId":"pages-domains-get-domain","scopes":["page.read","page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name}","operationId":"pages-domains-delete-domain","scopes":["page.write"]},{"method":"PATCH","path":"/accounts/{account_id}/pages/projects/{project_name}/domains/{domain_name}","operationId":"pages-domains-patch-domain","scopes":["page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/purge_build_cache","operationId":"pages-purge-build-cache","scopes":["page.write"]},{"method":"POST","path":"/accounts/{account_id}/pages/projects/{project_name}/source","operationId":"pages-project-connect-project-source","scopes":["page.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pages/projects/{project_name}/source","operationId":"pages-project-disconnect-project-source","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pages/projects/{project_name}/upload-token","operationId":"pages-project-get-upload-token","scopes":["page.write"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/crawler/stripe","operationId":"pay-per-crawl.crawlerGetStripeConfig","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/pay-per-crawl/crawler/stripe","operationId":"pay-per-crawl.crawlerCreateStripeConfig","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pay-per-crawl/crawler/stripe","operationId":"pay-per-crawl.crawlerDeleteStripeConfig","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/publisher/stripe","operationId":"pay-per-crawl.publisherGetStripeConfig","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/pay-per-crawl/publisher/stripe","operationId":"pay-per-crawl.publisherCreateStripeConfig","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pay-per-crawl/publisher/stripe","operationId":"pay-per-crawl.publisherDeleteStripeConfig","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/signature_link","operationId":"pay-per-crawl.getTermsSignatureLink","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/terms","operationId":"pay-per-crawl.getTerms","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/pay-per-crawl/terms/signature","operationId":"pay-per-crawl.getTermsSignature","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/pay-per-crawl/terms/signature","operationId":"pay-per-crawl.sendTermsSignatureEvent","scopes":["account-settings.write"]},{"method":"PATCH","path":"/accounts/{account_id}/pay-per-crawl/zones_can_be_enabled","operationId":"pay-per-crawl.setZonesCanBeEnabled","scopes":["account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/pay-per-crawl/zones_can_be_enabled/query","operationId":"pay-per-crawl.queryZonesCanBeEnabled","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/pcaps","operationId":"magic-pcap-collection-list-packet-capture-requests","scopes":["pcaps-api.read","pcaps-api.write"]},{"method":"POST","path":"/accounts/{account_id}/pcaps","operationId":"magic-pcap-collection-create-pcap-request","scopes":["pcaps-api.write"]},{"method":"GET","path":"/accounts/{account_id}/pcaps/ownership","operationId":"magic-pcap-collection-list-pca-ps-bucket-ownership","scopes":["pcaps-api.read","pcaps-api.write"]},{"method":"POST","path":"/accounts/{account_id}/pcaps/ownership","operationId":"magic-pcap-collection-add-buckets-for-full-packet-captures","scopes":["pcaps-api.write"]},{"method":"POST","path":"/accounts/{account_id}/pcaps/ownership/validate","operationId":"magic-pcap-collection-validate-buckets-for-full-packet-captures","scopes":["pcaps-api.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pcaps/ownership/{ownership_id}","operationId":"magic-pcap-collection-delete-buckets-for-full-packet-captures","scopes":["pcaps-api.write"]},{"method":"GET","path":"/accounts/{account_id}/pcaps/{pcap_id}","operationId":"magic-pcap-collection-get-pcap-request","scopes":["pcaps-api.read","pcaps-api.write"]},{"method":"GET","path":"/accounts/{account_id}/pcaps/{pcap_id}/download","operationId":"magic-pcap-collection-download-simple-pcap","scopes":["pcaps-api.read","pcaps-api.write"]},{"method":"PUT","path":"/accounts/{account_id}/pcaps/{pcap_id}/stop","operationId":"magic-pcap-collection-stop-full-pcap","scopes":["pcaps-api.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines","operationId":"getV4AccountsByAccount_idPipelines_deprecated","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines","operationId":"postV4AccountsByAccount_idPipelines_deprecated","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/pipelines","operationId":"getV4AccountsByAccount_idPipelinesV1Pipelines","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines/v1/pipelines","operationId":"postV4AccountsByAccount_idPipelinesV1Pipelines","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/pipelines/{pipeline_id}","operationId":"getV4AccountsByAccount_idPipelinesV1PipelinesByPipeline_id","scopes":["pipelines.read","pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/sinks","operationId":"getV4AccountsByAccount_idPipelinesV1Sinks","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines/v1/sinks","operationId":"postV4AccountsByAccount_idPipelinesV1Sinks","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/sinks/{sink_id}","operationId":"getV4AccountsByAccount_idPipelinesV1SinksBySink_id","scopes":["pipelines.read","pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/streams","operationId":"getV4AccountsByAccount_idPipelinesV1Streams","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines/v1/streams","operationId":"postV4AccountsByAccount_idPipelinesV1Streams","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/v1/streams/{stream_id}","operationId":"getV4AccountsByAccount_idPipelinesV1StreamsByStream_id","scopes":["pipelines.read","pipelines.write"]},{"method":"POST","path":"/accounts/{account_id}/pipelines/v1/validate_sql","operationId":"postV4AccountsByAccount_idPipelinesV1Validate_sql","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/pipelines/{pipeline_name}","operationId":"getV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","scopes":["pipelines.read","pipelines.write"]},{"method":"PUT","path":"/accounts/{account_id}/pipelines/{pipeline_name}","operationId":"putV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","scopes":["pipelines.write"]},{"method":"DELETE","path":"/accounts/{account_id}/pipelines/{pipeline_name}","operationId":"deleteV4AccountsByAccount_idPipelinesByPipeline_name_deprecated","scopes":["pipelines.write"]},{"method":"GET","path":"/accounts/{account_id}/profile","operationId":"Accounts_getAccountProfile","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/profile","operationId":"Accounts_modifyAccountProfile","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/queues","operationId":"queues-list","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues","operationId":"queues-create","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}","operationId":"queues-get","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/queues/{queue_id}","operationId":"queues-update","scopes":["queues.write","workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/queues/{queue_id}","operationId":"queues-delete","scopes":["queues.write","workers-scripts.write"]},{"method":"PATCH","path":"/accounts/{account_id}/queues/{queue_id}","operationId":"queues-update-partial","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}/consumers","operationId":"queues-list-consumers","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/consumers","operationId":"queues-create-consumer","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}","operationId":"queues-get-consumer","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}","operationId":"queues-update-consumer","scopes":["queues.write","workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}","operationId":"queues-delete-consumer","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages","operationId":"queues-push-message","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/ack","operationId":"queues-ack-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/batch","operationId":"queues-push-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/peek","operationId":"queues-peek-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/preview","operationId":"queues-preview-messages","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/preview/ack","operationId":"queues-ack-preview-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/pull","operationId":"queues-pull-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/messages/purge","operationId":"queues-purge-messages","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}/metrics","operationId":"queues-get-metrics","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/queues/{queue_id}/purge","operationId":"queues-purge-get","scopes":["queues.read","queues.write","workers-scripts.read","workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/queues/{queue_id}/purge","operationId":"queues-purge","scopes":["queues.write","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog","operationId":"list-catalogs","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}","operationId":"get-catalog-details","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/credential","operationId":"store-credentials","scopes":["r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/delete","operationId":"delete-catalog","scopes":["r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/disable","operationId":"disable-catalog","scopes":["r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/enable","operationId":"enable-catalog","scopes":["r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/maintenance-configs","operationId":"get-maintenance-config","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/maintenance-configs","operationId":"update-maintenance-config","scopes":["r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces","operationId":"list-namespaces","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables","operationId":"list-tables","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}","operationId":"get-table","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}/maintenance-configs","operationId":"get-table-maintenance-config","scopes":["r2-catalog.read","r2-catalog.write"]},{"method":"POST","path":"/accounts/{account_id}/r2-catalog/{bucket_name}/namespaces/{namespace}/tables/{table_name}/maintenance-configs","operationId":"update-table-maintenance-config","scopes":["r2-catalog.write"]},{"method":"GET","path":"/accounts/{account_id}/r2/buckets","operationId":"r2-list-buckets","scopes":["workers-r2.read","workers-r2.write"]},{"method":"POST","path":"/accounts/{account_id}/r2/buckets","operationId":"r2-create-bucket","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}","operationId":"r2-delete-bucket","scopes":["workers-r2.write"]},{"method":"GET","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain}","operationId":"r2-get-custom-domain-settings","scopes":["workers-r2.read","workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain}","operationId":"r2-delete-custom-domain","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/objects","operationId":"r2-delete-objects","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/objects/{object_key}","operationId":"r2-delete-object","scopes":["workers-r2.write"]},{"method":"DELETE","path":"/accounts/{account_id}/r2/buckets/{bucket_name}/sippy","operationId":"r2-delete-bucket-sippy-config","scopes":["workers-r2.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/apps","operationId":"get_apps","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/apps","operationId":"create_app","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/apps/{app_id}","operationId":"get_app","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/analytics/daywise","operationId":"get-org-analytics","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/daywise","operationId":"get-livestream-analytics-daywise","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/overall","operationId":"get-livestream-analytics-complete","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams","operationId":"fetch_all_livestreams","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams","operationId":"create_livestream","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/sessions/{livestream-session-id}","operationId":"get-v2-livestreams-livestream-session-id","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}","operationId":"get-v2-livestream-session-livestream-id","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/livestreams/{livestream_id}/active-livestream-session","operationId":"get-v2-active-livestream-session-details","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings","operationId":"get_all_meetings","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings","operationId":"create_meeting","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}","operationId":"get_meeting","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}","operationId":"replace_meeting","scopes":["realtime.admin","realtime.write"]},{"method":"PATCH","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}","operationId":"update_meeting","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream","operationId":"get-v2-meetings-meetingId-active-livestream","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-livestream/stop","operationId":"stop_livestreaming","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session","operationId":"GetActiveSession","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick","operationId":"KickPartcipants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/kick-all","operationId":"KickAllParticipants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute","operationId":"MuteParticipants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/mute-all","operationId":"MuteAllParticipants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/active-session/poll","operationId":"CreatePoll","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestream","operationId":"livestream-session-details","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/livestreams","operationId":"start-livestreaming","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants","operationId":"get_meeting_participants","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants","operationId":"add_participant","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}","operationId":"get_meeting_participant","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}","operationId":"replace_participant","scopes":["realtime.admin","realtime.write"]},{"method":"DELETE","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}","operationId":"delete_meeting_participant","scopes":["realtime.admin","realtime.write"]},{"method":"PATCH","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}","operationId":"edit_participant","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/meetings/{meeting_id}/participants/{participant_id}/token","operationId":"regenerate_token","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets","operationId":"get-presets","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets","operationId":"post-presets","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}","operationId":"get-presets-preset_id","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}","operationId":"put-presets-preset_id","scopes":["realtime.admin","realtime.write"]},{"method":"DELETE","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}","operationId":"delete-presets-preset_id","scopes":["realtime.admin","realtime.write"]},{"method":"PATCH","path":"/accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id}","operationId":"patch-presets-preset_id","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings","operationId":"get_all_recordings","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings","operationId":"start_recording","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings/active-recording/{meeting_id}","operationId":"get_active_recording","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings/track","operationId":"startTrackRecordingForAMeeting","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings/{recording_id}","operationId":"get_one_recording","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/recordings/{recording_id}","operationId":"pause_resume_stop_recording","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions","operationId":"GetSessions","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/peer-report/{peer_id}","operationId":"GetParticipantDataFromPeerId","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}","operationId":"GetSessionDetails","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/chat","operationId":"GetSessionChat","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/livestream-sessions","operationId":"get-v2-livestreamsession-session-meetingId-active-livestream","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants","operationId":"GetSessionParticipants","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/participants/{participant_id}","operationId":"GetParticipantDetails","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/summary","operationId":"GetSessionSummary","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/summary","operationId":"post-sessions-session_id-summary","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/sessions/{session_id}/transcript","operationId":"GetSessionTranscript","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks","operationId":"getAllWebhooks","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks","operationId":"addWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/all","operationId":"getAllWebhookEvents","scopes":["realtime.admin","realtime.write"]},{"method":"GET","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}","operationId":"getWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"PUT","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}","operationId":"replaceWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"DELETE","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}","operationId":"deleteWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"PATCH","path":"/accounts/{account_id}/realtime/kit/{app_id}/webhooks/{webhook_id}","operationId":"editWebhook","scopes":["realtime.admin","realtime.write"]},{"method":"POST","path":"/accounts/{account_id}/request-tracer/trace","operationId":"account-request-tracer-request-trace","scopes":["request-tracer.read"]},{"method":"GET","path":"/accounts/{account_id}/roles","operationId":"account-roles-list-roles","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/roles/{role_id}","operationId":"account-roles-role-details","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists","operationId":"lists-get-lists","scopes":["account-rule-lists.read","account-rule-lists.write"]},{"method":"POST","path":"/accounts/{account_id}/rules/lists","operationId":"lists-create-a-list","scopes":["account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists/bulk_operations/{operation_id}","operationId":"lists-get-bulk-operation-status","scopes":["account-rule-lists.read","account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists/{list_id}","operationId":"lists-get-a-list","scopes":["account-rule-lists.read"]},{"method":"PUT","path":"/accounts/{account_id}/rules/lists/{list_id}","operationId":"lists-update-a-list","scopes":["account-rule-lists.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rules/lists/{list_id}","operationId":"lists-delete-a-list","scopes":["account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists/{list_id}/items","operationId":"lists-get-list-items","scopes":["account-rule-lists.read","account-rule-lists.write"]},{"method":"PUT","path":"/accounts/{account_id}/rules/lists/{list_id}/items","operationId":"lists-update-all-list-items","scopes":["account-rule-lists.write"]},{"method":"POST","path":"/accounts/{account_id}/rules/lists/{list_id}/items","operationId":"lists-create-list-items","scopes":["account-rule-lists.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rules/lists/{list_id}/items","operationId":"lists-delete-list-items","scopes":["account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rules/lists/{list_id}/items/{item_id}","operationId":"lists-get-a-list-item","scopes":["account-rule-lists.read","account-rule-lists.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets","operationId":"listAccountRulesets","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"POST","path":"/accounts/{account_id}/rulesets","operationId":"createAccountRuleset","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint","operationId":"getAccountEntrypointRuleset","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"PUT","path":"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint","operationId":"updateAccountEntrypointRuleset","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions","operationId":"listAccountEntrypointRulesetVersions","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version}","operationId":"getAccountEntrypointRulesetVersion","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/{ruleset_id}","operationId":"getAccountRuleset","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"PUT","path":"/accounts/{account_id}/rulesets/{ruleset_id}","operationId":"updateAccountRuleset","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rulesets/{ruleset_id}","operationId":"deleteAccountRuleset","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"POST","path":"/accounts/{account_id}/rulesets/{ruleset_id}/rules","operationId":"createAccountRulesetRule","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rulesets/{ruleset_id}/rules/{rule_id}","operationId":"deleteAccountRulesetRule","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"PATCH","path":"/accounts/{account_id}/rulesets/{ruleset_id}/rules/{rule_id}","operationId":"updateAccountRulesetRule","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/{ruleset_id}/versions","operationId":"listAccountRulesetVersions","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}","operationId":"getAccountRulesetVersion","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}","operationId":"deleteAccountRulesetVersion","scopes":["account-logs.write","account-rulesets.write","account-waf.write","l4-ddos-managed-ruleset.write","magic-firewall.write","mass-url-redirects.write","select-configuration.write","transform-rules.write"]},{"method":"GET","path":"/accounts/{account_id}/rulesets/{ruleset_id}/versions/{ruleset_version}/by_tag/{rule_tag}","operationId":"listAccountRulesetVersionRulesByTag","scopes":["account-logs.read","account-logs.write","account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","magic-firewall.read","magic-firewall.write","mass-url-redirects.read","mass-url-redirects.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write"]},{"method":"POST","path":"/accounts/{account_id}/rum/site_info","operationId":"web-analytics-create-site","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/list","operationId":"web-analytics-list-sites","scopes":["account-settings.read"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/site_tag/list","operationId":"web-analytics-list-site-tags","scopes":["account-settings.read"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/validate/{hostname}","operationId":"web-analytics-validate-site-hostname","scopes":["account-settings.read"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/zone_tag/list","operationId":"web-analytics-list-zone-tags","scopes":["account-settings.read"]},{"method":"GET","path":"/accounts/{account_id}/rum/site_info/{site_id}","operationId":"web-analytics-get-site","scopes":["account-settings.read"]},{"method":"PUT","path":"/accounts/{account_id}/rum/site_info/{site_id}","operationId":"web-analytics-update-site","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/rum/site_info/{site_id}","operationId":"web-analytics-delete-site","scopes":["account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/rum/v2/{ruleset_id}/rules","operationId":"web-analytics-modify-rules","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Groups","operationId":"scim-groups-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/scim/v2/Groups","operationId":"scim-groups-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Groups/{group_id}","operationId":"scim-groups-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/scim/v2/Groups/{group_id}","operationId":"scim-groups-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"PATCH","path":"/accounts/{account_id}/scim/v2/Groups/{group_id}","operationId":"scim-groups-patch","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/ResourceTypes","operationId":"scim-resource-types-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/ResourceTypes/{resource_type_id}","operationId":"scim-resource-types-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Schemas","operationId":"scim-schemas-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Schemas/{schema_id}","operationId":"scim-schemas-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/ServiceProviderConfig","operationId":"scim-service-provider-config-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Users","operationId":"scim-users-list","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"POST","path":"/accounts/{account_id}/scim/v2/Users","operationId":"scim-users-create","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/scim/v2/Users/{user_id}","operationId":"scim-users-get","scopes":["account-settings.read","account-settings.write","scim-provisioning.write"]},{"method":"PUT","path":"/accounts/{account_id}/scim/v2/Users/{user_id}","operationId":"scim-users-put","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"DELETE","path":"/accounts/{account_id}/scim/v2/Users/{user_id}","operationId":"scim-users-delete","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"PATCH","path":"/accounts/{account_id}/scim/v2/Users/{user_id}","operationId":"scim-users-patch","scopes":["account-settings.write","scim-provisioning.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/acls","operationId":"secondary-dns-(-acl)-list-ac-ls","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/secondary_dns/acls","operationId":"secondary-dns-(-acl)-create-acl","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/acls/{acl_id}","operationId":"secondary-dns-(-acl)-acl-details","scopes":["account-settings.read","account-settings.write"]},{"method":"PUT","path":"/accounts/{account_id}/secondary_dns/acls/{acl_id}","operationId":"secondary-dns-(-acl)-update-acl","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secondary_dns/acls/{acl_id}","operationId":"secondary-dns-(-acl)-delete-acl","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/peers","operationId":"secondary-dns-(-peer)-list-peers","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/secondary_dns/peers","operationId":"secondary-dns-(-peer)-create-peer","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/peers/{peer_id}","operationId":"secondary-dns-(-peer)-peer-details","scopes":["account-settings.read","account-settings.write"]},{"method":"PUT","path":"/accounts/{account_id}/secondary_dns/peers/{peer_id}","operationId":"secondary-dns-(-peer)-update-peer","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secondary_dns/peers/{peer_id}","operationId":"secondary-dns-(-peer)-delete-peer","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/tsigs","operationId":"secondary-dns-(-tsig)-list-tsi-gs","scopes":["account-settings.read","account-settings.write"]},{"method":"POST","path":"/accounts/{account_id}/secondary_dns/tsigs","operationId":"secondary-dns-(-tsig)-create-tsig","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}","operationId":"secondary-dns-(-tsig)-tsig-details","scopes":["account-settings.read","account-settings.write"]},{"method":"PUT","path":"/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}","operationId":"secondary-dns-(-tsig)-update-tsig","scopes":["account-settings.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}","operationId":"secondary-dns-(-tsig)-delete-tsig","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/quota","operationId":"secrets-store-quota","scopes":["secrets-store.read","secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/stores","operationId":"secrets-store-list","scopes":["secrets-store.read","secrets-store.write"]},{"method":"POST","path":"/accounts/{account_id}/secrets_store/stores","operationId":"secrets-store-create","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/stores/{store_id}","operationId":"secrets-store-get-store-by-id","scopes":["secrets-store.read","secrets-store.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secrets_store/stores/{store_id}","operationId":"secrets-store-delete-by-id","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets","operationId":"secrets-store-secrets-list","scopes":["secrets-store.read","secrets-store.write"]},{"method":"POST","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets","operationId":"secrets-store-secret-create","scopes":["secrets-store.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets","operationId":"secrets-store-delete-bulk","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}","operationId":"secrets-store-get-by-id","scopes":["secrets-store.read","secrets-store.write"]},{"method":"DELETE","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}","operationId":"secrets-store-secret-delete-by-id","scopes":["secrets-store.write"]},{"method":"PATCH","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}","operationId":"secrets-store-patch-by-id","scopes":["secrets-store.write"]},{"method":"POST","path":"/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate","operationId":"secrets-store-duplicate-by-id","scopes":["secrets-store.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces","operationId":"workers-kv-namespace-list-namespaces","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"POST","path":"/accounts/{account_id}/storage/kv/namespaces","operationId":"workers-kv-namespace-create-a-namespace","scopes":["workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}","operationId":"workers-kv-namespace-get-a-namespace","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"PUT","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}","operationId":"workers-kv-namespace-rename-a-namespace","scopes":["workers-kv-storage.write"]},{"method":"DELETE","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}","operationId":"workers-kv-namespace-remove-a-namespace","scopes":["workers-kv-storage.write"]},{"method":"PUT","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk","operationId":"workers-kv-namespace-write-multiple-key-value-pairs","scopes":["workers-kv-storage.write"]},{"method":"DELETE","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk","operationId":"workers-kv-namespace-delete-multiple-key-value-pairs-deprecated","scopes":["workers-kv-storage.write"]},{"method":"POST","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/delete","operationId":"workers-kv-namespace-delete-multiple-key-value-pairs","scopes":["workers-kv-storage.write"]},{"method":"POST","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/get","operationId":"workers-kv-namespace-get-multiple-key-value-pairs","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/keys","operationId":"workers-kv-namespace-list-a-namespace'-s-keys","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/metadata/{key_name}","operationId":"workers-kv-namespace-read-the-metadata-for-a-key","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}","operationId":"workers-kv-namespace-read-key-value-pair","scopes":["workers-kv-storage.read","workers-kv-storage.write"]},{"method":"PUT","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}","operationId":"workers-kv-namespace-write-key-value-pair-with-metadata","scopes":["workers-kv-storage.write"]},{"method":"DELETE","path":"/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}","operationId":"workers-kv-namespace-delete-key-value-pair","scopes":["workers-kv-storage.write"]},{"method":"GET","path":"/accounts/{account_id}/stream","operationId":"stream-videos-list-videos","scopes":["stream.read","stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream","operationId":"stream-videos-initiate-video-uploads-using-tus","scopes":["stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/clip","operationId":"stream-video-clipping-clip-videos-given-a-start-and-end-time","scopes":["stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/copy","operationId":"stream-videos-upload-videos-from-a-url","scopes":["stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/direct_upload","operationId":"stream-videos-upload-videos-via-direct-upload-ur-ls","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/keys","operationId":"stream-signing-keys-list-signing-keys","scopes":["stream.read","stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/keys","operationId":"stream-signing-keys-create-signing-keys","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/keys/{identifier}","operationId":"stream-signing-keys-delete-signing-keys","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/live_inputs","operationId":"stream-live-inputs-list-live-inputs","scopes":["stream.read","stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/live_inputs","operationId":"stream-live-inputs-create-a-live-input","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}","operationId":"stream-live-inputs-retrieve-a-live-input","scopes":["stream.read","stream.write"]},{"method":"PUT","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}","operationId":"stream-live-inputs-update-a-live-input","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}","operationId":"stream-live-inputs-delete-a-live-input","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs","operationId":"stream-live-inputs-list-all-outputs-associated-with-a-specified-live-input","scopes":["stream.read","stream.write"]},{"method":"PUT","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs/{output_identifier}","operationId":"stream-live-inputs-update-an-output","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs/{output_identifier}","operationId":"stream-live-inputs-delete-an-output","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/storage-usage","operationId":"stream-videos-storage-usage","scopes":["stream.read","stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/usage","operationId":"usage-analytics-get-account-stream-usage","scopes":["stream.read"]},{"method":"GET","path":"/accounts/{account_id}/stream/watermarks","operationId":"stream-watermark-profile-list-watermark-profiles","scopes":["stream.read","stream.write"]},{"method":"POST","path":"/accounts/{account_id}/stream/watermarks","operationId":"stream-watermark-profile-create-watermark-profiles-via-basic-upload","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/watermarks/{identifier}","operationId":"stream-watermark-profile-watermark-profile-details","scopes":["stream.read","stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/watermarks/{identifier}","operationId":"stream-watermark-profile-delete-watermark-profiles","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/webhook","operationId":"stream-webhook-view-webhooks","scopes":["stream.read","stream.write"]},{"method":"PUT","path":"/accounts/{account_id}/stream/webhook","operationId":"stream-webhook-create-webhooks","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/webhook","operationId":"stream-webhook-delete-webhooks","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}","operationId":"stream-videos-retrieve-video-details","scopes":["stream.read","stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}","operationId":"stream-videos-delete-video","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/audio","operationId":"list-audio-tracks","scopes":["stream.read","stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}","operationId":"delete-audio-tracks","scopes":["stream.write"]},{"method":"PATCH","path":"/accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}","operationId":"edit-audio-tracks","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/captions","operationId":"stream-subtitles/-captions-list-captions-or-subtitles","scopes":["stream.read","stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/captions/{language}","operationId":"stream-subtitles/-captions-get-caption-or-subtitle-for-language","scopes":["stream.read","stream.write"]},{"method":"PUT","path":"/accounts/{account_id}/stream/{identifier}/captions/{language}","operationId":"stream-subtitles/-captions-upload-captions-or-subtitles","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}/captions/{language}","operationId":"stream-subtitles/-captions-delete-captions-or-subtitles","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/captions/{language}/vtt","operationId":"stream-subtitles/-captions-get-vtt-caption-or-subtitle","scopes":["stream.read","stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/downloads","operationId":"stream-m-p-4-downloads-list-downloads","scopes":["stream.read","stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}/downloads","operationId":"stream-m-p-4-downloads-delete-downloads","scopes":["stream.write"]},{"method":"DELETE","path":"/accounts/{account_id}/stream/{identifier}/downloads/{download_type}","operationId":"stream-downloads-delete-type-specific-downloads","scopes":["stream.write"]},{"method":"GET","path":"/accounts/{account_id}/stream/{identifier}/embed","operationId":"stream-videos-retreieve-embed-code-html","scopes":["stream.read","stream.write"]},{"method":"GET","path":"/accounts/{account_id}/teamnet/routes","operationId":"tunnel-route-list-tunnel-routes","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/teamnet/routes","operationId":"tunnel-route-create-a-tunnel-route","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/teamnet/routes/ip/{ip}","operationId":"tunnel-route-get-tunnel-route-by-ip","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/teamnet/routes/network/{ip_network_encoded}","operationId":"tunnel-route-create-a-tunnel-route-with-cidr","scopes":["argotunnel.write","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/teamnet/routes/network/{ip_network_encoded}","operationId":"tunnel-route-delete-a-tunnel-route-with-cidr","scopes":["argotunnel.write","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/teamnet/routes/network/{ip_network_encoded}","operationId":"tunnel-route-update-a-tunnel-route-with-cidr","scopes":["argotunnel.write","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/teamnet/routes/{route_id}","operationId":"tunnel-route-delete-a-tunnel-route","scopes":["argotunnel.write","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/teamnet/routes/{route_id}","operationId":"tunnel-route-update-a-tunnel-route","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/teamnet/virtual_networks","operationId":"tunnel-virtual-network-list-virtual-networks","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/teamnet/virtual_networks","operationId":"tunnel-virtual-network-create-a-virtual-network","scopes":["argotunnel.write","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/teamnet/virtual_networks/{virtual_network_id}","operationId":"tunnel-virtual-network-delete","scopes":["argotunnel.write","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/teamnet/virtual_networks/{virtual_network_id}","operationId":"tunnel-virtual-network-update","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/tunnels","operationId":"cloudflare-tunnel-list-all-tunnels","scopes":["argotunnel.read","argotunnel.write","teams-connector-cloudflared.read","teams-connector-cloudflared.write","teams-connectors.read","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/response/{response_id}","operationId":"urlscanner-get-response-text","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/scan","operationId":"urlscanner-search-scans","scopes":["url-scanner.read","url-scanner.write"]},{"method":"POST","path":"/accounts/{account_id}/urlscanner/scan","operationId":"urlscanner-create-scan","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/scan/{scan_id}","operationId":"urlscanner-get-scan","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/scan/{scan_id}/har","operationId":"urlscanner-get-scan-har","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/scan/{scan_id}/screenshot","operationId":"urlscanner-get-scan-screenshot","scopes":["url-scanner.read","url-scanner.write"]},{"method":"POST","path":"/accounts/{account_id}/urlscanner/v2/bulk","operationId":"urlscanner-create-scan-bulk-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/dom/{scan_id}","operationId":"urlscanner-get-scan-dom-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/har/{scan_id}","operationId":"urlscanner-get-scan-har-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/responses/{response_id}","operationId":"urlscanner-get-response-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/result/{scan_id}","operationId":"urlscanner-get-scan-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"POST","path":"/accounts/{account_id}/urlscanner/v2/scan","operationId":"urlscanner-create-scan-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/screenshots/{scan_id}.png","operationId":"urlscanner-get-scan-screenshot-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/urlscanner/v2/search","operationId":"urlscanner-search-scans-v2","scopes":["url-scanner.read","url-scanner.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/indexes","operationId":"vectorize-(-deprecated)-list-vectorize-indexes","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes","operationId":"vectorize-(-deprecated)-create-vectorize-index","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/indexes/{index_name}","operationId":"vectorize-(-deprecated)-get-vectorize-index","scopes":["vectorize.read","vectorize.write"]},{"method":"PUT","path":"/accounts/{account_id}/vectorize/indexes/{index_name}","operationId":"vectorize-(-deprecated)-update-vectorize-index","scopes":["vectorize.write"]},{"method":"DELETE","path":"/accounts/{account_id}/vectorize/indexes/{index_name}","operationId":"vectorize-(-deprecated)-delete-vectorize-index","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/delete-by-ids","operationId":"vectorize-(-deprecated)-delete-vectors-by-id","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/get-by-ids","operationId":"vectorize-(-deprecated)-get-vectors-by-id","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/insert","operationId":"vectorize-(-deprecated)-insert-vector","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/query","operationId":"vectorize-(-deprecated)-query-vector","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/indexes/{index_name}/upsert","operationId":"vectorize-(-deprecated)-upsert-vector","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes","operationId":"vectorize-list-vectorize-indexes","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes","operationId":"vectorize-create-vectorize-index","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}","operationId":"vectorize-get-vectorize-index","scopes":["vectorize.read","vectorize.write"]},{"method":"DELETE","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}","operationId":"vectorize-delete-vectorize-index","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/delete_by_ids","operationId":"vectorize-delete-vectors-by-id","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/get_by_ids","operationId":"vectorize-get-vectors-by-id","scopes":["vectorize.read","vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/info","operationId":"vectorize-index-info","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/insert","operationId":"vectorize-insert-vector","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/list","operationId":"vectorize-list-vectors","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/create","operationId":"vectorize-create-metadata-index","scopes":["vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/delete","operationId":"vectorize-delete-metadata-index","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/list","operationId":"vectorize-list-metadata-indexes","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/query","operationId":"vectorize-query-vector","scopes":["vectorize.read","vectorize.write"]},{"method":"POST","path":"/accounts/{account_id}/vectorize/v2/indexes/{index_name}/upsert","operationId":"vectorize-upsert-vector","scopes":["vectorize.write"]},{"method":"GET","path":"/accounts/{account_id}/waiting_rooms","operationId":"waiting-room-list-waiting-rooms-account","scopes":["account-waiting-rooms.read"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector","operationId":"cloudflare-tunnel-list-warp-connector-tunnels","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"POST","path":"/accounts/{account_id}/warp_connector","operationId":"cloudflare-tunnel-create-a-warp-connector-tunnel","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}","operationId":"cloudflare-tunnel-get-a-warp-connector-tunnel","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"DELETE","path":"/accounts/{account_id}/warp_connector/{tunnel_id}","operationId":"cloudflare-tunnel-delete-a-warp-connector-tunnel","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"PATCH","path":"/accounts/{account_id}/warp_connector/{tunnel_id}","operationId":"cloudflare-tunnel-update-a-warp-connector-tunnel","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/configurations","operationId":"cloudflare-tunnel-configuration-get-warp-connector-configuration","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"PUT","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/configurations","operationId":"cloudflare-tunnel-configuration-update-warp-connector-configuration","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/connections","operationId":"cloudflare-tunnel-list-warp-connector-tunnel-connections","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/connectors/{connector_id}","operationId":"cloudflare-tunnel-get-warp-connector-tunnel-connector","scopes":["teams-connector-warp.read","teams-connector-warp.write","teams-connectors.read","teams-connectors.write"]},{"method":"PUT","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/failover","operationId":"cloudflare-tunnel-manual-failover-warp-connector-tunnel","scopes":["teams-connector-warp.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/warp_connector/{tunnel_id}/token","operationId":"cloudflare-tunnel-get-a-warp-connector-tunnel-token","scopes":["argotunnel.write","teams-connector-cloudflared.write","teams-connectors.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/account-settings","operationId":"worker-account-settings-fetch-worker-account-settings","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write","account-settings.read","account-settings.write","ddos-botnet-feed.read","ddos-botnet-feed.write","ddos-protection.read","ddos-protection.write","dns-firewall.read","dns-firewall.write","dns-view.read","dns-view.write","load-balancers-account.read","load-balancers-account.write","load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write","scim-provisioning.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-kv-storage.read","workers-kv-storage.write","workers-r2.read","workers-r2.write","workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/account-settings","operationId":"worker-account-settings-create-worker-account-settings","scopes":["account-settings.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces","operationId":"namespace-worker-list","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/dispatch/namespaces","operationId":"namespace-worker-create","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}","operationId":"namespace-worker-get-namespace","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}","operationId":"namespace-worker-put-namespace","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}","operationId":"namespace-worker-delete-namespace","scopes":["workers-scripts.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}","operationId":"namespace-worker-patch-namespace","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts","operationId":"namespace-worker-list-scripts","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts","operationId":"namespace-worker-delete-scripts","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}","operationId":"namespace-worker-script-worker-details","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}","operationId":"namespace-worker-script-upload-worker-module","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}","operationId":"namespace-worker-script-delete-worker","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/bindings","operationId":"namespace-worker-get-script-bindings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/content","operationId":"namespace-worker-get-script-content","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/content","operationId":"namespace-worker-put-script-content","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets","operationId":"namespace-worker-list-script-secrets","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets","operationId":"namespace-worker-put-script-secrets","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets/{secret_name}","operationId":"namespace-worker-get-script-secrets","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets/{secret_name}","operationId":"namespace-worker-delete-script-secret","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/settings","operationId":"namespace-worker-get-script-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/settings","operationId":"namespace-worker-patch-script-settings","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags","operationId":"namespace-worker-get-script-tags","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags","operationId":"namespace-worker-put-script-tags","scopes":["workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags/{tag}","operationId":"namespace-worker-put-script-tag","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags/{tag}","operationId":"namespace-worker-delete-script-tag","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/domains","operationId":"workers.domains.list","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/domains","operationId":"workers.domains.update","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/domains/{domain_id}","operationId":"workers.domains.get","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/domains/{domain_id}","operationId":"workers.domains.delete","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/durable_objects/namespaces","operationId":"durable-objects-namespace-list-namespaces","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects","operationId":"durable-objects-namespace-list-objects","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/destinations","operationId":"destination.list","scopes":["workers-observability.read","workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/destinations","operationId":"destination.create","scopes":["workers-observability.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/observability/destinations/{slug}","operationId":"destinations.delete","scopes":["workers-observability.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/observability/destinations/{slug}","operationId":"destination.update","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/metricsexport","operationId":"metricsExport.list","scopes":["workers-observability.read","workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/metricsexport","operationId":"metricsExport.upsert","scopes":["workers-observability.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/observability/metricsexport","operationId":"metricsExport.delete","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/queries","operationId":"queries.list","scopes":["workers-observability.read","workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/queries","operationId":"queries.post","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/queries/{queryId}","operationId":"queries.get","scopes":["workers-observability.read","workers-observability.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/observability/queries/{queryId}","operationId":"queries.delete","scopes":["workers-observability.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/observability/queries/{queryId}","operationId":"queries.patch","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/shared/query","operationId":"shared.query.post","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/shared/query/{id}","operationId":"shared.query.get","scopes":["workers-observability.read","workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/keys","operationId":"telemetry.keys.list","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/live-tail","operationId":"telemetry.live-tail.post","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/live-tail/heartbeat","operationId":"telemetry.live-tail.heartbeat.get","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/query","operationId":"telemetry.query","scopes":["workers-observability.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/observability/telemetry/values","operationId":"telemetry.values.list","scopes":["workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/observability/usage","operationId":"usage.get","scopes":["workers-observability.read","workers-observability.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/placement/regions","operationId":"worker-placement-list-regions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts","operationId":"worker-script-list-workers","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts-search","operationId":"worker-script-search-workers","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}","operationId":"worker-script-download-worker","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}","operationId":"worker-script-upload-worker-module","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}","operationId":"worker-script-delete-worker","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/assets-upload-session","operationId":"worker-script-update-create-assets-upload-session","scopes":["workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/content","operationId":"worker-script-put-content","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/content/v2","operationId":"worker-script-get-content","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/deployments","operationId":"worker-deployments-list-deployments","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/deployments","operationId":"worker-deployments-create-deployment","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/deployments/{deployment_id}","operationId":"worker-deployments-get-deployment","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}/deployments/{deployment_id}","operationId":"worker-deployments-delete-deployment","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/schedules","operationId":"worker-cron-trigger-get-cron-triggers","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/schedules","operationId":"worker-cron-trigger-update-cron-triggers","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/script-settings","operationId":"worker-script-settings-get-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/scripts/{script_name}/script-settings","operationId":"worker-script-settings-patch-settings","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/secrets","operationId":"worker-list-script-secrets","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/secrets","operationId":"worker-put-script-secret","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}/secrets/{secret_name}","operationId":"worker-delete-script-secret","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/settings","operationId":"worker-script-get-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/scripts/{script_name}/settings","operationId":"worker-script-patch-settings","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/subdomain","operationId":"worker-script-get-subdomain","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/subdomain","operationId":"worker-script-post-subdomain","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}/subdomain","operationId":"worker-script-delete-subdomain","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/tails","operationId":"worker-tail-logs-list-tails","scopes":["workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/tails","operationId":"worker-tail-logs-start-tail","scopes":["workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/scripts/{script_name}/tails/{id}","operationId":"worker-tail-logs-delete-tail","scopes":["workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/usage-model","operationId":"worker-script-fetch-usage-model","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/usage-model","operationId":"worker-script-update-usage-model","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/versions","operationId":"worker-versions-list-versions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/scripts/{script_name}/versions","operationId":"worker-versions-upload-version","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/scripts/{script_name}/versions/{version_id}","operationId":"worker-versions-get-version-detail","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/content","operationId":"worker-environment-get-script-content","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/content","operationId":"worker-environment-put-script-content","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/services/{service_name}/environments/{environment_name}/settings","operationId":"worker-script-environment-get-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workers/subdomain","operationId":"worker-subdomain-get-subdomain","scopes":["workers-scripts.read","workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/subdomain","operationId":"worker-subdomain-create-subdomain","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/subdomain","operationId":"worker-subdomain-delete-subdomain","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/workers","operationId":"listWorkers","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/workers","operationId":"createWorker","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/workers/{worker_id}","operationId":"getWorker","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workers/workers/{worker_id}","operationId":"updateWorker","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/workers/{worker_id}","operationId":"deleteWorker","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/workers/{worker_id}/versions","operationId":"listWorkerVersions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workers/workers/{worker_id}/versions","operationId":"createWorkerVersion","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/workers/{worker_id}/versions/{version_id}","operationId":"getWorkerVersion","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows","operationId":"wor-list-workflows","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/settings","operationId":"wor-get-workflow-settings","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PATCH","path":"/accounts/{account_id}/workflows/settings","operationId":"wor-update-workflow-settings","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}","operationId":"wor-get-workflow-details","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"PUT","path":"/accounts/{account_id}/workflows/{workflow_name}","operationId":"wor-create-or-modify-workflow","scopes":["workers-scripts.write"]},{"method":"DELETE","path":"/accounts/{account_id}/workflows/{workflow_name}","operationId":"wor-delete-workflow","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/instances","operationId":"wor-list-workflow-instances","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances","operationId":"wor-create-new-workflow-instance","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/batch","operationId":"wor-batch-create-workflow-instance","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/batch/delete","operationId":"wor-batch-delete-workflow-instances","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/batch/terminate","operationId":"wor-batch-terminate-workflow-instances","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/terminate","operationId":"wor-status-terminate-workflow-instances","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}","operationId":"wor-describe-workflow-instance","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}","operationId":"wor-delete-workflow-instance","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/events/{event_type}","operationId":"wor-send-event-workflow-instance","scopes":["workers-scripts.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/status","operationId":"wor-change-status-workflow-instance","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/instances/{instance_id}/step","operationId":"wor-get-workflow-instance-step","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/versions","operationId":"wor-list-workflow-versions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}","operationId":"wor-describe-workflow-versions","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}/dag","operationId":"wor-describe-workflow-versions-dag","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}/graph","operationId":"wor-describe-workflow-versions-graph","scopes":["workers-scripts.read","workers-scripts.write","workers-tail.read"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/connectivity_settings","operationId":"zero-trust-accounts-get-connectivity-settings","scopes":["teams.read","teams.report","teams.write"]},{"method":"PATCH","path":"/accounts/{account_id}/zerotrust/connectivity_settings","operationId":"zero-trust-accounts-patch-connectivity-settings","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/routes/hostname","operationId":"zero-trust-networks-route-hostname-list","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/zerotrust/routes/hostname","operationId":"zero-trust-networks-route-hostname-create","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}","operationId":"zero-trust-networks-route-hostname-get","scopes":["argotunnel.read","argotunnel.write","teams-networks.read","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}","operationId":"zero-trust-networks-route-hostname-delete","scopes":["argotunnel.write","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/zerotrust/routes/hostname/{hostname_route_id}","operationId":"zero-trust-networks-route-hostname-update","scopes":["argotunnel.write","teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/subnets","operationId":"zero-trust-networks-subnets-list","scopes":["teams-networks.read","teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/zerotrust/subnets/cloudflare_source/{address_family}","operationId":"zero-trust-networks-subnet-update-cloudflare-source","scopes":["teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/subnets/initial_resolved_ip/{address_family}","operationId":"zero-trust-networks-subnet-get-initial-resolved-ip","scopes":["teams-networks.read","teams-networks.write"]},{"method":"POST","path":"/accounts/{account_id}/zerotrust/subnets/warp","operationId":"zero-trust-networks-subnet-create-warp","scopes":["teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}","operationId":"zero-trust-networks-subnet-get-warp","scopes":["teams-networks.read","teams-networks.write"]},{"method":"DELETE","path":"/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}","operationId":"zero-trust-networks-subnet-delete-warp","scopes":["teams-networks.write"]},{"method":"PATCH","path":"/accounts/{account_id}/zerotrust/subnets/warp/{subnet_id}","operationId":"zero-trust-networks-subnet-update-warp","scopes":["teams-networks.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/behaviors","operationId":"dlp-risk-score-behaviors-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/zt_risk_scoring/behaviors","operationId":"dlp-risk-score-behaviors-put","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/integrations","operationId":"dlp-zt-risk-score-integration-list","scopes":["teams.read","teams.write"]},{"method":"POST","path":"/accounts/{account_id}/zt_risk_scoring/integrations","operationId":"dlp-zt-risk-score-integration-create","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/integrations/reference_id/{reference_id}","operationId":"dlp-zt-risk-score-integration-get-by-reference-id","scopes":["teams.read","teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}","operationId":"dlp-zt-risk-score-integration-get","scopes":["teams.read","teams.write"]},{"method":"PUT","path":"/accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}","operationId":"dlp-zt-risk-score-integration-update","scopes":["teams.write"]},{"method":"DELETE","path":"/accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}","operationId":"dlp-zt-risk-score-integration-delete","scopes":["teams.write"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/summary","operationId":"dlp-risk-score-summary-get","scopes":["teams-pii.read"]},{"method":"GET","path":"/accounts/{account_id}/zt_risk_scoring/{user_id}","operationId":"dlp-risk-score-summary-get-for-user","scopes":["teams-pii.read"]},{"method":"POST","path":"/accounts/{account_id}/zt_risk_scoring/{user_id}/reset","operationId":"dlp-risk-score-reset-post","scopes":["teams.write"]},{"method":"GET","path":"/memberships","operationId":"user'-s-account-memberships-list-memberships","scopes":["memberships.read","memberships.write"]},{"method":"GET","path":"/memberships/{membership_id}","operationId":"user'-s-account-memberships-membership-details","scopes":["memberships.read","memberships.write"]},{"method":"PUT","path":"/memberships/{membership_id}","operationId":"user'-s-account-memberships-update-membership","scopes":["memberships.write"]},{"method":"DELETE","path":"/memberships/{membership_id}","operationId":"user'-s-account-memberships-delete-membership","scopes":["memberships.write"]},{"method":"GET","path":"/organizations","operationId":"Organization_listOrganizations","scopes":["user-details.read","user-details.write"]},{"method":"POST","path":"/organizations","operationId":"Organizations_createUserOrganization","scopes":["user-details.write"]},{"method":"GET","path":"/radar/agent_readiness/summary/{dimension}","operationId":"radar-get-agent-readiness-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/summary/user_agent","operationId":"radar-get-ai-bots-summary-by-user-agent","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/summary/{dimension}","operationId":"radar-get-ai-bots-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/timeseries","operationId":"radar-get-ai-bots-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/timeseries_groups/user_agent","operationId":"radar-get-ai-bots-timeseries-group-by-user-agent","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/bots/timeseries_groups/{dimension}","operationId":"radar-get-ai-bots-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/summary/model","operationId":"radar-get-ai-inference-summary-by-model","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/summary/task","operationId":"radar-get-ai-inference-summary-by-task","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/summary/{dimension}","operationId":"radar-get-ai-inference-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/timeseries_groups/model","operationId":"radar-get-ai-inference-timeseries-group-by-model","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/timeseries_groups/task","operationId":"radar-get-ai-inference-timeseries-group-by-task","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/inference/timeseries_groups/{dimension}","operationId":"radar-get-ai-inference-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/markdown_for_agents/summary","operationId":"radar-get-ai-markdown-for-agents-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ai/markdown_for_agents/timeseries","operationId":"radar-get-ai-markdown-for-agents-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/annotations","operationId":"radar-get-annotations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/annotations/outages","operationId":"radar-get-annotations-outages","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/annotations/outages/locations","operationId":"radar-get-annotations-outages-top","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/dnssec","operationId":"radar-get-dns-as112-timeseries-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/edns","operationId":"radar-get-dns-as112-timeseries-by-edns","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/ip_version","operationId":"radar-get-dns-as112-timeseries-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/protocol","operationId":"radar-get-dns-as112-timeseries-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/query_type","operationId":"radar-get-dns-as112-timeseries-by-query-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/response_codes","operationId":"radar-get-dns-as112-timeseries-by-response-codes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/summary/{dimension}","operationId":"radar-get-dns-as112-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries","operationId":"radar-get-dns-as112-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/dnssec","operationId":"radar-get-dns-as112-timeseries-group-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/edns","operationId":"radar-get-dns-as112-timeseries-group-by-edns","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/ip_version","operationId":"radar-get-dns-as112-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/protocol","operationId":"radar-get-dns-as112-timeseries-group-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/query_type","operationId":"radar-get-dns-as112-timeseries-group-by-query-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/response_codes","operationId":"radar-get-dns-as112-timeseries-group-by-response-codes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/timeseries_groups/{dimension}","operationId":"radar-get-dns-as112-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/top/locations","operationId":"radar-get-dns-as112-top-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/top/locations/dnssec/{dnssec}","operationId":"radar-get-dns-as112-top-locations-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/top/locations/edns/{edns}","operationId":"radar-get-dns-as112-top-locations-by-edns","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/as112/top/locations/ip_version/{ip_version}","operationId":"radar-get-dns-as112-top-locations-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/bitrate","operationId":"radar-get-attacks-layer3-summary-by-bitrate","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/duration","operationId":"radar-get-attacks-layer3-summary-by-duration","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/industry","operationId":"radar-get-attacks-layer3-summary-by-industry","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/ip_version","operationId":"radar-get-attacks-layer3-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/protocol","operationId":"radar-get-attacks-layer3-summary-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/vector","operationId":"radar-get-attacks-layer3-summary-by-vector","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/vertical","operationId":"radar-get-attacks-layer3-summary-by-vertical","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/summary/{dimension}","operationId":"radar-get-attacks-layer3-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries","operationId":"radar-get-attacks-layer3-timeseries-by-bytes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/bitrate","operationId":"radar-get-attacks-layer3-timeseries-group-by-bitrate","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/duration","operationId":"radar-get-attacks-layer3-timeseries-group-by-duration","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/industry","operationId":"radar-get-attacks-layer3-timeseries-group-by-industry","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/ip_version","operationId":"radar-get-attacks-layer3-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/protocol","operationId":"radar-get-attacks-layer3-timeseries-group-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/vector","operationId":"radar-get-attacks-layer3-timeseries-group-by-vector","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/vertical","operationId":"radar-get-attacks-layer3-timeseries-group-by-vertical","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/timeseries_groups/{dimension}","operationId":"radar-get-attacks-layer3-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/attacks","operationId":"radar-get-attacks-layer3-top-attacks","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/industry","operationId":"radar-get-attacks-layer3-top-industries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/locations/origin","operationId":"radar-get-attacks-layer3-top-origin-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/locations/target","operationId":"radar-get-attacks-layer3-top-target-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer3/top/vertical","operationId":"radar-get-attacks-layer3-top-verticals","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/http_method","operationId":"radar-get-attacks-layer7-summary-by-http-method","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/http_version","operationId":"radar-get-attacks-layer7-summary-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/industry","operationId":"radar-get-attacks-layer7-summary-by-industry","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/ip_version","operationId":"radar-get-attacks-layer7-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/managed_rules","operationId":"radar-get-attacks-layer7-summary-by-managed-rules","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/mitigation_product","operationId":"radar-get-attacks-layer7-summary-by-mitigation-product","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/vertical","operationId":"radar-get-attacks-layer7-summary-by-vertical","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/summary/{dimension}","operationId":"radar-get-attacks-layer7-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries","operationId":"radar-get-attacks-layer7-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/http_method","operationId":"radar-get-attacks-layer7-timeseries-group-by-http-method","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/http_version","operationId":"radar-get-attacks-layer7-timeseries-group-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/industry","operationId":"radar-get-attacks-layer7-timeseries-group-by-industry","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/ip_version","operationId":"radar-get-attacks-layer7-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/managed_rules","operationId":"radar-get-attacks-layer7-timeseries-group-by-managed-rules","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/mitigation_product","operationId":"radar-get-attacks-layer7-timeseries-group-by-mitigation-product","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/vertical","operationId":"radar-get-attacks-layer7-timeseries-group-by-vertical","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/timeseries_groups/{dimension}","operationId":"radar-get-attacks-layer7-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/ases/origin","operationId":"radar-get-attacks-layer7-top-origin-as","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/attacks","operationId":"radar-get-attacks-layer7-top-attacks","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/industry","operationId":"radar-get-attacks-layer7-top-industries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/locations/origin","operationId":"radar-get-attacks-layer7-top-origin-location","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/locations/target","operationId":"radar-get-attacks-layer7-top-target-location","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/attacks/layer7/top/vertical","operationId":"radar-get-attacks-layer7-top-verticals","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/hijacks/events","operationId":"radar-get-bgp-hijacks-events","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/ips/timeseries","operationId":"radar-get-bgp-ips-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/ips/top/ases","operationId":"radar-get-bgp-ips-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/leaks/events","operationId":"radar-get-bgp-route-leak-events","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/ases","operationId":"radar-get-bgp-routes-asns","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/moas","operationId":"radar-get-bgp-pfx2as-moas","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/paths/{asn}","operationId":"radar-get-bgp-routes-paths","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/pfx2as","operationId":"radar-get-bgp-pfx2as","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/realtime","operationId":"radar-get-bgp-routes-realtime","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/stats","operationId":"radar-get-bgp-routes-stats","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/routes/upstreams/{asn}/timeseries","operationId":"radar-get-bgp-routes-upstreams-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/rpki/aspa/changes","operationId":"radar-get-bgp-rpki-aspa-changes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/rpki/aspa/snapshot","operationId":"radar-get-bgp-rpki-aspa-snapshot","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/rpki/aspa/timeseries","operationId":"radar-get-bgp-rpki-aspa-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/rpki/roas/timeseries","operationId":"radar-get-bgp-rpki-roas-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/timeseries","operationId":"radar-get-bgp-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/top/ases","operationId":"radar-get-bgp-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/top/ases/prefixes","operationId":"radar-get-bgp-top-asns-by-prefixes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bgp/top/prefixes","operationId":"radar-get-bgp-top-prefixes","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots","operationId":"radar-get-bots","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/crawlers/summary/{dimension}","operationId":"radar-get-crawlers-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/crawlers/timeseries_groups/{dimension}","operationId":"radar-get-crawlers-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/summary/{dimension}","operationId":"radar-get-bots-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/timeseries","operationId":"radar-get-bots-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/timeseries_groups/{dimension}","operationId":"radar-get-bots-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/bots/{bot_slug}","operationId":"radar-get-bot-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/authorities","operationId":"radar-get-certificate-authorities","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/authorities/{ca_slug}","operationId":"radar-get-certificate-authority-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/logs","operationId":"radar-get-certificate-logs","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/logs/{log_slug}","operationId":"radar-get-certificate-log-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/summary/{dimension}","operationId":"radar-get-ct-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/timeseries","operationId":"radar-get-ct-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ct/timeseries_groups/{dimension}","operationId":"radar-get-ct-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/datasets","operationId":"radar-get-reports-datasets","scopes":["user-details.read","user-details.write"]},{"method":"POST","path":"/radar/datasets/download","operationId":"radar-post-reports-dataset-download-url","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/datasets/{alias}","operationId":"radar-get-reports-dataset-download","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/cache_hit","operationId":"radar-get-dns-summary-by-cache-hit-status","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/dnssec","operationId":"radar-get-dns-summary-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/dnssec_aware","operationId":"radar-get-dns-summary-by-dnssec-awareness","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/dnssec_e2e","operationId":"radar-get-dns-summary-by-dnssec-e2e-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/ip_version","operationId":"radar-get-dns-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/matching_answer","operationId":"radar-get-dns-summary-by-matching-answer-status","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/protocol","operationId":"radar-get-dns-summary-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/query_type","operationId":"radar-get-dns-summary-by-query-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/response_code","operationId":"radar-get-dns-summary-by-response-code","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/response_ttl","operationId":"radar-get-dns-summary-by-response-ttl","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/summary/{dimension}","operationId":"radar-get-dns-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries","operationId":"radar-get-dns-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/cache_hit","operationId":"radar-get-dns-timeseries-group-by-cache-hit-status","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/dnssec","operationId":"radar-get-dns-timeseries-group-by-dnssec","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/dnssec_aware","operationId":"radar-get-dns-timeseries-group-by-dnssec-awareness","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/dnssec_e2e","operationId":"radar-get-dns-timeseries-group-by-dnssec-e2e-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/ip_version","operationId":"radar-get-dns-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/matching_answer","operationId":"radar-get-dns-timeseries-group-by-matching-answer-status","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/protocol","operationId":"radar-get-dns-timeseries-group-by-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/query_type","operationId":"radar-get-dns-timeseries-group-by-query-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/response_code","operationId":"radar-get-dns-timeseries-group-by-response-code","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/response_ttl","operationId":"radar-get-dns-timeseries-group-by-response-ttl","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/timeseries_groups/{dimension}","operationId":"radar-get-dns-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/top/ases","operationId":"radar-get-dns-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/dns/top/locations","operationId":"radar-get-dns-top-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/arc","operationId":"radar-get-email-routing-summary-by-arc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/dkim","operationId":"radar-get-email-routing-summary-by-dkim","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/dmarc","operationId":"radar-get-email-routing-summary-by-dmarc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/encrypted","operationId":"radar-get-email-routing-summary-by-encrypted","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/ip_version","operationId":"radar-get-email-routing-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/spf","operationId":"radar-get-email-routing-summary-by-spf","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/summary/{dimension}","operationId":"radar-get-email-routing-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/arc","operationId":"radar-get-email-routing-timeseries-group-by-arc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/dkim","operationId":"radar-get-email-routing-timeseries-group-by-dkim","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/dmarc","operationId":"radar-get-email-routing-timeseries-group-by-dmarc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/encrypted","operationId":"radar-get-email-routing-timeseries-group-by-encrypted","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/ip_version","operationId":"radar-get-email-routing-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/spf","operationId":"radar-get-email-routing-timeseries-group-by-spf","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/routing/timeseries_groups/{dimension}","operationId":"radar-get-email-routing-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/arc","operationId":"radar-get-email-security-summary-by-arc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/dkim","operationId":"radar-get-email-security-summary-by-dkim","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/dmarc","operationId":"radar-get-email-security-summary-by-dmarc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/malicious","operationId":"radar-get-email-security-summary-by-malicious","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/spam","operationId":"radar-get-email-security-summary-by-spam","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/spf","operationId":"radar-get-email-security-summary-by-spf","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/spoof","operationId":"radar-get-email-security-summary-by-spoof","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/threat_category","operationId":"radar-get-email-security-summary-by-threat-category","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/tls_version","operationId":"radar-get-email-security-summary-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/summary/{dimension}","operationId":"radar-get-email-security-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/arc","operationId":"radar-get-email-security-timeseries-group-by-arc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/dkim","operationId":"radar-get-email-security-timeseries-group-by-dkim","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/dmarc","operationId":"radar-get-email-security-timeseries-group-by-dmarc","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/malicious","operationId":"radar-get-email-security-timeseries-group-by-malicious","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/spam","operationId":"radar-get-email-security-timeseries-group-by-spam","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/spf","operationId":"radar-get-email-security-timeseries-group-by-spf","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/spoof","operationId":"radar-get-email-security-timeseries-group-by-spoof","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/threat_category","operationId":"radar-get-email-security-timeseries-group-by-threat-category","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/tls_version","operationId":"radar-get-email-security-timeseries-group-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/timeseries_groups/{dimension}","operationId":"radar-get-email-security-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/top/tlds","operationId":"radar-get-email-security-top-tlds-by-messages","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/top/tlds/malicious/{malicious}","operationId":"radar-get-email-security-top-tlds-by-malicious","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/top/tlds/spam/{spam}","operationId":"radar-get-email-security-top-tlds-by-spam","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/email/security/top/tlds/spoof/{spoof}","operationId":"radar-get-email-security-top-tlds-by-spoof","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns","operationId":"radar-get-entities-asn-list","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/botnet_threat_feed","operationId":"radar-get-as-botnet-threat-feed","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/ip","operationId":"radar-get-entities-asn-by-ip","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/{asn}","operationId":"radar-get-entities-asn-by-id","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/{asn}/as_set","operationId":"radar-get-asns-as-set","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/asns/{asn}/rel","operationId":"radar-get-asns-rel","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/ip","operationId":"radar-get-entities-ip","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/locations","operationId":"radar-get-entities-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/entities/locations/{location}","operationId":"radar-get-entities-location-by-alpha2","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/geolocations","operationId":"radar-get-geolocations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/geolocations/{geo_id}","operationId":"radar-get-geolocation-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/bot_class","operationId":"radar-get-http-summary-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/device_type","operationId":"radar-get-http-summary-by-device-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/http_protocol","operationId":"radar-get-http-summary-by-http-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/http_version","operationId":"radar-get-http-summary-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/ip_version","operationId":"radar-get-http-summary-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/os","operationId":"radar-get-http-summary-by-operating-system","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/post_quantum","operationId":"radar-get-http-summary-by-post-quantum","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/tls_version","operationId":"radar-get-http-summary-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/summary/{dimension}","operationId":"radar-get-http-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries","operationId":"radar-get-http-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/bot_class","operationId":"radar-get-http-timeseries-group-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/browser","operationId":"radar-get-http-timeseries-group-by-browsers","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/browser_family","operationId":"radar-get-http-timeseries-group-by-browser-families","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/device_type","operationId":"radar-get-http-timeseries-group-by-device-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/http_protocol","operationId":"radar-get-http-timeseries-group-by-http-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/http_version","operationId":"radar-get-http-timeseries-group-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/ip_version","operationId":"radar-get-http-timeseries-group-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/os","operationId":"radar-get-http-timeseries-group-by-operating-system","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/post_quantum","operationId":"radar-get-http-timeseries-group-by-post-quantum","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/tls_version","operationId":"radar-get-http-timeseries-group-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/timeseries_groups/{dimension}","operationId":"radar-get-http-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases","operationId":"radar-get-http-top-ases-by-http-requests","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/bot_class/{bot_class}","operationId":"radar-get-http-top-ases-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/browser_family/{browser_family}","operationId":"radar-get-http-top-ases-by-browser-family","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/device_type/{device_type}","operationId":"radar-get-http-top-ases-by-device-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/http_protocol/{http_protocol}","operationId":"radar-get-http-top-ases-by-http-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/http_version/{http_version}","operationId":"radar-get-http-top-ases-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/ip_version/{ip_version}","operationId":"radar-get-http-top-ases-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/os/{os}","operationId":"radar-get-http-top-ases-by-operating-system","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/ases/tls_version/{tls_version}","operationId":"radar-get-http-top-ases-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/browser","operationId":"radar-get-http-top-browsers","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/browser_family","operationId":"radar-get-http-top-browser-families","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations","operationId":"radar-get-http-top-locations-by-http-requests","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/bot_class/{bot_class}","operationId":"radar-get-http-top-locations-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/browser_family/{browser_family}","operationId":"radar-get-http-top-locations-by-browser-family","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/device_type/{device_type}","operationId":"radar-get-http-top-locations-by-device-type","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/http_protocol/{http_protocol}","operationId":"radar-get-http-top-locations-by-http-protocol","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/http_version/{http_version}","operationId":"radar-get-http-top-locations-by-http-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/ip_version/{ip_version}","operationId":"radar-get-http-top-locations-by-ip-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/os/{os}","operationId":"radar-get-http-top-locations-by-operating-system","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/http/top/locations/tls_version/{tls_version}","operationId":"radar-get-http-top-locations-by-tls-version","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/summary/bot_class","operationId":"radar-get-leaked-credential-checks-summary-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/summary/compromised","operationId":"radar-get-leaked-credential-checks-summary-by-compromised","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/summary/{dimension}","operationId":"radar-get-leaked-credential-checks-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/timeseries_groups/bot_class","operationId":"radar-get-leaked-credential-checks-timeseries-group-by-bot-class","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/timeseries_groups/compromised","operationId":"radar-get-leaked-credential-checks-timeseries-group-by-compromised","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/leaked_credential_checks/timeseries_groups/{dimension}","operationId":"radar-get-leaked-credential-checks-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/summary","operationId":"radar-get-netflows-summary-deprecated","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/summary/{dimension}","operationId":"radar-get-netflows-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/timeseries","operationId":"radar-get-netflows-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/timeseries_groups/{dimension}","operationId":"radar-get-netflows-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/top/ases","operationId":"radar-get-netflows-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/netflows/top/locations","operationId":"radar-get-netflows-top-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins","operationId":"radar-get-origins","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins/summary/{dimension}","operationId":"radar-get-origins-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins/timeseries","operationId":"radar-get-origins-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins/timeseries_groups/{dimension}","operationId":"radar-get-origins-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/origins/{slug}","operationId":"radar-get-origin-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/post_quantum/origin/summary/{dimension}","operationId":"radar-get-origin-post-quantum-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/post_quantum/origin/timeseries_groups/{dimension}","operationId":"radar-get-origin-post-quantum-timeseries-groups","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/post_quantum/tls/support","operationId":"radar-get-post-quantum-tls-support","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/iqi/summary","operationId":"radar-get-quality-index-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/iqi/timeseries_groups","operationId":"radar-get-quality-index-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/speed/histogram","operationId":"radar-get-quality-speed-histogram","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/speed/summary","operationId":"radar-get-quality-speed-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/speed/top/ases","operationId":"radar-get-quality-speed-top-ases","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/quality/speed/top/locations","operationId":"radar-get-quality-speed-top-locations","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/domain/{domain}","operationId":"radar-get-ranking-domain-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/internet_services/categories","operationId":"radar-get-ranking-internet-services-categories","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/internet_services/timeseries_groups","operationId":"radar-get-ranking-internet-services-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/internet_services/top","operationId":"radar-get-ranking-top-internet-services","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/timeseries_groups","operationId":"radar-get-ranking-domain-timeseries","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/ranking/top","operationId":"radar-get-ranking-top-domains","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/robots_txt/top/domain_categories","operationId":"radar-get-robots-txt-top-domain-categories-by-files-parsed","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/robots_txt/top/user_agents/directive","operationId":"radar-get-robots-txt-top-user-agents-by-directive","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/search/global","operationId":"radar-get-search-global","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tcp_resets_timeouts/summary","operationId":"radar-get-tcp-resets-timeouts-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tcp_resets_timeouts/timeseries_groups","operationId":"radar-get-tcp-resets-timeouts-timeseries-group","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tlds","operationId":"radar-get-tlds","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tlds/performance/summary/{dimension}","operationId":"radar-get-tlds-performance-summary","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tlds/performance/timeseries_groups/{dimension}","operationId":"radar-get-tlds-performance-timeseries-groups","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/tlds/{tld}","operationId":"radar-get-tld-details","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/traffic_anomalies","operationId":"radar-get-traffic-anomalies","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/traffic_anomalies/locations","operationId":"radar-get-traffic-anomalies-top","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/verified_bots/top/bots","operationId":"radar-get-verified-bots-top-by-http-requests","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/radar/verified_bots/top/categories","operationId":"radar-get-verified-bots-top-categories-by-http-requests","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/user","operationId":"user-user-details","scopes":["user-details.read","user-details.write"]},{"method":"PATCH","path":"/user","operationId":"user-edit-user","scopes":["user-details.write"]},{"method":"GET","path":"/user/analytics/dashboard","operationId":"user-analytics-get-dashboard","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/user/audit_logs","operationId":"audit-logs-get-user-audit-logs","scopes":["account-settings.read","account-settings.write"]},{"method":"GET","path":"/user/firewall/access_rules/rules","operationId":"ip-access-rules-for-a-user-list-ip-access-rules","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write"]},{"method":"POST","path":"/user/firewall/access_rules/rules","operationId":"ip-access-rules-for-a-user-create-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"GET","path":"/user/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-user-get-an-ip-access-rule","scopes":["account-firewall-access-rules.read","account-firewall-access-rules.write"]},{"method":"DELETE","path":"/user/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-user-delete-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"PATCH","path":"/user/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-user-update-an-ip-access-rule","scopes":["account-firewall-access-rules.write"]},{"method":"GET","path":"/user/invites","operationId":"user'-s-invites-list-invitations","scopes":["memberships.read","memberships.write"]},{"method":"GET","path":"/user/invites/{invite_id}","operationId":"user'-s-invites-invitation-details","scopes":["memberships.read","memberships.write"]},{"method":"PATCH","path":"/user/invites/{invite_id}","operationId":"user'-s-invites-respond-to-invitation","scopes":["memberships.write"]},{"method":"GET","path":"/user/load_balancers/monitors","operationId":"load-balancer-monitors-list-monitors","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"POST","path":"/user/load_balancers/monitors","operationId":"load-balancer-monitors-create-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/monitors/{monitor_id}","operationId":"load-balancer-monitors-monitor-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"PUT","path":"/user/load_balancers/monitors/{monitor_id}","operationId":"load-balancer-monitors-update-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"DELETE","path":"/user/load_balancers/monitors/{monitor_id}","operationId":"load-balancer-monitors-delete-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/user/load_balancers/monitors/{monitor_id}","operationId":"load-balancer-monitors-patch-monitor","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/monitors/{monitor_id}/references","operationId":"load-balancer-monitors-list-monitor-references","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/pools","operationId":"load-balancer-pools-list-pools","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"POST","path":"/user/load_balancers/pools","operationId":"load-balancer-pools-create-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/user/load_balancers/pools","operationId":"load-balancer-pools-patch-pools","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/pools/{pool_id}","operationId":"load-balancer-pools-pool-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"PUT","path":"/user/load_balancers/pools/{pool_id}","operationId":"load-balancer-pools-update-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"DELETE","path":"/user/load_balancers/pools/{pool_id}","operationId":"load-balancer-pools-delete-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"PATCH","path":"/user/load_balancers/pools/{pool_id}","operationId":"load-balancer-pools-patch-pool","scopes":["load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/pools/{pool_id}/health","operationId":"load-balancer-pools-pool-health-details","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/pools/{pool_id}/references","operationId":"load-balancer-pools-list-pool-references","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/preview/{preview_id}","operationId":"load-balancer-monitors-preview-result","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancers/regions","operationId":"user-load-balancer-regions-list-regions","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/load_balancing_analytics/events","operationId":"load-balancer-healthcheck-events-list-healthcheck-events","scopes":["load-balancing-monitors-and-pools.read","load-balancing-monitors-and-pools.write"]},{"method":"GET","path":"/user/organizations","operationId":"user'-s-organizations-list-organizations","scopes":["memberships.read","memberships.write"]},{"method":"GET","path":"/user/tenants","operationId":"User_listUserTenants","scopes":["user-details.read","user-details.write"]},{"method":"GET","path":"/zones","operationId":"zones-get","scopes":["zone.read"]},{"method":"POST","path":"/zones","operationId":"zones-post","scopes":["dns.write","zone.write"]},{"method":"GET","path":"/zones/{zone_identifier}/analytics/colos","operationId":"zone-analytics-(-deprecated)-get-analytics-by-co-locations","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_identifier}/analytics/dashboard","operationId":"zone-analytics-(-deprecated)-get-dashboard","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_identifier}/custom_pages","operationId":"custom-pages-for-a-zone-list-custom-pages","scopes":["custom-pages.read","custom-pages.write","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_identifier}/custom_pages/assets","operationId":"custom-assets-for-a-zone-list-custom-assets","scopes":["custom-errors.read","custom-errors.write"]},{"method":"POST","path":"/zones/{zone_identifier}/custom_pages/assets","operationId":"custom-assets-for-a-zone-create-a-custom-asset","scopes":["custom-errors.write"]},{"method":"GET","path":"/zones/{zone_identifier}/custom_pages/assets/{asset_name}","operationId":"custom-assets-for-a-zone-get-a-custom-asset","scopes":["custom-errors.read","custom-errors.write"]},{"method":"PUT","path":"/zones/{zone_identifier}/custom_pages/assets/{asset_name}","operationId":"custom-assets-for-a-zone-update-a-custom-asset","scopes":["custom-errors.write"]},{"method":"DELETE","path":"/zones/{zone_identifier}/custom_pages/assets/{asset_name}","operationId":"custom-assets-for-a-zone-delete-a-custom-asset","scopes":["custom-errors.write"]},{"method":"POST","path":"/zones/{zone_identifier}/custom_pages/preview_tokens","operationId":"custom-pages-for-a-zone-create-preview-token","scopes":["custom-pages.read","custom-pages.write","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_identifier}/custom_pages/{identifier}","operationId":"custom-pages-for-a-zone-get-a-custom-page","scopes":["custom-pages.read","custom-pages.write","zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_identifier}/custom_pages/{identifier}","operationId":"custom-pages-for-a-zone-update-a-custom-page","scopes":["custom-pages.write","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}","operationId":"zones-0-get","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}","operationId":"zones-0-delete","scopes":["zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}","operationId":"zones-0-patch","scopes":["zone.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps","operationId":"zone-level-access-applications-list-access-applications","scopes":["zone-access.read","zone-access.revoke","zone-access.write"]},{"method":"POST","path":"/zones/{zone_id}/access/apps","operationId":"zone-level-access-applications-add-a-bookmark-application","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/ca","operationId":"zone-level-access-short-lived-certificate-c-as-list-short-lived-certificate-c-as","scopes":["zone-access.read","zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}","operationId":"zone-level-access-applications-get-an-access-application","scopes":["zone-access.read","zone-access.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/apps/{app_id}","operationId":"zone-level-access-applications-update-a-bookmark-application","scopes":["zone-access.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/apps/{app_id}","operationId":"zone-level-access-applications-delete-an-access-application","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}/ca","operationId":"zone-level-access-short-lived-certificate-c-as-get-a-short-lived-certificate-ca","scopes":["zone-access.read","zone-access.write"]},{"method":"POST","path":"/zones/{zone_id}/access/apps/{app_id}/ca","operationId":"zone-level-access-short-lived-certificate-c-as-create-a-short-lived-certificate-ca","scopes":["zone-access.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/apps/{app_id}/ca","operationId":"zone-level-access-short-lived-certificate-c-as-delete-a-short-lived-certificate-ca","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}/policies","operationId":"zone-level-access-policies-list-access-policies","scopes":["zone-access.read","zone-access.write"]},{"method":"POST","path":"/zones/{zone_id}/access/apps/{app_id}/policies","operationId":"zone-level-access-policies-create-an-access-policy","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"zone-level-access-policies-get-an-access-policy","scopes":["zone-access.read","zone-access.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"zone-level-access-policies-update-an-access-policy","scopes":["zone-access.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/apps/{app_id}/policies/{policy_id}","operationId":"zone-level-access-policies-delete-an-access-policy","scopes":["zone-access.write"]},{"method":"POST","path":"/zones/{zone_id}/access/apps/{app_id}/revoke_tokens","operationId":"zone-level-access-applications-revoke-service-tokens","scopes":["zone-access.revoke","zone-access.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/apps/{app_id}/settings","operationId":"zone-level-access-applications-put-update-access-application-settings","scopes":["zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/apps/{app_id}/user_policy_checks","operationId":"zone-level-access-applications-test-access-policies","scopes":["zone-access.read","zone-access.write"]},{"method":"GET","path":"/zones/{zone_id}/access/certificates","operationId":"zone-level-access-mtls-authentication-list-mtls-certificates","scopes":["access-certificate.read","access-certificate.write"]},{"method":"POST","path":"/zones/{zone_id}/access/certificates","operationId":"zone-level-access-mtls-authentication-add-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"GET","path":"/zones/{zone_id}/access/certificates/settings","operationId":"zone-level-access-mtls-authentication-list-mtls-certificates-hostname-settings","scopes":["access-certificate.read","access-certificate.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/certificates/settings","operationId":"zone-level-access-mtls-authentication-update-an-mtls-certificate-settings","scopes":["access-certificate.write"]},{"method":"GET","path":"/zones/{zone_id}/access/certificates/{certificate_id}","operationId":"zone-level-access-mtls-authentication-get-an-mtls-certificate","scopes":["access-certificate.read","access-certificate.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/certificates/{certificate_id}","operationId":"zone-level-access-mtls-authentication-update-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/certificates/{certificate_id}","operationId":"zone-level-access-mtls-authentication-delete-an-mtls-certificate","scopes":["access-certificate.write"]},{"method":"GET","path":"/zones/{zone_id}/access/groups","operationId":"zone-level-access-groups-list-access-groups","scopes":["access-acct.read","access-acct.write"]},{"method":"POST","path":"/zones/{zone_id}/access/groups","operationId":"zone-level-access-groups-create-an-access-group","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/groups/{group_id}","operationId":"zone-level-access-groups-get-an-access-group","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/groups/{group_id}","operationId":"zone-level-access-groups-update-an-access-group","scopes":["access-acct.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/groups/{group_id}","operationId":"zone-level-access-groups-delete-an-access-group","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/identity_providers","operationId":"zone-level-access-identity-providers-list-access-identity-providers","scopes":["access-acct.read","access-acct.write"]},{"method":"POST","path":"/zones/{zone_id}/access/identity_providers","operationId":"zone-level-access-identity-providers-add-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/identity_providers/{identity_provider_id}","operationId":"zone-level-access-identity-providers-get-an-access-identity-provider","scopes":["access-acct.read","access-acct.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/identity_providers/{identity_provider_id}","operationId":"zone-level-access-identity-providers-update-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/identity_providers/{identity_provider_id}","operationId":"zone-level-access-identity-providers-delete-an-access-identity-provider","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/organizations","operationId":"zone-level-zero-trust-organization-get-your-zero-trust-organization","scopes":["access-acct.read","access-acct.revoke","access-acct.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/organizations","operationId":"zone-level-zero-trust-organization-update-your-zero-trust-organization","scopes":["access-acct.write"]},{"method":"POST","path":"/zones/{zone_id}/access/organizations","operationId":"zone-level-zero-trust-organization-create-your-zero-trust-organization","scopes":["access-acct.write"]},{"method":"POST","path":"/zones/{zone_id}/access/organizations/revoke_user","operationId":"zone-level-zero-trust-organization-revoke-all-access-tokens-for-a-user","scopes":["access-acct.write"]},{"method":"GET","path":"/zones/{zone_id}/access/service_tokens","operationId":"zone-level-access-service-tokens-list-service-tokens","scopes":["access-service-token.read","access-service-token.write"]},{"method":"POST","path":"/zones/{zone_id}/access/service_tokens","operationId":"zone-level-access-service-tokens-create-a-service-token","scopes":["access-service-token.write"]},{"method":"GET","path":"/zones/{zone_id}/access/service_tokens/{service_token_id}","operationId":"zone-level-access-service-tokens-get-a-service-token","scopes":["access-service-token.read","access-service-token.write"]},{"method":"PUT","path":"/zones/{zone_id}/access/service_tokens/{service_token_id}","operationId":"zone-level-access-service-tokens-update-a-service-token","scopes":["access-service-token.write"]},{"method":"DELETE","path":"/zones/{zone_id}/access/service_tokens/{service_token_id}","operationId":"zone-level-access-service-tokens-delete-a-service-token","scopes":["access-service-token.write"]},{"method":"GET","path":"/zones/{zone_id}/acm/custom_trust_store","operationId":"custom-origin-trust-store-list-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/acm/custom_trust_store","operationId":"custom-origin-trust-store-create","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}","operationId":"custom-origin-trust-store-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}","operationId":"custom-origin-trust-store-delete","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/acm/total_tls","operationId":"total-tls-total-tls-settings-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/acm/total_tls","operationId":"total-tls-enable-or-disable-total-tls","scopes":["ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/activation_check","operationId":"put-zones-zone_id-activation_check","scopes":["zone.write"]},{"method":"GET","path":"/zones/{zone_id}/addressing/regional_hostnames","operationId":"dls-zone-regional-hostnames-list","scopes":["dns.read","dns.write"]},{"method":"POST","path":"/zones/{zone_id}/addressing/regional_hostnames","operationId":"dls-zone-regional-hostnames-create","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/addressing/regional_hostnames/{hostname}","operationId":"dls-zone-regional-hostnames-fetch","scopes":["dns.read","dns.write"]},{"method":"DELETE","path":"/zones/{zone_id}/addressing/regional_hostnames/{hostname}","operationId":"dls-zone-regional-hostnames-delete","scopes":["dns.write"]},{"method":"PATCH","path":"/zones/{zone_id}/addressing/regional_hostnames/{hostname}","operationId":"dls-zone-regional-hostnames-patch","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/ai-audit/robots","operationId":"ai-audit-get-robots","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/ai-audit/robots/bulk","operationId":"ai-audit-bulk-get-robots","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/analytics/latency","operationId":"argo-analytics-for-zone-argo-analytics-for-a-zone","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/analytics/latency/colos","operationId":"argo-analytics-for-geolocation-argo-analytics-for-a-zone-at-different-po-ps","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/configuration","operationId":"api-shield-settings-retrieve-information-about-specific-configuration-properties","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/configuration","operationId":"api-shield-settings-set-configuration-properties","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/discovery","operationId":"api-shield-api-discovery-retrieve-discovered-operations-on-a-zone-as-openapi","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/discovery/operations","operationId":"api-shield-api-discovery-retrieve-discovered-operations-on-a-zone","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/discovery/operations","operationId":"api-shield-api-patch-discovered-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/discovery/operations/{discovery_id}","operationId":"api-shield-api-discovery-retrieve-discovered-operation-by-id","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/discovery/operations/{discovery_id}","operationId":"api-shield-api-patch-discovered-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/expression-template/fallthrough","operationId":"api-shield-expression-templates-fallthrough","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/labels","operationId":"api-shield-labels-get-labels","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/labels/managed/{name}","operationId":"api-shield-labels-get-managed-label","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/labels/managed/{name}/resources/operation","operationId":"api-shield-labels-replace-operations-attached-to-managed-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/labels/user","operationId":"api-shield-labels-create-user-labels","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/labels/user","operationId":"api-shield-labels-delete-user-labels","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/labels/user/{name}","operationId":"api-shield-labels-get-user-label","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/labels/user/{name}","operationId":"api-shield-put-user-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/labels/user/{name}","operationId":"api-shield-delete-user-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/labels/user/{name}","operationId":"api-shield-patch-user-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/labels/user/{name}/resources/operation","operationId":"api-shield-labels-replace-operations-attached-to-user-label","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/operations","operationId":"api-shield-endpoint-management-retrieve-information-about-all-operations-on-a-zone","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/operations","operationId":"api-shield-endpoint-management-add-operations-to-a-zone","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/operations","operationId":"api-shield-endpoint-management-delete-multiple-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/operations/item","operationId":"api-shield-endpoint-management-add-operation-to-a-zone","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/operations/labels","operationId":"api-shield-operations-bulk-put-labels-to-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/operations/labels","operationId":"api-shield-operations-bulk-post-labels-to-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/operations/labels","operationId":"api-shield-operations-bulk-delete-labels-to-operations","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/operations/schema_validation","operationId":"api-shield-schema-validation-update-multiple-operation-level-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}","operationId":"api-shield-endpoint-management-retrieve-information-about-an-operation","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}","operationId":"api-shield-endpoint-management-delete-an-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/labels","operationId":"api-shield-operations-put-labels-to-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/labels","operationId":"api-shield-operations-post-labels-to-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/labels","operationId":"api-shield-operations-delete-labels-from-operation","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/schema_validation","operationId":"api-shield-schema-validation-retrieve-operation-level-settings","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/operations/{operation_id}/schema_validation","operationId":"api-shield-schema-validation-update-operation-level-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/schemas","operationId":"api-shield-endpoint-management-retrieve-operations-and-features-as-open-api-schemas","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/settings/schema_validation","operationId":"api-shield-schema-validation-retrieve-zone-level-settings","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/api_gateway/settings/schema_validation","operationId":"api-shield-schema-validation-update-zone-level-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/settings/schema_validation","operationId":"api-shield-schema-validation-patch-zone-level-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/user_schemas","operationId":"api-shield-schema-validation-retrieve-information-about-all-schemas","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/api_gateway/user_schemas","operationId":"api-shield-schema-validation-post-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/user_schemas/hosts","operationId":"api-shield-schema-validation-retrieve-user-schema-hosts","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}","operationId":"api-shield-schema-validation-retrieve-information-about-specific-schema","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}","operationId":"api-shield-schema-delete-a-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}","operationId":"api-shield-schema-validation-enable-validation-for-a-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/api_gateway/user_schemas/{schema_id}/operations","operationId":"api-shield-schema-validation-extract-operations-from-schema","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/argo/smart_routing","operationId":"argo-smart-routing-get-argo-smart-routing-setting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/argo/smart_routing","operationId":"argo-smart-routing-patch-argo-smart-routing-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/bot_management","operationId":"bot-management-for-a-zone-get-config","scopes":["bot-management.read","bot-management.write"]},{"method":"PUT","path":"/zones/{zone_id}/bot_management","operationId":"bot-management-for-a-zone-update-config","scopes":["bot-management.write"]},{"method":"GET","path":"/zones/{zone_id}/bot_management/feedback","operationId":"bot-management-zone-feedback-list","scopes":["bot-management-feedback.read","bot-management-feedback.write","bot-management.read","bot-management.write"]},{"method":"POST","path":"/zones/{zone_id}/bot_management/feedback","operationId":"bot-management-zone-feedback-create","scopes":["bot-management-feedback.read","bot-management-feedback.write","bot-management.read","bot-management.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/cache_reserve","operationId":"zone-cache-settings-get-cache-reserve-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/cache/cache_reserve","operationId":"zone-cache-settings-change-cache-reserve-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/cache_reserve_clear","operationId":"zone-cache-settings-get-cache-reserve-clear","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/cache/cache_reserve_clear","operationId":"zone-cache-settings-start-cache-reserve-clear","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/origin_post_quantum_encryption","operationId":"zone-cache-settings-get-origin-post-quantum-encryption-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/cache/origin_post_quantum_encryption","operationId":"zone-cache-settings-change-origin-post-quantum-encryption-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/regional_tiered_cache","operationId":"zone-cache-settings-get-regional-tiered-cache-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/cache/regional_tiered_cache","operationId":"zone-cache-settings-change-regional-tiered-cache-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable","operationId":"smart-tiered-cache-get-smart-tiered-cache-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable","operationId":"smart-tiered-cache-create-smart-tiered-cache-setting","scopes":["zone-settings.write","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable","operationId":"smart-tiered-cache-delete-smart-tiered-cache-setting","scopes":["zone-settings.write","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/cache/tiered_cache_smart_topology_enable","operationId":"smart-tiered-cache-patch-smart-tiered-cache-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/cache/variants","operationId":"zone-cache-settings-get-variants-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/cache/variants","operationId":"zone-cache-settings-delete-variants-setting","scopes":["zone-settings.write","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/cache/variants","operationId":"zone-cache-settings-change-variants-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/certificate_authorities/hostname_associations","operationId":"client-certificate-for-a-zone-list-hostname-associations","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/certificate_authorities/hostname_associations","operationId":"client-certificate-for-a-zone-put-hostname-associations","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/client_certificates","operationId":"client-certificate-for-a-zone-list-client-certificates","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/client_certificates","operationId":"client-certificate-for-a-zone-create-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/client_certificates/{client_certificate_id}","operationId":"client-certificate-for-a-zone-client-certificate-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/client_certificates/{client_certificate_id}","operationId":"client-certificate-for-a-zone-delete-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/client_certificates/{client_certificate_id}","operationId":"client-certificate-for-a-zone-edit-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/cloud_connector/rules","operationId":"zone-cloud-connector-rules","scopes":["cloud-connector.read","cloud-connector.write"]},{"method":"PUT","path":"/zones/{zone_id}/cloud_connector/rules","operationId":"zone-cloud-conenctor-rules-put","scopes":["cloud-connector.write"]},{"method":"POST","path":"/zones/{zone_id}/content-upload-scan/disable","operationId":"waf-content-scanning-disable","scopes":["account-waf.write","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/content-upload-scan/enable","operationId":"waf-content-scanning-enable","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/content-upload-scan/payloads","operationId":"waf-content-scanning-list-custom-scan-expressions","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/content-upload-scan/payloads","operationId":"waf-content-scanning-add-custom-scan-expressions","scopes":["account-waf.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/content-upload-scan/payloads/{expression_id}","operationId":"waf-content-scanning-delete-custom-scan-expressions","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/content-upload-scan/settings","operationId":"waf-content-scanning-get-status","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/content-upload-scan/settings","operationId":"waf-content-scanning-update-settings","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/ct/alerting","operationId":"ct-alerting-get-subscription","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/ct/alerting","operationId":"ct-alerting-update-subscription","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_certificates","operationId":"custom-ssl-for-a-zone-list-ssl-configurations","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/custom_certificates","operationId":"custom-ssl-for-a-zone-create-ssl-configuration","scopes":["access-certificate.write","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/custom_certificates/prioritize","operationId":"custom-ssl-for-a-zone-re-prioritize-ssl-certificates","scopes":["access-certificate.write","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_certificates/{custom_certificate_id}","operationId":"custom-ssl-for-a-zone-ssl-configuration-details","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_certificates/{custom_certificate_id}","operationId":"custom-ssl-for-a-zone-delete-ssl-configuration","scopes":["access-certificate.write","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/custom_certificates/{custom_certificate_id}","operationId":"custom-ssl-for-a-zone-edit-ssl-configuration","scopes":["access-certificate.write","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_csrs","operationId":"custom-csrs-for-a-zone-list-custom-csrs","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/custom_csrs","operationId":"custom-csrs-for-a-zone-create-custom-csr","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_csrs/{custom_csr_id}","operationId":"custom-csrs-for-a-zone-custom-csr-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_csrs/{custom_csr_id}","operationId":"custom-csrs-for-a-zone-delete-custom-csr","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_hostnames","operationId":"custom-hostname-for-a-zone-list-custom-hostnames","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/custom_hostnames","operationId":"custom-hostname-for-a-zone-create-custom-hostname","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_hostnames/fallback_origin","operationId":"custom-hostname-fallback-origin-for-a-zone-get-fallback-origin-for-custom-hostnames","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/custom_hostnames/fallback_origin","operationId":"custom-hostname-fallback-origin-for-a-zone-update-fallback-origin-for-custom-hostnames","scopes":["ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_hostnames/fallback_origin","operationId":"custom-hostname-fallback-origin-for-a-zone-delete-fallback-origin-for-custom-hostnames","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_hostnames/quota","operationId":"custom-hostname-for-a-zone-get-custom-hostname-quota","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}","operationId":"custom-hostname-for-a-zone-custom-hostname-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}","operationId":"custom-hostname-for-a-zone-delete-custom-hostname-(-and-any-issued-ssl-certificates)","scopes":["ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}","operationId":"custom-hostname-for-a-zone-edit-custom-hostname","scopes":["ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}/certificate_pack/{certificate_pack_id}/certificates/{certificate_id}","operationId":"custom-hostname-for-a-zone-edit-custom-certificate-custom-hostname","scopes":["ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/custom_hostnames/{custom_hostname_id}/certificate_pack/{certificate_pack_id}/certificates/{certificate_id}","operationId":"custom-hostname-for-a-zone-delete_single_certificate_and_key_in_a_custom_hostname","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/custom_ns","operationId":"account-level-custom-nameservers-usage-for-a-zone-get-account-custom-nameserver-related-zone-metadata","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/custom_ns","operationId":"account-level-custom-nameservers-usage-for-a-zone-set-account-custom-nameserver-related-zone-metadata","scopes":["zone.write"]},{"method":"GET","path":"/zones/{zone_id}/dcv_delegation/uuid","operationId":"dcv-delegation-uuid-get","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/devices/policy/certificates","operationId":"devices-get-policy-certificates","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/devices/policy/certificates","operationId":"devices-update-policy-certificates","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_analytics/report","operationId":"dns-analytics-table","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/dns_analytics/report/bytime","operationId":"dns-analytics-by-time","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/dns_records","operationId":"dns-records-for-a-zone-list-dns-records","scopes":["dns.read","dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records","operationId":"dns-records-for-a-zone-create-dns-record","scopes":["dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/batch","operationId":"dns-records-for-a-zone-batch-dns-records","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_records/export","operationId":"dns-records-for-a-zone-export-dns-records","scopes":["dns.read","dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/import","operationId":"dns-records-for-a-zone-import-dns-records","scopes":["dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/scan","operationId":"dns-records-for-a-zone-scan-dns-records","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_records/scan/review","operationId":"dns-records-for-a-zone-review-dns-scan","scopes":["dns.read","dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/scan/review","operationId":"dns-records-for-a-zone-apply-dns-scan-results","scopes":["dns.write"]},{"method":"POST","path":"/zones/{zone_id}/dns_records/scan/trigger","operationId":"dns-records-for-a-zone-trigger-dns-scan","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_records/usage","operationId":"dns-records-for-a-zone-get-usage","scopes":["dns.read","dns.write","zone-dns-settings.read","zone-dns-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_records/{dns_record_id}","operationId":"dns-records-for-a-zone-dns-record-details","scopes":["dns.read","dns.write"]},{"method":"PUT","path":"/zones/{zone_id}/dns_records/{dns_record_id}","operationId":"dns-records-for-a-zone-update-dns-record","scopes":["dns.write"]},{"method":"DELETE","path":"/zones/{zone_id}/dns_records/{dns_record_id}","operationId":"dns-records-for-a-zone-delete-dns-record","scopes":["dns.write"]},{"method":"PATCH","path":"/zones/{zone_id}/dns_records/{dns_record_id}","operationId":"dns-records-for-a-zone-patch-dns-record","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dns_settings","operationId":"dns-settings-for-a-zone-list-dns-settings","scopes":["dns.read","dns.write","zone-dns-settings.read","zone-dns-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/dns_settings","operationId":"dns-settings-for-a-zone-update-dns-settings","scopes":["dns.write","zone-dns-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/dnssec","operationId":"dnssec-dnssec-details","scopes":["dns.read","dns.write"]},{"method":"DELETE","path":"/zones/{zone_id}/dnssec","operationId":"dnssec-delete-dnssec-records","scopes":["dns.write"]},{"method":"PATCH","path":"/zones/{zone_id}/dnssec","operationId":"dnssec-edit-dnssec-status","scopes":["dns.write"]},{"method":"GET","path":"/zones/{zone_id}/dnssec/zsk","operationId":"dnssec-list-dnssec-zsks","scopes":["dns.read","dns.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing","operationId":"email-routing-settings-get-email-routing-settings","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/email/routing","operationId":"email-routing-settings-replace-email-routing-settings","scopes":["zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/email/routing","operationId":"email-routing-settings-update-email-routing-settings","scopes":["zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/disable","operationId":"email-routing-settings-disable-email-routing","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/dns","operationId":"email-routing-settings-email-routing-dns-settings","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/dns","operationId":"email-routing-settings-enable-email-routing-dns","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/email/routing/dns","operationId":"email-routing-settings-disable-email-routing-dns","scopes":["zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/email/routing/dns","operationId":"email-routing-settings-unlock-email-routing-dns","scopes":["zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/enable","operationId":"email-routing-settings-enable-email-routing","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/rules","operationId":"email-routing-routing-rules-list-routing-rules","scopes":["email-routing-rule.read","email-routing-rule.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/rules","operationId":"email-routing-routing-rules-create-routing-rule","scopes":["email-routing-rule.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/rules/catch_all","operationId":"email-routing-routing-rules-get-catch-all-rule","scopes":["email-routing-rule.read","email-routing-rule.write"]},{"method":"PUT","path":"/zones/{zone_id}/email/routing/rules/catch_all","operationId":"email-routing-routing-rules-update-catch-all-rule","scopes":["email-routing-rule.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/rules/{rule_identifier}","operationId":"email-routing-routing-rules-get-routing-rule","scopes":["email-routing-rule.read","email-routing-rule.write"]},{"method":"PUT","path":"/zones/{zone_id}/email/routing/rules/{rule_identifier}","operationId":"email-routing-routing-rules-update-routing-rule","scopes":["email-routing-rule.write"]},{"method":"DELETE","path":"/zones/{zone_id}/email/routing/rules/{rule_identifier}","operationId":"email-routing-routing-rules-delete-routing-rule","scopes":["email-routing-rule.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/suppression","operationId":"get_publicListSuppressionZoneRouting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/email/routing/suppression/{suppression_id}","operationId":"get_publicGetSuppressionZoneRouting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/email/routing/unlock","operationId":"email-routing-settings-unlock-email-routing","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/environments","operationId":"zonesEnvironmentsList","scopes":["zone-versioning.read","zone-versioning.write"]},{"method":"PUT","path":"/zones/{zone_id}/environments","operationId":"zonesEnvironmentsUpdate","scopes":["zone-versioning.write"]},{"method":"POST","path":"/zones/{zone_id}/environments","operationId":"zonesEnvironmentsCreate","scopes":["zone-versioning.write"]},{"method":"PATCH","path":"/zones/{zone_id}/environments","operationId":"zonesEnvironmentsEdit","scopes":["zone-versioning.write"]},{"method":"DELETE","path":"/zones/{zone_id}/environments/{environment_id}","operationId":"zonesEnvironmentsDelete","scopes":["zone-versioning.write"]},{"method":"POST","path":"/zones/{zone_id}/environments/{environment_id}/purge_cache","operationId":"zone-environment-purge","scopes":["cache.purge"]},{"method":"POST","path":"/zones/{zone_id}/environments/{environment_id}/rollback","operationId":"zonesEnvironmentsRollback","scopes":["zone-versioning.write"]},{"method":"GET","path":"/zones/{zone_id}/filters","operationId":"filters-list-filters","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/filters","operationId":"filters-update-filters","scopes":["firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/filters","operationId":"filters-create-filters","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/filters","operationId":"filters-delete-filters","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/filters/{filter_id}","operationId":"filters-get-a-filter","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/filters/{filter_id}","operationId":"filters-update-a-filter","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/filters/{filter_id}","operationId":"filters-delete-a-filter","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/access_rules/rules","operationId":"ip-access-rules-for-a-zone-list-ip-access-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/access_rules/rules","operationId":"ip-access-rules-for-a-zone-create-an-ip-access-rule","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-zone-delete-an-ip-access-rule","scopes":["firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/access_rules/rules/{rule_id}","operationId":"ip-access-rules-for-a-zone-update-an-ip-access-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/lockdowns","operationId":"zone-lockdown-list-zone-lockdown-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/lockdowns","operationId":"zone-lockdown-create-a-zone-lockdown-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/lockdowns/{lock_downs_id}","operationId":"zone-lockdown-get-a-zone-lockdown-rule","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/lockdowns/{lock_downs_id}","operationId":"zone-lockdown-update-a-zone-lockdown-rule","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/lockdowns/{lock_downs_id}","operationId":"zone-lockdown-delete-a-zone-lockdown-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-list-firewall-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-update-firewall-rules","scopes":["firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-create-firewall-rules","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-delete-firewall-rules","scopes":["firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/rules","operationId":"firewall-rules-update-priority-of-firewall-rules","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/rules/{rule_id}","operationId":"firewall-rules-get-a-firewall-rule","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/rules/{rule_id}","operationId":"firewall-rules-update-a-firewall-rule","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/rules/{rule_id}","operationId":"firewall-rules-delete-a-firewall-rule","scopes":["firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/rules/{rule_id}","operationId":"firewall-rules-update-priority-of-a-firewall-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/ua_rules","operationId":"user-agent-blocking-rules-list-user-agent-blocking-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/ua_rules","operationId":"user-agent-blocking-rules-create-a-user-agent-blocking-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/ua_rules/{ua_rule_id}","operationId":"user-agent-blocking-rules-get-a-user-agent-blocking-rule","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/ua_rules/{ua_rule_id}","operationId":"user-agent-blocking-rules-update-a-user-agent-blocking-rule","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/ua_rules/{ua_rule_id}","operationId":"user-agent-blocking-rules-delete-a-user-agent-blocking-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/overrides","operationId":"waf-overrides-list-waf-overrides","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/firewall/waf/overrides","operationId":"waf-overrides-create-a-waf-override","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/overrides/{overrides_id}","operationId":"waf-overrides-get-a-waf-override","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/firewall/waf/overrides/{overrides_id}","operationId":"waf-overrides-update-waf-override","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/firewall/waf/overrides/{overrides_id}","operationId":"waf-overrides-delete-a-waf-override","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages","operationId":"waf-packages-list-waf-packages","scopes":["firewall-services.read","firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}","operationId":"waf-packages-get-a-waf-package","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}","operationId":"waf-packages-update-a-waf-package","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups","operationId":"waf-rule-groups-list-waf-rule-groups","scopes":["firewall-services.read","firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups/{group_id}","operationId":"waf-rule-groups-get-a-waf-rule-group","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/groups/{group_id}","operationId":"waf-rule-groups-update-a-waf-rule-group","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules","operationId":"waf-rules-list-waf-rules","scopes":["firewall-services.read","firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules/{rule_id}","operationId":"waf-rules-get-a-waf-rule","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PATCH","path":"/zones/{zone_id}/firewall/waf/packages/{package_id}/rules/{rule_id}","operationId":"waf-rules-update-a-waf-rule","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/fraud_detection/settings","operationId":"fraud-detection-zone-get-settings","scopes":["fraud-detection.read","fraud-detection.write"]},{"method":"PUT","path":"/zones/{zone_id}/fraud_detection/settings","operationId":"fraud-detection-zone-update-settings","scopes":["fraud-detection.write"]},{"method":"GET","path":"/zones/{zone_id}/healthchecks","operationId":"health-checks-list-health-checks","scopes":["healthcheck.read","healthcheck.write"]},{"method":"POST","path":"/zones/{zone_id}/healthchecks","operationId":"health-checks-create-health-check","scopes":["healthcheck.write"]},{"method":"POST","path":"/zones/{zone_id}/healthchecks/preview","operationId":"health-checks-create-preview-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/healthchecks/preview/{healthcheck_id}","operationId":"health-checks-health-check-preview-details","scopes":["healthcheck.read","healthcheck.write"]},{"method":"DELETE","path":"/zones/{zone_id}/healthchecks/preview/{healthcheck_id}","operationId":"health-checks-delete-preview-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/healthchecks/{healthcheck_id}","operationId":"health-checks-health-check-details","scopes":["healthcheck.read","healthcheck.write"]},{"method":"PUT","path":"/zones/{zone_id}/healthchecks/{healthcheck_id}","operationId":"health-checks-update-health-check","scopes":["healthcheck.write"]},{"method":"DELETE","path":"/zones/{zone_id}/healthchecks/{healthcheck_id}","operationId":"health-checks-delete-health-check","scopes":["healthcheck.write"]},{"method":"PATCH","path":"/zones/{zone_id}/healthchecks/{healthcheck_id}","operationId":"health-checks-patch-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/hold","operationId":"zones-0-hold-get","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/hold","operationId":"zones-0-hold-post","scopes":["zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/hold","operationId":"zones-0-hold-delete","scopes":["zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/hold","operationId":"zones-0-hold-patch","scopes":["zone.write"]},{"method":"GET","path":"/zones/{zone_id}/hold/{zone_name}","operationId":"zones-0-hold-zone-name-get","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/hostnames/settings/{setting_id}","operationId":"per-hostname-tls-settings-list","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/hostnames/settings/{setting_id}/{hostname}","operationId":"per-hostname-tls-settings-put","scopes":["ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/hostnames/settings/{setting_id}/{hostname}","operationId":"per-hostname-tls-settings-delete","scopes":["ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses","operationId":"sinkhole-config-create-ingress","scopes":["intel.write"]},{"method":"GET","path":"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses/{ingress_id}","operationId":"sinkhole-config-get-ingress","scopes":["intel.read","intel.write"]},{"method":"PUT","path":"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses/{ingress_id}","operationId":"sinkhole-config-update-ingress","scopes":["intel.write"]},{"method":"DELETE","path":"/zones/{zone_id}/intel/sinkholes/{sinkhole_id}/ingresses/{ingress_id}","operationId":"sinkhole-config-delete-ingress","scopes":["intel.write"]},{"method":"GET","path":"/zones/{zone_id}/keyless_certificates","operationId":"keyless-ssl-for-a-zone-list-keyless-ssl-configurations","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/keyless_certificates","operationId":"keyless-ssl-for-a-zone-create-keyless-ssl-configuration","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}","operationId":"keyless-ssl-for-a-zone-get-keyless-ssl-configuration","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}","operationId":"keyless-ssl-for-a-zone-delete-keyless-ssl-configuration","scopes":["ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}","operationId":"keyless-ssl-for-a-zone-edit-keyless-ssl-configuration","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/leaked-credential-checks","operationId":"waf-product-api-leaked-credentials-get-status","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/leaked-credential-checks","operationId":"waf-product-api-leaked-credentials-set-status","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/leaked-credential-checks/detections","operationId":"waf-product-api-leaked-credentials-list-detections","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/leaked-credential-checks/detections","operationId":"waf-product-api-leaked-credentials-create-detection","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}","operationId":"waf-product-api-leaked-credentials-get-detection","scopes":["account-waf.read","account-waf.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}","operationId":"waf-product-api-leaked-credentials-update-detection","scopes":["account-waf.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}","operationId":"waf-product-api-leaked-credentials-delete-detection","scopes":["account-waf.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/load_balancers","operationId":"load-balancers-list-load-balancers","scopes":["load-balancers.read","load-balancers.write"]},{"method":"POST","path":"/zones/{zone_id}/load_balancers","operationId":"load-balancers-create-load-balancer","scopes":["load-balancers.write"]},{"method":"GET","path":"/zones/{zone_id}/load_balancers/{load_balancer_id}","operationId":"load-balancers-load-balancer-details","scopes":["load-balancers.read","load-balancers.write"]},{"method":"PUT","path":"/zones/{zone_id}/load_balancers/{load_balancer_id}","operationId":"load-balancers-update-load-balancer","scopes":["load-balancers.write"]},{"method":"DELETE","path":"/zones/{zone_id}/load_balancers/{load_balancer_id}","operationId":"load-balancers-delete-load-balancer","scopes":["load-balancers.write"]},{"method":"PATCH","path":"/zones/{zone_id}/load_balancers/{load_balancer_id}","operationId":"load-balancers-patch-load-balancer","scopes":["load-balancers.write"]},{"method":"GET","path":"/zones/{zone_id}/logpush/datasets/{dataset_id}/fields","operationId":"get-zones-zone_id-logpush-datasets-dataset_id-fields","scopes":["logs.read"]},{"method":"GET","path":"/zones/{zone_id}/logpush/datasets/{dataset_id}/jobs","operationId":"get-zones-zone_id-logpush-datasets-dataset_id-jobs","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logpush/edge/jobs","operationId":"get-zones-zone_id-logpush-edge-jobs","scopes":["logs.read"]},{"method":"POST","path":"/zones/{zone_id}/logpush/edge/jobs","operationId":"post-zones-zone_id-logpush-edge-jobs","scopes":["logs.read"]},{"method":"GET","path":"/zones/{zone_id}/logpush/jobs","operationId":"get-zones-zone_id-logpush-jobs","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/jobs","operationId":"post-zones-zone_id-logpush-jobs","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logpush/jobs/{job_id}","operationId":"get-zones-zone_id-logpush-jobs-job_id","scopes":["logs.write"]},{"method":"PUT","path":"/zones/{zone_id}/logpush/jobs/{job_id}","operationId":"put-zones-zone_id-logpush-jobs-job_id","scopes":["logs.write"]},{"method":"DELETE","path":"/zones/{zone_id}/logpush/jobs/{job_id}","operationId":"delete-zones-zone_id-logpush-jobs-job_id","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/ownership","operationId":"post-zones-zone_id-logpush-ownership","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/ownership/validate","operationId":"post-zones-zone_id-logpush-ownership-validate","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/validate/destination","operationId":"post-zones-zone_id-logpush-validate-destination","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/validate/destination/exists","operationId":"post-zones-zone_id-logpush-validate-destination-exists","scopes":["logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logpush/validate/origin","operationId":"post-zones-zone_id-logpush-validate-origin","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/control/retention/flag","operationId":"get-zones-zone_id-logs-control-retention-flag","scopes":["logs.read","logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logs/control/retention/flag","operationId":"post-zones-zone_id-logs-control-retention-flag","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/explorer/datasets","operationId":"zones-logs-explorer-datasets-list","scopes":["logs.read","logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logs/explorer/datasets","operationId":"zones-logs-explorer-datasets-create","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/explorer/datasets/available","operationId":"zones-logs-explorer-datasets-available-list","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/explorer/datasets/{dataset_id}","operationId":"zones-logs-explorer-datasets-get","scopes":["logs.write"]},{"method":"PUT","path":"/zones/{zone_id}/logs/explorer/datasets/{dataset_id}","operationId":"zones-logs-explorer-datasets-update","scopes":["logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/explorer/query/sql","operationId":"zones-logs-explorer-query-get","scopes":["logs.read","logs.write"]},{"method":"POST","path":"/zones/{zone_id}/logs/explorer/query/sql","operationId":"zones-logs-explorer-query-post","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/rayids/{ray_id}","operationId":"get-zones-zone_id-logs-rayids-ray_id","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/received","operationId":"get-zones-zone_id-logs-received","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/logs/received/fields","operationId":"get-zones-zone_id-logs-received-fields","scopes":["logs.read","logs.write"]},{"method":"GET","path":"/zones/{zone_id}/managed_headers","operationId":"listManagedTransforms","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/managed_headers","operationId":"deleteManagedTransforms","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"PATCH","path":"/zones/{zone_id}/managed_headers","operationId":"updateManagedTransforms","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/media/usage","operationId":"usage-analytics-get-zone-media-usage","scopes":["images.read"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth","operationId":"zone-level-authenticated-origin-pulls-list-certificates","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/origin_tls_client_auth","operationId":"zone-level-authenticated-origin-pulls-upload-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames","operationId":"per-hostname-authenticated-origin-pull-list-hostname-associations","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames","operationId":"per-hostname-authenticated-origin-pull-enable-or-disable-a-hostname-for-client-authentication","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates","operationId":"per-hostname-authenticated-origin-pull-list-certificates","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates","operationId":"per-hostname-authenticated-origin-pull-upload-a-hostname-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates/{certificate_id}","operationId":"per-hostname-authenticated-origin-pull-get-the-hostname-client-certificate","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates/{certificate_id}","operationId":"per-hostname-authenticated-origin-pull-delete-hostname-client-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/hostnames/{hostname}","operationId":"per-hostname-authenticated-origin-pull-get-the-hostname-status-for-client-authentication","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/settings","operationId":"zone-level-authenticated-origin-pulls-get-enablement-setting-for-zone","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PUT","path":"/zones/{zone_id}/origin_tls_client_auth/settings","operationId":"zone-level-authenticated-origin-pulls-set-enablement-for-zone","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/origin_tls_client_auth/{certificate_id}","operationId":"zone-level-authenticated-origin-pulls-get-certificate-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/origin_tls_client_auth/{certificate_id}","operationId":"zone-level-authenticated-origin-pulls-delete-certificate","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield","operationId":"page-shield-get-settings","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/page_shield","operationId":"page-shield-update-settings","scopes":["domain-page.shield","page.shield","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/connections","operationId":"page-shield-list-connections","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/connections/{connection_id}","operationId":"page-shield-get-connection","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/cookies","operationId":"page-shield-list-cookies","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/cookies/{cookie_id}","operationId":"page-shield-get-cookie","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/policies","operationId":"page-shield-list-policies","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/page_shield/policies","operationId":"page-shield-create-policy","scopes":["domain-page.shield","page.shield","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/policies/{policy_id}","operationId":"page-shield-get-policy","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/page_shield/policies/{policy_id}","operationId":"page-shield-update-policy","scopes":["domain-page.shield","page.shield","zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/page_shield/policies/{policy_id}","operationId":"page-shield-delete-policy","scopes":["domain-page.shield","page.shield","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/scripts","operationId":"page-shield-list-scripts","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/page_shield/scripts/{script_id}","operationId":"page-shield-get-script","scopes":["domain-page-shield.read","domain-page.shield","page-shield.read","page.shield","zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/pagerules","operationId":"page-rules-list-page-rules","scopes":["page-rules.read","page-rules.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/pagerules","operationId":"page-rules-create-a-page-rule","scopes":["page-rules.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/pagerules/settings","operationId":"available-page-rules-settings-list-available-page-rules-settings","scopes":["page-rules.read","page-rules.write","zone.read","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/pagerules/{pagerule_id}","operationId":"page-rules-get-a-page-rule","scopes":["access-acct.write","access-certificate.write","analytics.read","apps.write","cache.purge","dns.read","dns.write","firewall-services.read","firewall-services.write","load-balancers.read","load-balancers.write","logs.read","logs.write","page-rules.read","page-rules.write","ssl-and-certificates.read","ssl-and-certificates.write","stream.read","stream.write","teams-pii.read","trust-and-safety.read","trust-and-safety.write","workers-routes.read","workers-routes.write","workers-scripts.read","workers-scripts.write","zaraz.edit","zaraz.read","zaraz.write","zone-access.read","zone-access.revoke","zone-access.write","zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/pagerules/{pagerule_id}","operationId":"page-rules-update-a-page-rule","scopes":["page-rules.write","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/pagerules/{pagerule_id}","operationId":"page-rules-delete-a-page-rule","scopes":["page-rules.write","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/pagerules/{pagerule_id}","operationId":"page-rules-edit-a-page-rule","scopes":["page-rules.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/pay-per-crawl/can_be_enabled","operationId":"pay-per-crawl.getZoneCanBeEnabled","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/pay-per-crawl/configuration","operationId":"pay-per-crawl.getConfig","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/pay-per-crawl/configuration","operationId":"pay-per-crawl.createConfig","scopes":["zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/pay-per-crawl/configuration","operationId":"pay-per-crawl.patchConfig","scopes":["zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/purge_cache","operationId":"zone-purge","scopes":["cache.purge"]},{"method":"GET","path":"/zones/{zone_id}/rate_limit_analytics","operationId":"rate-limit-analytics-get-zone-analytics","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/rate_limits","operationId":"rate-limits-for-a-zone-list-rate-limits","scopes":["firewall-services.read","firewall-services.write"]},{"method":"POST","path":"/zones/{zone_id}/rate_limits","operationId":"rate-limits-for-a-zone-create-a-rate-limit","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/rate_limits/{rate_limit_id}","operationId":"rate-limits-for-a-zone-get-a-rate-limit","scopes":["firewall-services.read","firewall-services.write"]},{"method":"PUT","path":"/zones/{zone_id}/rate_limits/{rate_limit_id}","operationId":"rate-limits-for-a-zone-update-a-rate-limit","scopes":["firewall-services.write"]},{"method":"DELETE","path":"/zones/{zone_id}/rate_limits/{rate_limit_id}","operationId":"rate-limits-for-a-zone-delete-a-rate-limit","scopes":["firewall-services.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets","operationId":"listZoneRulesets","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/rulesets","operationId":"createZoneRuleset","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint","operationId":"getZoneEntrypointRuleset","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint","operationId":"updateZoneEntrypointRuleset","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions","operationId":"listZoneEntrypointRulesetVersions","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/phases/{ruleset_phase}/entrypoint/versions/{ruleset_version}","operationId":"getZoneEntrypointRulesetVersion","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/{ruleset_id}","operationId":"getZoneRuleset","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/rulesets/{ruleset_id}","operationId":"updateZoneRuleset","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/rulesets/{ruleset_id}","operationId":"deleteZoneRuleset","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"POST","path":"/zones/{zone_id}/rulesets/{ruleset_id}/rules","operationId":"createZoneRulesetRule","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/rulesets/{ruleset_id}/rules/{rule_id}","operationId":"deleteZoneRulesetRule","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"PATCH","path":"/zones/{zone_id}/rulesets/{ruleset_id}/rules/{rule_id}","operationId":"updateZoneRulesetRule","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/{ruleset_id}/versions","operationId":"listZoneRulesetVersions","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}","operationId":"getZoneRulesetVersion","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}","operationId":"deleteZoneRulesetVersion","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/rulesets/{ruleset_id}/versions/{ruleset_version}/by_tag/{rule_tag}","operationId":"listZoneRulesetVersionRulesByTag","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/schemas","operationId":"schema-validation-list-schemas-paginated","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/schema_validation/schemas","operationId":"schema-validation-create-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/schemas/hosts","operationId":"schema-validation-list-schema-hosts","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/schemas/{schema_id}","operationId":"schema-validation-get-schema","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/schema_validation/schemas/{schema_id}","operationId":"schema-validation-delete-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/schema_validation/schemas/{schema_id}","operationId":"schema-validation-edit-schema","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/schemas/{schema_id}/operations","operationId":"schema-validation-extract-operations-from-schema","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/settings","operationId":"schema-validation-get-settings","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/schema_validation/settings","operationId":"schema-validation-update-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/schema_validation/settings","operationId":"schema-validation-edit-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/settings/operations","operationId":"schema-validation-list-per-operation-settings","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/schema_validation/settings/operations","operationId":"schema-validation-bulk-edit-per-operation-settings","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/schema_validation/settings/operations/{operation_id}","operationId":"schema-validation-get-per-operation-setting","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/schema_validation/settings/operations/{operation_id}","operationId":"schema-validation-update-per-operation-setting","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/schema_validation/settings/operations/{operation_id}","operationId":"schema-validation-delete-per-operation-setting","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/force_axfr","operationId":"secondary-dns-(-secondary-zone)-force-axfr","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/secondary_dns/incoming","operationId":"secondary-dns-(-secondary-zone)-secondary-zone-configuration-details","scopes":["dns.read","dns.write","zone-settings.read","zone-settings.write","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/secondary_dns/incoming","operationId":"secondary-dns-(-secondary-zone)-update-secondary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/incoming","operationId":"secondary-dns-(-secondary-zone)-create-secondary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/secondary_dns/incoming","operationId":"secondary-dns-(-secondary-zone)-delete-secondary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/secondary_dns/outgoing","operationId":"secondary-dns-(-primary-zone)-primary-zone-configuration-details","scopes":["dns.read","dns.write","zone-settings.read","zone-settings.write","zone.write"]},{"method":"PUT","path":"/zones/{zone_id}/secondary_dns/outgoing","operationId":"secondary-dns-(-primary-zone)-update-primary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/outgoing","operationId":"secondary-dns-(-primary-zone)-create-primary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"DELETE","path":"/zones/{zone_id}/secondary_dns/outgoing","operationId":"secondary-dns-(-primary-zone)-delete-primary-zone-configuration","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/outgoing/disable","operationId":"secondary-dns-(-primary-zone)-disable-outgoing-zone-transfers","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/outgoing/enable","operationId":"secondary-dns-(-primary-zone)-enable-outgoing-zone-transfers","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/secondary_dns/outgoing/force_notify","operationId":"secondary-dns-(-primary-zone)-force-dns-notify","scopes":["dns.write","zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/secondary_dns/outgoing/status","operationId":"secondary-dns-(-primary-zone)-get-outgoing-zone-transfer-status","scopes":["dns.read","dns.write","zone-settings.read","zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights","operationId":"get-zone-security-center-insights","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/audit-log","operationId":"get-zone-security-center-audit-log","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/class","operationId":"get-zone-security-center-insight-counts-by-class","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/scans","operationId":"get-security-center-zone-scans","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/security-center/insights/scans","operationId":"start-security-center-zone-scan","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/severity","operationId":"get-zone-security-center-insight-counts-by-severity","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/type","operationId":"get-zone-security-center-insight-counts-by-type","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/insights/{issue_id}/audit-log","operationId":"get-zone-security-center-issue-audit-log","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/security-center/insights/{issue_id}/dismiss","operationId":"archive-zone-security-center-insight","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/security-center/securitytxt","operationId":"get-security-txt","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/security-center/securitytxt","operationId":"update-security-txt","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/security-center/securitytxt","operationId":"delete-security-txt","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings","operationId":"zone-settings-get-all-zone-settings","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings","operationId":"zone-settings-edit-zone-settings-info","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/aegis","operationId":"zone-cache-settings-get-aegis-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/aegis","operationId":"zone-cache-settings-change-aegis-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/csam_scanner_third_party","operationId":"csam-scanner-get-setting","scopes":["zone-settings.read"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/csam_scanner_third_party","operationId":"csam-scanner-update-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/fonts","operationId":"zone-settings-get-fonts-setting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/fonts","operationId":"zone-settings-change-fonts-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/google-tag-gateway/config","operationId":"zone-settings-get-google-tag-gateway-config","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"PUT","path":"/zones/{zone_id}/settings/google-tag-gateway/config","operationId":"zone-settings-change-google-tag-gateway-config","scopes":["zaraz.edit","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/origin_h2_max_streams","operationId":"zone-cache-settings-get-origin-h2-max-streams-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/origin_h2_max_streams","operationId":"zone-cache-settings-change-origin-h2-max-streams-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/origin_max_http_version","operationId":"zone-cache-settings-get-origin-max-http-version-setting","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/origin_max_http_version","operationId":"zone-cache-settings-change-origin-max-http-version-setting","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/rum","operationId":"web-analytics-get-rum-status","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/rum","operationId":"web-analytics-toggle-rum","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/speed_brain","operationId":"zone-settings-get-speed-brain-setting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/speed_brain","operationId":"zone-settings-change-speed-brain-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/ssl_automatic_mode","operationId":"ssl-detector-automatic-mode-get-enrollment","scopes":["ssl-and-certificates.read","ssl-and-certificates.write","zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/ssl_automatic_mode","operationId":"ssl-detector-automatic-mode-patch-enrollment","scopes":["ssl-and-certificates.write","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/config","operationId":"get-zones-zone_identifier-zaraz-config","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"PUT","path":"/zones/{zone_id}/settings/zaraz/config","operationId":"put-zones-zone_identifier-zaraz-config","scopes":["zaraz.edit","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/default","operationId":"get-zones-zone_identifier-zaraz-default","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/export","operationId":"get-zones-zone_identifier-zaraz-export","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/history","operationId":"get-zones-zone_identifier-zaraz-history","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"PUT","path":"/zones/{zone_id}/settings/zaraz/history","operationId":"put-zones-zone_identifier-zaraz-history","scopes":["zaraz.edit","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/history/configs","operationId":"get-zones-zone_identifier-zaraz-config-history","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"POST","path":"/zones/{zone_id}/settings/zaraz/publish","operationId":"post-zones-zone_identifier-zaraz-publish","scopes":["zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/zaraz/workflow","operationId":"get-zones-zone_identifier-zaraz-workflow","scopes":["zaraz.edit","zaraz.read","zaraz.write"]},{"method":"PUT","path":"/zones/{zone_id}/settings/zaraz/workflow","operationId":"put-zones-zone_identifier-zaraz-workflow","scopes":["zaraz.edit","zaraz.write"]},{"method":"GET","path":"/zones/{zone_id}/settings/{setting_id}","operationId":"zone-settings-get-single-setting","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PATCH","path":"/zones/{zone_id}/settings/{setting_id}","operationId":"zone-settings-edit-single-setting","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/smart_shield","operationId":"smart-shield-get-settings","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"PATCH","path":"/zones/{zone_id}/smart_shield","operationId":"smart-shield-patch-settings","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/smart_shield/cache_reserve_clear","operationId":"smart-shield-settings-get-cache-reserve-clear","scopes":["zone-settings.read","zone-settings.write","zone.read","zone.write"]},{"method":"POST","path":"/zones/{zone_id}/smart_shield/cache_reserve_clear","operationId":"smart-shield-settings-start-cache-reserve-clear","scopes":["zone-settings.write","zone.write"]},{"method":"GET","path":"/zones/{zone_id}/smart_shield/healthchecks","operationId":"smart-shield-list-health-checks","scopes":["healthcheck.read","healthcheck.write"]},{"method":"POST","path":"/zones/{zone_id}/smart_shield/healthchecks","operationId":"smart-shield-create-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}","operationId":"smart-shield-health-check-details","scopes":["healthcheck.read","healthcheck.write"]},{"method":"PUT","path":"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}","operationId":"smart-shield-update-health-check","scopes":["healthcheck.write"]},{"method":"DELETE","path":"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}","operationId":"smart-shield-delete-health-check","scopes":["healthcheck.write"]},{"method":"PATCH","path":"/zones/{zone_id}/smart_shield/healthchecks/{healthcheck_id}","operationId":"smart-shield-patch-health-check","scopes":["healthcheck.write"]},{"method":"GET","path":"/zones/{zone_id}/snippets","operationId":"listZoneSnippets","scopes":["snippets.read","snippets.write"]},{"method":"GET","path":"/zones/{zone_id}/snippets/snippet_rules","operationId":"listZoneSnippetRules","scopes":["snippets.read","snippets.write"]},{"method":"PUT","path":"/zones/{zone_id}/snippets/snippet_rules","operationId":"updateZoneSnippetRules","scopes":["snippets.write"]},{"method":"DELETE","path":"/zones/{zone_id}/snippets/snippet_rules","operationId":"deleteZoneSnippetRules","scopes":["snippets.write"]},{"method":"GET","path":"/zones/{zone_id}/snippets/{snippet_name}","operationId":"getZoneSnippet","scopes":["snippets.read","snippets.write"]},{"method":"PUT","path":"/zones/{zone_id}/snippets/{snippet_name}","operationId":"updateZoneSnippet","scopes":["snippets.write"]},{"method":"DELETE","path":"/zones/{zone_id}/snippets/{snippet_name}","operationId":"deleteZoneSnippet","scopes":["snippets.write"]},{"method":"GET","path":"/zones/{zone_id}/snippets/{snippet_name}/content","operationId":"getZoneSnippetContent","scopes":["snippets.read","snippets.write"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/analytics/aggregate/current","operationId":"spectrum-aggregate-analytics-get-current-aggregated-analytics","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/analytics/events/bytime","operationId":"spectrum-analytics-(-by-time)-get-analytics-by-time","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/analytics/events/summary","operationId":"spectrum-analytics-(-summary)-get-analytics-summary","scopes":["analytics.read"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/apps","operationId":"spectrum-applications-list-spectrum-applications","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/spectrum/apps","operationId":"spectrum-applications-create-spectrum-application-using-a-name-for-the-origin","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/spectrum/apps/{app_id}","operationId":"spectrum-applications-get-spectrum-application-configuration","scopes":["zone-settings.read","zone-settings.write"]},{"method":"PUT","path":"/zones/{zone_id}/spectrum/apps/{app_id}","operationId":"spectrum-applications-update-spectrum-application-configuration-using-a-name-for-the-origin","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/spectrum/apps/{app_id}","operationId":"spectrum-applications-delete-spectrum-application","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/availabilities","operationId":"speed-get-availabilities","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/pages","operationId":"speed-list-pages","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/pages/{url}/tests","operationId":"speed-list-test-history","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/speed_api/pages/{url}/tests","operationId":"speed-create-test","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/speed_api/pages/{url}/tests","operationId":"speed-delete-tests","scopes":["zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/pages/{url}/tests/{test_id}","operationId":"speed-get-test","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/pages/{url}/trend","operationId":"speed-list-page-trend","scopes":["zone-settings.read","zone-settings.write"]},{"method":"GET","path":"/zones/{zone_id}/speed_api/schedule/{url}","operationId":"speed-get-scheduled-test","scopes":["zone-settings.read","zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/speed_api/schedule/{url}","operationId":"speed-create-scheduled-test","scopes":["zone-settings.write"]},{"method":"DELETE","path":"/zones/{zone_id}/speed_api/schedule/{url}","operationId":"speed-delete-test-schedule","scopes":["zone-settings.write"]},{"method":"POST","path":"/zones/{zone_id}/ssl/analyze","operationId":"analyze-certificate-analyze-certificate","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/certificate_packs","operationId":"certificate-packs-list-certificate-packs","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"POST","path":"/zones/{zone_id}/ssl/certificate_packs/order","operationId":"certificate-packs-order-advanced-certificate-manager-certificate-pack","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/certificate_packs/quota","operationId":"certificate-packs-get-certificate-pack-quotas","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id}","operationId":"certificate-packs-get-certificate-pack","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"DELETE","path":"/zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id}","operationId":"certificate-packs-delete-advanced-certificate-manager-certificate-pack","scopes":["ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/ssl/certificate_packs/{certificate_pack_id}","operationId":"certificate-packs-restart-validation-for-advanced-certificate-manager-certificate-pack","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/universal/settings","operationId":"universal-ssl-settings-for-a-zone-universal-ssl-settings-details","scopes":["ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/ssl/universal/settings","operationId":"universal-ssl-settings-for-a-zone-edit-universal-ssl-settings","scopes":["ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/ssl/verification","operationId":"ssl-verification-ssl-verification-details","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"PATCH","path":"/zones/{zone_id}/ssl/verification/{certificate_pack_id}","operationId":"ssl-verification-edit-ssl-certificate-pack-validation-method","scopes":["access-certificate.read","access-certificate.write","ssl-and-certificates.read","ssl-and-certificates.write"]},{"method":"GET","path":"/zones/{zone_id}/stream/usage","operationId":"usage-analytics-get-zone-stream-usage","scopes":["stream.read"]},{"method":"GET","path":"/zones/{zone_id}/token_validation/config","operationId":"token-validation-config-list","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/token_validation/config","operationId":"token-validation-config-create","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/token_validation/config/{config_id}","operationId":"token-validation-config-get","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/token_validation/config/{config_id}","operationId":"token-validation-config-delete","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/token_validation/config/{config_id}","operationId":"token-validation-config-edit","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PUT","path":"/zones/{zone_id}/token_validation/config/{config_id}/credentials","operationId":"token-validation-config-credentials-update","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/token_validation/config/{config_id}/credentials","operationId":"token-validation-config-credentials-edit","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/token_validation/rules","operationId":"token-validation-rules-list","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/token_validation/rules","operationId":"token-validation-rules-create","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/token_validation/rules/bulk","operationId":"token-validation-rules-bulk-create","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/token_validation/rules/bulk","operationId":"token-validation-rules-bulk-edit","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"POST","path":"/zones/{zone_id}/token_validation/rules/preview","operationId":"token-validation-rules-preview","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/token_validation/rules/{rule_id}","operationId":"token-validation-rules-get","scopes":["account-api-gateway.read","account-api-gateway.write","api-gateway.read","api-gateway.write"]},{"method":"DELETE","path":"/zones/{zone_id}/token_validation/rules/{rule_id}","operationId":"token-validation-rules-delete","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"PATCH","path":"/zones/{zone_id}/token_validation/rules/{rule_id}","operationId":"token-validation-rules-edit","scopes":["account-api-gateway.write","api-gateway.write"]},{"method":"GET","path":"/zones/{zone_id}/url_normalization","operationId":"getUrlNormalization","scopes":["account-rulesets.read","account-rulesets.write","account-waf.read","account-waf.write","bot-management.read","bot-management.write","cache-settings.read","cache-settings.write","config-settings.read","config-settings.write","custom-errors.read","custom-errors.write","dynamic-redirect.read","dynamic-redirect.write","http-ddos-managed-ruleset.read","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.read","l4-ddos-managed-ruleset.write","logs.read","logs.write","magic-firewall.read","magic-firewall.write","managed-headers.read","managed-headers.write","mass-url-redirects.read","mass-url-redirects.write","origin.read","origin.write","response-compression.read","response-compression.write","sanitize.read","sanitize.write","select-configuration.read","select-configuration.write","transform-rules.read","transform-rules.write","zone-transform-rules.read","zone-transform-rules.write","zone-waf.read","zone-waf.write"]},{"method":"PUT","path":"/zones/{zone_id}/url_normalization","operationId":"updateUrlNormalization","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"DELETE","path":"/zones/{zone_id}/url_normalization","operationId":"deleteUrlNormalization","scopes":["account-rulesets.write","account-waf.write","bot-management.write","cache-settings.write","config-settings.write","custom-errors.write","dynamic-redirect.write","http-ddos-managed-ruleset.write","l4-ddos-managed-ruleset.write","logs.write","magic-firewall.write","managed-headers.write","mass-url-redirects.write","origin.write","response-compression.write","sanitize.write","select-configuration.write","transform-rules.write","zone-transform-rules.write","zone-waf.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms","operationId":"waiting-room-list-waiting-rooms","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"POST","path":"/zones/{zone_id}/waiting_rooms","operationId":"waiting-room-create-waiting-room","scopes":["waiting-rooms.write"]},{"method":"POST","path":"/zones/{zone_id}/waiting_rooms/preview","operationId":"waiting-room-create-a-custom-waiting-room-page-preview","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/settings","operationId":"waiting-room-get-zone-settings","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"PUT","path":"/zones/{zone_id}/waiting_rooms/settings","operationId":"waiting-room-update-zone-settings","scopes":["waiting-rooms.write"]},{"method":"PATCH","path":"/zones/{zone_id}/waiting_rooms/settings","operationId":"waiting-room-patch-zone-settings","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}","operationId":"waiting-room-waiting-room-details","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"PUT","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}","operationId":"waiting-room-update-waiting-room","scopes":["waiting-rooms.write"]},{"method":"DELETE","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}","operationId":"waiting-room-delete-waiting-room","scopes":["waiting-rooms.write"]},{"method":"PATCH","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}","operationId":"waiting-room-patch-waiting-room","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events","operationId":"waiting-room-list-events","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}","operationId":"waiting-room-event-details","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"PUT","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}","operationId":"waiting-room-update-event","scopes":["waiting-rooms.write"]},{"method":"DELETE","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}","operationId":"waiting-room-delete-event","scopes":["waiting-rooms.write"]},{"method":"PATCH","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}","operationId":"waiting-room-patch-event","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/events/{event_id}/details","operationId":"waiting-room-preview-active-event-details","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules","operationId":"waiting-room-list-waiting-room-rules","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"PUT","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules","operationId":"waiting-room-replace-waiting-room-rules","scopes":["waiting-rooms.write"]},{"method":"DELETE","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules/{rule_id}","operationId":"waiting-room-delete-waiting-room-rule","scopes":["waiting-rooms.write"]},{"method":"PATCH","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/rules/{rule_id}","operationId":"waiting-room-patch-waiting-room-rule","scopes":["waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/waiting_rooms/{waiting_room_id}/status","operationId":"waiting-room-get-waiting-room-status","scopes":["waiting-rooms.read","waiting-rooms.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames","operationId":"web3-hostname-list-web3-hostnames","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"POST","path":"/zones/{zone_id}/web3/hostnames","operationId":"web3-hostname-create-web3-hostname","scopes":["web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames/{identifier}","operationId":"web3-hostname-web3-hostname-details","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"DELETE","path":"/zones/{zone_id}/web3/hostnames/{identifier}","operationId":"web3-hostname-delete-web3-hostname","scopes":["web3-hostnames.write"]},{"method":"PATCH","path":"/zones/{zone_id}/web3/hostnames/{identifier}","operationId":"web3-hostname-edit-web3-hostname","scopes":["web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list","operationId":"web3-hostname-ipfs-universal-path-gateway-content-list-details","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"PUT","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list","operationId":"web3-hostname-update-ipfs-universal-path-gateway-content-list","scopes":["web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries","operationId":"web3-hostname-list-ipfs-universal-path-gateway-content-list-entries","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}","operationId":"web3-hostname-ipfs-universal-path-gateway-content-list-entry-details","scopes":["web3-hostnames.read","web3-hostnames.write"]},{"method":"PUT","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}","operationId":"web3-hostname-edit-ipfs-universal-path-gateway-content-list-entry","scopes":["web3-hostnames.write"]},{"method":"DELETE","path":"/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}","operationId":"web3-hostname-delete-ipfs-universal-path-gateway-content-list-entry","scopes":["web3-hostnames.write"]},{"method":"GET","path":"/zones/{zone_id}/workers/routes","operationId":"worker-routes-list-routes","scopes":["workers-routes.read","workers-routes.write"]},{"method":"POST","path":"/zones/{zone_id}/workers/routes","operationId":"worker-routes-create-route","scopes":["workers-routes.write"]},{"method":"GET","path":"/zones/{zone_id}/workers/routes/{route_id}","operationId":"worker-routes-get-route","scopes":["workers-routes.read","workers-routes.write"]},{"method":"PUT","path":"/zones/{zone_id}/workers/routes/{route_id}","operationId":"worker-routes-update-route","scopes":["workers-routes.write"]},{"method":"DELETE","path":"/zones/{zone_id}/workers/routes/{route_id}","operationId":"worker-routes-delete-route","scopes":["workers-routes.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/me","operationId":"wrangler-containers-get-account","scopes":["containers.read","containers.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/applications","operationId":"wrangler-containers-list-applications","scopes":["containers.read","containers.write"]},{"method":"POST","path":"/accounts/{account_id}/containers/applications","operationId":"wrangler-containers-create-application","scopes":["containers.write"]},{"method":"POST","path":"/accounts/{account_id}/containers/applications/{application_id}/rollouts","operationId":"wrangler-containers-create-application-rollout","scopes":["containers.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/dash/applications","operationId":"wrangler-containers-list-dash-applications","scopes":["containers.read","containers.write"]},{"method":"GET","path":"/accounts/{account_id}/containers/dash/applications/{application_id}/instances","operationId":"wrangler-containers-list-dash-application-instances","scopes":["containers.read","containers.write"]},{"method":"POST","path":"/accounts/{account_id}/containers/registries/{domain}/credentials","operationId":"wrangler-containers-generate-registry-credentials","scopes":["containers.write"]},{"method":"GET","path":"/accounts/{account_id}/workers/services/{service_name}","operationId":"wrangler-workers-get-service","scopes":["workers-scripts.read"]},{"method":"DELETE","path":"/accounts/{account_id}/workers/services/{service_name}","operationId":"wrangler-workers-delete-service","scopes":["workers-scripts.write"]},{"method":"PUT","path":"/accounts/{account_id}/workers/scripts/{script_name}/domains/records","operationId":"wrangler-workers-replace-domain-records","scopes":["workers-scripts.write"]},{"method":"GET","path":"/zones/{zoneId}/workers/edge-preview","operationId":"wrangler-workers-get-zone-edge-preview","scopes":["workers-scripts.write"]},{"method":"GET","path":"/accounts/{accountId}/workers/subdomain/edge-preview","operationId":"wrangler-workers-get-account-edge-preview","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{accountId}/workers/scripts/{scriptName}/edge-preview","operationId":"wrangler-workers-create-edge-preview","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{accountId}/workers/scripts/{scriptName}/domains/changeset","operationId":"wrangler-workers-create-domain-changeset","scopes":["workers-scripts.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/export","operationId":"wrangler-d1-export-database","scopes":["d1.read"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/import","operationId":"wrangler-d1-import-database","scopes":["d1.write"]},{"method":"POST","path":"/accounts/{account_id}/d1/database/{database_id}/time_travel/restore","operationId":"wrangler-d1-time-travel-restore","scopes":["d1.write"]},{"method":"PATCH","path":"/accounts/{account_id}/workers/scripts/{script_name}/secrets-bulk","operationId":"wrangler-workers-patch-script-secrets-bulk","scopes":["workers-scripts.write"]}] diff --git a/test/providers/cloudflare-adapter.test.ts b/test/providers/cloudflare-adapter.test.ts index 29c8486..acd827f 100644 --- a/test/providers/cloudflare-adapter.test.ts +++ b/test/providers/cloudflare-adapter.test.ts @@ -260,6 +260,34 @@ describe('Cloudflare adapter', () => { expect(upstream).toHaveBeenCalledTimes(1) }) + it('forwards the pinned Wrangler Container list and deployment operations', async () => { + const operations = [ + ['GET', '/accounts/account-1/containers/me', 'containers.read'], + ['GET', '/accounts/account-1/containers/applications', 'containers.read'], + ['POST', '/accounts/account-1/containers/applications', 'containers.write'], + ['POST', '/accounts/account-1/containers/applications/app-1/rollouts', 'containers.write'], + ['GET', '/accounts/account-1/containers/dash/applications', 'containers.read'], + ['GET', '/accounts/account-1/containers/dash/applications/app-1/instances', 'containers.read'], + ['POST', '/accounts/account-1/containers/registries/registry.example/credentials', 'containers.write'], + ] as const + + for (const [method, path, scope] of operations) { + const upstream = vi.fn(async (input: RequestInfo | URL, init?: RequestInit) => { + const request = input instanceof Request ? input : new Request(input, init) + expect(request.url).toBe(`https://api.cloudflare.com/client/v4${path}`) + expect(request.method).toBe(method) + return Response.json({ success: true, result: [] }) + }) + const { app, credential } = fixture({ upstream, principal: principal([scope]) }) + + const response = await app.request(`/cloudflare${path}`, { method }) + + expect(response.status).toBe(200) + expect(credential).toHaveBeenCalledWith('user-1') + expect(upstream).toHaveBeenCalledTimes(1) + } + }) + it('[spec: cloudflare-adapter/cloudflare-native-tool-scope-challenge] fails closed and reports operation scope alternatives', async () => { const unpublished = fixture() expect((await unpublished.app.request('/cloudflare/not-an-operation')).status).toBe(404) diff --git a/test/providers/cloudflare-openapi.test.ts b/test/providers/cloudflare-openapi.test.ts index f18c026..e8e9822 100644 --- a/test/providers/cloudflare-openapi.test.ts +++ b/test/providers/cloudflare-openapi.test.ts @@ -18,8 +18,8 @@ describe('generated Cloudflare OpenAPI', () => { expect(source.commit).toMatch(/^[a-f0-9]{40}$/) expect(source.openapiSha256).toMatch(/^[a-f0-9]{64}$/) expect(catalog.sha256).toBe(createHash('sha256').update(JSON.stringify(catalog.scopes)).digest('hex')) - expect(cloudflareOperations).toHaveLength(2663) - expect(exclusions.operations).toHaveLength(630) + expect(cloudflareOperations).toHaveLength(2670) + expect(exclusions.operations).toHaveLength(626) const additiveCompatibilityOperations = wranglerCompatibility.operations.filter( (operation: { officialOperationId?: string }) => !operation.officialOperationId, ) @@ -124,6 +124,36 @@ describe('generated Cloudflare OpenAPI', () => { }) } }) + + it('publishes the pinned Wrangler Container list and deployment operations', async () => { + const openapi = await json('public/cloudflare/openapi.json') + const expected = [ + ['GET', '/accounts/{account_id}/containers/me', ['containers.read', 'containers.write']], + ['GET', '/accounts/{account_id}/containers/applications', ['containers.read', 'containers.write']], + ['POST', '/accounts/{account_id}/containers/applications', ['containers.write']], + ['POST', '/accounts/{account_id}/containers/applications/{application_id}/rollouts', ['containers.write']], + ['GET', '/accounts/{account_id}/containers/dash/applications', ['containers.read', 'containers.write']], + [ + 'GET', + '/accounts/{account_id}/containers/dash/applications/{application_id}/instances', + ['containers.read', 'containers.write'], + ], + ['POST', '/accounts/{account_id}/containers/registries/{domain}/credentials', ['containers.write']], + ] as const + + for (const [method, path, scopes] of expected) { + expect(cloudflareOperations.find((operation) => operation.method === method && operation.path === path)).toEqual( + expect.objectContaining({ method, path, scopes }), + ) + expect(openapi.paths[path]?.[method.toLowerCase()].security).toEqual( + scopes.map((scope) => ({ realmrootOidc: [scope] })), + ) + expect(openapi.paths[path]?.[method.toLowerCase()]['x-realmroot-compatibility-source']).toMatchObject({ + package: 'wrangler', + version: '4.120.0', + }) + } + }) }) async function json(path: string) {